diff --git a/Vue/Admin/.env b/Vue/Admin/.env new file mode 100644 index 00000000..18cfa9ad --- /dev/null +++ b/Vue/Admin/.env @@ -0,0 +1,15 @@ +VUE_APP_URL=http://localhost:8080/ + +VUE_APP_I18N_LOCALE=en +VUE_APP_I18N_FALLBACK_LOCALE=en + +VUE_APP_DEFAULT_AUTH=fakebackend + +VUE_APP_APIKEY= +VUE_APP_AUTHDOMAIN= +VUE_APP_DATABASEURL= +VUE_APP_PROJECTId= +VUE_APP_STORAGEBUCKET= +VUE_APP_MESSAGINGSENDERID= +VUE_APP_APPId= +VUE_APP_MEASUREMENTID= \ No newline at end of file diff --git a/Vue/Admin/.env.production b/Vue/Admin/.env.production new file mode 100644 index 00000000..18cfa9ad --- /dev/null +++ b/Vue/Admin/.env.production @@ -0,0 +1,15 @@ +VUE_APP_URL=http://localhost:8080/ + +VUE_APP_I18N_LOCALE=en +VUE_APP_I18N_FALLBACK_LOCALE=en + +VUE_APP_DEFAULT_AUTH=fakebackend + +VUE_APP_APIKEY= +VUE_APP_AUTHDOMAIN= +VUE_APP_DATABASEURL= +VUE_APP_PROJECTId= +VUE_APP_STORAGEBUCKET= +VUE_APP_MESSAGINGSENDERID= +VUE_APP_APPId= +VUE_APP_MEASUREMENTID= \ No newline at end of file diff --git a/Vue/Admin/.gitignore b/Vue/Admin/.gitignore new file mode 100644 index 00000000..403adbc1 --- /dev/null +++ b/Vue/Admin/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/Vue/Admin/Admin.iml b/Vue/Admin/Admin.iml new file mode 100644 index 00000000..8021953e --- /dev/null +++ b/Vue/Admin/Admin.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Vue/Admin/README.md b/Vue/Admin/README.md new file mode 100644 index 00000000..7a227ac1 --- /dev/null +++ b/Vue/Admin/README.md @@ -0,0 +1,24 @@ +# skote + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Lints and fixes files +``` +yarn lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/Vue/Admin/babel.config.js b/Vue/Admin/babel.config.js new file mode 100644 index 00000000..e9558405 --- /dev/null +++ b/Vue/Admin/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/Vue/Admin/package.json b/Vue/Admin/package.json new file mode 100644 index 00000000..64a2b02b --- /dev/null +++ b/Vue/Admin/package.json @@ -0,0 +1,97 @@ +{ + "name": "skote", + "version": "1.0.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint" + }, + "dependencies": { + "@anivive/vue3-form-wizard": "^1.0.1", + "@ckeditor/ckeditor5-build-classic": "^31.1.0", + "@ckeditor/ckeditor5-vue": "^2.0.1", + "@fullcalendar/bootstrap": "^5.10.1", + "@fullcalendar/core": "^5.10.1", + "@fullcalendar/daygrid": "^5.10.1", + "@fullcalendar/interaction": "^5.10.1", + "@fullcalendar/list": "^5.10.1", + "@fullcalendar/timegrid": "^5.10.1", + "@fullcalendar/vue": "^5.10.1", + "@fullcalendar/vue3": "^5.10.1", + "@j-t-mcc/vue3-chartjs": "^1.2.0", + "@vue-leaflet/vue-leaflet": "^0.6.1", + "@vueform/multiselect": "^2.3.1", + "@vueform/slider": "^2.0.8", + "@vuelidate/core": "^2.0.0-alpha.34", + "@vuelidate/validators": "^2.0.0-alpha.26", + "apexcharts": "^3.33.0", + "axios": "^0.25.0", + "bootstrap": "^5.1.3", + "bootstrap-vue-3": "^0.1.0", + "chart.js": "^3.7.0", + "click-outside-vue3": "^4.0.1", + "core-js": "^3.6.5", + "dropzone": "^6.0.0-beta.2", + "echarts": "^5.3.0", + "firebase": "^9.6.3", + "leaflet": "^1.7.1", + "maska": "^1.5.0", + "metismenujs": "^1.3.1", + "moment": "^2.29.1", + "sass": "^1.48.0", + "sass-loader": "^10.0.1", + "simplebar": "^5.3.6", + "simplebar-vue3": "^0.1.5", + "sweetalert2": "^11.3.6", + "vue": "^3.0.0", + "vue-chartist": "^3.0.0", + "vue-cropperjs": "^5.0.0", + "vue-draggable-next": "^2.1.1", + "vue-easy-lightbox": "^1.2.4", + "vue-form-wizard": "^0.8.4", + "vue-hotel-datepicker": "^4.5.1", + "vue-i18n": "^9.2.0-beta.35", + "vue-meta": "^2.4.0", + "vue-number-input-spinner": "^2.2.0", + "vue-router": "^4", + "vue-switches": "^2.0.1", + "vue3-apexcharts": "^1.4.1", + "vue3-carousel": "^0.1.36", + "vue3-datepicker": "^0.3.2", + "vue3-draggable": "^2.0.9", + "vue3-dropzone": "^0.0.7", + "vue3-echarts": "^1.0.4", + "vue3-google-map": "^0.8.3", + "vue3-scroll-spy": "^1.0.8", + "vuex": "^4.0.2" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "~4.5.0", + "@vue/cli-plugin-eslint": "~4.5.0", + "@vue/cli-service": "~4.5.0", + "@vue/compiler-sfc": "^3.0.0", + "babel-eslint": "^10.1.0", + "eslint": "^6.7.2", + "eslint-plugin-vue": "^7.0.0" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/vue3-essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "babel-eslint" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/Vue/Admin/public/favicon.ico b/Vue/Admin/public/favicon.ico new file mode 100644 index 00000000..46c74a1d Binary files /dev/null and b/Vue/Admin/public/favicon.ico differ diff --git a/Vue/Admin/public/favicon1.ico b/Vue/Admin/public/favicon1.ico new file mode 100644 index 00000000..df36fcfb Binary files /dev/null and b/Vue/Admin/public/favicon1.ico differ diff --git a/Vue/Admin/public/index.html b/Vue/Admin/public/index.html new file mode 100644 index 00000000..08d41bde --- /dev/null +++ b/Vue/Admin/public/index.html @@ -0,0 +1,17 @@ + + + + + + + + Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5 + + + +
+ + + diff --git a/Vue/Admin/src/App.vue b/Vue/Admin/src/App.vue new file mode 100644 index 00000000..1467aaaa --- /dev/null +++ b/Vue/Admin/src/App.vue @@ -0,0 +1,12 @@ + + + diff --git a/Vue/Admin/src/app.config.json b/Vue/Admin/src/app.config.json new file mode 100644 index 00000000..07b34a69 --- /dev/null +++ b/Vue/Admin/src/app.config.json @@ -0,0 +1,4 @@ +{ + "title": "Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5", + "description": "Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5" +} diff --git a/Vue/Admin/src/assets/fonts/boxicons.eot b/Vue/Admin/src/assets/fonts/boxicons.eot new file mode 100644 index 00000000..149b2576 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/boxicons.eot differ diff --git a/Vue/Admin/src/assets/fonts/boxicons.svg b/Vue/Admin/src/assets/fonts/boxicons.svg new file mode 100644 index 00000000..8895bf2f --- /dev/null +++ b/Vue/Admin/src/assets/fonts/boxicons.svg @@ -0,0 +1,1150 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/assets/fonts/boxicons.ttf b/Vue/Admin/src/assets/fonts/boxicons.ttf new file mode 100644 index 00000000..6add4779 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/boxicons.ttf differ diff --git a/Vue/Admin/src/assets/fonts/boxicons.woff b/Vue/Admin/src/assets/fonts/boxicons.woff new file mode 100644 index 00000000..4d50a3a6 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/boxicons.woff differ diff --git a/Vue/Admin/src/assets/fonts/boxicons.woff2 b/Vue/Admin/src/assets/fonts/boxicons.woff2 new file mode 100644 index 00000000..ac6b3e92 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/boxicons.woff2 differ diff --git a/Vue/Admin/src/assets/fonts/dripicons-v2.eot b/Vue/Admin/src/assets/fonts/dripicons-v2.eot new file mode 100644 index 00000000..8afeaaad Binary files /dev/null and b/Vue/Admin/src/assets/fonts/dripicons-v2.eot differ diff --git a/Vue/Admin/src/assets/fonts/dripicons-v2.svg b/Vue/Admin/src/assets/fonts/dripicons-v2.svg new file mode 100644 index 00000000..0b501721 --- /dev/null +++ b/Vue/Admin/src/assets/fonts/dripicons-v2.svg @@ -0,0 +1,210 @@ + + + +Generated by Fontastic.me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Admin/src/assets/fonts/dripicons-v2.ttf b/Vue/Admin/src/assets/fonts/dripicons-v2.ttf new file mode 100644 index 00000000..041e3336 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/dripicons-v2.ttf differ diff --git a/Vue/Admin/src/assets/fonts/dripicons-v2.woff b/Vue/Admin/src/assets/fonts/dripicons-v2.woff new file mode 100644 index 00000000..5322e3d8 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/dripicons-v2.woff differ diff --git a/Vue/Admin/src/assets/fonts/fa-brands-400.eot b/Vue/Admin/src/assets/fonts/fa-brands-400.eot new file mode 100644 index 00000000..a1bc094a Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-brands-400.eot differ diff --git a/Vue/Admin/src/assets/fonts/fa-brands-400.svg b/Vue/Admin/src/assets/fonts/fa-brands-400.svg new file mode 100644 index 00000000..46ad237a --- /dev/null +++ b/Vue/Admin/src/assets/fonts/fa-brands-400.svg @@ -0,0 +1,3570 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Admin/src/assets/fonts/fa-brands-400.ttf b/Vue/Admin/src/assets/fonts/fa-brands-400.ttf new file mode 100644 index 00000000..948a2a6c Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-brands-400.ttf differ diff --git a/Vue/Admin/src/assets/fonts/fa-brands-400.woff b/Vue/Admin/src/assets/fonts/fa-brands-400.woff new file mode 100644 index 00000000..2a89d521 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-brands-400.woff differ diff --git a/Vue/Admin/src/assets/fonts/fa-brands-400.woff2 b/Vue/Admin/src/assets/fonts/fa-brands-400.woff2 new file mode 100644 index 00000000..141a90a9 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-brands-400.woff2 differ diff --git a/Vue/Admin/src/assets/fonts/fa-regular-400.eot b/Vue/Admin/src/assets/fonts/fa-regular-400.eot new file mode 100644 index 00000000..38cf2517 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-regular-400.eot differ diff --git a/Vue/Admin/src/assets/fonts/fa-regular-400.svg b/Vue/Admin/src/assets/fonts/fa-regular-400.svg new file mode 100644 index 00000000..48634a9a --- /dev/null +++ b/Vue/Admin/src/assets/fonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Admin/src/assets/fonts/fa-regular-400.ttf b/Vue/Admin/src/assets/fonts/fa-regular-400.ttf new file mode 100644 index 00000000..abe99e20 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-regular-400.ttf differ diff --git a/Vue/Admin/src/assets/fonts/fa-regular-400.woff b/Vue/Admin/src/assets/fonts/fa-regular-400.woff new file mode 100644 index 00000000..24de566a Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-regular-400.woff differ diff --git a/Vue/Admin/src/assets/fonts/fa-regular-400.woff2 b/Vue/Admin/src/assets/fonts/fa-regular-400.woff2 new file mode 100644 index 00000000..7e0118e5 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-regular-400.woff2 differ diff --git a/Vue/Admin/src/assets/fonts/fa-solid-900.eot b/Vue/Admin/src/assets/fonts/fa-solid-900.eot new file mode 100644 index 00000000..d3b77c22 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-solid-900.eot differ diff --git a/Vue/Admin/src/assets/fonts/fa-solid-900.svg b/Vue/Admin/src/assets/fonts/fa-solid-900.svg new file mode 100644 index 00000000..7742838b --- /dev/null +++ b/Vue/Admin/src/assets/fonts/fa-solid-900.svg @@ -0,0 +1,4938 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Admin/src/assets/fonts/fa-solid-900.ttf b/Vue/Admin/src/assets/fonts/fa-solid-900.ttf new file mode 100644 index 00000000..5b979039 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-solid-900.ttf differ diff --git a/Vue/Admin/src/assets/fonts/fa-solid-900.woff b/Vue/Admin/src/assets/fonts/fa-solid-900.woff new file mode 100644 index 00000000..beec7917 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-solid-900.woff differ diff --git a/Vue/Admin/src/assets/fonts/fa-solid-900.woff2 b/Vue/Admin/src/assets/fonts/fa-solid-900.woff2 new file mode 100644 index 00000000..978a681a Binary files /dev/null and b/Vue/Admin/src/assets/fonts/fa-solid-900.woff2 differ diff --git a/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.eot b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.eot new file mode 100644 index 00000000..079d5a04 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.eot differ diff --git a/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.ttf b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.ttf new file mode 100644 index 00000000..761dfaf8 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.ttf differ diff --git a/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff new file mode 100644 index 00000000..c98a1009 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff differ diff --git a/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff2 b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff2 new file mode 100644 index 00000000..9ef1ab38 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/materialdesignicons-webfont.woff2 differ diff --git a/Vue/Admin/src/assets/fonts/summernote.eot b/Vue/Admin/src/assets/fonts/summernote.eot new file mode 100644 index 00000000..28d098bc Binary files /dev/null and b/Vue/Admin/src/assets/fonts/summernote.eot differ diff --git a/Vue/Admin/src/assets/fonts/summernote.ttf b/Vue/Admin/src/assets/fonts/summernote.ttf new file mode 100644 index 00000000..beb8bd8f Binary files /dev/null and b/Vue/Admin/src/assets/fonts/summernote.ttf differ diff --git a/Vue/Admin/src/assets/fonts/summernote.woff b/Vue/Admin/src/assets/fonts/summernote.woff new file mode 100644 index 00000000..13a6ab93 Binary files /dev/null and b/Vue/Admin/src/assets/fonts/summernote.woff differ diff --git a/Vue/Admin/src/assets/images/bg-auth-overlay.png b/Vue/Admin/src/assets/images/bg-auth-overlay.png new file mode 100644 index 00000000..d311cbf3 Binary files /dev/null and b/Vue/Admin/src/assets/images/bg-auth-overlay.png differ diff --git a/Vue/Admin/src/assets/images/brands/bitbucket.png b/Vue/Admin/src/assets/images/brands/bitbucket.png new file mode 100644 index 00000000..e917c3d2 Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/bitbucket.png differ diff --git a/Vue/Admin/src/assets/images/brands/dribbble.png b/Vue/Admin/src/assets/images/brands/dribbble.png new file mode 100644 index 00000000..0a5f68a1 Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/dribbble.png differ diff --git a/Vue/Admin/src/assets/images/brands/dropbox.png b/Vue/Admin/src/assets/images/brands/dropbox.png new file mode 100644 index 00000000..f0e43396 Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/dropbox.png differ diff --git a/Vue/Admin/src/assets/images/brands/github.png b/Vue/Admin/src/assets/images/brands/github.png new file mode 100644 index 00000000..6776a3af Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/github.png differ diff --git a/Vue/Admin/src/assets/images/brands/mail_chimp.png b/Vue/Admin/src/assets/images/brands/mail_chimp.png new file mode 100644 index 00000000..07f0201a Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/mail_chimp.png differ diff --git a/Vue/Admin/src/assets/images/brands/slack.png b/Vue/Admin/src/assets/images/brands/slack.png new file mode 100644 index 00000000..58f20c4c Binary files /dev/null and b/Vue/Admin/src/assets/images/brands/slack.png differ diff --git a/Vue/Admin/src/assets/images/clients/1.png b/Vue/Admin/src/assets/images/clients/1.png new file mode 100644 index 00000000..25e7e4d5 Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/1.png differ diff --git a/Vue/Admin/src/assets/images/clients/2.png b/Vue/Admin/src/assets/images/clients/2.png new file mode 100644 index 00000000..f0f725a2 Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/2.png differ diff --git a/Vue/Admin/src/assets/images/clients/3.png b/Vue/Admin/src/assets/images/clients/3.png new file mode 100644 index 00000000..300f257b Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/3.png differ diff --git a/Vue/Admin/src/assets/images/clients/4.png b/Vue/Admin/src/assets/images/clients/4.png new file mode 100644 index 00000000..266cf11a Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/4.png differ diff --git a/Vue/Admin/src/assets/images/clients/5.png b/Vue/Admin/src/assets/images/clients/5.png new file mode 100644 index 00000000..e9365dcd Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/5.png differ diff --git a/Vue/Admin/src/assets/images/clients/6.png b/Vue/Admin/src/assets/images/clients/6.png new file mode 100644 index 00000000..c9bc7d95 Binary files /dev/null and b/Vue/Admin/src/assets/images/clients/6.png differ diff --git a/Vue/Admin/src/assets/images/coming-soon.svg b/Vue/Admin/src/assets/images/coming-soon.svg new file mode 100644 index 00000000..589ebf86 --- /dev/null +++ b/Vue/Admin/src/assets/images/coming-soon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vue/Admin/src/assets/images/companies/img-1.png b/Vue/Admin/src/assets/images/companies/img-1.png new file mode 100644 index 00000000..53b0133b Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-1.png differ diff --git a/Vue/Admin/src/assets/images/companies/img-2.png b/Vue/Admin/src/assets/images/companies/img-2.png new file mode 100644 index 00000000..2589f1a0 Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-2.png differ diff --git a/Vue/Admin/src/assets/images/companies/img-3.png b/Vue/Admin/src/assets/images/companies/img-3.png new file mode 100644 index 00000000..72c14271 Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-3.png differ diff --git a/Vue/Admin/src/assets/images/companies/img-4.png b/Vue/Admin/src/assets/images/companies/img-4.png new file mode 100644 index 00000000..57824bf5 Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-4.png differ diff --git a/Vue/Admin/src/assets/images/companies/img-5.png b/Vue/Admin/src/assets/images/companies/img-5.png new file mode 100644 index 00000000..7f3ed48f Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-5.png differ diff --git a/Vue/Admin/src/assets/images/companies/img-6.png b/Vue/Admin/src/assets/images/companies/img-6.png new file mode 100644 index 00000000..80e281e0 Binary files /dev/null and b/Vue/Admin/src/assets/images/companies/img-6.png differ diff --git a/Vue/Admin/src/assets/images/crypto/bg-ico-hero.jpg b/Vue/Admin/src/assets/images/crypto/bg-ico-hero.jpg new file mode 100644 index 00000000..202ce568 Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/bg-ico-hero.jpg differ diff --git a/Vue/Admin/src/assets/images/crypto/bg-pattern-ico.png b/Vue/Admin/src/assets/images/crypto/bg-pattern-ico.png new file mode 100644 index 00000000..ecb5a655 Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/bg-pattern-ico.png differ diff --git a/Vue/Admin/src/assets/images/crypto/blog/img-1.jpg b/Vue/Admin/src/assets/images/crypto/blog/img-1.jpg new file mode 100644 index 00000000..377239cd Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/blog/img-1.jpg differ diff --git a/Vue/Admin/src/assets/images/crypto/blog/img-2.jpg b/Vue/Admin/src/assets/images/crypto/blog/img-2.jpg new file mode 100644 index 00000000..5fe9712f Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/blog/img-2.jpg differ diff --git a/Vue/Admin/src/assets/images/crypto/blog/img-3.jpg b/Vue/Admin/src/assets/images/crypto/blog/img-3.jpg new file mode 100644 index 00000000..6e2a4cd3 Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/blog/img-3.jpg differ diff --git a/Vue/Admin/src/assets/images/crypto/features-img/img-1.png b/Vue/Admin/src/assets/images/crypto/features-img/img-1.png new file mode 100644 index 00000000..7a3a7e86 Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/features-img/img-1.png differ diff --git a/Vue/Admin/src/assets/images/crypto/features-img/img-2.png b/Vue/Admin/src/assets/images/crypto/features-img/img-2.png new file mode 100644 index 00000000..9f3b0629 Binary files /dev/null and b/Vue/Admin/src/assets/images/crypto/features-img/img-2.png differ diff --git a/Vue/Admin/src/assets/images/error-img.png b/Vue/Admin/src/assets/images/error-img.png new file mode 100644 index 00000000..8d842a40 Binary files /dev/null and b/Vue/Admin/src/assets/images/error-img.png differ diff --git a/Vue/Admin/src/assets/images/favicon.ico b/Vue/Admin/src/assets/images/favicon.ico new file mode 100644 index 00000000..46c74a1d Binary files /dev/null and b/Vue/Admin/src/assets/images/favicon.ico differ diff --git a/Vue/Admin/src/assets/images/flags.zip b/Vue/Admin/src/assets/images/flags.zip new file mode 100644 index 00000000..f8e44962 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags.zip differ diff --git a/Vue/Admin/src/assets/images/flags/arabic.png b/Vue/Admin/src/assets/images/flags/arabic.png new file mode 100644 index 00000000..9e3def7b Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/arabic.png differ diff --git a/Vue/Admin/src/assets/images/flags/chaina.png b/Vue/Admin/src/assets/images/flags/chaina.png new file mode 100644 index 00000000..60f313c5 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/chaina.png differ diff --git a/Vue/Admin/src/assets/images/flags/french.jpg b/Vue/Admin/src/assets/images/flags/french.jpg new file mode 100644 index 00000000..f9702cb1 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/french.jpg differ diff --git a/Vue/Admin/src/assets/images/flags/germany.jpg b/Vue/Admin/src/assets/images/flags/germany.jpg new file mode 100644 index 00000000..46147e46 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/germany.jpg differ diff --git a/Vue/Admin/src/assets/images/flags/italy.jpg b/Vue/Admin/src/assets/images/flags/italy.jpg new file mode 100644 index 00000000..3e9f2aa2 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/italy.jpg differ diff --git a/Vue/Admin/src/assets/images/flags/russia.jpg b/Vue/Admin/src/assets/images/flags/russia.jpg new file mode 100644 index 00000000..3ae29c0e Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/russia.jpg differ diff --git a/Vue/Admin/src/assets/images/flags/select2/ak.png b/Vue/Admin/src/assets/images/flags/select2/ak.png new file mode 100644 index 00000000..d79dc4fe Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/ak.png differ diff --git a/Vue/Admin/src/assets/images/flags/select2/ca.png b/Vue/Admin/src/assets/images/flags/select2/ca.png new file mode 100644 index 00000000..9d6d955f Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/ca.png differ diff --git a/Vue/Admin/src/assets/images/flags/select2/hi.png b/Vue/Admin/src/assets/images/flags/select2/hi.png new file mode 100644 index 00000000..36de7a58 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/hi.png differ diff --git a/Vue/Admin/src/assets/images/flags/select2/nv.png b/Vue/Admin/src/assets/images/flags/select2/nv.png new file mode 100644 index 00000000..8f1a855d Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/nv.png differ diff --git a/Vue/Admin/src/assets/images/flags/select2/or.png b/Vue/Admin/src/assets/images/flags/select2/or.png new file mode 100644 index 00000000..846b4a69 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/or.png differ diff --git a/Vue/Admin/src/assets/images/flags/select2/wa.png b/Vue/Admin/src/assets/images/flags/select2/wa.png new file mode 100644 index 00000000..0c0d8f0f Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/select2/wa.png differ diff --git a/Vue/Admin/src/assets/images/flags/spain.jpg b/Vue/Admin/src/assets/images/flags/spain.jpg new file mode 100644 index 00000000..f81c83a1 Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/spain.jpg differ diff --git a/Vue/Admin/src/assets/images/flags/us.jpg b/Vue/Admin/src/assets/images/flags/us.jpg new file mode 100644 index 00000000..851cd7ba Binary files /dev/null and b/Vue/Admin/src/assets/images/flags/us.jpg differ diff --git a/Vue/Admin/src/assets/images/laptop-img.png b/Vue/Admin/src/assets/images/laptop-img.png new file mode 100644 index 00000000..7ab0b736 Binary files /dev/null and b/Vue/Admin/src/assets/images/laptop-img.png differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-1.jpg b/Vue/Admin/src/assets/images/layouts/layout-1.jpg new file mode 100644 index 00000000..9ac4e328 Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-1.jpg differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-2.jpg b/Vue/Admin/src/assets/images/layouts/layout-2.jpg new file mode 100644 index 00000000..83183f7b Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-2.jpg differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-3.jpg b/Vue/Admin/src/assets/images/layouts/layout-3.jpg new file mode 100644 index 00000000..79b1e615 Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-3.jpg differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-4.png b/Vue/Admin/src/assets/images/layouts/layout-4.png new file mode 100644 index 00000000..d3d2f2b6 Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-4.png differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-5.png b/Vue/Admin/src/assets/images/layouts/layout-5.png new file mode 100644 index 00000000..04fda718 Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-5.png differ diff --git a/Vue/Admin/src/assets/images/layouts/layout-6.png b/Vue/Admin/src/assets/images/layouts/layout-6.png new file mode 100644 index 00000000..1fb1ac95 Binary files /dev/null and b/Vue/Admin/src/assets/images/layouts/layout-6.png differ diff --git a/Vue/Admin/src/assets/images/leaflet/marker-icon.png b/Vue/Admin/src/assets/images/leaflet/marker-icon.png new file mode 100644 index 00000000..950edf24 Binary files /dev/null and b/Vue/Admin/src/assets/images/leaflet/marker-icon.png differ diff --git a/Vue/Admin/src/assets/images/logo-dark.png b/Vue/Admin/src/assets/images/logo-dark.png new file mode 100644 index 00000000..45a32876 Binary files /dev/null and b/Vue/Admin/src/assets/images/logo-dark.png differ diff --git a/Vue/Admin/src/assets/images/logo-light.png b/Vue/Admin/src/assets/images/logo-light.png new file mode 100644 index 00000000..820a600a Binary files /dev/null and b/Vue/Admin/src/assets/images/logo-light.png differ diff --git a/Vue/Admin/src/assets/images/logo-light.svg b/Vue/Admin/src/assets/images/logo-light.svg new file mode 100644 index 00000000..2410b389 --- /dev/null +++ b/Vue/Admin/src/assets/images/logo-light.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/Vue/Admin/src/assets/images/logo.svg b/Vue/Admin/src/assets/images/logo.svg new file mode 100644 index 00000000..82d2410c --- /dev/null +++ b/Vue/Admin/src/assets/images/logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/Vue/Admin/src/assets/images/maintenance.png b/Vue/Admin/src/assets/images/maintenance.png new file mode 100644 index 00000000..79d8d92c Binary files /dev/null and b/Vue/Admin/src/assets/images/maintenance.png differ diff --git a/Vue/Admin/src/assets/images/maintenance.svg b/Vue/Admin/src/assets/images/maintenance.svg new file mode 100644 index 00000000..3e0f80fb --- /dev/null +++ b/Vue/Admin/src/assets/images/maintenance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vue/Admin/src/assets/images/megamenu-img.png b/Vue/Admin/src/assets/images/megamenu-img.png new file mode 100644 index 00000000..91a92710 Binary files /dev/null and b/Vue/Admin/src/assets/images/megamenu-img.png differ diff --git a/Vue/Admin/src/assets/images/product/img-1.png b/Vue/Admin/src/assets/images/product/img-1.png new file mode 100644 index 00000000..d463b3d5 Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-1.png differ diff --git a/Vue/Admin/src/assets/images/product/img-2.png b/Vue/Admin/src/assets/images/product/img-2.png new file mode 100644 index 00000000..9497cdcf Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-2.png differ diff --git a/Vue/Admin/src/assets/images/product/img-3.png b/Vue/Admin/src/assets/images/product/img-3.png new file mode 100644 index 00000000..5ba9b9e0 Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-3.png differ diff --git a/Vue/Admin/src/assets/images/product/img-4.png b/Vue/Admin/src/assets/images/product/img-4.png new file mode 100644 index 00000000..cb171d5c Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-4.png differ diff --git a/Vue/Admin/src/assets/images/product/img-5.png b/Vue/Admin/src/assets/images/product/img-5.png new file mode 100644 index 00000000..e6728d4b Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-5.png differ diff --git a/Vue/Admin/src/assets/images/product/img-6.png b/Vue/Admin/src/assets/images/product/img-6.png new file mode 100644 index 00000000..0709a8da Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-6.png differ diff --git a/Vue/Admin/src/assets/images/product/img-7.png b/Vue/Admin/src/assets/images/product/img-7.png new file mode 100644 index 00000000..f031e347 Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-7.png differ diff --git a/Vue/Admin/src/assets/images/product/img-8.png b/Vue/Admin/src/assets/images/product/img-8.png new file mode 100644 index 00000000..830608c6 Binary files /dev/null and b/Vue/Admin/src/assets/images/product/img-8.png differ diff --git a/Vue/Admin/src/assets/images/profile-img.png b/Vue/Admin/src/assets/images/profile-img.png new file mode 100644 index 00000000..32c08dbf Binary files /dev/null and b/Vue/Admin/src/assets/images/profile-img.png differ diff --git a/Vue/Admin/src/assets/images/small/img-1.jpg b/Vue/Admin/src/assets/images/small/img-1.jpg new file mode 100644 index 00000000..6ff4c613 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-1.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-2.jpg b/Vue/Admin/src/assets/images/small/img-2.jpg new file mode 100644 index 00000000..4e17ab00 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-2.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-3.jpg b/Vue/Admin/src/assets/images/small/img-3.jpg new file mode 100644 index 00000000..9ab5dc81 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-3.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-4.jpg b/Vue/Admin/src/assets/images/small/img-4.jpg new file mode 100644 index 00000000..f794bf82 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-4.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-5.jpg b/Vue/Admin/src/assets/images/small/img-5.jpg new file mode 100644 index 00000000..3d788c03 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-5.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-6.jpg b/Vue/Admin/src/assets/images/small/img-6.jpg new file mode 100644 index 00000000..ff3f3bea Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-6.jpg differ diff --git a/Vue/Admin/src/assets/images/small/img-7.jpg b/Vue/Admin/src/assets/images/small/img-7.jpg new file mode 100644 index 00000000..f9157e65 Binary files /dev/null and b/Vue/Admin/src/assets/images/small/img-7.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-1.jpg b/Vue/Admin/src/assets/images/users/avatar-1.jpg new file mode 100644 index 00000000..c234cd23 Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-1.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-2.jpg b/Vue/Admin/src/assets/images/users/avatar-2.jpg new file mode 100644 index 00000000..e45d7e7c Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-2.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-3.jpg b/Vue/Admin/src/assets/images/users/avatar-3.jpg new file mode 100644 index 00000000..111a901a Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-3.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-4.jpg b/Vue/Admin/src/assets/images/users/avatar-4.jpg new file mode 100644 index 00000000..97188892 Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-4.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-5.jpg b/Vue/Admin/src/assets/images/users/avatar-5.jpg new file mode 100644 index 00000000..544cb75a Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-5.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-6.jpg b/Vue/Admin/src/assets/images/users/avatar-6.jpg new file mode 100644 index 00000000..53bcbc30 Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-6.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-7.jpg b/Vue/Admin/src/assets/images/users/avatar-7.jpg new file mode 100644 index 00000000..c9e1027f Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-7.jpg differ diff --git a/Vue/Admin/src/assets/images/users/avatar-8.jpg b/Vue/Admin/src/assets/images/users/avatar-8.jpg new file mode 100644 index 00000000..2ea42387 Binary files /dev/null and b/Vue/Admin/src/assets/images/users/avatar-8.jpg differ diff --git a/Vue/Admin/src/assets/images/verification-img.png b/Vue/Admin/src/assets/images/verification-img.png new file mode 100644 index 00000000..08758b87 Binary files /dev/null and b/Vue/Admin/src/assets/images/verification-img.png differ diff --git a/Vue/Admin/src/authUtils.js b/Vue/Admin/src/authUtils.js new file mode 100644 index 00000000..d7d8502d --- /dev/null +++ b/Vue/Admin/src/authUtils.js @@ -0,0 +1,121 @@ +import firebase from 'firebase/compat/app'; +// Add the Firebase products that you want to use +import "firebase/compat/auth"; +import "firebase/compat/firestore"; + +class FirebaseAuthBackend { + constructor(firebaseConfig) { + if (firebaseConfig) { + // Initialize Firebase + firebase.initializeApp(firebaseConfig); + firebase.auth().onAuthStateChanged((user) => { + if (user) { + sessionStorage.setItem("authUser", JSON.stringify(user)); + } else { + sessionStorage.removeItem('authUser'); + } + }); + } + } + + /** + * Registers the user with given details + */ + registerUser = (username, email, password) => { + return new Promise((resolve, reject) => { + // eslint-disable-next-line no-unused-vars + firebase.auth().createUserWithEmailAndPassword(email, password).then((res) => { + let user = firebase.auth().currentUser.updateProfile({ + displayName: username + }); + resolve(user); + }, (error) => { + reject(this._handleError(error)); + }); + }); + } + + /** + * Login user with given details + */ + loginUser = (email, password) => { + return new Promise((resolve, reject) => { + firebase.auth().signInWithEmailAndPassword(email, password).then(() => { + var user = firebase.auth().currentUser; + resolve(user); + }, (error) => { + reject(this._handleError(error)); + }); + }); + } + + /** + * forget Password user with given details + */ + forgetPassword = (email) => { + return new Promise((resolve, reject) => { + firebase.auth().sendPasswordResetEmail(email, { url: window.location.protocol + "//" + window.location.host + "/login" }).then(() => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + } + + /** + * Logout the user + */ + logout = () => { + return new Promise((resolve, reject) => { + firebase.auth().signOut().then(() => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + } + + setLoggeedInUser = (user) => { + sessionStorage.setItem("authUser", JSON.stringify(user)); + } + + /** + * Returns the authenticated user + */ + getAuthenticatedUser = () => { + if (!sessionStorage.getItem('authUser')) + return null; + return JSON.parse(sessionStorage.getItem('authUser')); + } + + /** + * Handle the error + * @param {*} error + */ + _handleError(error) { + var errorMessage = error.message; + return errorMessage; + } +} + +let _fireBaseBackend = null; + +/** + * Initilize the backend + * @param {*} config + */ +const initFirebaseBackend = (config) => { + if (!_fireBaseBackend) { + _fireBaseBackend = new FirebaseAuthBackend(config); + } + return _fireBaseBackend; +} + +/** + * Returns the firebase backend + */ +const getFirebaseBackend = () => { + return _fireBaseBackend; +} + +export { initFirebaseBackend, getFirebaseBackend }; \ No newline at end of file diff --git a/Vue/Admin/src/components/footer.vue b/Vue/Admin/src/components/footer.vue new file mode 100644 index 00000000..09a22a15 --- /dev/null +++ b/Vue/Admin/src/components/footer.vue @@ -0,0 +1,13 @@ + diff --git a/Vue/Admin/src/components/horizontal-menu.js b/Vue/Admin/src/components/horizontal-menu.js new file mode 100644 index 00000000..d3dd0444 --- /dev/null +++ b/Vue/Admin/src/components/horizontal-menu.js @@ -0,0 +1,764 @@ +export const menuItems = [ + { + id: 1, + label: 'menuitems.dashboards.text', + icon: 'bx-home-circle', + subItems: [ + { + id: 2, + label: 'menuitems.dashboards.list.default', + link: '/', + parentId: 1 + }, + { + id: 3, + label: 'menuitems.dashboards.list.saas', + link: '/dashboard/saas', + parentId: 1 + }, + { + id: 4, + label: 'menuitems.dashboards.list.crypto', + link: '/dashboard/crypto', + parentId: 1 + }, + { + id: 5, + label: 'menuitems.dashboards.list.blog', + link: '/dashboard/blog', + parentId: 1 + }, + ] + }, + { + id: 6, + label: 'menuitems.uielements.text', + icon: 'bx-tone', + isUiElement: true, + subItems: [ + { + id: 7, + label: 'menuitems.uielements.list.alerts', + link: '/ui/alerts', + parentId: 6 + }, + { + id: 8, + label: 'menuitems.uielements.list.buttons', + link: '/ui/buttons', + parentId: 6 + }, + { + id: 9, + label: 'menuitems.uielements.list.cards', + link: '/ui/cards', + parentId: 6 + }, + { + id: 10, + label: 'menuitems.uielements.list.carousel', + link: '/ui/carousel', + parentId: 6 + }, + { + id: 11, + label: 'menuitems.uielements.list.dropdowns', + link: '/ui/dropdowns', + parentId: 6 + }, + { + id: 12, + label: 'menuitems.uielements.list.grid', + link: '/ui/grid', + parentId: 6 + }, + { + id: 13, + label: 'menuitems.uielements.list.images', + link: '/ui/images', + parentId: 6 + }, + { + id: 14, + label: 'menuitems.uielements.list.modals', + link: '/ui/modals', + parentId: 6 + }, + { + id: 14, + label: 'menuitems.uielements.list.offcanvas', + link: '/ui/offcanvas', + parentId: 6 + }, + { + id: 15, + label: 'menuitems.uielements.list.rangeslider', + link: '/ui/rangeslider', + parentId: 6 + }, + { + id: 16, + label: 'menuitems.uielements.list.progressbar', + link: '/ui/progressbars', + parentId: 6 + }, + { + id: 89, + label: "menuitems.uielements.list.placeholder", + link: "/ui/placeholder", + parentId: 79 + }, + { + id: 17, + label: 'menuitems.uielements.list.sweetalert', + link: '/ui/sweet-alert', + parentId: 6 + }, + { + id: 18, + label: 'menuitems.uielements.list.tabs', + link: '/ui/tabs-accordions', + parentId: 6 + }, + { + id: 19, + label: 'menuitems.uielements.list.typography', + link: '/ui/typography', + parentId: 6 + }, + { + id: 20, + label: 'menuitems.uielements.list.video', + link: '/ui/video', + parentId: 6 + }, + { + id: 21, + label: 'menuitems.uielements.list.general', + link: '/ui/general', + parentId: 6 + }, + { + id: 22, + label: 'menuitems.uielements.list.colors', + link: '/ui/colors', + parentId: 6 + }, + { + id: 23, + label: "menuitems.uielements.list.lightbox", + link: "/ui/lightbox", + parentId: 6 + }, + { + id: 24, + label: "menuitems.uielements.list.cropper", + link: "/ui/image-cropper", + parentId: 6 + }, + ] + }, + { + id: 25, + label: 'menuitems.apps.text', + icon: 'bx-customize', + subItems: [ + { + id: 26, + label: 'menuitems.calendar.text', + link: '/calendar', + parentId: 25 + }, + { + id: 27, + label: 'menuitems.chat.text', + link: '/chat', + parentId: 25 + }, + { + id: 28, + label: "menuitems.filemanager.text", + link: "/apps/file-manager", + parentId: 25 + }, + { + id: 29, + label: 'menuitems.email.text', + subItems: [ + { + id: 30, + label: 'menuitems.email.list.inbox', + link: '/email/inbox', + parentId: 29 + }, + { + id: 31, + label: 'menuitems.email.list.reademail', + link: '/email/reademail/1', + parentId: 29 + }, + { + id: 32, + label: "menuitems.email.list.template.text", + parentId: 29, + subItems: [ + { + id: 33, + label: 'menuitems.email.list.template.list.basic', + link: '/email/templates/basic', + parentId: 32 + }, + { + id: 34, + label: 'menuitems.email.list.template.list.alert', + link: '/email/templates/alert', + parentId: 32 + }, + { + id: 35, + label: 'menuitems.email.list.template.list.billing', + link: '/email/templates/billing', + parentId: 32 + } + ] + } + ] + }, + { + id: 36, + label: 'menuitems.ecommerce.text', + subItems: [ + { + id: 37, + label: 'menuitems.ecommerce.list.products', + link: '/ecommerce/products', + parentId: 36 + }, + { + id: 38, + label: 'menuitems.ecommerce.list.productdetail', + link: '/ecommerce/product-detail', + parentId: 36 + }, + { + id: 39, + label: 'menuitems.ecommerce.list.orders', + link: '/ecommerce/orders', + parentId: 36 + }, + { + id: 40, + label: 'menuitems.ecommerce.list.customers', + link: '/ecommerce/customers', + parentId: 36 + }, + { + id: 41, + label: 'menuitems.ecommerce.list.cart', + link: '/ecommerce/cart', + parentId: 36 + }, + { + id: 42, + label: 'menuitems.ecommerce.list.checkout', + link: '/ecommerce/checkout', + parentId: 36 + }, + { + id: 43, + label: 'menuitems.ecommerce.list.shops', + link: '/ecommerce/shops', + parentId: 36 + }, + { + id: 44, + label: 'menuitems.ecommerce.list.addproduct', + link: '/ecommerce/add-product', + parentId: 36 + }, + ] + }, + { + id: 45, + label: 'menuitems.crypto.text', + icon: 'bx-bitcoin', + subItems: [ + { + id: 46, + label: 'menuitems.crypto.list.wallet', + link: '/crypto/wallet', + parentId: 45 + }, + { + id: 47, + label: 'menuitems.crypto.list.buy/sell', + link: '/crypto/buy-sell', + parentId: 45 + }, + { + id: 48, + label: 'menuitems.crypto.list.exchange', + link: '/crypto/exchange', + parentId: 45 + }, + { + id: 49, + label: 'menuitems.crypto.list.lending', + link: '/crypto/lending', + parentId: 45 + }, + { + id: 50, + label: 'menuitems.crypto.list.orders', + link: '/crypto/orders', + parentId: 45 + }, + { + id: 51, + label: 'menuitems.crypto.list.kycapplication', + link: '/crypto/kyc-application', + parentId: 45 + }, + { + id: 52, + label: 'menuitems.crypto.list.icolanding', + link: '/crypto/ico-landing', + parentId: 45 + } + ] + }, + { + id: 53, + label: 'menuitems.projects.text', + subItems: [ + { + id: 54, + label: 'menuitems.projects.list.grid', + link: '/projects/grid', + parentId: 53 + }, + { + id: 55, + label: 'menuitems.projects.list.projectlist', + link: '/projects/list', + parentId: 53 + }, + { + id: 56, + label: 'menuitems.projects.list.overview', + link: '/projects/overview', + parentId: 53 + }, + { + id: 57, + label: 'menuitems.projects.list.create', + link: '/projects/create', + parentId: 53 + } + ] + }, + { + id: 58, + label: 'menuitems.tasks.text', + subItems: [ + { + id: 59, + label: 'menuitems.tasks.list.tasklist', + link: '/tasks/list', + parentId: 58 + }, + { + id: 60, + label: 'menuitems.tasks.list.kanban', + link: '/tasks/kanban', + parentId: 58 + }, + { + id: 61, + label: 'menuitems.tasks.list.createtask', + link: '/tasks/create', + parentId: 58 + } + ] + }, + { + id: 62, + label: 'menuitems.contacts.text', + icon: 'bxs-user-detail', + subItems: [ + { + id: 63, + label: 'menuitems.contacts.list.usergrid', + link: '/contacts/grid', + parentId: 62 + }, + { + id: 64, + label: 'menuitems.contacts.list.userlist', + link: '/contacts/list', + parentId: 61 + }, + { + id: 65, + label: 'menuitems.contacts.list.profile', + link: '/contacts/profile', + parentId: 61 + } + ] + }, + { + id: 66, + label: "menuitems.blog.text", + icon: "bx-detail", + subItems: [ + { + id: 67, + label: 'menuitems.blog.list.bloglist', + link: '/blog/list', + parentId: 66 + }, + { + id: 68, + label: 'menuitems.blog.list.grid', + link: '/blog/grid', + parentId: 66 + }, + { + id: 69, + label: 'menuitems.blog.list.detail', + link: '/blog/detail', + parentId: 66 + } + ] + }, + ] + }, + { + id: 70, + icon: 'bx-collection', + label: 'menuitems.components.text', + subItems: [ + { + id: 71, + label: 'menuitems.forms.text', + subItems: [ + { + id: 72, + label: 'menuitems.forms.list.elements', + link: '/form/elements', + parentId: 71 + }, + { + id: 73, + label: 'menuitems.forms.list.layouts', + link: '/form/layouts', + parentId: 71 + }, + { + id: 74, + label: 'menuitems.forms.list.validation', + link: '/form/validation', + parentId: 71 + }, + { + id: 75, + label: 'menuitems.forms.list.advanced', + link: '/form/advanced', + parentId: 71 + }, + { + id: 76, + label: 'menuitems.forms.list.editor', + link: '/form/editor', + parentId: 71 + }, + { + id: 77, + label: 'menuitems.forms.list.fileupload', + link: '/form/uploads', + parentId: 71 + }, + { + id: 78, + label: 'menuitems.forms.list.repeater', + link: '/form/repeater', + parentId: 71 + }, + { + id: 79, + label: 'menuitems.forms.list.wizard', + link: '/form/wizard', + parentId: 71 + }, + { + id: 80, + label: 'menuitems.forms.list.mask', + link: '/form/mask', + parentId: 71 + } + ] + }, + { + id: 81, + label: 'menuitems.tables.text', + subItems: [ + { + id: 82, + label: 'menuitems.tables.list.basic', + link: '/tables/basic', + parentId: 81 + }, + ] + }, + { + id: 84, + label: 'menuitems.charts.text', + subItems: [ + { + id: 85, + label: 'menuitems.charts.list.apex', + link: '/charts/apex', + parentId: 84 + }, + { + id: 86, + label: 'menuitems.charts.list.chartjs', + link: '/charts/chartjs', + parentId: 84 + }, + { + id: 87, + label: 'menuitems.charts.list.chartist', + link: '/charts/chartist', + parentId: 84 + }, + { + id: 88, + label: 'menuitems.charts.list.echart', + link: '/charts/echart', + parentId: 84 + } + ] + }, + { + id: 89, + label: 'menuitems.icons.text', + subItems: [ + { + id: 90, + label: 'menuitems.icons.list.boxicons', + link: '/icons/boxicons', + parentId: 89 + }, + { + id: 91, + label: 'menuitems.icons.list.materialdesign', + link: '/icons/materialdesign', + parentId: 89 + }, + { + id: 92, + label: 'menuitems.icons.list.dripicons', + link: '/icons/dripicons', + parentId: 89 + }, + { + id: 93, + label: 'menuitems.icons.list.fontawesome', + link: '/icons/fontawesome', + parentId: 89 + }, + ] + }, + { + id: 94, + label: 'menuitems.maps.text', + subItems: [ + { + id: 95, + label: 'menuitems.maps.list.googlemap', + link: '/maps/google', + parentId: 94 + }, + { + id: 96, + label: "menuitems.maps.list.leafletmap", + link: "/maps/leaflet", + parentId: 94 + }, + ] + } + ] + }, + { + id: 97, + label: 'navbar.dropdown.megamenu.extrapages.title', + icon: 'bx-file', + subItems: [ + { + id: 98, + label: 'menuitems.invoices.text', + subItems: [ + { + id: 99, + label: 'menuitems.invoices.list.invoicelist', + link: '/invoices/list', + parentId: 98 + }, + { + id: 100, + label: 'menuitems.invoices.list.invoicedetail', + link: '/invoices/detail', + parentId: 98 + }, + ] + }, + { + id: 101, + label: 'menuitems.authentication.text', + subItems: [ + { + id: 102, + label: "menuitems.authentication.list.login", + link: "/auth/login-1", + parentId: 101 + }, + { + id: 103, + label: "menuitems.authentication.list.login-2", + link: "/auth/login-2", + parentId: 101 + }, + { + id: 104, + label: "menuitems.authentication.list.register", + link: "/auth/register-1", + parentId: 101 + }, + { + id: 105, + label: "menuitems.authentication.list.register-2", + link: "/auth/register-2", + parentId: 101 + }, + { + id: 106, + label: "menuitems.authentication.list.recoverpwd", + link: "/auth/recoverpwd", + parentId: 101 + }, + { + id: 107, + label: "menuitems.authentication.list.recoverpwd-2", + link: "/auth/recoverpwd-2", + parentId: 101 + }, + { + id: 108, + label: "menuitems.authentication.list.lockscreen", + link: "/auth/lock-screen", + parentId: 101 + }, + { + id: 109, + label: "menuitems.authentication.list.lockscreen-2", + link: "/auth/lock-screen-2", + parentId: 101 + }, + { + id: 110, + label: "menuitems.authentication.list.confirm-mail", + link: "/auth/comfirm-mail", + parentId: 101 + }, + { + id: 111, + label: "menuitems.authentication.list.confirm-mail-2", + link: "/auth/comfirm-mail-2", + parentId: 101 + }, + { + id: 112, + label: "menuitems.authentication.list.verification", + link: "/auth/email-verification", + parentId: 101 + }, + { + id: 113, + label: "menuitems.authentication.list.verification-2", + link: "/auth/email-verification-2", + parentId: 101 + }, + { + id: 114, + label: "menuitems.authentication.list.verification-step", + link: "/auth/two-step-verification", + parentId: 101 + }, + { + id: 115, + label: "menuitems.authentication.list.verification-step-2", + link: "/auth/two-step-verification-2", + parentId: 101 + } + ] + }, + { + id: 116, + label: 'menuitems.utility.text', + icon: 'bx-file', + subItems: [ + { + id: 117, + label: 'menuitems.utility.list.starter', + link: '/pages/starter', + parentId: 116 + }, + { + id: 118, + label: 'menuitems.utility.list.maintenance', + link: '/pages/maintenance', + parentId: 116 + }, + { + id: 118, + label: "menuitems.utility.list.comingsoon", + link: "/pages/coming-soon", + parentId: 116 + }, + { + id: 119, + label: 'menuitems.utility.list.timeline', + link: '/pages/timeline', + parentId: 116 + }, + { + id: 120, + label: 'menuitems.utility.list.faqs', + link: '/pages/faqs', + parentId: 116 + }, + { + id: 121, + label: 'menuitems.utility.list.pricing', + link: '/pages/pricing', + parentId: 116 + }, + { + id: 122, + label: 'menuitems.utility.list.error404', + link: '/pages/404', + parentId: 116 + }, + { + id: 123, + label: 'menuitems.utility.list.error500', + link: '/pages/500', + parentId: 116 + }, + ] + }, + ] + } +]; + diff --git a/Vue/Admin/src/components/horizontal-nav.vue b/Vue/Admin/src/components/horizontal-nav.vue new file mode 100644 index 00000000..5c797867 --- /dev/null +++ b/Vue/Admin/src/components/horizontal-nav.vue @@ -0,0 +1,197 @@ + + \ No newline at end of file diff --git a/Vue/Admin/src/components/horizontal-topbar.vue b/Vue/Admin/src/components/horizontal-topbar.vue new file mode 100644 index 00000000..c1d2c4e0 --- /dev/null +++ b/Vue/Admin/src/components/horizontal-topbar.vue @@ -0,0 +1,711 @@ + + + diff --git a/Vue/Admin/src/components/menu.js b/Vue/Admin/src/components/menu.js new file mode 100644 index 00000000..bc7b4366 --- /dev/null +++ b/Vue/Admin/src/components/menu.js @@ -0,0 +1,826 @@ +export const menuItems = [ + { + id: 1, + label: "menuitems.menu.text", + isTitle: true + }, + { + id: 2, + label: "menuitems.dashboards.text", + icon: "bx-home-circle", + badge: { + variant: "info", + text: "menuitems.dashboards.badge" + }, + subItems: [ + { + id: 3, + label: "menuitems.dashboards.list.default", + link: "/", + parentId: 2 + }, + { + id: 4, + label: "menuitems.dashboards.list.saas", + link: "/dashboard/saas", + parentId: 2 + }, + { + id: 5, + label: "menuitems.dashboards.list.crypto", + link: "/dashboard/crypto", + parentId: 2 + }, + { + id: 6, + label: "menuitems.dashboards.list.blog", + link: "/dashboard/blog", + parentId: 2 + } + ] + }, + { + id: 7, + isLayout: true + }, + { + id: 8, + label: "menuitems.apps.text", + isTitle: true + }, + { + id: 9, + label: "menuitems.calendar.text", + icon: "bx-calendar", + link: "/calendar" + }, + { + id: 10, + label: "menuitems.chat.text", + icon: "bx-chat", + link: "/chat", + }, + { + id: 11, + label: "menuitems.filemanager.text", + link: "/apps/file-manager", + icon: "bx-file", + badge: { + variant: "success", + text: "menuitems.chat.badge" + } + }, + { + id: 12, + label: "menuitems.ecommerce.text", + icon: "bx-store", + subItems: [ + { + id: 13, + label: "menuitems.ecommerce.list.products", + link: "/ecommerce/products", + parentId: 12 + }, + { + id: 14, + label: "menuitems.ecommerce.list.productdetail", + link: "/ecommerce/product-detail/1", + parentId: 12 + }, + { + id: 15, + label: "menuitems.ecommerce.list.orders", + link: "/ecommerce/orders", + parentId: 12 + }, + { + id: 16, + label: "menuitems.ecommerce.list.customers", + link: "/ecommerce/customers", + parentId: 12 + }, + { + id: 17, + label: "menuitems.ecommerce.list.cart", + link: "/ecommerce/cart", + parentId: 12 + }, + { + id: 18, + label: "menuitems.ecommerce.list.checkout", + link: "/ecommerce/checkout", + parentId: 12 + }, + { + id: 19, + label: "menuitems.ecommerce.list.shops", + link: "/ecommerce/shops", + parentId: 12 + }, + { + id: 20, + label: "menuitems.ecommerce.list.addproduct", + link: "/ecommerce/add-product", + parentId: 12 + } + ] + }, + { + id: 21, + label: "menuitems.crypto.text", + icon: "bx-bitcoin", + subItems: [ + { + id: 22, + label: "menuitems.crypto.list.wallet", + link: "/crypto/wallet", + parentId: 21 + }, + { + id: 23, + label: "menuitems.crypto.list.buy/sell", + link: "/crypto/buy-sell", + parentId: 21 + }, + { + id: 24, + label: "menuitems.crypto.list.exchange", + link: "/crypto/exchange", + parentId: 21 + }, + { + id: 25, + label: "menuitems.crypto.list.lending", + link: "/crypto/lending", + parentId: 21 + }, + { + id: 26, + label: "menuitems.crypto.list.orders", + link: "/crypto/orders", + parentId: 21 + }, + { + id: 27, + label: "menuitems.crypto.list.kycapplication", + link: "/crypto/kyc-application", + parentId: 21 + }, + { + id: 28, + label: "menuitems.crypto.list.icolanding", + link: "/crypto/ico-landing", + parentId: 21 + } + ] + }, + { + id: 29, + label: "menuitems.email.text", + icon: "bx-envelope", + subItems: [ + { + id: 30, + label: "menuitems.email.list.inbox", + link: "/email/inbox", + parentId: 29 + }, + { + id: 31, + label: "menuitems.email.list.reademail", + link: "/email/reademail/1", + parentId: 29 + }, + { + id: 32, + label: "menuitems.email.list.template.text", + parentId: 29, + subItems: [ + { + id: 33, + label: 'menuitems.email.list.template.list.basic', + link: '/email/templates/basic', + parentId: 32 + }, + { + label: 'menuitems.email.list.template.list.alert', + link: '/email/templates/alert', + parentId: 32 + }, + { + label: 'menuitems.email.list.template.list.billing', + link: '/email/templates/billing', + parentId: 32 + } + ] + } + ] + }, + { + id: 34, + label: "menuitems.invoices.text", + icon: "bx-receipt", + subItems: [ + { + id: 35, + label: "menuitems.invoices.list.invoicelist", + link: "/invoices/list", + parentId: 34 + }, + { + id: 36, + label: "menuitems.invoices.list.invoicedetail", + link: "/invoices/detail", + parentId: 34 + } + ] + }, + { + id: 37, + label: "menuitems.projects.text", + icon: "bx-briefcase-alt-2", + subItems: [ + { + id: 38, + label: "menuitems.projects.list.grid", + link: "/projects/grid", + parentId: 37 + }, + { + id: 39, + label: "menuitems.projects.list.projectlist", + link: "/projects/list", + parentId: 37 + }, + { + id: 40, + label: "menuitems.projects.list.overview", + link: "/projects/overview", + parentId: 37 + }, + { + id: 41, + label: "menuitems.projects.list.create", + link: "/projects/create", + parentId: 37 + } + ] + }, + { + id: 42, + label: "menuitems.tasks.text", + icon: "bx-task", + subItems: [ + { + id: 43, + label: "menuitems.tasks.list.tasklist", + link: "/tasks/list", + parentId: 42 + }, + { + id: 44, + label: "menuitems.tasks.list.kanban", + link: "/tasks/kanban", + parentId: 42 + }, + { + id: 45, + label: "menuitems.tasks.list.createtask", + link: "/tasks/create", + parentId: 42 + } + ] + }, + { + id: 46, + label: "menuitems.contacts.text", + icon: "bxs-user-detail", + subItems: [ + { + id: 47, + label: "menuitems.contacts.list.usergrid", + link: "/contacts/grid", + parentId: 46 + }, + { + id: 48, + label: "menuitems.contacts.list.userlist", + link: "/contacts/list", + parentId: 46 + }, + { + id: 49, + label: "menuitems.contacts.list.profile", + link: "/contacts/profile", + parentId: 46 + } + ] + }, + { + id: 50, + label: "menuitems.blog.text", + icon: "bx-detail", + badge: { + variant: "success", + text: "menuitems.blog.badge" + }, + subItems: [ + { + id: 51, + label: 'menuitems.blog.list.bloglist', + link: '/blog/list', + parentId: 50 + }, + { + id: 52, + label: 'menuitems.blog.list.grid', + link: '/blog/grid', + parentId: 50 + }, + { + id: 53, + label: 'menuitems.blog.list.detail', + link: '/blog/detail', + parentId: 50 + } + ] + }, + { + id: 54, + label: "menuitems.pages.text", + isTitle: true + }, + { + id: 55, + label: "menuitems.authentication.text", + icon: "bx-user-circle", + badge: { + variant: "success", + text: "menuitems.authentication.badge" + }, + subItems: [ + { + id: 56, + label: "menuitems.authentication.list.login", + link: "/auth/login-1", + parentId: 55 + }, + { + id: 57, + label: "menuitems.authentication.list.login-2", + link: "/auth/login-2", + parentId: 55 + }, + { + id: 58, + label: "menuitems.authentication.list.register", + link: "/auth/register-1", + parentId: 55 + }, + { + id: 59, + label: "menuitems.authentication.list.register-2", + link: "/auth/register-2", + parentId: 55 + }, + { + id: 60, + label: "menuitems.authentication.list.recoverpwd", + link: "/auth/recoverpwd", + parentId: 55 + }, + { + id: 61, + label: "menuitems.authentication.list.recoverpwd-2", + link: "/auth/recoverpwd-2", + parentId: 55 + }, + { + id: 62, + label: "menuitems.authentication.list.lockscreen", + link: "/auth/lock-screen", + parentId: 55 + }, + { + id: 63, + label: "menuitems.authentication.list.lockscreen-2", + link: "/auth/lock-screen-2", + parentId: 55 + }, + { + id: 64, + label: "menuitems.authentication.list.confirm-mail", + link: "/auth/confirm-mail", + parentId: 55 + }, + { + id: 65, + label: "menuitems.authentication.list.confirm-mail-2", + link: "/auth/confirm-mail-2", + parentId: 55 + }, + { + id: 66, + label: "menuitems.authentication.list.verification", + link: "/auth/email-verification", + parentId: 55 + }, + { + id: 67, + label: "menuitems.authentication.list.verification-2", + link: "/auth/email-verification-2", + parentId: 55 + }, + { + id: 68, + label: "menuitems.authentication.list.verification-step", + link: "/auth/two-step-verification", + parentId: 55 + }, + { + id: 69, + label: "menuitems.authentication.list.verification-step-2", + link: "/auth/two-step-verification-2", + parentId: 55 + } + ] + }, + { + id: 70, + label: "menuitems.utility.text", + icon: "bx-file", + subItems: [ + { + id: 71, + label: "menuitems.utility.list.starter", + link: "/pages/starter", + parentId: 70 + }, + { + id: 72, + label: "menuitems.utility.list.maintenance", + link: "/pages/maintenance", + parentId: 70 + }, + { + id: 72, + label: "menuitems.utility.list.comingsoon", + link: "/pages/coming-soon", + parentId: 70 + }, + { + id: 73, + label: "menuitems.utility.list.timeline", + link: "/pages/timeline", + parentId: 70 + }, + { + id: 74, + label: "menuitems.utility.list.faqs", + link: "/pages/faqs", + parentId: 70 + }, + { + id: 75, + label: "menuitems.utility.list.pricing", + link: "/pages/pricing", + parentId: 70 + }, + { + id: 76, + label: "menuitems.utility.list.error404", + link: "/pages/404", + parentId: 70 + }, + { + id: 77, + label: "menuitems.utility.list.error500", + link: "/pages/500", + parentId: 70 + } + ] + }, + { + id: 78, + label: "menuitems.components.text", + isTitle: true + }, + { + id: 79, + label: "menuitems.uielements.text", + icon: "bx-tone", + subItems: [ + { + id: 80, + label: "menuitems.uielements.list.alerts", + link: "/ui/alerts", + parentId: 79 + }, + { + id: 81, + label: "menuitems.uielements.list.buttons", + link: "/ui/buttons", + parentId: 79 + }, + { + id: 82, + label: "menuitems.uielements.list.cards", + link: "/ui/cards", + parentId: 79 + }, + { + id: 83, + label: "menuitems.uielements.list.carousel", + link: "/ui/carousel", + parentId: 79 + }, + { + id: 84, + label: "menuitems.uielements.list.dropdowns", + link: "/ui/dropdowns", + parentId: 79 + }, + { + id: 85, + label: "menuitems.uielements.list.grid", + link: "/ui/grid", + parentId: 79 + }, + { + id: 86, + label: "menuitems.uielements.list.images", + link: "/ui/images", + parentId: 79 + }, + { + id: 87, + label: "menuitems.uielements.list.modals", + link: "/ui/modals", + parentId: 79 + }, + { + id: 87, + label: "menuitems.uielements.list.offcanvas", + link: "/ui/offcanvas", + parentId: 79 + }, + { + id: 88, + label: "menuitems.uielements.list.rangeslider", + link: "/ui/rangeslider", + parentId: 79 + }, + { + id: 89, + label: "menuitems.uielements.list.progressbar", + link: "/ui/progressbars", + parentId: 79 + }, + { + id: 89, + label: "menuitems.uielements.list.placeholder", + link: "/ui/placeholder", + parentId: 79 + }, + { + id: 90, + label: "menuitems.uielements.list.sweetalert", + link: "/ui/sweet-alert", + parentId: 79 + }, + { + id: 91, + label: "menuitems.uielements.list.tabs", + link: "/ui/tabs-accordions", + parentId: 79 + }, + { + id: 92, + label: "menuitems.uielements.list.typography", + link: "/ui/typography", + parentId: 79 + }, + { + id: 93, + label: "menuitems.uielements.list.video", + link: "/ui/video", + parentId: 79 + }, + { + id: 94, + label: "menuitems.uielements.list.general", + link: "/ui/general", + parentId: 79 + }, + { + id: 95, + label: "menuitems.uielements.list.colors", + link: "/ui/colors", + parentId: 79 + }, + { + id: 96, + label: "menuitems.uielements.list.lightbox", + link: "/ui/lightbox", + parentId: 79 + }, + { + id: 97, + label: "menuitems.uielements.list.cropper", + link: "/ui/image-cropper", + parentId: 79 + } + ] + }, + { + id: 98, + label: "menuitems.forms.text", + icon: "bxs-eraser", + badge: { + variant: "danger", + text: 'menuitems.forms.badge' + }, + subItems: [ + { + id: 99, + label: "menuitems.forms.list.elements", + link: "/form/elements", + parentId: 98 + }, + { + id: 100, + label: "menuitems.forms.list.layouts", + link: "/form/layouts", + parentId: 98 + }, + { + id: 101, + label: "menuitems.forms.list.validation", + link: "/form/validation", + parentId: 98 + }, + { + id: 102, + label: "menuitems.forms.list.advanced", + link: "/form/advanced", + parentId: 98 + }, + { + id: 103, + label: "menuitems.forms.list.editor", + link: "/form/editor", + parentId: 98 + }, + { + id: 104, + label: "menuitems.forms.list.fileupload", + link: "/form/uploads", + parentId: 98 + }, + { + id: 105, + label: "menuitems.forms.list.repeater", + link: "/form/repeater", + parentId: 98 + }, + { + id: 106, + label: "menuitems.forms.list.wizard", + link: "/form/wizard", + parentId: 98 + }, + { + id: 107, + label: "menuitems.forms.list.mask", + link: "/form/mask", + parentId: 98 + } + ] + }, + { + id: 108, + icon: "bx-list-ul", + label: "menuitems.tables.text", + subItems: [ + { + id: 109, + label: "menuitems.tables.list.basic", + link: "/tables/basic", + parentId: 108 + } + ] + }, + { + id: 111, + icon: "bxs-bar-chart-alt-2", + label: "menuitems.charts.text", + subItems: [ + { + id: 112, + label: "menuitems.charts.list.apex", + link: "/charts/apex", + parentId: 111 + }, + { + id: 113, + label: "menuitems.charts.list.chartjs", + link: "/charts/chartjs", + parentId: 111 + }, + { + id: 114, + label: "menuitems.charts.list.chartist", + link: "/charts/chartist", + parentId: 111 + }, + { + id: 115, + label: "menuitems.charts.list.echart", + link: "/charts/echart", + parentId: 111 + } + ] + }, + { + id: 116, + label: "menuitems.icons.text", + icon: "bx-aperture", + subItems: [ + { + id: 117, + label: "menuitems.icons.list.boxicons", + link: "/icons/boxicons", + parentId: 116 + }, + { + id: 118, + label: "menuitems.icons.list.materialdesign", + link: "/icons/materialdesign", + parentId: 116 + }, + { + id: 119, + label: "menuitems.icons.list.dripicons", + link: "/icons/dripicons", + parentId: 116 + }, + { + id: 120, + label: "menuitems.icons.list.fontawesome", + link: "/icons/fontawesome", + parentId: 116 + } + ] + }, + { + id: 121, + label: "menuitems.maps.text", + icon: "bx-map", + subItems: [ + { + id: 122, + label: "menuitems.maps.list.googlemap", + link: "/maps/google", + parentId: 121 + }, + { + id: 123, + label: "menuitems.maps.list.leafletmap", + link: "/maps/leaflet", + parentId: 121 + }, + ] + }, + { + id: 124, + label: "menuitems.multilevel.text", + icon: "bx-share-alt", + subItems: [ + { + id: 125, + label: "menuitems.multilevel.list.level1.1", + link: "#", + parentId: 124 + }, + { + id: 126, + label: "menuitems.multilevel.list.level1.2", + parentId: 124, + subItems: [ + { + id: 127, + label: "menuitems.multilevel.list.level1.level2.1", + link: "#", + parentId: 124 + }, + { + id: 128, + label: "menuitems.multilevel.list.level1.level2.2", + link: "#", + parentId: 124 + } + ] + } + ] + } +]; \ No newline at end of file diff --git a/Vue/Admin/src/components/nav-bar.vue b/Vue/Admin/src/components/nav-bar.vue new file mode 100644 index 00000000..3d9d509b --- /dev/null +++ b/Vue/Admin/src/components/nav-bar.vue @@ -0,0 +1,671 @@ + + + diff --git a/Vue/Admin/src/components/page-header.vue b/Vue/Admin/src/components/page-header.vue new file mode 100644 index 00000000..6aa9f201 --- /dev/null +++ b/Vue/Admin/src/components/page-header.vue @@ -0,0 +1,33 @@ + + + diff --git a/Vue/Admin/src/components/right-bar.vue b/Vue/Admin/src/components/right-bar.vue new file mode 100644 index 00000000..c0888b91 --- /dev/null +++ b/Vue/Admin/src/components/right-bar.vue @@ -0,0 +1,363 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/side-bar.vue b/Vue/Admin/src/components/side-bar.vue new file mode 100644 index 00000000..7b709b24 --- /dev/null +++ b/Vue/Admin/src/components/side-bar.vue @@ -0,0 +1,145 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/side-nav.vue b/Vue/Admin/src/components/side-nav.vue new file mode 100644 index 00000000..3b7c9be8 --- /dev/null +++ b/Vue/Admin/src/components/side-nav.vue @@ -0,0 +1,166 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/activity.vue b/Vue/Admin/src/components/widgets/activity.vue new file mode 100644 index 00000000..6a4a811f --- /dev/null +++ b/Vue/Admin/src/components/widgets/activity.vue @@ -0,0 +1,108 @@ + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/dropZone.vue b/Vue/Admin/src/components/widgets/dropZone.vue new file mode 100644 index 00000000..76fc80a3 --- /dev/null +++ b/Vue/Admin/src/components/widgets/dropZone.vue @@ -0,0 +1,63 @@ + + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/earning.vue b/Vue/Admin/src/components/widgets/earning.vue new file mode 100644 index 00000000..39bac37e --- /dev/null +++ b/Vue/Admin/src/components/widgets/earning.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/emailsent.vue b/Vue/Admin/src/components/widgets/emailsent.vue new file mode 100644 index 00000000..99bc6618 --- /dev/null +++ b/Vue/Admin/src/components/widgets/emailsent.vue @@ -0,0 +1,204 @@ + + diff --git a/Vue/Admin/src/components/widgets/loader.vue b/Vue/Admin/src/components/widgets/loader.vue new file mode 100644 index 00000000..366324ac --- /dev/null +++ b/Vue/Admin/src/components/widgets/loader.vue @@ -0,0 +1,49 @@ + + + diff --git a/Vue/Admin/src/components/widgets/profile.vue b/Vue/Admin/src/components/widgets/profile.vue new file mode 100644 index 00000000..a38f5f69 --- /dev/null +++ b/Vue/Admin/src/components/widgets/profile.vue @@ -0,0 +1,77 @@ + + diff --git a/Vue/Admin/src/components/widgets/selling-product.vue b/Vue/Admin/src/components/widgets/selling-product.vue new file mode 100644 index 00000000..f2dd0f72 --- /dev/null +++ b/Vue/Admin/src/components/widgets/selling-product.vue @@ -0,0 +1,84 @@ + + + diff --git a/Vue/Admin/src/components/widgets/social-source.vue b/Vue/Admin/src/components/widgets/social-source.vue new file mode 100644 index 00000000..e856fdf3 --- /dev/null +++ b/Vue/Admin/src/components/widgets/social-source.vue @@ -0,0 +1,83 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/stat.vue b/Vue/Admin/src/components/widgets/stat.vue new file mode 100644 index 00000000..b10fccd3 --- /dev/null +++ b/Vue/Admin/src/components/widgets/stat.vue @@ -0,0 +1,42 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/components/widgets/transaction.vue b/Vue/Admin/src/components/widgets/transaction.vue new file mode 100644 index 00000000..9436117a --- /dev/null +++ b/Vue/Admin/src/components/widgets/transaction.vue @@ -0,0 +1,197 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/design/_custom.scss b/Vue/Admin/src/design/_custom.scss new file mode 100644 index 00000000..893ee577 --- /dev/null +++ b/Vue/Admin/src/design/_custom.scss @@ -0,0 +1,266 @@ +@use 'sass:math'; + +@import "custom/components/animation"; + +.modal-backdrop { + opacity: .5; +} + +.modal-header, +.alert { + .close { + padding: 0.3rem 1.75rem; + background: transparent; + border: 0; + font-size: 25px; + position: absolute; + top: 0; + right: 0; + opacity: .4; + width: 1em; + height: 1em; + z-index: 2; + + button { + display: none; + } + } +} + +.form-row { + display: flex; + flex-wrap: wrap; +} + +.vhd__datepicker__input { + height: $input-height !important; + line-height: $input-height !important; +} + +.form-check { + .custom-control-input { + border-radius: .25em; + float: left; + margin: 3px 3px 3px -19px !important; + } +} + +.check-group { + input { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; + } +} + +.vue-simple-drawer { + background: $gray-100 !important; + color: $gray-800 !important; + + .close-btn { + + .leftright, + .rightleft { + width: 20px !important; + background-color: $gray-600 !important + } + } +} + +body { + * { + outline: none; + } +} + +.b-form-btn-label-control { + padding: 0; + border: none; + + >.btn { + position: absolute; + right: 0; + top: 0; + + &:focus { + box-shadow: none; + } + } +} + +.vue-simple-drawer { + // default style + padding: 20px; + color: $--simple-drawer-fg-color; + background: $--simple-drawer-bg-color; + // common + position: fixed; + overflow: auto; + + &.closeable { + padding-top: 40px; + } + + &.left { + left: 0; + top: 0; + bottom: 0; + } + + &.right { + right: 0; + top: 0; + bottom: 0; + } + + &.up { + top: 0; + left: 0; + right: 0; + } + + &.down { + bottom: 0; + left: 0; + right: 0; + } + + .close-btn { + width: $--simple-drawer-close-width; + height: $--simple-drawer-close-width; + position: absolute; + right: 0; + top: 20px; + transform: translate(-50%, -50%); + color: currentColor; + font-size: 20px; + cursor: pointer; + user-select: none; + + .leftright { + height: 4px; + width: $--simple-drawer-close-width; + position: absolute; + margin-top: math.div($--simple-drawer-close-width, 2); + background-color: $--simple-drawer-softorange; + border-radius: 2px; + transform: rotate(45deg); + transition: all 0.3s ease-in; + } + + .rightleft { + height: 4px; + width: $--simple-drawer-close-width; + position: absolute; + margin-top: math.div($--simple-drawer-close-width, 2); + background-color: $--simple-drawer-softorange; + border-radius: 2px; + transform: rotate(-45deg); + transition: all 0.3s ease-in; + } + + .close { + margin: 60px 0 0 5px; + position: absolute; + } + + &:hover .leftright { + transform: rotate(-45deg); + background-color: $--simple-drawer-tomatored; + } + + &:hover .rightleft { + transform: rotate(45deg); + background-color: $--simple-drawer-tomatored; + } + } +} + +.mask { + position: fixed; + background: grey; + opacity: 0.5; + width: 100%; + left: 0; + top: 0; + height: 100%; +} + +.slider-tooltip , .slider-connect{ + background: $primary +} + +.page-title-right ol.breadcrumb { + margin-bottom: 0; +} + +.lang-dropdown { + &:hover { + cursor: pointer; + } +} + +.form-check-input { + &:hover { + cursor: pointer; + } +} + +.form-check-right { + .form-check { + padding-left: 0; + } +} +#page-topbar { + .lang-dropdown { + background-color: $header-bg; + color: $header-dark-item-color; + } +} +body[data-layout="horizontal"][data-topbar="colored"] { + #page-topbar{ + .lang-dropdown { + background-color: $primary; + } + } + +} +body[data-topbar="dark"] { + #page-topbar { + .lang-dropdown { + background-color: $primary; + color: $header-dark-item-color; + } + } +} +html[dir="rtl"] { + body[data-topbar="dark"] { + #page-topbar { + .lang-dropdown { + background-color: $header-dark-bg; + color: $header-dark-item-color; + } + } + } +} +.is-loading { + position: relative; + } + .preloader-component { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: $card-bg; + z-index: 999; + width: 100%; + } + .status { + width: 40px; + height: 40px; + position: absolute; + left: 50%; + top: 50%; + margin: -20px 0 0 -20px; + } \ No newline at end of file diff --git a/Vue/Admin/src/design/_variables-dark.scss b/Vue/Admin/src/design/_variables-dark.scss new file mode 100644 index 00000000..4c689506 --- /dev/null +++ b/Vue/Admin/src/design/_variables-dark.scss @@ -0,0 +1,1426 @@ +// Variables +@use 'sass:math'; + +// +// custom-variables +// + +// Vertical Sidebar - Default Light +$sidebar-bg: #ffffff; +$sidebar-menu-item-color: #545a6d; +$sidebar-menu-sub-item-color: #545a6d; +$sidebar-menu-item-icon-color: #7f8387; +$sidebar-menu-item-hover-color: #383c40; +$sidebar-menu-item-active-color: #556ee6; +$sidebar-width: 250px; +$sidebar-collapsed-width: 70px; +$sidebar-width-sm: 160px; + +// Vertical Sidebar - Dark +$sidebar-dark-bg: #2a3042; //2c313a +$sidebar-dark-menu-item-color: #a6b0cf; +$sidebar-dark-menu-sub-item-color: #79829c; +$sidebar-dark-menu-item-icon-color: #6a7187; +$sidebar-dark-menu-item-hover-color: #ffffff; +$sidebar-dark-menu-item-active-color: #ffffff; + +// Topbar - Deafult Light +$header-height: 70px; +$header-bg: #262b3c; +$header-item-color: #a6b0cf; + +// Topbar - Dark +$header-dark-bg: #556ee6; +$header-dark-item-color: #e9ecef; + +// Topbar Search +$topbar-search-bg: #2a3042; + +// Footer +$footer-height: 60px; +$footer-bg: #262b3c; +$footer-color: #a6b0cf; + +// Horizontal nav +$topnav-bg: #282e3f; +$menu-item-color: #a6b0cf; +$menu-item-active-color: #556ee6; + +// Right Sidebar +$rightbar-width: 280px; + +// Display +$display-none: block; +$display-block: none; + +// Brand +$navbar-brand-box-width: 250px; + +// Boxed layout width +$boxed-layout-width: 1300px; +$boxed-body-bg: #32394f; + +// Font Weight +$fw-medium: 500; +$font-weight-semibold: 600; + +// apex charts +$apex-grid-color: #32394e; + +// table +$table-head-bg: rgba($gray-600, .05); +$table-dark-border-color: tint-color($gray-800, 7.5%); + + +// Variables +// +// Variables should follow the `$component-state-property-size` formula for +// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. + +// Color system + +$white: #fff; +$gray-100: #212529; +$gray-200: #2a3042; +$gray-300: #32394e; +$gray-400: #a6b0cf; +$gray-500: #bfc8e2; +$gray-600: #c3cbe4; +$gray-700: #f6f6f6; +$gray-800: #eff2f7; +$gray-900: #f8f9fa; +$black: #000; + +// fusv-disable +$grays: ( + "100": $gray-100, + "200": $gray-200, + "300": $gray-300, + "400": $gray-400, + "500": $gray-500, + "600": $gray-600, + "700": $gray-700, + "800": $gray-800, + "900": $gray-900 +); + +// fusv-enable + +$blue: #556ee6; +$indigo: #564ab1; +$purple: #6f42c1; +$pink: #e83e8c; +$red: #f46a6a; +$orange: #f1734f; +$yellow: #f1b44c; +$green: #34c38f; +$teal: #050505; +$cyan: #50a5f1; + +// scss-docs-start colors-map +$colors: ( + "blue": $blue, + "indigo": $indigo, + "purple": $purple, + "pink": $pink, + "red": $red, + "orange": $orange, + "yellow": $yellow, + "green": $green, + "teal": $teal, + "cyan": $cyan, + "white": $white, + "gray": $gray-600, + "gray-dark": $gray-800 +); +// scss-docs-end colors-map + +$primary: $blue; +$secondary: $gray-600; +$success: $green; +$info: $cyan; +$warning: $yellow; +$danger: $red; +$light: $gray-300; +$dark: $gray-800; + +// scss-docs-start theme-colors-map +$theme-colors: ( + "primary": $primary, + "secondary": $secondary, + "success": $success, + "info": $info, + "warning": $warning, + "danger": $danger, + "pink": $pink, + "light": $light, + "dark": $dark +); +// scss-docs-end theme-colors-map +$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value"); +// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. +// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast +$min-contrast-ratio: 1.8; + +// Customize the light and dark text colors for use in our color contrast function. +$color-contrast-dark: $black; +$color-contrast-light: $white; + +// fusv-disable +$blue-100: tint-color($blue, 80%); +$blue-200: tint-color($blue, 60%); +$blue-300: tint-color($blue, 40%); +$blue-400: tint-color($blue, 20%); +$blue-500: $blue; +$blue-600: shade-color($blue, 20%); +$blue-700: shade-color($blue, 40%); +$blue-800: shade-color($blue, 60%); +$blue-900: shade-color($blue, 80%); + +$indigo-100: tint-color($indigo, 80%); +$indigo-200: tint-color($indigo, 60%); +$indigo-300: tint-color($indigo, 40%); +$indigo-400: tint-color($indigo, 20%); +$indigo-500: $indigo; +$indigo-600: shade-color($indigo, 20%); +$indigo-700: shade-color($indigo, 40%); +$indigo-800: shade-color($indigo, 60%); +$indigo-900: shade-color($indigo, 80%); + +$purple-100: tint-color($purple, 80%); +$purple-200: tint-color($purple, 60%); +$purple-300: tint-color($purple, 40%); +$purple-400: tint-color($purple, 20%); +$purple-500: $purple; +$purple-600: shade-color($purple, 20%); +$purple-700: shade-color($purple, 40%); +$purple-800: shade-color($purple, 60%); +$purple-900: shade-color($purple, 80%); + +$pink-100: tint-color($pink, 80%); +$pink-200: tint-color($pink, 60%); +$pink-300: tint-color($pink, 40%); +$pink-400: tint-color($pink, 20%); +$pink-500: $pink; +$pink-600: shade-color($pink, 20%); +$pink-700: shade-color($pink, 40%); +$pink-800: shade-color($pink, 60%); +$pink-900: shade-color($pink, 80%); + +$red-100: tint-color($red, 80%); +$red-200: tint-color($red, 60%); +$red-300: tint-color($red, 40%); +$red-400: tint-color($red, 20%); +$red-500: $red; +$red-600: shade-color($red, 20%); +$red-700: shade-color($red, 40%); +$red-800: shade-color($red, 60%); +$red-900: shade-color($red, 80%); + +$orange-100: tint-color($orange, 80%); +$orange-200: tint-color($orange, 60%); +$orange-300: tint-color($orange, 40%); +$orange-400: tint-color($orange, 20%); +$orange-500: $orange; +$orange-600: shade-color($orange, 20%); +$orange-700: shade-color($orange, 40%); +$orange-800: shade-color($orange, 60%); +$orange-900: shade-color($orange, 80%); + +$yellow-100: tint-color($yellow, 80%); +$yellow-200: tint-color($yellow, 60%); +$yellow-300: tint-color($yellow, 40%); +$yellow-400: tint-color($yellow, 20%); +$yellow-500: $yellow; +$yellow-600: shade-color($yellow, 20%); +$yellow-700: shade-color($yellow, 40%); +$yellow-800: shade-color($yellow, 60%); +$yellow-900: shade-color($yellow, 80%); + + +$green-100: tint-color($green, 80%); +$green-200: tint-color($green, 60%); +$green-300: tint-color($green, 40%); +$green-400: tint-color($green, 20%); +$green-500: $green; +$green-600: shade-color($green, 20%); +$green-700: shade-color($green, 40%); +$green-800: shade-color($green, 60%); +$green-900: shade-color($green, 80%); + + +$teal-100: tint-color($teal, 80%); +$teal-200: tint-color($teal, 60%); +$teal-300: tint-color($teal, 40%); +$teal-400: tint-color($teal, 20%); +$teal-500: $teal; +$teal-600: shade-color($teal, 20%); +$teal-700: shade-color($teal, 40%); +$teal-800: shade-color($teal, 60%); +$teal-900: shade-color($teal, 80%); + +$cyan-100: tint-color($cyan, 80%); +$cyan-200: tint-color($cyan, 60%); +$cyan-300: tint-color($cyan, 40%); +$cyan-400: tint-color($cyan, 20%); +$cyan-500: $cyan; +$cyan-600: shade-color($cyan, 20%); +$cyan-700: shade-color($cyan, 40%); +$cyan-800: shade-color($cyan, 60%); +$cyan-900: shade-color($cyan, 80%); +// fusv-enable + +// Characters which are escaped by the escape-svg function +$escaped-characters: ( + ("<", "%3c"), + (">", "%3e"), + ("#", "%23"), + ("(", "%28"), + (")", "%29"), +); + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-caret: false; +$enable-rounded: true; +$enable-shadows: false; +$enable-gradients: false; +$enable-transitions: true; +$enable-reduced-motion: true; +$enable-smooth-scroll: true; +$enable-grid-classes: true; +$enable-button-pointers: true; +$enable-rfs: true; +$enable-validation-icons: true; +$enable-negative-margins: true; +$enable-deprecation-messages: true; +$enable-important-utilities: true; + + +// Prefix for :root CSS variables + +$variable-prefix: bs-; + + +// Gradient +// +// The gradient which is added to components if `$enable-gradients` is `true` +// This gradient is also added to elements with `.bg-gradient` +$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)); +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem; +$spacers: ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3) +); + +$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null); + +// Position +// +// Define the edge positioning anchors of the position utilities. + +$position-values: ( + 0: 0, + 50: 50%, + 100: 100% +); + + + +// Body +// +// Settings for the `` element. + +$body-bg: #222736; +$body-color: $gray-400; +$body-text-align: null; + + +// Links +// +// Style anchor elements. + +$link-color: $primary; +$link-decoration: none; +$link-shade-percentage: 20%; +$link-hover-color: shift-color($link-color, $link-shade-percentage); +$link-hover-decoration: underline; + +$stretched-link-pseudo-element: after; +$stretched-link-z-index: 1; + + + +// Paragraphs +// +// Style p element. + +$paragraph-margin-bottom: 1rem; + + +// Grid breakpoints +// +// Define the minimum dimensions at which your layout will change, +// adapting to different screen sizes, for use in media queries. + +// scss-docs-start grid-breakpoints +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px, + xxl: 1400px +); +// scss-docs-end grid-breakpoints + + +@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); +@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); + + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +// scss-docs-start container-max-widths +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1140px, + xxl: 1320px +); +// scss-docs-end container-max-widths + +@include _assert-ascending($container-max-widths, "$container-max-widths"); + + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 12; +$grid-gutter-width: 24px; +$grid-row-columns: 6; + +$gutters: $spacers; + +// Container padding + +$container-padding-x: math.div($grid-gutter-width, 2); +// Components +// +// Define common padding and border radius sizes and more. + +$border-width: 1px; +$border-widths: ( + 0: 0, + 1: 1px, + 2: 2px, + 3: 3px, + 4: 4px, + 5: 5px +); + +$border-color: $gray-300; + +$border-radius: .25rem; +$border-radius-lg: .4rem; +$border-radius-sm: .2rem; +$border-radius-pill: 50rem; + + +$box-shadow-sm: 0 .125rem .25rem rgba($black, .075); +$box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03); +$box-shadow-lg: 0 1rem 3rem rgba($black, .175); +$box-shadow-inset: inset 0 1px 2px rgba($black, .075); + +$component-active-color: $white; +$component-active-bg: $primary; + + +$caret-width: .3em; +$caret-vertical-align: $caret-width * .85; +$caret-spacing: $caret-width * .85; + +$transition-base: all .2s ease-in-out; +$transition-fade: opacity .15s linear; +$transition-collapse: height .35s ease; + +// stylelint-disable function-disallowed-list +// scss-docs-start aspect-ratios +$aspect-ratios: ( + "1x1": 100%, + "4x3": calc(3 / 4 * 100%), + "16x9": calc(9 / 16 * 100%), + "21x9": calc(9 / 21 * 100%) +); +// scss-docs-end aspect-ratios +// stylelint-enable function-disallowed-list + +// Typography +// +// Font, line-height, and color for body text, headings, and more. + +// stylelint-disable value-keyword-case +$font-family-sans-serif: 'Poppins', sans-serif; +$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + +// stylelint-enable value-keyword-case +$font-family-base: var(--#{$variable-prefix}font-sans-serif); +$font-family-code: var(--#{$variable-prefix}font-monospace); + +// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins +// $font-size-base effects the font size of the body text +$font-size-root: null; +$font-size-base: 0.8125rem; +$font-size-sm: $font-size-base * .875; +$font-size-lg: $font-size-base * 1.25; + + +$font-weight-lighter: lighter; +$font-weight-light: 300; +$font-weight-normal: 400; +$font-weight-bold: 600; +$font-weight-bolder: bolder; + +$font-weight-base: $font-weight-normal; +$line-height-base: 1.5; +$line-height-sm: 1.25; +$line-height-lg: 2; + +$h1-font-size: $font-size-base * 2.5; +$h2-font-size: $font-size-base * 2; +$h3-font-size: $font-size-base * 1.75; +$h4-font-size: $font-size-base * 1.5; +$h5-font-size: $font-size-base * 1.25; +$h6-font-size: $font-size-base; + +// scss-docs-start font-sizes +$font-sizes: ( + 1: $h1-font-size, + 2: $h2-font-size, + 3: $h3-font-size, + 4: $h4-font-size, + 5: $h5-font-size, + 6: $h6-font-size +); +// scss-docs-end font-sizes + +$headings-margin-bottom: math.div($spacer, 2); +$headings-font-family: null; +$headings-font-style: null; +$headings-font-weight: 500; +$headings-line-height: 1.2; +$headings-color: null; + +// scss-docs-start display-headings +$display-font-sizes: ( + 1: 6rem, + 2: 5.5rem, + 3: 4.5rem, + 4: 3.5rem, + 5: 3rem, + 6: 2.5rem +); + +$display-font-weight: 300; +$display-line-height: $headings-line-height; +// scss-docs-end display-headings + +$lead-font-size: $font-size-base * 1.25; +$lead-font-weight: 300; + +$small-font-size: 80%; + +$sub-sup-font-size: .75em; +$text-muted: $gray-600; + +$initialism-font-size: $small-font-size; + +$blockquote-margin-y: $spacer; +$blockquote-font-size: $font-size-base * 1.25; +$blockquote-footer-color: $gray-600; +$blockquote-footer-font-size: $small-font-size; + +$hr-margin-y: $spacer; +$hr-color: inherit; +$hr-height: $border-width; +$hr-opacity: .2; + +$legend-margin-bottom: .5rem; +$legend-font-size: 1.5rem; +$legend-font-weight: null; + +$mark-padding: .2em; + +$dt-font-weight: $font-weight-bold; + +$nested-kbd-font-weight: $font-weight-bold; + +$list-inline-padding: .5rem; + +$mark-bg: #fcf8e3; + + +// Tables +// +// Customizes the `.table` component with basic values, each used across all table variations. + +// scss-docs-start table-variables +$table-cell-padding-y: .75rem; +$table-cell-padding-x: .75rem; +$table-cell-padding-y-sm: .3rem; +$table-cell-padding-x-sm: .3rem; + +$table-cell-vertical-align: top; + +$table-color: $body-color; +$table-bg: null; + +$table-th-font-weight: null; + + +$table-striped-color: $table-color; +$table-striped-bg-factor: .05; +$table-striped-bg: rgba($gray-500, .05); + +$table-active-color: $table-color; +$table-active-bg-factor: .1; +$table-active-bg: $table-hover-bg; + +$table-hover-color: $table-color; +$table-hover-bg-factor: .075; +$table-hover-bg: rgba($gray-500, .05); + +$table-border-factor: .1; +$table-border-width: $border-width; +$table-border-color: $border-color; + +$table-striped-order: odd; +$table-group-separator-color: $border-color; + +$table-caption-color: $text-muted; + +$table-bg-scale: -80%; + +$table-variants: ( + "primary": shift-color($primary, $table-bg-scale), + "secondary": shift-color($secondary, $table-bg-scale), + "success": shift-color($success, $table-bg-scale), + "info": shift-color($info, $table-bg-scale), + "warning": shift-color($warning, $table-bg-scale), + "danger": shift-color($danger, $table-bg-scale), + "light": $light, + "dark": $light, +); +// scss-docs-end table-variables + + +// Buttons + Forms +// +// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. + +$input-btn-padding-y: .47rem; +$input-btn-padding-x: .75rem; +$input-btn-font-family: null; +$input-btn-font-size: $font-size-base; +$input-btn-line-height: $line-height-base; + +$input-btn-focus-width: .15rem; +$input-btn-focus-color-opacity: .25; +$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity); +$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; + +$input-btn-padding-y-sm: .25rem; +$input-btn-padding-x-sm: .5rem; +$input-btn-font-size-sm: $font-size-sm; + +$input-btn-padding-y-lg: .5rem; +$input-btn-padding-x-lg: 1rem; +$input-btn-font-size-lg: $font-size-lg; + +$input-btn-border-width: $border-width; + + +// Buttons +// +// For each of Bootstrap's buttons, define text, background, and border color. + +$btn-padding-y: $input-btn-padding-y; +$btn-padding-x: $input-btn-padding-x; +$btn-font-family: $input-btn-font-family; +$btn-font-size: $input-btn-font-size; +$btn-line-height: $input-btn-line-height; +$btn-white-space: null; // Set to `nowrap` to prevent text wrapping + +$btn-padding-y-sm: $input-btn-padding-y-sm; +$btn-padding-x-sm: $input-btn-padding-x-sm; +$btn-font-size-sm: $input-btn-font-size-sm; + +$btn-padding-y-lg: $input-btn-padding-y-lg; +$btn-padding-x-lg: $input-btn-padding-x-lg; +$btn-font-size-lg: $input-btn-font-size-lg; + +$btn-border-width: $input-btn-border-width; + +$btn-font-weight: $font-weight-normal; +$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075); +$btn-focus-width: $input-btn-focus-width; +$btn-focus-box-shadow: $input-btn-focus-box-shadow; +$btn-disabled-opacity: .65; +$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125); + +$btn-link-color: $link-color; +$btn-link-hover-color: $link-hover-color; +$btn-link-disabled-color: $gray-600; + +// Allows for customizing button radius independently from global border radius +$btn-border-radius: $border-radius; +$btn-border-radius-sm: $border-radius-sm; +$btn-border-radius-lg: $border-radius-lg; + +$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +// Forms + +$form-text-margin-top: .25rem; +$form-text-font-size: $small-font-size; +$form-text-font-style: null; +$form-text-font-weight: null; +$form-text-color: $text-muted; + +$form-label-margin-bottom: .5rem; +$form-label-font-size: null; +$form-label-font-style: null; +$form-label-font-weight: null; +$form-label-color: null; + +$input-padding-y: $input-btn-padding-y; +$input-padding-x: $input-btn-padding-x; +$input-font-family: $input-btn-font-family; +$input-font-size: $input-btn-font-size; +$input-font-weight: $font-weight-base; +$input-line-height: $input-btn-line-height; + +$input-padding-y-sm: $input-btn-padding-y-sm; +$input-padding-x-sm: $input-btn-padding-x-sm; +$input-font-size-sm: $input-btn-font-size-sm; + +$input-padding-y-lg: $input-btn-padding-y-lg; +$input-padding-x-lg: $input-btn-padding-x-lg; +$input-font-size-lg: $input-btn-font-size-lg; + +$input-bg: tint-color($gray-200, 2%); +$input-disabled-bg: tint-color($gray-200, 1%); +$input-disabled-border-color: null; + +$input-color: $gray-500; +$input-border-color: $gray-300; +$input-border-width: $input-btn-border-width; +$input-box-shadow: $box-shadow-inset; + +$input-border-radius: $border-radius; +$input-border-radius-lg: $border-radius-lg; +$input-border-radius-sm: $border-radius-sm; + +$input-focus-bg: tint-color($input-bg, 1%); +$input-focus-border-color: tint-color($input-border-color, 2%); +$input-focus-color: $input-color; +$input-focus-width: $input-btn-focus-width; +$input-focus-box-shadow: none; + +$input-placeholder-color: $gray-600; +$input-plaintext-color: $body-color; + +$input-height-border: $input-border-width * 2; + +$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); +$input-height-inner-half: add($input-line-height * .5em, $input-padding-y); +$input-height-inner-quarter: add($input-line-height * .25em, math.div($input-padding-y, 2)); + +$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); +$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); +$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)); + +$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +$form-check-input-width: 1em; +$form-check-min-height: $font-size-base * $line-height-base; +$form-check-padding-start: $form-check-input-width + .5em; +$form-check-margin-bottom: .125rem; +$form-check-label-color: null; +$form-check-label-cursor: null; +$form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-check-input-active-filter: brightness(90%); + +$form-check-input-bg: $gray-300; +$form-check-input-border: 1px solid $gray-400; +$form-check-input-border-radius: .25em; +$form-check-radio-border-radius: 50%; +$form-check-input-focus-border: $input-focus-border-color; +$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow; + +$form-check-input-checked-color: $component-active-color; +$form-check-input-checked-bg-color: $component-active-bg; +$form-check-input-checked-border-color: $form-check-input-checked-bg-color; +$form-check-input-checked-bg-image: url("data:image/svg+xml,"); +$form-check-radio-checked-bg-image: url("data:image/svg+xml,"); + +$form-check-input-indeterminate-color: $component-active-color; +$form-check-input-indeterminate-bg-color: $component-active-bg; +$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color; +$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,"); + +$form-check-input-disabled-opacity: .5; +$form-check-label-disabled-opacity: $form-check-input-disabled-opacity; +$form-check-btn-check-disabled-opacity: $btn-disabled-opacity; + +$form-switch-color: rgba(255, 255, 255, .5); +$form-switch-width: 2em; +$form-switch-padding-start: $form-switch-width + .5em; +$form-switch-bg-image: url("data:image/svg+xml,"); +$form-switch-border-radius: $form-switch-width; + +$form-switch-focus-color: $form-switch-color; +$form-switch-focus-bg-image: url("data:image/svg+xml,"); + +$form-switch-checked-color: $component-active-color; +$form-switch-checked-bg-image: url("data:image/svg+xml,"); +$form-switch-checked-bg-position: right center; + +$form-check-inline-margin-end: 1rem; + +$input-group-addon-padding-y: $input-padding-y; +$input-group-addon-padding-x: $input-padding-x; +$input-group-addon-font-weight: $input-font-weight; +$input-group-addon-color: $input-color; +$input-group-addon-bg: $gray-300; +$input-group-addon-border-color: $input-border-color; + +$form-select-padding-y: $input-padding-y; +$form-select-padding-x: $input-padding-x; +$form-select-font-family: $input-font-family; +$form-select-font-size: $input-font-size; +$form-select-indicator-padding: 1rem; // Extra padding to account for the presence of the background-image based indicator +$form-select-font-weight: $input-font-weight; +$form-select-line-height: $input-line-height; +$form-select-color: $input-color; +$form-select-disabled-color: $gray-600; +$form-select-bg: $input-bg; +$form-select-disabled-bg: $gray-200; +$form-select-disabled-border-color: $input-disabled-border-color; +$form-select-bg-position: right $form-select-padding-x center; +$form-select-bg-size: 16px 12px; // In pixels because image dimensions +$form-select-indicator-color: $gray-800; +$form-select-indicator: url("data:image/svg+xml,"); + +$form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half; + +$form-select-border-width: $input-border-width; +$form-select-border-color: $input-border-color; +$form-select-border-radius: $border-radius; +$form-select-box-shadow: $box-shadow-inset; + +$form-select-focus-border-color: $input-focus-border-color; +$form-select-focus-width: $input-focus-width; +$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; + +$form-select-padding-y-sm: $input-padding-y-sm; +$form-select-padding-x-sm: $input-padding-x-sm; +$form-select-font-size-sm: $input-font-size-sm; + +$form-select-padding-y-lg: $input-padding-y-lg; +$form-select-padding-x-lg: $input-padding-x-lg; +$form-select-font-size-lg: $input-font-size-lg; + +$form-range-track-width: 100%; +$form-range-track-height: .5rem; +$form-range-track-cursor: pointer; +$form-range-track-bg: $gray-300; +$form-range-track-border-radius: 1rem; +$form-range-track-box-shadow: $box-shadow-inset; + +$form-range-thumb-width: 1rem; +$form-range-thumb-height: $form-range-thumb-width; +$form-range-thumb-bg: $component-active-bg; +$form-range-thumb-border: 0; +$form-range-thumb-border-radius: 1rem; +$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1); +$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow; +$form-range-thumb-focus-box-shadow-width: $input-focus-width; // For focus box shadow issue in Edge +$form-range-thumb-active-bg: tint-color($component-active-bg, 70%); +$form-range-thumb-disabled-bg: $gray-500; +$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-file-button-color: $input-color; +$form-file-button-bg: $input-group-addon-bg; +$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%); + +$form-floating-height: add(3.5rem, $input-height-border); +$form-floating-padding-x: $input-padding-x; +$form-floating-padding-y: 1rem; +$form-floating-input-padding-t: 1.625rem; +$form-floating-input-padding-b: .625rem; +$form-floating-label-opacity: .65; +$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem); +$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out; + +// Form validation + +$form-feedback-margin-top: $form-text-margin-top; +$form-feedback-font-size: $form-text-font-size; +$form-feedback-font-style: $form-text-font-style; +$form-feedback-valid-color: $success; +$form-feedback-invalid-color: $danger; + +$form-feedback-icon-valid-color: $form-feedback-valid-color; +$form-feedback-icon-valid: url("data:image/svg+xml,"); +$form-feedback-icon-invalid-color: $form-feedback-invalid-color; +$form-feedback-icon-invalid: url("data:image/svg+xml,"); + +// scss-docs-start form-validation-states +$form-validation-states: ( + "valid": ( + "color": $form-feedback-valid-color, + "icon": $form-feedback-icon-valid + ), + "invalid": ( + "color": $form-feedback-invalid-color, + "icon": $form-feedback-icon-invalid + ) +); +// scss-docs-end form-validation-states + +// Z-index master list +// +// Warning: Avoid customizing these values. They're used for a bird's eye view +// of components dependent on the z-axis and are designed to all work together. + +// scss-docs-start zindex-stack +$zindex-dropdown: 1000; +$zindex-sticky: 1020; +$zindex-fixed: 1030; +$zindex-modal-backdrop: 1040; +$zindex-modal: 1050; +$zindex-popover: 1060; +$zindex-tooltip: 1070; +// scss-docs-end zindex-stack + + +// Navs + +$nav-link-padding-y: .5rem; +$nav-link-padding-x: 1rem; +$nav-link-font-size: null; +$nav-link-font-weight: null; +$nav-link-color: null; +$nav-link-hover-color: null; +$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; +$nav-link-disabled-color: $gray-600; + +$nav-tabs-border-color: lighten($gray-300, 4%); +$nav-tabs-border-width: $border-width; +$nav-tabs-border-radius: $border-radius; +$nav-tabs-link-hover-border-color: lighten($gray-300, 4%) lighten($gray-300, 4%) $nav-tabs-border-color; +$nav-tabs-link-active-color: $gray-700; +$nav-tabs-link-active-bg: $gray-200; +$nav-tabs-link-active-border-color: lighten($gray-300, 4%) lighten($gray-300, 4%) $nav-tabs-link-active-bg; + +$nav-pills-border-radius: $border-radius; +$nav-pills-link-active-color: $component-active-color; +$nav-pills-link-active-bg: $component-active-bg; + + +// Navbar + +$navbar-padding-y: math.div($spacer, 2); +$navbar-padding-x: null; + +$navbar-nav-link-padding-x: .5rem; + +$navbar-brand-font-size: $font-size-lg; +// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link +$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; +$navbar-brand-height: $navbar-brand-font-size * $line-height-base; +$navbar-brand-padding-y: math.div($nav-link-height - $navbar-brand-height, 2); +$navbar-brand-margin-end: 1rem; + +$navbar-toggler-padding-y: .25rem; +$navbar-toggler-padding-x: .75rem; +$navbar-toggler-font-size: $font-size-lg; +$navbar-toggler-border-radius: $btn-border-radius; +$navbar-toggler-focus-width: $btn-focus-width; +$navbar-toggler-transition: box-shadow .15s ease-in-out; + +$navbar-dark-color: rgba($white, .55); +$navbar-dark-hover-color: rgba($white, .75); +$navbar-dark-active-color: $white; +$navbar-dark-disabled-color: rgba($white, .25); +$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-dark-toggler-border-color: rgba($white, .1); + +$navbar-light-color: rgba($black, .55); +$navbar-light-hover-color: rgba($black, .7); +$navbar-light-active-color: rgba($black, .9); +$navbar-light-disabled-color: rgba($black, .3); +$navbar-light-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-light-toggler-border-color: rgba($black, .1); + +$navbar-light-brand-color: $navbar-light-active-color; +$navbar-light-brand-hover-color: $navbar-light-active-color; +$navbar-dark-brand-color: $navbar-dark-active-color; +$navbar-dark-brand-hover-color: $navbar-dark-active-color; + + +// Dropdowns +// +// Dropdown menu container and contents. + +$dropdown-min-width: 10rem; +$dropdown-padding-x: 0; +$dropdown-padding-y: .5rem; +$dropdown-spacer: .125rem; +$dropdown-font-size: $font-size-base; +$dropdown-color: $body-color; +$dropdown-bg: $gray-200; +$dropdown-border-color: lighten($gray-200, 4%); +$dropdown-border-radius: $border-radius; +$dropdown-border-width: 1px; +$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}); +$dropdown-divider-bg: $gray-200; +$dropdown-divider-margin-y: math.div($spacer, 2); +$dropdown-box-shadow: $box-shadow; + +$dropdown-link-color: $gray-500; +$dropdown-link-hover-color: darken($gray-900, 5%); +$dropdown-link-hover-bg: $gray-300; + +$dropdown-link-active-color: darken($gray-900, 5%); +$dropdown-link-active-bg: $gray-300; + +$dropdown-link-disabled-color: $gray-600; + +$dropdown-item-padding-y: .35rem; +$dropdown-item-padding-x: 1.5rem; + +$dropdown-header-color: $gray-600; +$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x; + +$dropdown-dark-color: $gray-300; +$dropdown-dark-bg: $gray-800; +$dropdown-dark-border-color: $dropdown-border-color; +$dropdown-dark-divider-bg: $dropdown-divider-bg; +$dropdown-dark-box-shadow: null; +$dropdown-dark-link-color: $dropdown-dark-color; +$dropdown-dark-link-hover-color: $white; +$dropdown-dark-link-hover-bg: rgba($white, .15); +$dropdown-dark-link-active-color: $dropdown-link-active-color; +$dropdown-dark-link-active-bg: $dropdown-link-active-bg; +$dropdown-dark-link-disabled-color: $gray-500; +$dropdown-dark-header-color: $gray-500; + +// Pagination + +$pagination-padding-y: .5rem; +$pagination-padding-x: .75rem; +$pagination-padding-y-sm: .25rem; +$pagination-padding-x-sm: .5rem; +$pagination-padding-y-lg: .75rem; +$pagination-padding-x-lg: 1.5rem; + +$pagination-color: $gray-500; +$pagination-bg: $gray-200; +$pagination-border-width: $border-width; +$pagination-border-radius: $border-radius; +$pagination-margin-start: -$pagination-border-width; +$pagination-border-color: $gray-300; + +$pagination-focus-color: $link-hover-color; +$pagination-focus-bg: $gray-200; +$pagination-focus-box-shadow: $input-btn-focus-box-shadow; +$pagination-focus-outline: 0; + +$pagination-hover-color: $link-hover-color; +$pagination-hover-bg: $gray-200; +$pagination-hover-border-color: $gray-300; + +$pagination-active-color: $component-active-color; +$pagination-active-bg: $component-active-bg; +$pagination-active-border-color: $pagination-active-bg; + +$pagination-disabled-color: $gray-600; +$pagination-disabled-bg: $gray-300; +$pagination-disabled-border-color: $gray-300; + +$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +// Cards + +$card-spacer-y: 1.25rem; +$card-spacer-x: 1.25rem; +$card-title-spacer-y: $spacer / 2; +$card-border-width: 0; +$card-border-radius: $border-radius; +$card-border-color: $gray-300; +$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}); +$card-cap-padding-y: $card-spacer-y / 2; +$card-cap-padding-x: $card-spacer-x; +$card-cap-bg: rgba($black, .03); +$card-cap-color: null; +$card-height: null; +$card-color: null; +$card-bg: #2a3042; + + +$card-title-desc: $gray-400; + +$card-group-margin: $grid-gutter-width / 2; + +// Accordion +$accordion-padding-y: 1rem; +$accordion-padding-x: 1.25rem; +$accordion-color: $body-color; +$accordion-bg: transparent; +$accordion-border-width: $border-width; +$accordion-border-color: $border-color; +$accordion-border-radius: $border-radius; + +$accordion-body-padding-y: $accordion-padding-y; +$accordion-body-padding-x: $accordion-padding-x; + +$accordion-button-padding-y: $accordion-padding-y; +$accordion-button-padding-x: $accordion-padding-x; +$accordion-button-color: $accordion-color; +$accordion-button-bg: $accordion-bg; +$accordion-transition: $btn-transition, border-radius .15s ease; +$accordion-button-active-bg: rgba($component-active-bg, 0.1); +$accordion-button-active-color: shade-color($primary, 10%); + +$accordion-button-focus-border-color: $accordion-button-active-bg; +$accordion-button-focus-box-shadow: none; + +$accordion-icon-width: 16px; +$accordion-icon-color: $accordion-color; +$accordion-icon-active-color: $accordion-button-active-color; +$accordion-icon-transition: transform .2s ease-in-out; +$accordion-icon-transform: rotate(180deg); + +$accordion-button-icon: url("data:image/svg+xml,"); +$accordion-button-active-icon: url("data:image/svg+xml,"); + +// Tooltips + +$tooltip-font-size: $font-size-sm; +$tooltip-max-width: 200px; +$tooltip-color: $white; +$tooltip-bg: $black; +$tooltip-border-radius: $border-radius; +$tooltip-opacity: .9; +$tooltip-padding-y: .4rem; +$tooltip-padding-x: .7rem; +$tooltip-margin: 0; + +$tooltip-arrow-width: .8rem; +$tooltip-arrow-height: .4rem; +$tooltip-arrow-color: $tooltip-bg; + +// Form tooltips must come after regular tooltips +$form-feedback-tooltip-padding-y: $tooltip-padding-y; +$form-feedback-tooltip-padding-x: $tooltip-padding-x; +$form-feedback-tooltip-font-size: $tooltip-font-size; +$form-feedback-tooltip-line-height: $line-height-base; +$form-feedback-tooltip-opacity: $tooltip-opacity; +$form-feedback-tooltip-border-radius: $tooltip-border-radius; + + +// Popovers + +$popover-font-size: $font-size-sm; +$popover-bg: $white; +$popover-max-width: 276px; +$popover-border-width: $border-width; +$popover-border-color: $gray-200; +$popover-border-radius: $border-radius-lg; +$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width); +$popover-box-shadow: 0 .25rem .5rem rgba($black, .2); + +$popover-header-bg: shade-color($popover-bg, 4%); +$popover-header-color: $gray-200; +$popover-header-padding-y: .5rem; +$popover-header-padding-x: $spacer; + +$popover-body-color: $body-color; +$popover-body-padding-y: $spacer; +$popover-body-padding-x: $spacer; + +$popover-arrow-width: 1rem; +$popover-arrow-height: .5rem; +$popover-arrow-color: $popover-bg; + +$popover-arrow-outer-color: fade-in($popover-border-color, .05); + + +// Toasts + +$toast-max-width: 350px; +$toast-padding-x: .75rem; +$toast-padding-y: .25rem; +$toast-font-size: .875rem; +$toast-color: null; +$toast-background-color: rgba($white, .85); +$toast-border-width: 1px; +$toast-border-color: rgba(0, 0, 0, .1); +$toast-border-radius: .25rem; +$toast-box-shadow: $box-shadow; +$toast-spacing: $container-padding-x; + +$toast-header-color: $gray-600; +$toast-header-background-color: rgba($white, .85); +$toast-header-border-color: rgba(0, 0, 0, .05); + + +// Badges + +$badge-font-size: 75%; +$badge-font-weight: $fw-medium; +$badge-color: $white; +$badge-padding-y: .25em; +$badge-padding-x: .4em; +$badge-border-radius: $border-radius; + + +// Modals + +// Padding applied to the modal body +$modal-inner-padding: 1rem; + +// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding +$modal-footer-margin-between: .5rem; +$modal-dialog-margin: .5rem; +$modal-dialog-margin-y-sm-up: 1.75rem; + +$modal-title-line-height: $line-height-base; + +$modal-content-color: null; +$modal-content-bg: $gray-200; +$modal-content-border-color: $gray-300; +$modal-content-border-width: $border-width; +$modal-content-border-radius: $border-radius-lg; +$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width); +$modal-content-box-shadow-xs: $box-shadow-sm; +$modal-content-box-shadow-sm-up: $box-shadow; + + +$modal-backdrop-bg: $black; +$modal-backdrop-opacity: .5; +$modal-header-border-color: $border-color; +$modal-footer-border-color: $modal-header-border-color; +$modal-header-border-width: $modal-content-border-width; +$modal-footer-border-width: $modal-header-border-width; +$modal-header-padding-y: $modal-inner-padding; +$modal-header-padding-x: $modal-inner-padding; +$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility + +$modal-sm: 300px; +$modal-md: 500px; +$modal-lg: 800px; +$modal-xl: 1140px; + +$modal-fade-transform: translate(0, -50px); +$modal-show-transform: none; +$modal-transition: transform .3s ease-out; +$modal-scale-transform: scale(1.02); + + +// Alerts +// +// Define alert colors, border radius, and padding. + +$alert-padding-y: .75rem; +$alert-padding-x: 1.25rem; +$alert-margin-bottom: 1rem; +$alert-border-radius: $border-radius; +$alert-link-font-weight: $font-weight-bold; +$alert-border-width: $border-width; + +$alert-bg-scale: -80%; +$alert-border-scale: -70%; +$alert-color-scale: 40%; + +$alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side + +// Progress bars + +$progress-height: .625rem; +$progress-font-size: $font-size-base * .75; +$progress-bg: $gray-300; +$progress-border-radius: $border-radius; +$progress-box-shadow: $box-shadow-inset; +$progress-bar-color: $white; +$progress-bar-bg: $primary; +$progress-bar-animation-timing: 1s linear infinite; +$progress-bar-transition: width .6s ease; + + +// List group + +$list-group-color: null; +$list-group-bg: $gray-200; +$list-group-border-color: $border-color; +$list-group-border-width: $border-width; +$list-group-border-radius: $border-radius; + +$list-group-item-padding-y: .75rem; +$list-group-item-padding-x: 1.25rem; +$list-group-item-bg-scale: -80%; +$list-group-item-color-scale: 40%; + +$list-group-hover-bg: $gray-100; +$list-group-active-color: $component-active-color; +$list-group-active-bg: $component-active-bg; +$list-group-active-border-color: $list-group-active-bg; + +$list-group-disabled-color: $gray-600; +$list-group-disabled-bg: $list-group-bg; + +$list-group-action-color: $gray-700; +$list-group-action-hover-color: $list-group-action-color; + +$list-group-action-active-color: $body-color; +$list-group-action-active-bg: $gray-200; + + +// Image thumbnails + +$thumbnail-padding: .25rem; +$thumbnail-bg: $body-bg; +$thumbnail-border-width: $border-width; +$thumbnail-border-color: $gray-300; +$thumbnail-border-radius: $border-radius; +$thumbnail-box-shadow: $box-shadow-sm; + + +// Figures + +$figure-caption-font-size: $small-font-size; +$figure-caption-color: $gray-600; + + + +// Breadcrumbs + +$breadcrumb-padding-y: .75rem; +$breadcrumb-padding-x: 1rem; +$breadcrumb-item-padding: .5rem; + +$breadcrumb-margin-bottom: 1rem; + +$breadcrumb-bg: null; +$breadcrumb-divider-color: $gray-600; +$breadcrumb-active-color: $gray-600; +$breadcrumb-divider: quote("/"); +$breadcrumb-divider-flipped: $breadcrumb-divider; +$breadcrumb-border-radius: null; + + + +// Carousel + +$carousel-control-color: $white; +$carousel-control-width: 15%; +$carousel-control-opacity: .5; +$carousel-control-hover-opacity: .9; +$carousel-control-transition: opacity .15s ease; + +$carousel-indicator-width: 30px; +$carousel-indicator-height: 3px; +$carousel-indicator-hit-area-height: 10px; +$carousel-indicator-spacer: 3px; +$carousel-indicator-active-bg: $white; +$carousel-indicator-transition: opacity .6s ease; + +$carousel-caption-width: 70%; +$carousel-caption-color: $white; +$carousel-caption-padding-y: 1.25rem; +$carousel-caption-spacer: 1.25rem; + +$carousel-control-icon-width: 2rem; + +$carousel-control-prev-icon-bg: url("data:image/svg+xml,"); +$carousel-control-next-icon-bg: url("data:image/svg+xml,"); + +$carousel-transition-duration: .6s; +$carousel-transition: transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) + +$carousel-dark-indicator-active-bg: $black; +$carousel-dark-caption-color: $black; +$carousel-dark-control-icon-filter: invert(1) grayscale(100); + + +// Spinners + +$spinner-width: 2rem; +$spinner-height: $spinner-width; +$spinner-border-width: .25em; +$spinner-animation-speed: .75s; + +$spinner-width-sm: 1rem; +$spinner-height-sm: $spinner-width-sm; +$spinner-border-width-sm: .2em; + + +// Close + +$btn-close-width: 1em; +$btn-close-height: $btn-close-width; +$btn-close-padding-x: .25em; +$btn-close-padding-y: $btn-close-padding-x; +$btn-close-color: $white; +$btn-close-bg: url("data:image/svg+xml,"); +$btn-close-bg-dark: url("data:image/svg+xml,"); +$btn-close-focus-shadow: none; +$btn-close-opacity: .5; +$btn-close-hover-opacity: .75; +$btn-close-focus-opacity: 1; +$btn-close-disabled-opacity: .25; +$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); + +// Code + +$code-font-size: 87.5%; +$code-color: $pink; + +$kbd-padding-y: .2rem; +$kbd-padding-x: .4rem; +$kbd-font-size: $code-font-size; +$kbd-color: $white; +$kbd-bg: $gray-900; + +$pre-color: $gray-900; + + +$--simple-drawer-softorange: #f4a259 !default; +$--simple-drawer-tomatored: #f25c66 !default; +$--simple-drawer-mediumblu: #1e272d !default; +$--simple-drawer-close-width: 28px !default; +$--simple-drawer-bg-color: #333333 !default; +$--simple-drawer-fg-color: white !default; \ No newline at end of file diff --git a/Vue/Admin/src/design/_variables.scss b/Vue/Admin/src/design/_variables.scss new file mode 100644 index 00000000..61e36ce9 --- /dev/null +++ b/Vue/Admin/src/design/_variables.scss @@ -0,0 +1,1549 @@ +// Variables +@use 'sass:math'; +// +// custom-variables +// + +// Vertical Sidebar - Default Light +$sidebar-bg: #ffffff; +$sidebar-menu-item-color: #545a6d; +$sidebar-menu-sub-item-color: #545a6d; +$sidebar-menu-item-icon-color: #7f8387; +$sidebar-menu-item-hover-color: #383c40; +$sidebar-menu-item-active-color: #556ee6; +$sidebar-width: 250px; +$sidebar-collapsed-width: 70px; +$sidebar-width-sm: 160px; + +// Vertical Sidebar - Dark +$sidebar-dark-bg: #2a3042; //2c313a +$sidebar-dark-menu-item-color: #a6b0cf; +$sidebar-dark-menu-sub-item-color: #79829c; +$sidebar-dark-menu-item-icon-color: #6a7187; +$sidebar-dark-menu-item-hover-color: #ffffff; +$sidebar-dark-menu-item-active-color: #ffffff; + +// Topbar - Deafult Light +$header-height: 70px; +$header-bg: #ffffff; +$header-item-color: #555b6d; + +// Topbar - Dark +$header-dark-bg: #2a3042; +$header-dark-item-color: #e9ecef; + +// Topbar Search +$topbar-search-bg: #f3f3f9; + +// Footer +$footer-height: 60px; +$footer-bg: #f2f2f5; +$footer-color: #74788d; + +// Horizontal nav +$topnav-bg: #fff; + +$menu-item-color: #545a6d; +$menu-item-active-color: #556ee6; + +// Right Sidebar +$rightbar-width: 280px; + +// Display +$display-none: none; +$display-block: block; + +// Brand +$navbar-brand-box-width: 250px; + +// Boxed layout width +$boxed-layout-width: 1300px; +$boxed-body-bg: #ebebf4; + +// Font Weight +$fw-medium: 500; +$font-weight-semibold: 600; + +// apex charts +$apex-grid-color: #f8f9fa; + +// table +$table-head-bg: $gray-100; +$table-dark-border-color: tint-color($gray-800, 7.5%); + + +// Variables +// +// Variables should follow the `$component-state-property-size` formula for +// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. + +// Color system + +$white: #fff; +$gray-100: #f8f9fa; +$gray-200: #eff2f7; +$gray-300: #f6f6f6; +$gray-400: #ced4da; +$gray-500: #adb5bd; +$gray-600: #74788d; +$gray-700: #495057; +$gray-800: #343a40; +$gray-900: #212529; +$black: #000; + +// fusv-disable +$grays: ( + "100": $gray-100, + "200": $gray-200, + "300": $gray-300, + "400": $gray-400, + "500": $gray-500, + "600": $gray-600, + "700": $gray-700, + "800": $gray-800, + "900": $gray-900 +); + +// fusv-enable + +$blue: #556ee6; +$indigo: #564ab1; +$purple: #6f42c1; +$pink: #e83e8c; +$red: #f46a6a; +$orange: #f1734f; +$yellow: #f1b44c; +$green: #34c38f; +$teal: #050505; +$cyan: #50a5f1; + +// scss-docs-start colors-map +$colors: ( + "blue": $blue, + "indigo": $indigo, + "purple": $purple, + "pink": $pink, + "red": $red, + "orange": $orange, + "yellow": $yellow, + "green": $green, + "teal": $teal, + "cyan": $cyan, + "white": $white, + "gray": $gray-600, + "gray-dark": $gray-800 +); +// scss-docs-end colors-map + +$primary: $blue; +$secondary: $gray-600; +$success: $green; +$info: $cyan; +$warning: $yellow; +$danger: $red; +$light: $gray-200; +$dark: $gray-800; + +// scss-docs-start theme-colors-map +$theme-colors: ( + "primary": $primary, + "secondary": $secondary, + "success": $success, + "info": $info, + "warning": $warning, + "danger": $danger, + "pink": $pink, + "light": $light, + "dark": $dark +); +// scss-docs-end theme-colors-map + +$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value"); +// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. +// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast +$min-contrast-ratio: 1.8; + +// Customize the light and dark text colors for use in our color contrast function. +$color-contrast-dark: $black; +$color-contrast-light: $white; + + +// fusv-disable +$blue-100: tint-color($blue, 80%); +$blue-200: tint-color($blue, 60%); +$blue-300: tint-color($blue, 40%); +$blue-400: tint-color($blue, 20%); +$blue-500: $blue; +$blue-600: shade-color($blue, 20%); +$blue-700: shade-color($blue, 40%); +$blue-800: shade-color($blue, 60%); +$blue-900: shade-color($blue, 80%); + +$indigo-100: tint-color($indigo, 80%); +$indigo-200: tint-color($indigo, 60%); +$indigo-300: tint-color($indigo, 40%); +$indigo-400: tint-color($indigo, 20%); +$indigo-500: $indigo; +$indigo-600: shade-color($indigo, 20%); +$indigo-700: shade-color($indigo, 40%); +$indigo-800: shade-color($indigo, 60%); +$indigo-900: shade-color($indigo, 80%); + +$purple-100: tint-color($purple, 80%); +$purple-200: tint-color($purple, 60%); +$purple-300: tint-color($purple, 40%); +$purple-400: tint-color($purple, 20%); +$purple-500: $purple; +$purple-600: shade-color($purple, 20%); +$purple-700: shade-color($purple, 40%); +$purple-800: shade-color($purple, 60%); +$purple-900: shade-color($purple, 80%); + +$pink-100: tint-color($pink, 80%); +$pink-200: tint-color($pink, 60%); +$pink-300: tint-color($pink, 40%); +$pink-400: tint-color($pink, 20%); +$pink-500: $pink; +$pink-600: shade-color($pink, 20%); +$pink-700: shade-color($pink, 40%); +$pink-800: shade-color($pink, 60%); +$pink-900: shade-color($pink, 80%); + +$red-100: tint-color($red, 80%); +$red-200: tint-color($red, 60%); +$red-300: tint-color($red, 40%); +$red-400: tint-color($red, 20%); +$red-500: $red; +$red-600: shade-color($red, 20%); +$red-700: shade-color($red, 40%); +$red-800: shade-color($red, 60%); +$red-900: shade-color($red, 80%); + +$orange-100: tint-color($orange, 80%); +$orange-200: tint-color($orange, 60%); +$orange-300: tint-color($orange, 40%); +$orange-400: tint-color($orange, 20%); +$orange-500: $orange; +$orange-600: shade-color($orange, 20%); +$orange-700: shade-color($orange, 40%); +$orange-800: shade-color($orange, 60%); +$orange-900: shade-color($orange, 80%); + +$yellow-100: tint-color($yellow, 80%); +$yellow-200: tint-color($yellow, 60%); +$yellow-300: tint-color($yellow, 40%); +$yellow-400: tint-color($yellow, 20%); +$yellow-500: $yellow; +$yellow-600: shade-color($yellow, 20%); +$yellow-700: shade-color($yellow, 40%); +$yellow-800: shade-color($yellow, 60%); +$yellow-900: shade-color($yellow, 80%); + +$green-100: tint-color($green, 80%); +$green-200: tint-color($green, 60%); +$green-300: tint-color($green, 40%); +$green-400: tint-color($green, 20%); +$green-500: $green; +$green-600: shade-color($green, 20%); +$green-700: shade-color($green, 40%); +$green-800: shade-color($green, 60%); +$green-900: shade-color($green, 80%); + +$teal-100: tint-color($teal, 80%); +$teal-200: tint-color($teal, 60%); +$teal-300: tint-color($teal, 40%); +$teal-400: tint-color($teal, 20%); +$teal-500: $teal; +$teal-600: shade-color($teal, 20%); +$teal-700: shade-color($teal, 40%); +$teal-800: shade-color($teal, 60%); +$teal-900: shade-color($teal, 80%); + +$cyan-100: tint-color($cyan, 80%); +$cyan-200: tint-color($cyan, 60%); +$cyan-300: tint-color($cyan, 40%); +$cyan-400: tint-color($cyan, 20%); +$cyan-500: $cyan; +$cyan-600: shade-color($cyan, 20%); +$cyan-700: shade-color($cyan, 40%); +$cyan-800: shade-color($cyan, 60%); +$cyan-900: shade-color($cyan, 80%); + + + +$blues: ( + "blue-100": $blue-100, + "blue-200": $blue-200, + "blue-300": $blue-300, + "blue-400": $blue-400, + "blue-500": $blue-500, + "blue-600": $blue-600, + "blue-700": $blue-700, + "blue-800": $blue-800, + "blue-900": $blue-900 +); + +$indigos: ( + "indigo-100": $indigo-100, + "indigo-200": $indigo-200, + "indigo-300": $indigo-300, + "indigo-400": $indigo-400, + "indigo-500": $indigo-500, + "indigo-600": $indigo-600, + "indigo-700": $indigo-700, + "indigo-800": $indigo-800, + "indigo-900": $indigo-900 +); + +$purples: ( + "purple-100": $purple-200, + "purple-200": $purple-100, + "purple-300": $purple-300, + "purple-400": $purple-400, + "purple-500": $purple-500, + "purple-600": $purple-600, + "purple-700": $purple-700, + "purple-800": $purple-800, + "purple-900": $purple-900 +); + +$pinks: ( + "pink-100": $pink-100, + "pink-200": $pink-200, + "pink-300": $pink-300, + "pink-400": $pink-400, + "pink-500": $pink-500, + "pink-600": $pink-600, + "pink-700": $pink-700, + "pink-800": $pink-800, + "pink-900": $pink-900 +); + +$reds: ( + "red-100": $red-100, + "red-200": $red-200, + "red-300": $red-300, + "red-400": $red-400, + "red-500": $red-500, + "red-600": $red-600, + "red-700": $red-700, + "red-800": $red-800, + "red-900": $red-900 +); + +$oranges: ( + "orange-100": $orange-100, + "orange-200": $orange-200, + "orange-300": $orange-300, + "orange-400": $orange-400, + "orange-500": $orange-500, + "orange-600": $orange-600, + "orange-700": $orange-700, + "orange-800": $orange-800, + "orange-900": $orange-900 +); + +$yellows: ( + "yellow-100": $yellow-100, + "yellow-200": $yellow-200, + "yellow-300": $yellow-300, + "yellow-400": $yellow-400, + "yellow-500": $yellow-500, + "yellow-600": $yellow-600, + "yellow-700": $yellow-700, + "yellow-800": $yellow-800, + "yellow-900": $yellow-900 +); + +$greens: ( + "green-100": $green-100, + "green-200": $green-200, + "green-300": $green-300, + "green-400": $green-400, + "green-500": $green-500, + "green-600": $green-600, + "green-700": $green-700, + "green-800": $green-800, + "green-900": $green-900 +); + +$teals: ( + "teal-100": $teal-100, + "teal-200": $teal-200, + "teal-300": $teal-300, + "teal-400": $teal-400, + "teal-500": $teal-500, + "teal-600": $teal-600, + "teal-700": $teal-700, + "teal-800": $teal-800, + "teal-900": $teal-900 +); + +$cyans: ( + "cyan-100": $cyan-100, + "cyan-200": $cyan-200, + "cyan-300": $cyan-300, + "cyan-400": $cyan-400, + "cyan-500": $cyan-500, + "cyan-600": $cyan-600, + "cyan-700": $cyan-700, + "cyan-800": $cyan-800, + "cyan-900": $cyan-900 +); +// fusv-enable + +// Characters which are escaped by the escape-svg function +$escaped-characters: ( + ("<", "%3c"), + (">", "%3e"), + ("#", "%23"), + ("(", "%28"), + (")", "%29"), +); + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-caret: false; +$enable-rounded: true; +$enable-shadows: false; +$enable-gradients: false; +$enable-transitions: true; +$enable-reduced-motion: true; +$enable-smooth-scroll: true; +$enable-grid-classes: true; +$enable-button-pointers: true; +$enable-rfs: true; +$enable-validation-icons: true; +$enable-negative-margins: true; +$enable-deprecation-messages: true; +$enable-important-utilities: true; + + +// Prefix for :root CSS variables + +$variable-prefix: bs-; + + +// Gradient +// +// The gradient which is added to components if `$enable-gradients` is `true` +// This gradient is also added to elements with `.bg-gradient` +$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)); +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem; +$spacers: ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3) +); + +$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null); + +// Position +// +// Define the edge positioning anchors of the position utilities. + +$position-values: ( + 0: 0, + 50: 50%, + 100: 100% +); + + + +// Body +// +// Settings for the `` element. + +$body-bg: #f8f8fb; +$body-color: $gray-700; +$body-text-align: null; + + +// Links +// +// Style anchor elements. + +$link-color: $primary; +$link-decoration: none; +$link-shade-percentage: 20%; +$link-hover-color: shift-color($link-color, $link-shade-percentage); +$link-hover-decoration: underline; + +$stretched-link-pseudo-element: after; +$stretched-link-z-index: 1; + + + +// Paragraphs +// +// Style p element. + +$paragraph-margin-bottom: 1rem; + + +// Grid breakpoints +// +// Define the minimum dimensions at which your layout will change, +// adapting to different screen sizes, for use in media queries. + +// scss-docs-start grid-breakpoints +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px, + xxl: 1400px +); +// scss-docs-end grid-breakpoints + + +@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); +@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); + + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +// scss-docs-start container-max-widths +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1140px, + xxl: 1320px +); +// scss-docs-end container-max-widths + +@include _assert-ascending($container-max-widths, "$container-max-widths"); + + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 12; +$grid-gutter-width: 24px; +$grid-row-columns: 6; + +$gutters: $spacers; + +// Container padding + +$container-padding-x: math.div($grid-gutter-width, 2); +// Components +// +// Define common padding and border radius sizes and more. + +$border-width: 1px; +$border-widths: ( + 0: 0, + 1: 1px, + 2: 2px, + 3: 3px, + 4: 4px, + 5: 5px +); + +$border-color: $gray-200; + +$border-radius: .25rem; +$border-radius-lg: .4rem; +$border-radius-sm: .2rem; +$border-radius-pill: 50rem; + + +$box-shadow-sm: 0 .125rem .25rem rgba($black, .075); +$box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03); +$box-shadow-lg: 0 1rem 3rem rgba($black, .175); +$box-shadow-inset: inset 0 1px 2px rgba($black, .075); + +$component-active-color: $white; +$component-active-bg: $primary; + + +$caret-width: .3em; +$caret-vertical-align: $caret-width * .85; +$caret-spacing: $caret-width * .85; + +$transition-base: all .2s ease-in-out; +$transition-fade: opacity .15s linear; +$transition-collapse: height .35s ease; + +// stylelint-disable function-disallowed-list +// scss-docs-start aspect-ratios +$aspect-ratios: ( + "1x1": 100%, + "4x3": calc(3 / 4 * 100%), + "16x9": calc(9 / 16 * 100%), + "21x9": calc(9 / 21 * 100%) +); +// scss-docs-end aspect-ratios +// stylelint-enable function-disallowed-list + +// Typography +// +// Font, line-height, and color for body text, headings, and more. + +// stylelint-disable value-keyword-case +$font-family-sans-serif: 'Poppins', sans-serif; +$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + +// stylelint-enable value-keyword-case +$font-family-base: var(--#{$variable-prefix}font-sans-serif); +$font-family-code: var(--#{$variable-prefix}font-monospace); + +// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins +// $font-size-base effects the font size of the body text +$font-size-root: null; +$font-size-base: 0.8125rem; +$font-size-sm: $font-size-base * .875; +$font-size-lg: $font-size-base * 1.25; + + +$font-weight-lighter: lighter; +$font-weight-light: 300; +$font-weight-normal: 400; +$font-weight-bold: 600; +$font-weight-bolder: bolder; + +$font-weight-base: $font-weight-normal; +$line-height-base: 1.5; +$line-height-sm: 1.25; +$line-height-lg: 2; + +$h1-font-size: $font-size-base * 2.5; +$h2-font-size: $font-size-base * 2; +$h3-font-size: $font-size-base * 1.75; +$h4-font-size: $font-size-base * 1.5; +$h5-font-size: $font-size-base * 1.25; +$h6-font-size: $font-size-base; + +// scss-docs-start font-sizes +$font-sizes: ( + 1: $h1-font-size, + 2: $h2-font-size, + 3: $h3-font-size, + 4: $h4-font-size, + 5: $h5-font-size, + 6: $h6-font-size +); +// scss-docs-end font-sizes + +$headings-margin-bottom: math.div($spacer, 2); +$headings-font-family: null; +$headings-font-style: null; +$headings-font-weight: 500; +$headings-line-height: 1.2; +$headings-color: null; + +// scss-docs-start display-headings +$display-font-sizes: ( + 1: 6rem, + 2: 5.5rem, + 3: 4.5rem, + 4: 3.5rem, + 5: 3rem, + 6: 2.5rem +); + +$display-font-weight: 300; +$display-line-height: $headings-line-height; +// scss-docs-end display-headings + +$lead-font-size: $font-size-base * 1.25; +$lead-font-weight: 300; + +$small-font-size: 80%; + +$sub-sup-font-size: .75em; +$text-muted: $gray-600; + +$initialism-font-size: $small-font-size; + +$blockquote-margin-y: $spacer; +$blockquote-font-size: $font-size-base * 1.25; +$blockquote-footer-color: $gray-600; +$blockquote-footer-font-size: $small-font-size; + +$hr-margin-y: $spacer; +$hr-color: inherit; +$hr-height: $border-width; +$hr-opacity: .2; + +$legend-margin-bottom: .5rem; +$legend-font-size: 1.5rem; +$legend-font-weight: null; + +$mark-padding: .2em; + +$dt-font-weight: $font-weight-bold; + +$nested-kbd-font-weight: $font-weight-bold; + +$list-inline-padding: .5rem; + +$mark-bg: #fcf8e3; + + +// Tables +// +// Customizes the `.table` component with basic values, each used across all table variations. + +// scss-docs-start table-variables +$table-cell-padding-y: .75rem; +$table-cell-padding-x: .75rem; +$table-cell-padding-y-sm: .3rem; +$table-cell-padding-x-sm: .3rem; + +$table-cell-vertical-align: top; + +$table-color: $body-color; +$table-bg: null; + +$table-th-font-weight: null; + + +$table-striped-color: $table-color; +$table-striped-bg-factor: .05; +$table-striped-bg: $gray-100; + +$table-active-color: $table-color; +$table-active-bg-factor: .1; +$table-active-bg: $gray-100; + +$table-hover-color: $table-color; +$table-hover-bg-factor: .075; +$table-hover-bg: $gray-100; + +$table-border-factor: .1; +$table-border-width: $border-width; +$table-border-color: $border-color; + +$table-striped-order: odd; +$table-group-separator-color: $border-color; + +$table-caption-color: $text-muted; + +$table-bg-scale: -80%; + +$table-variants: ( + "primary": shift-color($primary, $table-bg-scale), + "secondary": shift-color($secondary, $table-bg-scale), + "success": shift-color($success, $table-bg-scale), + "info": shift-color($info, $table-bg-scale), + "warning": shift-color($warning, $table-bg-scale), + "danger": shift-color($danger, $table-bg-scale), + "light": $light, + "dark": $dark, +); +// scss-docs-end table-variables + + +// Buttons + Forms +// +// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. + +$input-btn-padding-y: .47rem; +$input-btn-padding-x: .75rem; +$input-btn-font-family: null; +$input-btn-font-size: $font-size-base; +$input-btn-line-height: $line-height-base; + +$input-btn-focus-width: .15rem; +$input-btn-focus-color-opacity: .25; +$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity); +$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; + +$input-btn-padding-y-sm: .25rem; +$input-btn-padding-x-sm: .5rem; +$input-btn-font-size-sm: $font-size-sm; + +$input-btn-padding-y-lg: .5rem; +$input-btn-padding-x-lg: 1rem; +$input-btn-font-size-lg: $font-size-lg; + +$input-btn-border-width: $border-width; + + +// Buttons +// +// For each of Bootstrap's buttons, define text, background, and border color. + +$btn-padding-y: $input-btn-padding-y; +$btn-padding-x: $input-btn-padding-x; +$btn-font-family: $input-btn-font-family; +$btn-font-size: $input-btn-font-size; +$btn-line-height: $input-btn-line-height; +$btn-white-space: null; // Set to `nowrap` to prevent text wrapping + +$btn-padding-y-sm: $input-btn-padding-y-sm; +$btn-padding-x-sm: $input-btn-padding-x-sm; +$btn-font-size-sm: $input-btn-font-size-sm; + +$btn-padding-y-lg: $input-btn-padding-y-lg; +$btn-padding-x-lg: $input-btn-padding-x-lg; +$btn-font-size-lg: $input-btn-font-size-lg; + +$btn-border-width: $input-btn-border-width; + +$btn-font-weight: $font-weight-normal; +$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075); +$btn-focus-width: $input-btn-focus-width; +$btn-focus-box-shadow: $input-btn-focus-box-shadow; +$btn-disabled-opacity: .65; +$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125); + +$btn-link-color: $link-color; +$btn-link-hover-color: $link-hover-color; +$btn-link-disabled-color: $gray-600; + +// Allows for customizing button radius independently from global border radius +$btn-border-radius: $border-radius; +$btn-border-radius-sm: $border-radius-sm; +$btn-border-radius-lg: $border-radius-lg; + +$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +// Forms + +$form-text-margin-top: .25rem; +$form-text-font-size: $small-font-size; +$form-text-font-style: null; +$form-text-font-weight: null; +$form-text-color: $text-muted; + +$form-label-margin-bottom: .5rem; +$form-label-font-size: null; +$form-label-font-style: null; +$form-label-font-weight: null; +$form-label-color: null; + +$input-padding-y: $input-btn-padding-y; +$input-padding-x: $input-btn-padding-x; +$input-font-family: $input-btn-font-family; +$input-font-size: $input-btn-font-size; +$input-font-weight: $font-weight-base; +$input-line-height: $input-btn-line-height; + +$input-padding-y-sm: $input-btn-padding-y-sm; +$input-padding-x-sm: $input-btn-padding-x-sm; +$input-font-size-sm: $input-btn-font-size-sm; + +$input-padding-y-lg: $input-btn-padding-y-lg; +$input-padding-x-lg: $input-btn-padding-x-lg; +$input-font-size-lg: $input-btn-font-size-lg; + +$input-bg: $white; +$input-disabled-bg: $gray-200; +$input-disabled-border-color: null; + +$input-color: $gray-700; +$input-border-color: $gray-400; +$input-border-width: $input-btn-border-width; +$input-box-shadow: $box-shadow-inset; + +$input-border-radius: $border-radius; +$input-border-radius-lg: $border-radius-lg; +$input-border-radius-sm: $border-radius-sm; + +$input-focus-bg: $input-bg; +$input-focus-border-color: shade-color($input-border-color, 10%); +$input-focus-color: $input-color; +$input-focus-width: $input-btn-focus-width; +$input-focus-box-shadow: none; + +$input-placeholder-color: $gray-600; +$input-plaintext-color: $body-color; + +$input-height-border: $input-border-width * 2; + +$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); +$input-height-inner-half: add($input-line-height * .5em, $input-padding-y); +$input-height-inner-quarter: add($input-line-height * .25em, math.div($input-padding-y, 2)); + +$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); +$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); +$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)); + +$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +$form-check-input-width: 1em; +$form-check-min-height: $font-size-base * $line-height-base; +$form-check-padding-start: $form-check-input-width + .5em; +$form-check-margin-bottom: .125rem; +$form-check-label-color: null; +$form-check-label-cursor: null; +$form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-check-input-active-filter: brightness(90%); + +$form-check-input-bg: $card-bg; +$form-check-input-border: 1px solid rgba(0, 0, 0, .25); +$form-check-input-border-radius: .25em; +$form-check-radio-border-radius: 50%; +$form-check-input-focus-border: $input-focus-border-color; +$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow; + +$form-check-input-checked-color: $component-active-color; +$form-check-input-checked-bg-color: $component-active-bg; +$form-check-input-checked-border-color: $form-check-input-checked-bg-color; +$form-check-input-checked-bg-image: url("data:image/svg+xml,"); +$form-check-radio-checked-bg-image: url("data:image/svg+xml,"); + +$form-check-input-indeterminate-color: $component-active-color; +$form-check-input-indeterminate-bg-color: $component-active-bg; +$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color; +$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,"); + +$form-check-input-disabled-opacity: .5; +$form-check-label-disabled-opacity: $form-check-input-disabled-opacity; +$form-check-btn-check-disabled-opacity: $btn-disabled-opacity; + +$form-switch-color: rgba(0, 0, 0, .25); +$form-switch-width: 2em; +$form-switch-padding-start: $form-switch-width + .5em; +$form-switch-bg-image: url("data:image/svg+xml,"); +$form-switch-border-radius: $form-switch-width; + +$form-switch-focus-color: $input-focus-border-color; +$form-switch-focus-bg-image: url("data:image/svg+xml,"); + +$form-switch-checked-color: $component-active-color; +$form-switch-checked-bg-image: url("data:image/svg+xml,"); +$form-switch-checked-bg-position: right center; + +$form-check-inline-margin-end: 1rem; + +$input-group-addon-padding-y: $input-padding-y; +$input-group-addon-padding-x: $input-padding-x; +$input-group-addon-font-weight: $input-font-weight; +$input-group-addon-color: $input-color; +$input-group-addon-bg: $gray-200; +$input-group-addon-border-color: $input-border-color; + +$form-select-padding-y: $input-padding-y; +$form-select-padding-x: $input-padding-x; +$form-select-font-family: $input-font-family; +$form-select-font-size: $input-font-size; +$form-select-indicator-padding: 1rem; // Extra padding to account for the presence of the background-image based indicator +$form-select-font-weight: $input-font-weight; +$form-select-line-height: $input-line-height; +$form-select-color: $input-color; +$form-select-disabled-color: $gray-600; +$form-select-bg: $input-bg; +$form-select-disabled-bg: $gray-200; +$form-select-disabled-border-color: $input-disabled-border-color; +$form-select-bg-position: right $form-select-padding-x center; +$form-select-bg-size: 16px 12px; // In pixels because image dimensions +$form-select-indicator-color: $gray-800; +$form-select-indicator: url("data:image/svg+xml,"); + +$form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half; + +$form-select-border-width: $input-border-width; +$form-select-border-color: $input-border-color; +$form-select-border-radius: $border-radius; +$form-select-box-shadow: $box-shadow-inset; + +$form-select-focus-border-color: $input-focus-border-color; +$form-select-focus-width: $input-focus-width; +$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; + +$form-select-padding-y-sm: $input-padding-y-sm; +$form-select-padding-x-sm: $input-padding-x-sm; +$form-select-font-size-sm: $input-font-size-sm; + +$form-select-padding-y-lg: $input-padding-y-lg; +$form-select-padding-x-lg: $input-padding-x-lg; +$form-select-font-size-lg: $input-font-size-lg; + +$form-range-track-width: 100%; +$form-range-track-height: .5rem; +$form-range-track-cursor: pointer; +$form-range-track-bg: $gray-300; +$form-range-track-border-radius: 1rem; +$form-range-track-box-shadow: $box-shadow-inset; + +$form-range-thumb-width: 1rem; +$form-range-thumb-height: $form-range-thumb-width; +$form-range-thumb-bg: $component-active-bg; +$form-range-thumb-border: 0; +$form-range-thumb-border-radius: 1rem; +$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1); +$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow; +$form-range-thumb-focus-box-shadow-width: $input-focus-width; // For focus box shadow issue in Edge +$form-range-thumb-active-bg: tint-color($component-active-bg, 70%); +$form-range-thumb-disabled-bg: $gray-500; +$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-file-button-color: $input-color; +$form-file-button-bg: $input-group-addon-bg; +$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%); + +$form-floating-height: add(3.5rem, $input-height-border); +$form-floating-padding-x: $input-padding-x; +$form-floating-padding-y: 1rem; +$form-floating-input-padding-t: 1.625rem; +$form-floating-input-padding-b: .625rem; +$form-floating-label-opacity: .65; +$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem); +$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out; + +// Form validation + +$form-feedback-margin-top: $form-text-margin-top; +$form-feedback-font-size: $form-text-font-size; +$form-feedback-font-style: $form-text-font-style; +$form-feedback-valid-color: $success; +$form-feedback-invalid-color: $danger; + +$form-feedback-icon-valid-color: $form-feedback-valid-color; +$form-feedback-icon-valid: url("data:image/svg+xml,"); +$form-feedback-icon-invalid-color: $form-feedback-invalid-color; +$form-feedback-icon-invalid: url("data:image/svg+xml,"); + +// scss-docs-start form-validation-states +$form-validation-states: ( + "valid": ( + "color": $form-feedback-valid-color, + "icon": $form-feedback-icon-valid + ), + "invalid": ( + "color": $form-feedback-invalid-color, + "icon": $form-feedback-icon-invalid + ) +); +// scss-docs-end form-validation-states + +// Z-index master list +// +// Warning: Avoid customizing these values. They're used for a bird's eye view +// of components dependent on the z-axis and are designed to all work together. + +// scss-docs-start zindex-stack +$zindex-dropdown: 1000; +$zindex-sticky: 1020; +$zindex-fixed: 1030; +$zindex-modal-backdrop: 1040; +$zindex-modal: 1050; +$zindex-popover: 1060; +$zindex-tooltip: 1070; +// scss-docs-end zindex-stack + + +// Navs + +$nav-link-padding-y: .5rem; +$nav-link-padding-x: 1rem; +$nav-link-font-size: null; +$nav-link-font-weight: null; +$nav-link-color: null; +$nav-link-hover-color: null; +$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; +$nav-link-disabled-color: $gray-600; + +$nav-tabs-border-color: $gray-400; +$nav-tabs-border-width: $border-width; +$nav-tabs-border-radius: $border-radius; +$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color; +$nav-tabs-link-active-color: $gray-700; +$nav-tabs-link-active-bg: $card-bg; +$nav-tabs-link-active-border-color: $gray-400 $gray-400 $nav-tabs-link-active-bg; + +$nav-pills-border-radius: $border-radius; +$nav-pills-link-active-color: $component-active-color; +$nav-pills-link-active-bg: $component-active-bg; + + +// Navbar + +$navbar-padding-y: math.div($spacer, 2); +$navbar-padding-x: null; + +$navbar-nav-link-padding-x: .5rem; + +$navbar-brand-font-size: $font-size-lg; +// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link +$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; +$navbar-brand-height: $navbar-brand-font-size * $line-height-base; +$navbar-brand-padding-y: math.div($nav-link-height - $navbar-brand-height, 2); +$navbar-brand-margin-end: 1rem; + +$navbar-toggler-padding-y: .25rem; +$navbar-toggler-padding-x: .75rem; +$navbar-toggler-font-size: $font-size-lg; +$navbar-toggler-border-radius: $btn-border-radius; +$navbar-toggler-focus-width: $btn-focus-width; +$navbar-toggler-transition: box-shadow .15s ease-in-out; + +$navbar-dark-color: rgba($white, .55); +$navbar-dark-hover-color: rgba($white, .75); +$navbar-dark-active-color: $white; +$navbar-dark-disabled-color: rgba($white, .25); +$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-dark-toggler-border-color: rgba($white, .1); + +$navbar-light-color: rgba($black, .55); +$navbar-light-hover-color: rgba($black, .7); +$navbar-light-active-color: rgba($black, .9); +$navbar-light-disabled-color: rgba($black, .3); +$navbar-light-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-light-toggler-border-color: rgba($black, .1); + +$navbar-light-brand-color: $navbar-light-active-color; +$navbar-light-brand-hover-color: $navbar-light-active-color; +$navbar-dark-brand-color: $navbar-dark-active-color; +$navbar-dark-brand-hover-color: $navbar-dark-active-color; + + +// Dropdowns +// +// Dropdown menu container and contents. + +$dropdown-min-width: 10rem; +$dropdown-padding-x: 0; +$dropdown-padding-y: .5rem; +$dropdown-spacer: .125rem; +$dropdown-font-size: $font-size-base; +$dropdown-color: $body-color; +$dropdown-bg: $white; +$dropdown-border-color: rgba($black, .15); +$dropdown-border-radius: $border-radius; +$dropdown-border-width: 0; +$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}); +$dropdown-divider-bg: $gray-200; +$dropdown-divider-margin-y: math.div($spacer, 2); +$dropdown-box-shadow: $box-shadow; + +$dropdown-link-color: $gray-900; +$dropdown-link-hover-color: shade-color($gray-900, 10%); +$dropdown-link-hover-bg: $gray-100; + +$dropdown-link-active-color: $dark; +$dropdown-link-active-bg: $gray-100; + +$dropdown-link-disabled-color: $gray-600; + +$dropdown-item-padding-y: .35rem; +$dropdown-item-padding-x: 1.5rem; + +$dropdown-header-color: $gray-600; +$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x; + +$dropdown-dark-color: $gray-300; +$dropdown-dark-bg: $gray-800; +$dropdown-dark-border-color: $dropdown-border-color; +$dropdown-dark-divider-bg: $dropdown-divider-bg; +$dropdown-dark-box-shadow: null; +$dropdown-dark-link-color: $dropdown-dark-color; +$dropdown-dark-link-hover-color: $white; +$dropdown-dark-link-hover-bg: rgba($white, .15); +$dropdown-dark-link-active-color: $dropdown-link-active-color; +$dropdown-dark-link-active-bg: $dropdown-link-active-bg; +$dropdown-dark-link-disabled-color: $gray-500; +$dropdown-dark-header-color: $gray-500; + +// Pagination + +$pagination-padding-y: .5rem; +$pagination-padding-x: .75rem; +$pagination-padding-y-sm: .25rem; +$pagination-padding-x-sm: .5rem; +$pagination-padding-y-lg: .75rem; +$pagination-padding-x-lg: 1.5rem; + +$pagination-color: $gray-600; +$pagination-bg: $white; +$pagination-border-width: $border-width; +$pagination-border-radius: $border-radius; +$pagination-margin-start: -$pagination-border-width; +$pagination-border-color: $gray-400; + +$pagination-focus-color: $link-hover-color; +$pagination-focus-bg: $gray-200; +$pagination-focus-box-shadow: $input-btn-focus-box-shadow; +$pagination-focus-outline: 0; + +$pagination-hover-color: $link-hover-color; +$pagination-hover-bg: $gray-200; +$pagination-hover-border-color: $gray-400; + +$pagination-active-color: $component-active-color; +$pagination-active-bg: $component-active-bg; +$pagination-active-border-color: $pagination-active-bg; + +$pagination-disabled-color: $gray-400; +$pagination-disabled-bg: $white; +$pagination-disabled-border-color: $gray-400; + +$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +// Cards + +$card-spacer-y: 1.25rem; +$card-spacer-x: 1.25rem; +$card-title-spacer-y: math.div($spacer, 2); +$card-border-width: 0; +$card-border-radius: $border-radius; +$card-border-color: $gray-300; +$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}); +$card-cap-padding-y: math.div($card-spacer-y, 2); +$card-cap-padding-x: $card-spacer-x; +$card-cap-bg: rgba($black, .03); +$card-cap-color: null; +$card-height: null; +$card-color: null; +$card-bg: $white; + + +$card-title-desc: $gray-600; + +$card-group-margin: math.div($grid-gutter-width, 2); + +// Accordion +$accordion-padding-y: 1rem; +$accordion-padding-x: 1.25rem; +$accordion-color: $body-color; +$accordion-bg: transparent; +$accordion-border-width: $border-width; +$accordion-border-color: rgba($black, .125); +$accordion-border-radius: $border-radius; + +$accordion-body-padding-y: $accordion-padding-y; +$accordion-body-padding-x: $accordion-padding-x; + +$accordion-button-padding-y: $accordion-padding-y; +$accordion-button-padding-x: $accordion-padding-x; +$accordion-button-color: $accordion-color; +$accordion-button-bg: $accordion-bg; +$accordion-transition: $btn-transition, border-radius .15s ease; +$accordion-button-active-bg: tint-color($component-active-bg, 90%); +$accordion-button-active-color: shade-color($primary, 10%); + +$accordion-button-focus-border-color: $input-focus-border-color; +$accordion-button-focus-box-shadow: none; + +$accordion-icon-width: 16px; +$accordion-icon-color: $accordion-color; +$accordion-icon-active-color: $accordion-button-active-color; +$accordion-icon-transition: transform .2s ease-in-out; +$accordion-icon-transform: rotate(180deg); + +$accordion-button-icon: url("data:image/svg+xml,"); +$accordion-button-active-icon: url("data:image/svg+xml,"); + +// Tooltips + +$tooltip-font-size: $font-size-sm; +$tooltip-max-width: 200px; +$tooltip-color: $white; +$tooltip-bg: $black; +$tooltip-border-radius: $border-radius; +$tooltip-opacity: .9; +$tooltip-padding-y: .4rem; +$tooltip-padding-x: .7rem; +$tooltip-margin: 0; + +$tooltip-arrow-width: .8rem; +$tooltip-arrow-height: .4rem; +$tooltip-arrow-color: $tooltip-bg; + +// Form tooltips must come after regular tooltips +$form-feedback-tooltip-padding-y: $tooltip-padding-y; +$form-feedback-tooltip-padding-x: $tooltip-padding-x; +$form-feedback-tooltip-font-size: $tooltip-font-size; +$form-feedback-tooltip-line-height: $line-height-base; +$form-feedback-tooltip-opacity: $tooltip-opacity; +$form-feedback-tooltip-border-radius: $tooltip-border-radius; + + +// Popovers + +$popover-font-size: $font-size-sm; +$popover-bg: $white; +$popover-max-width: 276px; +$popover-border-width: $border-width; +$popover-border-color: $gray-300; +$popover-border-radius: $border-radius-lg; +$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width); +$popover-box-shadow: 0 .25rem .5rem rgba($black, .2); + +$popover-header-bg: shade-color($popover-bg, 4%); +$popover-header-color: $headings-color; +$popover-header-padding-y: .5rem; +$popover-header-padding-x: $spacer; + +$popover-body-color: $body-color; +$popover-body-padding-y: $spacer; +$popover-body-padding-x: $spacer; + +$popover-arrow-width: 1rem; +$popover-arrow-height: .5rem; +$popover-arrow-color: $popover-bg; + +$popover-arrow-outer-color: fade-in($popover-border-color, .05); + + +// Toasts + +$toast-max-width: 350px; +$toast-padding-x: .75rem; +$toast-padding-y: .25rem; +$toast-font-size: .875rem; +$toast-color: null; +$toast-background-color: rgba($white, .85); +$toast-border-width: 1px; +$toast-border-color: rgba(0, 0, 0, .1); +$toast-border-radius: .25rem; +$toast-box-shadow: $box-shadow; +$toast-spacing: $container-padding-x; + +$toast-header-color: $gray-600; +$toast-header-background-color: rgba($white, .85); +$toast-header-border-color: rgba(0, 0, 0, .05); + + +// Badges + +$badge-font-size: 75%; +$badge-font-weight: $fw-medium; +$badge-color: $white; +$badge-padding-y: .25em; +$badge-padding-x: .4em; +$badge-border-radius: $border-radius; + + +// Modals + +// Padding applied to the modal body +$modal-inner-padding: 1rem; + +// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding +$modal-footer-margin-between: .5rem; +$modal-dialog-margin: .5rem; +$modal-dialog-margin-y-sm-up: 1.75rem; + +$modal-title-line-height: $line-height-base; + +$modal-content-color: null; +$modal-content-bg: $white; +$modal-content-border-color: $gray-300; +$modal-content-border-width: $border-width; +$modal-content-border-radius: $border-radius-lg; +$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width); +$modal-content-box-shadow-xs: $box-shadow-sm; +$modal-content-box-shadow-sm-up: $box-shadow; + + +$modal-backdrop-bg: $black; +$modal-backdrop-opacity: .5; +$modal-header-border-color: $border-color; +$modal-footer-border-color: $modal-header-border-color; +$modal-header-border-width: $modal-content-border-width; +$modal-footer-border-width: $modal-header-border-width; +$modal-header-padding-y: $modal-inner-padding; +$modal-header-padding-x: $modal-inner-padding; +$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility + +$modal-sm: 300px; +$modal-md: 500px; +$modal-lg: 800px; +$modal-xl: 1140px; + +$modal-fade-transform: translate(0, -50px); +$modal-show-transform: none; +$modal-transition: transform .3s ease-out; +$modal-scale-transform: scale(1.02); + + +// Alerts +// +// Define alert colors, border radius, and padding. + +$alert-padding-y: .75rem; +$alert-padding-x: 1.25rem; +$alert-margin-bottom: 1rem; +$alert-border-radius: $border-radius; +$alert-link-font-weight: $font-weight-bold; +$alert-border-width: $border-width; + +$alert-bg-scale: -80%; +$alert-border-scale: -70%; +$alert-color-scale: 40%; + +$alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side + +// Progress bars + +$progress-height: .625rem; +$progress-font-size: $font-size-base * .75; +$progress-bg: $gray-300; +$progress-border-radius: $border-radius; +$progress-box-shadow: $box-shadow-inset; +$progress-bar-color: $white; +$progress-bar-bg: $primary; +$progress-bar-animation-timing: 1s linear infinite; +$progress-bar-transition: width .6s ease; + + +// List group + +$list-group-color: null; +$list-group-bg: $white; +$list-group-border-color: $border-color; +$list-group-border-width: $border-width; +$list-group-border-radius: $border-radius; + +$list-group-item-padding-y: .75rem; +$list-group-item-padding-x: 1.25rem; +$list-group-item-bg-scale: -80%; +$list-group-item-color-scale: 40%; + +$list-group-hover-bg: $gray-100; +$list-group-active-color: $component-active-color; +$list-group-active-bg: $component-active-bg; +$list-group-active-border-color: $list-group-active-bg; + +$list-group-disabled-color: $gray-600; +$list-group-disabled-bg: $list-group-bg; + +$list-group-action-color: $gray-700; +$list-group-action-hover-color: $list-group-action-color; + +$list-group-action-active-color: $body-color; +$list-group-action-active-bg: $gray-200; + + +// Image thumbnails + +$thumbnail-padding: .25rem; +$thumbnail-bg: $body-bg; +$thumbnail-border-width: $border-width; +$thumbnail-border-color: $gray-300; +$thumbnail-border-radius: $border-radius; +$thumbnail-box-shadow: $box-shadow-sm; + + +// Figures + +$figure-caption-font-size: $small-font-size; +$figure-caption-color: $gray-600; + + + +// Breadcrumbs + +$breadcrumb-padding-y: .75rem; +$breadcrumb-padding-x: 1rem; +$breadcrumb-item-padding: .5rem; + +$breadcrumb-margin-bottom: 1rem; + +$breadcrumb-bg: null; +$breadcrumb-divider-color: $gray-600; +$breadcrumb-active-color: $gray-600; +$breadcrumb-divider: quote("/"); +$breadcrumb-divider-flipped: $breadcrumb-divider; +$breadcrumb-border-radius: null; + + + +// Carousel + +$carousel-control-color: $white; +$carousel-control-width: 15%; +$carousel-control-opacity: .5; +$carousel-control-hover-opacity: .9; +$carousel-control-transition: opacity .15s ease; + +$carousel-indicator-width: 30px; +$carousel-indicator-height: 3px; +$carousel-indicator-hit-area-height: 10px; +$carousel-indicator-spacer: 3px; +$carousel-indicator-active-bg: $white; +$carousel-indicator-transition: opacity .6s ease; + +$carousel-caption-width: 70%; +$carousel-caption-color: $white; +$carousel-caption-padding-y: 1.25rem; +$carousel-caption-spacer: 1.25rem; + +$carousel-control-icon-width: 2rem; + +$carousel-control-prev-icon-bg: url("data:image/svg+xml,"); +$carousel-control-next-icon-bg: url("data:image/svg+xml,"); + +$carousel-transition-duration: .6s; +$carousel-transition: transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) + +$carousel-dark-indicator-active-bg: $black; +$carousel-dark-caption-color: $black; +$carousel-dark-control-icon-filter: invert(1) grayscale(100); + + +// Spinners + +$spinner-width: 2rem; +$spinner-height: $spinner-width; +$spinner-border-width: .25em; +$spinner-animation-speed: .75s; + +$spinner-width-sm: 1rem; +$spinner-height-sm: $spinner-width-sm; +$spinner-border-width-sm: .2em; + + + +// Close + +$btn-close-width: 1em; +$btn-close-height: $btn-close-width; +$btn-close-padding-x: .25em; +$btn-close-padding-y: $btn-close-padding-x; +$btn-close-color: $black; +$btn-close-bg: url("data:image/svg+xml,"); +$btn-close-bg-dark: url("data:image/svg+xml,"); +$btn-close-focus-shadow: none; +$btn-close-opacity: .5; +$btn-close-hover-opacity: .75; +$btn-close-focus-opacity: 1; +$btn-close-disabled-opacity: .25; +$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); + +// Code + +$code-font-size: 87.5%; +$code-color: $pink; + +$kbd-padding-y: .2rem; +$kbd-padding-x: .4rem; +$kbd-font-size: $code-font-size; +$kbd-color: $white; +$kbd-bg: $gray-900; + +$pre-color: $gray-900; + + +$--simple-drawer-softorange: #f4a259 !default; +$--simple-drawer-tomatored: #f25c66 !default; +$--simple-drawer-mediumblu: #1e272d !default; +$--simple-drawer-close-width: 28px !default; +$--simple-drawer-bg-color: #333333 !default; +$--simple-drawer-fg-color: white !default; \ No newline at end of file diff --git a/Vue/Admin/src/design/app-dark.scss b/Vue/Admin/src/design/app-dark.scss new file mode 100644 index 00000000..87f17308 --- /dev/null +++ b/Vue/Admin/src/design/app-dark.scss @@ -0,0 +1,100 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ + +//Fonts +@import "custom/fonts/fonts"; + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables-dark"; +@import "./node_modules/bootstrap/scss/mixins.scss"; + +@import "bootstrap-dark"; +@import "icons"; + +// Structure +@import "custom/structure/general"; +@import "custom/structure/topbar"; +@import "custom/structure/page-head"; +@import "custom/structure/footer"; +@import "custom/structure/right-sidebar"; +@import "custom/structure/vertical"; +@import "custom/structure/horizontal-nav"; +@import "custom/structure/layouts"; + +// Components +@import "custom/components/waves"; +@import "custom/components/avatar"; +@import "custom/components/accordion"; +@import "custom/components/helper"; +@import "custom/components/preloader"; +@import "custom/components/forms"; +@import "custom/components/widgets"; +@import "custom/components/demos"; +@import "custom/components/print"; + +// Plugins +@import "custom/plugins/custom-scrollbar"; +@import "custom/plugins/calendar"; +@import "custom/plugins/dragula"; +@import "custom/plugins/session-timeout"; +@import "custom/plugins/range-slider"; +@import "custom/plugins/sweatalert2"; +@import "custom/plugins/rating"; +@import "custom/plugins/toastr"; +@import "custom/plugins/parsley"; +@import "custom/plugins/select2"; + +@import "custom/plugins/switch"; +@import "custom/plugins/colorpicker"; +@import "custom/plugins/timepicker"; +@import "custom/plugins/datepicker"; +@import "custom/plugins/bootstrap-touchspin"; +@import "custom/plugins/form-editors"; +@import "custom/plugins/form-upload"; +@import "custom/plugins/form-wizard"; +@import "custom/plugins/datatable"; +@import "custom/plugins/responsive-table"; +@import "custom/plugins/table-editable"; +@import "custom/plugins/apexcharts"; +@import "custom/plugins/echarts"; +@import "custom/plugins/flot"; +@import "custom/plugins/sparkline-chart"; +@import "custom/plugins/google-map"; +@import "custom/plugins/vector-maps"; +@import "custom/plugins/leaflet-maps"; + + +// Pages +@import "custom/pages/authentication"; +@import "custom/pages/ecommerce"; +@import "custom/pages/email"; +@import "custom/pages/file-manager"; +@import "custom/pages/chat"; +@import "custom/pages/projects"; +@import "custom/pages/contacts"; +@import "custom/pages/crypto"; +@import "custom/pages/coming-soon"; +@import "custom/pages/timeline"; +@import "custom/pages/extras-pages"; + + +@import "./custom"; + +//rtl +// @import "custom/rtl/structure-rtl"; +// @import "custom/rtl/float-rtl"; +// @import "custom/rtl/general-rtl"; +// @import "custom/rtl/pages-rtl"; +// @import "custom/rtl/plugins-rtl"; +// @import "custom/rtl/spacing-rtl"; +// @import "custom/rtl/text-rtl"; +// @import "custom/rtl/components-rtl"; +// @import "custom/rtl/bootstrap-rtl"; diff --git a/Vue/Admin/src/design/app.scss b/Vue/Admin/src/design/app.scss new file mode 100644 index 00000000..919a4488 --- /dev/null +++ b/Vue/Admin/src/design/app.scss @@ -0,0 +1,100 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ + +//Fonts +@import "custom/fonts/fonts"; + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables"; +@import "./node_modules/bootstrap/scss/mixins.scss"; + +@import "bootstrap"; +@import "icons"; + +// Structure +@import "custom/structure/general"; +@import "custom/structure/topbar"; +@import "custom/structure/page-head"; +@import "custom/structure/footer"; +@import "custom/structure/right-sidebar"; +@import "custom/structure/vertical"; +@import "custom/structure/horizontal-nav"; +@import "custom/structure/layouts"; + +// Components +@import "custom/components/waves"; +@import "custom/components/avatar"; +@import "custom/components/accordion"; +@import "custom/components/helper"; +@import "custom/components/preloader"; +@import "custom/components/forms"; +@import "custom/components/widgets"; +@import "custom/components/demos"; +@import "custom/components/print"; + +// Plugins +@import "custom/plugins/custom-scrollbar"; +@import "custom/plugins/calendar"; +@import "custom/plugins/dragula"; +@import "custom/plugins/session-timeout"; +@import "custom/plugins/range-slider"; +@import "custom/plugins/sweatalert2"; +@import "custom/plugins/rating"; +@import "custom/plugins/toastr"; +@import "custom/plugins/parsley"; +@import "custom/plugins/select2"; + +@import "custom/plugins/switch"; +@import "custom/plugins/colorpicker"; +@import "custom/plugins/timepicker"; +@import "custom/plugins/datepicker"; +@import "custom/plugins/bootstrap-touchspin"; +@import "custom/plugins/form-editors"; +@import "custom/plugins/form-upload"; +@import "custom/plugins/form-wizard"; +@import "custom/plugins/datatable"; +@import "custom/plugins/responsive-table"; +@import "custom/plugins/table-editable"; +@import "custom/plugins/apexcharts"; +@import "custom/plugins/echarts"; +@import "custom/plugins/flot"; +@import "custom/plugins/sparkline-chart"; +@import "custom/plugins/google-map"; +@import "custom/plugins/vector-maps"; +@import "custom/plugins/leaflet-maps"; +@import "custom/plugins/carousel"; +@import "custom/plugins/chartist"; + +// Pages +@import "custom/pages/authentication"; +@import "custom/pages/ecommerce"; +@import "custom/pages/email"; +@import "custom/pages/file-manager"; +@import "custom/pages/chat"; +@import "custom/pages/projects"; +@import "custom/pages/contacts"; +@import "custom/pages/crypto"; +@import "custom/pages/coming-soon"; +@import "custom/pages/timeline"; +@import "custom/pages/extras-pages"; + +@import "./custom"; + +//rtl +// @import "custom/rtl/structure-rtl"; +// @import "custom/rtl/float-rtl"; +// @import "custom/rtl/general-rtl"; +// @import "custom/rtl/pages-rtl"; +// @import "custom/rtl/plugins-rtl"; +// @import "custom/rtl/spacing-rtl"; +// @import "custom/rtl/text-rtl"; +// @import "custom/rtl/components-rtl"; +// @import "custom/rtl/bootstrap-rtl"; diff --git a/Vue/Admin/src/design/bootstrap-dark.scss b/Vue/Admin/src/design/bootstrap-dark.scss new file mode 100644 index 00000000..e51396fd --- /dev/null +++ b/Vue/Admin/src/design/bootstrap-dark.scss @@ -0,0 +1,27 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ + + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables-dark"; +@import "./node_modules/bootstrap/scss/bootstrap"; + +@import "custom/components/reboot"; +@import "custom/components/backgrounds"; +@import "custom/components/badge"; +@import "custom/components/buttons"; +@import "custom/components/breadcrumb"; +@import "custom/components/card"; +@import "custom/components/dropdown"; +@import "custom/components/nav"; +@import "custom/components/table"; +@import "custom/components/pagination"; +@import "custom/components/progress"; \ No newline at end of file diff --git a/Vue/Admin/src/design/bootstrap.scss b/Vue/Admin/src/design/bootstrap.scss new file mode 100644 index 00000000..e788b4d9 --- /dev/null +++ b/Vue/Admin/src/design/bootstrap.scss @@ -0,0 +1,26 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables"; +@import "./node_modules/bootstrap/scss/bootstrap"; + +@import "custom/components/reboot"; +@import "custom/components/backgrounds"; +@import "custom/components/badge"; +@import "custom/components/buttons"; +@import "custom/components/breadcrumb"; +@import "custom/components/card"; +@import "custom/components/dropdown"; +@import "custom/components/nav"; +@import "custom/components/table"; +@import "custom/components/pagination"; +@import "custom/components/progress"; \ No newline at end of file diff --git a/Vue/Admin/src/design/css/app-rtl.min.css b/Vue/Admin/src/design/css/app-rtl.min.css new file mode 100644 index 00000000..bd793f45 --- /dev/null +++ b/Vue/Admin/src/design/css/app-rtl.min.css @@ -0,0 +1,3672 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ +@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"); +#page-topbar { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 1002; + background-color: #ffffff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.navbar-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + -webkit-box-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 0 auto; + height: 70px; + padding: 0 0 0 calc(24px / 2); } + .navbar-header .dropdown .show.header-item { + background-color: #f8f9fa; } + +.navbar-brand-box { + padding: 0 1.5rem; + text-align: center; + width: 250px; } + +.logo { + line-height: 70px; } + .logo .logo-sm { + display: none; } + +.logo-light { + display: none; } + +/* Search */ +.app-search { + padding: calc(32px / 2) 0; } + .app-search .form-control { + border: none; + height: 38px; + padding-right: 40px; + padding-left: 20px; + background-color: #f3f3f9; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 30px; } + .app-search span { + position: absolute; + z-index: 10; + font-size: 16px; + line-height: 38px; + right: 13px; + top: 0; + color: #74788d; } + +.megamenu-list li { + position: relative; + padding: 5px 0px; } + .megamenu-list li a { + color: #495057; } + +@media (max-width: 992px) { + .navbar-brand-box { + width: auto; } + .logo span.logo-lg { + display: none; } + .logo span.logo-sm { + display: inline-block; } } + +.page-content { + padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2); } + +.header-item { + height: 70px; + -webkit-box-shadow: none !important; + box-shadow: none !important; + color: #555b6d; + border: 0; + border-radius: 0px; } + .header-item:hover { + color: #555b6d; } + +.header-profile-user { + height: 36px; + width: 36px; + background-color: #f6f6f6; + padding: 3px; } + +.noti-icon i { + font-size: 22px; + color: #555b6d; } + +.noti-icon .badge { + position: absolute; + top: 12px; + left: 4px; } + +.notification-item .media { + padding: 0.75rem 1rem; } + .notification-item .media:hover { + background-color: #f6f6f6; } + +.dropdown-icon-item { + display: block; + border-radius: 3px; + line-height: 34px; + text-align: center; + padding: 15px 0 9px; + display: block; + border: 1px solid transparent; + color: #74788d; } + .dropdown-icon-item img { + height: 24px; } + .dropdown-icon-item span { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .dropdown-icon-item:hover { + border-color: #eff2f7; } + +.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before { + content: "\ea3f"; } + +body[data-topbar="dark"] #page-topbar { + background-color: #2a3042; } + +body[data-topbar="dark"] .navbar-header .dropdown .show.header-item { + background-color: rgba(255, 255, 255, 0.05); } + +body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +body[data-topbar="dark"] .header-item { + color: #e9ecef; } + body[data-topbar="dark"] .header-item:hover { + color: #e9ecef; } + +body[data-topbar="dark"] .header-profile-user { + background-color: rgba(255, 255, 255, 0.25); } + +body[data-topbar="dark"] .noti-icon i { + color: #e9ecef; } + +body[data-topbar="dark"] .logo-dark { + display: none; } + +body[data-topbar="dark"] .logo-light { + display: block; } + +body[data-topbar="dark"] .app-search .form-control { + background-color: rgba(243, 243, 249, 0.07); + color: #fff; } + +body[data-topbar="dark"] .app-search span, +body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } + +body[data-sidebar="dark"] .navbar-brand-box { + background: #2a3042; } + +body[data-sidebar="dark"] .logo-dark { + display: none; } + +body[data-sidebar="dark"] .logo-light { + display: block; } + +@media (max-width: 600px) { + .navbar-header .dropdown { + position: static; } + .navbar-header .dropdown .dropdown-menu { + right: 10px !important; + left: 10px !important; } } + +@media (max-width: 380px) { + .navbar-brand-box { + display: none; } } + +body[data-layout="horizontal"] .navbar-brand-box { + width: auto; } + +body[data-layout="horizontal"] .page-content { + margin-top: 70px; + padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2); } + +@media (max-width: 992px) { + body[data-layout="horizontal"] .page-content { + margin-top: 15px; } } + +.page-title-box { + padding-bottom: 24px; } + .page-title-box .breadcrumb { + background-color: transparent; + padding: 0; } + .page-title-box h4 { + text-transform: uppercase; + font-weight: 600; + font-size: 16px !important; } + +.footer { + bottom: 0; + padding: 20px calc(24px / 2); + position: absolute; + left: 0; + color: #74788d; + right: 250px; + height: 60px; + background-color: #f2f2f5; } + @media (max-width: 991.98px) { + .footer { + right: 0; } } + +.vertical-collpsed .footer { + right: 70px; } + @media (max-width: 991.98px) { + .vertical-collpsed .footer { + right: 0; } } + +body[data-layout="horizontal"] .footer { + right: 0 !important; } + +.right-bar { + background-color: #fff; + -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + display: block; + position: fixed; + -webkit-transition: all 200ms ease-out; + transition: all 200ms ease-out; + width: 280px; + z-index: 9999; + float: left !important; + left: -290px; + top: 0; + bottom: 0; } + .right-bar .right-bar-toggle { + background-color: #444c54; + height: 24px; + width: 24px; + line-height: 24px; + display: block; + color: #eff2f7; + text-align: center; + border-radius: 50%; } + .right-bar .right-bar-toggle:hover { + background-color: #4b545c; } + +.rightbar-overlay { + background-color: rgba(52, 58, 64, 0.55); + position: absolute; + right: 0; + left: 0; + top: 0; + bottom: 0; + display: none; + z-index: 9998; + -webkit-transition: all .2s ease-out; + transition: all .2s ease-out; } + +.right-bar-enabled .right-bar { + left: 0; } + +.right-bar-enabled .rightbar-overlay { + display: block; } + +@media (max-width: 575.98px) { + .right-bar { + overflow: auto; } + .right-bar .slimscroll-menu { + height: auto !important; } } + +.metismenu { + margin: 0; } + .metismenu li { + display: block; + width: 100%; } + .metismenu .mm-collapse { + display: none; } + .metismenu .mm-collapse:not(.mm-show) { + display: none; } + .metismenu .mm-collapse.mm-show { + display: block; } + .metismenu .mm-collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-timing-function: ease; + transition-timing-function: ease; + -webkit-transition-duration: .35s; + transition-duration: .35s; + -webkit-transition-property: height, visibility; + transition-property: height, visibility; } + +.vertical-menu { + width: 250px; + z-index: 1001; + background: #ffffff; + bottom: 0; + margin-top: 0; + position: fixed; + top: 70px; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.main-content { + margin-right: 250px; + overflow: hidden; } + .main-content .content { + padding: 0 15px 10px 15px; + margin-top: 70px; } + +#sidebar-menu { + padding: 10px 0 30px 0; } + #sidebar-menu .mm-active > .has-arrow:after { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + #sidebar-menu .has-arrow:after { + content: "\F0140"; + font-family: 'Material Design Icons'; + display: block; + float: left; + -webkit-transition: -webkit-transform .2s; + transition: -webkit-transform .2s; + transition: transform .2s; + transition: transform .2s, -webkit-transform .2s; + font-size: 1rem; } + #sidebar-menu ul li a { + display: block; + padding: .625rem 1.5rem; + color: #545a6d; + position: relative; + font-size: 13px; + -webkit-transition: all .4s; + transition: all .4s; } + #sidebar-menu ul li a i { + display: inline-block; + min-width: 1.75rem; + padding-bottom: .125em; + font-size: 1.25rem; + line-height: 1.40625rem; + vertical-align: middle; + color: #7f8387; + -webkit-transition: all .4s; + transition: all .4s; } + #sidebar-menu ul li a:hover { + color: #383c40; } + #sidebar-menu ul li a:hover i { + color: #383c40; } + #sidebar-menu ul li .badge { + margin-top: 4px; } + #sidebar-menu ul li ul.sub-menu { + padding: 0; } + #sidebar-menu ul li ul.sub-menu li a { + padding: .4rem 3.5rem .4rem 1.5rem; + font-size: 13px; + color: #545a6d; } + #sidebar-menu ul li ul.sub-menu li a:hover { + color: #383c40; } + #sidebar-menu ul li ul.sub-menu li ul.sub-menu { + padding: 0; } + #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a { + padding: .4rem 4.5rem .4rem 1.5rem; + font-size: 13px; } + +.menu-title { + padding: 12px 20px !important; + letter-spacing: .05em; + pointer-events: none; + cursor: default; + font-size: 11px; + text-transform: uppercase; + color: #7f8387; + font-weight: 600; } + +.mm-active { + color: #556ee6 !important; } + .mm-active > a { + color: #556ee6 !important; } + .mm-active > a i { + color: #556ee6 !important; } + .mm-active .active { + color: #556ee6 !important; } + .mm-active .active i { + color: #556ee6 !important; } + .mm-active > i { + color: #556ee6 !important; } + +@media (max-width: 992px) { + .vertical-menu { + display: none; } + .main-content { + margin-right: 0 !important; } + body.sidebar-enable .vertical-menu { + display: block; } } + +.vertical-collpsed .main-content { + margin-right: 70px; } + +.vertical-collpsed .navbar-brand-box { + width: 70px !important; } + +.vertical-collpsed .logo span.logo-lg { + display: none; } + +.vertical-collpsed .logo span.logo-sm { + display: block; } + +.vertical-collpsed .vertical-menu { + position: absolute; + width: 70px !important; + z-index: 5; } + .vertical-collpsed .vertical-menu .simplebar-mask, + .vertical-collpsed .vertical-menu .simplebar-content-wrapper { + overflow: visible !important; } + .vertical-collpsed .vertical-menu .simplebar-scrollbar { + display: none !important; } + .vertical-collpsed .vertical-menu .simplebar-offset { + bottom: 0 !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .menu-title, + .vertical-collpsed .vertical-menu #sidebar-menu .badge, + .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in { + display: none !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse { + height: inherit !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after { + display: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li { + position: relative; + white-space: nowrap; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a { + padding: 15px 20px; + min-height: 55px; + -webkit-transition: none; + transition: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus { + color: #383c40; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i { + font-size: 1.45rem; + margin-right: 4px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span { + display: none; + padding-right: 25px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + position: relative; + width: calc(190px + 70px); + color: #556ee6; + background-color: whitesmoke; + -webkit-transition: none; + transition: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #556ee6; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span { + display: inline; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul { + display: block; + right: 70px; + position: absolute; + width: 190px; + height: auto !important; + -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); + box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul { + -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); + box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a { + -webkit-box-shadow: none; + box-shadow: none; + padding: 8px 20px; + position: relative; + width: 190px; + z-index: 6; + color: #545a6d; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { + color: #383c40; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul { + padding: 5px 0; + z-index: 9999; + display: none; + background-color: #ffffff; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul { + display: block; + right: 190px; + height: auto !important; + margin-top: -36px; + position: absolute; + width: 190px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right { + position: absolute; + left: 20px; + top: 12px; + -webkit-transform: rotate(-270deg); + transform: rotate(-270deg); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a { + color: #f8f9fa; } + +body[data-sidebar="dark"] .vertical-menu { + background: #2a3042; } + +body[data-sidebar="dark"] #sidebar-menu ul li a { + color: #a6b0cf; } + body[data-sidebar="dark"] #sidebar-menu ul li a i { + color: #6a7187; } + body[data-sidebar="dark"] #sidebar-menu ul li a:hover { + color: #ffffff; } + body[data-sidebar="dark"] #sidebar-menu ul li a:hover i { + color: #ffffff; } + +body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a { + color: #79829c; } + body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover { + color: #ffffff; } + +body[data-sidebar="dark"].vertical-collpsed { + min-height: 1760px; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + background: #2e3548; + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a { + color: #79829c; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul { + background-color: #2a3042; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active { + color: #ffffff !important; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i { + color: #ffffff !important; } + +body[data-sidebar="dark"] .mm-active { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > a { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > a i { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > i { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active .active { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active .active i { + color: #ffffff !important; } + +body[data-sidebar="dark"] .menu-title { + color: #6a7187; } + +body[data-layout="horizontal"] .main-content { + margin-right: 0 !important; } + +body[data-sidebar-size="small"] .navbar-brand-box { + width: 160px; } + +body[data-sidebar-size="small"] .vertical-menu { + width: 160px; + text-align: center; } + body[data-sidebar-size="small"] .vertical-menu .has-arrow:after, + body[data-sidebar-size="small"] .vertical-menu .badge { + display: none !important; } + +body[data-sidebar-size="small"] .main-content { + margin-right: 160px; } + +body[data-sidebar-size="small"] .footer { + right: 160px; } + @media (max-width: 991.98px) { + body[data-sidebar-size="small"] .footer { + right: 0; } } + +body[data-sidebar-size="small"] #sidebar-menu ul li.menu-title { + background-color: #2e3548; } + +body[data-sidebar-size="small"] #sidebar-menu ul li a i { + display: block; } + +body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li a { + padding-right: 1.5rem; } + +body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a { + padding-right: 1.5rem; } + +body[data-sidebar-size="small"].vertical-collpsed .main-content { + margin-right: 70px; } + +body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu { + text-align: right; } + body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i { + display: inline-block; } + +body[data-sidebar-size="small"].vertical-collpsed .footer { + right: 70px; } + +body[data-sidebar="colored"] .vertical-menu { + background-color: #556ee6; } + +body[data-sidebar="colored"] .navbar-brand-box { + background-color: #556ee6; } + body[data-sidebar="colored"] .navbar-brand-box .logo-dark { + display: none; } + body[data-sidebar="colored"] .navbar-brand-box .logo-light { + display: block; } + +body[data-sidebar="colored"] .mm-active { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > a { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > a i { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > i, body[data-sidebar="colored"] .mm-active .active { + color: #fff !important; } + +body[data-sidebar="colored"] #sidebar-menu ul li.menu-title { + color: rgba(255, 255, 255, 0.6); } + +body[data-sidebar="colored"] #sidebar-menu ul li a { + color: rgba(255, 255, 255, 0.6); } + body[data-sidebar="colored"] #sidebar-menu ul li a i { + color: rgba(255, 255, 255, 0.6); } + body[data-sidebar="colored"] #sidebar-menu ul li a.waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.1); } + body[data-sidebar="colored"] #sidebar-menu ul li a:hover { + color: #fff; } + body[data-sidebar="colored"] #sidebar-menu ul li a:hover i { + color: #fff; } + +body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a { + color: rgba(255, 255, 255, 0.5); } + body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a:hover { + color: #fff; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + background-color: #5e76e7; + color: #fff; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #fff; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active { + color: #556ee6 !important; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover { + color: #556ee6; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active { + color: #556ee6 !important; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a { + color: #556ee6 !important; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i { + color: #556ee6 !important; } + +.topnav { + background: #fff; + padding: 0 calc(24px / 2); + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + margin-top: 70px; + position: fixed; + right: 0; + left: 0; + z-index: 100; } + .topnav .topnav-menu { + margin: 0; + padding: 0; } + .topnav .navbar-nav .nav-link { + font-size: 14px; + position: relative; + padding: 1rem 1.3rem; + color: #545a6d; } + .topnav .navbar-nav .nav-link i { + font-size: 15px; } + .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover { + color: #556ee6; + background-color: transparent; } + .topnav .navbar-nav .dropdown-item { + color: #545a6d; } + .topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover { + color: #556ee6; } + .topnav .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } + .topnav .navbar-nav .dropdown.active > a { + color: #556ee6; + background-color: transparent; } + +@media (min-width: 1200px) { + body[data-layout="horizontal"] .container-fluid, + body[data-layout="horizontal"] .navbar-header { + max-width: 85%; } } + +@media (min-width: 992px) { + .topnav .navbar-nav .nav-item:first-of-type .nav-link { + padding-right: 0; } + .topnav .dropdown-item { + padding: .5rem 1.5rem; + min-width: 180px; } + .topnav .dropdown.mega-dropdown .mega-dropdown-menu { + right: 0px; + left: auto; } + .topnav .dropdown .dropdown-menu { + margin-top: 0; + border-radius: 0 0 0.25rem 0.25rem; } + .topnav .dropdown .dropdown-menu .arrow-down::after { + left: 15px; + -webkit-transform: rotate(135deg) translateY(-50%); + transform: rotate(135deg) translateY(-50%); + position: absolute; } + .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu { + position: absolute; + top: 0 !important; + right: 100%; + display: none; } + .topnav .dropdown:hover > .dropdown-menu { + display: block; } + .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu { + display: block; } + .navbar-toggle { + display: none; } } + +.arrow-down { + display: inline-block; } + .arrow-down:after { + border-color: initial; + border-style: solid; + border-width: 0 1px 1px 0; + content: ""; + height: .4em; + display: inline-block; + left: 5px; + top: 50%; + margin-right: 10px; + -webkit-transform: rotate(45deg) translateY(-50%); + transform: rotate(45deg) translateY(-50%); + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transition: all .3s ease-out; + transition: all .3s ease-out; + width: .4em; } + +@media (max-width: 991.98px) { + .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu { + left: 100%; + right: auto; } } + +@media (max-width: 767.98px) { + .navbar-brand-box .logo-dark { + display: block; } + .navbar-brand-box .logo-dark span.logo-sm { + display: block; } + .navbar-brand-box .logo-light { + display: none; } + .topnav { + max-height: 360px; + overflow-y: auto; + padding: 0; } + .topnav .navbar-nav .nav-link { + padding: 0.75rem 1.1rem; } + .topnav .dropdown .dropdown-menu { + background-color: transparent; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + padding-right: 15px; } + .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl { + width: auto; } + .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row { + margin: 0px; } + .topnav .dropdown .dropdown-item { + position: relative; + background-color: transparent; } + .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active { + color: #556ee6; } + .topnav .arrow-down::after { + left: 15px; + position: absolute; } } + +@media (min-width: 992px) { + body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-dark { + display: block; } + body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-light { + display: none; } + body[data-layout="horizontal"][data-topbar="light"] .topnav { + background-color: #556ee6; } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.6); } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.9); } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav > .dropdown.active > a { + color: rgba(255, 255, 255, 0.9) !important; } } + +body[data-layout="horizontal"][data-topbar="colored"] #page-topbar { + background-color: #556ee6; + -webkit-box-shadow: none; + box-shadow: none; } + +body[data-layout="horizontal"][data-topbar="colored"] .logo-dark { + display: none; } + +body[data-layout="horizontal"][data-topbar="colored"] .logo-light { + display: block; } + +body[data-layout="horizontal"][data-topbar="colored"] .app-search .form-control { + background-color: rgba(243, 243, 249, 0.07); + color: #fff; } + +body[data-layout="horizontal"][data-topbar="colored"] .app-search span, +body[data-layout="horizontal"][data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } + +body[data-layout="horizontal"][data-topbar="colored"] .header-item { + color: #e9ecef; } + body[data-layout="horizontal"][data-topbar="colored"] .header-item:hover { + color: #e9ecef; } + +body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .dropdown .show.header-item { + background-color: rgba(255, 255, 255, 0.1); } + +body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +body[data-layout="horizontal"][data-topbar="colored"] .noti-icon i { + color: #e9ecef; } + +@media (min-width: 992px) { + body[data-layout="horizontal"][data-topbar="colored"] .topnav { + background-color: #556ee6; } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.6); } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.9); } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav > .dropdown.active > a { + color: rgba(255, 255, 255, 0.9) !important; } } + +body[data-layout-size="boxed"] { + background-color: #ebebf4; } + body[data-layout-size="boxed"] #layout-wrapper { + background-color: #f8f8fb; + max-width: 1300px; + margin: 0 auto; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + body[data-layout-size="boxed"] #page-topbar { + max-width: 1300px; + margin: 0 auto; } + body[data-layout-size="boxed"] .footer { + margin: 0 auto; + max-width: calc(1300px - 250px); } + body[data-layout-size="boxed"].vertical-collpsed .footer { + max-width: calc(1300px - 70px); } + +body[data-layout="horizontal"][data-layout-size="boxed"] #page-topbar, body[data-layout="horizontal"][data-layout-size="boxed"] #layout-wrapper, body[data-layout="horizontal"][data-layout-size="boxed"] .footer { + max-width: 100%; } + +body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid, body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-header { + max-width: 1300px; } + +@media (min-width: 992px) { + body[data-layout-scrollable="true"] #page-topbar, body[data-layout-scrollable="true"] .vertical-menu { + position: absolute; } } + +@media (min-width: 992px) { + body[data-layout-scrollable="true"][data-layout="horizontal"] #page-topbar, body[data-layout-scrollable="true"][data-layout="horizontal"] .topnav { + position: absolute; } } + +/*! + * Waves v0.7.6 + * http://fian.my.id/Waves + * + * Copyright 2014-2018 Alfiana E. Sibuea and other contributors + * Released under the MIT license + * https://github.com/fians/Waves/blob/master/LICENSE */ +.waves-effect { + position: relative; + cursor: pointer; + display: inline-block; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: transparent; } + +.waves-effect .waves-ripple { + position: absolute; + border-radius: 50%; + width: 100px; + height: 100px; + margin-top: -50px; + margin-right: -50px; + opacity: 0; + background: rgba(0, 0, 0, 0.2); + background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + -webkit-transition: all 0.5s ease-out; + transition: all 0.5s ease-out; + -webkit-transition-property: -webkit-transform, opacity; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + transition-property: transform, opacity; + transition-property: transform, opacity, -webkit-transform; + -webkit-transform: scale(0) translate(0, 0); + transform: scale(0) translate(0, 0); + pointer-events: none; } + +.waves-effect.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); } + +.waves-effect.waves-classic .waves-ripple { + background: rgba(0, 0, 0, 0.2); } + +.waves-effect.waves-classic.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +.waves-notransition { + -webkit-transition: none !important; + transition: none !important; } + +.waves-button, +.waves-circle { + -webkit-transform: translateZ(0); + transform: translateZ(0); + -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); } + +.waves-button, +.waves-button:hover, +.waves-button:visited, +.waves-button-input { + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + border: none; + outline: none; + color: inherit; + background-color: rgba(0, 0, 0, 0); + font-size: 1em; + line-height: 1em; + text-align: center; + text-decoration: none; + z-index: 1; } + +.waves-button { + padding: 0.85em 1.1em; + border-radius: 0.2em; } + +.waves-button-input { + margin: 0; + padding: 0.85em 1.1em; } + +.waves-input-wrapper { + border-radius: 0.2em; + vertical-align: bottom; } + +.waves-input-wrapper.waves-button { + padding: 0; } + +.waves-input-wrapper .waves-button-input { + position: relative; + top: 0; + right: 0; + z-index: 1; } + +.waves-circle { + text-align: center; + width: 2.5em; + height: 2.5em; + line-height: 2.5em; + border-radius: 50%; } + +.waves-float { + -webkit-mask-image: none; + -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + -webkit-transition: all 300ms; + transition: all 300ms; } + +.waves-float:active { + -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); } + +.waves-block { + display: block; } + +.waves-effect.waves-light .waves-ripple { + background-color: rgba(255, 255, 255, 0.4); } + +.waves-effect.waves-primary .waves-ripple { + background-color: rgba(85, 110, 230, 0.4); } + +.waves-effect.waves-success .waves-ripple { + background-color: rgba(52, 195, 143, 0.4); } + +.waves-effect.waves-info .waves-ripple { + background-color: rgba(80, 165, 241, 0.4); } + +.waves-effect.waves-warning .waves-ripple { + background-color: rgba(241, 180, 76, 0.4); } + +.waves-effect.waves-danger .waves-ripple { + background-color: rgba(244, 106, 106, 0.4); } + +.avatar-xs { + height: 2rem; + width: 2rem; } + +.avatar-sm { + height: 3rem; + width: 3rem; } + +.avatar-md { + height: 4.5rem; + width: 4.5rem; } + +.avatar-lg { + height: 6rem; + width: 6rem; } + +.avatar-xl { + height: 7.5rem; + width: 7.5rem; } + +.avatar-title { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #556ee6; + color: #fff; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-weight: 500; + height: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100%; } + +.avatar-group { + padding-right: 12px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + .avatar-group .avatar-group-item { + margin-right: -12px; + border: 2px solid #fff; + border-radius: 50%; + -webkit-transition: all 0.2s; + transition: all 0.2s; } + .avatar-group .avatar-group-item:hover { + position: relative; + -webkit-transform: translateY(-2px); + transform: translateY(-2px); } + +.custom-accordion .accordion-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + border-radius: 7px; + background-color: #f6f6f6; + padding: 12px 20px; + color: #495057; + font-weight: 600; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } + .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before { + content: "\F0415"; } + .custom-accordion .accordion-list .accor-plus-icon { + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; + line-height: 22px; + background-color: #fff; + text-align: center; + border-radius: 50%; } + +.custom-accordion a.collapsed i.accor-down-icon:before { + content: "\F0140"; } + +.custom-accordion .card-body { + color: #74788d; } + +.font-size-10 { + font-size: 10px !important; } + +.font-size-11 { + font-size: 11px !important; } + +.font-size-12 { + font-size: 12px !important; } + +.font-size-13 { + font-size: 13px !important; } + +.font-size-14 { + font-size: 14px !important; } + +.font-size-15 { + font-size: 15px !important; } + +.font-size-16 { + font-size: 16px !important; } + +.font-size-17 { + font-size: 17px !important; } + +.font-size-18 { + font-size: 18px !important; } + +.font-size-20 { + font-size: 20px !important; } + +.font-size-22 { + font-size: 22px !important; } + +.font-size-24 { + font-size: 24px !important; } + +.fw-medium { + font-weight: 500; } + +.font-weight-semibold { + font-weight: 600; } + +.social-list-item { + height: 2rem; + width: 2rem; + line-height: calc(2rem - 4px); + display: block; + border: 2px solid #adb5bd; + border-radius: 50%; + color: #adb5bd; + text-align: center; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .social-list-item:hover { + color: #74788d; + background-color: #eff2f7; } + +.w-xs { + min-width: 80px; } + +.w-sm { + min-width: 95px; } + +.w-md { + min-width: 110px; } + +.w-lg { + min-width: 140px; } + +.w-xl { + min-width: 160px; } + +.media { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; } + +.media-body { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; } + +.alert-dismissible .btn-close { + font-size: 10px; + padding: 1.05rem 1.25rem; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; } + +#preloader { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + background-color: #fff; + z-index: 9999; } + +#status { + width: 40px; + height: 40px; + position: absolute; + right: 50%; + top: 50%; + margin: -20px -20px 0 0; } + +.spinner-chase { + margin: 0 auto; + width: 40px; + height: 40px; + position: relative; + -webkit-animation: spinner-chase 2.5s infinite linear both; + animation: spinner-chase 2.5s infinite linear both; } + +.chase-dot { + width: 100%; + height: 100%; + position: absolute; + right: 0; + top: 0; + -webkit-animation: chase-dot 2.0s infinite ease-in-out both; + animation: chase-dot 2.0s infinite ease-in-out both; } + .chase-dot:before { + content: ''; + display: block; + width: 25%; + height: 25%; + background-color: #556ee6; + border-radius: 100%; + -webkit-animation: chase-dot-before 2.0s infinite ease-in-out both; + animation: chase-dot-before 2.0s infinite ease-in-out both; } + .chase-dot:nth-child(1) { + -webkit-animation-delay: -1.1s; + animation-delay: -1.1s; } + .chase-dot:nth-child(1):before { + -webkit-animation-delay: -1.1s; + animation-delay: -1.1s; } + .chase-dot:nth-child(2) { + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; } + .chase-dot:nth-child(2):before { + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; } + .chase-dot:nth-child(3) { + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; } + .chase-dot:nth-child(3):before { + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; } + .chase-dot:nth-child(4) { + -webkit-animation-delay: -0.8s; + animation-delay: -0.8s; } + .chase-dot:nth-child(4):before { + -webkit-animation-delay: -0.8s; + animation-delay: -0.8s; } + .chase-dot:nth-child(5) { + -webkit-animation-delay: -0.7s; + animation-delay: -0.7s; } + .chase-dot:nth-child(5):before { + -webkit-animation-delay: -0.7s; + animation-delay: -0.7s; } + .chase-dot:nth-child(6) { + -webkit-animation-delay: -0.6s; + animation-delay: -0.6s; } + .chase-dot:nth-child(6):before { + -webkit-animation-delay: -0.6s; + animation-delay: -0.6s; } + +@-webkit-keyframes spinner-chase { + 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@keyframes spinner-chase { + 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@-webkit-keyframes chase-dot { + 80%, 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@keyframes chase-dot { + 80%, 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@-webkit-keyframes chase-dot-before { + 50% { + -webkit-transform: scale(0.4); + transform: scale(0.4); } + 100%, 0% { + -webkit-transform: scale(1); + transform: scale(1); } } + +@keyframes chase-dot-before { + 50% { + -webkit-transform: scale(0.4); + transform: scale(0.4); } + 100%, 0% { + -webkit-transform: scale(1); + transform: scale(1); } } + +[type="tel"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder { + text-align: right; } + +[type="tel"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="number"]::-moz-placeholder { + text-align: right; } + +[type="tel"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder { + text-align: right; } + +[type="tel"]::-ms-input-placeholder, [type="url"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder { + text-align: right; } + +[type="tel"]::placeholder, +[type="url"]::placeholder, +[type="email"]::placeholder, +[type="number"]::placeholder { + text-align: right; } + +.form-check { + position: relative; + text-align: right; } + +.form-check-right { + padding-right: 0; + display: inline-block; + padding-left: 1.5em; } + .form-check-right .form-check-input { + float: left; + margin-right: 0; + margin-left: -1.5em; } + .form-check-right .form-check-label { + display: block; } + +.form-checkbox-outline .form-check-input { + border-width: 2px; + background-color: #fff; } + .form-checkbox-outline .form-check-input:active { + -webkit-filter: none; + filter: none; } + .form-checkbox-outline .form-check-input:checked { + background-color: #fff !important; } + .form-checkbox-outline .form-check-input:checked[type=checkbox] { + background-image: none; } + .form-checkbox-outline .form-check-input:checked:after { + position: absolute; + content: '\F012C'; + font-family: "Material Design Icons"; + top: -4px !important; + right: 1px; + font-size: 16px; + color: #343a40; } + +.form-radio-outline .form-check-input { + border-width: 2px; + background-color: #fff; } + .form-radio-outline .form-check-input:active { + -webkit-filter: none; + filter: none; } + .form-radio-outline .form-check-input:checked { + background-color: #fff !important; } + .form-radio-outline .form-check-input:checked[type=checkbox] { + background-image: none; } + .form-radio-outline .form-check-input:checked:after { + position: absolute; + content: '\F0765'; + font-family: "Material Design Icons"; + top: 6px !important; + right: 4px; + font-size: 6px; } + +.form-check-primary .form-check-input:checked { + background-color: #556ee6; + border-color: #556ee6; } + +.form-radio-primary .form-check-input:checked { + border-color: #556ee6; + background-color: #556ee6; } + .form-radio-primary .form-check-input:checked:after { + color: #556ee6; } + +.form-check-secondary .form-check-input:checked { + background-color: #74788d; + border-color: #74788d; } + +.form-radio-secondary .form-check-input:checked { + border-color: #74788d; + background-color: #74788d; } + .form-radio-secondary .form-check-input:checked:after { + color: #74788d; } + +.form-check-success .form-check-input:checked { + background-color: #34c38f; + border-color: #34c38f; } + +.form-radio-success .form-check-input:checked { + border-color: #34c38f; + background-color: #34c38f; } + .form-radio-success .form-check-input:checked:after { + color: #34c38f; } + +.form-check-info .form-check-input:checked { + background-color: #50a5f1; + border-color: #50a5f1; } + +.form-radio-info .form-check-input:checked { + border-color: #50a5f1; + background-color: #50a5f1; } + .form-radio-info .form-check-input:checked:after { + color: #50a5f1; } + +.form-check-warning .form-check-input:checked { + background-color: #f1b44c; + border-color: #f1b44c; } + +.form-radio-warning .form-check-input:checked { + border-color: #f1b44c; + background-color: #f1b44c; } + .form-radio-warning .form-check-input:checked:after { + color: #f1b44c; } + +.form-check-danger .form-check-input:checked { + background-color: #f46a6a; + border-color: #f46a6a; } + +.form-radio-danger .form-check-input:checked { + border-color: #f46a6a; + background-color: #f46a6a; } + .form-radio-danger .form-check-input:checked:after { + color: #f46a6a; } + +.form-check-pink .form-check-input:checked { + background-color: #e83e8c; + border-color: #e83e8c; } + +.form-radio-pink .form-check-input:checked { + border-color: #e83e8c; + background-color: #e83e8c; } + .form-radio-pink .form-check-input:checked:after { + color: #e83e8c; } + +.form-check-light .form-check-input:checked { + background-color: #eff2f7; + border-color: #eff2f7; } + +.form-radio-light .form-check-input:checked { + border-color: #eff2f7; + background-color: #eff2f7; } + .form-radio-light .form-check-input:checked:after { + color: #eff2f7; } + +.form-check-dark .form-check-input:checked { + background-color: #343a40; + border-color: #343a40; } + +.form-radio-dark .form-check-input:checked { + border-color: #343a40; + background-color: #343a40; } + .form-radio-dark .form-check-input:checked:after { + color: #343a40; } + +.form-check-label { + cursor: pointer; + margin-bottom: 0; } + +.form-switch-md { + padding-right: 2.5rem; + min-height: 24px; + line-height: 24px; } + .form-switch-md .form-check-input { + width: 40px; + height: 20px; + right: -0.5rem; + position: relative; } + .form-switch-md .form-check-label { + vertical-align: middle; } + +.form-switch-lg { + padding-right: 2.75rem; + min-height: 28px; + line-height: 28px; } + .form-switch-lg .form-check-input { + width: 48px; + height: 24px; + right: -0.75rem; + position: relative; } + +.input-group-text { + margin-bottom: 0px; } + +.mini-stats-wid .mini-stat-icon { + overflow: hidden; + position: relative; } + .mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after { + content: ""; + position: absolute; + width: 8px; + height: 54px; + background-color: rgba(255, 255, 255, 0.1); + right: 16px; + -webkit-transform: rotate(-32deg); + transform: rotate(-32deg); + top: -5px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .mini-stats-wid .mini-stat-icon::after { + right: -12px; + width: 12px; + -webkit-transition: all 0.2s; + transition: all 0.2s; } + +.mini-stats-wid:hover .mini-stat-icon::after { + right: 60px; } + +.button-items { + margin-right: -8px; + margin-bottom: -12px; } + .button-items .btn { + margin-bottom: 12px; + margin-right: 8px; } + +.mfp-popup-form { + max-width: 1140px; } + +.bs-example-modal { + position: relative; + top: auto; + left: auto; + bottom: auto; + right: auto; + z-index: 1; + display: block; } + +.icon-demo-content { + text-align: center; + color: #adb5bd; } + .icon-demo-content i { + display: block; + font-size: 24px; + margin-bottom: 16px; + color: #74788d; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .icon-demo-content .col-lg-4 { + margin-top: 24px; } + .icon-demo-content .col-lg-4:hover i { + color: #556ee6; + -webkit-transform: scale(1.5); + transform: scale(1.5); } + +.grid-structure .grid-container { + background-color: #f8f9fa; + margin-top: 10px; + font-size: .8rem; + font-weight: 500; + padding: 10px 20px; } + +.card-radio { + background-color: #fff; + border: 2px solid #f6f6f6; + border-radius: 0.25rem; + padding: 1rem; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .card-radio:hover { + cursor: pointer; } + +.card-radio-label { + display: block; } + +.card-radio-input { + display: none; } + .card-radio-input:checked + .card-radio { + border-color: #556ee6 !important; } + +.navs-carousel .owl-nav { + margin-top: 16px; } + .navs-carousel .owl-nav button { + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba(85, 110, 230, 0.25) !important; + color: #556ee6 !important; + margin: 4px 8px !important; } + +@media print { + .vertical-menu, + .right-bar, + .page-title-box, + .navbar-header, + .footer { + display: none !important; } + .card-body, + .main-content, + .right-bar, + .page-content, + body { + padding: 0; + margin: 0; } + .card { + border: 0; } } + +[data-simplebar] { + position: relative; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; } + +.simplebar-wrapper { + overflow: hidden; + width: inherit; + height: inherit; + max-width: inherit; + max-height: inherit; } + +.simplebar-mask { + direction: inherit; + position: absolute; + overflow: hidden; + padding: 0; + margin: 0; + right: 0; + top: 0; + bottom: 0; + left: 0; + width: auto !important; + height: auto !important; + z-index: 0; } + +.simplebar-offset { + direction: inherit !important; + -webkit-box-sizing: inherit !important; + box-sizing: inherit !important; + resize: none !important; + position: absolute; + top: 0; + right: 0 !important; + bottom: 0; + left: 0 !important; + padding: 0; + margin: 0; + -webkit-overflow-scrolling: touch; } + +.simplebar-content-wrapper { + direction: inherit; + -webkit-box-sizing: border-box !important; + box-sizing: border-box !important; + position: relative; + display: block; + height: 100%; + /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */ + width: auto; + visibility: visible; + overflow: auto; + /* Scroll on this element otherwise element can't have a padding applied properly */ + max-width: 100%; + /* Not required for horizontal scroll to trigger */ + max-height: 100%; + /* Needed for vertical scroll to trigger */ + scrollbar-width: none; + padding: 0px !important; } + +.simplebar-content-wrapper::-webkit-scrollbar, +.simplebar-hide-scrollbar::-webkit-scrollbar { + display: none; } + +.simplebar-content:before, +.simplebar-content:after { + content: ' '; + display: table; } + +.simplebar-placeholder { + max-height: 100%; + max-width: 100%; + width: 100%; + pointer-events: none; } + +.simplebar-height-auto-observer-wrapper { + -webkit-box-sizing: inherit !important; + box-sizing: inherit !important; + height: 100%; + width: 100%; + max-width: 1px; + position: relative; + float: right; + max-height: 1px; + overflow: hidden; + z-index: -1; + padding: 0; + margin: 0; + pointer-events: none; + -webkit-box-flex: inherit; + -ms-flex-positive: inherit; + flex-grow: inherit; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; } + +.simplebar-height-auto-observer { + -webkit-box-sizing: inherit; + box-sizing: inherit; + display: block; + opacity: 0; + position: absolute; + top: 0; + right: 0; + height: 1000%; + width: 1000%; + min-height: 1px; + min-width: 1px; + overflow: hidden; + pointer-events: none; + z-index: -1; } + +.simplebar-track { + z-index: 1; + position: absolute; + left: 0; + bottom: 0; + pointer-events: none; + overflow: hidden; } + +[data-simplebar].simplebar-dragging .simplebar-content { + pointer-events: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-select: none; } + +[data-simplebar].simplebar-dragging .simplebar-track { + pointer-events: all; } + +.simplebar-scrollbar { + position: absolute; + left: 2px; + width: 4px; + min-height: 10px; } + +.simplebar-scrollbar:before { + position: absolute; + content: ''; + background: #a2adb7; + border-radius: 7px; + right: 0; + left: 0; + opacity: 0; + -webkit-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; } + +.simplebar-scrollbar.simplebar-visible:before { + /* When hovered, remove all transitions from drag handle */ + opacity: 0.5; + -webkit-transition: opacity 0s linear; + transition: opacity 0s linear; } + +.simplebar-track.simplebar-vertical { + top: 0; + width: 11px; } + +.simplebar-track.simplebar-vertical .simplebar-scrollbar:before { + top: 2px; + bottom: 2px; } + +.simplebar-track.simplebar-horizontal { + right: 0; + height: 11px; } + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { + height: 100%; + right: 2px; + left: 2px; } + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar { + left: auto; + right: 0; + top: 2px; + height: 7px; + min-height: 0; + min-width: 10px; + width: auto; } + +/* Rtl support */ +[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical { + left: auto; + right: 0; } + +.hs-dummy-scrollbar-size { + direction: ltr; + position: fixed; + opacity: 0; + visibility: hidden; + height: 500px; + width: 500px; + overflow-y: hidden; + overflow-x: scroll; } + +.simplebar-hide-scrollbar { + position: fixed; + right: 0; + visibility: hidden; + overflow-y: scroll; + scrollbar-width: none; } + +.custom-scroll { + height: 100%; } + +/* ============== + Calendar +===================*/ +.lnb-calendars-item { + display: inline-block; + margin-left: 7px; } + +input[type=checkbox].tui-full-calendar-checkbox-round + span { + margin-left: 4px; + margin-right: 0; } + +.tui-full-calendar-layout, .tui-full-calendar-timegrid-timezone { + background-color: #fff !important; } + +.tui-full-calendar-dayname-container, +.tui-full-calendar-left, +.tui-full-calendar-splitter, +.tui-full-calendar-time-date, +.tui-full-calendar-weekday-grid-line, +.tui-full-calendar-timegrid-timezone, +.tui-full-calendar-timegrid-gridline { + border-color: #f6f6f6 !important; } + +.tui-full-calendar-weekday-exceed-in-week { + text-align: center; + width: 30px; + height: 30px; + line-height: 28px; + border-radius: 4px; + background-color: #fff; + color: #495057; + border-color: #eff2f7; } + +.tui-full-calendar-timegrid-hour { + color: #495057 !important; } + +.tui-full-calendar-weekday-schedule-title, .tui-full-calendar-time-schedule { + font-weight: 600; } + +/* ============== + Druafula +===================*/ +.task-box { + border: 1px solid #f6f6f6; } + +.gu-transit { + border: 1px dashed #74788d !important; + background-color: #eff2f7 !important; } + +#session-timeout-dialog .close { + display: none; } + +#session-timeout-dialog .countdown-holder { + color: #f46a6a; + font-weight: 500; } + +#session-timeout-dialog .btn-default { + background-color: #fff; + color: #f46a6a; + -webkit-box-shadow: none; + box-shadow: none; } + +.irs { + font-family: var(--bs-font-sans-serif); } + +.irs--square .irs-bar, .irs--square .irs-to, .irs--square .irs-from, .irs--square .irs-single { + background: #556ee6 !important; + font-size: 11px; } + +.irs--square .irs-to:before, .irs--square .irs-from:before, .irs--square .irs-single:before { + border-top-color: #556ee6; } + +.irs--square .irs-line { + background: #f6f6f6; + border-color: #f6f6f6; } + +.irs--square .irs-grid-text { + font-size: 11px; + color: #ced4da; } + +.irs--square .irs-min, .irs--square .irs-max { + color: #ced4da; + background: #f6f6f6; + font-size: 11px; } + +.irs--square .irs-handle { + border: 2px solid #556ee6; + width: 12px; + height: 12px; + top: 26px; + background-color: #fff !important; } + +.swal2-container .swal2-title { + font-size: 20px; + font-weight: 500; } + +.swal2-modal { + font-size: 14px; } + +.swal2-icon.swal2-question { + border-color: #50a5f1; + color: #50a5f1; } + +.swal2-icon.swal2-success [class^=swal2-success-line] { + background-color: #34c38f; } + +.swal2-icon.swal2-success .swal2-success-ring { + border-color: rgba(52, 195, 143, 0.3); } + +.swal2-icon.swal2-warning { + border-color: #f1b44c; + color: #f1b44c; } + +.swal2-styled:focus { + -webkit-box-shadow: none; + box-shadow: none; } + +.swal2-progress-steps .swal2-progress-step { + background: #556ee6; } + .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { + background: #556ee6; } + .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line { + background: rgba(85, 110, 230, 0.3); } + +.swal2-progress-steps .swal2-progress-step-line { + background: #556ee6; } + +.swal2-loader { + border-color: #556ee6 transparent #556ee6 transparent; } + +.symbol { + border-color: #fff; } + +.rating-symbol-background, .rating-symbol-foreground { + font-size: 24px; } + +.rating-symbol-foreground { + top: 0px; } + +/* ============= + Notification +============= */ +#toast-container > div { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + opacity: 1; } + #toast-container > div:hover { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + opacity: 0.9; } + +#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { + min-width: 96%; + margin: 4px auto; } + +.toast-primary { + border: 2px solid #556ee6 !important; + background-color: rgba(85, 110, 230, 0.8) !important; } + +.toast-secondary { + border: 2px solid #74788d !important; + background-color: rgba(116, 120, 141, 0.8) !important; } + +.toast-success { + border: 2px solid #34c38f !important; + background-color: rgba(52, 195, 143, 0.8) !important; } + +.toast-info { + border: 2px solid #50a5f1 !important; + background-color: rgba(80, 165, 241, 0.8) !important; } + +.toast-warning { + border: 2px solid #f1b44c !important; + background-color: rgba(241, 180, 76, 0.8) !important; } + +.toast-danger { + border: 2px solid #f46a6a !important; + background-color: rgba(244, 106, 106, 0.8) !important; } + +.toast-pink { + border: 2px solid #e83e8c !important; + background-color: rgba(232, 62, 140, 0.8) !important; } + +.toast-light { + border: 2px solid #eff2f7 !important; + background-color: rgba(239, 242, 247, 0.8) !important; } + +.toast-dark { + border: 2px solid #343a40 !important; + background-color: rgba(52, 58, 64, 0.8) !important; } + +.toast-error { + background-color: rgba(244, 106, 106, 0.8); + border: 2px solid #f46a6a; } + +.toastr-options { + padding: 24px; + background-color: #f6f8fa; + margin-bottom: 0; + border: 1px solid #eff2f7; } + +.error { + color: #f46a6a; } + +.parsley-error { + border-color: #f46a6a; } + +.parsley-errors-list { + display: none; + margin: 0; + padding: 0; } + .parsley-errors-list.filled { + display: block; } + .parsley-errors-list > li { + font-size: 12px; + list-style: none; + color: #f46a6a; + margin-top: 5px; } + +.select2-container .select2-selection--single { + background-color: #fff; + border: 1px solid #ced4da; + height: 38px; } + .select2-container .select2-selection--single:focus { + outline: none; } + .select2-container .select2-selection--single .select2-selection__rendered { + line-height: 36px; + padding-right: 0.75rem; + color: #495057; } + .select2-container .select2-selection--single .select2-selection__arrow { + height: 34px; + width: 34px; + left: 3px; } + .select2-container .select2-selection--single .select2-selection__arrow b { + border-color: #adb5bd transparent transparent transparent; + border-width: 6px 6px 0 6px; } + .select2-container .select2-selection--single .select2-selection__placeholder { + color: #495057; } + +.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #adb5bd transparent !important; + border-width: 0 6px 6px 6px !important; } + +.select2-container--default .select2-search--dropdown { + padding: 10px; + background-color: #fff; } + .select2-container--default .select2-search--dropdown .select2-search__field { + border: 1px solid #ced4da; + background-color: #fff; + color: #74788d; + outline: none; } + +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #556ee6; } + +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #f8f9fa; + color: #343a40; } + .select2-container--default .select2-results__option[aria-selected=true]:hover { + background-color: #556ee6; + color: #fff; } + +.select2-results__option { + padding: 6px 12px; } + +.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 0.75rem; } + +.select2-dropdown { + border: 1px solid rgba(0, 0, 0, 0.15); + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.select2-search input { + border: 1px solid #f6f6f6; } + +.select2-container .select2-selection--multiple { + min-height: 38px; + background-color: #fff; + border: 1px solid #ced4da !important; } + .select2-container .select2-selection--multiple .select2-selection__rendered { + padding: 2px 0.75rem; } + .select2-container .select2-selection--multiple .select2-search__field { + border: 0; + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-selection__choice { + background-color: #eff2f7; + border: 1px solid #f6f6f6; + border-radius: 1px; + padding: 0 7px; } + +.select2-container--default.select2-container--focus .select2-selection--multiple { + border-color: #ced4da; } + +.select2-container--default .select2-results__group { + font-weight: 600; } + +.select2-result-repository__avatar { + float: right; + width: 60px; + margin-left: 10px; } + .select2-result-repository__avatar img { + width: 100%; + height: auto; + border-radius: 2px; } + +.select2-result-repository__statistics { + margin-top: 7px; } + +.select2-result-repository__forks, +.select2-result-repository__stargazers, +.select2-result-repository__watchers { + display: inline-block; + font-size: 11px; + margin-left: 1em; + color: #adb5bd; } + .select2-result-repository__forks .fa, + .select2-result-repository__stargazers .fa, + .select2-result-repository__watchers .fa { + margin-left: 4px; } + .select2-result-repository__forks .fa.fa-flash::before, + .select2-result-repository__stargazers .fa.fa-flash::before, + .select2-result-repository__watchers .fa.fa-flash::before { + content: "\f0e7"; + font-family: 'Font Awesome 5 Free'; } + +.select2-results__option--highlighted .select2-result-repository__forks, +.select2-results__option--highlighted .select2-result-repository__stargazers, +.select2-results__option--highlighted .select2-result-repository__watchers { + color: rgba(255, 255, 255, 0.8); } + +.select2-result-repository__meta { + overflow: hidden; } + +.img-flag { + margin-left: 7px; + height: 15px; + width: 18px; } + +/* CSS Switch */ +input[switch] { + display: none; } + input[switch] + label { + font-size: 1em; + line-height: 1; + width: 56px; + height: 24px; + background-color: #ced4da; + background-image: none; + border-radius: 2rem; + padding: 0.16667rem; + cursor: pointer; + display: inline-block; + text-align: center; + position: relative; + font-weight: 500; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch] + label:before { + color: #343a40; + content: attr(data-off-label); + display: block; + font-family: inherit; + font-weight: 500; + font-size: 12px; + line-height: 21px; + position: absolute; + left: 1px; + margin: 3px; + top: -2px; + text-align: center; + min-width: 1.66667rem; + overflow: hidden; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch] + label:after { + content: ''; + position: absolute; + right: 3px; + background-color: #eff2f7; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 2rem; + height: 20px; + width: 20px; + top: 2px; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch]:checked + label { + background-color: #556ee6; } + +input[switch]:checked + label { + background-color: #556ee6; } + input[switch]:checked + label:before { + color: #fff; + content: attr(data-on-label); + left: auto; + right: 3px; } + input[switch]:checked + label:after { + right: 33px; + background-color: #eff2f7; } + +input[switch="bool"] + label { + background-color: #f46a6a; } + +input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before, +input[switch="default"]:checked + label:before { + color: #fff; } + +input[switch="bool"]:checked + label { + background-color: #34c38f; } + +input[switch="default"]:checked + label { + background-color: #a2a2a2; } + +input[switch="primary"]:checked + label { + background-color: #556ee6; } + +input[switch="success"]:checked + label { + background-color: #34c38f; } + +input[switch="info"]:checked + label { + background-color: #50a5f1; } + +input[switch="warning"]:checked + label { + background-color: #f1b44c; } + +input[switch="danger"]:checked + label { + background-color: #f46a6a; } + +input[switch="dark"]:checked + label { + background-color: #343a40; } + input[switch="dark"]:checked + label:before { + color: #eff2f7; } + +.square-switch { + margin-left: 7px; } + .square-switch input[switch] + label, .square-switch input[switch] + label:after { + border-radius: 4px; } + +.sp-container { + background-color: #fff; } + .sp-container button { + padding: .25rem .5rem; + font-size: .71094rem; + border-radius: .2rem; + font-weight: 400; + color: #343a40; } + .sp-container button.sp-palette-toggle { + background-color: #eff2f7; } + .sp-container button.sp-choose { + background-color: #34c38f; + margin-right: 5px; + margin-left: 0; } + +.sp-palette-container { + border-left: 1px solid #eff2f7; } + +.sp-input { + background-color: #fff; + border-color: #ced4da !important; + color: #495057; } + .sp-input:focus { + outline: none; } + +[dir="rtl"] .sp-alpha { + direction: rtl; } + +[dir="rtl"] .sp-original-input-container .sp-add-on { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + border-top-right-radius: 4px !important; + border-bottom-right-radius: 4px !important; } + +[dir="rtl"] input.spectrum.with-add-on { + border: 1px solid #ced4da; + border-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } + +/* Timepicker */ +.bootstrap-timepicker-widget table td a { + color: #495057; } + .bootstrap-timepicker-widget table td a:hover { + background-color: transparent; + border-color: transparent; + border-radius: 4px; + color: #556ee6; + text-decoration: none; } + +.bootstrap-timepicker-widget table td input { + width: 32px; + height: 32px; + border: 0; + color: #495057; + border: 1px solid #eff2f7; + background-color: #fff; } + +.bootstrap-timepicker-widget.dropdown-menu:after { + border-bottom-color: #eff2f7; } + +.bootstrap-timepicker-widget.timepicker-orient-bottom:after { + border-top-color: #eff2f7; } + +[dir="rtl"] .bootstrap-timepicker-widget { + left: 0 !important; + right: auto; } + +[dir="rtl"] .timepicker-orient-top { + top: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .timepicker-orient-bottom { + top: auto !important; + bottom: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .datepicker { + left: 0 !important; + right: auto; } + +[dir="rtl"] .bootstrap-timepicker-widget { + left: 0 !important; + right: auto; } + +[dir="rtl"] .timepicker-orient-top { + top: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .timepicker-orient-bottom { + top: auto !important; + bottom: calc(1.5em + 0.94rem + 2px) !important; } + +.datepicker { + border: 1px solid #eff2f7; + padding: 8px; + z-index: 999 !important; } + .datepicker table tr th { + font-weight: 500; } + .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, + .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active { + background-color: #556ee6 !important; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff !important; } + .datepicker table tr td.day.focused, .datepicker table tr td.day:hover, + .datepicker table tr td span.focused, + .datepicker table tr td span:hover { + background: #eff2f7; } + .datepicker table tr td.new, .datepicker table tr td.old, + .datepicker table tr td span.new, + .datepicker table tr td span.old { + color: #adb5bd; + opacity: 0.6; } + .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover { + background-color: #f6f6f6; } + +.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td { + padding: 7px; } + +.bootstrap-datepicker-inline .datepicker-inline { + width: auto !important; + display: inline-block; } + +.datepicker-container { + border: 1px solid #eff2f7; + -webkit-box-shadow: none; + box-shadow: none; + background-color: #fff; } + .datepicker-container.datepicker-inline { + width: 212px; } + +.datepicker-panel > ul > li { + background-color: #fff; + border-radius: 4px; } + .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { + background-color: rgba(85, 110, 230, 0.25); + color: #556ee6; } + .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li:hover { + background-color: #556ee6; + color: #fff; } + .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { + color: #adb5bd; + opacity: 0.6; } + +.datepicker-panel > ul[data-view=week] > li { + font-weight: 500; } + +.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { + background-color: #fff; } + +.bootstrap-touchspin.input-group > .input-group-prepend > .btn, .bootstrap-touchspin.input-group > .input-group-prepend > .input-group-text { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.bootstrap-touchspin.input-group > .input-group-append > .btn, .bootstrap-touchspin.input-group > .input-group-append > .input-group-text { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.tox-tinymce { + border: 1px solid #ced4da !important; } + +.tox .tox-statusbar { + border-top: 1px solid #eff2f7 !important; } + +.tox .tox-menubar, .tox .tox-edit-area__iframe, .tox .tox-statusbar { + background-color: #fff !important; + background: none !important; } + +.tox .tox-mbtn { + color: #495057 !important; } + .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) { + background-color: #eff2f7 !important; } + +.tox .tox-tbtn:hover { + background-color: #eff2f7 !important; } + +.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary { + background: #eff2f7 !important; } + +.tox .tox-toolbar__primary { + border-top-color: #eff2f7 !important; } + +.tox .tox-tbtn { + color: #495057 !important; } + .tox .tox-tbtn svg { + fill: #495057 !important; } + +.tox .tox-edit-area__iframe { + background-color: #fff !important; } + +.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount { + color: #495057 !important; } + +.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) { + border-left: 1px solid #dee4ef !important; } + +.editable-input .form-control { + display: inline-block; } + +.editable-buttons { + margin-right: 7px; } + .editable-buttons .editable-cancel { + margin-right: 7px; } + +/* Dropzone */ +.dropzone { + min-height: 230px; + border: 2px dashed #ced4da; + background: #fff; + border-radius: 6px; } + .dropzone .dz-message { + font-size: 24px; + width: 100%; } + +.form-wizard-wrapper label { + font-size: 14px; + text-align: left; } + +.wizard .steps > ul { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + @media (max-width: 1199.98px) { + .wizard .steps > ul { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } } + .wizard .steps > ul > a, .wizard .steps > ul > li { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } + .wizard .steps > ul > li { + width: 100%; } + .wizard .steps > ul > li a { + display: block; + padding: .5rem 1rem; + color: #495057; + font-weight: 500; + background-color: rgba(85, 110, 230, 0.1); } + .wizard .steps > ul .current-info { + position: absolute; + right: -999em; } + +.wizard .steps .number { + display: inline-block; + width: 38px; + height: 38px; + line-height: 34px; + border: 2px solid #556ee6; + color: #556ee6; + text-align: center; + border-radius: 50%; + margin-left: .5rem; } + +.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover { + background-color: rgba(85, 110, 230, 0.2); + color: #495057; } + .wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number { + background-color: #556ee6; + color: #fff; } + +.wizard > .content { + background-color: transparent; + padding: 14px; + margin-top: 0; + border-radius: 0; + min-height: 150px; } + .wizard > .content > .title { + position: absolute; + right: -999em; } + .wizard > .content > .body { + width: 100%; + height: 100%; + padding: 14px 0 0; + position: static; } + +.wizard > .actions { + position: relative; + display: block; + text-align: left; + width: 100%; } + .wizard > .actions > ul { + display: block; + text-align: left; + padding-right: 0; } + .wizard > .actions > ul > li { + display: inline-block; + margin: 0 0.5em; } + .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover { + background-color: #556ee6; + border-radius: 4px; + padding: 8px 15px; + color: #fff; } + .wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover { + opacity: .65; + background-color: #556ee6; + color: #fff; + cursor: not-allowed; } + +.wizard.vertical-wizard { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + .wizard.vertical-wizard .steps > ul { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } + .wizard.vertical-wizard .steps > ul > li { + width: 100% !important; } + .wizard.vertical-wizard .steps, .wizard.vertical-wizard .content, .wizard.vertical-wizard .actions { + width: 100%; } + @media (min-width: 1200px) { + .wizard.vertical-wizard .steps { + width: 25%; } } + .wizard.vertical-wizard .content { + padding: 24px; } + @media (min-width: 1200px) { + .wizard.vertical-wizard .content { + width: 75%; + padding: 12px 24px; } } + .wizard.vertical-wizard .content > .body { + padding: 0; } + +/* +Datatable +*/ +div.dataTables_wrapper div.dataTables_filter { + text-align: left; } + @media (max-width: 767px) { + div.dataTables_wrapper div.dataTables_filter { + text-align: center; } } + div.dataTables_wrapper div.dataTables_filter input { + margin-right: 0.5em; + margin-left: 0; } + +.table.dataTable.dtr-inline.collapsed > tbody > tr > td, table.dataTable.dtr-inline.collapsed > tbody > tr > td { + position: relative; } + .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control { + padding-right: 30px; } + .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before { + top: 50%; + right: 5px; + height: 14px; + width: 14px; + margin-top: -9px; + display: block; + position: absolute; + color: #fff; + border: 2px solid #fff; + border-radius: 14px; + -webkit-box-sizing: content-box; + box-sizing: content-box; + text-align: center; + text-indent: 0 !important; + line-height: 14px; + content: '+'; + background-color: #556ee6; } + +.table-rep-plugin .btn-toolbar { + display: block; } + +.table-rep-plugin .table-responsive { + border: none !important; } + +.table-rep-plugin .btn-group .btn-default { + background-color: #74788d; + color: #eff2f7; + border: 1px solid #74788d; } + .table-rep-plugin .btn-group .btn-default.btn-primary { + background-color: #556ee6; + border-color: #556ee6; + color: #fff; + -webkit-box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5); } + +.table-rep-plugin .btn-group.pull-right { + float: left; } + .table-rep-plugin .btn-group.pull-right .dropdown-menu { + left: 0; + -webkit-transform: none !important; + transform: none !important; + top: 100% !important; } + +.table-rep-plugin tbody th { + font-size: 14px; + font-weight: normal; } + +.table-rep-plugin .checkbox-row { + padding-right: 40px; + color: #495057 !important; } + .table-rep-plugin .checkbox-row:hover { + background-color: #f6f8fa !important; } + .table-rep-plugin .checkbox-row label { + display: inline-block; + padding-right: 5px; + position: relative; } + .table-rep-plugin .checkbox-row label::before { + -o-transition: 0.3s ease-in-out; + -webkit-transition: 0.3s ease-in-out; + background-color: #fff; + border-radius: 3px; + border: 1px solid #f6f6f6; + content: ""; + display: inline-block; + height: 17px; + right: 0; + margin-right: -20px; + position: absolute; + transition: 0.3s ease-in-out; + width: 17px; + outline: none !important; } + .table-rep-plugin .checkbox-row label::after { + color: #eff2f7; + display: inline-block; + font-size: 11px; + height: 16px; + right: 0; + margin-right: -20px; + padding-right: 3px; + padding-top: 1px; + position: absolute; + top: -1px; + width: 16px; } + .table-rep-plugin .checkbox-row input[type="checkbox"] { + cursor: pointer; + opacity: 0; + z-index: 1; + outline: none !important; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label { + opacity: 0.65; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before { + outline-offset: -2px; + outline: none; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after { + content: "\f00c"; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before { + background-color: #f8f9fa; + cursor: not-allowed; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before { + background-color: #556ee6; + border-color: #556ee6; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after { + color: #fff; } + +.table-rep-plugin .fixed-solution .sticky-table-header { + top: 70px !important; + background-color: #556ee6; } + .table-rep-plugin .fixed-solution .sticky-table-header table { + color: #fff; } + +.table-rep-plugin table.focus-on tbody tr.focused th, +.table-rep-plugin table.focus-on tbody tr.focused td, +.table-rep-plugin .sticky-table-header { + background: #556ee6; + border-color: #556ee6; + color: #fff; } + .table-rep-plugin table.focus-on tbody tr.focused th table, + .table-rep-plugin table.focus-on tbody tr.focused td table, + .table-rep-plugin .sticky-table-header table { + color: #fff; } + +@media (min-width: 992px) { + body[data-layout="horizontal"] .fixed-solution .sticky-table-header { + top: 120px !important; } } + +.table-edits input, .table-edits select { + height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + border: 1px solid #ced4da; + color: #495057; + border-radius: 0.25rem; } + .table-edits input:focus, .table-edits select:focus { + outline: none; + border-color: #b9bfc4; } + +.apex-charts { + min-height: 10px !important; } + .apex-charts text { + font-family: var(--bs-font-sans-serif) !important; + fill: #adb5bd; } + .apex-charts .apexcharts-canvas { + margin: 0 auto; } + +.apexcharts-tooltip-title, +.apexcharts-tooltip-text { + font-family: var(--bs-font-sans-serif) !important; } + +.apexcharts-legend-series { + font-weight: 500; } + +.apexcharts-gridline { + pointer-events: none; + stroke: #f8f9fa; } + +.apexcharts-legend-text { + color: #74788d !important; + font-family: var(--bs-font-sans-serif) !important; + font-size: 13px !important; } + +.apexcharts-pie-label { + fill: #fff !important; } + +.apexcharts-yaxis text, +.apexcharts-xaxis text { + font-family: var(--bs-font-sans-serif) !important; + fill: #adb5bd; } + +.e-charts { + height: 350px; } + +/* Flot chart */ +.flot-charts-height { + height: 320px; } + +.flotTip { + padding: 8px 12px; + background-color: rgba(52, 58, 64, 0.9); + z-index: 100; + color: #f8f9fa; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border-radius: 4px; } + +.legendLabel { + color: #adb5bd; } + +.jqstooltip { + -webkit-box-sizing: content-box; + box-sizing: content-box; + width: auto !important; + height: auto !important; + background-color: #343a40 !important; + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + padding: 5px 10px !important; + border-radius: 3px; + border-color: #212529 !important; } + +.jqsfield { + color: #eff2f7 !important; + font-size: 12px !important; + line-height: 18px !important; + font-family: var(--bs-font-sans-serif) !important; + font-weight: 500 !important; } + +.gmaps, .gmaps-panaroma { + height: 300px !important; + background: #f8f9fa; + border-radius: 3px; } + +.gmaps-overlay { + display: block; + text-align: center; + color: #fff; + font-size: 16px; + line-height: 40px; + background: #556ee6; + border-radius: 4px; + padding: 10px 20px; } + +.gmaps-overlay_arrow { + right: 50%; + margin-right: -16px; + width: 0; + height: 0; + position: absolute; } + .gmaps-overlay_arrow.above { + bottom: -15px; + border-right: 16px solid transparent; + border-left: 16px solid transparent; + border-top: 16px solid #556ee6; } + .gmaps-overlay_arrow.below { + top: -15px; + border-right: 16px solid transparent; + border-left: 16px solid transparent; + border-bottom: 16px solid #556ee6; } + +.jvectormap-label { + border: none; + background: #343a40; + color: #f8f9fa; + font-family: var(--bs-font-sans-serif); + font-size: 0.8125rem; + padding: 5px 8px; } + +.leaflet-map { + height: 300px; } + .leaflet-map.leaflet-container { + z-index: 99; } + +.home-btn { + position: absolute; + top: 15px; + left: 25px; } + +.auth-logo .auth-logo-dark { + display: block; } + +.auth-logo .auth-logo-light { + display: none; } + +.auth-body-bg { + background-color: #fff; } + +.auth-pass-inputgroup input[type="input"] + .btn .mdi-eye-outline:before { + content: "\F06D1"; } + +.auth-full-bg { + background-color: rgba(85, 110, 230, 0.25); + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + @media (min-width: 1200px) { + .auth-full-bg { + height: 100vh; } } + .auth-full-bg::before { + content: ""; + position: absolute; + width: 300px; + height: 300px; + border-radius: 50%; } + .auth-full-bg .bg-overlay { + background: url("../images/bg-auth-overlay.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; } + +.auth-full-page-content { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + @media (min-width: 1200px) { + .auth-full-page-content { + min-height: 100vh; } } + +.auth-review-carousel.owl-theme .owl-dots .owl-dot span { + background-color: rgba(85, 110, 230, 0.25); } + +.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span { + background-color: #556ee6; } + +.search-box .form-control { + border-radius: 30px; + padding-right: 40px; } + +.search-box .search-icon { + font-size: 16px; + position: absolute; + right: 13px; + top: 0; + line-height: 38px; } + +.product-list li a { + display: block; + padding: 4px 0px; + color: #495057; } + +.product-view-nav.nav-pills .nav-item { + margin-right: 4px; } + +.product-view-nav.nav-pills .nav-link { + width: 36px; + height: 36px; + font-size: 16px; + padding: 0; + line-height: 36px; + text-align: center; + border-radius: 50%; } + +.product-ribbon { + position: absolute; + left: 0px; + top: 0px; } + +.product-detai-imgs .nav .nav-link { + margin: 7px 0px; } + .product-detai-imgs .nav .nav-link.active { + background-color: #f6f6f6; } + +.product-color a { + display: inline-block; + text-align: center; + color: #495057; } + .product-color a .product-color-item { + margin: 7px; } + .product-color a.active, .product-color a:hover { + color: #556ee6; } + .product-color a.active .product-color-item, .product-color a:hover .product-color-item { + border-color: #556ee6 !important; } + +.visa-card .visa-logo { + line-height: 0.5; } + +.visa-card .visa-pattern { + position: absolute; + font-size: 385px; + color: rgba(255, 255, 255, 0.05); + line-height: 0.4; + left: 0px; + bottom: 0px; } + +.checkout-tabs .nav-pills .nav-link { + margin-bottom: 24px; + text-align: center; + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .checkout-tabs .nav-pills .nav-link.active { + background-color: #556ee6; } + .checkout-tabs .nav-pills .nav-link .check-nav-icon { + font-size: 36px; } + +/* ============== + Email +===================*/ +.email-leftbar { + width: 236px; + float: right; + padding: 20px; + border-radius: 5px; } + +.email-rightbar { + margin-right: 260px; } + +.chat-user-box p.user-title { + color: #343a40; + font-weight: 500; } + +.chat-user-box p { + font-size: 12px; } + +@media (max-width: 767px) { + .email-leftbar { + float: none; + width: 100%; } + .email-rightbar { + margin: 0; } } + +.mail-list a { + display: block; + color: #74788d; + line-height: 24px; + padding: 8px 5px; } + .mail-list a.active { + color: #f46a6a; + font-weight: 500; } + +.message-list { + display: block; + padding-right: 0; } + .message-list li { + position: relative; + display: block; + height: 50px; + line-height: 50px; + cursor: default; + -webkit-transition-duration: .3s; + transition-duration: .3s; } + .message-list li a { + color: #74788d; } + .message-list li:hover { + background: #f6f6f6; + -webkit-transition-duration: .05s; + transition-duration: .05s; } + .message-list li .col-mail { + float: right; + position: relative; } + .message-list li .col-mail-1 { + width: 320px; } + .message-list li .col-mail-1 .star-toggle, + .message-list li .col-mail-1 .checkbox-wrapper-mail, + .message-list li .col-mail-1 .dot { + display: block; + float: right; } + .message-list li .col-mail-1 .dot { + border: 4px solid transparent; + border-radius: 100px; + margin: 22px 26px 0; + height: 0; + width: 0; + line-height: 0; + font-size: 0; } + .message-list li .col-mail-1 .checkbox-wrapper-mail { + margin: 15px 20px 0 10px; } + .message-list li .col-mail-1 .star-toggle { + margin-top: 18px; + margin-right: 5px; } + .message-list li .col-mail-1 .title { + position: absolute; + top: 0; + right: 110px; + left: 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + margin-bottom: 0; } + .message-list li .col-mail-2 { + position: absolute; + top: 0; + right: 320px; + left: 0; + bottom: 0; } + .message-list li .col-mail-2 .subject, + .message-list li .col-mail-2 .date { + position: absolute; + top: 0; } + .message-list li .col-mail-2 .subject { + right: 0; + left: 200px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } + .message-list li .col-mail-2 .date { + left: 0; + width: 170px; + padding-right: 80px; } + .message-list li.active, .message-list li.active:hover { + -webkit-box-shadow: inset -3px 0 0 #556ee6; + box-shadow: inset -3px 0 0 #556ee6; } + .message-list li.unread { + background-color: #f6f6f6; + font-weight: 500; + color: #292d32; } + .message-list li.unread a { + color: #292d32; + font-weight: 500; } + .message-list .checkbox-wrapper-mail { + cursor: pointer; + height: 20px; + width: 20px; + position: relative; + display: inline-block; + -webkit-box-shadow: inset 0 0 0 1px #ced4da; + box-shadow: inset 0 0 0 1px #ced4da; + border-radius: 1px; } + .message-list .checkbox-wrapper-mail input { + opacity: 0; + cursor: pointer; } + .message-list .checkbox-wrapper-mail input:checked ~ label { + opacity: 1; } + .message-list .checkbox-wrapper-mail label { + position: absolute; + height: 20px; + width: 20px; + right: 0; + cursor: pointer; + opacity: 0; + margin-bottom: 0; + -webkit-transition-duration: .05s; + transition-duration: .05s; + top: 0; } + .message-list .checkbox-wrapper-mail label:before { + content: "\F012C"; + font-family: "Material Design Icons"; + top: 0; + height: 20px; + color: #292d32; + width: 20px; + position: absolute; + margin-top: -16px; + right: 4px; + font-size: 13px; } + +@media (max-width: 575.98px) { + .message-list li .col-mail-1 { + width: 200px; } } + +@media (min-width: 1200px) { + .filemanager-sidebar { + min-width: 230px; + max-width: 230px; } } + +@media (min-width: 1366px) { + .filemanager-sidebar { + min-width: 280px; + max-width: 280px; } } + +.categories-list { + padding: 4px 0; } + .categories-list li a { + display: block; + padding: 8px 12px; + color: #495057; + font-weight: 500; } + .categories-list li.active a { + color: #556ee6; } + .categories-list li ul { + padding-right: 16px; } + .categories-list li ul li a { + padding: 4px 12px; + color: #74788d; + font-size: 13px; + font-weight: 400; } + +@media (min-width: 992px) { + .chat-leftsidebar { + min-width: 260px; } } + +@media (min-width: 1200px) { + .chat-leftsidebar { + min-width: 380px; } } + +.chat-leftsidebar .chat-leftsidebar-nav .nav { + background-color: #fff; } + +.chat-leftsidebar .chat-leftsidebar-nav .tab-content { + min-height: 488px; } + +.chat-noti-dropdown.active:before { + content: ""; + position: absolute; + width: 8px; + height: 8px; + background-color: #f46a6a; + border-radius: 50%; + left: 0; } + +.chat-noti-dropdown .btn { + padding: 6px; + -webkit-box-shadow: none; + box-shadow: none; + font-size: 20px; } + +.chat-search-box .form-control { + border: 0; } + +.chat-list { + margin: 0; } + .chat-list li.active a { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .chat-list li a { + display: block; + padding: 14px 16px; + color: #74788d; + -webkit-transition: all 0.4s; + transition: all 0.4s; + border-top: 1px solid #eff2f7; + border-radius: 4px; } + .chat-list li a:hover { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.user-chat-nav .dropdown .nav-btn { + height: 40px; + width: 40px; + line-height: 40px; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0; + font-size: 16px; + background-color: #eff2f7; + border-radius: 50%; } + +.user-chat-nav .dropdown .dropdown-menu { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border: 1px solid #eff2f7; } + +.chat-conversation li { + clear: both; } + +.chat-conversation .chat-day-title { + position: relative; + text-align: center; + margin-bottom: 24px; } + .chat-conversation .chat-day-title .title { + background-color: #fff; + position: relative; + z-index: 1; + padding: 6px 24px; } + .chat-conversation .chat-day-title:before { + content: ""; + position: absolute; + width: 100%; + height: 1px; + right: 0; + left: 0; + background-color: #eff2f7; + top: 10px; } + .chat-conversation .chat-day-title .badge { + font-size: 12px; } + +.chat-conversation .conversation-list { + margin-bottom: 24px; + display: inline-block; + position: relative; } + .chat-conversation .conversation-list .ctext-wrap { + padding: 12px 24px; + background-color: rgba(85, 110, 230, 0.1); + border-radius: 8px 8px 0px 8px; + overflow: hidden; } + .chat-conversation .conversation-list .ctext-wrap .conversation-name { + font-weight: 600; + color: #556ee6; + margin-bottom: 4px; } + .chat-conversation .conversation-list .dropdown { + float: left; } + .chat-conversation .conversation-list .dropdown .dropdown-toggle { + font-size: 18px; + padding: 4px; + color: #74788d; } + @media (max-width: 575.98px) { + .chat-conversation .conversation-list .dropdown .dropdown-toggle { + display: none; } } + .chat-conversation .conversation-list .dropdown .dropdown-menu { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border: 1px solid #eff2f7; } + .chat-conversation .conversation-list .chat-time { + font-size: 12px; } + +.chat-conversation .right .conversation-list { + float: left; } + .chat-conversation .right .conversation-list .ctext-wrap { + background-color: #eff2f7; + text-align: left; + border-radius: 8px 8px 8px 0px; } + .chat-conversation .right .conversation-list .dropdown { + float: right; } + .chat-conversation .right .conversation-list.last-chat .conversation-list:before { + left: 0; + right: auto; } + +.chat-conversation .last-chat .conversation-list:before { + content: "\F0009"; + font-family: "Material Design Icons"; + position: absolute; + color: #556ee6; + left: 0; + bottom: 0; + font-size: 16px; } + @media (max-width: 575.98px) { + .chat-conversation .last-chat .conversation-list:before { + display: none; } } + +.chat-input-section { + border-top: 1px solid #eff2f7; } + +.chat-input { + border-radius: 30px; + background-color: #eff2f7 !important; + border-color: #eff2f7 !important; + padding-left: 120px; } + +.chat-input-links { + position: absolute; + left: 16px; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); } + .chat-input-links li a { + font-size: 16px; + line-height: 36px; + padding: 0px 4px; + display: inline-block; } + +@media (max-width: 575.98px) { + .chat-send { + min-width: auto; } } + +.project-list-table { + border-collapse: separate; + border-spacing: 0 12px; } + .project-list-table tr { + background-color: #fff; } + +.contact-links a { + color: #495057; } + +.profile-user-wid { + margin-top: -26px; } + +@media (min-width: 576px) { + .currency-value { + position: relative; } + .currency-value:after { + content: "\F04E1"; + font-family: "Material Design Icons"; + font-size: 24px; + position: absolute; + width: 45px; + height: 45px; + line-height: 45px; + border-radius: 50%; + text-align: center; + left: 0; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + background-color: #556ee6; + color: #fff; + z-index: 9; + left: -34px; } } + +.crypto-buy-sell-nav-content { + border: 2px solid #f6f6f6; + border-top: 0; } + +.kyc-doc-verification .dropzone { + min-height: 180px; } + .kyc-doc-verification .dropzone .dz-message { + margin: 24px 0px; } + +/****************** + Ico Landing +*******************/ +.section { + position: relative; + padding-top: 80px; + padding-bottom: 80px; } + .section.bg-white { + background-color: #fff !important; } + +.small-title { + color: #74788d; + margin-bottom: 8px; } + +.navigation { + padding: 0 16px; + width: 100%; + z-index: 999; + margin-bottom: 0px; + -webkit-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } + @media (max-width: 991.98px) { + .navigation { + background-color: #fff; } } + .navigation .navbar-logo { + line-height: 70px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .navigation .navbar-logo .logo-dark { + display: none; } + @media (max-width: 991.98px) { + .navigation .navbar-logo .logo-dark { + display: block; } } + .navigation .navbar-logo .logo-light { + display: block; } + @media (max-width: 991.98px) { + .navigation .navbar-logo .logo-light { + display: none; } } + .navigation .navbar-nav .nav-item .nav-link { + color: rgba(255, 255, 255, 0.6); + line-height: 58px; + padding: 6px 16px; + font-weight: 500; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link { + color: #555b6d; } } + .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active { + color: rgba(255, 255, 255, 0.9); } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link { + line-height: 28px !important; } } + .navigation.nav-sticky { + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .navigation.nav-sticky .navbar-logo { + line-height: 60px; } + .navigation.nav-sticky .navbar-logo .logo-dark { + display: block; } + .navigation.nav-sticky .navbar-logo .logo-light { + display: none; } + .navigation.nav-sticky .navbar-nav .nav-item .nav-link { + line-height: 48px; + color: #555b6d; } + .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover, .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } + +.bg-overlay { + position: absolute; + height: 100%; + width: 100%; + left: 0; + bottom: 0; + right: 0; + top: 0; + opacity: 0.7; + background-color: #000; } + +.hero-section { + padding-top: 220px; + padding-bottom: 190px; } + .hero-section.bg-ico-hero { + background-image: url("../images/crypto/bg-ico-hero.jpg"); + background-size: cover; + background-position: top; } + @media (max-width: 575.98px) { + .hero-section { + padding-top: 140px; + padding-bottom: 80px; } } + .hero-section .hero-title { + font-size: 42px; } + @media (max-width: 575.98px) { + .hero-section .hero-title { + font-size: 26px; } } + .hero-section .ico-countdown { + font-size: 22px; + margin-left: -12px; + margin-right: -12px; } + @media (max-width: 575.98px) { + .hero-section .ico-countdown { + display: block; } } + .hero-section .ico-countdown .coming-box { + margin-left: 12px; + margin-right: 12px; + border: 1px solid #eff2f7; + border-radius: 4px; + padding: 8px; + background-color: #fff; } + @media (max-width: 575.98px) { + .hero-section .ico-countdown .coming-box { + display: inline-block; + width: 40%; + margin-bottom: 24px; } } + .hero-section .ico-countdown .coming-box span { + background-color: #eff2f7; + font-size: 12px; + padding: 4px; + margin-top: 8px; } + .hero-section .softcap-progress { + overflow: visible; } + .hero-section .softcap-progress .progress-bar { + overflow: visible; } + .hero-section .softcap-progress .progress-label { + position: relative; + text-align: left; + color: #495057; + bottom: 20px; + font-size: 12px; + font-weight: 500; } + +.currency-price { + position: relative; + bottom: 40px; } + +.client-images img { + max-height: 34px; + width: auto !important; + margin: 12px auto; + opacity: 0.7; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + +.features-number { + opacity: 0.1; } + +.team-box .team-social-links a { + color: #495057; + font-size: 14px; } + +.blog-box .blog-badge { + position: absolute; + top: 12px; + left: 12px; } + +.landing-footer { + padding: 80px 0 40px; + background-color: #2a3042; + color: rgba(255, 255, 255, 0.5); } + .landing-footer .footer-list-title { + color: rgba(255, 255, 255, 0.9); } + .landing-footer .footer-list-menu li a { + display: block; + color: rgba(255, 255, 255, 0.5); + margin-bottom: 14px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .landing-footer .footer-list-menu li a:hover { + color: rgba(255, 255, 255, 0.8); } + .landing-footer .blog-post .post { + display: block; + color: rgba(255, 255, 255, 0.5); + padding: 16px 0px; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } + .landing-footer .blog-post .post .post-title { + color: rgba(255, 255, 255, 0.8); + font-size: 14px; } + .landing-footer .blog-post .post:first-of-type { + padding-top: 0; } + .landing-footer .blog-post .post:last-of-type { + padding-bottom: 0; + border-bottom: 0; } + .landing-footer .footer-border { + border-color: rgba(255, 255, 255, 0.1); } + +.counter-number { + font-size: 32px; + font-weight: 600; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + .counter-number span { + font-size: 16px; + font-weight: 400; + display: block; + padding-top: 5px; } + +.coming-box { + width: 25%; } + +/************** Horizontal timeline **************/ +.hori-timeline .events .event-list { + text-align: center; + display: block; } + .hori-timeline .events .event-list .event-down-icon { + position: relative; } + .hori-timeline .events .event-list .event-down-icon::before { + content: ""; + position: absolute; + width: 100%; + top: 16px; + right: 0; + left: 0; + border-bottom: 3px dashed #f6f6f6; } + .hori-timeline .events .event-list .event-down-icon .down-arrow-icon { + position: relative; + background-color: #fff; + padding: 4px; } + .hori-timeline .events .event-list:hover .down-arrow-icon { + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; } + .hori-timeline .events .event-list.active .down-arrow-icon { + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; } + .hori-timeline .events .event-list.active .down-arrow-icon:before { + content: "\ec4c"; } + +/************** vertical timeline **************/ +.verti-timeline { + border-right: 3px dashed #f6f6f6; + margin: 0 10px; } + .verti-timeline .event-list { + position: relative; + padding: 0px 30px 40px 0px; } + .verti-timeline .event-list .event-timeline-dot { + position: absolute; + right: -9px; + top: 0px; + z-index: 9; + font-size: 16px; } + .verti-timeline .event-list .event-content { + position: relative; + border: 2px solid #eff2f7; + border-radius: 7px; } + .verti-timeline .event-list.active .event-timeline-dot { + color: #556ee6; } + .verti-timeline .event-list:last-child { + padding-bottom: 0px; } + +.plan-box .plan-btn { + position: relative; } + .plan-box .plan-btn::before { + content: ""; + position: absolute; + width: 100%; + height: 2px; + background: #f6f6f6; + right: 0px; + left: 0px; + top: 12px; } + +.blog-play-icon { + position: absolute; + top: 50%; + right: 0; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + margin: 0px auto; } + +/*# sourceMappingURL=app-rtl.min.css.map */ diff --git a/Vue/Admin/src/design/css/bootstrap-rtl.min.css b/Vue/Admin/src/design/css/bootstrap-rtl.min.css new file mode 100644 index 00000000..aeda6435 --- /dev/null +++ b/Vue/Admin/src/design/css/bootstrap-rtl.min.css @@ -0,0 +1,9541 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ +/*! + * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors + * Copyright 2011-2020 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +:root { + --bs-blue: #556ee6; + --bs-indigo: #564ab1; + --bs-purple: #6f42c1; + --bs-pink: #e83e8c; + --bs-red: #f46a6a; + --bs-orange: #f1734f; + --bs-yellow: #f1b44c; + --bs-green: #34c38f; + --bs-teal: #050505; + --bs-cyan: #50a5f1; + --bs-white: #fff; + --bs-gray: #74788d; + --bs-gray-dark: #343a40; + --bs-primary: #556ee6; + --bs-secondary: #74788d; + --bs-success: #34c38f; + --bs-info: #50a5f1; + --bs-warning: #f1b44c; + --bs-danger: #f46a6a; + --bs-pink: #e83e8c; + --bs-light: #eff2f7; + --bs-dark: #343a40; + --bs-font-sans-serif: "Poppins", sans-serif; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); } + +*, +*::before, +*::after { + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; } } + +body { + margin: 0; + font-family: var(--bs-font-sans-serif); + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #f8f8fb; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +[tabindex="-1"]:focus:not(:focus-visible) { + outline: 0 !important; } + +hr { + margin: 1rem 0; + color: inherit; + background-color: currentColor; + border: 0; + opacity: 0.2; } + +hr:not([size]) { + height: 1px; } + +h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { + margin-top: 0; + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; } + +h1, .h1 { + font-size: calc(1.32812rem + 0.9375vw); } + @media (min-width: 1200px) { + h1, .h1 { + font-size: 2.03125rem; } } + +h2, .h2 { + font-size: calc(1.2875rem + 0.45vw); } + @media (min-width: 1200px) { + h2, .h2 { + font-size: 1.625rem; } } + +h3, .h3 { + font-size: calc(1.26719rem + 0.20625vw); } + @media (min-width: 1200px) { + h3, .h3 { + font-size: 1.42188rem; } } + +h4, .h4 { + font-size: 1.21875rem; } + +h5, .h5 { + font-size: 1.01562rem; } + +h6, .h6 { + font-size: 0.8125rem; } + +p { + margin-top: 0; + margin-bottom: 1rem; } + +abbr[title], +abbr[data-bs-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; } + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; } + +ol, +ul { + padding-right: 2rem; } + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; } + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; } + +dt { + font-weight: 600; } + +dd { + margin-bottom: .5rem; + margin-right: 0; } + +blockquote { + margin: 0 0 1rem; } + +b, +strong { + font-weight: bolder; } + +small, .small { + font-size: 80%; } + +mark, .mark { + padding: 0.2em; + background-color: #fcf8e3; } + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; } + +sub { + bottom: -.25em; } + +sup { + top: -.5em; } + +a { + color: #556ee6; + text-decoration: none; } + a:hover { + color: #4458b8; + text-decoration: underline; } + +a:not([href]):not([class]), a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; } + +pre, +code, +kbd, +samp { + font-family: var(--bs-font-monospace); + font-size: 1em; + direction: ltr ; + unicode-bidi: bidi-override; } + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 87.5%; + color: #212529; } + pre code { + font-size: inherit; + color: inherit; + word-break: normal; } + +code { + font-size: 87.5%; + color: #e83e8c; + word-wrap: break-word; } + a > code { + color: inherit; } + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; } + kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 600; } + +figure { + margin: 0 0 1rem; } + +img, +svg { + vertical-align: middle; } + +table { + caption-side: bottom; + border-collapse: collapse; } + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #74788d; + text-align: right; } + +th { + text-align: inherit; + text-align: -webkit-match-parent; } + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; } + +label { + display: inline-block; } + +button { + border-radius: 0; } + +button:focus { + outline: dotted 1px; + outline: -webkit-focus-ring-color auto 5px; } + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; } + +button, +select { + text-transform: none; } + +[role="button"] { + cursor: pointer; } + +select { + word-wrap: normal; } + +[list]::-webkit-calendar-picker-indicator { + display: none; } + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; } + button:not(:disabled), + [type="button"]:not(:disabled), + [type="reset"]:not(:disabled), + [type="submit"]:not(:disabled) { + cursor: pointer; } + +::-moz-focus-inner { + padding: 0; + border-style: none; } + +textarea { + resize: vertical; } + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; } + +legend { + float: right; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; } + @media (min-width: 1200px) { + legend { + font-size: 1.5rem; } } + legend + * { + clear: right; } + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; } + +::-webkit-inner-spin-button { + height: auto; } + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: textfield; } + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +::-webkit-search-decoration { + -webkit-appearance: none; } + +::-webkit-color-swatch-wrapper { + padding: 0; } + +::file-selector-button { + font: inherit; } + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; } + +output { + display: inline-block; } + +iframe { + border: 0; } + +summary { + display: list-item; + cursor: pointer; } + +progress { + vertical-align: baseline; } + +[hidden] { + display: none !important; } + +.lead { + font-size: 1.01562rem; + font-weight: 300; } + +.display-1 { + font-size: calc(1.725rem + 5.7vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-1 { + font-size: 6rem; } } + +.display-2 { + font-size: calc(1.675rem + 5.1vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-2 { + font-size: 5.5rem; } } + +.display-3 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-3 { + font-size: 4.5rem; } } + +.display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-4 { + font-size: 3.5rem; } } + +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-5 { + font-size: 3rem; } } + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; } } + +.list-unstyled { + padding-right: 0; + list-style: none; } + +.list-inline { + padding-right: 0; + list-style: none; } + +.list-inline-item { + display: inline-block; } + .list-inline-item:not(:last-child) { + margin-left: 0.5rem; } + +.initialism { + font-size: 80%; + text-transform: uppercase; } + +.blockquote { + margin-bottom: 1rem; + font-size: 1.01562rem; } + .blockquote > :last-child { + margin-bottom: 0; } + +.blockquote-footer { + margin-top: -1rem; + margin-bottom: 1rem; + font-size: 80%; + color: #74788d; } + .blockquote-footer::before { + content: "\2014\00A0"; } + +.img-fluid { + max-width: 100%; + height: auto; } + +.img-thumbnail { + padding: 0.25rem; + background-color: #f8f8fb; + border: 1px solid #f6f6f6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; } + +.figure { + display: inline-block; } + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; } + +.figure-caption { + font-size: 80%; + color: #74788d; } + +.container, +.container-fluid, +.container-sm, +.container-md, +.container-lg, +.container-xl, +.container-xxl { + width: 100%; + padding-left: var(--bs-gutter-x, 12px); + padding-right: var(--bs-gutter-x, 12px); + margin-left: auto; + margin-right: auto; } + +@media (min-width: 576px) { + .container, .container-sm { + max-width: 540px; } } + +@media (min-width: 768px) { + .container, .container-sm, .container-md { + max-width: 720px; } } + +@media (min-width: 992px) { + .container, .container-sm, .container-md, .container-lg { + max-width: 960px; } } + +@media (min-width: 1200px) { + .container, .container-sm, .container-md, .container-lg, .container-xl { + max-width: 1140px; } } + +@media (min-width: 1400px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { + max-width: 1320px; } } + +.row { + --bs-gutter-x: 24px; + --bs-gutter-y: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-left: calc(var(--bs-gutter-x) / -2); + margin-right: calc(var(--bs-gutter-x) / -2); } + .row > * { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-left: calc(var(--bs-gutter-x) / 2); + padding-right: calc(var(--bs-gutter-x) / 2); + margin-top: var(--bs-gutter-y); } + +.col { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + +.row-cols-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + +.row-cols-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + +.row-cols-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + +.row-cols-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + +.row-cols-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + +.row-cols-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + +.row-cols-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + +.col-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + +.col-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + +.col-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + +.col-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + +.col-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + +.col-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + +.col-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + +.col-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + +.col-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + +.col-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + +.col-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + +.col-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + +.col-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + +.offset-1 { + margin-right: 8.33333%; } + +.offset-2 { + margin-right: 16.66667%; } + +.offset-3 { + margin-right: 25%; } + +.offset-4 { + margin-right: 33.33333%; } + +.offset-5 { + margin-right: 41.66667%; } + +.offset-6 { + margin-right: 50%; } + +.offset-7 { + margin-right: 58.33333%; } + +.offset-8 { + margin-right: 66.66667%; } + +.offset-9 { + margin-right: 75%; } + +.offset-10 { + margin-right: 83.33333%; } + +.offset-11 { + margin-right: 91.66667%; } + +.g-0, +.gx-0 { + --bs-gutter-x: 0; } + +.g-0, +.gy-0 { + --bs-gutter-y: 0; } + +.g-1, +.gx-1 { + --bs-gutter-x: 0.25rem; } + +.g-1, +.gy-1 { + --bs-gutter-y: 0.25rem; } + +.g-2, +.gx-2 { + --bs-gutter-x: 0.5rem; } + +.g-2, +.gy-2 { + --bs-gutter-y: 0.5rem; } + +.g-3, +.gx-3 { + --bs-gutter-x: 1rem; } + +.g-3, +.gy-3 { + --bs-gutter-y: 1rem; } + +.g-4, +.gx-4 { + --bs-gutter-x: 1.5rem; } + +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; } + +.g-5, +.gx-5 { + --bs-gutter-x: 3rem; } + +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; } + +@media (min-width: 576px) { + .col-sm { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-sm-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-sm-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-sm-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-sm-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-sm-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-sm-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-sm-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-sm-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-sm-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-sm-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-sm-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-sm-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-sm-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-sm-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-sm-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-sm-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-sm-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-sm-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-sm-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-sm-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-sm-0 { + margin-right: 0; } + .offset-sm-1 { + margin-right: 8.33333%; } + .offset-sm-2 { + margin-right: 16.66667%; } + .offset-sm-3 { + margin-right: 25%; } + .offset-sm-4 { + margin-right: 33.33333%; } + .offset-sm-5 { + margin-right: 41.66667%; } + .offset-sm-6 { + margin-right: 50%; } + .offset-sm-7 { + margin-right: 58.33333%; } + .offset-sm-8 { + margin-right: 66.66667%; } + .offset-sm-9 { + margin-right: 75%; } + .offset-sm-10 { + margin-right: 83.33333%; } + .offset-sm-11 { + margin-right: 91.66667%; } + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; } + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; } + .g-sm-1, + .gx-sm-1 { + --bs-gutter-x: 0.25rem; } + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; } + .g-sm-2, + .gx-sm-2 { + --bs-gutter-x: 0.5rem; } + .g-sm-2, + .gy-sm-2 { + --bs-gutter-y: 0.5rem; } + .g-sm-3, + .gx-sm-3 { + --bs-gutter-x: 1rem; } + .g-sm-3, + .gy-sm-3 { + --bs-gutter-y: 1rem; } + .g-sm-4, + .gx-sm-4 { + --bs-gutter-x: 1.5rem; } + .g-sm-4, + .gy-sm-4 { + --bs-gutter-y: 1.5rem; } + .g-sm-5, + .gx-sm-5 { + --bs-gutter-x: 3rem; } + .g-sm-5, + .gy-sm-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 768px) { + .col-md { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-md-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-md-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-md-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-md-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-md-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-md-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-md-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-md-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-md-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-md-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-md-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-md-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-md-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-md-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-md-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-md-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-md-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-md-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-md-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-md-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-md-0 { + margin-right: 0; } + .offset-md-1 { + margin-right: 8.33333%; } + .offset-md-2 { + margin-right: 16.66667%; } + .offset-md-3 { + margin-right: 25%; } + .offset-md-4 { + margin-right: 33.33333%; } + .offset-md-5 { + margin-right: 41.66667%; } + .offset-md-6 { + margin-right: 50%; } + .offset-md-7 { + margin-right: 58.33333%; } + .offset-md-8 { + margin-right: 66.66667%; } + .offset-md-9 { + margin-right: 75%; } + .offset-md-10 { + margin-right: 83.33333%; } + .offset-md-11 { + margin-right: 91.66667%; } + .g-md-0, + .gx-md-0 { + --bs-gutter-x: 0; } + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; } + .g-md-1, + .gx-md-1 { + --bs-gutter-x: 0.25rem; } + .g-md-1, + .gy-md-1 { + --bs-gutter-y: 0.25rem; } + .g-md-2, + .gx-md-2 { + --bs-gutter-x: 0.5rem; } + .g-md-2, + .gy-md-2 { + --bs-gutter-y: 0.5rem; } + .g-md-3, + .gx-md-3 { + --bs-gutter-x: 1rem; } + .g-md-3, + .gy-md-3 { + --bs-gutter-y: 1rem; } + .g-md-4, + .gx-md-4 { + --bs-gutter-x: 1.5rem; } + .g-md-4, + .gy-md-4 { + --bs-gutter-y: 1.5rem; } + .g-md-5, + .gx-md-5 { + --bs-gutter-x: 3rem; } + .g-md-5, + .gy-md-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 992px) { + .col-lg { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-lg-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-lg-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-lg-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-lg-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-lg-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-lg-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-lg-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-lg-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-lg-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-lg-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-lg-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-lg-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-lg-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-lg-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-lg-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-lg-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-lg-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-lg-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-lg-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-lg-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-lg-0 { + margin-right: 0; } + .offset-lg-1 { + margin-right: 8.33333%; } + .offset-lg-2 { + margin-right: 16.66667%; } + .offset-lg-3 { + margin-right: 25%; } + .offset-lg-4 { + margin-right: 33.33333%; } + .offset-lg-5 { + margin-right: 41.66667%; } + .offset-lg-6 { + margin-right: 50%; } + .offset-lg-7 { + margin-right: 58.33333%; } + .offset-lg-8 { + margin-right: 66.66667%; } + .offset-lg-9 { + margin-right: 75%; } + .offset-lg-10 { + margin-right: 83.33333%; } + .offset-lg-11 { + margin-right: 91.66667%; } + .g-lg-0, + .gx-lg-0 { + --bs-gutter-x: 0; } + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; } + .g-lg-1, + .gx-lg-1 { + --bs-gutter-x: 0.25rem; } + .g-lg-1, + .gy-lg-1 { + --bs-gutter-y: 0.25rem; } + .g-lg-2, + .gx-lg-2 { + --bs-gutter-x: 0.5rem; } + .g-lg-2, + .gy-lg-2 { + --bs-gutter-y: 0.5rem; } + .g-lg-3, + .gx-lg-3 { + --bs-gutter-x: 1rem; } + .g-lg-3, + .gy-lg-3 { + --bs-gutter-y: 1rem; } + .g-lg-4, + .gx-lg-4 { + --bs-gutter-x: 1.5rem; } + .g-lg-4, + .gy-lg-4 { + --bs-gutter-y: 1.5rem; } + .g-lg-5, + .gx-lg-5 { + --bs-gutter-x: 3rem; } + .g-lg-5, + .gy-lg-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 1200px) { + .col-xl { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-xl-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-xl-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-xl-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-xl-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-xl-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-xl-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-xl-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-xl-0 { + margin-right: 0; } + .offset-xl-1 { + margin-right: 8.33333%; } + .offset-xl-2 { + margin-right: 16.66667%; } + .offset-xl-3 { + margin-right: 25%; } + .offset-xl-4 { + margin-right: 33.33333%; } + .offset-xl-5 { + margin-right: 41.66667%; } + .offset-xl-6 { + margin-right: 50%; } + .offset-xl-7 { + margin-right: 58.33333%; } + .offset-xl-8 { + margin-right: 66.66667%; } + .offset-xl-9 { + margin-right: 75%; } + .offset-xl-10 { + margin-right: 83.33333%; } + .offset-xl-11 { + margin-right: 91.66667%; } + .g-xl-0, + .gx-xl-0 { + --bs-gutter-x: 0; } + .g-xl-0, + .gy-xl-0 { + --bs-gutter-y: 0; } + .g-xl-1, + .gx-xl-1 { + --bs-gutter-x: 0.25rem; } + .g-xl-1, + .gy-xl-1 { + --bs-gutter-y: 0.25rem; } + .g-xl-2, + .gx-xl-2 { + --bs-gutter-x: 0.5rem; } + .g-xl-2, + .gy-xl-2 { + --bs-gutter-y: 0.5rem; } + .g-xl-3, + .gx-xl-3 { + --bs-gutter-x: 1rem; } + .g-xl-3, + .gy-xl-3 { + --bs-gutter-y: 1rem; } + .g-xl-4, + .gx-xl-4 { + --bs-gutter-x: 1.5rem; } + .g-xl-4, + .gy-xl-4 { + --bs-gutter-y: 1.5rem; } + .g-xl-5, + .gx-xl-5 { + --bs-gutter-x: 3rem; } + .g-xl-5, + .gy-xl-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 1400px) { + .col-xxl { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-xxl-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-xxl-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-xxl-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-xxl-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-xxl-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-xxl-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-xxl-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xxl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-xxl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-xxl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xxl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-xxl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-xxl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-xxl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-xxl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-xxl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-xxl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-xxl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-xxl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-xxl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-xxl-0 { + margin-right: 0; } + .offset-xxl-1 { + margin-right: 8.33333%; } + .offset-xxl-2 { + margin-right: 16.66667%; } + .offset-xxl-3 { + margin-right: 25%; } + .offset-xxl-4 { + margin-right: 33.33333%; } + .offset-xxl-5 { + margin-right: 41.66667%; } + .offset-xxl-6 { + margin-right: 50%; } + .offset-xxl-7 { + margin-right: 58.33333%; } + .offset-xxl-8 { + margin-right: 66.66667%; } + .offset-xxl-9 { + margin-right: 75%; } + .offset-xxl-10 { + margin-right: 83.33333%; } + .offset-xxl-11 { + margin-right: 91.66667%; } + .g-xxl-0, + .gx-xxl-0 { + --bs-gutter-x: 0; } + .g-xxl-0, + .gy-xxl-0 { + --bs-gutter-y: 0; } + .g-xxl-1, + .gx-xxl-1 { + --bs-gutter-x: 0.25rem; } + .g-xxl-1, + .gy-xxl-1 { + --bs-gutter-y: 0.25rem; } + .g-xxl-2, + .gx-xxl-2 { + --bs-gutter-x: 0.5rem; } + .g-xxl-2, + .gy-xxl-2 { + --bs-gutter-y: 0.5rem; } + .g-xxl-3, + .gx-xxl-3 { + --bs-gutter-x: 1rem; } + .g-xxl-3, + .gy-xxl-3 { + --bs-gutter-y: 1rem; } + .g-xxl-4, + .gx-xxl-4 { + --bs-gutter-x: 1.5rem; } + .g-xxl-4, + .gy-xxl-4 { + --bs-gutter-y: 1.5rem; } + .g-xxl-5, + .gx-xxl-5 { + --bs-gutter-x: 3rem; } + .g-xxl-5, + .gy-xxl-5 { + --bs-gutter-y: 3rem; } } + +.table { + --bs-table-bg: transparent; + --bs-table-striped-color: #495057; + --bs-table-striped-bg: #f8f9fa; + --bs-table-active-color: #495057; + --bs-table-active-bg: #f8f9fa; + --bs-table-hover-color: #495057; + --bs-table-hover-bg: #f8f9fa; + width: 100%; + margin-bottom: 1rem; + color: #495057; + vertical-align: top; + border-color: #eff2f7; } + .table > :not(caption) > * > * { + padding: 0.75rem 0.75rem; + background-color: var(--bs-table-bg); + background-image: -webkit-gradient(linear, right top, right bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg))); + background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); + border-bottom-width: 1px; } + .table > tbody { + vertical-align: inherit; } + .table > thead { + vertical-align: bottom; } + .table > :not(:last-child) > :last-child > * { + border-bottom-color: #eff2f7; } + +.caption-top { + caption-side: top; } + +.table-sm > :not(caption) > * > * { + padding: 0.3rem 0.3rem; } + +.table-bordered > :not(caption) > * { + border-width: 1px 0; } + .table-bordered > :not(caption) > * > * { + border-width: 0 1px; } + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; } + +.table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); } + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); } + +.table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); } + +.table-primary { + --bs-table-bg: #dde2fa; + --bs-table-striped-bg: #d2d7ee; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c7cbe1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ccd1e7; + --bs-table-hover-color: #000; + color: #000; + border-color: #c7cbe1; } + +.table-secondary { + --bs-table-bg: #e3e4e8; + --bs-table-striped-bg: #d8d9dc; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cccdd1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d2d3d7; + --bs-table-hover-color: #000; + color: #000; + border-color: #cccdd1; } + +.table-success { + --bs-table-bg: #d6f3e9; + --bs-table-striped-bg: #cbe7dd; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c1dbd2; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c6e1d8; + --bs-table-hover-color: #000; + color: #000; + border-color: #c1dbd2; } + +.table-info { + --bs-table-bg: #dcedfc; + --bs-table-striped-bg: #d1e1ef; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c6d5e3; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ccdbe9; + --bs-table-hover-color: #000; + color: #000; + border-color: #c6d5e3; } + +.table-warning { + --bs-table-bg: #fcf0db; + --bs-table-striped-bg: #efe4d0; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e3d8c5; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e9decb; + --bs-table-hover-color: #000; + color: #000; + border-color: #e3d8c5; } + +.table-danger { + --bs-table-bg: #fde1e1; + --bs-table-striped-bg: #f0d6d6; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e4cbcb; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ead0d0; + --bs-table-hover-color: #000; + color: #000; + border-color: #e4cbcb; } + +.table-light { + --bs-table-bg: #eff2f7; + --bs-table-striped-bg: #e3e6eb; + --bs-table-striped-color: #000; + --bs-table-active-bg: #d7dade; + --bs-table-active-color: #000; + --bs-table-hover-bg: #dde0e4; + --bs-table-hover-color: #000; + color: #000; + border-color: #d7dade; } + +.table-dark { + --bs-table-bg: #343a40; + --bs-table-striped-bg: #3e444a; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #484e53; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #43494e; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #484e53; } + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +.form-label { + margin-bottom: 0.5rem; } + +.col-form-label { + padding-top: calc(0.47rem + 1px); + padding-bottom: calc(0.47rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; } + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.01562rem; } + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.71094rem; } + +.form-text { + margin-top: 0.25rem; + font-size: 80%; + color: #74788d; } + +.form-control { + display: block; + width: 100%; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control { + -webkit-transition: none; + transition: none; } } + .form-control[type="file"] { + overflow: hidden; } + .form-control[type="file"]:not(:disabled):not([readonly]) { + cursor: pointer; } + .form-control:focus { + color: #495057; + background-color: #fff; + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; } + .form-control::-webkit-date-and-time-value { + height: 1.5em; } + .form-control::-webkit-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::-moz-placeholder { + color: #74788d; + opacity: 1; } + .form-control:-ms-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::-ms-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::placeholder { + color: #74788d; + opacity: 1; } + .form-control:disabled, .form-control[readonly] { + background-color: #eff2f7; + opacity: 1; } + .form-control::file-selector-button { + padding: 0.47rem 0.75rem; + margin: -0.47rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #495057; + background-color: #eff2f7; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + -webkit-transition: none; + transition: none; } } + .form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: #e3e6eb; } + .form-control::-webkit-file-upload-button { + padding: 0.47rem 0.75rem; + margin: -0.47rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #495057; + background-color: #eff2f7; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control::-webkit-file-upload-button { + -webkit-transition: none; + transition: none; } } + .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { + background-color: #e3e6eb; } + +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.47rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #495057; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; } + .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-left: 0; + padding-right: 0; } + +.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + .form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; } + .form-control-sm::-webkit-file-upload-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; } + +.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + .form-control-lg::file-selector-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; } + .form-control-lg::-webkit-file-upload-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; } + +textarea.form-control { + min-height: calc(1.5em + 0.94rem + 2px); } + +textarea.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); } + +textarea.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); } + +.form-control-color { + max-width: 3rem; + height: auto; + padding: 0.47rem; } + .form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; } + .form-control-color::-moz-color-swatch { + height: 1.5em; + border-radius: 0.25rem; } + .form-control-color::-webkit-color-swatch { + height: 1.5em; + border-radius: 0.25rem; } + +.form-select { + display: block; + width: 100%; + padding: 0.47rem 0.75rem 0.47rem 1.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } + .form-select:focus { + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .form-select[multiple], .form-select[size]:not([size="1"]) { + padding-left: 0.75rem; + background-image: none; } + .form-select:disabled { + color: #74788d; + background-color: #eff2f7; } + .form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #495057; } + +.form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-right: 0.5rem; + font-size: 0.71094rem; } + +.form-select-lg { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-right: 1rem; + font-size: 1.01562rem; } + +.form-check { + display: block; + min-height: 1.21875rem; + padding-right: 1.5em; + margin-bottom: 0.125rem; } + .form-check .form-check-input { + float: right; + margin-right: -1.5em; } + +.form-check-input { + width: 1em; + height: 1em; + margin-top: 0.25em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + color-adjust: exact; + -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-check-input { + -webkit-transition: none; + transition: none; } } + .form-check-input[type="checkbox"] { + border-radius: 0.25em; } + .form-check-input[type="radio"] { + border-radius: 50%; } + .form-check-input:active { + -webkit-filter: brightness(90%); + filter: brightness(90%); } + .form-check-input:focus { + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .form-check-input:checked { + background-color: #556ee6; + border-color: #556ee6; } + .form-check-input:checked[type="checkbox"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } + .form-check-input:checked[type="radio"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } + .form-check-input[type="checkbox"]:indeterminate { + background-color: #556ee6; + border-color: #556ee6; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } + .form-check-input:disabled { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: 0.5; } + .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + opacity: 0.5; } + +.form-switch { + padding-right: 2.5em; } + .form-switch .form-check-input { + width: 2em; + margin-right: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: right center; + border-radius: 2em; } + .form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b9bfc4'/%3e%3c/svg%3e"); } + .form-switch .form-check-input:checked { + background-position: left center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } + +.form-check-inline { + display: inline-block; + margin-left: 1rem; } + +.btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } + .btn-check[disabled] + .btn, .btn-check:disabled + .btn { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: 0.65; } + +.form-range { + width: 100%; + height: 1.3rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } + .form-range:focus { + outline: none; } + .form-range:focus::-webkit-slider-thumb { + -webkit-box-shadow: 0 0 0 1px #f8f8fb, none; + box-shadow: 0 0 0 1px #f8f8fb, none; } + .form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #f8f8fb, none; } + .form-range::-moz-focus-outer { + border: 0; } + .form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #556ee6; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; } + @media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; } } + .form-range::-webkit-slider-thumb:active { + background-color: #ccd4f8; } + .form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #f6f6f6; + border-color: transparent; + border-radius: 1rem; } + .form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #556ee6; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; } + @media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; } } + .form-range::-moz-range-thumb:active { + background-color: #ccd4f8; } + .form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #f6f6f6; + border-color: transparent; + border-radius: 1rem; } + .form-range:disabled { + pointer-events: none; } + .form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; } + .form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; } + +.form-floating { + position: relative; } + .form-floating > .form-control, + .form-floating > .form-select { + height: calc(3.5rem + 2px); + padding: 1rem 0.75rem; } + .form-floating > label { + position: absolute; + top: 0; + right: 0; + height: 100%; + padding: 1rem 0.75rem; + pointer-events: none; + border: 1px solid transparent; + -webkit-transform-origin: 100% 0; + transform-origin: 100% 0; + -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-floating > label { + -webkit-transition: none; + transition: none; } } + .form-floating > .form-control::-webkit-input-placeholder { + color: transparent; } + .form-floating > .form-control::-moz-placeholder { + color: transparent; } + .form-floating > .form-control:-ms-input-placeholder { + color: transparent; } + .form-floating > .form-control::-ms-input-placeholder { + color: transparent; } + .form-floating > .form-control::placeholder { + color: transparent; } + .form-floating > .form-control:not(:-moz-placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:not(:-ms-input-placeholder) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:not(:-ms-input-placeholder) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:focus ~ label, + .form-floating > .form-control:not(:placeholder-shown) ~ label, + .form-floating > .form-select ~ label { + opacity: 0.65; + -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:-webkit-autofill ~ label { + opacity: 0.65; + -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + +.input-group { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; } + .input-group > .form-control, + .input-group > .form-select { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; + min-width: 0; } + .input-group > .form-control:focus, + .input-group > .form-select:focus { + z-index: 3; } + .input-group .btn { + position: relative; + z-index: 2; } + .input-group .btn:focus { + z-index: 3; } + +.input-group-text { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #eff2f7; + border: 1px solid #ced4da; + border-radius: 0.25rem; } + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-left: 1.75rem; } + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-right: -1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #34c38f; } + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.4rem 0.7rem; + margin-top: .1rem; + font-size: 0.71094rem; + line-height: 1.5; + color: #fff; + background-color: rgba(52, 195, 143, 0.9); + border-radius: 0.25rem; } + +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; } + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #34c38f; + padding-left: calc(1.5em + 0.94rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left calc(0.375em + 0.235rem) center; + background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #34c38f; + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-left: calc(1.5em + 0.94rem); + background-position: top calc(0.375em + 0.235rem) left calc(0.375em + 0.235rem); } + +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #34c38f; + padding-left: calc(0.75em + 2.455rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: left 0.75rem center, center left 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #34c38f; + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #34c38f; } + .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #34c38f; } + .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #34c38f; } + +.form-check-inline .form-check-input ~ .valid-feedback { + margin-right: .5em; } + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #f46a6a; } + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.4rem 0.7rem; + margin-top: .1rem; + font-size: 0.71094rem; + line-height: 1.5; + color: #fff; + background-color: rgba(244, 106, 106, 0.9); + border-radius: 0.25rem; } + +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; } + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #f46a6a; + padding-left: calc(1.5em + 0.94rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left calc(0.375em + 0.235rem) center; + background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #f46a6a; + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-left: calc(1.5em + 0.94rem); + background-position: top calc(0.375em + 0.235rem) left calc(0.375em + 0.235rem); } + +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #f46a6a; + padding-left: calc(0.75em + 2.455rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e"); + background-position: left 0.75rem center, center left 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #f46a6a; + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #f46a6a; } + .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #f46a6a; } + .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #f46a6a; } + +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-right: .5em; } + +.btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + border-radius: 0.25rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .btn { + -webkit-transition: none; + transition: none; } } + .btn:hover { + color: #495057; + text-decoration: none; } + .btn-check:focus + .btn, .btn:focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .btn:disabled, .btn.disabled, + fieldset:disabled .btn { + pointer-events: none; + opacity: 0.65; } + +.btn-primary { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-primary:hover { + color: #fff; + background-color: #485ec4; + border-color: #4458b8; } + .btn-check:focus + .btn-primary, .btn-primary:focus { + color: #fff; + background-color: #485ec4; + border-color: #4458b8; + -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); + box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); } + .btn-check:checked + .btn-primary, + .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, + .show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #4458b8; + border-color: #4053ad; } + .btn-check:checked + .btn-primary:focus, + .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, + .show > .btn-primary.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); + box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); } + .btn-primary:disabled, .btn-primary.disabled { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + +.btn-secondary { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-secondary:hover { + color: #fff; + background-color: #636678; + border-color: #5d6071; } + .btn-check:focus + .btn-secondary, .btn-secondary:focus { + color: #fff; + background-color: #636678; + border-color: #5d6071; + -webkit-box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); + box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); } + .btn-check:checked + .btn-secondary, + .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, + .show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #5d6071; + border-color: #575a6a; } + .btn-check:checked + .btn-secondary:focus, + .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, + .show > .btn-secondary.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); + box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); } + .btn-secondary:disabled, .btn-secondary.disabled { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + +.btn-success { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-success:hover { + color: #fff; + background-color: #2ca67a; + border-color: #2a9c72; } + .btn-check:focus + .btn-success, .btn-success:focus { + color: #fff; + background-color: #2ca67a; + border-color: #2a9c72; + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); } + .btn-check:checked + .btn-success, + .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, + .show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #2a9c72; + border-color: #27926b; } + .btn-check:checked + .btn-success:focus, + .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, + .show > .btn-success.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); } + .btn-success:disabled, .btn-success.disabled { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + +.btn-info { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-info:hover { + color: #fff; + background-color: #448ccd; + border-color: #4084c1; } + .btn-check:focus + .btn-info, .btn-info:focus { + color: #fff; + background-color: #448ccd; + border-color: #4084c1; + -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); + box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); } + .btn-check:checked + .btn-info, + .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, + .show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #4084c1; + border-color: #3c7cb5; } + .btn-check:checked + .btn-info:focus, + .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, + .show > .btn-info.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); + box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); } + .btn-info:disabled, .btn-info.disabled { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + +.btn-warning { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-warning:hover { + color: #fff; + background-color: #cd9941; + border-color: #c1903d; } + .btn-check:focus + .btn-warning, .btn-warning:focus { + color: #fff; + background-color: #cd9941; + border-color: #c1903d; + -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); + box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); } + .btn-check:checked + .btn-warning, + .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, + .show > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #c1903d; + border-color: #b58739; } + .btn-check:checked + .btn-warning:focus, + .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, + .show > .btn-warning.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); + box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); } + .btn-warning:disabled, .btn-warning.disabled { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + +.btn-danger { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-danger:hover { + color: #fff; + background-color: #cf5a5a; + border-color: #c35555; } + .btn-check:focus + .btn-danger, .btn-danger:focus { + color: #fff; + background-color: #cf5a5a; + border-color: #c35555; + -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); + box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); } + .btn-check:checked + .btn-danger, + .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, + .show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c35555; + border-color: #b75050; } + .btn-check:checked + .btn-danger:focus, + .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, + .show > .btn-danger.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); + box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); } + .btn-danger:disabled, .btn-danger.disabled { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + +.btn-pink { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-pink:hover { + color: #fff; + background-color: #c53577; + border-color: #ba3270; } + .btn-check:focus + .btn-pink, .btn-pink:focus { + color: #fff; + background-color: #c53577; + border-color: #ba3270; + -webkit-box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); + box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); } + .btn-check:checked + .btn-pink, + .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, + .show > .btn-pink.dropdown-toggle { + color: #fff; + background-color: #ba3270; + border-color: #ae2f69; } + .btn-check:checked + .btn-pink:focus, + .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, + .show > .btn-pink.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); + box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); } + .btn-pink:disabled, .btn-pink.disabled { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + +.btn-light { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-light:hover { + color: #000; + background-color: #f1f4f8; + border-color: #f1f3f8; } + .btn-check:focus + .btn-light, .btn-light:focus { + color: #000; + background-color: #f1f4f8; + border-color: #f1f3f8; + -webkit-box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); + box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); } + .btn-check:checked + .btn-light, + .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, + .show > .btn-light.dropdown-toggle { + color: #000; + background-color: #f2f5f9; + border-color: #f1f3f8; } + .btn-check:checked + .btn-light:focus, + .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, + .show > .btn-light.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); + box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); } + .btn-light:disabled, .btn-light.disabled { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-dark:hover { + color: #fff; + background-color: #2c3136; + border-color: #2a2e33; } + .btn-check:focus + .btn-dark, .btn-dark:focus { + color: #fff; + background-color: #2c3136; + border-color: #2a2e33; + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); } + .btn-check:checked + .btn-dark, + .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, + .show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #2a2e33; + border-color: #272c30; } + .btn-check:checked + .btn-dark:focus, + .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, + .show > .btn-dark.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); } + .btn-dark:disabled, .btn-dark.disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + +.btn-outline-primary { + color: #556ee6; + border-color: #556ee6; } + .btn-outline-primary:hover { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); } + .btn-check:checked + .btn-outline-primary, + .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-check:checked + .btn-outline-primary:focus, + .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); } + .btn-outline-primary:disabled, .btn-outline-primary.disabled { + color: #556ee6; + background-color: transparent; } + +.btn-outline-secondary { + color: #74788d; + border-color: #74788d; } + .btn-outline-secondary:hover { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); + box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); } + .btn-check:checked + .btn-outline-secondary, + .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-check:checked + .btn-outline-secondary:focus, + .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); + box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); } + .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { + color: #74788d; + background-color: transparent; } + +.btn-outline-success { + color: #34c38f; + border-color: #34c38f; } + .btn-outline-success:hover { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); } + .btn-check:checked + .btn-outline-success, + .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-check:checked + .btn-outline-success:focus, + .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); } + .btn-outline-success:disabled, .btn-outline-success.disabled { + color: #34c38f; + background-color: transparent; } + +.btn-outline-info { + color: #50a5f1; + border-color: #50a5f1; } + .btn-outline-info:hover { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); + box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); } + .btn-check:checked + .btn-outline-info, + .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-check:checked + .btn-outline-info:focus, + .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); + box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); } + .btn-outline-info:disabled, .btn-outline-info.disabled { + color: #50a5f1; + background-color: transparent; } + +.btn-outline-warning { + color: #f1b44c; + border-color: #f1b44c; } + .btn-outline-warning:hover { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); + box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); } + .btn-check:checked + .btn-outline-warning, + .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-check:checked + .btn-outline-warning:focus, + .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); + box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); } + .btn-outline-warning:disabled, .btn-outline-warning.disabled { + color: #f1b44c; + background-color: transparent; } + +.btn-outline-danger { + color: #f46a6a; + border-color: #f46a6a; } + .btn-outline-danger:hover { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); } + .btn-check:checked + .btn-outline-danger, + .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-check:checked + .btn-outline-danger:focus, + .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); } + .btn-outline-danger:disabled, .btn-outline-danger.disabled { + color: #f46a6a; + background-color: transparent; } + +.btn-outline-pink { + color: #e83e8c; + border-color: #e83e8c; } + .btn-outline-pink:hover { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); + box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); } + .btn-check:checked + .btn-outline-pink, + .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-check:checked + .btn-outline-pink:focus, + .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); + box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); } + .btn-outline-pink:disabled, .btn-outline-pink.disabled { + color: #e83e8c; + background-color: transparent; } + +.btn-outline-light { + color: #eff2f7; + border-color: #eff2f7; } + .btn-outline-light:hover { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); + box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); } + .btn-check:checked + .btn-outline-light, + .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-check:checked + .btn-outline-light:focus, + .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); + box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); } + .btn-outline-light:disabled, .btn-outline-light.disabled { + color: #eff2f7; + background-color: transparent; } + +.btn-outline-dark { + color: #343a40; + border-color: #343a40; } + .btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); } + .btn-check:checked + .btn-outline-dark, + .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-check:checked + .btn-outline-dark:focus, + .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); } + .btn-outline-dark:disabled, .btn-outline-dark.disabled { + color: #343a40; + background-color: transparent; } + +.btn-link { + font-weight: 400; + color: #556ee6; + text-decoration: none; } + .btn-link:hover { + color: #4458b8; + text-decoration: underline; } + .btn-link:focus { + text-decoration: underline; } + .btn-link:disabled, .btn-link.disabled { + color: #74788d; } + +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + +.fade { + -webkit-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } + @media (prefers-reduced-motion: reduce) { + .fade { + -webkit-transition: none; + transition: none; } } + .fade:not(.show) { + opacity: 0; } + +.collapse:not(.show) { + display: none; } + +.collapsing { + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + transition: height 0.35s ease; } + @media (prefers-reduced-motion: reduce) { + .collapsing { + -webkit-transition: none; + transition: none; } } + +.dropup, +.dropend, +.dropdown, +.dropstart { + position: relative; } + +.dropdown-toggle { + white-space: nowrap; } + +.dropdown-menu { + position: absolute; + top: 100%; + right: 0; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 0.8125rem; + color: #495057; + text-align: right; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 0 solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } + .dropdown-menu[style] { + left: auto !important; } + +.dropdown-menu-start { + --bs-position: start; + right: auto ; + left: 0 ; } + +.dropdown-menu-end { + --bs-position: end; + right: 0 ; + left: auto ; } + +@media (min-width: 576px) { + .dropdown-menu-sm-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-sm-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 768px) { + .dropdown-menu-md-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-md-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 992px) { + .dropdown-menu-lg-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-lg-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 1200px) { + .dropdown-menu-xl-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-xl-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 1400px) { + .dropdown-menu-xxl-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-xxl-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; } + +.dropend .dropdown-menu { + top: 0; + left: auto; + right: 100%; + margin-top: 0; + margin-right: 0.125rem; } + +.dropend .dropdown-toggle::after { + vertical-align: 0; } + +.dropstart .dropdown-menu { + top: 0; + left: 100%; + right: auto; + margin-top: 0; + margin-left: 0.125rem; } + +.dropstart .dropdown-toggle::before { + vertical-align: 0; } + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #eff2f7; } + +.dropdown-item { + display: block; + width: 100%; + padding: 0.35rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; } + .dropdown-item:hover, .dropdown-item:focus { + color: #1e2125; + text-decoration: none; + background-color: #f8f9fa; } + .dropdown-item.active, .dropdown-item:active { + color: #343a40; + text-decoration: none; + background-color: #f8f9fa; } + .dropdown-item.disabled, .dropdown-item:disabled { + color: #74788d; + pointer-events: none; + background-color: transparent; } + +.dropdown-menu.show { + display: block; } + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.71094rem; + color: #74788d; + white-space: nowrap; } + +.dropdown-item-text { + display: block; + padding: 0.35rem 1.5rem; + color: #212529; } + +.dropdown-menu-dark { + color: #f6f6f6; + background-color: #343a40; + border-color: rgba(0, 0, 0, 0.15); } + .dropdown-menu-dark .dropdown-item { + color: #f6f6f6; } + .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { + color: #fff; + background-color: rgba(255, 255, 255, 0.15); } + .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { + color: #343a40; + background-color: #f8f9fa; } + .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { + color: #adb5bd; } + .dropdown-menu-dark .dropdown-divider { + border-color: #eff2f7; } + .dropdown-menu-dark .dropdown-item-text { + color: #f6f6f6; } + .dropdown-menu-dark .dropdown-header { + color: #adb5bd; } + +.btn-group, +.btn-group-vertical { + position: relative; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; } + .btn-group > .btn, + .btn-group-vertical > .btn { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } + .btn-group > .btn-check:checked + .btn, + .btn-group > .btn-check:focus + .btn, + .btn-group > .btn:hover, + .btn-group > .btn:focus, + .btn-group > .btn:active, + .btn-group > .btn.active, + .btn-group-vertical > .btn-check:checked + .btn, + .btn-group-vertical > .btn-check:focus + .btn, + .btn-group-vertical > .btn:hover, + .btn-group-vertical > .btn:focus, + .btn-group-vertical > .btn:active, + .btn-group-vertical > .btn.active { + z-index: 1; } + +.btn-toolbar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .btn-toolbar .input-group { + width: auto; } + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-right: -1px; } + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.btn-group > .btn:nth-child(n + 3), +.btn-group > :not(.btn-check) + .btn, +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.dropdown-toggle-split { + padding-left: 0.5625rem; + padding-right: 0.5625rem; } + .dropdown-toggle-split::after, + .dropup .dropdown-toggle-split::after, + .dropend .dropdown-toggle-split::after { + margin-right: 0; } + .dropstart .dropdown-toggle-split::before { + margin-left: 0; } + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-left: 0.375rem; + padding-right: 0.375rem; } + +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-left: 0.75rem; + padding-right: 0.75rem; } + +.btn-group-vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; } + .btn-group-vertical > .btn, + .btn-group-vertical > .btn-group { + width: 100%; } + .btn-group-vertical > .btn:not(:first-child), + .btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; } + .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), + .btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .btn-group-vertical > .btn ~ .btn, + .btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + +.nav-link { + display: block; + padding: 0.5rem 1rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .nav-link { + -webkit-transition: none; + transition: none; } } + .nav-link:hover, .nav-link:focus { + text-decoration: none; } + .nav-link.disabled { + color: #74788d; + pointer-events: none; + cursor: default; } + +.nav-tabs { + border-bottom: 1px solid #ced4da; } + .nav-tabs .nav-link { + margin-bottom: -1px; + border: 1px solid transparent; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } + .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #eff2f7 #eff2f7 #ced4da; } + .nav-tabs .nav-link.disabled { + color: #74788d; + background-color: transparent; + border-color: transparent; } + .nav-tabs .nav-link.active, + .nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #ced4da #ced4da #fff; } + .nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.nav-pills .nav-link { + border-radius: 0.25rem; } + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #556ee6; } + +.nav-fill > .nav-link, +.nav-fill .nav-item { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; } + +.nav-justified > .nav-link, +.nav-justified .nav-item { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + text-align: center; } + +.tab-content > .tab-pane { + display: none; } + +.tab-content > .active { + display: block; } + +.navbar { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } + .navbar > .container, + .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: inherit; + flex-wrap: inherit; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } + +.navbar-brand { + padding-top: 0.34766rem; + padding-bottom: 0.34766rem; + margin-left: 1rem; + font-size: 1.01562rem; + white-space: nowrap; } + .navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; } + +.navbar-nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + .navbar-nav .nav-link { + padding-left: 0; + padding-right: 0; } + .navbar-nav .dropdown-menu { + position: static; } + +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } + +.navbar-collapse { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; } + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.01562rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + -webkit-transition: -webkit-box-shadow 0.15s ease-in-out; + transition: -webkit-box-shadow 0.15s ease-in-out; + transition: box-shadow 0.15s ease-in-out; + transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .navbar-toggler { + -webkit-transition: none; + transition: none; } } + .navbar-toggler:hover { + text-decoration: none; } + .navbar-toggler:focus { + text-decoration: none; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem; + box-shadow: 0 0 0 0.15rem; } + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; } + +@media (min-width: 576px) { + .navbar-expand-sm { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-sm .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-sm .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-sm .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-sm .navbar-toggler { + display: none; } } + +@media (min-width: 768px) { + .navbar-expand-md { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-md .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-md .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-md .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-md .navbar-toggler { + display: none; } } + +@media (min-width: 992px) { + .navbar-expand-lg { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-lg .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-lg .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-lg .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-lg .navbar-toggler { + display: none; } } + +@media (min-width: 1200px) { + .navbar-expand-xl { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-xl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-xl .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-xl .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-xl .navbar-toggler { + display: none; } } + +@media (min-width: 1400px) { + .navbar-expand-xxl { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-xxl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-xxl .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-xxl .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-xxl .navbar-toggler { + display: none; } } + +.navbar-expand { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand .navbar-toggler { + display: none; } + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); } + .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); } + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.55); } + .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); } + .navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); } + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); } + +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); } + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); } + .navbar-light .navbar-text a, + .navbar-light .navbar-text a:hover, + .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); } + +.navbar-dark .navbar-brand { + color: #fff; } + .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; } + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.55); } + .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); } + .navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); } + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; } + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); } + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); } + .navbar-dark .navbar-text a, + .navbar-dark .navbar-text a:hover, + .navbar-dark .navbar-text a:focus { + color: #fff; } + +.card { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 0 solid #f6f6f6; + border-radius: 0.25rem; } + .card > hr { + margin-left: 0; + margin-right: 0; } + .card > .list-group { + border-top: inherit; + border-bottom: inherit; } + .card > .list-group:first-child { + border-top-width: 0; + border-top-right-radius: calc(0.25rem - 0); + border-top-left-radius: calc(0.25rem - 0); } + .card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-left-radius: calc(0.25rem - 0); + border-bottom-right-radius: calc(0.25rem - 0); } + .card > .card-header + .list-group, + .card > .list-group + .card-footer { + border-top: 0; } + +.card-body { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1.25rem 1.25rem; } + +.card-title { + margin-bottom: 0.5rem; } + +.card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; } + +.card-text:last-child { + margin-bottom: 0; } + +.card-link:hover { + text-decoration: none; } + +.card-link + .card-link { + margin-left: 1.25rem ; } + +.card-header { + padding: 0.625rem 1.25rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 0 solid #f6f6f6; } + .card-header:first-child { + border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0; } + +.card-footer { + padding: 0.625rem 1.25rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 0 solid #f6f6f6; } + .card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0); } + +.card-header-tabs { + margin-left: -0.625rem; + margin-bottom: -0.625rem; + margin-right: -0.625rem; + border-bottom: 0; } + +.card-header-pills { + margin-left: -0.625rem; + margin-right: -0.625rem; } + +.card-img-overlay { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + padding: 1rem; + border-radius: calc(0.25rem - 0); } + +.card-img, +.card-img-top, +.card-img-bottom { + width: 100%; } + +.card-img, +.card-img-top { + border-top-right-radius: calc(0.25rem - 0); + border-top-left-radius: calc(0.25rem - 0); } + +.card-img, +.card-img-bottom { + border-bottom-left-radius: calc(0.25rem - 0); + border-bottom-right-radius: calc(0.25rem - 0); } + +.card-group > .card { + margin-bottom: 12px; } + +@media (min-width: 576px) { + .card-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; } + .card-group > .card { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; } + .card-group > .card + .card { + margin-right: 0; + border-right: 0; } + .card-group > .card:not(:last-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-left-radius: 0; } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-left-radius: 0; } + .card-group > .card:not(:first-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-right-radius: 0; } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-right-radius: 0; } } + +.accordion-button { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 1rem 1.25rem; + font-size: 0.8125rem; + color: #495057; + background-color: transparent; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0; + overflow-anchor: none; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .accordion-button { + -webkit-transition: none; + transition: none; } } + .accordion-button.collapsed { + border-bottom-width: 0; } + .accordion-button:not(.collapsed) { + color: #4d63cf; + background-color: #eef1fd; } + .accordion-button:not(.collapsed)::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d63cf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + -webkit-transform: rotate(-180deg); + transform: rotate(-180deg); } + .accordion-button::after { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 16px; + height: 16px; + margin-right: auto; + content: ""; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-size: 16px; + -webkit-transition: -webkit-transform 0.2s ease-in-out; + transition: -webkit-transform 0.2s ease-in-out; + transition: transform 0.2s ease-in-out; + transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .accordion-button::after { + -webkit-transition: none; + transition: none; } } + .accordion-button:hover { + z-index: 2; } + .accordion-button:focus { + z-index: 3; + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; } + +.accordion-header { + margin-bottom: 0; } + +.accordion-item:first-of-type .accordion-button { + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } + +.accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-width: 1px; + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.accordion-item:last-of-type .accordion-collapse { + border-bottom-width: 1px; + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.accordion-collapse { + border: solid rgba(0, 0, 0, 0.125); + border-width: 0 1px; } + +.accordion-body { + padding: 1rem 1.25rem; } + +.accordion-flush .accordion-button { + border-left: 0; + border-right: 0; + border-radius: 0; } + +.accordion-flush .accordion-collapse { + border-width: 0; } + +.accordion-flush .accordion-item:first-of-type .accordion-button { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.breadcrumb { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; } + +.breadcrumb-item + .breadcrumb-item { + padding-right: 0.5rem; } + .breadcrumb-item + .breadcrumb-item::before { + float: right; + padding-left: 0.5rem; + color: #74788d; + content: var(--bs-breadcrumb-divider, "/") ; } + +.breadcrumb-item.active { + color: #74788d; } + +.pagination { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-right: 0; + list-style: none; } + +.page-link { + position: relative; + display: block; + color: #74788d; + background-color: #fff; + border: 1px solid #ced4da; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .page-link { + -webkit-transition: none; + transition: none; } } + .page-link:hover { + z-index: 2; + color: #4458b8; + text-decoration: none; + background-color: #eff2f7; + border-color: #ced4da; } + .page-link:focus { + z-index: 3; + color: #4458b8; + background-color: #eff2f7; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + +.page-item:not(:first-child) .page-link { + margin-right: -1px; } + +.page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + +.page-item.disabled .page-link { + color: #ced4da; + pointer-events: none; + background-color: #fff; + border-color: #ced4da; } + +.page-link { + padding: 0.5rem 0.75rem; } + +.page-item:first-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.page-item:last-child .page-link { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.01562rem; } + +.pagination-lg .page-item:first-child .page-link { + border-top-right-radius: 0.4rem; + border-bottom-right-radius: 0.4rem; } + +.pagination-lg .page-item:last-child .page-link { + border-top-left-radius: 0.4rem; + border-bottom-left-radius: 0.4rem; } + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; } + +.pagination-sm .page-item:first-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } + +.pagination-sm .page-item:last-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } + +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 500; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; } + .badge:empty { + display: none; } + +.btn .badge { + position: relative; + top: -1px; } + +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; } + +.alert-heading { + color: inherit; } + +.alert-link { + font-weight: 600; } + +.alert-dismissible { + padding-left: 3.75rem; } + .alert-dismissible .btn-close { + position: absolute; + top: 0; + left: 0; + z-index: 2; + padding: 0.9375rem 1.25rem; } + +.alert-primary { + color: #33428a; + background-color: #dde2fa; + border-color: #ccd4f8; } + .alert-primary .alert-link { + color: #29356e; } + +.alert-secondary { + color: #464855; + background-color: #e3e4e8; + border-color: #d5d7dd; } + .alert-secondary .alert-link { + color: #383a44; } + +.alert-success { + color: #1f7556; + background-color: #d6f3e9; + border-color: #c2eddd; } + .alert-success .alert-link { + color: #195e45; } + +.alert-info { + color: #306391; + background-color: #dcedfc; + border-color: #cbe4fb; } + .alert-info .alert-link { + color: #264f74; } + +.alert-warning { + color: #916c2e; + background-color: #fcf0db; + border-color: #fbe9c9; } + .alert-warning .alert-link { + color: #745625; } + +.alert-danger { + color: #924040; + background-color: #fde1e1; + border-color: #fcd2d2; } + .alert-danger .alert-link { + color: #753333; } + +.alert-pink { + color: #8b2554; + background-color: #fad8e8; + border-color: #f8c5dd; } + .alert-pink .alert-link { + color: #6f1e43; } + +.alert-light { + color: #8f9194; + background-color: #fcfcfd; + border-color: #fafbfd; } + .alert-light .alert-link { + color: #727476; } + +.alert-dark { + color: #1f2326; + background-color: #d6d8d9; + border-color: #c2c4c6; } + .alert-dark .alert-link { + color: #191c1e; } + +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position-x: 0.625rem; } } + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 0.625rem; } } + +.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 0.625rem; + overflow: hidden; + font-size: 0.60938rem; + background-color: #f6f6f6; + border-radius: 0.25rem; } + +.progress-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #556ee6; + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; } + @media (prefers-reduced-motion: reduce) { + .progress-bar { + -webkit-transition: none; + transition: none; } } + +.progress-bar-striped { + background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 0.625rem 0.625rem; } + +.progress-bar-animated { + -webkit-animation: 1s linear infinite progress-bar-stripes; + animation: 1s linear infinite progress-bar-stripes; } + @media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; } } + +.list-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-right: 0; + margin-bottom: 0; + border-radius: 0.25rem; } + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; } + .list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; } + .list-group-item-action:active { + color: #495057; + background-color: #eff2f7; } + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + background-color: #fff; + border: 1px solid #eff2f7; } + .list-group-item:first-child { + border-top-right-radius: inherit; + border-top-left-radius: inherit; } + .list-group-item:last-child { + border-bottom-left-radius: inherit; + border-bottom-right-radius: inherit; } + .list-group-item.disabled, .list-group-item:disabled { + color: #74788d; + pointer-events: none; + background-color: #fff; } + .list-group-item.active { + z-index: 2; + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .list-group-item + .list-group-item { + border-top-width: 0; } + .list-group-item + .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; } + +.list-group-horizontal { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } + +@media (min-width: 576px) { + .list-group-horizontal-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-sm > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 768px) { + .list-group-horizontal-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-md > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 992px) { + .list-group-horizontal-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-lg > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 1200px) { + .list-group-horizontal-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-xl > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +.list-group-flush { + border-radius: 0; } + .list-group-flush > .list-group-item { + border-width: 0 0 1px; } + .list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; } + +.list-group-item-primary { + color: #33428a; + background-color: #dde2fa; } + .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #33428a; + background-color: #c7cbe1; } + .list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #33428a; + border-color: #33428a; } + +.list-group-item-secondary { + color: #464855; + background-color: #e3e4e8; } + .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #464855; + background-color: #cccdd1; } + .list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #464855; + border-color: #464855; } + +.list-group-item-success { + color: #1f7556; + background-color: #d6f3e9; } + .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #1f7556; + background-color: #c1dbd2; } + .list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #1f7556; + border-color: #1f7556; } + +.list-group-item-info { + color: #306391; + background-color: #dcedfc; } + .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #306391; + background-color: #c6d5e3; } + .list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #306391; + border-color: #306391; } + +.list-group-item-warning { + color: #916c2e; + background-color: #fcf0db; } + .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #916c2e; + background-color: #e3d8c5; } + .list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #916c2e; + border-color: #916c2e; } + +.list-group-item-danger { + color: #924040; + background-color: #fde1e1; } + .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #924040; + background-color: #e4cbcb; } + .list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #924040; + border-color: #924040; } + +.list-group-item-pink { + color: #8b2554; + background-color: #fad8e8; } + .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus { + color: #8b2554; + background-color: #e1c2d1; } + .list-group-item-pink.list-group-item-action.active { + color: #fff; + background-color: #8b2554; + border-color: #8b2554; } + +.list-group-item-light { + color: #8f9194; + background-color: #fcfcfd; } + .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #8f9194; + background-color: #e3e3e4; } + .list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #8f9194; + border-color: #8f9194; } + +.list-group-item-dark { + color: #1f2326; + background-color: #d6d8d9; } + .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1f2326; + background-color: #c1c2c3; } + .list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #1f2326; + border-color: #1f2326; } + +.btn-close { + -webkit-box-sizing: content-box; + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: #000; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; + border: 0; + border-radius: 0.25rem; + opacity: 0.5; } + .btn-close:hover { + color: #000; + text-decoration: none; + opacity: 0.75; } + .btn-close:focus { + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + opacity: 1; } + .btn-close:disabled, .btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + opacity: 0.25; } + +.btn-close-white { + -webkit-filter: invert(1) grayscale(100%) brightness(200%); + filter: invert(1) grayscale(100%) brightness(200%); } + +.toast { + width: 350px; + max-width: 100%; + font-size: 0.875rem; + pointer-events: auto; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border-radius: 0.25rem; } + .toast:not(.showing):not(.show) { + opacity: 0; } + .toast.hide { + display: none; } + +.toast-container { + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + max-width: 100%; + pointer-events: none; } + .toast-container > :not(:last-child) { + margin-bottom: 12px; } + +.toast-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.75rem; + color: #74788d; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.25rem - 1px); } + .toast-header .btn-close { + margin-left: -0.375rem; + margin-right: 0.75rem; } + +.toast-body { + padding: 0.75rem; } + +.modal-open { + overflow: hidden; } + .modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } + +.modal { + position: fixed; + top: 0; + right: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; } + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; } + .modal.fade .modal-dialog { + -webkit-transition: -webkit-transform 0.3s ease-out; + transition: -webkit-transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; + -webkit-transform: translate(0, -50px); + transform: translate(0, -50px); } + @media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + -webkit-transition: none; + transition: none; } } + .modal.show .modal-dialog { + -webkit-transform: none; + transform: none; } + .modal.modal-static .modal-dialog { + -webkit-transform: scale(1.02); + transform: scale(1.02); } + +.modal-dialog-scrollable { + height: calc(100% - 1rem); } + .modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; } + .modal-dialog-scrollable .modal-body { + overflow-y: auto; } + +.modal-dialog-centered { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: calc(100% - 1rem); } + +.modal-content { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #f6f6f6; + border-radius: 0.4rem; + outline: 0; } + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; } + .modal-backdrop.fade { + opacity: 0; } + .modal-backdrop.show { + opacity: 0.5; } + +.modal-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #eff2f7; + border-top-right-radius: calc(0.4rem - 1px); + border-top-left-radius: calc(0.4rem - 1px); } + .modal-header .btn-close { + padding: 0.5rem 0.5rem; + margin: -0.5rem auto -0.5rem -0.5rem; } + +.modal-title { + margin-bottom: 0; + line-height: 1.5; } + +.modal-body { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1rem; } + +.modal-footer { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #eff2f7; + border-bottom-left-radius: calc(0.4rem - 1px); + border-bottom-right-radius: calc(0.4rem - 1px); } + .modal-footer > * { + margin: 0.25rem; } + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; } + .modal-dialog-scrollable { + height: calc(100% - 3.5rem); } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); } + .modal-sm { + max-width: 300px; } } + +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; } } + +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; } } + +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen .modal-header { + border-radius: 0; } + .modal-fullscreen .modal-body { + overflow-y: auto; } + .modal-fullscreen .modal-footer { + border-radius: 0; } + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-md-down .modal-header { + border-radius: 0; } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; } } + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: right; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.71094rem; + word-wrap: break-word; + opacity: 0; } + .tooltip.show { + opacity: 0.9; } + .tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; } + .tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; } + +.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { + padding: 0.4rem 0; } + .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { + bottom: 0; } + .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; } + +.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { + padding: 0 0.4rem; } + .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; } + .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; } + +.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { + padding: 0.4rem 0; } + .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { + top: 0; } + .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; } + +.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { + padding: 0 0.4rem; } + .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; } + .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; } + +.tooltip-inner { + max-width: 200px; + padding: 0.4rem 0.7rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; } + +.popover { + position: absolute; + top: 0; + left: 0 ; + z-index: 1060; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: right; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.71094rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #f6f6f6; + border-radius: 0.4rem; } + .popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.4rem; } + .popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; } + +.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] { + margin-bottom: 0.5rem !important; } + .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow { + bottom: calc(-0.5rem - 1px); } + .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: #f6f6f6; } + .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; } + +.bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] { + margin-right: 0.5rem !important; } + .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.4rem 0; } + .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #f6f6f6; } + .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; } + +.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] { + margin-top: 0.5rem !important; } + .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow { + top: calc(-0.5rem - 1px); } + .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #f6f6f6; } + .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; } + .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + right: 50%; + display: block; + width: 1rem; + margin-right: -0.5rem; + content: ""; + border-bottom: 1px solid whitesmoke; } + +.bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] { + margin-left: 0.5rem !important; } + .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.4rem 0; } + .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #f6f6f6; } + .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; } + +.popover-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.8125rem; + background-color: whitesmoke; + border-bottom: 1px solid #dddddd; + border-top-right-radius: calc(0.4rem - 1px); + border-top-left-radius: calc(0.4rem - 1px); } + .popover-header:empty { + display: none; } + +.popover-body { + padding: 1rem 1rem; + color: #495057; } + +.carousel { + position: relative; } + +.carousel.pointer-event { + -ms-touch-action: pan-y; + touch-action: pan-y; } + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; } + .carousel-inner::after { + display: block; + clear: both; + content: ""; } + +.carousel-item { + position: relative; + display: none; + float: right; + width: 100%; + margin-left: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: -webkit-transform 0.6s ease-in-out; + transition: -webkit-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .carousel-item { + -webkit-transition: none; + transition: none; } } + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; } +.carousel-item-next:not(.carousel-item-start), +.active.carousel-item-end { + -webkit-transform: translateX(100%); + transform: translateX(100%); } + +.carousel-item-prev:not(.carousel-item-end), +.active.carousel-item-start { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } +.carousel-fade .carousel-item { + opacity: 0; + -webkit-transition-property: opacity; + transition-property: opacity; + -webkit-transform: none; + transform: none; } + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-start, +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; } + +.carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + -webkit-transition: opacity 0s 0.6s; + transition: opacity 0s 0.6s; } + @media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-start, + .carousel-fade .active.carousel-item-end { + -webkit-transition: none; + transition: none; } } + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + -webkit-transition: opacity 0.15s ease; + transition: opacity 0.15s ease; } + @media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + -webkit-transition: none; + transition: none; } } + .carousel-control-prev:hover, .carousel-control-prev:focus, + .carousel-control-next:hover, + .carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; } + +.carousel-control-prev { + right: 0; } + +.carousel-control-next { + left: 0; } + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 2rem; + height: 2rem; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; } +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } + +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } + +.carousel-indicators { + position: absolute; + left: 0; + bottom: 0; + right: 0; + z-index: 2; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-right: 0; + margin-left: 15%; + margin-right: 15%; + list-style: none; } + .carousel-indicators li { + -webkit-box-sizing: content-box; + box-sizing: content-box; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-left: 3px; + margin-right: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + -webkit-transition: opacity 0.6s ease; + transition: opacity 0.6s ease; } + @media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + -webkit-transition: none; + transition: none; } } + .carousel-indicators .active { + opacity: 1; } + +.carousel-caption { + position: absolute; + left: 15%; + bottom: 1.25rem; + right: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; } + +.carousel-dark .carousel-control-next-icon, +.carousel-dark .carousel-control-prev-icon { + -webkit-filter: invert(1) grayscale(100); + filter: invert(1) grayscale(100); } + +.carousel-dark .carousel-indicators li { + background-color: #000; } + +.carousel-dark .carousel-caption { + color: #000; } + +@-webkit-keyframes spinner-border { + to { + -webkit-transform: rotate(360deg) ; + transform: rotate(360deg) ; } } + +@keyframes spinner-border { + to { + -webkit-transform: rotate(360deg) ; + transform: rotate(360deg) ; } } + +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-left-color: transparent; + border-radius: 50%; + -webkit-animation: 0.75s linear infinite spinner-border; + animation: 0.75s linear infinite spinner-border; } + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; } + +@-webkit-keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); } + 50% { + opacity: 1; + -webkit-transform: none; + transform: none; } } + +@keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); } + 50% { + opacity: 1; + -webkit-transform: none; + transform: none; } } + +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: 0.75s linear infinite spinner-grow; + animation: 0.75s linear infinite spinner-grow; } + +.spinner-grow-sm { + width: 1rem; + height: 1rem; } + +@media (prefers-reduced-motion: reduce) { + .spinner-border, + .spinner-grow { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; } } + +.clearfix::after { + display: block; + clear: both; + content: ""; } + +.link-primary { + color: #556ee6; } + .link-primary:hover, .link-primary:focus { + color: #4458b8; } + +.link-secondary { + color: #74788d; } + .link-secondary:hover, .link-secondary:focus { + color: #5d6071; } + +.link-success { + color: #34c38f; } + .link-success:hover, .link-success:focus { + color: #2a9c72; } + +.link-info { + color: #50a5f1; } + .link-info:hover, .link-info:focus { + color: #4084c1; } + +.link-warning { + color: #f1b44c; } + .link-warning:hover, .link-warning:focus { + color: #c1903d; } + +.link-danger { + color: #f46a6a; } + .link-danger:hover, .link-danger:focus { + color: #c35555; } + +.link-pink { + color: #e83e8c; } + .link-pink:hover, .link-pink:focus { + color: #ba3270; } + +.link-light { + color: #eff2f7; } + .link-light:hover, .link-light:focus { + color: #f2f5f9; } + +.link-dark { + color: #343a40; } + .link-dark:hover, .link-dark:focus { + color: #2a2e33; } + +.ratio { + position: relative; + width: 100%; } + .ratio::before { + display: block; + padding-top: var(--aspect-ratio); + content: ""; } + .ratio > * { + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 100%; } + +.ratio-1x1 { + --aspect-ratio: 100%; } + +.ratio-4x3 { + --aspect-ratio: calc(3 / 4 * 100%); } + +.ratio-16x9 { + --aspect-ratio: calc(9 / 16 * 100%); } + +.ratio-21x9 { + --aspect-ratio: calc(9 / 21 * 100%); } + +.fixed-top { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 1030; } + +.fixed-bottom { + position: fixed; + left: 0; + bottom: 0; + right: 0; + z-index: 1030; } + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; } + +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 1400px) { + .sticky-xxl-top { + position: sticky; + top: 0; + z-index: 1020; } } + +.visually-hidden, +.visually-hidden-focusable:not(:focus) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; } + +.stretched-link::after { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 1; + content: ""; } + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + +.align-baseline { + vertical-align: baseline !important; } + +.align-top { + vertical-align: top !important; } + +.align-middle { + vertical-align: middle !important; } + +.align-bottom { + vertical-align: bottom !important; } + +.align-text-bottom { + vertical-align: text-bottom !important; } + +.align-text-top { + vertical-align: text-top !important; } + +.float-start { + float: right !important; } + +.float-end { + float: left !important; } + +.float-none { + float: none !important; } + +.overflow-auto { + overflow: auto !important; } + +.overflow-hidden { + overflow: hidden !important; } + +.overflow-visible { + overflow: visible !important; } + +.overflow-scroll { + overflow: scroll !important; } + +.d-inline { + display: inline !important; } + +.d-inline-block { + display: inline-block !important; } + +.d-block { + display: block !important; } + +.d-grid { + display: grid !important; } + +.d-table { + display: table !important; } + +.d-table-row { + display: table-row !important; } + +.d-table-cell { + display: table-cell !important; } + +.d-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + +.d-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + +.d-none { + display: none !important; } + +.shadow { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important; + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important; } + +.shadow-sm { + -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } + +.shadow-lg { + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } + +.shadow-none { + -webkit-box-shadow: none !important; + box-shadow: none !important; } + +.position-static { + position: static !important; } + +.position-relative { + position: relative !important; } + +.position-absolute { + position: absolute !important; } + +.position-fixed { + position: fixed !important; } + +.position-sticky { + position: sticky !important; } + +.top-0 { + top: 0 !important; } + +.top-50 { + top: 50% !important; } + +.top-100 { + top: 100% !important; } + +.bottom-0 { + bottom: 0 !important; } + +.bottom-50 { + bottom: 50% !important; } + +.bottom-100 { + bottom: 100% !important; } + +.start-0 { + right: 0 !important; } + +.start-50 { + right: 50% !important; } + +.start-100 { + right: 100% !important; } + +.end-0 { + left: 0 !important; } + +.end-50 { + left: 50% !important; } + +.end-100 { + left: 100% !important; } + +.translate-middle { + -webkit-transform: translate(50%, -50%) !important; + transform: translate(50%, -50%) !important; } + +.translate-middle-x { + -webkit-transform: translateX(50%) !important; + transform: translateX(50%) !important; } + +.translate-middle-y { + -webkit-transform: translateY(-50%) !important; + transform: translateY(-50%) !important; } + +.border { + border: 1px solid #eff2f7 !important; } + +.border-0 { + border: 0 !important; } + +.border-top { + border-top: 1px solid #eff2f7 !important; } + +.border-top-0 { + border-top: 0 !important; } + +.border-end { + border-left: 1px solid #eff2f7 !important; } + +.border-end-0 { + border-left: 0 !important; } + +.border-bottom { + border-bottom: 1px solid #eff2f7 !important; } + +.border-bottom-0 { + border-bottom: 0 !important; } + +.border-start { + border-right: 1px solid #eff2f7 !important; } + +.border-start-0 { + border-right: 0 !important; } + +.border-primary { + border-color: #556ee6 !important; } + +.border-secondary { + border-color: #74788d !important; } + +.border-success { + border-color: #34c38f !important; } + +.border-info { + border-color: #50a5f1 !important; } + +.border-warning { + border-color: #f1b44c !important; } + +.border-danger { + border-color: #f46a6a !important; } + +.border-pink { + border-color: #e83e8c !important; } + +.border-light { + border-color: #eff2f7 !important; } + +.border-dark { + border-color: #343a40 !important; } + +.border-white { + border-color: #fff !important; } + +.border-0 { + border-width: 0 !important; } + +.border-1 { + border-width: 1px !important; } + +.border-2 { + border-width: 2px !important; } + +.border-3 { + border-width: 3px !important; } + +.border-4 { + border-width: 4px !important; } + +.border-5 { + border-width: 5px !important; } + +.w-25 { + width: 25% !important; } + +.w-50 { + width: 50% !important; } + +.w-75 { + width: 75% !important; } + +.w-100 { + width: 100% !important; } + +.w-auto { + width: auto !important; } + +.mw-100 { + max-width: 100% !important; } + +.vw-100 { + width: 100vw !important; } + +.min-vw-100 { + min-width: 100vw !important; } + +.h-25 { + height: 25% !important; } + +.h-50 { + height: 50% !important; } + +.h-75 { + height: 75% !important; } + +.h-100 { + height: 100% !important; } + +.h-auto { + height: auto !important; } + +.mh-100 { + max-height: 100% !important; } + +.vh-100 { + height: 100vh !important; } + +.min-vh-100 { + min-height: 100vh !important; } + +.flex-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + +.flex-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + +.flex-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + +.flex-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + +.flex-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + +.gap-0 { + gap: 0 !important; } + +.gap-1 { + gap: 0.25rem !important; } + +.gap-2 { + gap: 0.5rem !important; } + +.gap-3 { + gap: 1rem !important; } + +.gap-4 { + gap: 1.5rem !important; } + +.gap-5 { + gap: 3rem !important; } + +.justify-content-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + +.justify-content-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + +.justify-content-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + +.justify-content-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + +.justify-content-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + +.align-items-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + +.align-items-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + +.align-items-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + +.align-items-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + +.align-items-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + +.order-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + +.order-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + +.order-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + +.order-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + +.order-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + +.order-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + +.order-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + +.order-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + +.m-0 { + margin: 0 !important; } + +.m-1 { + margin: 0.25rem !important; } + +.m-2 { + margin: 0.5rem !important; } + +.m-3 { + margin: 1rem !important; } + +.m-4 { + margin: 1.5rem !important; } + +.m-5 { + margin: 3rem !important; } + +.m-auto { + margin: auto !important; } + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + +.mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + +.mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + +.mx-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; } + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + +.my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + +.mt-0 { + margin-top: 0 !important; } + +.mt-1 { + margin-top: 0.25rem !important; } + +.mt-2 { + margin-top: 0.5rem !important; } + +.mt-3 { + margin-top: 1rem !important; } + +.mt-4 { + margin-top: 1.5rem !important; } + +.mt-5 { + margin-top: 3rem !important; } + +.mt-auto { + margin-top: auto !important; } + +.me-0 { + margin-left: 0 !important; } + +.me-1 { + margin-left: 0.25rem !important; } + +.me-2 { + margin-left: 0.5rem !important; } + +.me-3 { + margin-left: 1rem !important; } + +.me-4 { + margin-left: 1.5rem !important; } + +.me-5 { + margin-left: 3rem !important; } + +.me-auto { + margin-left: auto !important; } + +.mb-0 { + margin-bottom: 0 !important; } + +.mb-1 { + margin-bottom: 0.25rem !important; } + +.mb-2 { + margin-bottom: 0.5rem !important; } + +.mb-3 { + margin-bottom: 1rem !important; } + +.mb-4 { + margin-bottom: 1.5rem !important; } + +.mb-5 { + margin-bottom: 3rem !important; } + +.mb-auto { + margin-bottom: auto !important; } + +.ms-0 { + margin-right: 0 !important; } + +.ms-1 { + margin-right: 0.25rem !important; } + +.ms-2 { + margin-right: 0.5rem !important; } + +.ms-3 { + margin-right: 1rem !important; } + +.ms-4 { + margin-right: 1.5rem !important; } + +.ms-5 { + margin-right: 3rem !important; } + +.ms-auto { + margin-right: auto !important; } + +.m-n1 { + margin: -0.25rem !important; } + +.m-n2 { + margin: -0.5rem !important; } + +.m-n3 { + margin: -1rem !important; } + +.m-n4 { + margin: -1.5rem !important; } + +.m-n5 { + margin: -3rem !important; } + +.mx-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + +.mx-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + +.mx-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + +.mx-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + +.mx-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + +.my-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + +.my-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + +.my-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + +.my-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + +.my-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + +.mt-n1 { + margin-top: -0.25rem !important; } + +.mt-n2 { + margin-top: -0.5rem !important; } + +.mt-n3 { + margin-top: -1rem !important; } + +.mt-n4 { + margin-top: -1.5rem !important; } + +.mt-n5 { + margin-top: -3rem !important; } + +.me-n1 { + margin-left: -0.25rem !important; } + +.me-n2 { + margin-left: -0.5rem !important; } + +.me-n3 { + margin-left: -1rem !important; } + +.me-n4 { + margin-left: -1.5rem !important; } + +.me-n5 { + margin-left: -3rem !important; } + +.mb-n1 { + margin-bottom: -0.25rem !important; } + +.mb-n2 { + margin-bottom: -0.5rem !important; } + +.mb-n3 { + margin-bottom: -1rem !important; } + +.mb-n4 { + margin-bottom: -1.5rem !important; } + +.mb-n5 { + margin-bottom: -3rem !important; } + +.ms-n1 { + margin-right: -0.25rem !important; } + +.ms-n2 { + margin-right: -0.5rem !important; } + +.ms-n3 { + margin-right: -1rem !important; } + +.ms-n4 { + margin-right: -1.5rem !important; } + +.ms-n5 { + margin-right: -3rem !important; } + +.p-0 { + padding: 0 !important; } + +.p-1 { + padding: 0.25rem !important; } + +.p-2 { + padding: 0.5rem !important; } + +.p-3 { + padding: 1rem !important; } + +.p-4 { + padding: 1.5rem !important; } + +.p-5 { + padding: 3rem !important; } + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + +.px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + +.px-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + +.pt-0 { + padding-top: 0 !important; } + +.pt-1 { + padding-top: 0.25rem !important; } + +.pt-2 { + padding-top: 0.5rem !important; } + +.pt-3 { + padding-top: 1rem !important; } + +.pt-4 { + padding-top: 1.5rem !important; } + +.pt-5 { + padding-top: 3rem !important; } + +.pe-0 { + padding-left: 0 !important; } + +.pe-1 { + padding-left: 0.25rem !important; } + +.pe-2 { + padding-left: 0.5rem !important; } + +.pe-3 { + padding-left: 1rem !important; } + +.pe-4 { + padding-left: 1.5rem !important; } + +.pe-5 { + padding-left: 3rem !important; } + +.pb-0 { + padding-bottom: 0 !important; } + +.pb-1 { + padding-bottom: 0.25rem !important; } + +.pb-2 { + padding-bottom: 0.5rem !important; } + +.pb-3 { + padding-bottom: 1rem !important; } + +.pb-4 { + padding-bottom: 1.5rem !important; } + +.pb-5 { + padding-bottom: 3rem !important; } + +.ps-0 { + padding-right: 0 !important; } + +.ps-1 { + padding-right: 0.25rem !important; } + +.ps-2 { + padding-right: 0.5rem !important; } + +.ps-3 { + padding-right: 1rem !important; } + +.ps-4 { + padding-right: 1.5rem !important; } + +.ps-5 { + padding-right: 3rem !important; } + +.fs-1 { + font-size: calc(1.32812rem + 0.9375vw) !important; } + +.fs-2 { + font-size: calc(1.2875rem + 0.45vw) !important; } + +.fs-3 { + font-size: calc(1.26719rem + 0.20625vw) !important; } + +.fs-4 { + font-size: 1.21875rem !important; } + +.fs-5 { + font-size: 1.01562rem !important; } + +.fs-6 { + font-size: 0.8125rem !important; } + +.fst-italic { + font-style: italic !important; } + +.fst-normal { + font-style: normal !important; } + +.fw-light { + font-weight: 300 !important; } + +.fw-lighter { + font-weight: lighter !important; } + +.fw-normal { + font-weight: 400 !important; } + +.fw-bold { + font-weight: 600 !important; } + +.fw-bolder { + font-weight: bolder !important; } + +.text-lowercase { + text-transform: lowercase !important; } + +.text-uppercase { + text-transform: uppercase !important; } + +.text-capitalize { + text-transform: capitalize !important; } + +.text-start { + text-align: right !important; } + +.text-end { + text-align: left !important; } + +.text-center { + text-align: center !important; } + +.text-primary { + color: #556ee6 !important; } + +.text-secondary { + color: #74788d !important; } + +.text-success { + color: #34c38f !important; } + +.text-info { + color: #50a5f1 !important; } + +.text-warning { + color: #f1b44c !important; } + +.text-danger { + color: #f46a6a !important; } + +.text-pink { + color: #e83e8c !important; } + +.text-light { + color: #eff2f7 !important; } + +.text-dark { + color: #343a40 !important; } + +.text-white { + color: #fff !important; } + +.text-body { + color: #495057 !important; } + +.text-muted { + color: #74788d !important; } + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; } + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; } + +.text-reset { + color: inherit !important; } + +.lh-1 { + line-height: 1 !important; } + +.lh-sm { + line-height: 1.25 !important; } + +.lh-base { + line-height: 1.5 !important; } + +.lh-lg { + line-height: 2 !important; } + +.bg-primary { + background-color: #556ee6 !important; } + +.bg-secondary { + background-color: #74788d !important; } + +.bg-success { + background-color: #34c38f !important; } + +.bg-info { + background-color: #50a5f1 !important; } + +.bg-warning { + background-color: #f1b44c !important; } + +.bg-danger { + background-color: #f46a6a !important; } + +.bg-pink { + background-color: #e83e8c !important; } + +.bg-light { + background-color: #eff2f7 !important; } + +.bg-dark { + background-color: #343a40 !important; } + +.bg-body { + background-color: #f8f8fb !important; } + +.bg-white { + background-color: #fff !important; } + +.bg-transparent { + background-color: transparent !important; } + +.bg-gradient { + background-image: var(--bs-gradient) !important; } + +.text-wrap { + white-space: normal !important; } + +.text-nowrap { + white-space: nowrap !important; } + +.text-decoration-none { + text-decoration: none !important; } + +.text-decoration-underline { + text-decoration: underline !important; } + +.text-decoration-line-through { + text-decoration: line-through !important; } +.font-monospace { + font-family: var(--bs-font-monospace) !important; } + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + -ms-user-select: all !important; + user-select: all !important; } + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + -ms-user-select: auto !important; + user-select: auto !important; } + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; } + +.pe-none { + pointer-events: none !important; } + +.pe-auto { + pointer-events: auto !important; } + +.rounded { + border-radius: 0.25rem !important; } + +.rounded-0 { + border-radius: 0 !important; } + +.rounded-1 { + border-radius: 0.2rem !important; } + +.rounded-2 { + border-radius: 0.25rem !important; } + +.rounded-3 { + border-radius: 0.4rem !important; } + +.rounded-circle { + border-radius: 50% !important; } + +.rounded-pill { + border-radius: 50rem !important; } + +.rounded-top { + border-top-right-radius: 0.25rem !important; + border-top-left-radius: 0.25rem !important; } + +.rounded-end { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } + +.rounded-bottom { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; } + +.rounded-start { + border-bottom-right-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; } + +.visible { + visibility: visible !important; } + +.invisible { + visibility: hidden !important; } + +@media (min-width: 576px) { + .float-sm-start { + float: right !important; } + .float-sm-end { + float: left !important; } + .float-sm-none { + float: none !important; } + .d-sm-inline { + display: inline !important; } + .d-sm-inline-block { + display: inline-block !important; } + .d-sm-block { + display: block !important; } + .d-sm-grid { + display: grid !important; } + .d-sm-table { + display: table !important; } + .d-sm-table-row { + display: table-row !important; } + .d-sm-table-cell { + display: table-cell !important; } + .d-sm-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-sm-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-sm-none { + display: none !important; } + .flex-sm-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-sm-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-sm-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-sm-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-sm-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-sm-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-sm-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-sm-0 { + gap: 0 !important; } + .gap-sm-1 { + gap: 0.25rem !important; } + .gap-sm-2 { + gap: 0.5rem !important; } + .gap-sm-3 { + gap: 1rem !important; } + .gap-sm-4 { + gap: 1.5rem !important; } + .gap-sm-5 { + gap: 3rem !important; } + .justify-content-sm-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-sm-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-sm-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-sm-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-sm-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-sm-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-sm-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-sm-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-sm-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-sm-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-sm-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-sm-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-sm-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-sm-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-sm-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-sm-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-sm-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-sm-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-sm-0 { + margin: 0 !important; } + .m-sm-1 { + margin: 0.25rem !important; } + .m-sm-2 { + margin: 0.5rem !important; } + .m-sm-3 { + margin: 1rem !important; } + .m-sm-4 { + margin: 1.5rem !important; } + .m-sm-5 { + margin: 3rem !important; } + .m-sm-auto { + margin: auto !important; } + .mx-sm-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-sm-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-sm-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-sm-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-sm-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-sm-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-sm-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-sm-0 { + margin-top: 0 !important; } + .mt-sm-1 { + margin-top: 0.25rem !important; } + .mt-sm-2 { + margin-top: 0.5rem !important; } + .mt-sm-3 { + margin-top: 1rem !important; } + .mt-sm-4 { + margin-top: 1.5rem !important; } + .mt-sm-5 { + margin-top: 3rem !important; } + .mt-sm-auto { + margin-top: auto !important; } + .me-sm-0 { + margin-left: 0 !important; } + .me-sm-1 { + margin-left: 0.25rem !important; } + .me-sm-2 { + margin-left: 0.5rem !important; } + .me-sm-3 { + margin-left: 1rem !important; } + .me-sm-4 { + margin-left: 1.5rem !important; } + .me-sm-5 { + margin-left: 3rem !important; } + .me-sm-auto { + margin-left: auto !important; } + .mb-sm-0 { + margin-bottom: 0 !important; } + .mb-sm-1 { + margin-bottom: 0.25rem !important; } + .mb-sm-2 { + margin-bottom: 0.5rem !important; } + .mb-sm-3 { + margin-bottom: 1rem !important; } + .mb-sm-4 { + margin-bottom: 1.5rem !important; } + .mb-sm-5 { + margin-bottom: 3rem !important; } + .mb-sm-auto { + margin-bottom: auto !important; } + .ms-sm-0 { + margin-right: 0 !important; } + .ms-sm-1 { + margin-right: 0.25rem !important; } + .ms-sm-2 { + margin-right: 0.5rem !important; } + .ms-sm-3 { + margin-right: 1rem !important; } + .ms-sm-4 { + margin-right: 1.5rem !important; } + .ms-sm-5 { + margin-right: 3rem !important; } + .ms-sm-auto { + margin-right: auto !important; } + .m-sm-n1 { + margin: -0.25rem !important; } + .m-sm-n2 { + margin: -0.5rem !important; } + .m-sm-n3 { + margin: -1rem !important; } + .m-sm-n4 { + margin: -1.5rem !important; } + .m-sm-n5 { + margin: -3rem !important; } + .mx-sm-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-sm-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-sm-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-sm-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-sm-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-sm-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-sm-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-sm-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-sm-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-sm-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-sm-n1 { + margin-top: -0.25rem !important; } + .mt-sm-n2 { + margin-top: -0.5rem !important; } + .mt-sm-n3 { + margin-top: -1rem !important; } + .mt-sm-n4 { + margin-top: -1.5rem !important; } + .mt-sm-n5 { + margin-top: -3rem !important; } + .me-sm-n1 { + margin-left: -0.25rem !important; } + .me-sm-n2 { + margin-left: -0.5rem !important; } + .me-sm-n3 { + margin-left: -1rem !important; } + .me-sm-n4 { + margin-left: -1.5rem !important; } + .me-sm-n5 { + margin-left: -3rem !important; } + .mb-sm-n1 { + margin-bottom: -0.25rem !important; } + .mb-sm-n2 { + margin-bottom: -0.5rem !important; } + .mb-sm-n3 { + margin-bottom: -1rem !important; } + .mb-sm-n4 { + margin-bottom: -1.5rem !important; } + .mb-sm-n5 { + margin-bottom: -3rem !important; } + .ms-sm-n1 { + margin-right: -0.25rem !important; } + .ms-sm-n2 { + margin-right: -0.5rem !important; } + .ms-sm-n3 { + margin-right: -1rem !important; } + .ms-sm-n4 { + margin-right: -1.5rem !important; } + .ms-sm-n5 { + margin-right: -3rem !important; } + .p-sm-0 { + padding: 0 !important; } + .p-sm-1 { + padding: 0.25rem !important; } + .p-sm-2 { + padding: 0.5rem !important; } + .p-sm-3 { + padding: 1rem !important; } + .p-sm-4 { + padding: 1.5rem !important; } + .p-sm-5 { + padding: 3rem !important; } + .px-sm-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-sm-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-sm-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-sm-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-sm-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-sm-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-sm-0 { + padding-top: 0 !important; } + .pt-sm-1 { + padding-top: 0.25rem !important; } + .pt-sm-2 { + padding-top: 0.5rem !important; } + .pt-sm-3 { + padding-top: 1rem !important; } + .pt-sm-4 { + padding-top: 1.5rem !important; } + .pt-sm-5 { + padding-top: 3rem !important; } + .pe-sm-0 { + padding-left: 0 !important; } + .pe-sm-1 { + padding-left: 0.25rem !important; } + .pe-sm-2 { + padding-left: 0.5rem !important; } + .pe-sm-3 { + padding-left: 1rem !important; } + .pe-sm-4 { + padding-left: 1.5rem !important; } + .pe-sm-5 { + padding-left: 3rem !important; } + .pb-sm-0 { + padding-bottom: 0 !important; } + .pb-sm-1 { + padding-bottom: 0.25rem !important; } + .pb-sm-2 { + padding-bottom: 0.5rem !important; } + .pb-sm-3 { + padding-bottom: 1rem !important; } + .pb-sm-4 { + padding-bottom: 1.5rem !important; } + .pb-sm-5 { + padding-bottom: 3rem !important; } + .ps-sm-0 { + padding-right: 0 !important; } + .ps-sm-1 { + padding-right: 0.25rem !important; } + .ps-sm-2 { + padding-right: 0.5rem !important; } + .ps-sm-3 { + padding-right: 1rem !important; } + .ps-sm-4 { + padding-right: 1.5rem !important; } + .ps-sm-5 { + padding-right: 3rem !important; } + .text-sm-start { + text-align: right !important; } + .text-sm-end { + text-align: left !important; } + .text-sm-center { + text-align: center !important; } } + +@media (min-width: 768px) { + .float-md-start { + float: right !important; } + .float-md-end { + float: left !important; } + .float-md-none { + float: none !important; } + .d-md-inline { + display: inline !important; } + .d-md-inline-block { + display: inline-block !important; } + .d-md-block { + display: block !important; } + .d-md-grid { + display: grid !important; } + .d-md-table { + display: table !important; } + .d-md-table-row { + display: table-row !important; } + .d-md-table-cell { + display: table-cell !important; } + .d-md-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-md-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-md-none { + display: none !important; } + .flex-md-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-md-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-md-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-md-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-md-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-md-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-md-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-md-0 { + gap: 0 !important; } + .gap-md-1 { + gap: 0.25rem !important; } + .gap-md-2 { + gap: 0.5rem !important; } + .gap-md-3 { + gap: 1rem !important; } + .gap-md-4 { + gap: 1.5rem !important; } + .gap-md-5 { + gap: 3rem !important; } + .justify-content-md-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-md-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-md-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-md-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-md-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-md-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-md-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-md-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-md-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-md-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-md-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-md-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-md-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-md-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-md-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-md-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-md-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-md-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-md-0 { + margin: 0 !important; } + .m-md-1 { + margin: 0.25rem !important; } + .m-md-2 { + margin: 0.5rem !important; } + .m-md-3 { + margin: 1rem !important; } + .m-md-4 { + margin: 1.5rem !important; } + .m-md-5 { + margin: 3rem !important; } + .m-md-auto { + margin: auto !important; } + .mx-md-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-md-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-md-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-md-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-md-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-md-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-md-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-md-0 { + margin-top: 0 !important; } + .mt-md-1 { + margin-top: 0.25rem !important; } + .mt-md-2 { + margin-top: 0.5rem !important; } + .mt-md-3 { + margin-top: 1rem !important; } + .mt-md-4 { + margin-top: 1.5rem !important; } + .mt-md-5 { + margin-top: 3rem !important; } + .mt-md-auto { + margin-top: auto !important; } + .me-md-0 { + margin-left: 0 !important; } + .me-md-1 { + margin-left: 0.25rem !important; } + .me-md-2 { + margin-left: 0.5rem !important; } + .me-md-3 { + margin-left: 1rem !important; } + .me-md-4 { + margin-left: 1.5rem !important; } + .me-md-5 { + margin-left: 3rem !important; } + .me-md-auto { + margin-left: auto !important; } + .mb-md-0 { + margin-bottom: 0 !important; } + .mb-md-1 { + margin-bottom: 0.25rem !important; } + .mb-md-2 { + margin-bottom: 0.5rem !important; } + .mb-md-3 { + margin-bottom: 1rem !important; } + .mb-md-4 { + margin-bottom: 1.5rem !important; } + .mb-md-5 { + margin-bottom: 3rem !important; } + .mb-md-auto { + margin-bottom: auto !important; } + .ms-md-0 { + margin-right: 0 !important; } + .ms-md-1 { + margin-right: 0.25rem !important; } + .ms-md-2 { + margin-right: 0.5rem !important; } + .ms-md-3 { + margin-right: 1rem !important; } + .ms-md-4 { + margin-right: 1.5rem !important; } + .ms-md-5 { + margin-right: 3rem !important; } + .ms-md-auto { + margin-right: auto !important; } + .m-md-n1 { + margin: -0.25rem !important; } + .m-md-n2 { + margin: -0.5rem !important; } + .m-md-n3 { + margin: -1rem !important; } + .m-md-n4 { + margin: -1.5rem !important; } + .m-md-n5 { + margin: -3rem !important; } + .mx-md-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-md-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-md-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-md-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-md-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-md-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-md-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-md-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-md-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-md-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-md-n1 { + margin-top: -0.25rem !important; } + .mt-md-n2 { + margin-top: -0.5rem !important; } + .mt-md-n3 { + margin-top: -1rem !important; } + .mt-md-n4 { + margin-top: -1.5rem !important; } + .mt-md-n5 { + margin-top: -3rem !important; } + .me-md-n1 { + margin-left: -0.25rem !important; } + .me-md-n2 { + margin-left: -0.5rem !important; } + .me-md-n3 { + margin-left: -1rem !important; } + .me-md-n4 { + margin-left: -1.5rem !important; } + .me-md-n5 { + margin-left: -3rem !important; } + .mb-md-n1 { + margin-bottom: -0.25rem !important; } + .mb-md-n2 { + margin-bottom: -0.5rem !important; } + .mb-md-n3 { + margin-bottom: -1rem !important; } + .mb-md-n4 { + margin-bottom: -1.5rem !important; } + .mb-md-n5 { + margin-bottom: -3rem !important; } + .ms-md-n1 { + margin-right: -0.25rem !important; } + .ms-md-n2 { + margin-right: -0.5rem !important; } + .ms-md-n3 { + margin-right: -1rem !important; } + .ms-md-n4 { + margin-right: -1.5rem !important; } + .ms-md-n5 { + margin-right: -3rem !important; } + .p-md-0 { + padding: 0 !important; } + .p-md-1 { + padding: 0.25rem !important; } + .p-md-2 { + padding: 0.5rem !important; } + .p-md-3 { + padding: 1rem !important; } + .p-md-4 { + padding: 1.5rem !important; } + .p-md-5 { + padding: 3rem !important; } + .px-md-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-md-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-md-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-md-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-md-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-md-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-md-0 { + padding-top: 0 !important; } + .pt-md-1 { + padding-top: 0.25rem !important; } + .pt-md-2 { + padding-top: 0.5rem !important; } + .pt-md-3 { + padding-top: 1rem !important; } + .pt-md-4 { + padding-top: 1.5rem !important; } + .pt-md-5 { + padding-top: 3rem !important; } + .pe-md-0 { + padding-left: 0 !important; } + .pe-md-1 { + padding-left: 0.25rem !important; } + .pe-md-2 { + padding-left: 0.5rem !important; } + .pe-md-3 { + padding-left: 1rem !important; } + .pe-md-4 { + padding-left: 1.5rem !important; } + .pe-md-5 { + padding-left: 3rem !important; } + .pb-md-0 { + padding-bottom: 0 !important; } + .pb-md-1 { + padding-bottom: 0.25rem !important; } + .pb-md-2 { + padding-bottom: 0.5rem !important; } + .pb-md-3 { + padding-bottom: 1rem !important; } + .pb-md-4 { + padding-bottom: 1.5rem !important; } + .pb-md-5 { + padding-bottom: 3rem !important; } + .ps-md-0 { + padding-right: 0 !important; } + .ps-md-1 { + padding-right: 0.25rem !important; } + .ps-md-2 { + padding-right: 0.5rem !important; } + .ps-md-3 { + padding-right: 1rem !important; } + .ps-md-4 { + padding-right: 1.5rem !important; } + .ps-md-5 { + padding-right: 3rem !important; } + .text-md-start { + text-align: right !important; } + .text-md-end { + text-align: left !important; } + .text-md-center { + text-align: center !important; } } + +@media (min-width: 992px) { + .float-lg-start { + float: right !important; } + .float-lg-end { + float: left !important; } + .float-lg-none { + float: none !important; } + .d-lg-inline { + display: inline !important; } + .d-lg-inline-block { + display: inline-block !important; } + .d-lg-block { + display: block !important; } + .d-lg-grid { + display: grid !important; } + .d-lg-table { + display: table !important; } + .d-lg-table-row { + display: table-row !important; } + .d-lg-table-cell { + display: table-cell !important; } + .d-lg-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-lg-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-lg-none { + display: none !important; } + .flex-lg-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-lg-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-lg-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-lg-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-lg-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-lg-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-lg-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-lg-0 { + gap: 0 !important; } + .gap-lg-1 { + gap: 0.25rem !important; } + .gap-lg-2 { + gap: 0.5rem !important; } + .gap-lg-3 { + gap: 1rem !important; } + .gap-lg-4 { + gap: 1.5rem !important; } + .gap-lg-5 { + gap: 3rem !important; } + .justify-content-lg-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-lg-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-lg-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-lg-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-lg-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-lg-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-lg-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-lg-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-lg-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-lg-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-lg-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-lg-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-lg-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-lg-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-lg-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-lg-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-lg-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-lg-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-lg-0 { + margin: 0 !important; } + .m-lg-1 { + margin: 0.25rem !important; } + .m-lg-2 { + margin: 0.5rem !important; } + .m-lg-3 { + margin: 1rem !important; } + .m-lg-4 { + margin: 1.5rem !important; } + .m-lg-5 { + margin: 3rem !important; } + .m-lg-auto { + margin: auto !important; } + .mx-lg-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-lg-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-lg-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-lg-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-lg-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-lg-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-lg-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-lg-0 { + margin-top: 0 !important; } + .mt-lg-1 { + margin-top: 0.25rem !important; } + .mt-lg-2 { + margin-top: 0.5rem !important; } + .mt-lg-3 { + margin-top: 1rem !important; } + .mt-lg-4 { + margin-top: 1.5rem !important; } + .mt-lg-5 { + margin-top: 3rem !important; } + .mt-lg-auto { + margin-top: auto !important; } + .me-lg-0 { + margin-left: 0 !important; } + .me-lg-1 { + margin-left: 0.25rem !important; } + .me-lg-2 { + margin-left: 0.5rem !important; } + .me-lg-3 { + margin-left: 1rem !important; } + .me-lg-4 { + margin-left: 1.5rem !important; } + .me-lg-5 { + margin-left: 3rem !important; } + .me-lg-auto { + margin-left: auto !important; } + .mb-lg-0 { + margin-bottom: 0 !important; } + .mb-lg-1 { + margin-bottom: 0.25rem !important; } + .mb-lg-2 { + margin-bottom: 0.5rem !important; } + .mb-lg-3 { + margin-bottom: 1rem !important; } + .mb-lg-4 { + margin-bottom: 1.5rem !important; } + .mb-lg-5 { + margin-bottom: 3rem !important; } + .mb-lg-auto { + margin-bottom: auto !important; } + .ms-lg-0 { + margin-right: 0 !important; } + .ms-lg-1 { + margin-right: 0.25rem !important; } + .ms-lg-2 { + margin-right: 0.5rem !important; } + .ms-lg-3 { + margin-right: 1rem !important; } + .ms-lg-4 { + margin-right: 1.5rem !important; } + .ms-lg-5 { + margin-right: 3rem !important; } + .ms-lg-auto { + margin-right: auto !important; } + .m-lg-n1 { + margin: -0.25rem !important; } + .m-lg-n2 { + margin: -0.5rem !important; } + .m-lg-n3 { + margin: -1rem !important; } + .m-lg-n4 { + margin: -1.5rem !important; } + .m-lg-n5 { + margin: -3rem !important; } + .mx-lg-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-lg-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-lg-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-lg-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-lg-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-lg-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-lg-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-lg-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-lg-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-lg-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-lg-n1 { + margin-top: -0.25rem !important; } + .mt-lg-n2 { + margin-top: -0.5rem !important; } + .mt-lg-n3 { + margin-top: -1rem !important; } + .mt-lg-n4 { + margin-top: -1.5rem !important; } + .mt-lg-n5 { + margin-top: -3rem !important; } + .me-lg-n1 { + margin-left: -0.25rem !important; } + .me-lg-n2 { + margin-left: -0.5rem !important; } + .me-lg-n3 { + margin-left: -1rem !important; } + .me-lg-n4 { + margin-left: -1.5rem !important; } + .me-lg-n5 { + margin-left: -3rem !important; } + .mb-lg-n1 { + margin-bottom: -0.25rem !important; } + .mb-lg-n2 { + margin-bottom: -0.5rem !important; } + .mb-lg-n3 { + margin-bottom: -1rem !important; } + .mb-lg-n4 { + margin-bottom: -1.5rem !important; } + .mb-lg-n5 { + margin-bottom: -3rem !important; } + .ms-lg-n1 { + margin-right: -0.25rem !important; } + .ms-lg-n2 { + margin-right: -0.5rem !important; } + .ms-lg-n3 { + margin-right: -1rem !important; } + .ms-lg-n4 { + margin-right: -1.5rem !important; } + .ms-lg-n5 { + margin-right: -3rem !important; } + .p-lg-0 { + padding: 0 !important; } + .p-lg-1 { + padding: 0.25rem !important; } + .p-lg-2 { + padding: 0.5rem !important; } + .p-lg-3 { + padding: 1rem !important; } + .p-lg-4 { + padding: 1.5rem !important; } + .p-lg-5 { + padding: 3rem !important; } + .px-lg-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-lg-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-lg-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-lg-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-lg-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-lg-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-lg-0 { + padding-top: 0 !important; } + .pt-lg-1 { + padding-top: 0.25rem !important; } + .pt-lg-2 { + padding-top: 0.5rem !important; } + .pt-lg-3 { + padding-top: 1rem !important; } + .pt-lg-4 { + padding-top: 1.5rem !important; } + .pt-lg-5 { + padding-top: 3rem !important; } + .pe-lg-0 { + padding-left: 0 !important; } + .pe-lg-1 { + padding-left: 0.25rem !important; } + .pe-lg-2 { + padding-left: 0.5rem !important; } + .pe-lg-3 { + padding-left: 1rem !important; } + .pe-lg-4 { + padding-left: 1.5rem !important; } + .pe-lg-5 { + padding-left: 3rem !important; } + .pb-lg-0 { + padding-bottom: 0 !important; } + .pb-lg-1 { + padding-bottom: 0.25rem !important; } + .pb-lg-2 { + padding-bottom: 0.5rem !important; } + .pb-lg-3 { + padding-bottom: 1rem !important; } + .pb-lg-4 { + padding-bottom: 1.5rem !important; } + .pb-lg-5 { + padding-bottom: 3rem !important; } + .ps-lg-0 { + padding-right: 0 !important; } + .ps-lg-1 { + padding-right: 0.25rem !important; } + .ps-lg-2 { + padding-right: 0.5rem !important; } + .ps-lg-3 { + padding-right: 1rem !important; } + .ps-lg-4 { + padding-right: 1.5rem !important; } + .ps-lg-5 { + padding-right: 3rem !important; } + .text-lg-start { + text-align: right !important; } + .text-lg-end { + text-align: left !important; } + .text-lg-center { + text-align: center !important; } } + +@media (min-width: 1200px) { + .float-xl-start { + float: right !important; } + .float-xl-end { + float: left !important; } + .float-xl-none { + float: none !important; } + .d-xl-inline { + display: inline !important; } + .d-xl-inline-block { + display: inline-block !important; } + .d-xl-block { + display: block !important; } + .d-xl-grid { + display: grid !important; } + .d-xl-table { + display: table !important; } + .d-xl-table-row { + display: table-row !important; } + .d-xl-table-cell { + display: table-cell !important; } + .d-xl-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-xl-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-xl-none { + display: none !important; } + .flex-xl-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-xl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-xl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-xl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-xl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-xl-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-xl-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-xl-0 { + gap: 0 !important; } + .gap-xl-1 { + gap: 0.25rem !important; } + .gap-xl-2 { + gap: 0.5rem !important; } + .gap-xl-3 { + gap: 1rem !important; } + .gap-xl-4 { + gap: 1.5rem !important; } + .gap-xl-5 { + gap: 3rem !important; } + .justify-content-xl-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-xl-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-xl-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-xl-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-xl-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-xl-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-xl-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-xl-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-xl-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-xl-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-xl-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-xl-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-xl-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-xl-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-xl-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-xl-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-xl-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-xl-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-xl-0 { + margin: 0 !important; } + .m-xl-1 { + margin: 0.25rem !important; } + .m-xl-2 { + margin: 0.5rem !important; } + .m-xl-3 { + margin: 1rem !important; } + .m-xl-4 { + margin: 1.5rem !important; } + .m-xl-5 { + margin: 3rem !important; } + .m-xl-auto { + margin: auto !important; } + .mx-xl-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-xl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-xl-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-xl-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-xl-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-xl-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-xl-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-xl-0 { + margin-top: 0 !important; } + .mt-xl-1 { + margin-top: 0.25rem !important; } + .mt-xl-2 { + margin-top: 0.5rem !important; } + .mt-xl-3 { + margin-top: 1rem !important; } + .mt-xl-4 { + margin-top: 1.5rem !important; } + .mt-xl-5 { + margin-top: 3rem !important; } + .mt-xl-auto { + margin-top: auto !important; } + .me-xl-0 { + margin-left: 0 !important; } + .me-xl-1 { + margin-left: 0.25rem !important; } + .me-xl-2 { + margin-left: 0.5rem !important; } + .me-xl-3 { + margin-left: 1rem !important; } + .me-xl-4 { + margin-left: 1.5rem !important; } + .me-xl-5 { + margin-left: 3rem !important; } + .me-xl-auto { + margin-left: auto !important; } + .mb-xl-0 { + margin-bottom: 0 !important; } + .mb-xl-1 { + margin-bottom: 0.25rem !important; } + .mb-xl-2 { + margin-bottom: 0.5rem !important; } + .mb-xl-3 { + margin-bottom: 1rem !important; } + .mb-xl-4 { + margin-bottom: 1.5rem !important; } + .mb-xl-5 { + margin-bottom: 3rem !important; } + .mb-xl-auto { + margin-bottom: auto !important; } + .ms-xl-0 { + margin-right: 0 !important; } + .ms-xl-1 { + margin-right: 0.25rem !important; } + .ms-xl-2 { + margin-right: 0.5rem !important; } + .ms-xl-3 { + margin-right: 1rem !important; } + .ms-xl-4 { + margin-right: 1.5rem !important; } + .ms-xl-5 { + margin-right: 3rem !important; } + .ms-xl-auto { + margin-right: auto !important; } + .m-xl-n1 { + margin: -0.25rem !important; } + .m-xl-n2 { + margin: -0.5rem !important; } + .m-xl-n3 { + margin: -1rem !important; } + .m-xl-n4 { + margin: -1.5rem !important; } + .m-xl-n5 { + margin: -3rem !important; } + .mx-xl-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-xl-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-xl-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-xl-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-xl-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-xl-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-xl-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-xl-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-xl-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-xl-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-xl-n1 { + margin-top: -0.25rem !important; } + .mt-xl-n2 { + margin-top: -0.5rem !important; } + .mt-xl-n3 { + margin-top: -1rem !important; } + .mt-xl-n4 { + margin-top: -1.5rem !important; } + .mt-xl-n5 { + margin-top: -3rem !important; } + .me-xl-n1 { + margin-left: -0.25rem !important; } + .me-xl-n2 { + margin-left: -0.5rem !important; } + .me-xl-n3 { + margin-left: -1rem !important; } + .me-xl-n4 { + margin-left: -1.5rem !important; } + .me-xl-n5 { + margin-left: -3rem !important; } + .mb-xl-n1 { + margin-bottom: -0.25rem !important; } + .mb-xl-n2 { + margin-bottom: -0.5rem !important; } + .mb-xl-n3 { + margin-bottom: -1rem !important; } + .mb-xl-n4 { + margin-bottom: -1.5rem !important; } + .mb-xl-n5 { + margin-bottom: -3rem !important; } + .ms-xl-n1 { + margin-right: -0.25rem !important; } + .ms-xl-n2 { + margin-right: -0.5rem !important; } + .ms-xl-n3 { + margin-right: -1rem !important; } + .ms-xl-n4 { + margin-right: -1.5rem !important; } + .ms-xl-n5 { + margin-right: -3rem !important; } + .p-xl-0 { + padding: 0 !important; } + .p-xl-1 { + padding: 0.25rem !important; } + .p-xl-2 { + padding: 0.5rem !important; } + .p-xl-3 { + padding: 1rem !important; } + .p-xl-4 { + padding: 1.5rem !important; } + .p-xl-5 { + padding: 3rem !important; } + .px-xl-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-xl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-xl-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-xl-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-xl-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-xl-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-xl-0 { + padding-top: 0 !important; } + .pt-xl-1 { + padding-top: 0.25rem !important; } + .pt-xl-2 { + padding-top: 0.5rem !important; } + .pt-xl-3 { + padding-top: 1rem !important; } + .pt-xl-4 { + padding-top: 1.5rem !important; } + .pt-xl-5 { + padding-top: 3rem !important; } + .pe-xl-0 { + padding-left: 0 !important; } + .pe-xl-1 { + padding-left: 0.25rem !important; } + .pe-xl-2 { + padding-left: 0.5rem !important; } + .pe-xl-3 { + padding-left: 1rem !important; } + .pe-xl-4 { + padding-left: 1.5rem !important; } + .pe-xl-5 { + padding-left: 3rem !important; } + .pb-xl-0 { + padding-bottom: 0 !important; } + .pb-xl-1 { + padding-bottom: 0.25rem !important; } + .pb-xl-2 { + padding-bottom: 0.5rem !important; } + .pb-xl-3 { + padding-bottom: 1rem !important; } + .pb-xl-4 { + padding-bottom: 1.5rem !important; } + .pb-xl-5 { + padding-bottom: 3rem !important; } + .ps-xl-0 { + padding-right: 0 !important; } + .ps-xl-1 { + padding-right: 0.25rem !important; } + .ps-xl-2 { + padding-right: 0.5rem !important; } + .ps-xl-3 { + padding-right: 1rem !important; } + .ps-xl-4 { + padding-right: 1.5rem !important; } + .ps-xl-5 { + padding-right: 3rem !important; } + .text-xl-start { + text-align: right !important; } + .text-xl-end { + text-align: left !important; } + .text-xl-center { + text-align: center !important; } } + +@media (min-width: 1400px) { + .float-xxl-start { + float: right !important; } + .float-xxl-end { + float: left !important; } + .float-xxl-none { + float: none !important; } + .d-xxl-inline { + display: inline !important; } + .d-xxl-inline-block { + display: inline-block !important; } + .d-xxl-block { + display: block !important; } + .d-xxl-grid { + display: grid !important; } + .d-xxl-table { + display: table !important; } + .d-xxl-table-row { + display: table-row !important; } + .d-xxl-table-cell { + display: table-cell !important; } + .d-xxl-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-xxl-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-xxl-none { + display: none !important; } + .flex-xxl-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-xxl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-xxl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-xxl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-xxl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-xxl-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-xxl-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-xxl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-xxl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-xxl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-xxl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-xxl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-xxl-0 { + gap: 0 !important; } + .gap-xxl-1 { + gap: 0.25rem !important; } + .gap-xxl-2 { + gap: 0.5rem !important; } + .gap-xxl-3 { + gap: 1rem !important; } + .gap-xxl-4 { + gap: 1.5rem !important; } + .gap-xxl-5 { + gap: 3rem !important; } + .justify-content-xxl-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-xxl-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-xxl-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-xxl-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-xxl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-xxl-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-xxl-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-xxl-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-xxl-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-xxl-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-xxl-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-xxl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-xxl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-xxl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-xxl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-xxl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-xxl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-xxl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-xxl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-xxl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-xxl-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-xxl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-xxl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-xxl-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-xxl-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-xxl-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-xxl-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-xxl-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-xxl-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-xxl-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-xxl-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-xxl-0 { + margin: 0 !important; } + .m-xxl-1 { + margin: 0.25rem !important; } + .m-xxl-2 { + margin: 0.5rem !important; } + .m-xxl-3 { + margin: 1rem !important; } + .m-xxl-4 { + margin: 1.5rem !important; } + .m-xxl-5 { + margin: 3rem !important; } + .m-xxl-auto { + margin: auto !important; } + .mx-xxl-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-xxl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-xxl-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-xxl-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-xxl-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-xxl-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-xxl-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-xxl-0 { + margin-top: 0 !important; } + .mt-xxl-1 { + margin-top: 0.25rem !important; } + .mt-xxl-2 { + margin-top: 0.5rem !important; } + .mt-xxl-3 { + margin-top: 1rem !important; } + .mt-xxl-4 { + margin-top: 1.5rem !important; } + .mt-xxl-5 { + margin-top: 3rem !important; } + .mt-xxl-auto { + margin-top: auto !important; } + .me-xxl-0 { + margin-left: 0 !important; } + .me-xxl-1 { + margin-left: 0.25rem !important; } + .me-xxl-2 { + margin-left: 0.5rem !important; } + .me-xxl-3 { + margin-left: 1rem !important; } + .me-xxl-4 { + margin-left: 1.5rem !important; } + .me-xxl-5 { + margin-left: 3rem !important; } + .me-xxl-auto { + margin-left: auto !important; } + .mb-xxl-0 { + margin-bottom: 0 !important; } + .mb-xxl-1 { + margin-bottom: 0.25rem !important; } + .mb-xxl-2 { + margin-bottom: 0.5rem !important; } + .mb-xxl-3 { + margin-bottom: 1rem !important; } + .mb-xxl-4 { + margin-bottom: 1.5rem !important; } + .mb-xxl-5 { + margin-bottom: 3rem !important; } + .mb-xxl-auto { + margin-bottom: auto !important; } + .ms-xxl-0 { + margin-right: 0 !important; } + .ms-xxl-1 { + margin-right: 0.25rem !important; } + .ms-xxl-2 { + margin-right: 0.5rem !important; } + .ms-xxl-3 { + margin-right: 1rem !important; } + .ms-xxl-4 { + margin-right: 1.5rem !important; } + .ms-xxl-5 { + margin-right: 3rem !important; } + .ms-xxl-auto { + margin-right: auto !important; } + .m-xxl-n1 { + margin: -0.25rem !important; } + .m-xxl-n2 { + margin: -0.5rem !important; } + .m-xxl-n3 { + margin: -1rem !important; } + .m-xxl-n4 { + margin: -1.5rem !important; } + .m-xxl-n5 { + margin: -3rem !important; } + .mx-xxl-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-xxl-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-xxl-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-xxl-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-xxl-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-xxl-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-xxl-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-xxl-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-xxl-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-xxl-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-xxl-n1 { + margin-top: -0.25rem !important; } + .mt-xxl-n2 { + margin-top: -0.5rem !important; } + .mt-xxl-n3 { + margin-top: -1rem !important; } + .mt-xxl-n4 { + margin-top: -1.5rem !important; } + .mt-xxl-n5 { + margin-top: -3rem !important; } + .me-xxl-n1 { + margin-left: -0.25rem !important; } + .me-xxl-n2 { + margin-left: -0.5rem !important; } + .me-xxl-n3 { + margin-left: -1rem !important; } + .me-xxl-n4 { + margin-left: -1.5rem !important; } + .me-xxl-n5 { + margin-left: -3rem !important; } + .mb-xxl-n1 { + margin-bottom: -0.25rem !important; } + .mb-xxl-n2 { + margin-bottom: -0.5rem !important; } + .mb-xxl-n3 { + margin-bottom: -1rem !important; } + .mb-xxl-n4 { + margin-bottom: -1.5rem !important; } + .mb-xxl-n5 { + margin-bottom: -3rem !important; } + .ms-xxl-n1 { + margin-right: -0.25rem !important; } + .ms-xxl-n2 { + margin-right: -0.5rem !important; } + .ms-xxl-n3 { + margin-right: -1rem !important; } + .ms-xxl-n4 { + margin-right: -1.5rem !important; } + .ms-xxl-n5 { + margin-right: -3rem !important; } + .p-xxl-0 { + padding: 0 !important; } + .p-xxl-1 { + padding: 0.25rem !important; } + .p-xxl-2 { + padding: 0.5rem !important; } + .p-xxl-3 { + padding: 1rem !important; } + .p-xxl-4 { + padding: 1.5rem !important; } + .p-xxl-5 { + padding: 3rem !important; } + .px-xxl-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-xxl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-xxl-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-xxl-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-xxl-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-xxl-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-xxl-0 { + padding-top: 0 !important; } + .pt-xxl-1 { + padding-top: 0.25rem !important; } + .pt-xxl-2 { + padding-top: 0.5rem !important; } + .pt-xxl-3 { + padding-top: 1rem !important; } + .pt-xxl-4 { + padding-top: 1.5rem !important; } + .pt-xxl-5 { + padding-top: 3rem !important; } + .pe-xxl-0 { + padding-left: 0 !important; } + .pe-xxl-1 { + padding-left: 0.25rem !important; } + .pe-xxl-2 { + padding-left: 0.5rem !important; } + .pe-xxl-3 { + padding-left: 1rem !important; } + .pe-xxl-4 { + padding-left: 1.5rem !important; } + .pe-xxl-5 { + padding-left: 3rem !important; } + .pb-xxl-0 { + padding-bottom: 0 !important; } + .pb-xxl-1 { + padding-bottom: 0.25rem !important; } + .pb-xxl-2 { + padding-bottom: 0.5rem !important; } + .pb-xxl-3 { + padding-bottom: 1rem !important; } + .pb-xxl-4 { + padding-bottom: 1.5rem !important; } + .pb-xxl-5 { + padding-bottom: 3rem !important; } + .ps-xxl-0 { + padding-right: 0 !important; } + .ps-xxl-1 { + padding-right: 0.25rem !important; } + .ps-xxl-2 { + padding-right: 0.5rem !important; } + .ps-xxl-3 { + padding-right: 1rem !important; } + .ps-xxl-4 { + padding-right: 1.5rem !important; } + .ps-xxl-5 { + padding-right: 3rem !important; } + .text-xxl-start { + text-align: right !important; } + .text-xxl-end { + text-align: left !important; } + .text-xxl-center { + text-align: center !important; } } + +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.03125rem !important; } + .fs-2 { + font-size: 1.625rem !important; } + .fs-3 { + font-size: 1.42188rem !important; } + .fs-sm-1 { + font-size: 2.03125rem !important; } + .fs-sm-2 { + font-size: 1.625rem !important; } + .fs-sm-3 { + font-size: 1.42188rem !important; } + .fs-md-1 { + font-size: 2.03125rem !important; } + .fs-md-2 { + font-size: 1.625rem !important; } + .fs-md-3 { + font-size: 1.42188rem !important; } + .fs-lg-1 { + font-size: 2.03125rem !important; } + .fs-lg-2 { + font-size: 1.625rem !important; } + .fs-lg-3 { + font-size: 1.42188rem !important; } } + +@media print { + .d-print-inline { + display: inline !important; } + .d-print-inline-block { + display: inline-block !important; } + .d-print-block { + display: block !important; } + .d-print-grid { + display: grid !important; } + .d-print-table { + display: table !important; } + .d-print-table-row { + display: table-row !important; } + .d-print-table-cell { + display: table-cell !important; } + .d-print-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-print-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-print-none { + display: none !important; } } + +/* ============= + General +============= */ +html { + position: relative; + min-height: 100%; } + +.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { + color: #495057; } + +a { + text-decoration: none !important; } + +label { + font-weight: 500; + margin-bottom: 0.5rem; } + +.blockquote { + padding: 10px 20px; + border-right: 4px solid #f6f6f6; } + +.blockquote-reverse { + border-right: 0; + border-left: 4px solid #f6f6f6; + text-align: left; } + +@media (min-width: 1200px) { + .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { + max-width: 1140px; } } + +.row > * { + position: relative; } + +.bg-primary.bg-soft { + background-color: rgba(85, 110, 230, 0.25) !important; } + +.bg-secondary.bg-soft { + background-color: rgba(116, 120, 141, 0.25) !important; } + +.bg-success.bg-soft { + background-color: rgba(52, 195, 143, 0.25) !important; } + +.bg-info.bg-soft { + background-color: rgba(80, 165, 241, 0.25) !important; } + +.bg-warning.bg-soft { + background-color: rgba(241, 180, 76, 0.25) !important; } + +.bg-danger.bg-soft { + background-color: rgba(244, 106, 106, 0.25) !important; } + +.bg-pink.bg-soft { + background-color: rgba(232, 62, 140, 0.25) !important; } + +.bg-light.bg-soft { + background-color: rgba(239, 242, 247, 0.25) !important; } + +.bg-dark.bg-soft { + background-color: rgba(52, 58, 64, 0.25) !important; } + +.badge[href]:hover, .badge[href]:focus { + color: #fff; } + +.badge.bg-primary[href]:hover, .badge.bg-primary[href]:focus { + background-color: #435fe3 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-primary { + color: #556ee6; + background-color: rgba(85, 110, 230, 0.18); } + .badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus { + color: #556ee6; + text-decoration: none; + background-color: rgba(85, 110, 230, 0.4); } + +.badge.bg-secondary[href]:hover, .badge.bg-secondary[href]:focus { + background-color: #6b6e82 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-secondary { + color: #74788d; + background-color: rgba(116, 120, 141, 0.18); } + .badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus { + color: #74788d; + text-decoration: none; + background-color: rgba(116, 120, 141, 0.4); } + +.badge.bg-success[href]:hover, .badge.bg-success[href]:focus { + background-color: #30b383 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-success { + color: #34c38f; + background-color: rgba(52, 195, 143, 0.18); } + .badge-soft-success[href]:hover, .badge-soft-success[href]:focus { + color: #34c38f; + text-decoration: none; + background-color: rgba(52, 195, 143, 0.4); } + +.badge.bg-info[href]:hover, .badge.bg-info[href]:focus { + background-color: #3d9bef !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-info { + color: #50a5f1; + background-color: rgba(80, 165, 241, 0.18); } + .badge-soft-info[href]:hover, .badge-soft-info[href]:focus { + color: #50a5f1; + text-decoration: none; + background-color: rgba(80, 165, 241, 0.4); } + +.badge.bg-warning[href]:hover, .badge.bg-warning[href]:focus { + background-color: #f0ac39 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-warning { + color: #f1b44c; + background-color: rgba(241, 180, 76, 0.18); } + .badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus { + color: #f1b44c; + text-decoration: none; + background-color: rgba(241, 180, 76, 0.4); } + +.badge.bg-danger[href]:hover, .badge.bg-danger[href]:focus { + background-color: #f35757 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-danger { + color: #f46a6a; + background-color: rgba(244, 106, 106, 0.18); } + .badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus { + color: #f46a6a; + text-decoration: none; + background-color: rgba(244, 106, 106, 0.4); } + +.badge.bg-pink[href]:hover, .badge.bg-pink[href]:focus { + background-color: #e62c81 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-pink { + color: #e83e8c; + background-color: rgba(232, 62, 140, 0.18); } + .badge-soft-pink[href]:hover, .badge-soft-pink[href]:focus { + color: #e83e8c; + text-decoration: none; + background-color: rgba(232, 62, 140, 0.4); } + +.badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + background-color: #e1e7f0 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-light { + color: #eff2f7; + background-color: rgba(239, 242, 247, 0.18); } + .badge-soft-light[href]:hover, .badge-soft-light[href]:focus { + color: #eff2f7; + text-decoration: none; + background-color: rgba(239, 242, 247, 0.4); } + +.badge.bg-dark[href]:hover, .badge.bg-dark[href]:focus { + background-color: #2b3035 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-dark { + color: #343a40; + background-color: rgba(52, 58, 64, 0.18); } + .badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus { + color: #343a40; + text-decoration: none; + background-color: rgba(52, 58, 64, 0.4); } + +.rounded-pill { + padding-left: .6em; + padding-right: .6em; } + +.badge.bg-dark { + color: #eff2f7; } + +button, a { + outline: none !important; } + +.btn-rounded { + border-radius: 30px; } + +.btn-dark, .btn-secondary { + color: #eff2f7 !important; } + +.btn-outline-light { + color: #212529; } + +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle, .btn-dark:hover { + color: #eff2f7; } + +.btn-group-example .btn { + position: relative; } + .btn-group-example .btn:first-child::before { + display: none; } + .btn-group-example .btn:before { + content: "OR"; + position: absolute; + font-size: 10px; + width: 24px; + height: 24px; + line-height: 24px; + border-radius: 50%; + background-color: #74788d; + color: #eff2f7; + border: 1px solid #fff; + right: -12px; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + z-index: 1; } + +.btn-label { + position: relative; + padding-right: 44px; } + .btn-label .label-icon { + position: absolute; + width: 32px; + height: 100%; + right: 0; + top: 0; + background-color: rgba(255, 255, 255, 0.1); + border-left: 1px solid rgba(255, 255, 255, 0.1); + font-size: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; } + .btn-label.btn-light .label-icon { + background-color: rgba(52, 58, 64, 0.1); + border-left: 1px solid rgba(52, 58, 64, 0.2); } + +.breadcrumb-item > a { + color: #495057; } + +.breadcrumb-item + .breadcrumb-item::before { + font-family: "Material Design Icons"; } + +.card { + margin-bottom: 24px; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.card-drop { + color: #495057; } + +.card-title { + font-size: 15px; + margin: 0 0 7px 0; + font-weight: 600; } + +.card-title-desc { + color: #74788d; + margin-bottom: 24px; } + +.dropdown-menu { + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + -webkit-animation-name: DropDownSlide; + animation-name: DropDownSlide; + -webkit-animation-duration: .3s; + animation-duration: .3s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + margin: 0; + position: absolute; + z-index: 1000; } + .dropdown-menu.show { + top: 100% !important; } + +.dropdown-menu-end[style] { + right: auto !important; + left: 0 !important; } + +.dropdown-menu[data-popper-placement^=left], .dropdown-menu[data-popper-placement^=top], .dropdown-menu[data-popper-placement^=right] { + top: auto !important; + -webkit-animation: none !important; + animation: none !important; } + +@-webkit-keyframes DropDownSlide { + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 0% { + -webkit-transform: translateY(10px); + transform: translateY(10px); } } + +@keyframes DropDownSlide { + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 0% { + -webkit-transform: translateY(10px); + transform: translateY(10px); } } + +@media (min-width: 600px) { + .dropdown-menu-lg { + width: 320px; } + .dropdown-menu-md { + width: 240px; } } + +.dropdown-divider { + border-top-color: #eff2f7; } + +.dropdown-mega { + position: static !important; } + +.dropdown-megamenu[style] { + padding: 20px; + right: 20px !important; + left: 20px !important; } + +.dropdown-mega-menu-xl { + width: 40rem; } + +.dropdown-mega-menu-lg { + width: 26rem; } + +.nav-tabs > li > a, .nav-pills > li > a { + color: #495057; + font-weight: 500; } + +.nav-pills > a { + color: #495057; + font-weight: 500; } + +.nav-tabs-custom { + border-bottom: 2px solid #f6f6f6; } + .nav-tabs-custom .nav-item { + position: relative; + color: #343a40; } + .nav-tabs-custom .nav-item .nav-link { + border: none; } + .nav-tabs-custom .nav-item .nav-link::after { + content: ""; + background: #556ee6; + height: 2px; + position: absolute; + width: 100%; + right: 0; + bottom: -1px; + -webkit-transition: all 250ms ease 0s; + transition: all 250ms ease 0s; + -webkit-transform: scale(0); + transform: scale(0); } + .nav-tabs-custom .nav-item .nav-link.active { + color: #556ee6; } + .nav-tabs-custom .nav-item .nav-link.active:after { + -webkit-transform: scale(1); + transform: scale(1); } + +.vertical-nav .nav .nav-link { + padding: 24px 16px; + text-align: center; + margin-bottom: 8px; } + .vertical-nav .nav .nav-link .nav-icon { + font-size: 24px; } + +.table th { + font-weight: 600; } + +.table .table-light { + color: #495057; + border-color: #eff2f7; + background-color: #f8f9fa; } + +.table-bordered { + border: 1px solid #eff2f7; } + .table-bordered th, + .table-bordered td { + border: 1px solid #eff2f7; } + +.table-dark > :not(:last-child) > :last-child > * { + border-bottom-color: #43494e; } + +.table-nowrap th, .table-nowrap td { + white-space: nowrap; } + +.pagination-rounded .page-link { + border-radius: 30px !important; + margin: 0 3px !important; + border: none; + width: 32px; + height: 32px; + padding: 0; + text-align: center; + line-height: 32px; } + +.progress-sm { + height: 5px; } + +.progress-md { + height: 8px; } + +.progress-lg { + height: 12px; } + +.progress-xl { + height: 16px; } + +.custom-progess { + position: relative; } + .custom-progess .progress-icon { + position: absolute; + top: -12px; } + .custom-progess .progress-icon .avatar-title { + background: #fff; } + +.animated-progess { + position: relative; } + .animated-progess .progress-bar { + position: relative; + border-radius: 6px; + -webkit-animation: animate-positive 2s; + animation: animate-positive 2s; } + +@-webkit-keyframes animate-positive { + 0% { + width: 0; } } + +@keyframes animate-positive { + 0% { + width: 0; } } + +/*# sourceMappingURL=bootstrap-rtl.min.css.map */ diff --git a/Vue/Admin/src/design/custom/components/_accordion.scss b/Vue/Admin/src/design/custom/components/_accordion.scss new file mode 100644 index 00000000..fafb5b98 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_accordion.scss @@ -0,0 +1,52 @@ + +// +// accordion.scss +// + +.custom-accordion { + .accordion-list { + display: flex; + border-radius: 7px; + background-color: $gray-300; + padding: 12px 20px; + color: $body-color; + font-weight: $font-weight-semibold; + align-items: center; + justify-content: space-between; + &.collapsed { + i.accor-plus-icon { + &:before { + content: "\F0415"; + } + } + } + + .accor-plus-icon{ + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; + line-height: 22px; + background-color: $card-bg; + text-align: center; + border-radius: 50%; + } + } + + + a { + + &.collapsed { + i.accor-down-icon { + &:before { + content: "\F0140"; + } + } + } + } + + + .card-body { + color: $text-muted; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_animation.scss b/Vue/Admin/src/design/custom/components/_animation.scss new file mode 100644 index 00000000..309569ce --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_animation.scss @@ -0,0 +1,492 @@ +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} +// bounceInRight +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInright { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} +// bounceOutLeft +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutleft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} +// bounceInLeft +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInleft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} +// bounceOutRight +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutright { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInup { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceIndown { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutdown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutup { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +// mask +.fade-enter-active, +.fade-leave-active { + transition: opacity 0.5s; +} +.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { + opacity: 0; +} diff --git a/Vue/Admin/src/design/custom/components/_avatar.scss b/Vue/Admin/src/design/custom/components/_avatar.scss new file mode 100644 index 00000000..1b5213f3 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_avatar.scss @@ -0,0 +1,56 @@ +// +// avatar.scss +// + +.avatar-xs { + height: 2rem; + width: 2rem; +} + +.avatar-sm { + height: 3rem; + width: 3rem; +} + +.avatar-md { + height: 4.5rem; + width: 4.5rem; +} + +.avatar-lg { + height: 6rem; + width: 6rem; +} + +.avatar-xl { + height: 7.5rem; + width: 7.5rem; +} + +.avatar-title { + align-items: center; + background-color: $primary; + color: $white; + display: flex; + font-weight: $fw-medium; + height: 100%; + justify-content: center; + width: 100%; +} + +// avatar group +.avatar-group { + padding-left: 12px; + display: flex; + flex-wrap: wrap; + .avatar-group-item { + margin-left: -12px; + border: 2px solid $card-bg; + border-radius: 50%; + transition: all 0.2s; + &:hover{ + position: relative; + transform: translateY(-2px); + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_backgrounds.scss b/Vue/Admin/src/design/custom/components/_backgrounds.scss new file mode 100644 index 00000000..7c751965 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_backgrounds.scss @@ -0,0 +1,13 @@ +// +// backgrounds.scss +// + + +@each $color, +$value in $theme-colors { + .bg-#{$color} { + &.bg-soft{ + background-color: rgba(($value), 0.25) !important; + } + } +} diff --git a/Vue/Admin/src/design/custom/components/_badge.scss b/Vue/Admin/src/design/custom/components/_badge.scss new file mode 100644 index 00000000..67994392 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_badge.scss @@ -0,0 +1,75 @@ +// +// _badge.scss +// + + +.badge { + &[href] { + + &:hover, + &:focus { + color: $white; + } + } +} + +// Soft badge +@mixin badge-variant-soft($bg) { + color: $bg; + background-color: rgba($bg, 0.18) !important; + + &[href] { + + &:hover, + &:focus { + color: $bg; + text-decoration: none; + background-color: rgba($bg, 0.4); + } + } +} + +@each $color, +$value in $theme-colors { + .badge { + &.bg-#{$color} { + &[href] { + + &:hover, + &:focus { + background-color: darken($value, 4%) !important; + } + } + } + } + + .badge { + &.bg-light { + color: $body-color; + + &[href] { + + &:hover, + &:focus { + color: $body-color; + } + } + } + } + + .badge-soft-#{$color} { + @include badge-variant-soft($value); + } + +} + +.rounded-pill { + padding-right: .6em; + padding-left: .6em; +} + +// Dark badge + +.badge.bg-dark { + color: $light; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_breadcrumb.scss b/Vue/Admin/src/design/custom/components/_breadcrumb.scss new file mode 100644 index 00000000..cf0e3f12 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_breadcrumb.scss @@ -0,0 +1,18 @@ + +// +// breadcrumb.scss +// + + +// Breadcrumb item arrow +.breadcrumb-item { + > a { + color: $gray-700; + } + +.breadcrumb-item { + &::before { + font-family: "Material Design Icons"; + } + } +} + \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_buttons.scss b/Vue/Admin/src/design/custom/components/_buttons.scss new file mode 100644 index 00000000..efcc390e --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_buttons.scss @@ -0,0 +1,88 @@ +// +// _buttons.scss +// + +button,a { + outline: none !important; +} + + +// Rounded Buttons +.btn-rounded { + border-radius: 30px; +} + +.btn-dark, .btn-secondary{ + color: $gray-200 !important; +} + +.btn-outline-light{ + color: $gray-900; +} + +.btn-outline-dark, .btn-dark{ + &:not(:disabled):not(.disabled):active, + &:not(:disabled):not(.disabled).active, + .show > &.dropdown-toggle, + &:hover{ + color: $light; + } +} + +// example 1 + +.btn-group-example{ + .btn{ + position: relative; + + &:first-child{ + &::before{ + display: none; + } + } + + &:before{ + content: "OR"; + position: absolute; + font-size: 10px; + width: 24px; + height: 24px; + line-height: 24px; + border-radius: 50%; + background-color: $gray-600; + color: $light; + border: 1px solid $white; + left: -12px; + top: 50%; + transform: translateY(-50%); + z-index: 1; + } + } +} + + +// Example 2 + +.btn-label{ + position: relative; + padding-left: 44px; + .label-icon{ + position: absolute; + width: 32px; + height: 100%; + left: 0; + top: 0; + background-color: rgba($white, 0.1); + border-right: 1px solid rgba($white, 0.1); + font-size: 16px; + display: flex; + align-items: center; + justify-content: center; + } + &.btn-light{ + .label-icon{ + background-color: rgba($dark, 0.1); + border-right: 1px solid rgba($dark, 0.2); + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_card.scss b/Vue/Admin/src/design/custom/components/_card.scss new file mode 100644 index 00000000..3740a0ec --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_card.scss @@ -0,0 +1,24 @@ +// +// _card.scss +// + +.card { + margin-bottom: $grid-gutter-width; + box-shadow: $box-shadow; +} + +.card-drop { + color: $body-color; +} + +.card-title { + font-size: 15px; + margin: 0 0 7px 0; + font-weight: $font-weight-semibold; +} + +.card-title-desc { + color: $card-title-desc; + margin-bottom: 24px; +} + diff --git a/Vue/Admin/src/design/custom/components/_demos.scss b/Vue/Admin/src/design/custom/components/_demos.scss new file mode 100644 index 00000000..4b3ef347 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_demos.scss @@ -0,0 +1,118 @@ +// +// _demos.scss +// + +// Demo Only +.button-items { + margin-left: -8px; + margin-bottom: -12px; + + .btn { + margin-bottom: 12px; + margin-left: 8px; + } +} + +// Lightbox + +.mfp-popup-form { + max-width: 1140px; +} + +// Modals + +.bs-example-modal { + position: relative; + top: auto; + right: auto; + bottom: auto; + left: auto; + z-index: 1; + display: block; + } + + +// Icon demo ( Demo only ) +.icon-demo-content { + text-align: center; + color: $gray-500; + + i{ + display: block; + font-size: 24px; + margin-bottom: 16px; + color: $gray-600; + transition: all 0.4s; + } + + .col-lg-4 { + margin-top: 24px; + + &:hover { + i { + color: $primary; + transform: scale(1.5); + } + } + } +} + + +// Grid + +.grid-structure { + .grid-container { + background-color: $gray-100; + margin-top: 10px; + font-size: .8rem; + font-weight: $fw-medium; + padding: 10px 20px; + } +} + + +// card radio + +.card-radio{ + background-color: $card-bg; + border: 2px solid $card-border-color; + border-radius: $border-radius; + padding: 1rem; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + + &:hover{ + cursor: pointer; + } +} + +.card-radio-label{ + display: block; +} + + +.card-radio-input{ + display: none; + &:checked + .card-radio { + border-color: $primary !important; + } +} + +.navs-carousel{ + .owl-nav{ + margin-top: 16px; + button{ + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba($primary, 0.25) !important; + color: $primary !important; + margin: 4px 8px !important; + } + } +} + + diff --git a/Vue/Admin/src/design/custom/components/_dropdown.scss b/Vue/Admin/src/design/custom/components/_dropdown.scss new file mode 100644 index 00000000..173798cb --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_dropdown.scss @@ -0,0 +1,116 @@ +// +// _dropdown.scss +// + +.dropdown-toggle-split { + &::before { + content: "\F0140"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } +} + +.dropup { + .dropdown-toggle-split { + &::before { + content: "\F0143"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } + } +} + +.dropright .dropdown-toggle-split { + &::before { + content: "\F0142"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } +} + +.dropdown-menu { + box-shadow: $box-shadow-lg; + animation-name: DropDownSlide; + animation-duration: .3s; + animation-fill-mode: both; + margin: 0; + position: absolute; + z-index: 1000; + + &.show { + top: 100% !important; + } +} + +.dropdown-menu-end[style] { + left: auto !important; + right: 0 !important; +} + +.dropdown-menu { + &:focus-visible { + outline: none !important; + } +} + +.dropdown-menu[data-popper-placement^=right], +.dropdown-menu[data-popper-placement^=top], +.dropdown-menu[data-popper-placement^=left] { + top: auto !important; + animation: none !important; +} + +@keyframes DropDownSlide { + 100% { + transform: translateY(0) + } + + 0% { + transform: translateY(10px) + } +} + +@media (min-width: 600px) { + .dropdown-menu-lg { + width: 320px; + } + + .dropdown-menu-md { + width: 240px; + } +} + +.dropdown-divider { + border-top-color: $border-color; +} + +// Dropdown Mega Menu + +.dropdown-mega { + position: static !important; +} + +.dropdown-megamenu[style] { + padding: 20px; + left: 20px !important; + right: 20px !important; +} + +// Dropdown size + +.dropdown-mega-menu-xl { + width: 40rem; +} + +.dropdown-mega-menu-lg { + width: 26rem; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_forms.scss b/Vue/Admin/src/design/custom/components/_forms.scss new file mode 100644 index 00000000..8a2996a5 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_forms.scss @@ -0,0 +1,256 @@ +// +// Forms.scss +// + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + &::placeholder { + text-align: left + /*rtl: right*/ + ; + } +} + +.form-check { + position: relative; + text-align: left + /*rtl: right*/ + ; +} + + +// checkbox input right + +.form-check-right { + padding-left: 0; + display: inline-block; + padding-right: $form-check-padding-start; + + .form-check-input { + float: right; + margin-left: 0; + margin-right: $form-check-padding-start * -1; + } + + .form-check-label { + display: block; + } +} + + + +// checkbox + +.form-checkbox-outline { + + .form-check-input { + border-width: 2px; + background-color: $card-bg; + + &:active { + filter: none; + } + + &:checked { + background-color: $card-bg !important; + + &[type=checkbox] { + background-image: none; + + } + + &:after { + position: absolute; + content: '\F012C'; + font-family: "Material Design Icons"; + top: -4px !important; + left: 1px; + /*rtl: -4px */ + font-size: 16px; + color: $dark; + } + } + } +} + +// radio + +.form-radio-outline { + .form-check-input { + background-color: $card-bg; + position: relative; + + &:active { + filter: none; + } + + &:checked { + background-color: $card-bg !important; + + &[type=checkbox] { + background-image: none; + } + + &:after { + position: absolute; + content: ''; + top: 3px !important; + left: 3px; + width: 5px; + height: 5px; + border-radius: 50%; + } + } + } +} + +// checkbox color + +@each $color, +$value in $theme-colors { + .form-check-#{$color} { + .form-check-input { + &:checked { + background-color: $value; + border-color: $value; + } + } + } + + .form-radio-#{$color} { + .form-check-input { + &:checked { + border-color: $value; + background-color: $value; + + &:after { + background-color: $value; + } + } + } + } +} + +.form-check-label { + cursor: pointer; + margin-bottom: 0; +} + +// Switch sizes + +.form-switch-md { + padding-left: 2.5rem; + min-height: 24px; + line-height: 24px; + + .form-check-input { + width: 40px; + height: 20px; + left: -0.5rem; + position: relative; + } + + .form-check-label { + vertical-align: middle; + } +} + +.form-switch-lg { + padding-left: 2.75rem; + min-height: 28px; + line-height: 28px; + + .form-check-input { + width: 48px; + height: 24px; + left: -0.75rem; + position: relative; + } +} + +.input-group-text { + margin-bottom: 0px; +} + +.custom-control-input:checked[type=radio] { + background-image: url("data:image/svg+xml,"); +} + +.custom-control-input:checked { + background-color: #556ee6; + border-color: #556ee6; +} + + +.custom-radio { + .custom-control-input { + appearance: none; + width: $form-check-input-width; + height: $form-check-input-width; + background-color: $form-check-input-bg; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: $form-check-input-border; + vertical-align: middle; + + + &[type="radio"] { + // stylelint-disable-next-line property-disallowed-list + border-radius: $form-check-radio-border-radius; + + &:focus { + outline: none; + } + } + + &:checked { + background-color: $form-check-input-checked-bg-color; + border-color: $form-check-input-checked-border-color; + + &[type=radio] { + background-image: escape-svg($form-check-radio-checked-bg-image); + } + } + + } +} + + +.custom-checkbox { + .custom-control-input { + appearance: none; + width: $form-check-input-width; + height: $form-check-input-width; + background-color: $form-check-input-bg; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: $form-check-input-border; + vertical-align: middle; + + + &[type="checkbox"] { + &:focus { + outline: none; + } + } + + &:checked { + background-color: $form-check-input-checked-bg-color; + border-color: $form-check-input-checked-border-color; + + &[type=checkbox] { + background-image: escape-svg($form-check-input-checked-bg-image); + } + } + + } +} + + +.form-select { + padding: 0.47rem 1.75rem 0.47rem 0.75rem; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_helper.scss b/Vue/Admin/src/design/custom/components/_helper.scss new file mode 100644 index 00000000..407c295d --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_helper.scss @@ -0,0 +1,111 @@ +// +// _helper.scss +// + +.font-size-10 { + font-size: 10px !important; +} + +.font-size-11 { + font-size: 11px !important; +} + +.font-size-12 { + font-size: 12px !important; +} + +.font-size-13 { + font-size: 13px !important; +} + +.font-size-14 { + font-size: 14px !important; +} + +.font-size-15 { + font-size: 15px !important; +} + +.font-size-16 { + font-size: 16px !important; +} + +.font-size-17 { + font-size: 17px !important; +} + +.font-size-18 { + font-size: 18px !important; +} + +.font-size-20 { + font-size: 20px !important; +} + +.font-size-22 { + font-size: 22px !important; +} + +.font-size-24 { + font-size: 24px !important; +} + +// Font weight help class + +.fw-medium { + font-weight: $fw-medium; +} + +.font-weight-semibold { + font-weight: $font-weight-semibold; +} + +// Social + +.social-list-item { + height: 2rem; + width: 2rem; + line-height: calc(2rem - 4px); + display: block; + border: 2px solid $gray-500; + border-radius: 50%; + color: $gray-500; + text-align: center; + transition: all 0.4s; + + &:hover { + color: $gray-600; + background-color: $gray-200; + } +} + + +.w-xs { + min-width: 80px; +} + +.w-sm { + min-width: 95px; +} + +.w-md { + min-width: 110px; +} + +.w-lg { + min-width: 140px; +} + +.w-xl { + min-width: 160px; +} + +// alert + +.alert-dismissible { + .btn-close { + font-size: 10px; + padding: $alert-padding-y * 1.4 $alert-padding-x; + background: transparent escape-svg($btn-close-bg-dark) center / $btn-close-width auto no-repeat; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_nav.scss b/Vue/Admin/src/design/custom/components/_nav.scss new file mode 100644 index 00000000..edd11f98 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_nav.scss @@ -0,0 +1,68 @@ +// +// _nav.scss +// + +.nav-tabs,.nav-pills { + > li { + > a { + color: $gray-700; + font-weight: $fw-medium; + } + } +} + +.nav-pills { + > a { + color: $gray-700; + font-weight: $fw-medium; + } +} + + +.nav-tabs-custom { + border-bottom: 2px solid $gray-300; + + .nav-item { + position: relative; + color: $dark; + .nav-link { + border: none; + + &::after { + content: ""; + background: $primary; + height: 2px; + position: absolute; + width: 100%; + left: 0; + bottom: -1px; + transition: all 250ms ease 0s; + transform: scale(0); + } + + &.active{ + color: $primary; + &:after{ + transform: scale(1); + } + } + + } + } +} + + +// vertical nav + +.vertical-nav{ + .nav{ + .nav-link{ + padding: 24px 16px; + text-align: center; + margin-bottom: 8px; + .nav-icon{ + font-size: 24px; + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_pagination.scss b/Vue/Admin/src/design/custom/components/_pagination.scss new file mode 100644 index 00000000..b7b5d9f5 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_pagination.scss @@ -0,0 +1,17 @@ +// +// _pagination.scss +// + +// Pagination rounded (Custom) +.pagination-rounded { + .page-link { + border-radius: 30px !important; + margin: 0 3px !important; + border: none; + width: 32px; + height: 32px; + padding: 0; + text-align: center; + line-height: 32px; + } + } \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_preloader.scss b/Vue/Admin/src/design/custom/components/_preloader.scss new file mode 100644 index 00000000..1d67defa --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_preloader.scss @@ -0,0 +1,106 @@ +// +// preloader.scss +// + +#preloader { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: $card-bg; + z-index: 9999; +} + +#status { + width: 40px; + height: 40px; + position: absolute; + left: 50%; + top: 50%; + margin: -20px 0 0 -20px; +} + +.spinner-chase { + margin: 0 auto; + width: 40px; + height: 40px; + position: relative; + animation: spinner-chase 2.5s infinite linear both; +} + +.chase-dot { + width: 100%; + height: 100%; + position: absolute; + left: 0; + top: 0; + animation: chase-dot 2.0s infinite ease-in-out both; + &:before { + content: ''; + display: block; + width: 25%; + height: 25%; + background-color: $primary; + border-radius: 100%; + animation: chase-dot-before 2.0s infinite ease-in-out both; + } + + &:nth-child(1) { + animation-delay: -1.1s; + &:before{ + animation-delay: -1.1s; + } + } + &:nth-child(2) { + animation-delay: -1.0s; + &:before{ + animation-delay: -1.0s; + } + } + &:nth-child(3) { + animation-delay: -0.9s; + &:before{ + animation-delay: -0.9s; + } + } + &:nth-child(4) { + animation-delay: -0.8s; + &:before{ + animation-delay: -0.8s; + } + } + &:nth-child(5) { + animation-delay: -0.7s; + &:before{ + animation-delay: -0.7s; + } + } + &:nth-child(6) { + animation-delay: -0.6s; + &:before{ + animation-delay: -0.6s; + } + } +} + +@keyframes spinner-chase { + 100% { + transform: rotate(360deg); + } +} + +@keyframes chase-dot { + 80%, 100% { + transform: rotate(360deg); + } +} + +@keyframes chase-dot-before { + 50% { + transform: scale(0.4); + } + 100%, 0% { + transform: scale(1.0); + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_print.scss b/Vue/Admin/src/design/custom/components/_print.scss new file mode 100644 index 00000000..9253dfa6 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_print.scss @@ -0,0 +1,26 @@ +// +// print.scss +// + +// Used invoice page +@media print { + .vertical-menu, + .right-bar, + .page-title-box, + .navbar-header, + .footer { + display: none !important; + } + .card-body, + .main-content, + .right-bar, + .page-content, + body { + padding: 0; + margin: 0; + } + + .card{ + border: 0; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_progress.scss b/Vue/Admin/src/design/custom/components/_progress.scss new file mode 100644 index 00000000..ebabf722 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_progress.scss @@ -0,0 +1,53 @@ +// +// _progress.scss +// + +// Progress height small +.progress-sm { + height: 5px; +} + + +// Progress height medium +.progress-md { + height: 8px; +} + + +// Progress height large +.progress-lg { + height: 12px; +} + +// Progress height Extra large +.progress-xl { + height: 16px; +} + +.custom-progess{ + position: relative; + .progress-icon{ + position: absolute; + top: -12px; + .avatar-title{ + background: $card-bg; + } + } +} + +// animated-progess + +.animated-progess{ + position: relative; + .progress-bar { + position: relative; + border-radius: 6px; + animation: animate-positive 2s; + } +} + +@keyframes animate-positive { + 0% { + width: 0; + } +} diff --git a/Vue/Admin/src/design/custom/components/_reboot.scss b/Vue/Admin/src/design/custom/components/_reboot.scss new file mode 100644 index 00000000..cadc86b5 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_reboot.scss @@ -0,0 +1,51 @@ +/* ============= + General +============= */ + +html { + position: relative; + min-height: 100%; +} + +.h1,.h2,.h3,.h4,.h5,.h6, +h1,h2,h3,h4,h5,h6 { + color: $gray-700; +} + +a { + text-decoration: none !important; +} + +label { + font-weight: 500; + margin-bottom: $form-label-margin-bottom; +} + +// blockquote + +.blockquote { + padding: 10px 20px; + border-left: 4px solid $gray-300; +} + +.blockquote-reverse { + border-left: 0; + border-right: 4px solid $gray-300; + text-align: right; +} + +// container + +.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ + @media (min-width: 1200px){ + max-width: 1140px; + } +} + +// row + +.row{ + > * { + position: relative; + } +} diff --git a/Vue/Admin/src/design/custom/components/_table.scss b/Vue/Admin/src/design/custom/components/_table.scss new file mode 100644 index 00000000..0fdf9c7a --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_table.scss @@ -0,0 +1,40 @@ +// +// _table.scss +// + +.table { + th { + font-weight: $font-weight-bold; + &:focus { + outline: none !important + } + } + + .table-light{ + color: $body-color; + border-color: $table-border-color; + background-color: $table-head-bg; + } +} + +.table-bordered { + border: $table-border-width solid $table-border-color; + + th, + td { + border: $table-border-width solid $table-border-color; + } +} + + +.table-dark>:not(:last-child)>:last-child>*{ + border-bottom-color: $table-dark-border-color; +} + +.table-nowrap { + th, td { + white-space: nowrap; + } +} + + diff --git a/Vue/Admin/src/design/custom/components/_waves.scss b/Vue/Admin/src/design/custom/components/_waves.scss new file mode 100644 index 00000000..4729086d --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_waves.scss @@ -0,0 +1,168 @@ + +/*! + * Waves v0.7.6 + * http://fian.my.id/Waves + * + * Copyright 2014-2018 Alfiana E. Sibuea and other contributors + * Released under the MIT license + * https://github.com/fians/Waves/blob/master/LICENSE */ + .waves-effect { + position: relative; + cursor: pointer; + display: inline-block; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: transparent; + } + .waves-effect .waves-ripple { + position: absolute; + border-radius: 50%; + width: 100px; + height: 100px; + margin-top: -50px; + margin-left: -50px; + opacity: 0; + background: rgba(0, 0, 0, 0.2); + background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + -webkit-transition: all 0.5s ease-out; + -moz-transition: all 0.5s ease-out; + -o-transition: all 0.5s ease-out; + transition: all 0.5s ease-out; + -webkit-transition-property: -webkit-transform, opacity; + -moz-transition-property: -moz-transform, opacity; + -o-transition-property: -o-transform, opacity; + transition-property: transform, opacity; + -webkit-transform: scale(0) translate(0, 0); + -moz-transform: scale(0) translate(0, 0); + -ms-transform: scale(0) translate(0, 0); + -o-transform: scale(0) translate(0, 0); + transform: scale(0) translate(0, 0); + pointer-events: none; + } + .waves-effect.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + } + .waves-effect.waves-classic .waves-ripple { + background: rgba(0, 0, 0, 0.2); + } + .waves-effect.waves-classic.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + } + .waves-notransition { + -webkit-transition: none !important; + -moz-transition: none !important; + -o-transition: none !important; + transition: none !important; + } + .waves-button, + .waves-circle { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); + -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); + } + .waves-button, + .waves-button:hover, + .waves-button:visited, + .waves-button-input { + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + border: none; + outline: none; + color: inherit; + background-color: rgba(0, 0, 0, 0); + font-size: 1em; + line-height: 1em; + text-align: center; + text-decoration: none; + z-index: 1; + } + .waves-button { + padding: 0.85em 1.1em; + border-radius: 0.2em; + } + .waves-button-input { + margin: 0; + padding: 0.85em 1.1em; + } + .waves-input-wrapper { + border-radius: 0.2em; + vertical-align: bottom; + } + .waves-input-wrapper.waves-button { + padding: 0; + } + .waves-input-wrapper .waves-button-input { + position: relative; + top: 0; + left: 0; + z-index: 1; + } + .waves-circle { + text-align: center; + width: 2.5em; + height: 2.5em; + line-height: 2.5em; + border-radius: 50%; + } + .waves-float { + -webkit-mask-image: none; + -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + -webkit-transition: all 300ms; + -moz-transition: all 300ms; + -o-transition: all 300ms; + transition: all 300ms; + } + .waves-float:active { + -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + } + .waves-block { + display: block; + } + +.waves-effect.waves-light { + .waves-ripple { + background-color: rgba($white, 0.4); + } +} + +.waves-effect.waves-primary { + .waves-ripple { + background-color: rgba($primary, 0.4); + } +} +.waves-effect.waves-success { + .waves-ripple { + background-color: rgba($success, 0.4); + } +} +.waves-effect.waves-info { + .waves-ripple { + background-color: rgba($info, 0.4); + } +} +.waves-effect.waves-warning { + .waves-ripple { + background-color: rgba($warning, 0.4); + } +} +.waves-effect.waves-danger { + .waves-ripple { + background-color: rgba($danger, 0.4); + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/components/_widgets.scss b/Vue/Admin/src/design/custom/components/_widgets.scss new file mode 100644 index 00000000..745ef082 --- /dev/null +++ b/Vue/Admin/src/design/custom/components/_widgets.scss @@ -0,0 +1,37 @@ +// +// Widgets.scss +// + +.mini-stats-wid{ + .mini-stat-icon{ + overflow: hidden; + position: relative; + &:before, &:after{ + content: ""; + position: absolute; + width: 8px; + height: 54px; + background-color: rgba($white,.1); + left: 16px; + transform: rotate(32deg); + top: -5px; + transition: all 0.4s; + } + + &::after{ + left: -12px; + width: 12px; + transition: all 0.2s; + } + } + + &:hover{ + .mini-stat-icon{ + &::after{ + left: 60px; + } + } + } +} + + diff --git a/Vue/Admin/src/design/custom/fonts/_fonts.scss b/Vue/Admin/src/design/custom/fonts/_fonts.scss new file mode 100644 index 00000000..411e12ac --- /dev/null +++ b/Vue/Admin/src/design/custom/fonts/_fonts.scss @@ -0,0 +1,5 @@ +// +// Google font - Poppins +// + +@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap'); \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_authentication.scss b/Vue/Admin/src/design/custom/pages/_authentication.scss new file mode 100644 index 00000000..2c8764ac --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_authentication.scss @@ -0,0 +1,89 @@ +// +// authentication.scss +// + + +// authentication home icon +.home-btn { + position: absolute; + top: 15px; + right: 25px; +} + +// auth 2 + +.auth-logo{ + .auth-logo-dark{ + display: $display-block; + } + .auth-logo-light{ + display: $display-none; + } +} + +.auth-body-bg{ + background-color: $card-bg; +} + + +// auth-pass-inputgroup + +.auth-pass-inputgroup{ + input[type="input"] + .btn .mdi-eye-outline{ + &:before{ + content: "\F06D1"; + } + } +} + +// authentication full page + +.auth-full-bg{ + background-color: rgba($primary, 0.25); + display: flex; + + @media (min-width: 1200px){ + height: 100vh; + } + + + &::before{ + content: ""; + position: absolute; + width: 300px; + height: 300px; + border-radius: 50%; + } + + .bg-overlay{ + background: url("~@/assets/images/bg-auth-overlay.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } +} + +.auth-full-page-content{ + display: flex; + + @media (min-width: 1200px){ + min-height: 100vh; + } +} + +.auth-review-carousel{ + &.owl-theme { + .owl-dots { + .owl-dot{ + span{ + background-color: rgba($primary, 0.25); + } + &.active, &:hover{ + span{ + background-color: $primary; + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_chat.scss b/Vue/Admin/src/design/custom/pages/_chat.scss new file mode 100644 index 00000000..ce7febb8 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_chat.scss @@ -0,0 +1,250 @@ +// +// Chat.scss +// + +.chat-leftsidebar{ + @media (min-width: 992px) { + min-width: 260px; + } + + @media (min-width: 1200px) { + min-width: 380px; + } + + .chat-leftsidebar-nav{ + .nav{ + background-color: $card-bg; + } + + .tab-content{ + min-height: 488px; + } + } +} + +.chat-users { + .chat-conversation { + min-height: 450px; + } +} + +.chat-noti-dropdown{ + &.active{ + &:before{ + content: ""; + position: absolute; + width: 8px; + height: 8px; + background-color: $danger; + border-radius: 50%; + right: 0; + } + } + + .btn{ + padding: 6px; + box-shadow: none; + font-size: 20px; + } +} + +.chat-search-box{ + .form-control{ + border: 0; + } +} + +.chat-list{ + margin: 0; + li{ + &.active{ + a{ + background-color: $card-bg; + border-color: transparent; + box-shadow: $box-shadow; + } + } + a{ + display: block; + padding: 14px 16px; + color: $gray-600; + transition: all 0.4s; + border-top: 1px solid $border-color; + border-radius: 4px; + &:hover{ + background-color: $card-bg; + border-color: transparent; + box-shadow: $box-shadow; + + } + } + } +} + + +.user-chat-nav{ + .dropdown{ + .nav-btn{ + height: 40px; + width: 40px; + line-height: 40px; + box-shadow: none; + padding: 0; + font-size: 16px; + background-color: $light; + border-radius: 50%; + } + + .dropdown-menu{ + box-shadow: $box-shadow; + border: 1px solid $border-color + } + } +} + + +.chat-conversation{ + li{ + clear: both; + } + + .chat-day-title{ + position: relative; + text-align: center; + margin-bottom: 24px; + + .title{ + background-color: $card-bg; + position: relative; + z-index: 1; + padding: 6px 24px; + } + + &:before{ + content: ""; + position: absolute; + width: 100%; + height: 1px; + left: 0; + right: 0; + background-color: $border-color; + top: 10px; + } + .badge{ + font-size: 12px; + } + } + .conversation-list{ + margin-bottom: 24px; + display: inline-block; + position: relative; + + .ctext-wrap{ + padding: 12px 24px; + background-color: rgba($primary,0.1); + border-radius: 8px 8px 8px 0px; + overflow: hidden; + + .conversation-name{ + font-weight: $font-weight-semibold; + color: $primary; + margin-bottom: 4px; + } + } + + .dropdown{ + float: right; + .dropdown-toggle{ + font-size: 18px; + padding: 4px; + color: $gray-600; + @media (max-width: 575.98px) { + display: none; + } + } + + .dropdown-menu{ + box-shadow: $box-shadow; + border: 1px solid $border-color + } + } + + .chat-time{ + font-size: 12px; + } + } + + .right{ + .conversation-list{ + float: right; + .ctext-wrap{ + background-color: $light; + text-align: right; + border-radius: 8px 8px 0px 8px; + } + .dropdown{ + float: left; + } + + &.last-chat{ + .conversation-list{ + &:before{ + right: 0; + left: auto; + } + } + } + } + + } + + .last-chat{ + .conversation-list{ + &:before{ + content: "\F0009"; + font-family: "Material Design Icons"; + position: absolute; + color: $primary; + right: 0; + bottom: 0; + font-size: 16px; + + @media (max-width: 575.98px) { + display: none; + } + } + } + } +} + +.chat-input-section{ + border-top: 1px solid $border-color; +} + +.chat-input{ + border-radius: 30px; + background-color: $light !important; + border-color: $light !important; + padding-right: 120px; +} + +.chat-input-links{ + position: absolute; + right: 16px; + top: 50%; + transform: translateY(-50%); + li{ + a{ + font-size: 16px; + line-height: 36px; + padding: 0px 4px; + display: inline-block; + } + } +} + +.chat-send{ + @media (max-width: 575.98px) { + min-width: auto; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_coming-soon.scss b/Vue/Admin/src/design/custom/pages/_coming-soon.scss new file mode 100644 index 00000000..b202cde7 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_coming-soon.scss @@ -0,0 +1,20 @@ +// +// coming-soon.scss +// + +.counter-number { + font-size: 32px; + font-weight: $font-weight-semibold; + text-align: center; + display: flex; + span { + font-size: 16px; + font-weight: $font-weight-normal; + display: block; + padding-top: 5px; + } +} + +.coming-box { + width: 25%; +} diff --git a/Vue/Admin/src/design/custom/pages/_contacts.scss b/Vue/Admin/src/design/custom/pages/_contacts.scss new file mode 100644 index 00000000..02c09e25 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_contacts.scss @@ -0,0 +1,15 @@ +// +// Contacts.scss +// + +.contact-links{ + a{ + color: $body-color; + } +} + +// profile + +.profile-user-wid{ + margin-top: -26px; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_crypto.scss b/Vue/Admin/src/design/custom/pages/_crypto.scss new file mode 100644 index 00000000..b02213f3 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_crypto.scss @@ -0,0 +1,340 @@ +// +// crypto.scss +// + +@media (min-width: 576px){ + .currency-value{ + position: relative; + &:after{ + content: "\F04E1"; + font-family: "Material Design Icons"; + font-size: 24px; + position: absolute; + width: 45px; + height: 45px; + line-height: 45px; + border-radius: 50%; + text-align: center; + right: 0; + top: 50%; + transform: translateY(-50%); + background-color: $primary; + color: $white; + z-index: 9; + right: -34px; + } + } + +} + +.crypto-buy-sell-nav-content{ + border: 2px solid $gray-300; + border-top: 0; +} + + +// KYC Application + +.kyc-doc-verification{ + .dropzone{ + min-height: 180px; + .dz-message{ + margin: 24px 0px; + } + } +} + + +/****************** + Ico Landing +*******************/ + +.section{ + position: relative; + padding-top: 80px; + padding-bottom: 80px; + + &.bg-white{ + background-color: $card-bg !important; + } +} + +.small-title{ + color: $gray-600; + margin-bottom: 8px; +} + + +// Navigation + +.navigation { + padding: 0 16px; + width: 100%; + z-index: 999; + margin-bottom: 0px; + transition: all 0.5s ease-in-out; + border-bottom: 1px solid rgba($white, 0.1); + + @media (max-width: 991.98px) { + background-color: $topnav-bg; + } + + .navbar-logo{ + line-height: 70px; + transition: all 0.4s; + .logo-dark{ + display: none; + @media (max-width: 991.98px) { + display: block; + } + } + .logo-light{ + display: block; + @media (max-width: 991.98px) { + display: none; + } + } + } + + + .navbar-nav{ + .nav-item{ + .nav-link{ + color: rgba($white, 0.6); + line-height: 58px; + padding: 6px 16px; + font-weight: $fw-medium; + transition: all 0.4s; + + @media (max-width: 991.98px) { + color: $header-item-color; + } + + &:hover, &.active{ + color: rgba($white, 0.9); + + @media (max-width: 991.98px) { + color: $primary; + } + } + + @media (max-width: 991.98px) { + line-height: 28px !important; + } + } + } + } + + &.nav-sticky{ + background-color: $topnav-bg; + box-shadow: $box-shadow; + .navbar-logo{ + line-height: 60px; + + .logo-dark{ + display: $display-block; + } + .logo-light{ + display: $display-none; + } + } + + .navbar-nav { + .nav-item { + .nav-link{ + line-height: 48px; + color: $header-item-color; + &:hover, &.active{ + color: $primary; + } + } + } + } + } +} + +.bg-overlay{ + position: absolute; + height: 100%; + width: 100%; + right: 0; + bottom: 0; + left: 0; + top: 0; + opacity: 0.7; + background-color: $black; +} + +.hero-section{ + padding-top: 220px; + padding-bottom: 190px; + + &.bg-ico-hero{ + background-image: url("~@/assets/images/crypto/bg-ico-hero.jpg"); + background-size: cover; + background-position: top; + } + + @media (max-width: 575.98px) { + padding-top: 140px; + padding-bottom: 80px; + } + + .hero-title{ + font-size: 42px; + @media (max-width: 575.98px) { + font-size: 26px; + } + } + + .ico-countdown{ + font-size: 22px; + margin-right: -12px; + margin-left: -12px; + @media (max-width: 575.98px) { + display: block; + } + .coming-box{ + margin-right: 12px; + margin-left: 12px; + border: 1px solid $border-color; + border-radius: 4px; + padding: 8px; + background-color: $card-bg; + + @media (max-width: 575.98px) { + display: inline-block; + width: 40%; + margin-bottom: 24px; + } + + span{ + background-color: $light; + font-size: 12px; + padding: 4px; + margin-top: 8px; + } + } + } + + .softcap-progress{ + overflow: visible; + + .progress-bar{ + overflow: visible; + } + + .progress-label{ + position: relative; + text-align: right; + color: $body-color; + bottom: 20px; + font-size: 12px; + font-weight: $fw-medium; + } + } +} + + +// currency price + +.currency-price{ + position: relative; + bottom: 40px; +} + + +// Clients + +.client-images { + img { + max-height: 34px; + width: auto !important; + margin: 12px auto; + opacity: 0.7; + transition: all 0.4s; + } +} + + +// Features + +.features-number{ + opacity: 0.1; +} + + +// Team + +.team-box{ + .team-social-links{ + a{ + color: $body-color; + font-size: 14px; + } + } +} + +// Blog + +.blog-box{ + .blog-badge{ + position: absolute; + top: 12px; + right: 12px; + } +} + +// landing footer + +.landing-footer{ + padding: 80px 0 40px; + background-color: $sidebar-dark-bg; + color: rgba($white, 0.5); + + .footer-list-title{ + color: rgba($white, 0.9); + } + + .footer-list-menu { + li { + a { + display: block; + color: rgba($white, 0.5); + margin-bottom: 14px; + transition: all 0.4s; + &:hover{ + color: rgba($white, 0.8); + } + } + } + } + + .blog-post{ + + .post{ + display: block; + color: rgba($white, 0.5); + padding: 16px 0px; + border-bottom: 1px solid rgba($white, 0.1); + .post-title{ + color: rgba($white, 0.8); + font-size: 14px; + } + + &:first-of-type{ + padding-top: 0; + } + + &:last-of-type{ + padding-bottom: 0; + border-bottom: 0; + } + } + } + + .footer-border{ + border-color: rgba($white, 0.1); + } +} + diff --git a/Vue/Admin/src/design/custom/pages/_ecommerce.scss b/Vue/Admin/src/design/custom/pages/_ecommerce.scss new file mode 100644 index 00000000..e7e45ef7 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_ecommerce.scss @@ -0,0 +1,121 @@ +// +// ecommerce.scss +// + +// product + +.search-box{ + .form-control{ + border-radius: 30px; + padding-left: 40px; + } + .search-icon{ + font-size: 16px; + position: absolute; + left: 13px; + top: 0; + line-height: 38px; + } +} + +.product-list{ + li{ + a{ + display: block; + padding: 4px 0px; + color: $body-color; + } + } +} + +.product-view-nav{ + &.nav-pills { + .nav-item{ + margin-left: 4px; + } + .nav-link{ + width: 36px; + height: 36px; + font-size: 16px; + padding: 0; + line-height: 36px; + text-align: center; + border-radius: 50%; + } + } +} + +.product-ribbon{ + position: absolute; + right: 0px; + top: 0px; +} + +// Product Details + +.product-detai-imgs{ + .nav{ + .nav-link{ + margin: 7px 0px; + + &.active{ + background-color: $gray-300; + } + } + } +} + +.product-color{ + a{ + display: inline-block; + text-align: center; + color: $body-color; + .product-color-item{ + margin: 7px; + } + &.active, &:hover{ + color: $primary; + .product-color-item{ + border-color: $primary !important; + } + } + } +} + +// ecommerce cart + +.visa-card{ + .visa-logo{ + line-height: 0.5; + } + + .visa-pattern{ + position: absolute; + font-size: 385px; + color: rgba($white, 0.05); + line-height: 0.4; + right: 0px; + bottom: 0px; + } +} + + +// checkout + +.checkout-tabs{ + .nav-pills{ + .nav-link{ + margin-bottom: 24px; + text-align: center; + background-color: $card-bg; + box-shadow: $box-shadow; + + &.active{ + background-color: $primary; + } + .check-nav-icon{ + font-size: 36px; + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_email.scss b/Vue/Admin/src/design/custom/pages/_email.scss new file mode 100644 index 00000000..324d8748 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_email.scss @@ -0,0 +1,209 @@ +/* ============== + Email +===================*/ +.email-leftbar { + width: 236px; + float: left; + padding: 20px; + border-radius: 5px; +} + +.email-rightbar { + margin-left: 260px; +} + +.chat-user-box { + p.user-title { + color: $dark; + font-weight: 500; + } + p { + font-size: 12px; + } +} + +@media (max-width: 767px) { + .email-leftbar { + float: none; + width: 100%; + } + .email-rightbar { + margin: 0; + } +} + + +.mail-list { + a { + display: block; + color: $gray-600; + line-height: 24px; + padding: 8px 5px; + &.active { + color: $danger; + font-weight: 500; + } + } +} + +.message-list { + display: block; + padding-left: 0; + + li { + position: relative; + display: block; + height: 50px; + line-height: 50px; + cursor: default; + transition-duration: .3s; + + a{ + color: $gray-600; + } + + &:hover { + background: $gray-300; + transition-duration: .05s; + } + + .col-mail { + float: left; + position: relative; + } + + .col-mail-1 { + width: 320px; + + .star-toggle, + .checkbox-wrapper-mail, + .dot { + display: block; + float: left; + } + + .dot { + border: 4px solid transparent; + border-radius: 100px; + margin: 22px 26px 0; + height: 0; + width: 0; + line-height: 0; + font-size: 0; + } + + .checkbox-wrapper-mail { + margin: 15px 10px 0 20px; + } + + .star-toggle { + margin-top: 18px; + margin-left: 5px; + } + + .title { + position: absolute; + top: 0; + left: 110px; + right: 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + margin-bottom: 0; + } + } + + .col-mail-2 { + position: absolute; + top: 0; + left: 320px; + right: 0; + bottom: 0; + + .subject, + .date { + position: absolute; + top: 0; + } + + .subject { + left: 0; + right: 200px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + + .date { + right: 0; + width: 170px; + padding-left: 80px; + } + } + + &.active, + &.active:hover { + box-shadow: inset 3px 0 0 $primary; + } + + + &.unread { + background-color: $gray-300; + font-weight: 500; + color: darken($dark,5%); + a{ + color: darken($dark,5%); + font-weight: 500; + } + } + } + + + .checkbox-wrapper-mail { + cursor: pointer; + height: 20px; + width: 20px; + position: relative; + display: inline-block; + box-shadow: inset 0 0 0 1px $gray-400; + border-radius: 1px; + + input { + opacity: 0; + cursor: pointer; + } + input:checked ~ label { + opacity: 1; + } + + label { + position: absolute; + height: 20px; + width: 20px; + left: 0; + cursor: pointer; + opacity: 0; + margin-bottom: 0; + transition-duration: .05s; + top: 0; + &:before { + content: "\F012C"; + font-family: "Material Design Icons"; + top: 0; + height: 20px; + color: darken($dark,5%); + width: 20px; + position: absolute; + margin-top: -16px; + left: 4px; + font-size: 13px; + } + } + } +} + +@media (max-width: 575.98px) { + .message-list li .col-mail-1 { + width: 200px; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_extras-pages.scss b/Vue/Admin/src/design/custom/pages/_extras-pages.scss new file mode 100644 index 00000000..5bcd4ef9 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_extras-pages.scss @@ -0,0 +1,37 @@ +// +// Extras pages.scss +// + + +// pricing + + +.plan-box{ + .plan-btn{ + position: relative; + + &::before{ + content: ""; + position: absolute; + width: 100%; + height: 2px; + background: $gray-300; + left: 0px; + right: 0px; + top: 12px; + } + } +} + + + +// blog + +.blog-play-icon{ + position: absolute; + top: 50%; + left: 0; + right: 0; + transform: translateY(-50%); + margin: 0px auto; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_file-manager.scss b/Vue/Admin/src/design/custom/pages/_file-manager.scss new file mode 100644 index 00000000..02b21df9 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_file-manager.scss @@ -0,0 +1,51 @@ +// +// File manager.scss +// + +// file manager + +.filemanager-sidebar{ + + @media (min-width: 1200px){ + min-width: 230px; + max-width: 230px; + } + + @media (min-width: 1366px){ + min-width: 280px; + max-width: 280px; + } + +} + +.categories-list{ + padding: 4px 0; + li{ + a{ + display: block; + padding: 8px 12px; + color: $body-color; + font-weight: $fw-medium; + } + + &.active{ + a{ + color: $primary; + } + } + + ul{ + padding-left: 16px; + li{ + a{ + padding: 4px 12px; + color: $text-muted; + font-size: 13px; + font-weight: $font-weight-normal; + } + } + } + } +} + + diff --git a/Vue/Admin/src/design/custom/pages/_projects.scss b/Vue/Admin/src/design/custom/pages/_projects.scss new file mode 100644 index 00000000..0fedcc46 --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_projects.scss @@ -0,0 +1,14 @@ +// +// projects.scss +// + +// project list + +.project-list-table{ + border-collapse:separate; + border-spacing:0 12px; + tr{ + background-color: $card-bg; + } + +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/pages/_timeline.scss b/Vue/Admin/src/design/custom/pages/_timeline.scss new file mode 100644 index 00000000..282c174c --- /dev/null +++ b/Vue/Admin/src/design/custom/pages/_timeline.scss @@ -0,0 +1,83 @@ +// +// timeline.scss +// + +/************** Horizontal timeline **************/ + + +.hori-timeline{ + .events{ + .event-list{ + text-align: center; + display: block; + + .event-down-icon{ + position: relative; + &::before{ + content: ""; + position: absolute; + width: 100%; + top: 16px; + left: 0; + right: 0; + border-bottom: 3px dashed $gray-300; + } + .down-arrow-icon{ + position: relative; + background-color: $card-bg; + padding: 4px; + } + } + + &:hover{ + .down-arrow-icon{ + animation: fade-down 1.5s infinite linear; + } + } + + &.active{ + .down-arrow-icon{ + animation: fade-down 1.5s infinite linear; + &:before { + content: "\ec4c"; + } + } + } + } + } +} + + +/************** vertical timeline **************/ + +.verti-timeline{ + border-left: 3px dashed $gray-300; + margin: 0 10px; + .event-list{ + position: relative; + padding: 0px 0px 40px 30px; + + .event-timeline-dot{ + position: absolute; + left: -9px; + top: 0px; + z-index: 9; + font-size: 16px; + } + .event-content{ + position: relative; + border: 2px solid $border-color; + border-radius: 7px; + } + + &.active{ + .event-timeline-dot{ + color: $primary; + } + } + + &:last-child{ + padding-bottom: 0px; + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_apexcharts.scss b/Vue/Admin/src/design/custom/plugins/_apexcharts.scss new file mode 100644 index 00000000..dc43d591 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_apexcharts.scss @@ -0,0 +1,46 @@ + +// +// apexcharts.scss +// +.apex-charts { + min-height: 10px !important; + text { + font-family: $font-family-base !important; + fill: $gray-500; + } + .apexcharts-canvas { + margin: 0 auto; + } +} + +.apexcharts-tooltip-title, +.apexcharts-tooltip-text { + font-family: $font-family-base !important; +} + +.apexcharts-legend-series { + font-weight: $fw-medium; +} + +.apexcharts-gridline { + pointer-events: none; + stroke: $apex-grid-color; +} + +.apexcharts-legend-text { + color: $gray-600 !important; + font-family: $font-family-base !important; + font-size: 13px !important; +} + +.apexcharts-pie-label { + fill: $white !important; +} + +.apexcharts-yaxis, +.apexcharts-xaxis { + text { + font-family: $font-family-base !important; + fill: $gray-500; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_bootstrap-touchspin.scss b/Vue/Admin/src/design/custom/plugins/_bootstrap-touchspin.scss new file mode 100644 index 00000000..e3057f3b --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_bootstrap-touchspin.scss @@ -0,0 +1,21 @@ + +// +// Bootstrap touchspin +// + +.vnis__button { + background: $primary !important; +} + +.product-cart-touchspin { + .vnis__button { + background: none !important; + color: black; + } +} + +.vnis__input { + border: 1px solid $gray-400 !important; + background-color: rgba($topbar-search-bg, 0.07); + color: $input-color; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_calendar.scss b/Vue/Admin/src/design/custom/plugins/_calendar.scss new file mode 100644 index 00000000..3136563b --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_calendar.scss @@ -0,0 +1,228 @@ + + +/* ============== + Calendar +===================*/ + +@import "~@fullcalendar/daygrid/main.css"; +@import "~@fullcalendar/timegrid/main.css"; +@import "~@fullcalendar/bootstrap/main.css"; +@import "~@fullcalendar/list/main.css"; + + +.calendar { + float: left; + margin-bottom: 0; +} + +.app-calendar { + .btn { + text-transform: capitalize; + } +} + +.fc-view { + margin-top: 30px; +} + +.none-border { + .modal-footer { + border-top: none; + } +} + +.fc-toolbar { + margin: 15px 0 5px 0; + + h2 { + font-size: 1.25rem !important; + line-height: 1.875rem; + text-transform: uppercase; + } +} + +.fc-day-grid-event { + .fc-time { + font-weight: 500; + } +} + + +.fc-toolbar { + + .fc-state-active, + .ui-state-active, + button:focus, + button:hover, + .ui-state-hover { + z-index: 0; + } +} + +.fc { + th.fc-widget-header { + background: $gray-100; + font-size: 13px; + line-height: 20px; + padding: 10px 0; + text-transform: uppercase; + } +} + +.fc-unthemed { + + th, + td, + thead, + tbody, + .fc-divider, + .fc-row, + .fc-popover { + border-color: $gray-300; + } +} + +.fc-ltr { + .fc-basic-view { + .fc-day-top { + .fc-day-number { + float: right; + height: 20px; + width: 20px; + text-align: center; + line-height: 20px; + background-color: $gray-100; + border-radius: 50%; + margin: 5px; + font-size: 12px; + } + } + } +} + +.fc-button { + background: $gray-100; + border: none; + color: $gray-700; + text-transform: capitalize; + box-shadow: none; + border-radius: 3px; + margin: 0 3px; + padding: 6px 12px; + height: auto; +} + +.fc-text-arrow { + font-family: inherit; + font-size: 1rem; +} + +.fc-state-hover { + background: $gray-100; +} + +.fc-state-highlight { + background: $gray-300; +} + +.fc-state-down, +.fc-state-active, +.fc-state-disabled { + background-color: $primary; + color: $white; + text-shadow: none; +} + +.fc-cell-overlay { + background: $gray-300; +} + +.fc-unthemed { + .fc-today { + background: $white; + } +} + +.fc-event { + border-radius: 2px !important; + border: none !important; + cursor: move !important; + font-size: 0.8125rem !important; + margin: 5px 7px !important; + padding: 5px 5px !important; + text-align: center !important; + color: white !important; +} + +.external-event { + cursor: move; + margin: 10px 0; + padding: 8px 10px; + color: $white; +} + +.fc-basic-view { + td.fc-week-number { + span { + padding-right: 8px; + } + } + + td.fc-day-number { + padding-right: 8px; + } + + .fc-content { + color: $white; + } +} + +.fc-time-grid-event { + .fc-content { + color: $white; + } +} + +.fc-timeGridDay-view { + .fc-content { + .fc-time { + display: inline-block; + } + + .fc-title { + display: inline-block; + margin-left: 5px; + } + } +} + +@include media-breakpoint-down(sm) { + + .fc-toolbar { + display: block !important; + text-align: center; + + .fc-left, + .fc-right, + .fc-center { + float: none; + display: block; + clear: both; + margin: 10px 0; + } + } + + .fc { + .fc-toolbar { + >* { + >* { + float: none; + } + } + } + } + + .fc-today-button { + display: none; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_carousel.scss b/Vue/Admin/src/design/custom/plugins/_carousel.scss new file mode 100644 index 00000000..04889066 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_carousel.scss @@ -0,0 +1,34 @@ +.team-carousel { + .VueCarousel-inner { + flex-basis: auto !important; + + .VueCarousel-slide { + margin-right: 24px; + width: 255px; + + .team-box { + img { + display: block; + width: 100%; + } + } + } + } +} + +.owl-nav { + margin-top: 16px; + text-align: center; + + button { + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba($primary, 0.25) !important; + color: $primary !important; + margin: 4px 8px !important; + border: none; + } +} diff --git a/Vue/Admin/src/design/custom/plugins/_chartist.scss b/Vue/Admin/src/design/custom/plugins/_chartist.scss new file mode 100644 index 00000000..7359c5f4 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_chartist.scss @@ -0,0 +1,161 @@ +// +// chartist.scss +// + +@import "~chartist/dist/chartist.min.css"; + +.chartjs-chart{ + max-height: 320px; + } + +.ct-golden-section:before { + float: none; +} + +.ct-chart { + max-height: 300px; + + .ct-label { + fill: $gray-500; + color: $gray-500; + font-size: 12px; + line-height: 1; + } +} + +.ct-chart.simple-pie-chart-chartist { + .ct-label { + color: $white; + fill: $white; + font-size: 16px; + } +} + +.ct-chart { + .ct-series { + &.ct-series-a { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $primary; + } + } + + &.ct-series-b { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $success; + } + } + + &.ct-series-c { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $warning; + } + } + + &.ct-series-d { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $danger; + } + } + + &.ct-series-e { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $info; + } + } + + &.ct-series-f { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $pink; + } + } + + &.ct-series-g { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $primary; + } + } + } +} + +.ct-series-a { + + .ct-area, + .ct-slice-pie { + fill: $primary !important; + } +} + +.ct-series-b { + + .ct-area, + .ct-slice-pie { + fill: $success !important; + } +} + +.ct-series-c { + + .ct-area, + .ct-slice-pie { + fill: $warning; + } +} + +.ct-series-d { + + .ct-area, + .ct-slice-pie { + fill: $danger !important; + } +} + +.ct-area { + fill-opacity: 0.33 !important; +} + +.chartist-tooltip { + position: absolute; + display: inline-block; + opacity: 0; + min-width: 10px; + padding: 2px 10px; + border-radius: 3px; + background: $dark; + color: $white; + text-align: center; + pointer-events: none; + z-index: 1; + transition: opacity 0.2s linear; + + &.tooltip-show { + opacity: 1; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_colorpicker.scss b/Vue/Admin/src/design/custom/plugins/_colorpicker.scss new file mode 100644 index 00000000..d9604902 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_colorpicker.scss @@ -0,0 +1,65 @@ + +// +// colorpicker.scss +// + +.sp-container{ + background-color: $dropdown-bg; + button{ + padding: .25rem .5rem; + font-size: .71094rem; + border-radius: .2rem; + font-weight: 400; + color: $dark; + + &.sp-palette-toggle{ + background-color: $light; + } + + &.sp-choose{ + background-color: $success; + margin-left: 5px; + margin-right: 0; + } + } +} + +.sp-palette-container{ + border-right: 1px solid $border-color; +} + +.sp-input{ + background-color: $input-bg; + border-color: $input-border-color !important; + color: $input-color; + &:focus{ + outline: none; + } +} + + +[dir="rtl"]{ + + .sp-alpha{ + direction: ltr; + } + + .sp-original-input-container { + .sp-add-on{ + border-top-right-radius: 0!important; + border-bottom-right-radius: 0!important; + border-top-left-radius: 4px!important; + border-bottom-left-radius: 4px!important + } + } + + input.spectrum.with-add-on{ + border: 1px solid $input-border-color; + border-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: $input-border-radius; + border-bottom-right-radius: $input-border-radius; + + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_custom-scrollbar.scss b/Vue/Admin/src/design/custom/plugins/_custom-scrollbar.scss new file mode 100644 index 00000000..956a6c2f --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_custom-scrollbar.scss @@ -0,0 +1,215 @@ +[data-simplebar] { + position: relative; + flex-direction: column; + flex-wrap: wrap; + justify-content: flex-start; + align-content: flex-start; + align-items: flex-start; +} + +.simplebar-wrapper { + overflow: hidden; + width: inherit; + height: inherit; + max-width: inherit; + max-height: inherit; +} + +.simplebar-mask { + direction: inherit; + position: absolute; + overflow: hidden; + padding: 0; + margin: 0; + left: 0; + top: 0; + bottom: 0; + right: 0; + width: auto !important; + height: auto !important; + z-index: 0; +} + +.simplebar-offset { + direction: inherit !important; + box-sizing: inherit !important; + resize: none !important; + position: absolute; + top: 0; + left: 0 !important; + bottom: 0; + right: 0 !important; + padding: 0; + margin: 0; + -webkit-overflow-scrolling: touch; +} + +.simplebar-content-wrapper { + direction: inherit; + box-sizing: border-box !important; + position: relative; + display: block; + height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */ + width: auto; + visibility: visible; + overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */ + max-width: 100%; /* Not required for horizontal scroll to trigger */ + max-height: 100%; /* Needed for vertical scroll to trigger */ + scrollbar-width: none; + padding: 0px !important; +} + +.simplebar-content-wrapper::-webkit-scrollbar, +.simplebar-hide-scrollbar::-webkit-scrollbar { + display: none; +} + +.simplebar-content:before, +.simplebar-content:after { + content: ' '; + display: table; +} + +.simplebar-placeholder { + max-height: 100%; + max-width: 100%; + width: 100%; + pointer-events: none; +} + +.simplebar-height-auto-observer-wrapper { + box-sizing: inherit !important; + height: 100%; + width: 100%; + max-width: 1px; + position: relative; + float: left; + max-height: 1px; + overflow: hidden; + z-index: -1; + padding: 0; + margin: 0; + pointer-events: none; + flex-grow: inherit; + flex-shrink: 0; + flex-basis: 0; +} + +.simplebar-height-auto-observer { + box-sizing: inherit; + display: block; + opacity: 0; + position: absolute; + top: 0; + left: 0; + height: 1000%; + width: 1000%; + min-height: 1px; + min-width: 1px; + overflow: hidden; + pointer-events: none; + z-index: -1; +} + +.simplebar-track { + z-index: 1; + position: absolute; + right: 0; + bottom: 0; + pointer-events: none; + overflow: hidden; +} + +[data-simplebar].simplebar-dragging .simplebar-content { + pointer-events: none; + user-select: none; + -webkit-user-select: none; +} + +[data-simplebar].simplebar-dragging .simplebar-track { + pointer-events: all; +} + +.simplebar-scrollbar { + position: absolute; + right: 2px; + width: 4px; + min-height: 10px; +} + +.simplebar-scrollbar:before { + position: absolute; + content: ''; + background: #a2adb7; + border-radius: 7px; + left: 0; + right: 0; + opacity: 0; + transition: opacity 0.2s linear; +} + +.simplebar-scrollbar.simplebar-visible:before { + /* When hovered, remove all transitions from drag handle */ + opacity: 0.5; + transition: opacity 0s linear; +} + +.simplebar-track.simplebar-vertical { + top: 0; + width: 11px; +} + +.simplebar-track.simplebar-vertical .simplebar-scrollbar:before { + top: 2px; + bottom: 2px; +} + +.simplebar-track.simplebar-horizontal { + left: 0; + height: 11px; +} + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { + height: 100%; + left: 2px; + right: 2px; +} + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar { + right: auto; + left: 0; + top: 2px; + height: 7px; + min-height: 0; + min-width: 10px; + width: auto; +} + +/* Rtl support */ +[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical { + right: auto; + left: 0; +} + +.hs-dummy-scrollbar-size { + direction: rtl; + position: fixed; + opacity: 0; + visibility: hidden; + height: 500px; + width: 500px; + overflow-y: hidden; + overflow-x: scroll; +} + +.simplebar-hide-scrollbar { + position: fixed; + left: 0; + visibility: hidden; + overflow-y: scroll; + scrollbar-width: none; +} + +.custom-scroll { + height: 100%; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_datatable.scss b/Vue/Admin/src/design/custom/plugins/_datatable.scss new file mode 100644 index 00000000..9e7dd164 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_datatable.scss @@ -0,0 +1,57 @@ +/* +* Datatable +*/ + +// datatable + +div.dataTables_wrapper { + div.dataTables_filter{ + text-align: right; + + input{ + margin-left: 0.5em; + margin-right: 0; + } + } +} + +// data table + +.datatables { + thead { + tr { + th { + position: relative; + &:before { + content: "\F0143"; + position: absolute; + right: 0; + top: 7px; + font: normal normal normal 24px/1 "Material Design Icons"; + opacity: 0.3; + } + + &:after { + content: "\F0140"; + position: absolute; + right: 0; + top: 14px; + opacity: 0.3; + font: normal normal normal 24px/1 "Material Design Icons"; + } + } + + .asc { + &:before { + opacity: 1; + } + } + + .desc { + &:after { + opacity: 1; + } + } + } + } +} diff --git a/Vue/Admin/src/design/custom/plugins/_datepicker.scss b/Vue/Admin/src/design/custom/plugins/_datepicker.scss new file mode 100644 index 00000000..490c458a --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_datepicker.scss @@ -0,0 +1,213 @@ + +// +// Datepicker +// +// @import "~vue2-datepicker/index.css"; + +.mx-datepicker { + width: 100% !important; + font-family: $font-family-base !important; +} + +.mx-input { + display: block !important; + height: $input-height !important; + padding: $input-padding-y $input-padding-x !important; + font-family: $input-font-family !important; + @include font-size($input-font-size); + font-weight: $input-font-weight !important; + line-height: $input-line-height !important; + color: $input-color !important; + background-color: $input-bg !important; + background-clip: padding-box; + border: $input-border-width solid $input-border-color !important; + box-shadow: none !important; +} + +.mx-calendar { + font-family: $font-family-base !important; +} + +.mx-datepicker-popup { + box-shadow: $box-shadow-lg !important; + border: none !important; + background-color: lighten($dropdown-bg, 2%) !important; +} + +.mx-panel-date td, +.mx-panel-date th { + border-radius: 30px; +} + +.mx-calendar-content .cell.disabled, +.inrange { + background-color: lighten($gray-200, 2%) !important; +} + +.mx-calendar-content .cell:hover, +.mx-calendar-content .cell.actived { + color: $gray-400; +} + +.mx-shortcuts-wrapper .mx-shortcuts { + color: $gray-500 !important; +} + +// hotel + +.datepicker__month-button { + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + display: unset !important; + height: 0px !important; + width: 20px !important; + line-height: 40px; +} + +.datepicker__month-button--next { + &::before { + content: "\F013E"; + } +} + +.datepicker__month-button--prev { + &::before { + content: "\F013D"; + } +} + +.datepicker__header { + margin-bottom: 13px; +} +[dir="rtl"]{ + .datepicker { + right: 0 !important; + left: auto; + } +} + +[dir="rtl"]{ + .bootstrap-timepicker-widget{ + right: 0 !important; + left: auto; + + } + + .timepicker-orient-top{ + top: $input-height !important; + } + + .timepicker-orient-bottom{ + top: auto !important; + bottom: $input-height !important; + } +} + +.datepicker { + border: 1px solid $border-color; + padding: 8px; + z-index: 999 !important; + + + table{ + tr{ + th{ + font-weight: 500; + } + td{ + &.active, &.active:hover, .active.disabled, &.active.disabled:hover, + &.today, &.today:hover, &.today.disabled, &.today.disabled:hover, + &.selected, &.selected:hover, &.selected.disabled, &.selected.disabled:hover, + span.active.active, span.active:hover.active{ + background-color: $primary !important; + background-image: none; + box-shadow: none; + color: $white !important; + } + + &.day.focused, + &.day:hover, + span.focused, + span:hover { + background: $light; + } + + &.new, + &.old, + span.new, + span.old { + color: $gray-500; + opacity: 0.6; + } + + &.range, &.range.disabled, &.range.disabled:hover, &.range:hover{ + background-color: $gray-300; + } + } + } + } +} + +.table-condensed{ + >thead>tr>th, >tbody>tr>td { + padding: 7px; + } +} + +.bootstrap-datepicker-inline{ + .datepicker-inline{ + width: auto !important; + display: inline-block; + } +} + + +// DATEPICKER + +.datepicker-container{ + border: 1px solid $border-color; + box-shadow: none; + background-color: $dropdown-bg; + + &.datepicker-inline{ + width: 212px; + } +} + +.datepicker-panel{ + + >ul{ + >li{ + background-color: $dropdown-bg; + border-radius: 4px; + + &.picked, &.picked:hover{ + background-color: rgba($primary, 0.25); + color: $primary; + } + + &.highlighted, &.highlighted:hover, &:hover{ + background-color: $primary; + color: $white; + } + + + &.muted, &.muted:hover{ + color: $gray-500; + opacity: 0.6; + } + } + + + + &[data-view=week]{ + >li{ + font-weight: $fw-medium; + } + + >li, >li:hover{ + background-color: $dropdown-bg; + } + } + } +} diff --git a/Vue/Admin/src/design/custom/plugins/_dragula.scss b/Vue/Admin/src/design/custom/plugins/_dragula.scss new file mode 100644 index 00000000..94426753 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_dragula.scss @@ -0,0 +1,15 @@ + + +/* ============== + Druafula +===================*/ + + +.task-box{ + border: 1px solid $gray-300; +} + +.gu-transit { + border: 1px dashed $gray-600 !important; + background-color: $gray-200 !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_echarts.scss b/Vue/Admin/src/design/custom/plugins/_echarts.scss new file mode 100644 index 00000000..34433eca --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_echarts.scss @@ -0,0 +1,8 @@ + +// +// echarts.scss +// + +.e-charts{ + height: 350px; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_flot.scss b/Vue/Admin/src/design/custom/plugins/_flot.scss new file mode 100644 index 00000000..080b7142 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_flot.scss @@ -0,0 +1,17 @@ +/* Flot chart */ +.flot-charts-height { + height: 320px; +} + +.flotTip { + padding: 8px 12px; + background-color: rgba($dark, 0.9); + z-index: 100; + color: $gray-100; + box-shadow: $box-shadow; + border-radius: 4px; +} + +.legendLabel{ + color: $gray-500; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_form-editors.scss b/Vue/Admin/src/design/custom/plugins/_form-editors.scss new file mode 100644 index 00000000..2c858fa0 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_form-editors.scss @@ -0,0 +1,81 @@ +// +// Form editors.scss +// + +// ck-editor +.ck.ck-toolbar { + background-color: $gray-200 !important; + border: 1px solid $input-border-color !important; +} + +.ck.ck-editor__main>.ck-editor__editable { + border-color: $input-border-color !important; + box-shadow: none !important; +} + +.ck.ck-dropdown__panel, +.ck.ck-list { + background: $dropdown-bg !important; + border: 1px solid $dropdown-border-color !important; +} + +.ck-editor__editable { + min-height: 245px !important; +} + +.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items { + flex-wrap: wrap !important; +} + +.ck.ck-editor__main>.ck-editor__editable { + background-color: $card-bg !important; +} + +.ck.ck-reset_all, +.ck.ck-reset_all * { + color: $gray-600 !important +} +.ck.ck-toolbar .ck.ck-toolbar__separator, .mce-container { + background: transparent !important; +} + +.ck.ck-button.ck-on, +a.ck.ck-button.ck-on, +.ck.ck-button:not(.ck-disabled):hover, +a.ck.ck-button:not(.ck-disabled):hover { + background: $gray-200 !important; +} + + +.mce-toolbar-grp{ + background: #f6f6f6 !important; + border: none !important; + + .mce-btn { + background: none; + } + + .mce-container-body { + font-family: inherit + } +} + +// mce tiny editor +.mce-container { + background-color: $card-bg !important; +} +.mce-tinymce.mce-container.mce-panel, .mce-panel, .mce-statusbar, .mce-menubar, .mce-btn-group:not(:first-child){ + border: 1px solid $input-border-color !important; +} +.mce-menubtn button, .mce-container, .mce-container-body { + span, .mce-btn .mce-ico, .mce-path-item { + color: $gray-600 !important; + border: 0px solid !important; + } + iframe { + p { + color: $gray-600 !important; + } + } + color: $gray-600 !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_form-upload.scss b/Vue/Admin/src/design/custom/plugins/_form-upload.scss new file mode 100644 index 00000000..5761dcb2 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_form-upload.scss @@ -0,0 +1,31 @@ + +// +// Form-Upload +// + +// @import "~vue2-dropzone/dist/vue2Dropzone.min.css"; + +/* Dropzone */ +.dropzone { + min-height: 230px; + border: 2px dashed $gray-400 !important; + background: $card-bg !important; + border-radius: 6px !important; + + .dz-message { + font-size: 24px; + color: $gray-400; + margin: 2.5em 0 !important; + } +} + +.vue-dropzone>.dz-preview .dz-details { + background-color: #e5e5e5 !important; + color: rgba(0, 0, 0, 0.9) !important; + border-radius: 20px; +} + +.vue-dropzone>.dz-preview .dz-image { + height: 120px !important; + width: 120px !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_form-wizard.scss b/Vue/Admin/src/design/custom/plugins/_form-wizard.scss new file mode 100644 index 00000000..d8014fe9 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_form-wizard.scss @@ -0,0 +1,85 @@ +// +// Form Wizard +// +// @import '~vue-form-wizard/dist/vue-form-wizard.min.css'; + + +.kyc-wizard { + min-height: 262px; +} + +.form-wizard-header { + margin-left: -1.5rem; + margin-right: -1.5rem; +} + +.wizard-header { + display: none; +} + +@mixin shadow($level: 1) { + @if $level==1 { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + } + + @else if $level==2 { + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + } + + @else if $level==3 { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); + } + + @else if $level==4 { + box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); + } + + @else if $level==5 { + box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); + } +} + +@mixin breakpoint($class) { + @if $class==xs { + @media (max-width: 767px) { + @content; + } + } + + @else if $class==sm { + @media (min-width: 768px) { + @content; + } + } + + @else if $class==md { + @media (min-width: 992px) { + @content; + } + } + + @else if $class==lg { + @media (min-width: 1200px) { + @content; + } + } + + @else { + @warn "Breakpoint mixin supports: xs, sm, md, lg"; + } +} + +.wizard-icon-container.tab_shape, +.wizard-icon-circle.md { + &:focus { + outline: none !important; + } +} + +.wizard-icon-circle.checked { + color: $primary; +} + +.vue-form-wizard.md .wizard-icon-circle.tab_shape { + height: 50px !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_google-map.scss b/Vue/Admin/src/design/custom/plugins/_google-map.scss new file mode 100644 index 00000000..c236af58 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_google-map.scss @@ -0,0 +1,42 @@ + +// +// Google map +// + +.gmaps, .gmaps-panaroma { + height: 300px !important; + background: $gray-100; + border-radius: 3px; +} + +.gmaps-overlay { + display: block; + text-align: center; + color: $white; + font-size: 16px; + line-height: 40px; + background: $primary; + border-radius: 4px; + padding: 10px 20px; +} + +.gmaps-overlay_arrow { + left: 50%; + margin-left: -16px; + width: 0; + height: 0; + position: absolute; + &.above { + bottom: -15px; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 16px solid $primary; + } + &.below { + top: -15px; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-bottom: 16px solid $primary; + } + +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_icons.scss b/Vue/Admin/src/design/custom/plugins/_icons.scss new file mode 100644 index 00000000..93ff4b95 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_icons.scss @@ -0,0 +1,8 @@ +// +// icons.scss +// + +@import "icons/materialdesignicons"; +@import "icons/boxicons"; +@import "icons/fontawesome-all"; +@import "icons/dripicons"; \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_leaflet-maps.scss b/Vue/Admin/src/design/custom/plugins/_leaflet-maps.scss new file mode 100644 index 00000000..e86883b1 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_leaflet-maps.scss @@ -0,0 +1,8 @@ +// +// leaflet map +// +@import '~leaflet/dist/leaflet.css'; + +.leaflet-container { + z-index: 99; +} diff --git a/Vue/Admin/src/design/custom/plugins/_parsley.scss b/Vue/Admin/src/design/custom/plugins/_parsley.scss new file mode 100644 index 00000000..7195fba8 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_parsley.scss @@ -0,0 +1,27 @@ + +// +// Parsley +// + +.error { + color: $danger; +} + +.parsley-error { + border-color: $danger; +} + +.parsley-errors-list { + display: none; + margin: 0; + padding: 0; + &.filled { + display: block; + } + > li { + font-size: 12px; + list-style: none; + color: $danger; + margin-top: 5px; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_range-slider.scss b/Vue/Admin/src/design/custom/plugins/_range-slider.scss new file mode 100644 index 00000000..dec36337 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_range-slider.scss @@ -0,0 +1,20 @@ +// +// Range slider +// + +.vue-slide-bar-tooltip { + background-color: $primary !important; + border: 1px solid $primary !important; +} + +.vue-slide-bar-process { + background-color: $primary !important; +} + +.vue-slide-bar { + background-color: $gray-300 !important; +} + +.vue-slide-bar-separate-text { + color: $gray-400; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_rating.scss b/Vue/Admin/src/design/custom/plugins/_rating.scss new file mode 100644 index 00000000..8622b956 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_rating.scss @@ -0,0 +1,16 @@ + +// +// Rating +// + +.symbol{ + border-color: $card-bg; +} + +.rating-symbol-background, .rating-symbol-foreground { + font-size: 24px; +} + +.rating-symbol-foreground { + top: 0px; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_responsive-table.scss b/Vue/Admin/src/design/custom/plugins/_responsive-table.scss new file mode 100644 index 00000000..49cb2bdc --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_responsive-table.scss @@ -0,0 +1,154 @@ + +// +// Responsive Table +// + +.table-rep-plugin { + .btn-toolbar { + display: block; + } + .table-responsive { + border: none !important; + } + .btn-group{ + .btn-default { + background-color: $secondary; + color: $light; + border: 1px solid $secondary; + &.btn-primary { + background-color: $primary; + border-color: $primary; + color: $white; + box-shadow: 0 0 0 2px rgba($primary, .5); + } + } + &.pull-right { + float: right; + .dropdown-menu { + right: 0; + transform: none !important; + top: 100% !important; + } + } + } + tbody { + th { + font-size: 14px; + font-weight: normal; + } + } + + .checkbox-row { + padding-left: 40px; + color: $dropdown-color !important; + + &:hover{ + background-color: lighten($gray-200, 2%) !important; + } + + label { + display: inline-block; + padding-left: 5px; + position: relative; + &::before { + -o-transition: 0.3s ease-in-out; + -webkit-transition: 0.3s ease-in-out; + background-color: $white; + border-radius: 3px; + border: 1px solid $gray-300; + content: ""; + display: inline-block; + height: 17px; + left: 0; + margin-left: -20px; + position: absolute; + transition: 0.3s ease-in-out; + width: 17px; + outline: none !important; + } + &::after { + color: $gray-200; + display: inline-block; + font-size: 11px; + height: 16px; + left: 0; + margin-left: -20px; + padding-left: 3px; + padding-top: 1px; + position: absolute; + top: -1px; + width: 16px; + } + } + input[type="checkbox"] { + cursor: pointer; + opacity: 0; + z-index: 1; + outline: none !important; + + &:disabled + label { + opacity: 0.65; + } + } + input[type="checkbox"]:focus + label { + &::before { + outline-offset: -2px; + outline: none; + } + } + input[type="checkbox"]:checked + label { + &::after { + content: "\f00c"; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + } + } + input[type="checkbox"]:disabled + label { + &::before { + background-color: $gray-100; + cursor: not-allowed; + } + } + input[type="checkbox"]:checked + label { + &::before { + background-color: $primary; + border-color: $primary; + } + &::after { + color: $white; + } + } + } + + .fixed-solution { + .sticky-table-header{ + top: $header-height !important; + background-color: $primary; + table{ + color: $white; + } + } + } + + table.focus-on tbody tr.focused th, + table.focus-on tbody tr.focused td, + .sticky-table-header { + background: $primary; + border-color: $primary; + color: $white; + + table { + color: $white; + } + } +} + +body[data-layout="horizontal"] { + @media (min-width: 992px) { + .fixed-solution { + .sticky-table-header{ + top: $header-height + 50px !important;; + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_select2.scss b/Vue/Admin/src/design/custom/plugins/_select2.scss new file mode 100644 index 00000000..37459dbb --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_select2.scss @@ -0,0 +1,98 @@ + +// +// Select 2 +// +@import "~@vueform/multiselect/themes/default.css"; + +// set width of select +.custom-multiselect { + .multiselect { + width: 350px; + } +} + +.helo .multiselect__tags { + height: 20px !important; +} + +.multiselect__tags { + min-height: $input-height !important; + padding: $input-padding-y $input-padding-x !important; + font-family: $font-family-base !important; + @include font-size($input-font-size); + font-weight: $input-font-weight !important; + line-height: $input-line-height !important; + color: $input-color !important; + background-color: $input-bg !important; + background-clip: padding-box; + border: $input-border-width solid $input-border-color !important; +} + +.multiselect__placeholder { + padding-top: 0 !important; + margin-bottom: 0 !important; + color: $gray-400 !important +} + +.multiselect__input { + margin-bottom: 0 !important; +} + +.multiselect__single { + padding-left: 0 !important; + margin-bottom: 0 !important; +} + +.multiselect__tag { + background-color: $primary !important; + margin-bottom: 0 !important; +} + +.multiselect__tag-icon:after { + color: $gray-100 !important; +} + +.multiselect, +.multiselect__input, +.multiselect__single { + font-size: 13px !important; +} + +.multiselect__input, +.multiselect__single { + background-color: $input-bg !important; +} + +.multiselect__content-wrapper { + background-color: $dropdown-bg !important; + border: 1px solid $input-border-color !important; +} + +.mx-input::placeholder { + color: $input-placeholder-color; +} + +.multiselect__input, +.mx-calendar-icon, +.mx-datepicker-btn-confirm, +.multiselect__option { + color: $input-color !important; +} + + +.multiselect__option--highlight, +.multiselect__option--highlight:after { + background: $primary !important; + color: $white !important; +} + + +// templating-select + +.img-flag{ + margin-right: 7px; + height: 15px; + width: 18px; +} + + diff --git a/Vue/Admin/src/design/custom/plugins/_session-timeout.scss b/Vue/Admin/src/design/custom/plugins/_session-timeout.scss new file mode 100644 index 00000000..c3f97d60 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_session-timeout.scss @@ -0,0 +1,20 @@ +// +// session-timeout.scss +// + +#session-timeout-dialog { + .close { + display: none; + } + + .countdown-holder { + color: $danger; + font-weight: $fw-medium; + } + + .btn-default { + background-color: $white; + color: $danger; + box-shadow: none; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_sparkline-chart.scss b/Vue/Admin/src/design/custom/plugins/_sparkline-chart.scss new file mode 100644 index 00000000..947efbc9 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_sparkline-chart.scss @@ -0,0 +1,22 @@ +// +// sparkline.scss +// + +.jqstooltip { + box-sizing: content-box; + width: auto !important; + height: auto !important; + background-color: $gray-800 !important; + box-shadow: $box-shadow-lg; + padding: 5px 10px !important; + border-radius: 3px; + border-color: $gray-900 !important; +} + +.jqsfield { + color: $gray-200 !important; + font-size: 12px !important; + line-height: 18px !important; + font-family: $font-family-base !important; + font-weight: $fw-medium !important; +} diff --git a/Vue/Admin/src/design/custom/plugins/_sweatalert2.scss b/Vue/Admin/src/design/custom/plugins/_sweatalert2.scss new file mode 100644 index 00000000..e7b0bc87 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_sweatalert2.scss @@ -0,0 +1,61 @@ + +// +// Sweetalert2 +// + +.swal2-container { + .swal2-title{ + font-size: 20px; + font-weight: $fw-medium; + } +} + +.swal2-modal{ + font-size: 14px; +} + +.swal2-icon{ + &.swal2-question{ + border-color: $info; + color: $info; + } + &.swal2-success { + [class^=swal2-success-line]{ + background-color: $success; + } + + .swal2-success-ring{ + border-color: rgba($success, 0.3); + } + } + &.swal2-warning{ + border-color: $warning; + color: $warning; + } +} + +.swal2-styled{ + &:focus{ + box-shadow: none; + } +} + +.swal2-progress-steps { + .swal2-progress-step{ + background: $primary; + &.swal2-active-progress-step{ + background: $primary; + &~.swal2-progress-step, &~.swal2-progress-step-line{ + background: rgba($primary, 0.3); + } + } + } + + .swal2-progress-step-line{ + background: $primary; + } +} + +.swal2-loader{ + border-color: $primary transparent $primary transparent; +} diff --git a/Vue/Admin/src/design/custom/plugins/_switch.scss b/Vue/Admin/src/design/custom/plugins/_switch.scss new file mode 100644 index 00000000..749c7c73 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_switch.scss @@ -0,0 +1,48 @@ +// +// Sweetalert2 +// + +.vue-switcher-theme--default { + &.vue-switcher-color--default { + div { + background-color: $gray-400 !important; + + &:after { + background-color: $gray-600 !important; + } + } + + &.vue-switcher--unchecked { + div { + background-color: $gray-300 !important; + + &:after { + background-color: $gray-500 !important; + } + } + } + } + + @each $color, + $value in $theme-colors { + &.vue-switcher-color--#{$color} { + div { + background-color: #{$value}; + + &:after { + background-color: $white; + } + } + + &.vue-switcher--unchecked { + div { + background-color: rgba($value, 0.3); + + &:after { + background-color: #{$value}; + } + } + } + } + } +} diff --git a/Vue/Admin/src/design/custom/plugins/_table-editable.scss b/Vue/Admin/src/design/custom/plugins/_table-editable.scss new file mode 100644 index 00000000..7a74da9d --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_table-editable.scss @@ -0,0 +1,18 @@ + +// +// Table editable +// + +.table-edits{ + input, select{ + height: $input-height-sm; + padding: $input-padding-y-sm $input-padding-x-sm; + border: 1px solid $input-border-color; + color: $input-color; + border-radius: $input-border-radius; + &:focus{ + outline: none; + border-color: $input-focus-border-color; + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_timepicker.scss b/Vue/Admin/src/design/custom/plugins/_timepicker.scss new file mode 100644 index 00000000..0ba70acd --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_timepicker.scss @@ -0,0 +1,55 @@ + + +/* Timepicker */ +.bootstrap-timepicker-widget { + table { + td { + a { + color: $input-color; + &:hover { + background-color: transparent; + border-color: transparent; + border-radius: 4px; + color: $primary; + text-decoration: none; + } + } + input { + width: 32px; + height: 32px; + border: 0; + color: $body-color; + border: 1px solid $border-color;; + background-color: $input-bg; + + } + } + } + + &.dropdown-menu:after{ + border-bottom-color: $gray-200; + } + &.timepicker-orient-bottom:after{ + border-top-color: $gray-200; + } +} + + +// RTL + +[dir="rtl"]{ + .bootstrap-timepicker-widget{ + right: 0 !important; + left: auto; + + } + + .timepicker-orient-top{ + top: $input-height !important; + } + + .timepicker-orient-bottom{ + top: auto !important; + bottom: $input-height !important; + } +} diff --git a/Vue/Admin/src/design/custom/plugins/_toastr.scss b/Vue/Admin/src/design/custom/plugins/_toastr.scss new file mode 100644 index 00000000..aaba9bba --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_toastr.scss @@ -0,0 +1,50 @@ + +// +// toastr.scss +// + + +/* ============= + Notification +============= */ +#toast-container { + > div { + box-shadow: $box-shadow; + opacity: 1; + &:hover { + box-shadow: $box-shadow; + opacity: 0.9; + } + } + + &.toast-top-full-width, &.toast-bottom-full-width{ + > div{ + min-width: 96%; + margin: 4px auto; + } + } + +} + + +@each $color, $value in $theme-colors { + .toast-#{$color} { + border: 2px solid $value !important; + background-color: rgba(($value), 0.8) !important; + } +} + + +// for error + +.toast-error { + background-color: rgba($danger,0.8); + border: 2px solid $danger; +} + +.toastr-options{ + padding: 24px; + background-color: lighten($gray-200, 2%); + margin-bottom: 0; + border: 1px solid $border-color; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/_vector-maps.scss b/Vue/Admin/src/design/custom/plugins/_vector-maps.scss new file mode 100644 index 00000000..94760f12 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/_vector-maps.scss @@ -0,0 +1,12 @@ +// +// vector-maps.scss +// + +.jvectormap-label { + border: none; + background: $gray-800; + color: $gray-100; + font-family: $font-family-base; + font-size: $font-size-base; + padding: 5px 8px; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/plugins/icons/_boxicons.scss b/Vue/Admin/src/design/custom/plugins/icons/_boxicons.scss new file mode 100644 index 00000000..f6b71ffd --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/icons/_boxicons.scss @@ -0,0 +1,3943 @@ +@font-face +{ + font-family: 'boxicons'; + font-weight: normal; + font-style: normal; + src: url('~@/assets/fonts/boxicons.eot'); + src: url('~@/assets/fonts/boxicons.eot') format('embedded-opentype'), + url('~@/assets/fonts/boxicons.woff2') format('woff2'), + url('~@/assets/fonts/boxicons.woff') format('woff'), + url('~@/assets/fonts/boxicons.ttf') format('truetype'), + url('~@/assets/fonts/boxicons.svg?#boxicons') format('svg'); +} +.bx +{ + font-family: 'boxicons' !important; + font-weight: normal; + font-style: normal; + font-variant: normal; + line-height: 1; + + display: inline-block; + + text-transform: none; + + speak: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.bx-ul +{ + margin-left: 2em; + padding-left: 0; + + list-style: none; +} +.bx-ul > li +{ + position: relative; +} +.bx-ul .bx +{ + font-size: inherit; + line-height: inherit; + + position: absolute; + left: -2em; + + width: 2em; + + text-align: center; +} +@-webkit-keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@-webkit-keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@-webkit-keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@-webkit-keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@-webkit-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} +.bx-spin +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} +.bx-spin-hover:hover +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} + +.bx-tada +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} +.bx-tada-hover:hover +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} + +.bx-flashing +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} +.bx-flashing-hover:hover +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} + +.bx-burst +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-burst-hover:hover +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-fade-up +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-up-hover:hover +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-down +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-down-hover:hover +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-left +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-left-hover:hover +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-right +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-fade-right-hover:hover +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-xs +{ + font-size: 1rem!important; +} +.bx-sm +{ + font-size: 1.55rem!important; +} +.bx-md +{ + font-size: 2.25rem!important; +} +.bx-fw +{ + font-size: 1.2857142857em; + line-height: .8em; + + width: 1.2857142857em; + height: .8em; + margin-top: -.2em!important; + + vertical-align: middle; +} + +.bx-lg +{ + font-size: 3.0rem!important; +} +.bx-pull-left +{ + float: left; + + margin-right: .3em!important; +} + +.bx-pull-right +{ + float: right; + + margin-left: .3em!important; +} +.bx-rotate-90 +{ + transform: rotate(90deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; +} +.bx-rotate-180 +{ + transform: rotate(180deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; +} +.bx-rotate-270 +{ + transform: rotate(270deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; +} +.bx-flip-horizontal +{ + transform: scaleX(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; +} +.bx-flip-vertical +{ + transform: scaleY(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; +} +.bx-border +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: .25em; +} +.bx-border-circle +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: 50%; +} + +.bxl-adobe:before { + content: "\e900"; +} +.bxl-algolia:before { + content: "\e901"; +} +.bxl-audible:before { + content: "\e902"; +} +.bxl-figma:before { + content: "\e903"; +} +.bxl-redbubble:before { + content: "\e904"; +} +.bxl-etsy:before { + content: "\e905"; +} +.bxl-gitlab:before { + content: "\e906"; +} +.bxl-patreon:before { + content: "\e907"; +} +.bxl-facebook-circle:before { + content: "\e908"; +} +.bxl-imdb:before { + content: "\e909"; +} +.bxl-jquery:before { + content: "\e90a"; +} +.bxl-pinterest-alt:before { + content: "\e90b"; +} +.bxl-500px:before { + content: "\e90c"; +} +.bxl-airbnb:before { + content: "\e90d"; +} +.bxl-amazon:before { + content: "\e90e"; +} +.bxl-android:before { + content: "\e90f"; +} +.bxl-angular:before { + content: "\e910"; +} +.bxl-apple:before { + content: "\e911"; +} +.bxl-baidu:before { + content: "\e912"; +} +.bxl-behance:before { + content: "\e913"; +} +.bxl-bing:before { + content: "\e914"; +} +.bxl-bitcoin:before { + content: "\e915"; +} +.bxl-blogger:before { + content: "\e916"; +} +.bxl-bootstrap:before { + content: "\e917"; +} +.bxl-chrome:before { + content: "\e918"; +} +.bxl-codepen:before { + content: "\e919"; +} +.bxl-creative-commons:before { + content: "\e91a"; +} +.bxl-css3:before { + content: "\e91b"; +} +.bxl-dailymotion:before { + content: "\e91c"; +} +.bxl-deviantart:before { + content: "\e91d"; +} +.bxl-digg:before { + content: "\e91e"; +} +.bxl-digitalocean:before { + content: "\e91f"; +} +.bxl-discord:before { + content: "\e920"; +} +.bxl-discourse:before { + content: "\e921"; +} +.bxl-dribbble:before { + content: "\e922"; +} +.bxl-dropbox:before { + content: "\e923"; +} +.bxl-drupal:before { + content: "\e924"; +} +.bxl-ebay:before { + content: "\e925"; +} +.bxl-edge:before { + content: "\e926"; +} +.bxl-facebook:before { + content: "\e927"; +} +.bxl-facebook-square:before { + content: "\e928"; +} +.bxl-firefox:before { + content: "\e929"; +} +.bxl-flickr:before { + content: "\e92a"; +} +.bxl-flickr-square:before { + content: "\e92b"; +} +.bxl-foursquare:before { + content: "\e92c"; +} +.bxl-git:before { + content: "\e92d"; +} +.bxl-github:before { + content: "\e92e"; +} +.bxl-google:before { + content: "\e92f"; +} +.bxl-google-plus:before { + content: "\e930"; +} +.bxl-google-plus-circle:before { + content: "\e931"; +} +.bxl-html5:before { + content: "\e932"; +} +.bxl-instagram:before { + content: "\e933"; +} +.bxl-instagram-alt:before { + content: "\e934"; +} +.bxl-internet-explorer:before { + content: "\e935"; +} +.bxl-invision:before { + content: "\e936"; +} +.bxl-javascript:before { + content: "\e937"; +} +.bxl-joomla:before { + content: "\e938"; +} +.bxl-jsfiddle:before { + content: "\e939"; +} +.bxl-kickstarter:before { + content: "\e93a"; +} +.bxl-less:before { + content: "\e93b"; +} +.bxl-linkedin:before { + content: "\e93c"; +} +.bxl-linkedin-square:before { + content: "\e93d"; +} +.bxl-magento:before { + content: "\e93e"; +} +.bxl-mailchimp:before { + content: "\e93f"; +} +.bxl-mastercard:before { + content: "\e940"; +} +.bxl-medium:before { + content: "\e941"; +} +.bxl-medium-old:before { + content: "\e942"; +} +.bxl-medium-square:before { + content: "\e943"; +} +.bxl-messenger:before { + content: "\e944"; +} +.bxl-microsoft:before { + content: "\e945"; +} +.bxl-nodejs:before { + content: "\e946"; +} +.bxl-opera:before { + content: "\e947"; +} +.bxl-paypal:before { + content: "\e948"; +} +.bxl-periscope:before { + content: "\e949"; +} +.bxl-pinterest:before { + content: "\e94a"; +} +.bxl-play-store:before { + content: "\e94b"; +} +.bxl-pocket:before { + content: "\e94c"; +} +.bxl-product-hunt:before { + content: "\e94d"; +} +.bxl-quora:before { + content: "\e94e"; +} +.bxl-react:before { + content: "\e94f"; +} +.bxl-reddit:before { + content: "\e950"; +} +.bxl-redux:before { + content: "\e951"; +} +.bxl-sass:before { + content: "\e952"; +} +.bxl-shopify:before { + content: "\e953"; +} +.bxl-skype:before { + content: "\e954"; +} +.bxl-slack:before { + content: "\e955"; +} +.bxl-slack-old:before { + content: "\e956"; +} +.bxl-snapchat:before { + content: "\e957"; +} +.bxl-soundcloud:before { + content: "\e958"; +} +.bxl-spotify:before { + content: "\e959"; +} +.bxl-squarespace:before { + content: "\e95a"; +} +.bxl-stack-overflow:before { + content: "\e95b"; +} +.bxl-stripe:before { + content: "\e95c"; +} +.bxl-telegram:before { + content: "\e95d"; +} +.bxl-trello:before { + content: "\e95e"; +} +.bxl-tumblr:before { + content: "\e95f"; +} +.bxl-twitch:before { + content: "\e960"; +} +.bxl-twitter:before { + content: "\e961"; +} +.bxl-unsplash:before { + content: "\e962"; +} +.bxl-vimeo:before { + content: "\e963"; +} +.bxl-visa:before { + content: "\e964"; +} +.bxl-vk:before { + content: "\e965"; +} +.bxl-vuejs:before { + content: "\e966"; +} +.bxl-whatsapp:before { + content: "\e967"; +} +.bxl-whatsapp-square:before { + content: "\e968"; +} +.bxl-wikipedia:before { + content: "\e969"; +} +.bxl-windows:before { + content: "\e96a"; +} +.bxl-wix:before { + content: "\e96b"; +} +.bxl-wordpress:before { + content: "\e96c"; +} +.bxl-yahoo:before { + content: "\e96d"; +} +.bxl-yelp:before { + content: "\e96e"; +} +.bxl-youtube:before { + content: "\e96f"; +} +.bx-accessibility:before { + content: "\e970"; +} +.bx-add-to-queue:before { + content: "\e971"; +} +.bx-adjust:before { + content: "\e972"; +} +.bx-alarm:before { + content: "\e973"; +} +.bx-alarm-add:before { + content: "\e974"; +} +.bx-alarm-off:before { + content: "\e975"; +} +.bx-album:before { + content: "\e976"; +} +.bx-align-justify:before { + content: "\e977"; +} +.bx-align-left:before { + content: "\e978"; +} +.bx-align-middle:before { + content: "\e979"; +} +.bx-align-right:before { + content: "\e97a"; +} +.bx-analyse:before { + content: "\e97b"; +} +.bx-anchor:before { + content: "\e97c"; +} +.bx-angry:before { + content: "\e97d"; +} +.bx-aperture:before { + content: "\e97e"; +} +.bx-archive:before { + content: "\e97f"; +} +.bx-archive-in:before { + content: "\e980"; +} +.bx-archive-out:before { + content: "\e981"; +} +.bx-area:before { + content: "\e982"; +} +.bx-arrow-back:before { + content: "\e983"; +} +.bx-at:before { + content: "\e984"; +} +.bx-award:before { + content: "\e985"; +} +.bx-badge:before { + content: "\e986"; +} +.bx-badge-check:before { + content: "\e987"; +} +.bx-ball:before { + content: "\e988"; +} +.bx-band-aid:before { + content: "\e989"; +} +.bx-bar-chart:before { + content: "\e98a"; +} +.bx-bar-chart-alt:before { + content: "\e98b"; +} +.bx-bar-chart-alt-2:before { + content: "\e98c"; +} +.bx-bar-chart-square:before { + content: "\e98d"; +} +.bx-barcode:before { + content: "\e98e"; +} +.bx-basket:before { + content: "\e98f"; +} +.bx-basketball:before { + content: "\e990"; +} +.bx-bath:before { + content: "\e991"; +} +.bx-battery:before { + content: "\e992"; +} +.bx-bed:before { + content: "\e993"; +} +.bx-bell:before { + content: "\e994"; +} +.bx-bell-minus:before { + content: "\e995"; +} +.bx-bell-off:before { + content: "\e996"; +} +.bx-bell-plus:before { + content: "\e997"; +} +.bx-bitcoin:before { + content: "\e998"; +} +.bx-block:before { + content: "\e999"; +} +.bx-bluetooth:before { + content: "\e99a"; +} +.bx-body:before { + content: "\e99b"; +} +.bx-bold:before { + content: "\e99c"; +} +.bx-bolt-circle:before { + content: "\e99d"; +} +.bx-book:before { + content: "\e99e"; +} +.bx-book-bookmark:before { + content: "\e99f"; +} +.bx-book-content:before { + content: "\e9a0"; +} +.bx-bookmark:before { + content: "\e9a1"; +} +.bx-bookmark-minus:before { + content: "\e9a2"; +} +.bx-bookmark-plus:before { + content: "\e9a3"; +} +.bx-bookmarks:before { + content: "\e9a4"; +} +.bx-book-open:before { + content: "\e9a5"; +} +.bx-border-all:before { + content: "\e9a6"; +} +.bx-border-bottom:before { + content: "\e9a7"; +} +.bx-border-left:before { + content: "\e9a8"; +} +.bx-border-radius:before { + content: "\e9a9"; +} +.bx-border-right:before { + content: "\e9aa"; +} +.bx-border-top:before { + content: "\e9ab"; +} +.bx-bot:before { + content: "\e9ac"; +} +.bx-bowling-ball:before { + content: "\e9ad"; +} +.bx-box:before { + content: "\e9ae"; +} +.bx-briefcase:before { + content: "\e9af"; +} +.bx-briefcase-alt:before { + content: "\e9b0"; +} +.bx-briefcase-alt-2:before { + content: "\e9b1"; +} +.bx-brightness:before { + content: "\e9b2"; +} +.bx-brightness-half:before { + content: "\e9b3"; +} +.bx-broadcast:before { + content: "\e9b4"; +} +.bx-brush:before { + content: "\e9b5"; +} +.bx-brush-alt:before { + content: "\e9b6"; +} +.bx-bug:before { + content: "\e9b7"; +} +.bx-bug-alt:before { + content: "\e9b8"; +} +.bx-building:before { + content: "\e9b9"; +} +.bx-building-house:before { + content: "\e9ba"; +} +.bx-buildings:before { + content: "\e9bb"; +} +.bx-bulb:before { + content: "\e9bc"; +} +.bx-bullseye:before { + content: "\e9bd"; +} +.bx-buoy:before { + content: "\e9be"; +} +.bx-bus:before { + content: "\e9bf"; +} +.bx-cake:before { + content: "\e9c0"; +} +.bx-calculator:before { + content: "\e9c1"; +} +.bx-calendar:before { + content: "\e9c2"; +} +.bx-calendar-alt:before { + content: "\e9c3"; +} +.bx-calendar-check:before { + content: "\e9c4"; +} +.bx-calendar-event:before { + content: "\e9c5"; +} +.bx-calendar-minus:before { + content: "\e9c6"; +} +.bx-calendar-plus:before { + content: "\e9c7"; +} +.bx-calendar-x:before { + content: "\e9c8"; +} +.bx-camera:before { + content: "\e9c9"; +} +.bx-camera-off:before { + content: "\e9ca"; +} +.bx-captions:before { + content: "\e9cb"; +} +.bx-car:before { + content: "\e9cc"; +} +.bx-card:before { + content: "\e9cd"; +} +.bx-caret-down:before { + content: "\e9ce"; +} +.bx-caret-left:before { + content: "\e9cf"; +} +.bx-caret-right:before { + content: "\e9d0"; +} +.bx-caret-up:before { + content: "\e9d1"; +} +.bx-carousel:before { + content: "\e9d2"; +} +.bx-cart:before { + content: "\e9d3"; +} +.bx-cart-alt:before { + content: "\e9d4"; +} +.bx-cast:before { + content: "\e9d5"; +} +.bx-certification:before { + content: "\e9d6"; +} +.bx-chalkboard:before { + content: "\e9d7"; +} +.bx-chart:before { + content: "\e9d8"; +} +.bx-chat:before { + content: "\e9d9"; +} +.bx-check:before { + content: "\e9da"; +} +.bx-checkbox:before { + content: "\e9db"; +} +.bx-checkbox-checked:before { + content: "\e9dc"; +} +.bx-checkbox-square:before { + content: "\e9dd"; +} +.bx-check-circle:before { + content: "\e9de"; +} +.bx-check-double:before { + content: "\e9df"; +} +.bx-check-shield:before { + content: "\e9e0"; +} +.bx-check-square:before { + content: "\e9e1"; +} +.bx-chevron-down:before { + content: "\e9e2"; +} +.bx-chevron-left:before { + content: "\e9e3"; +} +.bx-chevron-right:before { + content: "\e9e4"; +} +.bx-chevrons-down:before { + content: "\e9e5"; +} +.bx-chevrons-left:before { + content: "\e9e6"; +} +.bx-chevrons-right:before { + content: "\e9e7"; +} +.bx-chevrons-up:before { + content: "\e9e8"; +} +.bx-chevron-up:before { + content: "\e9e9"; +} +.bx-chip:before { + content: "\e9ea"; +} +.bx-circle:before { + content: "\e9eb"; +} +.bx-clinic:before { + content: "\e9ec"; +} +.bx-clipboard:before { + content: "\e9ed"; +} +.bx-closet:before { + content: "\e9ee"; +} +.bx-cloud:before { + content: "\e9ef"; +} +.bx-cloud-download:before { + content: "\e9f0"; +} +.bx-cloud-drizzle:before { + content: "\e9f1"; +} +.bx-cloud-lightning:before { + content: "\e9f2"; +} +.bx-cloud-light-rain:before { + content: "\e9f3"; +} +.bx-cloud-rain:before { + content: "\e9f4"; +} +.bx-cloud-snow:before { + content: "\e9f5"; +} +.bx-cloud-upload:before { + content: "\e9f6"; +} +.bx-code:before { + content: "\e9f7"; +} +.bx-code-alt:before { + content: "\e9f8"; +} +.bx-code-block:before { + content: "\e9f9"; +} +.bx-code-curly:before { + content: "\e9fa"; +} +.bx-coffee:before { + content: "\e9fb"; +} +.bx-cog:before { + content: "\e9fc"; +} +.bx-collapse:before { + content: "\e9fd"; +} +.bx-collection:before { + content: "\e9fe"; +} +.bx-columns:before { + content: "\e9ff"; +} +.bx-command:before { + content: "\ea00"; +} +.bx-comment:before { + content: "\ea01"; +} +.bx-comment-dots:before { + content: "\ea02"; +} +.bx-compass:before { + content: "\ea03"; +} +.bx-confused:before { + content: "\ea04"; +} +.bx-conversation:before { + content: "\ea05"; +} +.bx-cool:before { + content: "\ea06"; +} +.bx-copy:before { + content: "\ea07"; +} +.bx-copy-alt:before { + content: "\ea08"; +} +.bx-copyright:before { + content: "\ea09"; +} +.bx-credit-card:before { + content: "\ea0a"; +} +.bx-credit-card-alt:before { + content: "\ea0b"; +} +.bx-crop:before { + content: "\ea0c"; +} +.bx-crosshair:before { + content: "\ea0d"; +} +.bx-crown:before { + content: "\ea0e"; +} +.bx-cube:before { + content: "\ea0f"; +} +.bx-cube-alt:before { + content: "\ea10"; +} +.bx-cuboid:before { + content: "\ea11"; +} +.bx-customize:before { + content: "\ea12"; +} +.bx-cut:before { + content: "\ea13"; +} +.bx-cycling:before { + content: "\ea14"; +} +.bx-cylinder:before { + content: "\ea15"; +} +.bx-data:before { + content: "\ea16"; +} +.bx-desktop:before { + content: "\ea17"; +} +.bx-detail:before { + content: "\ea18"; +} +.bx-devices:before { + content: "\ea19"; +} +.bx-dialpad:before { + content: "\ea1a"; +} +.bx-dialpad-alt:before { + content: "\ea1b"; +} +.bx-diamond:before { + content: "\ea1c"; +} +.bx-directions:before { + content: "\ea1d"; +} +.bx-disc:before { + content: "\ea1e"; +} +.bx-dish:before { + content: "\ea1f"; +} +.bx-dislike:before { + content: "\ea20"; +} +.bx-dizzy:before { + content: "\ea21"; +} +.bx-dna:before { + content: "\ea22"; +} +.bx-dock-bottom:before { + content: "\ea23"; +} +.bx-dock-left:before { + content: "\ea24"; +} +.bx-dock-right:before { + content: "\ea25"; +} +.bx-dock-top:before { + content: "\ea26"; +} +.bx-dollar:before { + content: "\ea27"; +} +.bx-dollar-circle:before { + content: "\ea28"; +} +.bx-dots-horizontal:before { + content: "\ea29"; +} +.bx-dots-horizontal-rounded:before { + content: "\ea2a"; +} +.bx-dots-vertical:before { + content: "\ea2b"; +} +.bx-dots-vertical-rounded:before { + content: "\ea2c"; +} +.bx-doughnut-chart:before { + content: "\ea2d"; +} +.bx-down-arrow:before { + content: "\ea2e"; +} +.bx-down-arrow-alt:before { + content: "\ea2f"; +} +.bx-down-arrow-circle:before { + content: "\ea30"; +} +.bx-download:before { + content: "\ea31"; +} +.bx-downvote:before { + content: "\ea32"; +} +.bx-droplet:before { + content: "\ea33"; +} +.bx-dumbbell:before { + content: "\ea34"; +} +.bx-duplicate:before { + content: "\ea35"; +} +.bx-edit:before { + content: "\ea36"; +} +.bx-edit-alt:before { + content: "\ea37"; +} +.bx-envelope:before { + content: "\ea38"; +} +.bx-equalizer:before { + content: "\ea39"; +} +.bx-error:before { + content: "\ea3a"; +} +.bx-error-alt:before { + content: "\ea3b"; +} +.bx-error-circle:before { + content: "\ea3c"; +} +.bx-euro:before { + content: "\ea3d"; +} +.bx-exit:before { + content: "\ea3e"; +} +.bx-exit-fullscreen:before { + content: "\ea3f"; +} +.bx-expand:before { + content: "\ea40"; +} +.bx-export:before { + content: "\ea41"; +} +.bx-extension:before { + content: "\ea42"; +} +.bx-face:before { + content: "\ea43"; +} +.bx-fast-forward:before { + content: "\ea44"; +} +.bx-fast-forward-circle:before { + content: "\ea45"; +} +.bx-female:before { + content: "\ea46"; +} +.bx-female-sign:before { + content: "\ea47"; +} +.bx-file:before { + content: "\ea48"; +} +.bx-file-blank:before { + content: "\ea49"; +} +.bx-file-find:before { + content: "\ea4a"; +} +.bx-film:before { + content: "\ea4b"; +} +.bx-filter:before { + content: "\ea4c"; +} +.bx-filter-alt:before { + content: "\ea4d"; +} +.bx-fingerprint:before { + content: "\ea4e"; +} +.bx-first-aid:before { + content: "\ea4f"; +} +.bx-first-page:before { + content: "\ea50"; +} +.bx-flag:before { + content: "\ea51"; +} +.bx-folder:before { + content: "\ea52"; +} +.bx-folder-minus:before { + content: "\ea53"; +} +.bx-folder-open:before { + content: "\ea54"; +} +.bx-folder-plus:before { + content: "\ea55"; +} +.bx-font:before { + content: "\ea56"; +} +.bx-font-color:before { + content: "\ea57"; +} +.bx-font-family:before { + content: "\ea58"; +} +.bx-font-size:before { + content: "\ea59"; +} +.bx-food-menu:before { + content: "\ea5a"; +} +.bx-food-tag:before { + content: "\ea5b"; +} +.bx-football:before { + content: "\ea5c"; +} +.bx-fridge:before { + content: "\ea5d"; +} +.bx-fullscreen:before { + content: "\ea5e"; +} +.bx-gas-pump:before { + content: "\ea5f"; +} +.bx-ghost:before { + content: "\ea60"; +} +.bx-gift:before { + content: "\ea61"; +} +.bx-git-branch:before { + content: "\ea62"; +} +.bx-git-commit:before { + content: "\ea63"; +} +.bx-git-compare:before { + content: "\ea64"; +} +.bx-git-merge:before { + content: "\ea65"; +} +.bx-git-pull-request:before { + content: "\ea66"; +} +.bx-git-repo-forked:before { + content: "\ea67"; +} +.bx-globe:before { + content: "\ea68"; +} +.bx-globe-alt:before { + content: "\ea69"; +} +.bx-grid:before { + content: "\ea6a"; +} +.bx-grid-alt:before { + content: "\ea6b"; +} +.bx-grid-horizontal:before { + content: "\ea6c"; +} +.bx-grid-small:before { + content: "\ea6d"; +} +.bx-grid-vertical:before { + content: "\ea6e"; +} +.bx-group:before { + content: "\ea6f"; +} +.bx-handicap:before { + content: "\ea70"; +} +.bx-happy:before { + content: "\ea71"; +} +.bx-happy-alt:before { + content: "\ea72"; +} +.bx-happy-beaming:before { + content: "\ea73"; +} +.bx-happy-heart-eyes:before { + content: "\ea74"; +} +.bx-hash:before { + content: "\ea75"; +} +.bx-hdd:before { + content: "\ea76"; +} +.bx-heading:before { + content: "\ea77"; +} +.bx-headphone:before { + content: "\ea78"; +} +.bx-health:before { + content: "\ea79"; +} +.bx-heart:before { + content: "\ea7a"; +} +.bx-help-circle:before { + content: "\ea7b"; +} +.bx-hide:before { + content: "\ea7c"; +} +.bx-highlight:before { + content: "\ea7d"; +} +.bx-history:before { + content: "\ea7e"; +} +.bx-hive:before { + content: "\ea7f"; +} +.bx-home:before { + content: "\ea80"; +} +.bx-home-alt:before { + content: "\ea81"; +} +.bx-home-circle:before { + content: "\ea82"; +} +.bx-horizontal-center:before { + content: "\ea83"; +} +.bx-hotel:before { + content: "\ea84"; +} +.bx-hourglass:before { + content: "\ea85"; +} +.bx-id-card:before { + content: "\ea86"; +} +.bx-image:before { + content: "\ea87"; +} +.bx-image-add:before { + content: "\ea88"; +} +.bx-image-alt:before { + content: "\ea89"; +} +.bx-images:before { + content: "\ea8a"; +} +.bx-import:before { + content: "\ea8b"; +} +.bx-infinite:before { + content: "\ea8c"; +} +.bx-info-circle:before { + content: "\ea8d"; +} +.bx-italic:before { + content: "\ea8e"; +} +.bx-joystick:before { + content: "\ea8f"; +} +.bx-joystick-alt:before { + content: "\ea90"; +} +.bx-joystick-button:before { + content: "\ea91"; +} +.bx-key:before { + content: "\ea92"; +} +.bx-label:before { + content: "\ea93"; +} +.bx-landscape:before { + content: "\ea94"; +} +.bx-laptop:before { + content: "\ea95"; +} +.bx-last-page:before { + content: "\ea96"; +} +.bx-laugh:before { + content: "\ea97"; +} +.bx-layer:before { + content: "\ea98"; +} +.bx-layout:before { + content: "\ea99"; +} +.bx-left-arrow:before { + content: "\ea9a"; +} +.bx-left-arrow-alt:before { + content: "\ea9b"; +} +.bx-left-arrow-circle:before { + content: "\ea9c"; +} +.bx-left-down-arrow-circle:before { + content: "\ea9d"; +} +.bx-left-indent:before { + content: "\ea9e"; +} +.bx-left-top-arrow-circle:before { + content: "\ea9f"; +} +.bx-like:before { + content: "\eaa0"; +} +.bx-line-chart:before { + content: "\eaa1"; +} +.bx-link:before { + content: "\eaa2"; +} +.bx-link-alt:before { + content: "\eaa3"; +} +.bx-link-external:before { + content: "\eaa4"; +} +.bx-lira:before { + content: "\eaa5"; +} +.bx-list-check:before { + content: "\eaa6"; +} +.bx-list-minus:before { + content: "\eaa7"; +} +.bx-list-ol:before { + content: "\eaa8"; +} +.bx-list-plus:before { + content: "\eaa9"; +} +.bx-list-ul:before { + content: "\eaaa"; +} +.bx-loader:before { + content: "\eaab"; +} +.bx-loader-alt:before { + content: "\eaac"; +} +.bx-loader-circle:before { + content: "\eaad"; +} +.bx-lock:before { + content: "\eaae"; +} +.bx-lock-alt:before { + content: "\eaaf"; +} +.bx-lock-open:before { + content: "\eab0"; +} +.bx-lock-open-alt:before { + content: "\eab1"; +} +.bx-log-in:before { + content: "\eab2"; +} +.bx-log-in-circle:before { + content: "\eab3"; +} +.bx-log-out:before { + content: "\eab4"; +} +.bx-log-out-circle:before { + content: "\eab5"; +} +.bx-magnet:before { + content: "\eab6"; +} +.bx-mail-send:before { + content: "\eab7"; +} +.bx-male:before { + content: "\eab8"; +} +.bx-male-sign:before { + content: "\eab9"; +} +.bx-map:before { + content: "\eaba"; +} +.bx-map-alt:before { + content: "\eabb"; +} +.bx-map-pin:before { + content: "\eabc"; +} +.bx-meh:before { + content: "\eabd"; +} +.bx-meh-alt:before { + content: "\eabe"; +} +.bx-meh-blank:before { + content: "\eabf"; +} +.bx-memory-card:before { + content: "\eac0"; +} +.bx-menu:before { + content: "\eac1"; +} +.bx-menu-alt-left:before { + content: "\eac2"; +} +.bx-menu-alt-right:before { + content: "\eac3"; +} +.bx-message:before { + content: "\eac4"; +} +.bx-message-alt:before { + content: "\eac5"; +} +.bx-message-alt-dots:before { + content: "\eac6"; +} +.bx-message-dots:before { + content: "\eac7"; +} +.bx-message-rounded:before { + content: "\eac8"; +} +.bx-message-rounded-dots:before { + content: "\eac9"; +} +.bx-message-square:before { + content: "\eaca"; +} +.bx-message-square-dots:before { + content: "\eacb"; +} +.bx-microphone:before { + content: "\eacc"; +} +.bx-microphone-off:before { + content: "\eacd"; +} +.bx-minus:before { + content: "\eace"; +} +.bx-minus-circle:before { + content: "\eacf"; +} +.bx-mobile:before { + content: "\ead0"; +} +.bx-mobile-alt:before { + content: "\ead1"; +} +.bx-mobile-landscape:before { + content: "\ead2"; +} +.bx-mobile-vibration:before { + content: "\ead3"; +} +.bx-money:before { + content: "\ead4"; +} +.bx-moon:before { + content: "\ead5"; +} +.bx-mouse:before { + content: "\ead6"; +} +.bx-mouse-alt:before { + content: "\ead7"; +} +.bx-move:before { + content: "\ead8"; +} +.bx-move-horizontal:before { + content: "\ead9"; +} +.bx-move-vertical:before { + content: "\eada"; +} +.bx-movie:before { + content: "\eadb"; +} +.bx-music:before { + content: "\eadc"; +} +.bx-navigation:before { + content: "\eadd"; +} +.bx-news:before { + content: "\eade"; +} +.bx-no-entry:before { + content: "\eadf"; +} +.bx-note:before { + content: "\eae0"; +} +.bx-notepad:before { + content: "\eae1"; +} +.bx-notification:before { + content: "\eae2"; +} +.bx-notification-off:before { + content: "\eae3"; +} +.bx-package:before { + content: "\eae4"; +} +.bx-paint:before { + content: "\eae5"; +} +.bx-paint-roll:before { + content: "\eae6"; +} +.bx-palette:before { + content: "\eae7"; +} +.bx-paperclip:before { + content: "\eae8"; +} +.bx-paper-plane:before { + content: "\eae9"; +} +.bx-paragraph:before { + content: "\eaea"; +} +.bx-paste:before { + content: "\eaeb"; +} +.bx-pause:before { + content: "\eaec"; +} +.bx-pause-circle:before { + content: "\eaed"; +} +.bx-pen:before { + content: "\eaee"; +} +.bx-pencil:before { + content: "\eaef"; +} +.bx-phone:before { + content: "\eaf0"; +} +.bx-phone-call:before { + content: "\eaf1"; +} +.bx-phone-incoming:before { + content: "\eaf2"; +} +.bx-phone-outgoing:before { + content: "\eaf3"; +} +.bx-photo-album:before { + content: "\eaf4"; +} +.bx-pie-chart:before { + content: "\eaf5"; +} +.bx-pie-chart-alt:before { + content: "\eaf6"; +} +.bx-pie-chart-alt-2:before { + content: "\eaf7"; +} +.bx-pin:before { + content: "\eaf8"; +} +.bx-planet:before { + content: "\eaf9"; +} +.bx-play:before { + content: "\eafa"; +} +.bx-play-circle:before { + content: "\eafb"; +} +.bx-plug:before { + content: "\eafc"; +} +.bx-plus:before { + content: "\eafd"; +} +.bx-plus-circle:before { + content: "\eafe"; +} +.bx-plus-medical:before { + content: "\eaff"; +} +.bx-poll:before { + content: "\eb00"; +} +.bx-polygon:before { + content: "\eb01"; +} +.bx-pound:before { + content: "\eb02"; +} +.bx-power-off:before { + content: "\eb03"; +} +.bx-printer:before { + content: "\eb04"; +} +.bx-pulse:before { + content: "\eb05"; +} +.bx-purchase-tag:before { + content: "\eb06"; +} +.bx-purchase-tag-alt:before { + content: "\eb07"; +} +.bx-pyramid:before { + content: "\eb08"; +} +.bx-question-mark:before { + content: "\eb09"; +} +.bx-radar:before { + content: "\eb0a"; +} +.bx-radio:before { + content: "\eb0b"; +} +.bx-radio-circle:before { + content: "\eb0c"; +} +.bx-radio-circle-marked:before { + content: "\eb0d"; +} +.bx-receipt:before { + content: "\eb0e"; +} +.bx-rectangle:before { + content: "\eb0f"; +} +.bx-redo:before { + content: "\eb10"; +} +.bx-rename:before { + content: "\eb11"; +} +.bx-repeat:before { + content: "\eb12"; +} +.bx-reply:before { + content: "\eb13"; +} +.bx-reply-all:before { + content: "\eb14"; +} +.bx-repost:before { + content: "\eb15"; +} +.bx-reset:before { + content: "\eb16"; +} +.bx-restaurant:before { + content: "\eb17"; +} +.bx-revision:before { + content: "\eb18"; +} +.bx-rewind:before { + content: "\eb19"; +} +.bx-rewind-circle:before { + content: "\eb1a"; +} +.bx-right-arrow:before { + content: "\eb1b"; +} +.bx-right-arrow-alt:before { + content: "\eb1c"; +} +.bx-right-arrow-circle:before { + content: "\eb1d"; +} +.bx-right-down-arrow-circle:before { + content: "\eb1e"; +} +.bx-right-indent:before { + content: "\eb1f"; +} +.bx-right-top-arrow-circle:before { + content: "\eb20"; +} +.bx-rocket:before { + content: "\eb21"; +} +.bx-rotate-left:before { + content: "\eb22"; +} +.bx-rotate-right:before { + content: "\eb23"; +} +.bx-rss:before { + content: "\eb24"; +} +.bx-ruble:before { + content: "\eb25"; +} +.bx-ruler:before { + content: "\eb26"; +} +.bx-run:before { + content: "\eb27"; +} +.bx-rupee:before { + content: "\eb28"; +} +.bx-sad:before { + content: "\eb29"; +} +.bx-save:before { + content: "\eb2a"; +} +.bx-screenshot:before { + content: "\eb2b"; +} +.bx-search:before { + content: "\eb2c"; +} +.bx-search-alt:before { + content: "\eb2d"; +} +.bx-search-alt-2:before { + content: "\eb2e"; +} +.bx-selection:before { + content: "\eb2f"; +} +.bx-select-multiple:before { + content: "\eb30"; +} +.bx-send:before { + content: "\eb31"; +} +.bx-server:before { + content: "\eb32"; +} +.bx-shape-circle:before { + content: "\eb33"; +} +.bx-shape-square:before { + content: "\eb34"; +} +.bx-shape-triangle:before { + content: "\eb35"; +} +.bx-share:before { + content: "\eb36"; +} +.bx-share-alt:before { + content: "\eb37"; +} +.bx-shekel:before { + content: "\eb38"; +} +.bx-shield:before { + content: "\eb39"; +} +.bx-shield-alt:before { + content: "\eb3a"; +} +.bx-shield-alt-2:before { + content: "\eb3b"; +} +.bx-shield-quarter:before { + content: "\eb3c"; +} +.bx-shocked:before { + content: "\eb3d"; +} +.bx-shopping-bag:before { + content: "\eb3e"; +} +.bx-show:before { + content: "\eb3f"; +} +.bx-show-alt:before { + content: "\eb40"; +} +.bx-shuffle:before { + content: "\eb41"; +} +.bx-sidebar:before { + content: "\eb42"; +} +.bx-sitemap:before { + content: "\eb43"; +} +.bx-skip-next:before { + content: "\eb44"; +} +.bx-skip-next-circle:before { + content: "\eb45"; +} +.bx-skip-previous:before { + content: "\eb46"; +} +.bx-skip-previous-circle:before { + content: "\eb47"; +} +.bx-sleepy:before { + content: "\eb48"; +} +.bx-slider:before { + content: "\eb49"; +} +.bx-slider-alt:before { + content: "\eb4a"; +} +.bx-slideshow:before { + content: "\eb4b"; +} +.bx-smile:before { + content: "\eb4c"; +} +.bx-sort:before { + content: "\eb4d"; +} +.bx-sort-a-z:before { + content: "\eb4e"; +} +.bx-sort-down:before { + content: "\eb4f"; +} +.bx-sort-up:before { + content: "\eb50"; +} +.bx-sort-z-a:before { + content: "\eb51"; +} +.bx-spa:before { + content: "\eb52"; +} +.bx-space-bar:before { + content: "\eb53"; +} +.bx-spreadsheet:before { + content: "\eb54"; +} +.bx-square:before { + content: "\eb55"; +} +.bx-square-rounded:before { + content: "\eb56"; +} +.bx-star:before { + content: "\eb57"; +} +.bx-station:before { + content: "\eb58"; +} +.bx-stats:before { + content: "\eb59"; +} +.bx-sticker:before { + content: "\eb5a"; +} +.bx-stop:before { + content: "\eb5b"; +} +.bx-stop-circle:before { + content: "\eb5c"; +} +.bx-stopwatch:before { + content: "\eb5d"; +} +.bx-store:before { + content: "\eb5e"; +} +.bx-store-alt:before { + content: "\eb5f"; +} +.bx-street-view:before { + content: "\eb60"; +} +.bx-strikethrough:before { + content: "\eb61"; +} +.bx-subdirectory-left:before { + content: "\eb62"; +} +.bx-subdirectory-right:before { + content: "\eb63"; +} +.bx-sun:before { + content: "\eb64"; +} +.bx-support:before { + content: "\eb65"; +} +.bx-swim:before { + content: "\eb66"; +} +.bx-sync:before { + content: "\eb67"; +} +.bx-tab:before { + content: "\eb68"; +} +.bx-table:before { + content: "\eb69"; +} +.bx-tag:before { + content: "\eb6a"; +} +.bx-target-lock:before { + content: "\eb6b"; +} +.bx-task:before { + content: "\eb6c"; +} +.bx-taxi:before { + content: "\eb6d"; +} +.bx-tennis-ball:before { + content: "\eb6e"; +} +.bx-terminal:before { + content: "\eb6f"; +} +.bx-test-tube:before { + content: "\eb70"; +} +.bx-text:before { + content: "\eb71"; +} +.bx-time:before { + content: "\eb72"; +} +.bx-time-five:before { + content: "\eb73"; +} +.bx-timer:before { + content: "\eb74"; +} +.bx-tired:before { + content: "\eb75"; +} +.bx-toggle-left:before { + content: "\eb76"; +} +.bx-toggle-right:before { + content: "\eb77"; +} +.bx-tone:before { + content: "\eb78"; +} +.bx-train:before { + content: "\eb79"; +} +.bx-transfer:before { + content: "\eb7a"; +} +.bx-transfer-alt:before { + content: "\eb7b"; +} +.bx-trash:before { + content: "\eb7c"; +} +.bx-trash-alt:before { + content: "\eb7d"; +} +.bx-trending-down:before { + content: "\eb7e"; +} +.bx-trending-up:before { + content: "\eb7f"; +} +.bx-trophy:before { + content: "\eb80"; +} +.bx-tv:before { + content: "\eb81"; +} +.bx-underline:before { + content: "\eb82"; +} +.bx-undo:before { + content: "\eb83"; +} +.bx-unlink:before { + content: "\eb84"; +} +.bx-up-arrow:before { + content: "\eb85"; +} +.bx-up-arrow-alt:before { + content: "\eb86"; +} +.bx-up-arrow-circle:before { + content: "\eb87"; +} +.bx-upload:before { + content: "\eb88"; +} +.bx-upside-down:before { + content: "\eb89"; +} +.bx-upvote:before { + content: "\eb8a"; +} +.bx-usb:before { + content: "\eb8b"; +} +.bx-user:before { + content: "\eb8c"; +} +.bx-user-check:before { + content: "\eb8d"; +} +.bx-user-circle:before { + content: "\eb8e"; +} +.bx-user-minus:before { + content: "\eb8f"; +} +.bx-user-pin:before { + content: "\eb90"; +} +.bx-user-plus:before { + content: "\eb91"; +} +.bx-user-voice:before { + content: "\eb92"; +} +.bx-user-x:before { + content: "\eb93"; +} +.bx-vertical-center:before { + content: "\eb94"; +} +.bx-video:before { + content: "\eb95"; +} +.bx-video-off:before { + content: "\eb96"; +} +.bx-video-plus:before { + content: "\eb97"; +} +.bx-video-recording:before { + content: "\eb98"; +} +.bx-voicemail:before { + content: "\eb99"; +} +.bx-volume:before { + content: "\eb9a"; +} +.bx-volume-full:before { + content: "\eb9b"; +} +.bx-volume-low:before { + content: "\eb9c"; +} +.bx-volume-mute:before { + content: "\eb9d"; +} +.bx-walk:before { + content: "\eb9e"; +} +.bx-wallet:before { + content: "\eb9f"; +} +.bx-wallet-alt:before { + content: "\eba0"; +} +.bx-water:before { + content: "\eba1"; +} +.bx-wifi:before { + content: "\eba2"; +} +.bx-wifi-off:before { + content: "\eba3"; +} +.bx-wind:before { + content: "\eba4"; +} +.bx-window:before { + content: "\eba5"; +} +.bx-window-close:before { + content: "\eba6"; +} +.bx-window-open:before { + content: "\eba7"; +} +.bx-windows:before { + content: "\eba8"; +} +.bx-wink-smile:before { + content: "\eba9"; +} +.bx-wink-tongue:before { + content: "\ebaa"; +} +.bx-won:before { + content: "\ebab"; +} +.bx-world:before { + content: "\ebac"; +} +.bx-wrench:before { + content: "\ebad"; +} +.bx-x:before { + content: "\ebae"; +} +.bx-x-circle:before { + content: "\ebaf"; +} +.bx-yen:before { + content: "\ebb0"; +} +.bx-zoom-in:before { + content: "\ebb1"; +} +.bx-zoom-out:before { + content: "\ebb2"; +} +.bxs-add-to-queue:before { + content: "\ebb3"; +} +.bxs-adjust:before { + content: "\ebb4"; +} +.bxs-adjust-alt:before { + content: "\ebb5"; +} +.bxs-alarm:before { + content: "\ebb6"; +} +.bxs-alarm-add:before { + content: "\ebb7"; +} +.bxs-alarm-off:before { + content: "\ebb8"; +} +.bxs-album:before { + content: "\ebb9"; +} +.bxs-ambulance:before { + content: "\ebba"; +} +.bxs-analyse:before { + content: "\ebbb"; +} +.bxs-angry:before { + content: "\ebbc"; +} +.bxs-archive:before { + content: "\ebbd"; +} +.bxs-archive-in:before { + content: "\ebbe"; +} +.bxs-archive-out:before { + content: "\ebbf"; +} +.bxs-area:before { + content: "\ebc0"; +} +.bxs-award:before { + content: "\ebc1"; +} +.bxs-baby-carriage:before { + content: "\ebc2"; +} +.bxs-badge:before { + content: "\ebc3"; +} +.bxs-badge-check:before { + content: "\ebc4"; +} +.bxs-ball:before { + content: "\ebc5"; +} +.bxs-band-aid:before { + content: "\ebc6"; +} +.bxs-bank:before { + content: "\ebc7"; +} +.bxs-bar-chart-alt-2:before { + content: "\ebc8"; +} +.bxs-bar-chart-square:before { + content: "\ebc9"; +} +.bxs-barcode:before { + content: "\ebca"; +} +.bxs-basket:before { + content: "\ebcb"; +} +.bxs-bath:before { + content: "\ebcc"; +} +.bxs-battery:before { + content: "\ebcd"; +} +.bxs-battery-charging:before { + content: "\ebce"; +} +.bxs-battery-full:before { + content: "\ebcf"; +} +.bxs-battery-low:before { + content: "\ebd0"; +} +.bxs-bed:before { + content: "\ebd1"; +} +.bxs-bell:before { + content: "\ebd2"; +} +.bxs-bell-minus:before { + content: "\ebd3"; +} +.bxs-bell-off:before { + content: "\ebd4"; +} +.bxs-bell-plus:before { + content: "\ebd5"; +} +.bxs-bell-ring:before { + content: "\ebd6"; +} +.bxs-bolt:before { + content: "\ebd7"; +} +.bxs-bolt-circle:before { + content: "\ebd8"; +} +.bxs-book:before { + content: "\ebd9"; +} +.bxs-book-bookmark:before { + content: "\ebda"; +} +.bxs-book-content:before { + content: "\ebdb"; +} +.bxs-bookmark:before { + content: "\ebdc"; +} +.bxs-bookmark-minus:before { + content: "\ebdd"; +} +.bxs-bookmark-plus:before { + content: "\ebde"; +} +.bxs-bookmarks:before { + content: "\ebdf"; +} +.bxs-bookmark-star:before { + content: "\ebe0"; +} +.bxs-book-open:before { + content: "\ebe1"; +} +.bxs-bot:before { + content: "\ebe2"; +} +.bxs-bowling-ball:before { + content: "\ebe3"; +} +.bxs-box:before { + content: "\ebe4"; +} +.bxs-briefcase:before { + content: "\ebe5"; +} +.bxs-briefcase-alt:before { + content: "\ebe6"; +} +.bxs-briefcase-alt-2:before { + content: "\ebe7"; +} +.bxs-brightness:before { + content: "\ebe8"; +} +.bxs-brightness-half:before { + content: "\ebe9"; +} +.bxs-brush:before { + content: "\ebea"; +} +.bxs-brush-alt:before { + content: "\ebeb"; +} +.bxs-bug:before { + content: "\ebec"; +} +.bxs-bug-alt:before { + content: "\ebed"; +} +.bxs-building:before { + content: "\ebee"; +} +.bxs-building-house:before { + content: "\ebef"; +} +.bxs-buildings:before { + content: "\ebf0"; +} +.bxs-bulb:before { + content: "\ebf1"; +} +.bxs-buoy:before { + content: "\ebf2"; +} +.bxs-bus:before { + content: "\ebf3"; +} +.bxs-business:before { + content: "\ebf4"; +} +.bxs-cake:before { + content: "\ebf5"; +} +.bxs-calculator:before { + content: "\ebf6"; +} +.bxs-calendar:before { + content: "\ebf7"; +} +.bxs-calendar-alt:before { + content: "\ebf8"; +} +.bxs-calendar-check:before { + content: "\ebf9"; +} +.bxs-calendar-event:before { + content: "\ebfa"; +} +.bxs-calendar-minus:before { + content: "\ebfb"; +} +.bxs-calendar-plus:before { + content: "\ebfc"; +} +.bxs-calendar-x:before { + content: "\ebfd"; +} +.bxs-camera:before { + content: "\ebfe"; +} +.bxs-camera-off:before { + content: "\ebff"; +} +.bxs-camera-plus:before { + content: "\ec00"; +} +.bxs-capsule:before { + content: "\ec01"; +} +.bxs-captions:before { + content: "\ec02"; +} +.bxs-car:before { + content: "\ec03"; +} +.bxs-card:before { + content: "\ec04"; +} +.bxs-caret-down-circle:before { + content: "\ec05"; +} +.bxs-caret-left-circle:before { + content: "\ec06"; +} +.bxs-caret-right-circle:before { + content: "\ec07"; +} +.bxs-caret-up-circle:before { + content: "\ec08"; +} +.bxs-carousel:before { + content: "\ec09"; +} +.bxs-cart:before { + content: "\ec0a"; +} +.bxs-cart-alt:before { + content: "\ec0b"; +} +.bxs-certification:before { + content: "\ec0c"; +} +.bxs-chalkboard:before { + content: "\ec0d"; +} +.bxs-chart:before { + content: "\ec0e"; +} +.bxs-chat:before { + content: "\ec0f"; +} +.bxs-checkbox:before { + content: "\ec10"; +} +.bxs-checkbox-checked:before { + content: "\ec11"; +} +.bxs-check-circle:before { + content: "\ec12"; +} +.bxs-check-shield:before { + content: "\ec13"; +} +.bxs-check-square:before { + content: "\ec14"; +} +.bxs-chip:before { + content: "\ec15"; +} +.bxs-circle:before { + content: "\ec16"; +} +.bxs-city:before { + content: "\ec17"; +} +.bxs-clinic:before { + content: "\ec18"; +} +.bxs-cloud:before { + content: "\ec19"; +} +.bxs-cloud-download:before { + content: "\ec1a"; +} +.bxs-cloud-lightning:before { + content: "\ec1b"; +} +.bxs-cloud-rain:before { + content: "\ec1c"; +} +.bxs-cloud-upload:before { + content: "\ec1d"; +} +.bxs-coffee:before { + content: "\ec1e"; +} +.bxs-coffee-alt:before { + content: "\ec1f"; +} +.bxs-cog:before { + content: "\ec20"; +} +.bxs-collection:before { + content: "\ec21"; +} +.bxs-color-fill:before { + content: "\ec22"; +} +.bxs-comment:before { + content: "\ec23"; +} +.bxs-comment-add:before { + content: "\ec24"; +} +.bxs-comment-detail:before { + content: "\ec25"; +} +.bxs-comment-dots:before { + content: "\ec26"; +} +.bxs-comment-error:before { + content: "\ec27"; +} +.bxs-compass:before { + content: "\ec28"; +} +.bxs-component:before { + content: "\ec29"; +} +.bxs-confused:before { + content: "\ec2a"; +} +.bxs-contact:before { + content: "\ec2b"; +} +.bxs-conversation:before { + content: "\ec2c"; +} +.bxs-cool:before { + content: "\ec2d"; +} +.bxs-copy:before { + content: "\ec2e"; +} +.bxs-copy-alt:before { + content: "\ec2f"; +} +.bxs-coupon:before { + content: "\ec30"; +} +.bxs-credit-card:before { + content: "\ec31"; +} +.bxs-credit-card-alt:before { + content: "\ec32"; +} +.bxs-crown:before { + content: "\ec33"; +} +.bxs-cube:before { + content: "\ec34"; +} +.bxs-cube-alt:before { + content: "\ec35"; +} +.bxs-cuboid:before { + content: "\ec36"; +} +.bxs-customize:before { + content: "\ec37"; +} +.bxs-cylinder:before { + content: "\ec38"; +} +.bxs-dashboard:before { + content: "\ec39"; +} +.bxs-data:before { + content: "\ec3a"; +} +.bxs-detail:before { + content: "\ec3b"; +} +.bxs-devices:before { + content: "\ec3c"; +} +.bxs-direction-left:before { + content: "\ec3d"; +} +.bxs-direction-right:before { + content: "\ec3e"; +} +.bxs-directions:before { + content: "\ec3f"; +} +.bxs-disc:before { + content: "\ec40"; +} +.bxs-discount:before { + content: "\ec41"; +} +.bxs-dish:before { + content: "\ec42"; +} +.bxs-dislike:before { + content: "\ec43"; +} +.bxs-dizzy:before { + content: "\ec44"; +} +.bxs-dock-bottom:before { + content: "\ec45"; +} +.bxs-dock-left:before { + content: "\ec46"; +} +.bxs-dock-right:before { + content: "\ec47"; +} +.bxs-dock-top:before { + content: "\ec48"; +} +.bxs-dollar-circle:before { + content: "\ec49"; +} +.bxs-doughnut-chart:before { + content: "\ec4a"; +} +.bxs-down-arrow:before { + content: "\ec4b"; +} +.bxs-down-arrow-circle:before { + content: "\ec4c"; +} +.bxs-down-arrow-square:before { + content: "\ec4d"; +} +.bxs-download:before { + content: "\ec4e"; +} +.bxs-downvote:before { + content: "\ec4f"; +} +.bxs-drink:before { + content: "\ec50"; +} +.bxs-droplet:before { + content: "\ec51"; +} +.bxs-droplet-half:before { + content: "\ec52"; +} +.bxs-duplicate:before { + content: "\ec53"; +} +.bxs-edit:before { + content: "\ec54"; +} +.bxs-edit-alt:before { + content: "\ec55"; +} +.bxs-eject:before { + content: "\ec56"; +} +.bxs-envelope:before { + content: "\ec57"; +} +.bxs-eraser:before { + content: "\ec58"; +} +.bxs-error:before { + content: "\ec59"; +} +.bxs-error-alt:before { + content: "\ec5a"; +} +.bxs-error-circle:before { + content: "\ec5b"; +} +.bxs-exit:before { + content: "\ec5c"; +} +.bxs-extension:before { + content: "\ec5d"; +} +.bxs-eyedropper:before { + content: "\ec5e"; +} +.bxs-face:before { + content: "\ec5f"; +} +.bxs-factory:before { + content: "\ec60"; +} +.bxs-fast-forward-circle:before { + content: "\ec61"; +} +.bxs-file:before { + content: "\ec62"; +} +.bxs-file-blank:before { + content: "\ec63"; +} +.bxs-file-css:before { + content: "\ec64"; +} +.bxs-file-doc:before { + content: "\ec65"; +} +.bxs-file-find:before { + content: "\ec66"; +} +.bxs-file-gif:before { + content: "\ec67"; +} +.bxs-file-html:before { + content: "\ec68"; +} +.bxs-file-image:before { + content: "\ec69"; +} +.bxs-file-jpg:before { + content: "\ec6a"; +} +.bxs-file-js:before { + content: "\ec6b"; +} +.bxs-file-json:before { + content: "\ec6c"; +} +.bxs-file-md:before { + content: "\ec6d"; +} +.bxs-file-pdf:before { + content: "\ec6e"; +} +.bxs-file-plus:before { + content: "\ec6f"; +} +.bxs-file-png:before { + content: "\ec70"; +} +.bxs-file-txt:before { + content: "\ec71"; +} +.bxs-film:before { + content: "\ec72"; +} +.bxs-filter-alt:before { + content: "\ec73"; +} +.bxs-first-aid:before { + content: "\ec74"; +} +.bxs-flag:before { + content: "\ec75"; +} +.bxs-flag-alt:before { + content: "\ec76"; +} +.bxs-flame:before { + content: "\ec77"; +} +.bxs-flask:before { + content: "\ec78"; +} +.bxs-folder:before { + content: "\ec79"; +} +.bxs-folder-minus:before { + content: "\ec7a"; +} +.bxs-folder-open:before { + content: "\ec7b"; +} +.bxs-folder-plus:before { + content: "\ec7c"; +} +.bxs-food-menu:before { + content: "\ec7d"; +} +.bxs-fridge:before { + content: "\ec7e"; +} +.bxs-gas-pump:before { + content: "\ec7f"; +} +.bxs-ghost:before { + content: "\ec80"; +} +.bxs-gift:before { + content: "\ec81"; +} +.bxs-graduation:before { + content: "\ec82"; +} +.bxs-grid:before { + content: "\ec83"; +} +.bxs-grid-alt:before { + content: "\ec84"; +} +.bxs-group:before { + content: "\ec85"; +} +.bxs-hand-down:before { + content: "\ec86"; +} +.bxs-hand-left:before { + content: "\ec87"; +} +.bxs-hand-right:before { + content: "\ec88"; +} +.bxs-hand-up:before { + content: "\ec89"; +} +.bxs-happy:before { + content: "\ec8a"; +} +.bxs-happy-alt:before { + content: "\ec8b"; +} +.bxs-happy-beaming:before { + content: "\ec8c"; +} +.bxs-happy-heart-eyes:before { + content: "\ec8d"; +} +.bxs-hdd:before { + content: "\ec8e"; +} +.bxs-heart:before { + content: "\ec8f"; +} +.bxs-help-circle:before { + content: "\ec90"; +} +.bxs-hide:before { + content: "\ec91"; +} +.bxs-home:before { + content: "\ec92"; +} +.bxs-home-circle:before { + content: "\ec93"; +} +.bxs-hot:before { + content: "\ec94"; +} +.bxs-hotel:before { + content: "\ec95"; +} +.bxs-hourglass:before { + content: "\ec96"; +} +.bxs-hourglass-bottom:before { + content: "\ec97"; +} +.bxs-hourglass-top:before { + content: "\ec98"; +} +.bxs-id-card:before { + content: "\ec99"; +} +.bxs-image:before { + content: "\ec9a"; +} +.bxs-image-add:before { + content: "\ec9b"; +} +.bxs-image-alt:before { + content: "\ec9c"; +} +.bxs-inbox:before { + content: "\ec9d"; +} +.bxs-info-circle:before { + content: "\ec9e"; +} +.bxs-institution:before { + content: "\ec9f"; +} +.bxs-joystick:before { + content: "\eca0"; +} +.bxs-joystick-alt:before { + content: "\eca1"; +} +.bxs-joystick-button:before { + content: "\eca2"; +} +.bxs-key:before { + content: "\eca3"; +} +.bxs-keyboard:before { + content: "\eca4"; +} +.bxs-label:before { + content: "\eca5"; +} +.bxs-landmark:before { + content: "\eca6"; +} +.bxs-landscape:before { + content: "\eca7"; +} +.bxs-laugh:before { + content: "\eca8"; +} +.bxs-layer:before { + content: "\eca9"; +} +.bxs-layout:before { + content: "\ecaa"; +} +.bxs-left-arrow:before { + content: "\ecab"; +} +.bxs-left-arrow-circle:before { + content: "\ecac"; +} +.bxs-left-arrow-square:before { + content: "\ecad"; +} +.bxs-left-down-arrow-circle:before { + content: "\ecae"; +} +.bxs-left-top-arrow-circle:before { + content: "\ecaf"; +} +.bxs-like:before { + content: "\ecb0"; +} +.bxs-lock:before { + content: "\ecb1"; +} +.bxs-lock-alt:before { + content: "\ecb2"; +} +.bxs-lock-open:before { + content: "\ecb3"; +} +.bxs-lock-open-alt:before { + content: "\ecb4"; +} +.bxs-log-in:before { + content: "\ecb5"; +} +.bxs-log-in-circle:before { + content: "\ecb6"; +} +.bxs-log-out:before { + content: "\ecb7"; +} +.bxs-log-out-circle:before { + content: "\ecb8"; +} +.bxs-magic-wand:before { + content: "\ecb9"; +} +.bxs-magnet:before { + content: "\ecba"; +} +.bxs-map:before { + content: "\ecbb"; +} +.bxs-map-alt:before { + content: "\ecbc"; +} +.bxs-map-pin:before { + content: "\ecbd"; +} +.bxs-megaphone:before { + content: "\ecbe"; +} +.bxs-meh:before { + content: "\ecbf"; +} +.bxs-meh-alt:before { + content: "\ecc0"; +} +.bxs-meh-blank:before { + content: "\ecc1"; +} +.bxs-memory-card:before { + content: "\ecc2"; +} +.bxs-message:before { + content: "\ecc3"; +} +.bxs-message-alt:before { + content: "\ecc4"; +} +.bxs-message-alt-dots:before { + content: "\ecc5"; +} +.bxs-message-dots:before { + content: "\ecc6"; +} +.bxs-message-rounded:before { + content: "\ecc7"; +} +.bxs-message-rounded-dots:before { + content: "\ecc8"; +} +.bxs-message-square:before { + content: "\ecc9"; +} +.bxs-message-square-dots:before { + content: "\ecca"; +} +.bxs-microphone:before { + content: "\eccb"; +} +.bxs-microphone-alt:before { + content: "\eccc"; +} +.bxs-microphone-off:before { + content: "\eccd"; +} +.bxs-minus-circle:before { + content: "\ecce"; +} +.bxs-minus-square:before { + content: "\eccf"; +} +.bxs-mobile:before { + content: "\ecd0"; +} +.bxs-mobile-vibration:before { + content: "\ecd1"; +} +.bxs-moon:before { + content: "\ecd2"; +} +.bxs-mouse:before { + content: "\ecd3"; +} +.bxs-mouse-alt:before { + content: "\ecd4"; +} +.bxs-movie:before { + content: "\ecd5"; +} +.bxs-music:before { + content: "\ecd6"; +} +.bxs-navigation:before { + content: "\ecd7"; +} +.bxs-news:before { + content: "\ecd8"; +} +.bxs-no-entry:before { + content: "\ecd9"; +} +.bxs-note:before { + content: "\ecda"; +} +.bxs-notepad:before { + content: "\ecdb"; +} +.bxs-notification:before { + content: "\ecdc"; +} +.bxs-notification-off:before { + content: "\ecdd"; +} +.bxs-offer:before { + content: "\ecde"; +} +.bxs-package:before { + content: "\ecdf"; +} +.bxs-paint:before { + content: "\ece0"; +} +.bxs-paint-roll:before { + content: "\ece1"; +} +.bxs-palette:before { + content: "\ece2"; +} +.bxs-paper-plane:before { + content: "\ece3"; +} +.bxs-parking:before { + content: "\ece4"; +} +.bxs-paste:before { + content: "\ece5"; +} +.bxs-pen:before { + content: "\ece6"; +} +.bxs-pencil:before { + content: "\ece7"; +} +.bxs-phone:before { + content: "\ece8"; +} +.bxs-phone-call:before { + content: "\ece9"; +} +.bxs-phone-incoming:before { + content: "\ecea"; +} +.bxs-phone-outgoing:before { + content: "\eceb"; +} +.bxs-photo-album:before { + content: "\ecec"; +} +.bxs-pie-chart:before { + content: "\eced"; +} +.bxs-pie-chart-alt:before { + content: "\ecee"; +} +.bxs-pie-chart-alt-2:before { + content: "\ecef"; +} +.bxs-pin:before { + content: "\ecf0"; +} +.bxs-plane:before { + content: "\ecf1"; +} +.bxs-plane-alt:before { + content: "\ecf2"; +} +.bxs-plane-land:before { + content: "\ecf3"; +} +.bxs-planet:before { + content: "\ecf4"; +} +.bxs-plane-take-off:before { + content: "\ecf5"; +} +.bxs-playlist:before { + content: "\ecf6"; +} +.bxs-plug:before { + content: "\ecf7"; +} +.bxs-plus-circle:before { + content: "\ecf8"; +} +.bxs-plus-square:before { + content: "\ecf9"; +} +.bxs-polygon:before { + content: "\ecfa"; +} +.bxs-printer:before { + content: "\ecfb"; +} +.bxs-purchase-tag:before { + content: "\ecfc"; +} +.bxs-purchase-tag-alt:before { + content: "\ecfd"; +} +.bxs-pyramid:before { + content: "\ecfe"; +} +.bxs-quote-alt-left:before { + content: "\ecff"; +} +.bxs-quote-alt-right:before { + content: "\ed00"; +} +.bxs-quote-left:before { + content: "\ed01"; +} +.bxs-quote-right:before { + content: "\ed02"; +} +.bxs-quote-single-left:before { + content: "\ed03"; +} +.bxs-quote-single-right:before { + content: "\ed04"; +} +.bxs-radio:before { + content: "\ed05"; +} +.bxs-receipt:before { + content: "\ed06"; +} +.bxs-rectangle:before { + content: "\ed07"; +} +.bxs-rename:before { + content: "\ed08"; +} +.bxs-report:before { + content: "\ed09"; +} +.bxs-rewind-circle:before { + content: "\ed0a"; +} +.bxs-right-arrow:before { + content: "\ed0b"; +} +.bxs-right-arrow-circle:before { + content: "\ed0c"; +} +.bxs-right-arrow-square:before { + content: "\ed0d"; +} +.bxs-right-down-arrow-circle:before { + content: "\ed0e"; +} +.bxs-right-top-arrow-circle:before { + content: "\ed0f"; +} +.bxs-rocket:before { + content: "\ed10"; +} +.bxs-ruler:before { + content: "\ed11"; +} +.bxs-sad:before { + content: "\ed12"; +} +.bxs-save:before { + content: "\ed13"; +} +.bxs-school:before { + content: "\ed14"; +} +.bxs-search:before { + content: "\ed15"; +} +.bxs-search-alt-2:before { + content: "\ed16"; +} +.bxs-select-multiple:before { + content: "\ed17"; +} +.bxs-send:before { + content: "\ed18"; +} +.bxs-server:before { + content: "\ed19"; +} +.bxs-share:before { + content: "\ed1a"; +} +.bxs-share-alt:before { + content: "\ed1b"; +} +.bxs-shield:before { + content: "\ed1c"; +} +.bxs-shield-alt-2:before { + content: "\ed1d"; +} +.bxs-ship:before { + content: "\ed1e"; +} +.bxs-shocked:before { + content: "\ed1f"; +} +.bxs-shopping-bag:before { + content: "\ed20"; +} +.bxs-shopping-bag-alt:before { + content: "\ed21"; +} +.bxs-show:before { + content: "\ed22"; +} +.bxs-skip-next-circle:before { + content: "\ed23"; +} +.bxs-skip-previous-circle:before { + content: "\ed24"; +} +.bxs-skull:before { + content: "\ed25"; +} +.bxs-sleepy:before { + content: "\ed26"; +} +.bxs-slideshow:before { + content: "\ed27"; +} +.bxs-smile:before { + content: "\ed28"; +} +.bxs-sort-alt:before { + content: "\ed29"; +} +.bxs-spa:before { + content: "\ed2a"; +} +.bxs-spreadsheet:before { + content: "\ed2b"; +} +.bxs-square:before { + content: "\ed2c"; +} +.bxs-square-rounded:before { + content: "\ed2d"; +} +.bxs-star:before { + content: "\ed2e"; +} +.bxs-star-half:before { + content: "\ed2f"; +} +.bxs-stopwatch:before { + content: "\ed30"; +} +.bxs-store:before { + content: "\ed31"; +} +.bxs-store-alt:before { + content: "\ed32"; +} +.bxs-sun:before { + content: "\ed33"; +} +.bxs-tag:before { + content: "\ed34"; +} +.bxs-tag-x:before { + content: "\ed35"; +} +.bxs-taxi:before { + content: "\ed36"; +} +.bxs-tennis-ball:before { + content: "\ed37"; +} +.bxs-terminal:before { + content: "\ed38"; +} +.bxs-time:before { + content: "\ed39"; +} +.bxs-time-five:before { + content: "\ed3a"; +} +.bxs-timer:before { + content: "\ed3b"; +} +.bxs-tired:before { + content: "\ed3c"; +} +.bxs-toggle-left:before { + content: "\ed3d"; +} +.bxs-toggle-right:before { + content: "\ed3e"; +} +.bxs-tone:before { + content: "\ed3f"; +} +.bxs-torch:before { + content: "\ed40"; +} +.bxs-to-top:before { + content: "\ed41"; +} +.bxs-traffic:before { + content: "\ed42"; +} +.bxs-traffic-barrier:before { + content: "\ed43"; +} +.bxs-train:before { + content: "\ed44"; +} +.bxs-trash:before { + content: "\ed45"; +} +.bxs-trash-alt:before { + content: "\ed46"; +} +.bxs-tree:before { + content: "\ed47"; +} +.bxs-trophy:before { + content: "\ed48"; +} +.bxs-truck:before { + content: "\ed49"; +} +.bxs-t-shirt:before { + content: "\ed4a"; +} +.bxs-up-arrow:before { + content: "\ed4b"; +} +.bxs-up-arrow-circle:before { + content: "\ed4c"; +} +.bxs-up-arrow-square:before { + content: "\ed4d"; +} +.bxs-upside-down:before { + content: "\ed4e"; +} +.bxs-upvote:before { + content: "\ed4f"; +} +.bxs-user:before { + content: "\ed50"; +} +.bxs-user-badge:before { + content: "\ed51"; +} +.bxs-user-check:before { + content: "\ed52"; +} +.bxs-user-circle:before { + content: "\ed53"; +} +.bxs-user-detail:before { + content: "\ed54"; +} +.bxs-user-minus:before { + content: "\ed55"; +} +.bxs-user-pin:before { + content: "\ed56"; +} +.bxs-user-plus:before { + content: "\ed57"; +} +.bxs-user-rectangle:before { + content: "\ed58"; +} +.bxs-user-voice:before { + content: "\ed59"; +} +.bxs-user-x:before { + content: "\ed5a"; +} +.bxs-vial:before { + content: "\ed5b"; +} +.bxs-video:before { + content: "\ed5c"; +} +.bxs-video-off:before { + content: "\ed5d"; +} +.bxs-video-plus:before { + content: "\ed5e"; +} +.bxs-video-recording:before { + content: "\ed5f"; +} +.bxs-videos:before { + content: "\ed60"; +} +.bxs-volume:before { + content: "\ed61"; +} +.bxs-volume-full:before { + content: "\ed62"; +} +.bxs-volume-low:before { + content: "\ed63"; +} +.bxs-volume-mute:before { + content: "\ed64"; +} +.bxs-wallet:before { + content: "\ed65"; +} +.bxs-wallet-alt:before { + content: "\ed66"; +} +.bxs-watch:before { + content: "\ed67"; +} +.bxs-watch-alt:before { + content: "\ed68"; +} +.bxs-widget:before { + content: "\ed69"; +} +.bxs-wine:before { + content: "\ed6a"; +} +.bxs-wink-smile:before { + content: "\ed6b"; +} +.bxs-wink-tongue:before { + content: "\ed6c"; +} +.bxs-wrench:before { + content: "\ed6d"; +} +.bxs-x-circle:before { + content: "\ed6e"; +} +.bxs-x-square:before { + content: "\ed6f"; +} +.bxs-yin-yang:before { + content: "\ed70"; +} +.bxs-zap:before { + content: "\ed71"; +} +.bxs-zoom-in:before { + content: "\ed72"; +} +.bxs-zoom-out:before { + content: "\ed73"; +} diff --git a/Vue/Admin/src/design/custom/plugins/icons/_dripicons.scss b/Vue/Admin/src/design/custom/plugins/icons/_dripicons.scss new file mode 100644 index 00000000..6cab7143 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/icons/_dripicons.scss @@ -0,0 +1,640 @@ +@charset "UTF-8"; + +@font-face { + font-family: "dripicons-v2"; + src:url("~@/assets/fonts/dripicons-v2.eot"); + src:url("~@/assets/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), + url("~@/assets/fonts/dripicons-v2.woff") format("woff"), + url("~@/assets/fonts/dripicons-v2.ttf") format("truetype"), + url("~@/assets/fonts/dripicons-v2.svg#dripicons-v2") format("svg"); + font-weight: normal; + font-style: normal; + +} + +[data-icon]:before { + font-family: "dripicons-v2" !important; + content: attr(data-icon); + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +[class^="dripicons-"]:before, +[class*=" dripicons-"]:before { + font-family: "dripicons-v2" !important; + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.dripicons-alarm:before { + content: "\61"; +} +.dripicons-align-center:before { + content: "\62"; +} +.dripicons-align-justify:before { + content: "\63"; +} +.dripicons-align-left:before { + content: "\64"; +} +.dripicons-align-right:before { + content: "\65"; +} +.dripicons-anchor:before { + content: "\66"; +} +.dripicons-archive:before { + content: "\67"; +} +.dripicons-arrow-down:before { + content: "\68"; +} +.dripicons-arrow-left:before { + content: "\69"; +} +.dripicons-arrow-right:before { + content: "\6a"; +} +.dripicons-arrow-thin-down:before { + content: "\6b"; +} +.dripicons-arrow-thin-left:before { + content: "\6c"; +} +.dripicons-arrow-thin-right:before { + content: "\6d"; +} +.dripicons-arrow-thin-up:before { + content: "\6e"; +} +.dripicons-arrow-up:before { + content: "\6f"; +} +.dripicons-article:before { + content: "\70"; +} +.dripicons-backspace:before { + content: "\71"; +} +.dripicons-basket:before { + content: "\72"; +} +.dripicons-basketball:before { + content: "\73"; +} +.dripicons-battery-empty:before { + content: "\74"; +} +.dripicons-battery-full:before { + content: "\75"; +} +.dripicons-battery-low:before { + content: "\76"; +} +.dripicons-battery-medium:before { + content: "\77"; +} +.dripicons-bell:before { + content: "\78"; +} +.dripicons-blog:before { + content: "\79"; +} +.dripicons-bluetooth:before { + content: "\7a"; +} +.dripicons-bold:before { + content: "\41"; +} +.dripicons-bookmark:before { + content: "\42"; +} +.dripicons-bookmarks:before { + content: "\43"; +} +.dripicons-box:before { + content: "\44"; +} +.dripicons-briefcase:before { + content: "\45"; +} +.dripicons-brightness-low:before { + content: "\46"; +} +.dripicons-brightness-max:before { + content: "\47"; +} +.dripicons-brightness-medium:before { + content: "\48"; +} +.dripicons-broadcast:before { + content: "\49"; +} +.dripicons-browser:before { + content: "\4a"; +} +.dripicons-browser-upload:before { + content: "\4b"; +} +.dripicons-brush:before { + content: "\4c"; +} +.dripicons-calendar:before { + content: "\4d"; +} +.dripicons-camcorder:before { + content: "\4e"; +} +.dripicons-camera:before { + content: "\4f"; +} +.dripicons-card:before { + content: "\50"; +} +.dripicons-cart:before { + content: "\51"; +} +.dripicons-checklist:before { + content: "\52"; +} +.dripicons-checkmark:before { + content: "\53"; +} +.dripicons-chevron-down:before { + content: "\54"; +} +.dripicons-chevron-left:before { + content: "\55"; +} +.dripicons-chevron-right:before { + content: "\56"; +} +.dripicons-chevron-up:before { + content: "\57"; +} +.dripicons-clipboard:before { + content: "\58"; +} +.dripicons-clock:before { + content: "\59"; +} +.dripicons-clockwise:before { + content: "\5a"; +} +.dripicons-cloud:before { + content: "\30"; +} +.dripicons-cloud-download:before { + content: "\31"; +} +.dripicons-cloud-upload:before { + content: "\32"; +} +.dripicons-code:before { + content: "\33"; +} +.dripicons-contract:before { + content: "\34"; +} +.dripicons-contract-2:before { + content: "\35"; +} +.dripicons-conversation:before { + content: "\36"; +} +.dripicons-copy:before { + content: "\37"; +} +.dripicons-crop:before { + content: "\38"; +} +.dripicons-cross:before { + content: "\39"; +} +.dripicons-crosshair:before { + content: "\21"; +} +.dripicons-cutlery:before { + content: "\22"; +} +.dripicons-device-desktop:before { + content: "\23"; +} +.dripicons-device-mobile:before { + content: "\24"; +} +.dripicons-device-tablet:before { + content: "\25"; +} +.dripicons-direction:before { + content: "\26"; +} +.dripicons-disc:before { + content: "\27"; +} +.dripicons-document:before { + content: "\28"; +} +.dripicons-document-delete:before { + content: "\29"; +} +.dripicons-document-edit:before { + content: "\2a"; +} +.dripicons-document-new:before { + content: "\2b"; +} +.dripicons-document-remove:before { + content: "\2c"; +} +.dripicons-dot:before { + content: "\2d"; +} +.dripicons-dots-2:before { + content: "\2e"; +} +.dripicons-dots-3:before { + content: "\2f"; +} +.dripicons-download:before { + content: "\3a"; +} +.dripicons-duplicate:before { + content: "\3b"; +} +.dripicons-enter:before { + content: "\3c"; +} +.dripicons-exit:before { + content: "\3d"; +} +.dripicons-expand:before { + content: "\3e"; +} +.dripicons-expand-2:before { + content: "\3f"; +} +.dripicons-experiment:before { + content: "\40"; +} +.dripicons-export:before { + content: "\5b"; +} +.dripicons-feed:before { + content: "\5d"; +} +.dripicons-flag:before { + content: "\5e"; +} +.dripicons-flashlight:before { + content: "\5f"; +} +.dripicons-folder:before { + content: "\60"; +} +.dripicons-folder-open:before { + content: "\7b"; +} +.dripicons-forward:before { + content: "\7c"; +} +.dripicons-gaming:before { + content: "\7d"; +} +.dripicons-gear:before { + content: "\7e"; +} +.dripicons-graduation:before { + content: "\5c"; +} +.dripicons-graph-bar:before { + content: "\e000"; +} +.dripicons-graph-line:before { + content: "\e001"; +} +.dripicons-graph-pie:before { + content: "\e002"; +} +.dripicons-headset:before { + content: "\e003"; +} +.dripicons-heart:before { + content: "\e004"; +} +.dripicons-help:before { + content: "\e005"; +} +.dripicons-home:before { + content: "\e006"; +} +.dripicons-hourglass:before { + content: "\e007"; +} +.dripicons-inbox:before { + content: "\e008"; +} +.dripicons-information:before { + content: "\e009"; +} +.dripicons-italic:before { + content: "\e00a"; +} +.dripicons-jewel:before { + content: "\e00b"; +} +.dripicons-lifting:before { + content: "\e00c"; +} +.dripicons-lightbulb:before { + content: "\e00d"; +} +.dripicons-link:before { + content: "\e00e"; +} +.dripicons-link-broken:before { + content: "\e00f"; +} +.dripicons-list:before { + content: "\e010"; +} +.dripicons-loading:before { + content: "\e011"; +} +.dripicons-location:before { + content: "\e012"; +} +.dripicons-lock:before { + content: "\e013"; +} +.dripicons-lock-open:before { + content: "\e014"; +} +.dripicons-mail:before { + content: "\e015"; +} +.dripicons-map:before { + content: "\e016"; +} +.dripicons-media-loop:before { + content: "\e017"; +} +.dripicons-media-next:before { + content: "\e018"; +} +.dripicons-media-pause:before { + content: "\e019"; +} +.dripicons-media-play:before { + content: "\e01a"; +} +.dripicons-media-previous:before { + content: "\e01b"; +} +.dripicons-media-record:before { + content: "\e01c"; +} +.dripicons-media-shuffle:before { + content: "\e01d"; +} +.dripicons-media-stop:before { + content: "\e01e"; +} +.dripicons-medical:before { + content: "\e01f"; +} +.dripicons-menu:before { + content: "\e020"; +} +.dripicons-message:before { + content: "\e021"; +} +.dripicons-meter:before { + content: "\e022"; +} +.dripicons-microphone:before { + content: "\e023"; +} +.dripicons-minus:before { + content: "\e024"; +} +.dripicons-monitor:before { + content: "\e025"; +} +.dripicons-move:before { + content: "\e026"; +} +.dripicons-music:before { + content: "\e027"; +} +.dripicons-network-1:before { + content: "\e028"; +} +.dripicons-network-2:before { + content: "\e029"; +} +.dripicons-network-3:before { + content: "\e02a"; +} +.dripicons-network-4:before { + content: "\e02b"; +} +.dripicons-network-5:before { + content: "\e02c"; +} +.dripicons-pamphlet:before { + content: "\e02d"; +} +.dripicons-paperclip:before { + content: "\e02e"; +} +.dripicons-pencil:before { + content: "\e02f"; +} +.dripicons-phone:before { + content: "\e030"; +} +.dripicons-photo:before { + content: "\e031"; +} +.dripicons-photo-group:before { + content: "\e032"; +} +.dripicons-pill:before { + content: "\e033"; +} +.dripicons-pin:before { + content: "\e034"; +} +.dripicons-plus:before { + content: "\e035"; +} +.dripicons-power:before { + content: "\e036"; +} +.dripicons-preview:before { + content: "\e037"; +} +.dripicons-print:before { + content: "\e038"; +} +.dripicons-pulse:before { + content: "\e039"; +} +.dripicons-question:before { + content: "\e03a"; +} +.dripicons-reply:before { + content: "\e03b"; +} +.dripicons-reply-all:before { + content: "\e03c"; +} +.dripicons-return:before { + content: "\e03d"; +} +.dripicons-retweet:before { + content: "\e03e"; +} +.dripicons-rocket:before { + content: "\e03f"; +} +.dripicons-scale:before { + content: "\e040"; +} +.dripicons-search:before { + content: "\e041"; +} +.dripicons-shopping-bag:before { + content: "\e042"; +} +.dripicons-skip:before { + content: "\e043"; +} +.dripicons-stack:before { + content: "\e044"; +} +.dripicons-star:before { + content: "\e045"; +} +.dripicons-stopwatch:before { + content: "\e046"; +} +.dripicons-store:before { + content: "\e047"; +} +.dripicons-suitcase:before { + content: "\e048"; +} +.dripicons-swap:before { + content: "\e049"; +} +.dripicons-tag:before { + content: "\e04a"; +} +.dripicons-tag-delete:before { + content: "\e04b"; +} +.dripicons-tags:before { + content: "\e04c"; +} +.dripicons-thumbs-down:before { + content: "\e04d"; +} +.dripicons-thumbs-up:before { + content: "\e04e"; +} +.dripicons-ticket:before { + content: "\e04f"; +} +.dripicons-time-reverse:before { + content: "\e050"; +} +.dripicons-to-do:before { + content: "\e051"; +} +.dripicons-toggles:before { + content: "\e052"; +} +.dripicons-trash:before { + content: "\e053"; +} +.dripicons-trophy:before { + content: "\e054"; +} +.dripicons-upload:before { + content: "\e055"; +} +.dripicons-user:before { + content: "\e056"; +} +.dripicons-user-group:before { + content: "\e057"; +} +.dripicons-user-id:before { + content: "\e058"; +} +.dripicons-vibrate:before { + content: "\e059"; +} +.dripicons-view-apps:before { + content: "\e05a"; +} +.dripicons-view-list:before { + content: "\e05b"; +} +.dripicons-view-list-large:before { + content: "\e05c"; +} +.dripicons-view-thumb:before { + content: "\e05d"; +} +.dripicons-volume-full:before { + content: "\e05e"; +} +.dripicons-volume-low:before { + content: "\e05f"; +} +.dripicons-volume-medium:before { + content: "\e060"; +} +.dripicons-volume-off:before { + content: "\e061"; +} +.dripicons-wallet:before { + content: "\e062"; +} +.dripicons-warning:before { + content: "\e063"; +} +.dripicons-web:before { + content: "\e064"; +} +.dripicons-weight:before { + content: "\e065"; +} +.dripicons-wifi:before { + content: "\e066"; +} +.dripicons-wrong:before { + content: "\e067"; +} +.dripicons-zoom-in:before { + content: "\e068"; +} +.dripicons-zoom-out:before { + content: "\e069"; +} diff --git a/Vue/Admin/src/design/custom/plugins/icons/_fontawesome-all.scss b/Vue/Admin/src/design/custom/plugins/icons/_fontawesome-all.scss new file mode 100644 index 00000000..fd1351fe --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/icons/_fontawesome-all.scss @@ -0,0 +1,4556 @@ +/*! + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa, +.fas, +.far, +.fal, +.fad, +.fab { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; } + +.fa-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -.0667em; } + +.fa-xs { + font-size: .75em; } + +.fa-sm { + font-size: .875em; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: 2.5em; + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: -2em; + position: absolute; + text-align: center; + width: 2em; + line-height: inherit; } + +.fa-border { + border: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -webkit-filter: none; + filter: none; } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: #fff; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.fa-500px:before { + content: "\f26e"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-acquisitions-incorporated:before { + content: "\f6af"; } + +.fa-ad:before { + content: "\f641"; } + +.fa-address-book:before { + content: "\f2b9"; } + +.fa-address-card:before { + content: "\f2bb"; } + +.fa-adjust:before { + content: "\f042"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-adobe:before { + content: "\f778"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-air-freshener:before { + content: "\f5d0"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-align-center:before { + content: "\f037"; } + +.fa-align-justify:before { + content: "\f039"; } + +.fa-align-left:before { + content: "\f036"; } + +.fa-align-right:before { + content: "\f038"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-allergies:before { + content: "\f461"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-ambulance:before { + content: "\f0f9"; } + +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-anchor:before { + content: "\f13d"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-angle-double-down:before { + content: "\f103"; } + +.fa-angle-double-left:before { + content: "\f100"; } + +.fa-angle-double-right:before { + content: "\f101"; } + +.fa-angle-double-up:before { + content: "\f102"; } + +.fa-angle-down:before { + content: "\f107"; } + +.fa-angle-left:before { + content: "\f104"; } + +.fa-angle-right:before { + content: "\f105"; } + +.fa-angle-up:before { + content: "\f106"; } + +.fa-angry:before { + content: "\f556"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-ankh:before { + content: "\f644"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-apple-alt:before { + content: "\f5d1"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-archive:before { + content: "\f187"; } + +.fa-archway:before { + content: "\f557"; } + +.fa-arrow-alt-circle-down:before { + content: "\f358"; } + +.fa-arrow-alt-circle-left:before { + content: "\f359"; } + +.fa-arrow-alt-circle-right:before { + content: "\f35a"; } + +.fa-arrow-alt-circle-up:before { + content: "\f35b"; } + +.fa-arrow-circle-down:before { + content: "\f0ab"; } + +.fa-arrow-circle-left:before { + content: "\f0a8"; } + +.fa-arrow-circle-right:before { + content: "\f0a9"; } + +.fa-arrow-circle-up:before { + content: "\f0aa"; } + +.fa-arrow-down:before { + content: "\f063"; } + +.fa-arrow-left:before { + content: "\f060"; } + +.fa-arrow-right:before { + content: "\f061"; } + +.fa-arrow-up:before { + content: "\f062"; } + +.fa-arrows-alt:before { + content: "\f0b2"; } + +.fa-arrows-alt-h:before { + content: "\f337"; } + +.fa-arrows-alt-v:before { + content: "\f338"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-assistive-listening-systems:before { + content: "\f2a2"; } + +.fa-asterisk:before { + content: "\f069"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-at:before { + content: "\f1fa"; } + +.fa-atlas:before { + content: "\f558"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-atom:before { + content: "\f5d2"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-audio-description:before { + content: "\f29e"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-award:before { + content: "\f559"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-baby:before { + content: "\f77c"; } + +.fa-baby-carriage:before { + content: "\f77d"; } + +.fa-backspace:before { + content: "\f55a"; } + +.fa-backward:before { + content: "\f04a"; } + +.fa-bacon:before { + content: "\f7e5"; } + +.fa-bahai:before { + content: "\f666"; } + +.fa-balance-scale:before { + content: "\f24e"; } + +.fa-balance-scale-left:before { + content: "\f515"; } + +.fa-balance-scale-right:before { + content: "\f516"; } + +.fa-ban:before { + content: "\f05e"; } + +.fa-band-aid:before { + content: "\f462"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-barcode:before { + content: "\f02a"; } + +.fa-bars:before { + content: "\f0c9"; } + +.fa-baseball-ball:before { + content: "\f433"; } + +.fa-basketball-ball:before { + content: "\f434"; } + +.fa-bath:before { + content: "\f2cd"; } + +.fa-battery-empty:before { + content: "\f244"; } + +.fa-battery-full:before { + content: "\f240"; } + +.fa-battery-half:before { + content: "\f242"; } + +.fa-battery-quarter:before { + content: "\f243"; } + +.fa-battery-three-quarters:before { + content: "\f241"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-bed:before { + content: "\f236"; } + +.fa-beer:before { + content: "\f0fc"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-bell:before { + content: "\f0f3"; } + +.fa-bell-slash:before { + content: "\f1f6"; } + +.fa-bezier-curve:before { + content: "\f55b"; } + +.fa-bible:before { + content: "\f647"; } + +.fa-bicycle:before { + content: "\f206"; } + +.fa-biking:before { + content: "\f84a"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-binoculars:before { + content: "\f1e5"; } + +.fa-biohazard:before { + content: "\f780"; } + +.fa-birthday-cake:before { + content: "\f1fd"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-blender:before { + content: "\f517"; } + +.fa-blender-phone:before { + content: "\f6b6"; } + +.fa-blind:before { + content: "\f29d"; } + +.fa-blog:before { + content: "\f781"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-bold:before { + content: "\f032"; } + +.fa-bolt:before { + content: "\f0e7"; } + +.fa-bomb:before { + content: "\f1e2"; } + +.fa-bone:before { + content: "\f5d7"; } + +.fa-bong:before { + content: "\f55c"; } + +.fa-book:before { + content: "\f02d"; } + +.fa-book-dead:before { + content: "\f6b7"; } + +.fa-book-medical:before { + content: "\f7e6"; } + +.fa-book-open:before { + content: "\f518"; } + +.fa-book-reader:before { + content: "\f5da"; } + +.fa-bookmark:before { + content: "\f02e"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-border-all:before { + content: "\f84c"; } + +.fa-border-none:before { + content: "\f850"; } + +.fa-border-style:before { + content: "\f853"; } + +.fa-bowling-ball:before { + content: "\f436"; } + +.fa-box:before { + content: "\f466"; } + +.fa-box-open:before { + content: "\f49e"; } + +.fa-box-tissue:before { + content: "\f95b"; } + +.fa-boxes:before { + content: "\f468"; } + +.fa-braille:before { + content: "\f2a1"; } + +.fa-brain:before { + content: "\f5dc"; } + +.fa-bread-slice:before { + content: "\f7ec"; } + +.fa-briefcase:before { + content: "\f0b1"; } + +.fa-briefcase-medical:before { + content: "\f469"; } + +.fa-broadcast-tower:before { + content: "\f519"; } + +.fa-broom:before { + content: "\f51a"; } + +.fa-brush:before { + content: "\f55d"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-bug:before { + content: "\f188"; } + +.fa-building:before { + content: "\f1ad"; } + +.fa-bullhorn:before { + content: "\f0a1"; } + +.fa-bullseye:before { + content: "\f140"; } + +.fa-burn:before { + content: "\f46a"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-bus:before { + content: "\f207"; } + +.fa-bus-alt:before { + content: "\f55e"; } + +.fa-business-time:before { + content: "\f64a"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-calculator:before { + content: "\f1ec"; } + +.fa-calendar:before { + content: "\f133"; } + +.fa-calendar-alt:before { + content: "\f073"; } + +.fa-calendar-check:before { + content: "\f274"; } + +.fa-calendar-day:before { + content: "\f783"; } + +.fa-calendar-minus:before { + content: "\f272"; } + +.fa-calendar-plus:before { + content: "\f271"; } + +.fa-calendar-times:before { + content: "\f273"; } + +.fa-calendar-week:before { + content: "\f784"; } + +.fa-camera:before { + content: "\f030"; } + +.fa-camera-retro:before { + content: "\f083"; } + +.fa-campground:before { + content: "\f6bb"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-candy-cane:before { + content: "\f786"; } + +.fa-cannabis:before { + content: "\f55f"; } + +.fa-capsules:before { + content: "\f46b"; } + +.fa-car:before { + content: "\f1b9"; } + +.fa-car-alt:before { + content: "\f5de"; } + +.fa-car-battery:before { + content: "\f5df"; } + +.fa-car-crash:before { + content: "\f5e1"; } + +.fa-car-side:before { + content: "\f5e4"; } + +.fa-caravan:before { + content: "\f8ff"; } + +.fa-caret-down:before { + content: "\f0d7"; } + +.fa-caret-left:before { + content: "\f0d9"; } + +.fa-caret-right:before { + content: "\f0da"; } + +.fa-caret-square-down:before { + content: "\f150"; } + +.fa-caret-square-left:before { + content: "\f191"; } + +.fa-caret-square-right:before { + content: "\f152"; } + +.fa-caret-square-up:before { + content: "\f151"; } + +.fa-caret-up:before { + content: "\f0d8"; } + +.fa-carrot:before { + content: "\f787"; } + +.fa-cart-arrow-down:before { + content: "\f218"; } + +.fa-cart-plus:before { + content: "\f217"; } + +.fa-cash-register:before { + content: "\f788"; } + +.fa-cat:before { + content: "\f6be"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-certificate:before { + content: "\f0a3"; } + +.fa-chair:before { + content: "\f6c0"; } + +.fa-chalkboard:before { + content: "\f51b"; } + +.fa-chalkboard-teacher:before { + content: "\f51c"; } + +.fa-charging-station:before { + content: "\f5e7"; } + +.fa-chart-area:before { + content: "\f1fe"; } + +.fa-chart-bar:before { + content: "\f080"; } + +.fa-chart-line:before { + content: "\f201"; } + +.fa-chart-pie:before { + content: "\f200"; } + +.fa-check:before { + content: "\f00c"; } + +.fa-check-circle:before { + content: "\f058"; } + +.fa-check-double:before { + content: "\f560"; } + +.fa-check-square:before { + content: "\f14a"; } + +.fa-cheese:before { + content: "\f7ef"; } + +.fa-chess:before { + content: "\f439"; } + +.fa-chess-bishop:before { + content: "\f43a"; } + +.fa-chess-board:before { + content: "\f43c"; } + +.fa-chess-king:before { + content: "\f43f"; } + +.fa-chess-knight:before { + content: "\f441"; } + +.fa-chess-pawn:before { + content: "\f443"; } + +.fa-chess-queen:before { + content: "\f445"; } + +.fa-chess-rook:before { + content: "\f447"; } + +.fa-chevron-circle-down:before { + content: "\f13a"; } + +.fa-chevron-circle-left:before { + content: "\f137"; } + +.fa-chevron-circle-right:before { + content: "\f138"; } + +.fa-chevron-circle-up:before { + content: "\f139"; } + +.fa-chevron-down:before { + content: "\f078"; } + +.fa-chevron-left:before { + content: "\f053"; } + +.fa-chevron-right:before { + content: "\f054"; } + +.fa-chevron-up:before { + content: "\f077"; } + +.fa-child:before { + content: "\f1ae"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-church:before { + content: "\f51d"; } + +.fa-circle:before { + content: "\f111"; } + +.fa-circle-notch:before { + content: "\f1ce"; } + +.fa-city:before { + content: "\f64f"; } + +.fa-clinic-medical:before { + content: "\f7f2"; } + +.fa-clipboard:before { + content: "\f328"; } + +.fa-clipboard-check:before { + content: "\f46c"; } + +.fa-clipboard-list:before { + content: "\f46d"; } + +.fa-clock:before { + content: "\f017"; } + +.fa-clone:before { + content: "\f24d"; } + +.fa-closed-captioning:before { + content: "\f20a"; } + +.fa-cloud:before { + content: "\f0c2"; } + +.fa-cloud-download-alt:before { + content: "\f381"; } + +.fa-cloud-meatball:before { + content: "\f73b"; } + +.fa-cloud-moon:before { + content: "\f6c3"; } + +.fa-cloud-moon-rain:before { + content: "\f73c"; } + +.fa-cloud-rain:before { + content: "\f73d"; } + +.fa-cloud-showers-heavy:before { + content: "\f740"; } + +.fa-cloud-sun:before { + content: "\f6c4"; } + +.fa-cloud-sun-rain:before { + content: "\f743"; } + +.fa-cloud-upload-alt:before { + content: "\f382"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-cocktail:before { + content: "\f561"; } + +.fa-code:before { + content: "\f121"; } + +.fa-code-branch:before { + content: "\f126"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-coffee:before { + content: "\f0f4"; } + +.fa-cog:before { + content: "\f013"; } + +.fa-cogs:before { + content: "\f085"; } + +.fa-coins:before { + content: "\f51e"; } + +.fa-columns:before { + content: "\f0db"; } + +.fa-comment:before { + content: "\f075"; } + +.fa-comment-alt:before { + content: "\f27a"; } + +.fa-comment-dollar:before { + content: "\f651"; } + +.fa-comment-dots:before { + content: "\f4ad"; } + +.fa-comment-medical:before { + content: "\f7f5"; } + +.fa-comment-slash:before { + content: "\f4b3"; } + +.fa-comments:before { + content: "\f086"; } + +.fa-comments-dollar:before { + content: "\f653"; } + +.fa-compact-disc:before { + content: "\f51f"; } + +.fa-compass:before { + content: "\f14e"; } + +.fa-compress:before { + content: "\f066"; } + +.fa-compress-alt:before { + content: "\f422"; } + +.fa-compress-arrows-alt:before { + content: "\f78c"; } + +.fa-concierge-bell:before { + content: "\f562"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-cookie:before { + content: "\f563"; } + +.fa-cookie-bite:before { + content: "\f564"; } + +.fa-copy:before { + content: "\f0c5"; } + +.fa-copyright:before { + content: "\f1f9"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-couch:before { + content: "\f4b8"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-credit-card:before { + content: "\f09d"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-crop:before { + content: "\f125"; } + +.fa-crop-alt:before { + content: "\f565"; } + +.fa-cross:before { + content: "\f654"; } + +.fa-crosshairs:before { + content: "\f05b"; } + +.fa-crow:before { + content: "\f520"; } + +.fa-crown:before { + content: "\f521"; } + +.fa-crutch:before { + content: "\f7f7"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-cube:before { + content: "\f1b2"; } + +.fa-cubes:before { + content: "\f1b3"; } + +.fa-cut:before { + content: "\f0c4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-dailymotion:before { + content: "\f952"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-database:before { + content: "\f1c0"; } + +.fa-deaf:before { + content: "\f2a4"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-democrat:before { + content: "\f747"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-desktop:before { + content: "\f108"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-dharmachakra:before { + content: "\f655"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-diagnoses:before { + content: "\f470"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-dice:before { + content: "\f522"; } + +.fa-dice-d20:before { + content: "\f6cf"; } + +.fa-dice-d6:before { + content: "\f6d1"; } + +.fa-dice-five:before { + content: "\f523"; } + +.fa-dice-four:before { + content: "\f524"; } + +.fa-dice-one:before { + content: "\f525"; } + +.fa-dice-six:before { + content: "\f526"; } + +.fa-dice-three:before { + content: "\f527"; } + +.fa-dice-two:before { + content: "\f528"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-digital-tachograph:before { + content: "\f566"; } + +.fa-directions:before { + content: "\f5eb"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-disease:before { + content: "\f7fa"; } + +.fa-divide:before { + content: "\f529"; } + +.fa-dizzy:before { + content: "\f567"; } + +.fa-dna:before { + content: "\f471"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-dog:before { + content: "\f6d3"; } + +.fa-dollar-sign:before { + content: "\f155"; } + +.fa-dolly:before { + content: "\f472"; } + +.fa-dolly-flatbed:before { + content: "\f474"; } + +.fa-donate:before { + content: "\f4b9"; } + +.fa-door-closed:before { + content: "\f52a"; } + +.fa-door-open:before { + content: "\f52b"; } + +.fa-dot-circle:before { + content: "\f192"; } + +.fa-dove:before { + content: "\f4ba"; } + +.fa-download:before { + content: "\f019"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-drafting-compass:before { + content: "\f568"; } + +.fa-dragon:before { + content: "\f6d5"; } + +.fa-draw-polygon:before { + content: "\f5ee"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-drum:before { + content: "\f569"; } + +.fa-drum-steelpan:before { + content: "\f56a"; } + +.fa-drumstick-bite:before { + content: "\f6d7"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-dumbbell:before { + content: "\f44b"; } + +.fa-dumpster:before { + content: "\f793"; } + +.fa-dumpster-fire:before { + content: "\f794"; } + +.fa-dungeon:before { + content: "\f6d9"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-edit:before { + content: "\f044"; } + +.fa-egg:before { + content: "\f7fb"; } + +.fa-eject:before { + content: "\f052"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-ellipsis-h:before { + content: "\f141"; } + +.fa-ellipsis-v:before { + content: "\f142"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envelope:before { + content: "\f0e0"; } + +.fa-envelope-open:before { + content: "\f2b6"; } + +.fa-envelope-open-text:before { + content: "\f658"; } + +.fa-envelope-square:before { + content: "\f199"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-equals:before { + content: "\f52c"; } + +.fa-eraser:before { + content: "\f12d"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-ethernet:before { + content: "\f796"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-euro-sign:before { + content: "\f153"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-exchange-alt:before { + content: "\f362"; } + +.fa-exclamation:before { + content: "\f12a"; } + +.fa-exclamation-circle:before { + content: "\f06a"; } + +.fa-exclamation-triangle:before { + content: "\f071"; } + +.fa-expand:before { + content: "\f065"; } + +.fa-expand-alt:before { + content: "\f424"; } + +.fa-expand-arrows-alt:before { + content: "\f31e"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-external-link-alt:before { + content: "\f35d"; } + +.fa-external-link-square-alt:before { + content: "\f360"; } + +.fa-eye:before { + content: "\f06e"; } + +.fa-eye-dropper:before { + content: "\f1fb"; } + +.fa-eye-slash:before { + content: "\f070"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-fan:before { + content: "\f863"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-fast-backward:before { + content: "\f049"; } + +.fa-fast-forward:before { + content: "\f050"; } + +.fa-faucet:before { + content: "\f905"; } + +.fa-fax:before { + content: "\f1ac"; } + +.fa-feather:before { + content: "\f52d"; } + +.fa-feather-alt:before { + content: "\f56b"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-female:before { + content: "\f182"; } + +.fa-fighter-jet:before { + content: "\f0fb"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-file:before { + content: "\f15b"; } + +.fa-file-alt:before { + content: "\f15c"; } + +.fa-file-archive:before { + content: "\f1c6"; } + +.fa-file-audio:before { + content: "\f1c7"; } + +.fa-file-code:before { + content: "\f1c9"; } + +.fa-file-contract:before { + content: "\f56c"; } + +.fa-file-csv:before { + content: "\f6dd"; } + +.fa-file-download:before { + content: "\f56d"; } + +.fa-file-excel:before { + content: "\f1c3"; } + +.fa-file-export:before { + content: "\f56e"; } + +.fa-file-image:before { + content: "\f1c5"; } + +.fa-file-import:before { + content: "\f56f"; } + +.fa-file-invoice:before { + content: "\f570"; } + +.fa-file-invoice-dollar:before { + content: "\f571"; } + +.fa-file-medical:before { + content: "\f477"; } + +.fa-file-medical-alt:before { + content: "\f478"; } + +.fa-file-pdf:before { + content: "\f1c1"; } + +.fa-file-powerpoint:before { + content: "\f1c4"; } + +.fa-file-prescription:before { + content: "\f572"; } + +.fa-file-signature:before { + content: "\f573"; } + +.fa-file-upload:before { + content: "\f574"; } + +.fa-file-video:before { + content: "\f1c8"; } + +.fa-file-word:before { + content: "\f1c2"; } + +.fa-fill:before { + content: "\f575"; } + +.fa-fill-drip:before { + content: "\f576"; } + +.fa-film:before { + content: "\f008"; } + +.fa-filter:before { + content: "\f0b0"; } + +.fa-fingerprint:before { + content: "\f577"; } + +.fa-fire:before { + content: "\f06d"; } + +.fa-fire-alt:before { + content: "\f7e4"; } + +.fa-fire-extinguisher:before { + content: "\f134"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-firefox-browser:before { + content: "\f907"; } + +.fa-first-aid:before { + content: "\f479"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-fish:before { + content: "\f578"; } + +.fa-fist-raised:before { + content: "\f6de"; } + +.fa-flag:before { + content: "\f024"; } + +.fa-flag-checkered:before { + content: "\f11e"; } + +.fa-flag-usa:before { + content: "\f74d"; } + +.fa-flask:before { + content: "\f0c3"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-flushed:before { + content: "\f579"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-folder:before { + content: "\f07b"; } + +.fa-folder-minus:before { + content: "\f65d"; } + +.fa-folder-open:before { + content: "\f07c"; } + +.fa-folder-plus:before { + content: "\f65e"; } + +.fa-font:before { + content: "\f031"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-font-awesome-flag:before { + content: "\f425"; } + +.fa-font-awesome-logo-full:before { + content: "\f4e6"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-football-ball:before { + content: "\f44e"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-forward:before { + content: "\f04e"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-frog:before { + content: "\f52e"; } + +.fa-frown:before { + content: "\f119"; } + +.fa-frown-open:before { + content: "\f57a"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-funnel-dollar:before { + content: "\f662"; } + +.fa-futbol:before { + content: "\f1e3"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-gamepad:before { + content: "\f11b"; } + +.fa-gas-pump:before { + content: "\f52f"; } + +.fa-gavel:before { + content: "\f0e3"; } + +.fa-gem:before { + content: "\f3a5"; } + +.fa-genderless:before { + content: "\f22d"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-ghost:before { + content: "\f6e2"; } + +.fa-gift:before { + content: "\f06b"; } + +.fa-gifts:before { + content: "\f79c"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-glass-cheers:before { + content: "\f79f"; } + +.fa-glass-martini:before { + content: "\f000"; } + +.fa-glass-martini-alt:before { + content: "\f57b"; } + +.fa-glass-whiskey:before { + content: "\f7a0"; } + +.fa-glasses:before { + content: "\f530"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-globe:before { + content: "\f0ac"; } + +.fa-globe-africa:before { + content: "\f57c"; } + +.fa-globe-americas:before { + content: "\f57d"; } + +.fa-globe-asia:before { + content: "\f57e"; } + +.fa-globe-europe:before { + content: "\f7a2"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-golf-ball:before { + content: "\f450"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-gopuram:before { + content: "\f664"; } + +.fa-graduation-cap:before { + content: "\f19d"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-greater-than:before { + content: "\f531"; } + +.fa-greater-than-equal:before { + content: "\f532"; } + +.fa-grimace:before { + content: "\f57f"; } + +.fa-grin:before { + content: "\f580"; } + +.fa-grin-alt:before { + content: "\f581"; } + +.fa-grin-beam:before { + content: "\f582"; } + +.fa-grin-beam-sweat:before { + content: "\f583"; } + +.fa-grin-hearts:before { + content: "\f584"; } + +.fa-grin-squint:before { + content: "\f585"; } + +.fa-grin-squint-tears:before { + content: "\f586"; } + +.fa-grin-stars:before { + content: "\f587"; } + +.fa-grin-tears:before { + content: "\f588"; } + +.fa-grin-tongue:before { + content: "\f589"; } + +.fa-grin-tongue-squint:before { + content: "\f58a"; } + +.fa-grin-tongue-wink:before { + content: "\f58b"; } + +.fa-grin-wink:before { + content: "\f58c"; } + +.fa-grip-horizontal:before { + content: "\f58d"; } + +.fa-grip-lines:before { + content: "\f7a4"; } + +.fa-grip-lines-vertical:before { + content: "\f7a5"; } + +.fa-grip-vertical:before { + content: "\f58e"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-guitar:before { + content: "\f7a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-h-square:before { + content: "\f0fd"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-hamburger:before { + content: "\f805"; } + +.fa-hammer:before { + content: "\f6e3"; } + +.fa-hamsa:before { + content: "\f665"; } + +.fa-hand-holding:before { + content: "\f4bd"; } + +.fa-hand-holding-heart:before { + content: "\f4be"; } + +.fa-hand-holding-medical:before { + content: "\f95c"; } + +.fa-hand-holding-usd:before { + content: "\f4c0"; } + +.fa-hand-holding-water:before { + content: "\f4c1"; } + +.fa-hand-lizard:before { + content: "\f258"; } + +.fa-hand-middle-finger:before { + content: "\f806"; } + +.fa-hand-paper:before { + content: "\f256"; } + +.fa-hand-peace:before { + content: "\f25b"; } + +.fa-hand-point-down:before { + content: "\f0a7"; } + +.fa-hand-point-left:before { + content: "\f0a5"; } + +.fa-hand-point-right:before { + content: "\f0a4"; } + +.fa-hand-point-up:before { + content: "\f0a6"; } + +.fa-hand-pointer:before { + content: "\f25a"; } + +.fa-hand-rock:before { + content: "\f255"; } + +.fa-hand-scissors:before { + content: "\f257"; } + +.fa-hand-sparkles:before { + content: "\f95d"; } + +.fa-hand-spock:before { + content: "\f259"; } + +.fa-hands:before { + content: "\f4c2"; } + +.fa-hands-helping:before { + content: "\f4c4"; } + +.fa-hands-wash:before { + content: "\f95e"; } + +.fa-handshake:before { + content: "\f2b5"; } + +.fa-handshake-alt-slash:before { + content: "\f95f"; } + +.fa-handshake-slash:before { + content: "\f960"; } + +.fa-hanukiah:before { + content: "\f6e6"; } + +.fa-hard-hat:before { + content: "\f807"; } + +.fa-hashtag:before { + content: "\f292"; } + +.fa-hat-cowboy:before { + content: "\f8c0"; } + +.fa-hat-cowboy-side:before { + content: "\f8c1"; } + +.fa-hat-wizard:before { + content: "\f6e8"; } + +.fa-hdd:before { + content: "\f0a0"; } + +.fa-head-side-cough:before { + content: "\f961"; } + +.fa-head-side-cough-slash:before { + content: "\f962"; } + +.fa-head-side-mask:before { + content: "\f963"; } + +.fa-head-side-virus:before { + content: "\f964"; } + +.fa-heading:before { + content: "\f1dc"; } + +.fa-headphones:before { + content: "\f025"; } + +.fa-headphones-alt:before { + content: "\f58f"; } + +.fa-headset:before { + content: "\f590"; } + +.fa-heart:before { + content: "\f004"; } + +.fa-heart-broken:before { + content: "\f7a9"; } + +.fa-heartbeat:before { + content: "\f21e"; } + +.fa-helicopter:before { + content: "\f533"; } + +.fa-highlighter:before { + content: "\f591"; } + +.fa-hiking:before { + content: "\f6ec"; } + +.fa-hippo:before { + content: "\f6ed"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-history:before { + content: "\f1da"; } + +.fa-hockey-puck:before { + content: "\f453"; } + +.fa-holly-berry:before { + content: "\f7aa"; } + +.fa-home:before { + content: "\f015"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-horse:before { + content: "\f6f0"; } + +.fa-horse-head:before { + content: "\f7ab"; } + +.fa-hospital:before { + content: "\f0f8"; } + +.fa-hospital-alt:before { + content: "\f47d"; } + +.fa-hospital-symbol:before { + content: "\f47e"; } + +.fa-hospital-user:before { + content: "\f80d"; } + +.fa-hot-tub:before { + content: "\f593"; } + +.fa-hotdog:before { + content: "\f80f"; } + +.fa-hotel:before { + content: "\f594"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-hourglass:before { + content: "\f254"; } + +.fa-hourglass-end:before { + content: "\f253"; } + +.fa-hourglass-half:before { + content: "\f252"; } + +.fa-hourglass-start:before { + content: "\f251"; } + +.fa-house-damage:before { + content: "\f6f1"; } + +.fa-house-user:before { + content: "\f965"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-hryvnia:before { + content: "\f6f2"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-i-cursor:before { + content: "\f246"; } + +.fa-ice-cream:before { + content: "\f810"; } + +.fa-icicles:before { + content: "\f7ad"; } + +.fa-icons:before { + content: "\f86d"; } + +.fa-id-badge:before { + content: "\f2c1"; } + +.fa-id-card:before { + content: "\f2c2"; } + +.fa-id-card-alt:before { + content: "\f47f"; } + +.fa-ideal:before { + content: "\f913"; } + +.fa-igloo:before { + content: "\f7ae"; } + +.fa-image:before { + content: "\f03e"; } + +.fa-images:before { + content: "\f302"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-inbox:before { + content: "\f01c"; } + +.fa-indent:before { + content: "\f03c"; } + +.fa-industry:before { + content: "\f275"; } + +.fa-infinity:before { + content: "\f534"; } + +.fa-info:before { + content: "\f129"; } + +.fa-info-circle:before { + content: "\f05a"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-instagram-square:before { + content: "\f955"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-italic:before { + content: "\f033"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-jedi:before { + content: "\f669"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-joint:before { + content: "\f595"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-journal-whills:before { + content: "\f66a"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-kaaba:before { + content: "\f66b"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-key:before { + content: "\f084"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-keyboard:before { + content: "\f11c"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-khanda:before { + content: "\f66d"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-kiss:before { + content: "\f596"; } + +.fa-kiss-beam:before { + content: "\f597"; } + +.fa-kiss-wink-heart:before { + content: "\f598"; } + +.fa-kiwi-bird:before { + content: "\f535"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-landmark:before { + content: "\f66f"; } + +.fa-language:before { + content: "\f1ab"; } + +.fa-laptop:before { + content: "\f109"; } + +.fa-laptop-code:before { + content: "\f5fc"; } + +.fa-laptop-house:before { + content: "\f966"; } + +.fa-laptop-medical:before { + content: "\f812"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-laugh:before { + content: "\f599"; } + +.fa-laugh-beam:before { + content: "\f59a"; } + +.fa-laugh-squint:before { + content: "\f59b"; } + +.fa-laugh-wink:before { + content: "\f59c"; } + +.fa-layer-group:before { + content: "\f5fd"; } + +.fa-leaf:before { + content: "\f06c"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-lemon:before { + content: "\f094"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-less-than:before { + content: "\f536"; } + +.fa-less-than-equal:before { + content: "\f537"; } + +.fa-level-down-alt:before { + content: "\f3be"; } + +.fa-level-up-alt:before { + content: "\f3bf"; } + +.fa-life-ring:before { + content: "\f1cd"; } + +.fa-lightbulb:before { + content: "\f0eb"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-link:before { + content: "\f0c1"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-lira-sign:before { + content: "\f195"; } + +.fa-list:before { + content: "\f03a"; } + +.fa-list-alt:before { + content: "\f022"; } + +.fa-list-ol:before { + content: "\f0cb"; } + +.fa-list-ul:before { + content: "\f0ca"; } + +.fa-location-arrow:before { + content: "\f124"; } + +.fa-lock:before { + content: "\f023"; } + +.fa-lock-open:before { + content: "\f3c1"; } + +.fa-long-arrow-alt-down:before { + content: "\f309"; } + +.fa-long-arrow-alt-left:before { + content: "\f30a"; } + +.fa-long-arrow-alt-right:before { + content: "\f30b"; } + +.fa-long-arrow-alt-up:before { + content: "\f30c"; } + +.fa-low-vision:before { + content: "\f2a8"; } + +.fa-luggage-cart:before { + content: "\f59d"; } + +.fa-lungs:before { + content: "\f604"; } + +.fa-lungs-virus:before { + content: "\f967"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-magic:before { + content: "\f0d0"; } + +.fa-magnet:before { + content: "\f076"; } + +.fa-mail-bulk:before { + content: "\f674"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-male:before { + content: "\f183"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-map:before { + content: "\f279"; } + +.fa-map-marked:before { + content: "\f59f"; } + +.fa-map-marked-alt:before { + content: "\f5a0"; } + +.fa-map-marker:before { + content: "\f041"; } + +.fa-map-marker-alt:before { + content: "\f3c5"; } + +.fa-map-pin:before { + content: "\f276"; } + +.fa-map-signs:before { + content: "\f277"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-marker:before { + content: "\f5a1"; } + +.fa-mars:before { + content: "\f222"; } + +.fa-mars-double:before { + content: "\f227"; } + +.fa-mars-stroke:before { + content: "\f229"; } + +.fa-mars-stroke-h:before { + content: "\f22b"; } + +.fa-mars-stroke-v:before { + content: "\f22a"; } + +.fa-mask:before { + content: "\f6fa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-medal:before { + content: "\f5a2"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f3c7"; } + +.fa-medkit:before { + content: "\f0fa"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-meh:before { + content: "\f11a"; } + +.fa-meh-blank:before { + content: "\f5a4"; } + +.fa-meh-rolling-eyes:before { + content: "\f5a5"; } + +.fa-memory:before { + content: "\f538"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-menorah:before { + content: "\f676"; } + +.fa-mercury:before { + content: "\f223"; } + +.fa-meteor:before { + content: "\f753"; } + +.fa-microblog:before { + content: "\f91a"; } + +.fa-microchip:before { + content: "\f2db"; } + +.fa-microphone:before { + content: "\f130"; } + +.fa-microphone-alt:before { + content: "\f3c9"; } + +.fa-microphone-alt-slash:before { + content: "\f539"; } + +.fa-microphone-slash:before { + content: "\f131"; } + +.fa-microscope:before { + content: "\f610"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-minus:before { + content: "\f068"; } + +.fa-minus-circle:before { + content: "\f056"; } + +.fa-minus-square:before { + content: "\f146"; } + +.fa-mitten:before { + content: "\f7b5"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-mixer:before { + content: "\f956"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-mobile:before { + content: "\f10b"; } + +.fa-mobile-alt:before { + content: "\f3cd"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-money-bill:before { + content: "\f0d6"; } + +.fa-money-bill-alt:before { + content: "\f3d1"; } + +.fa-money-bill-wave:before { + content: "\f53a"; } + +.fa-money-bill-wave-alt:before { + content: "\f53b"; } + +.fa-money-check:before { + content: "\f53c"; } + +.fa-money-check-alt:before { + content: "\f53d"; } + +.fa-monument:before { + content: "\f5a6"; } + +.fa-moon:before { + content: "\f186"; } + +.fa-mortar-pestle:before { + content: "\f5a7"; } + +.fa-mosque:before { + content: "\f678"; } + +.fa-motorcycle:before { + content: "\f21c"; } + +.fa-mountain:before { + content: "\f6fc"; } + +.fa-mouse:before { + content: "\f8cc"; } + +.fa-mouse-pointer:before { + content: "\f245"; } + +.fa-mug-hot:before { + content: "\f7b6"; } + +.fa-music:before { + content: "\f001"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-network-wired:before { + content: "\f6ff"; } + +.fa-neuter:before { + content: "\f22c"; } + +.fa-newspaper:before { + content: "\f1ea"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-node:before { + content: "\f419"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-not-equal:before { + content: "\f53e"; } + +.fa-notes-medical:before { + content: "\f481"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-object-group:before { + content: "\f247"; } + +.fa-object-ungroup:before { + content: "\f248"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-oil-can:before { + content: "\f613"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-om:before { + content: "\f679"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-otter:before { + content: "\f700"; } + +.fa-outdent:before { + content: "\f03b"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-pager:before { + content: "\f815"; } + +.fa-paint-brush:before { + content: "\f1fc"; } + +.fa-paint-roller:before { + content: "\f5aa"; } + +.fa-palette:before { + content: "\f53f"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-pallet:before { + content: "\f482"; } + +.fa-paper-plane:before { + content: "\f1d8"; } + +.fa-paperclip:before { + content: "\f0c6"; } + +.fa-parachute-box:before { + content: "\f4cd"; } + +.fa-paragraph:before { + content: "\f1dd"; } + +.fa-parking:before { + content: "\f540"; } + +.fa-passport:before { + content: "\f5ab"; } + +.fa-pastafarianism:before { + content: "\f67b"; } + +.fa-paste:before { + content: "\f0ea"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-pause:before { + content: "\f04c"; } + +.fa-pause-circle:before { + content: "\f28b"; } + +.fa-paw:before { + content: "\f1b0"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-peace:before { + content: "\f67c"; } + +.fa-pen:before { + content: "\f304"; } + +.fa-pen-alt:before { + content: "\f305"; } + +.fa-pen-fancy:before { + content: "\f5ac"; } + +.fa-pen-nib:before { + content: "\f5ad"; } + +.fa-pen-square:before { + content: "\f14b"; } + +.fa-pencil-alt:before { + content: "\f303"; } + +.fa-pencil-ruler:before { + content: "\f5ae"; } + +.fa-penny-arcade:before { + content: "\f704"; } + +.fa-people-arrows:before { + content: "\f968"; } + +.fa-people-carry:before { + content: "\f4ce"; } + +.fa-pepper-hot:before { + content: "\f816"; } + +.fa-percent:before { + content: "\f295"; } + +.fa-percentage:before { + content: "\f541"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-person-booth:before { + content: "\f756"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-phone:before { + content: "\f095"; } + +.fa-phone-alt:before { + content: "\f879"; } + +.fa-phone-slash:before { + content: "\f3dd"; } + +.fa-phone-square:before { + content: "\f098"; } + +.fa-phone-square-alt:before { + content: "\f87b"; } + +.fa-phone-volume:before { + content: "\f2a0"; } + +.fa-photo-video:before { + content: "\f87c"; } + +.fa-php:before { + content: "\f457"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-pied-piper-square:before { + content: "\f91e"; } + +.fa-piggy-bank:before { + content: "\f4d3"; } + +.fa-pills:before { + content: "\f484"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-pizza-slice:before { + content: "\f818"; } + +.fa-place-of-worship:before { + content: "\f67f"; } + +.fa-plane:before { + content: "\f072"; } + +.fa-plane-arrival:before { + content: "\f5af"; } + +.fa-plane-departure:before { + content: "\f5b0"; } + +.fa-plane-slash:before { + content: "\f969"; } + +.fa-play:before { + content: "\f04b"; } + +.fa-play-circle:before { + content: "\f144"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-plug:before { + content: "\f1e6"; } + +.fa-plus:before { + content: "\f067"; } + +.fa-plus-circle:before { + content: "\f055"; } + +.fa-plus-square:before { + content: "\f0fe"; } + +.fa-podcast:before { + content: "\f2ce"; } + +.fa-poll:before { + content: "\f681"; } + +.fa-poll-h:before { + content: "\f682"; } + +.fa-poo:before { + content: "\f2fe"; } + +.fa-poo-storm:before { + content: "\f75a"; } + +.fa-poop:before { + content: "\f619"; } + +.fa-portrait:before { + content: "\f3e0"; } + +.fa-pound-sign:before { + content: "\f154"; } + +.fa-power-off:before { + content: "\f011"; } + +.fa-pray:before { + content: "\f683"; } + +.fa-praying-hands:before { + content: "\f684"; } + +.fa-prescription:before { + content: "\f5b1"; } + +.fa-prescription-bottle:before { + content: "\f485"; } + +.fa-prescription-bottle-alt:before { + content: "\f486"; } + +.fa-print:before { + content: "\f02f"; } + +.fa-procedures:before { + content: "\f487"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-project-diagram:before { + content: "\f542"; } + +.fa-pump-medical:before { + content: "\f96a"; } + +.fa-pump-soap:before { + content: "\f96b"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-puzzle-piece:before { + content: "\f12e"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-qrcode:before { + content: "\f029"; } + +.fa-question:before { + content: "\f128"; } + +.fa-question-circle:before { + content: "\f059"; } + +.fa-quidditch:before { + content: "\f458"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-quote-left:before { + content: "\f10d"; } + +.fa-quote-right:before { + content: "\f10e"; } + +.fa-quran:before { + content: "\f687"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-radiation:before { + content: "\f7b9"; } + +.fa-radiation-alt:before { + content: "\f7ba"; } + +.fa-rainbow:before { + content: "\f75b"; } + +.fa-random:before { + content: "\f074"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-receipt:before { + content: "\f543"; } + +.fa-record-vinyl:before { + content: "\f8d9"; } + +.fa-recycle:before { + content: "\f1b8"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-redo:before { + content: "\f01e"; } + +.fa-redo-alt:before { + content: "\f2f9"; } + +.fa-registered:before { + content: "\f25d"; } + +.fa-remove-format:before { + content: "\f87d"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-reply:before { + content: "\f3e5"; } + +.fa-reply-all:before { + content: "\f122"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-republican:before { + content: "\f75e"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-restroom:before { + content: "\f7bd"; } + +.fa-retweet:before { + content: "\f079"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-ribbon:before { + content: "\f4d6"; } + +.fa-ring:before { + content: "\f70b"; } + +.fa-road:before { + content: "\f018"; } + +.fa-robot:before { + content: "\f544"; } + +.fa-rocket:before { + content: "\f135"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-route:before { + content: "\f4d7"; } + +.fa-rss:before { + content: "\f09e"; } + +.fa-rss-square:before { + content: "\f143"; } + +.fa-ruble-sign:before { + content: "\f158"; } + +.fa-ruler:before { + content: "\f545"; } + +.fa-ruler-combined:before { + content: "\f546"; } + +.fa-ruler-horizontal:before { + content: "\f547"; } + +.fa-ruler-vertical:before { + content: "\f548"; } + +.fa-running:before { + content: "\f70c"; } + +.fa-rupee-sign:before { + content: "\f156"; } + +.fa-sad-cry:before { + content: "\f5b3"; } + +.fa-sad-tear:before { + content: "\f5b4"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-satellite:before { + content: "\f7bf"; } + +.fa-satellite-dish:before { + content: "\f7c0"; } + +.fa-save:before { + content: "\f0c7"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-school:before { + content: "\f549"; } + +.fa-screwdriver:before { + content: "\f54a"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-scroll:before { + content: "\f70e"; } + +.fa-sd-card:before { + content: "\f7c2"; } + +.fa-search:before { + content: "\f002"; } + +.fa-search-dollar:before { + content: "\f688"; } + +.fa-search-location:before { + content: "\f689"; } + +.fa-search-minus:before { + content: "\f010"; } + +.fa-search-plus:before { + content: "\f00e"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-seedling:before { + content: "\f4d8"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-server:before { + content: "\f233"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-shapes:before { + content: "\f61f"; } + +.fa-share:before { + content: "\f064"; } + +.fa-share-alt:before { + content: "\f1e0"; } + +.fa-share-alt-square:before { + content: "\f1e1"; } + +.fa-share-square:before { + content: "\f14d"; } + +.fa-shekel-sign:before { + content: "\f20b"; } + +.fa-shield-alt:before { + content: "\f3ed"; } + +.fa-shield-virus:before { + content: "\f96c"; } + +.fa-ship:before { + content: "\f21a"; } + +.fa-shipping-fast:before { + content: "\f48b"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-shoe-prints:before { + content: "\f54b"; } + +.fa-shopify:before { + content: "\f957"; } + +.fa-shopping-bag:before { + content: "\f290"; } + +.fa-shopping-basket:before { + content: "\f291"; } + +.fa-shopping-cart:before { + content: "\f07a"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-shower:before { + content: "\f2cc"; } + +.fa-shuttle-van:before { + content: "\f5b6"; } + +.fa-sign:before { + content: "\f4d9"; } + +.fa-sign-in-alt:before { + content: "\f2f6"; } + +.fa-sign-language:before { + content: "\f2a7"; } + +.fa-sign-out-alt:before { + content: "\f2f5"; } + +.fa-signal:before { + content: "\f012"; } + +.fa-signature:before { + content: "\f5b7"; } + +.fa-sim-card:before { + content: "\f7c4"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-sitemap:before { + content: "\f0e8"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-skating:before { + content: "\f7c5"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-skiing:before { + content: "\f7c9"; } + +.fa-skiing-nordic:before { + content: "\f7ca"; } + +.fa-skull:before { + content: "\f54c"; } + +.fa-skull-crossbones:before { + content: "\f714"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f3ef"; } + +.fa-slash:before { + content: "\f715"; } + +.fa-sleigh:before { + content: "\f7cc"; } + +.fa-sliders-h:before { + content: "\f1de"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-smile:before { + content: "\f118"; } + +.fa-smile-beam:before { + content: "\f5b8"; } + +.fa-smile-wink:before { + content: "\f4da"; } + +.fa-smog:before { + content: "\f75f"; } + +.fa-smoking:before { + content: "\f48d"; } + +.fa-smoking-ban:before { + content: "\f54d"; } + +.fa-sms:before { + content: "\f7cd"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ac"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-snowboarding:before { + content: "\f7ce"; } + +.fa-snowflake:before { + content: "\f2dc"; } + +.fa-snowman:before { + content: "\f7d0"; } + +.fa-snowplow:before { + content: "\f7d2"; } + +.fa-soap:before { + content: "\f96e"; } + +.fa-socks:before { + content: "\f696"; } + +.fa-solar-panel:before { + content: "\f5ba"; } + +.fa-sort:before { + content: "\f0dc"; } + +.fa-sort-alpha-down:before { + content: "\f15d"; } + +.fa-sort-alpha-down-alt:before { + content: "\f881"; } + +.fa-sort-alpha-up:before { + content: "\f15e"; } + +.fa-sort-alpha-up-alt:before { + content: "\f882"; } + +.fa-sort-amount-down:before { + content: "\f160"; } + +.fa-sort-amount-down-alt:before { + content: "\f884"; } + +.fa-sort-amount-up:before { + content: "\f161"; } + +.fa-sort-amount-up-alt:before { + content: "\f885"; } + +.fa-sort-down:before { + content: "\f0dd"; } + +.fa-sort-numeric-down:before { + content: "\f162"; } + +.fa-sort-numeric-down-alt:before { + content: "\f886"; } + +.fa-sort-numeric-up:before { + content: "\f163"; } + +.fa-sort-numeric-up-alt:before { + content: "\f887"; } + +.fa-sort-up:before { + content: "\f0de"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-spa:before { + content: "\f5bb"; } + +.fa-space-shuttle:before { + content: "\f197"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-spell-check:before { + content: "\f891"; } + +.fa-spider:before { + content: "\f717"; } + +.fa-spinner:before { + content: "\f110"; } + +.fa-splotch:before { + content: "\f5bc"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-spray-can:before { + content: "\f5bd"; } + +.fa-square:before { + content: "\f0c8"; } + +.fa-square-full:before { + content: "\f45c"; } + +.fa-square-root-alt:before { + content: "\f698"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-stamp:before { + content: "\f5bf"; } + +.fa-star:before { + content: "\f005"; } + +.fa-star-and-crescent:before { + content: "\f699"; } + +.fa-star-half:before { + content: "\f089"; } + +.fa-star-half-alt:before { + content: "\f5c0"; } + +.fa-star-of-david:before { + content: "\f69a"; } + +.fa-star-of-life:before { + content: "\f621"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } + +.fa-step-backward:before { + content: "\f048"; } + +.fa-step-forward:before { + content: "\f051"; } + +.fa-stethoscope:before { + content: "\f0f1"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-sticky-note:before { + content: "\f249"; } + +.fa-stop:before { + content: "\f04d"; } + +.fa-stop-circle:before { + content: "\f28d"; } + +.fa-stopwatch:before { + content: "\f2f2"; } + +.fa-stopwatch-20:before { + content: "\f96f"; } + +.fa-store:before { + content: "\f54e"; } + +.fa-store-alt:before { + content: "\f54f"; } + +.fa-store-alt-slash:before { + content: "\f970"; } + +.fa-store-slash:before { + content: "\f971"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-stream:before { + content: "\f550"; } + +.fa-street-view:before { + content: "\f21d"; } + +.fa-strikethrough:before { + content: "\f0cc"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-stroopwafel:before { + content: "\f551"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-subscript:before { + content: "\f12c"; } + +.fa-subway:before { + content: "\f239"; } + +.fa-suitcase:before { + content: "\f0f2"; } + +.fa-suitcase-rolling:before { + content: "\f5c1"; } + +.fa-sun:before { + content: "\f185"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-superscript:before { + content: "\f12b"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-surprise:before { + content: "\f5c2"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-swatchbook:before { + content: "\f5c3"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-swimmer:before { + content: "\f5c4"; } + +.fa-swimming-pool:before { + content: "\f5c5"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-synagogue:before { + content: "\f69b"; } + +.fa-sync:before { + content: "\f021"; } + +.fa-sync-alt:before { + content: "\f2f1"; } + +.fa-syringe:before { + content: "\f48e"; } + +.fa-table:before { + content: "\f0ce"; } + +.fa-table-tennis:before { + content: "\f45d"; } + +.fa-tablet:before { + content: "\f10a"; } + +.fa-tablet-alt:before { + content: "\f3fa"; } + +.fa-tablets:before { + content: "\f490"; } + +.fa-tachometer-alt:before { + content: "\f3fd"; } + +.fa-tag:before { + content: "\f02b"; } + +.fa-tags:before { + content: "\f02c"; } + +.fa-tape:before { + content: "\f4db"; } + +.fa-tasks:before { + content: "\f0ae"; } + +.fa-taxi:before { + content: "\f1ba"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-teeth:before { + content: "\f62e"; } + +.fa-teeth-open:before { + content: "\f62f"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f3fe"; } + +.fa-temperature-high:before { + content: "\f769"; } + +.fa-temperature-low:before { + content: "\f76b"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-tenge:before { + content: "\f7d7"; } + +.fa-terminal:before { + content: "\f120"; } + +.fa-text-height:before { + content: "\f034"; } + +.fa-text-width:before { + content: "\f035"; } + +.fa-th:before { + content: "\f00a"; } + +.fa-th-large:before { + content: "\f009"; } + +.fa-th-list:before { + content: "\f00b"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-theater-masks:before { + content: "\f630"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-thermometer:before { + content: "\f491"; } + +.fa-thermometer-empty:before { + content: "\f2cb"; } + +.fa-thermometer-full:before { + content: "\f2c7"; } + +.fa-thermometer-half:before { + content: "\f2c9"; } + +.fa-thermometer-quarter:before { + content: "\f2ca"; } + +.fa-thermometer-three-quarters:before { + content: "\f2c8"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-thumbs-down:before { + content: "\f165"; } + +.fa-thumbs-up:before { + content: "\f164"; } + +.fa-thumbtack:before { + content: "\f08d"; } + +.fa-ticket-alt:before { + content: "\f3ff"; } + +.fa-times:before { + content: "\f00d"; } + +.fa-times-circle:before { + content: "\f057"; } + +.fa-tint:before { + content: "\f043"; } + +.fa-tint-slash:before { + content: "\f5c7"; } + +.fa-tired:before { + content: "\f5c8"; } + +.fa-toggle-off:before { + content: "\f204"; } + +.fa-toggle-on:before { + content: "\f205"; } + +.fa-toilet:before { + content: "\f7d8"; } + +.fa-toilet-paper:before { + content: "\f71e"; } + +.fa-toilet-paper-slash:before { + content: "\f972"; } + +.fa-toolbox:before { + content: "\f552"; } + +.fa-tools:before { + content: "\f7d9"; } + +.fa-tooth:before { + content: "\f5c9"; } + +.fa-torah:before { + content: "\f6a0"; } + +.fa-torii-gate:before { + content: "\f6a1"; } + +.fa-tractor:before { + content: "\f722"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-trademark:before { + content: "\f25c"; } + +.fa-traffic-light:before { + content: "\f637"; } + +.fa-trailer:before { + content: "\f941"; } + +.fa-train:before { + content: "\f238"; } + +.fa-tram:before { + content: "\f7da"; } + +.fa-transgender:before { + content: "\f224"; } + +.fa-transgender-alt:before { + content: "\f225"; } + +.fa-trash:before { + content: "\f1f8"; } + +.fa-trash-alt:before { + content: "\f2ed"; } + +.fa-trash-restore:before { + content: "\f829"; } + +.fa-trash-restore-alt:before { + content: "\f82a"; } + +.fa-tree:before { + content: "\f1bb"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-tripadvisor:before { + content: "\f262"; } + +.fa-trophy:before { + content: "\f091"; } + +.fa-truck:before { + content: "\f0d1"; } + +.fa-truck-loading:before { + content: "\f4de"; } + +.fa-truck-monster:before { + content: "\f63b"; } + +.fa-truck-moving:before { + content: "\f4df"; } + +.fa-truck-pickup:before { + content: "\f63c"; } + +.fa-tshirt:before { + content: "\f553"; } + +.fa-tty:before { + content: "\f1e4"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-tv:before { + content: "\f26c"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-umbrella:before { + content: "\f0e9"; } + +.fa-umbrella-beach:before { + content: "\f5ca"; } + +.fa-underline:before { + content: "\f0cd"; } + +.fa-undo:before { + content: "\f0e2"; } + +.fa-undo-alt:before { + content: "\f2ea"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-unity:before { + content: "\f949"; } + +.fa-universal-access:before { + content: "\f29a"; } + +.fa-university:before { + content: "\f19c"; } + +.fa-unlink:before { + content: "\f127"; } + +.fa-unlock:before { + content: "\f09c"; } + +.fa-unlock-alt:before { + content: "\f13e"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-upload:before { + content: "\f093"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-user:before { + content: "\f007"; } + +.fa-user-alt:before { + content: "\f406"; } + +.fa-user-alt-slash:before { + content: "\f4fa"; } + +.fa-user-astronaut:before { + content: "\f4fb"; } + +.fa-user-check:before { + content: "\f4fc"; } + +.fa-user-circle:before { + content: "\f2bd"; } + +.fa-user-clock:before { + content: "\f4fd"; } + +.fa-user-cog:before { + content: "\f4fe"; } + +.fa-user-edit:before { + content: "\f4ff"; } + +.fa-user-friends:before { + content: "\f500"; } + +.fa-user-graduate:before { + content: "\f501"; } + +.fa-user-injured:before { + content: "\f728"; } + +.fa-user-lock:before { + content: "\f502"; } + +.fa-user-md:before { + content: "\f0f0"; } + +.fa-user-minus:before { + content: "\f503"; } + +.fa-user-ninja:before { + content: "\f504"; } + +.fa-user-nurse:before { + content: "\f82f"; } + +.fa-user-plus:before { + content: "\f234"; } + +.fa-user-secret:before { + content: "\f21b"; } + +.fa-user-shield:before { + content: "\f505"; } + +.fa-user-slash:before { + content: "\f506"; } + +.fa-user-tag:before { + content: "\f507"; } + +.fa-user-tie:before { + content: "\f508"; } + +.fa-user-times:before { + content: "\f235"; } + +.fa-users:before { + content: "\f0c0"; } + +.fa-users-cog:before { + content: "\f509"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-utensil-spoon:before { + content: "\f2e5"; } + +.fa-utensils:before { + content: "\f2e7"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-vector-square:before { + content: "\f5cb"; } + +.fa-venus:before { + content: "\f221"; } + +.fa-venus-double:before { + content: "\f226"; } + +.fa-venus-mars:before { + content: "\f228"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-vial:before { + content: "\f492"; } + +.fa-vials:before { + content: "\f493"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-video:before { + content: "\f03d"; } + +.fa-video-slash:before { + content: "\f4e2"; } + +.fa-vihara:before { + content: "\f6a7"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-virus:before { + content: "\f974"; } + +.fa-virus-slash:before { + content: "\f975"; } + +.fa-viruses:before { + content: "\f976"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-voicemail:before { + content: "\f897"; } + +.fa-volleyball-ball:before { + content: "\f45f"; } + +.fa-volume-down:before { + content: "\f027"; } + +.fa-volume-mute:before { + content: "\f6a9"; } + +.fa-volume-off:before { + content: "\f026"; } + +.fa-volume-up:before { + content: "\f028"; } + +.fa-vote-yea:before { + content: "\f772"; } + +.fa-vr-cardboard:before { + content: "\f729"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-walking:before { + content: "\f554"; } + +.fa-wallet:before { + content: "\f555"; } + +.fa-warehouse:before { + content: "\f494"; } + +.fa-water:before { + content: "\f773"; } + +.fa-wave-square:before { + content: "\f83e"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-weight:before { + content: "\f496"; } + +.fa-weight-hanging:before { + content: "\f5cd"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-wheelchair:before { + content: "\f193"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-wifi:before { + content: "\f1eb"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wind:before { + content: "\f72e"; } + +.fa-window-close:before { + content: "\f410"; } + +.fa-window-maximize:before { + content: "\f2d0"; } + +.fa-window-minimize:before { + content: "\f2d1"; } + +.fa-window-restore:before { + content: "\f2d2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wine-bottle:before { + content: "\f72f"; } + +.fa-wine-glass:before { + content: "\f4e3"; } + +.fa-wine-glass-alt:before { + content: "\f5ce"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-won-sign:before { + content: "\f159"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-wrench:before { + content: "\f0ad"; } + +.fa-x-ray:before { + content: "\f497"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-yen-sign:before { + content: "\f157"; } + +.fa-yin-yang:before { + content: "\f6ad"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; } +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("~@/assets/fonts/fa-brands-400.eot"); + src: url("~@/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-brands-400.woff2") format("woff2"), url("~@/assets/fonts/fa-brands-400.woff") format("woff"), url("~@/assets/fonts/fa-brands-400.ttf") format("truetype"), url("~@/assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); } + +.fab { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("~@/assets/fonts/fa-regular-400.eot"); + src: url("~@/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-regular-400.woff2") format("woff2"), url("~@/assets/fonts/fa-regular-400.woff") format("woff"), url("~@/assets/fonts/fa-regular-400.ttf") format("truetype"), url("~@/assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); } + +.far { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("~@/assets/fonts/fa-solid-900.eot"); + src: url("~@/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-solid-900.woff2") format("woff2"), url("~@/assets/fonts/fa-solid-900.woff") format("woff"), url("~@/assets/fonts/fa-solid-900.ttf") format("truetype"), url("~@/assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); } + +.fa, +.fas { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } diff --git a/Vue/Admin/src/design/custom/plugins/icons/_materialdesignicons.scss b/Vue/Admin/src/design/custom/plugins/icons/_materialdesignicons.scss new file mode 100644 index 00000000..8dc0a345 --- /dev/null +++ b/Vue/Admin/src/design/custom/plugins/icons/_materialdesignicons.scss @@ -0,0 +1,23694 @@ +/* MaterialDesignIcons.com */ +@font-face { + font-family: "Material Design Icons"; + src: url("~@/assets/fonts/materialdesignicons-webfont.eot?v=5.8.55"); + src: url("~@/assets/fonts/materialdesignicons-webfont.eot?#iefix&v=5.8.55") format("embedded-opentype"), url("~@/assets/fonts/materialdesignicons-webfont.woff2?v=5.8.55") format("woff2"), url("~@/assets/fonts/materialdesignicons-webfont.woff?v=5.8.55") format("woff"), url("~@/assets/fonts/materialdesignicons-webfont.ttf?v=5.8.55") format("truetype"); + font-weight: normal; + font-style: normal; +} + +.mdi:before, +.mdi-set { + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.mdi-ab-testing::before { + content: "\F01C9"; +} + +.mdi-abjad-arabic::before { + content: "\F1328"; +} + +.mdi-abjad-hebrew::before { + content: "\F1329"; +} + +.mdi-abugida-devanagari::before { + content: "\F132A"; +} + +.mdi-abugida-thai::before { + content: "\F132B"; +} + +.mdi-access-point::before { + content: "\F0003"; +} + +.mdi-access-point-check::before { + content: "\F1538"; +} + +.mdi-access-point-minus::before { + content: "\F1539"; +} + +.mdi-access-point-network::before { + content: "\F0002"; +} + +.mdi-access-point-network-off::before { + content: "\F0BE1"; +} + +.mdi-access-point-off::before { + content: "\F1511"; +} + +.mdi-access-point-plus::before { + content: "\F153A"; +} + +.mdi-access-point-remove::before { + content: "\F153B"; +} + +.mdi-account::before { + content: "\F0004"; +} + +.mdi-account-alert::before { + content: "\F0005"; +} + +.mdi-account-alert-outline::before { + content: "\F0B50"; +} + +.mdi-account-arrow-left::before { + content: "\F0B51"; +} + +.mdi-account-arrow-left-outline::before { + content: "\F0B52"; +} + +.mdi-account-arrow-right::before { + content: "\F0B53"; +} + +.mdi-account-arrow-right-outline::before { + content: "\F0B54"; +} + +.mdi-account-box::before { + content: "\F0006"; +} + +.mdi-account-box-multiple::before { + content: "\F0934"; +} + +.mdi-account-box-multiple-outline::before { + content: "\F100A"; +} + +.mdi-account-box-outline::before { + content: "\F0007"; +} + +.mdi-account-cancel::before { + content: "\F12DF"; +} + +.mdi-account-cancel-outline::before { + content: "\F12E0"; +} + +.mdi-account-cash::before { + content: "\F1097"; +} + +.mdi-account-cash-outline::before { + content: "\F1098"; +} + +.mdi-account-check::before { + content: "\F0008"; +} + +.mdi-account-check-outline::before { + content: "\F0BE2"; +} + +.mdi-account-child::before { + content: "\F0A89"; +} + +.mdi-account-child-circle::before { + content: "\F0A8A"; +} + +.mdi-account-child-outline::before { + content: "\F10C8"; +} + +.mdi-account-circle::before { + content: "\F0009"; +} + +.mdi-account-circle-outline::before { + content: "\F0B55"; +} + +.mdi-account-clock::before { + content: "\F0B56"; +} + +.mdi-account-clock-outline::before { + content: "\F0B57"; +} + +.mdi-account-cog::before { + content: "\F1370"; +} + +.mdi-account-cog-outline::before { + content: "\F1371"; +} + +.mdi-account-convert::before { + content: "\F000A"; +} + +.mdi-account-convert-outline::before { + content: "\F1301"; +} + +.mdi-account-cowboy-hat::before { + content: "\F0E9B"; +} + +.mdi-account-details::before { + content: "\F0631"; +} + +.mdi-account-details-outline::before { + content: "\F1372"; +} + +.mdi-account-edit::before { + content: "\F06BC"; +} + +.mdi-account-edit-outline::before { + content: "\F0FFB"; +} + +.mdi-account-group::before { + content: "\F0849"; +} + +.mdi-account-group-outline::before { + content: "\F0B58"; +} + +.mdi-account-hard-hat::before { + content: "\F05B5"; +} + +.mdi-account-heart::before { + content: "\F0899"; +} + +.mdi-account-heart-outline::before { + content: "\F0BE3"; +} + +.mdi-account-key::before { + content: "\F000B"; +} + +.mdi-account-key-outline::before { + content: "\F0BE4"; +} + +.mdi-account-lock::before { + content: "\F115E"; +} + +.mdi-account-lock-outline::before { + content: "\F115F"; +} + +.mdi-account-minus::before { + content: "\F000D"; +} + +.mdi-account-minus-outline::before { + content: "\F0AEC"; +} + +.mdi-account-multiple::before { + content: "\F000E"; +} + +.mdi-account-multiple-check::before { + content: "\F08C5"; +} + +.mdi-account-multiple-check-outline::before { + content: "\F11FE"; +} + +.mdi-account-multiple-minus::before { + content: "\F05D3"; +} + +.mdi-account-multiple-minus-outline::before { + content: "\F0BE5"; +} + +.mdi-account-multiple-outline::before { + content: "\F000F"; +} + +.mdi-account-multiple-plus::before { + content: "\F0010"; +} + +.mdi-account-multiple-plus-outline::before { + content: "\F0800"; +} + +.mdi-account-multiple-remove::before { + content: "\F120A"; +} + +.mdi-account-multiple-remove-outline::before { + content: "\F120B"; +} + +.mdi-account-music::before { + content: "\F0803"; +} + +.mdi-account-music-outline::before { + content: "\F0CE9"; +} + +.mdi-account-network::before { + content: "\F0011"; +} + +.mdi-account-network-outline::before { + content: "\F0BE6"; +} + +.mdi-account-off::before { + content: "\F0012"; +} + +.mdi-account-off-outline::before { + content: "\F0BE7"; +} + +.mdi-account-outline::before { + content: "\F0013"; +} + +.mdi-account-plus::before { + content: "\F0014"; +} + +.mdi-account-plus-outline::before { + content: "\F0801"; +} + +.mdi-account-question::before { + content: "\F0B59"; +} + +.mdi-account-question-outline::before { + content: "\F0B5A"; +} + +.mdi-account-reactivate::before { + content: "\F152B"; +} + +.mdi-account-reactivate-outline::before { + content: "\F152C"; +} + +.mdi-account-remove::before { + content: "\F0015"; +} + +.mdi-account-remove-outline::before { + content: "\F0AED"; +} + +.mdi-account-search::before { + content: "\F0016"; +} + +.mdi-account-search-outline::before { + content: "\F0935"; +} + +.mdi-account-settings::before { + content: "\F0630"; +} + +.mdi-account-settings-outline::before { + content: "\F10C9"; +} + +.mdi-account-star::before { + content: "\F0017"; +} + +.mdi-account-star-outline::before { + content: "\F0BE8"; +} + +.mdi-account-supervisor::before { + content: "\F0A8B"; +} + +.mdi-account-supervisor-circle::before { + content: "\F0A8C"; +} + +.mdi-account-supervisor-circle-outline::before { + content: "\F14EC"; +} + +.mdi-account-supervisor-outline::before { + content: "\F112D"; +} + +.mdi-account-switch::before { + content: "\F0019"; +} + +.mdi-account-switch-outline::before { + content: "\F04CB"; +} + +.mdi-account-tie::before { + content: "\F0CE3"; +} + +.mdi-account-tie-outline::before { + content: "\F10CA"; +} + +.mdi-account-tie-voice::before { + content: "\F1308"; +} + +.mdi-account-tie-voice-off::before { + content: "\F130A"; +} + +.mdi-account-tie-voice-off-outline::before { + content: "\F130B"; +} + +.mdi-account-tie-voice-outline::before { + content: "\F1309"; +} + +.mdi-account-voice::before { + content: "\F05CB"; +} + +.mdi-adjust::before { + content: "\F001A"; +} + +.mdi-adobe::before { + content: "\F0936"; +} + +.mdi-adobe-acrobat::before { + content: "\F0F9D"; +} + +.mdi-air-conditioner::before { + content: "\F001B"; +} + +.mdi-air-filter::before { + content: "\F0D43"; +} + +.mdi-air-horn::before { + content: "\F0DAC"; +} + +.mdi-air-humidifier::before { + content: "\F1099"; +} + +.mdi-air-humidifier-off::before { + content: "\F1466"; +} + +.mdi-air-purifier::before { + content: "\F0D44"; +} + +.mdi-airbag::before { + content: "\F0BE9"; +} + +.mdi-airballoon::before { + content: "\F001C"; +} + +.mdi-airballoon-outline::before { + content: "\F100B"; +} + +.mdi-airplane::before { + content: "\F001D"; +} + +.mdi-airplane-landing::before { + content: "\F05D4"; +} + +.mdi-airplane-off::before { + content: "\F001E"; +} + +.mdi-airplane-takeoff::before { + content: "\F05D5"; +} + +.mdi-airport::before { + content: "\F084B"; +} + +.mdi-alarm::before { + content: "\F0020"; +} + +.mdi-alarm-bell::before { + content: "\F078E"; +} + +.mdi-alarm-check::before { + content: "\F0021"; +} + +.mdi-alarm-light::before { + content: "\F078F"; +} + +.mdi-alarm-light-outline::before { + content: "\F0BEA"; +} + +.mdi-alarm-multiple::before { + content: "\F0022"; +} + +.mdi-alarm-note::before { + content: "\F0E71"; +} + +.mdi-alarm-note-off::before { + content: "\F0E72"; +} + +.mdi-alarm-off::before { + content: "\F0023"; +} + +.mdi-alarm-panel::before { + content: "\F15C4"; +} + +.mdi-alarm-panel-outline::before { + content: "\F15C5"; +} + +.mdi-alarm-plus::before { + content: "\F0024"; +} + +.mdi-alarm-snooze::before { + content: "\F068E"; +} + +.mdi-album::before { + content: "\F0025"; +} + +.mdi-alert::before { + content: "\F0026"; +} + +.mdi-alert-box::before { + content: "\F0027"; +} + +.mdi-alert-box-outline::before { + content: "\F0CE4"; +} + +.mdi-alert-circle::before { + content: "\F0028"; +} + +.mdi-alert-circle-check::before { + content: "\F11ED"; +} + +.mdi-alert-circle-check-outline::before { + content: "\F11EE"; +} + +.mdi-alert-circle-outline::before { + content: "\F05D6"; +} + +.mdi-alert-decagram::before { + content: "\F06BD"; +} + +.mdi-alert-decagram-outline::before { + content: "\F0CE5"; +} + +.mdi-alert-minus::before { + content: "\F14BB"; +} + +.mdi-alert-minus-outline::before { + content: "\F14BE"; +} + +.mdi-alert-octagon::before { + content: "\F0029"; +} + +.mdi-alert-octagon-outline::before { + content: "\F0CE6"; +} + +.mdi-alert-octagram::before { + content: "\F0767"; +} + +.mdi-alert-octagram-outline::before { + content: "\F0CE7"; +} + +.mdi-alert-outline::before { + content: "\F002A"; +} + +.mdi-alert-plus::before { + content: "\F14BA"; +} + +.mdi-alert-plus-outline::before { + content: "\F14BD"; +} + +.mdi-alert-remove::before { + content: "\F14BC"; +} + +.mdi-alert-remove-outline::before { + content: "\F14BF"; +} + +.mdi-alert-rhombus::before { + content: "\F11CE"; +} + +.mdi-alert-rhombus-outline::before { + content: "\F11CF"; +} + +.mdi-alien::before { + content: "\F089A"; +} + +.mdi-alien-outline::before { + content: "\F10CB"; +} + +.mdi-align-horizontal-center::before { + content: "\F11C3"; +} + +.mdi-align-horizontal-left::before { + content: "\F11C2"; +} + +.mdi-align-horizontal-right::before { + content: "\F11C4"; +} + +.mdi-align-vertical-bottom::before { + content: "\F11C5"; +} + +.mdi-align-vertical-center::before { + content: "\F11C6"; +} + +.mdi-align-vertical-top::before { + content: "\F11C7"; +} + +.mdi-all-inclusive::before { + content: "\F06BE"; +} + +.mdi-allergy::before { + content: "\F1258"; +} + +.mdi-alpha::before { + content: "\F002B"; +} + +.mdi-alpha-a::before { + content: "\F0AEE"; +} + +.mdi-alpha-a-box::before { + content: "\F0B08"; +} + +.mdi-alpha-a-box-outline::before { + content: "\F0BEB"; +} + +.mdi-alpha-a-circle::before { + content: "\F0BEC"; +} + +.mdi-alpha-a-circle-outline::before { + content: "\F0BED"; +} + +.mdi-alpha-b::before { + content: "\F0AEF"; +} + +.mdi-alpha-b-box::before { + content: "\F0B09"; +} + +.mdi-alpha-b-box-outline::before { + content: "\F0BEE"; +} + +.mdi-alpha-b-circle::before { + content: "\F0BEF"; +} + +.mdi-alpha-b-circle-outline::before { + content: "\F0BF0"; +} + +.mdi-alpha-c::before { + content: "\F0AF0"; +} + +.mdi-alpha-c-box::before { + content: "\F0B0A"; +} + +.mdi-alpha-c-box-outline::before { + content: "\F0BF1"; +} + +.mdi-alpha-c-circle::before { + content: "\F0BF2"; +} + +.mdi-alpha-c-circle-outline::before { + content: "\F0BF3"; +} + +.mdi-alpha-d::before { + content: "\F0AF1"; +} + +.mdi-alpha-d-box::before { + content: "\F0B0B"; +} + +.mdi-alpha-d-box-outline::before { + content: "\F0BF4"; +} + +.mdi-alpha-d-circle::before { + content: "\F0BF5"; +} + +.mdi-alpha-d-circle-outline::before { + content: "\F0BF6"; +} + +.mdi-alpha-e::before { + content: "\F0AF2"; +} + +.mdi-alpha-e-box::before { + content: "\F0B0C"; +} + +.mdi-alpha-e-box-outline::before { + content: "\F0BF7"; +} + +.mdi-alpha-e-circle::before { + content: "\F0BF8"; +} + +.mdi-alpha-e-circle-outline::before { + content: "\F0BF9"; +} + +.mdi-alpha-f::before { + content: "\F0AF3"; +} + +.mdi-alpha-f-box::before { + content: "\F0B0D"; +} + +.mdi-alpha-f-box-outline::before { + content: "\F0BFA"; +} + +.mdi-alpha-f-circle::before { + content: "\F0BFB"; +} + +.mdi-alpha-f-circle-outline::before { + content: "\F0BFC"; +} + +.mdi-alpha-g::before { + content: "\F0AF4"; +} + +.mdi-alpha-g-box::before { + content: "\F0B0E"; +} + +.mdi-alpha-g-box-outline::before { + content: "\F0BFD"; +} + +.mdi-alpha-g-circle::before { + content: "\F0BFE"; +} + +.mdi-alpha-g-circle-outline::before { + content: "\F0BFF"; +} + +.mdi-alpha-h::before { + content: "\F0AF5"; +} + +.mdi-alpha-h-box::before { + content: "\F0B0F"; +} + +.mdi-alpha-h-box-outline::before { + content: "\F0C00"; +} + +.mdi-alpha-h-circle::before { + content: "\F0C01"; +} + +.mdi-alpha-h-circle-outline::before { + content: "\F0C02"; +} + +.mdi-alpha-i::before { + content: "\F0AF6"; +} + +.mdi-alpha-i-box::before { + content: "\F0B10"; +} + +.mdi-alpha-i-box-outline::before { + content: "\F0C03"; +} + +.mdi-alpha-i-circle::before { + content: "\F0C04"; +} + +.mdi-alpha-i-circle-outline::before { + content: "\F0C05"; +} + +.mdi-alpha-j::before { + content: "\F0AF7"; +} + +.mdi-alpha-j-box::before { + content: "\F0B11"; +} + +.mdi-alpha-j-box-outline::before { + content: "\F0C06"; +} + +.mdi-alpha-j-circle::before { + content: "\F0C07"; +} + +.mdi-alpha-j-circle-outline::before { + content: "\F0C08"; +} + +.mdi-alpha-k::before { + content: "\F0AF8"; +} + +.mdi-alpha-k-box::before { + content: "\F0B12"; +} + +.mdi-alpha-k-box-outline::before { + content: "\F0C09"; +} + +.mdi-alpha-k-circle::before { + content: "\F0C0A"; +} + +.mdi-alpha-k-circle-outline::before { + content: "\F0C0B"; +} + +.mdi-alpha-l::before { + content: "\F0AF9"; +} + +.mdi-alpha-l-box::before { + content: "\F0B13"; +} + +.mdi-alpha-l-box-outline::before { + content: "\F0C0C"; +} + +.mdi-alpha-l-circle::before { + content: "\F0C0D"; +} + +.mdi-alpha-l-circle-outline::before { + content: "\F0C0E"; +} + +.mdi-alpha-m::before { + content: "\F0AFA"; +} + +.mdi-alpha-m-box::before { + content: "\F0B14"; +} + +.mdi-alpha-m-box-outline::before { + content: "\F0C0F"; +} + +.mdi-alpha-m-circle::before { + content: "\F0C10"; +} + +.mdi-alpha-m-circle-outline::before { + content: "\F0C11"; +} + +.mdi-alpha-n::before { + content: "\F0AFB"; +} + +.mdi-alpha-n-box::before { + content: "\F0B15"; +} + +.mdi-alpha-n-box-outline::before { + content: "\F0C12"; +} + +.mdi-alpha-n-circle::before { + content: "\F0C13"; +} + +.mdi-alpha-n-circle-outline::before { + content: "\F0C14"; +} + +.mdi-alpha-o::before { + content: "\F0AFC"; +} + +.mdi-alpha-o-box::before { + content: "\F0B16"; +} + +.mdi-alpha-o-box-outline::before { + content: "\F0C15"; +} + +.mdi-alpha-o-circle::before { + content: "\F0C16"; +} + +.mdi-alpha-o-circle-outline::before { + content: "\F0C17"; +} + +.mdi-alpha-p::before { + content: "\F0AFD"; +} + +.mdi-alpha-p-box::before { + content: "\F0B17"; +} + +.mdi-alpha-p-box-outline::before { + content: "\F0C18"; +} + +.mdi-alpha-p-circle::before { + content: "\F0C19"; +} + +.mdi-alpha-p-circle-outline::before { + content: "\F0C1A"; +} + +.mdi-alpha-q::before { + content: "\F0AFE"; +} + +.mdi-alpha-q-box::before { + content: "\F0B18"; +} + +.mdi-alpha-q-box-outline::before { + content: "\F0C1B"; +} + +.mdi-alpha-q-circle::before { + content: "\F0C1C"; +} + +.mdi-alpha-q-circle-outline::before { + content: "\F0C1D"; +} + +.mdi-alpha-r::before { + content: "\F0AFF"; +} + +.mdi-alpha-r-box::before { + content: "\F0B19"; +} + +.mdi-alpha-r-box-outline::before { + content: "\F0C1E"; +} + +.mdi-alpha-r-circle::before { + content: "\F0C1F"; +} + +.mdi-alpha-r-circle-outline::before { + content: "\F0C20"; +} + +.mdi-alpha-s::before { + content: "\F0B00"; +} + +.mdi-alpha-s-box::before { + content: "\F0B1A"; +} + +.mdi-alpha-s-box-outline::before { + content: "\F0C21"; +} + +.mdi-alpha-s-circle::before { + content: "\F0C22"; +} + +.mdi-alpha-s-circle-outline::before { + content: "\F0C23"; +} + +.mdi-alpha-t::before { + content: "\F0B01"; +} + +.mdi-alpha-t-box::before { + content: "\F0B1B"; +} + +.mdi-alpha-t-box-outline::before { + content: "\F0C24"; +} + +.mdi-alpha-t-circle::before { + content: "\F0C25"; +} + +.mdi-alpha-t-circle-outline::before { + content: "\F0C26"; +} + +.mdi-alpha-u::before { + content: "\F0B02"; +} + +.mdi-alpha-u-box::before { + content: "\F0B1C"; +} + +.mdi-alpha-u-box-outline::before { + content: "\F0C27"; +} + +.mdi-alpha-u-circle::before { + content: "\F0C28"; +} + +.mdi-alpha-u-circle-outline::before { + content: "\F0C29"; +} + +.mdi-alpha-v::before { + content: "\F0B03"; +} + +.mdi-alpha-v-box::before { + content: "\F0B1D"; +} + +.mdi-alpha-v-box-outline::before { + content: "\F0C2A"; +} + +.mdi-alpha-v-circle::before { + content: "\F0C2B"; +} + +.mdi-alpha-v-circle-outline::before { + content: "\F0C2C"; +} + +.mdi-alpha-w::before { + content: "\F0B04"; +} + +.mdi-alpha-w-box::before { + content: "\F0B1E"; +} + +.mdi-alpha-w-box-outline::before { + content: "\F0C2D"; +} + +.mdi-alpha-w-circle::before { + content: "\F0C2E"; +} + +.mdi-alpha-w-circle-outline::before { + content: "\F0C2F"; +} + +.mdi-alpha-x::before { + content: "\F0B05"; +} + +.mdi-alpha-x-box::before { + content: "\F0B1F"; +} + +.mdi-alpha-x-box-outline::before { + content: "\F0C30"; +} + +.mdi-alpha-x-circle::before { + content: "\F0C31"; +} + +.mdi-alpha-x-circle-outline::before { + content: "\F0C32"; +} + +.mdi-alpha-y::before { + content: "\F0B06"; +} + +.mdi-alpha-y-box::before { + content: "\F0B20"; +} + +.mdi-alpha-y-box-outline::before { + content: "\F0C33"; +} + +.mdi-alpha-y-circle::before { + content: "\F0C34"; +} + +.mdi-alpha-y-circle-outline::before { + content: "\F0C35"; +} + +.mdi-alpha-z::before { + content: "\F0B07"; +} + +.mdi-alpha-z-box::before { + content: "\F0B21"; +} + +.mdi-alpha-z-box-outline::before { + content: "\F0C36"; +} + +.mdi-alpha-z-circle::before { + content: "\F0C37"; +} + +.mdi-alpha-z-circle-outline::before { + content: "\F0C38"; +} + +.mdi-alphabet-aurebesh::before { + content: "\F132C"; +} + +.mdi-alphabet-cyrillic::before { + content: "\F132D"; +} + +.mdi-alphabet-greek::before { + content: "\F132E"; +} + +.mdi-alphabet-latin::before { + content: "\F132F"; +} + +.mdi-alphabet-piqad::before { + content: "\F1330"; +} + +.mdi-alphabet-tengwar::before { + content: "\F1337"; +} + +.mdi-alphabetical::before { + content: "\F002C"; +} + +.mdi-alphabetical-off::before { + content: "\F100C"; +} + +.mdi-alphabetical-variant::before { + content: "\F100D"; +} + +.mdi-alphabetical-variant-off::before { + content: "\F100E"; +} + +.mdi-altimeter::before { + content: "\F05D7"; +} + +.mdi-amazon::before { + content: "\F002D"; +} + +.mdi-amazon-alexa::before { + content: "\F08C6"; +} + +.mdi-ambulance::before { + content: "\F002F"; +} + +.mdi-ammunition::before { + content: "\F0CE8"; +} + +.mdi-ampersand::before { + content: "\F0A8D"; +} + +.mdi-amplifier::before { + content: "\F0030"; +} + +.mdi-amplifier-off::before { + content: "\F11B5"; +} + +.mdi-anchor::before { + content: "\F0031"; +} + +.mdi-android::before { + content: "\F0032"; +} + +.mdi-android-auto::before { + content: "\F0A8E"; +} + +.mdi-android-debug-bridge::before { + content: "\F0033"; +} + +.mdi-android-messages::before { + content: "\F0D45"; +} + +.mdi-android-studio::before { + content: "\F0034"; +} + +.mdi-angle-acute::before { + content: "\F0937"; +} + +.mdi-angle-obtuse::before { + content: "\F0938"; +} + +.mdi-angle-right::before { + content: "\F0939"; +} + +.mdi-angular::before { + content: "\F06B2"; +} + +.mdi-angularjs::before { + content: "\F06BF"; +} + +.mdi-animation::before { + content: "\F05D8"; +} + +.mdi-animation-outline::before { + content: "\F0A8F"; +} + +.mdi-animation-play::before { + content: "\F093A"; +} + +.mdi-animation-play-outline::before { + content: "\F0A90"; +} + +.mdi-ansible::before { + content: "\F109A"; +} + +.mdi-antenna::before { + content: "\F1119"; +} + +.mdi-anvil::before { + content: "\F089B"; +} + +.mdi-apache-kafka::before { + content: "\F100F"; +} + +.mdi-api::before { + content: "\F109B"; +} + +.mdi-api-off::before { + content: "\F1257"; +} + +.mdi-apple::before { + content: "\F0035"; +} + +.mdi-apple-airplay::before { + content: "\F001F"; +} + +.mdi-apple-finder::before { + content: "\F0036"; +} + +.mdi-apple-icloud::before { + content: "\F0038"; +} + +.mdi-apple-ios::before { + content: "\F0037"; +} + +.mdi-apple-keyboard-caps::before { + content: "\F0632"; +} + +.mdi-apple-keyboard-command::before { + content: "\F0633"; +} + +.mdi-apple-keyboard-control::before { + content: "\F0634"; +} + +.mdi-apple-keyboard-option::before { + content: "\F0635"; +} + +.mdi-apple-keyboard-shift::before { + content: "\F0636"; +} + +.mdi-apple-safari::before { + content: "\F0039"; +} + +.mdi-application::before { + content: "\F0614"; +} + +.mdi-application-cog::before { + content: "\F1577"; +} + +.mdi-application-export::before { + content: "\F0DAD"; +} + +.mdi-application-import::before { + content: "\F0DAE"; +} + +.mdi-application-settings::before { + content: "\F1555"; +} + +.mdi-approximately-equal::before { + content: "\F0F9E"; +} + +.mdi-approximately-equal-box::before { + content: "\F0F9F"; +} + +.mdi-apps::before { + content: "\F003B"; +} + +.mdi-apps-box::before { + content: "\F0D46"; +} + +.mdi-arch::before { + content: "\F08C7"; +} + +.mdi-archive::before { + content: "\F003C"; +} + +.mdi-archive-alert::before { + content: "\F14FD"; +} + +.mdi-archive-alert-outline::before { + content: "\F14FE"; +} + +.mdi-archive-arrow-down::before { + content: "\F1259"; +} + +.mdi-archive-arrow-down-outline::before { + content: "\F125A"; +} + +.mdi-archive-arrow-up::before { + content: "\F125B"; +} + +.mdi-archive-arrow-up-outline::before { + content: "\F125C"; +} + +.mdi-archive-outline::before { + content: "\F120E"; +} + +.mdi-arm-flex::before { + content: "\F0FD7"; +} + +.mdi-arm-flex-outline::before { + content: "\F0FD6"; +} + +.mdi-arrange-bring-forward::before { + content: "\F003D"; +} + +.mdi-arrange-bring-to-front::before { + content: "\F003E"; +} + +.mdi-arrange-send-backward::before { + content: "\F003F"; +} + +.mdi-arrange-send-to-back::before { + content: "\F0040"; +} + +.mdi-arrow-all::before { + content: "\F0041"; +} + +.mdi-arrow-bottom-left::before { + content: "\F0042"; +} + +.mdi-arrow-bottom-left-bold-outline::before { + content: "\F09B7"; +} + +.mdi-arrow-bottom-left-thick::before { + content: "\F09B8"; +} + +.mdi-arrow-bottom-left-thin-circle-outline::before { + content: "\F1596"; +} + +.mdi-arrow-bottom-right::before { + content: "\F0043"; +} + +.mdi-arrow-bottom-right-bold-outline::before { + content: "\F09B9"; +} + +.mdi-arrow-bottom-right-thick::before { + content: "\F09BA"; +} + +.mdi-arrow-bottom-right-thin-circle-outline::before { + content: "\F1595"; +} + +.mdi-arrow-collapse::before { + content: "\F0615"; +} + +.mdi-arrow-collapse-all::before { + content: "\F0044"; +} + +.mdi-arrow-collapse-down::before { + content: "\F0792"; +} + +.mdi-arrow-collapse-horizontal::before { + content: "\F084C"; +} + +.mdi-arrow-collapse-left::before { + content: "\F0793"; +} + +.mdi-arrow-collapse-right::before { + content: "\F0794"; +} + +.mdi-arrow-collapse-up::before { + content: "\F0795"; +} + +.mdi-arrow-collapse-vertical::before { + content: "\F084D"; +} + +.mdi-arrow-decision::before { + content: "\F09BB"; +} + +.mdi-arrow-decision-auto::before { + content: "\F09BC"; +} + +.mdi-arrow-decision-auto-outline::before { + content: "\F09BD"; +} + +.mdi-arrow-decision-outline::before { + content: "\F09BE"; +} + +.mdi-arrow-down::before { + content: "\F0045"; +} + +.mdi-arrow-down-bold::before { + content: "\F072E"; +} + +.mdi-arrow-down-bold-box::before { + content: "\F072F"; +} + +.mdi-arrow-down-bold-box-outline::before { + content: "\F0730"; +} + +.mdi-arrow-down-bold-circle::before { + content: "\F0047"; +} + +.mdi-arrow-down-bold-circle-outline::before { + content: "\F0048"; +} + +.mdi-arrow-down-bold-hexagon-outline::before { + content: "\F0049"; +} + +.mdi-arrow-down-bold-outline::before { + content: "\F09BF"; +} + +.mdi-arrow-down-box::before { + content: "\F06C0"; +} + +.mdi-arrow-down-circle::before { + content: "\F0CDB"; +} + +.mdi-arrow-down-circle-outline::before { + content: "\F0CDC"; +} + +.mdi-arrow-down-drop-circle::before { + content: "\F004A"; +} + +.mdi-arrow-down-drop-circle-outline::before { + content: "\F004B"; +} + +.mdi-arrow-down-thick::before { + content: "\F0046"; +} + +.mdi-arrow-down-thin-circle-outline::before { + content: "\F1599"; +} + +.mdi-arrow-expand::before { + content: "\F0616"; +} + +.mdi-arrow-expand-all::before { + content: "\F004C"; +} + +.mdi-arrow-expand-down::before { + content: "\F0796"; +} + +.mdi-arrow-expand-horizontal::before { + content: "\F084E"; +} + +.mdi-arrow-expand-left::before { + content: "\F0797"; +} + +.mdi-arrow-expand-right::before { + content: "\F0798"; +} + +.mdi-arrow-expand-up::before { + content: "\F0799"; +} + +.mdi-arrow-expand-vertical::before { + content: "\F084F"; +} + +.mdi-arrow-horizontal-lock::before { + content: "\F115B"; +} + +.mdi-arrow-left::before { + content: "\F004D"; +} + +.mdi-arrow-left-bold::before { + content: "\F0731"; +} + +.mdi-arrow-left-bold-box::before { + content: "\F0732"; +} + +.mdi-arrow-left-bold-box-outline::before { + content: "\F0733"; +} + +.mdi-arrow-left-bold-circle::before { + content: "\F004F"; +} + +.mdi-arrow-left-bold-circle-outline::before { + content: "\F0050"; +} + +.mdi-arrow-left-bold-hexagon-outline::before { + content: "\F0051"; +} + +.mdi-arrow-left-bold-outline::before { + content: "\F09C0"; +} + +.mdi-arrow-left-box::before { + content: "\F06C1"; +} + +.mdi-arrow-left-circle::before { + content: "\F0CDD"; +} + +.mdi-arrow-left-circle-outline::before { + content: "\F0CDE"; +} + +.mdi-arrow-left-drop-circle::before { + content: "\F0052"; +} + +.mdi-arrow-left-drop-circle-outline::before { + content: "\F0053"; +} + +.mdi-arrow-left-right::before { + content: "\F0E73"; +} + +.mdi-arrow-left-right-bold::before { + content: "\F0E74"; +} + +.mdi-arrow-left-right-bold-outline::before { + content: "\F09C1"; +} + +.mdi-arrow-left-thick::before { + content: "\F004E"; +} + +.mdi-arrow-left-thin-circle-outline::before { + content: "\F159A"; +} + +.mdi-arrow-right::before { + content: "\F0054"; +} + +.mdi-arrow-right-bold::before { + content: "\F0734"; +} + +.mdi-arrow-right-bold-box::before { + content: "\F0735"; +} + +.mdi-arrow-right-bold-box-outline::before { + content: "\F0736"; +} + +.mdi-arrow-right-bold-circle::before { + content: "\F0056"; +} + +.mdi-arrow-right-bold-circle-outline::before { + content: "\F0057"; +} + +.mdi-arrow-right-bold-hexagon-outline::before { + content: "\F0058"; +} + +.mdi-arrow-right-bold-outline::before { + content: "\F09C2"; +} + +.mdi-arrow-right-box::before { + content: "\F06C2"; +} + +.mdi-arrow-right-circle::before { + content: "\F0CDF"; +} + +.mdi-arrow-right-circle-outline::before { + content: "\F0CE0"; +} + +.mdi-arrow-right-drop-circle::before { + content: "\F0059"; +} + +.mdi-arrow-right-drop-circle-outline::before { + content: "\F005A"; +} + +.mdi-arrow-right-thick::before { + content: "\F0055"; +} + +.mdi-arrow-right-thin-circle-outline::before { + content: "\F1598"; +} + +.mdi-arrow-split-horizontal::before { + content: "\F093B"; +} + +.mdi-arrow-split-vertical::before { + content: "\F093C"; +} + +.mdi-arrow-top-left::before { + content: "\F005B"; +} + +.mdi-arrow-top-left-bold-outline::before { + content: "\F09C3"; +} + +.mdi-arrow-top-left-bottom-right::before { + content: "\F0E75"; +} + +.mdi-arrow-top-left-bottom-right-bold::before { + content: "\F0E76"; +} + +.mdi-arrow-top-left-thick::before { + content: "\F09C4"; +} + +.mdi-arrow-top-left-thin-circle-outline::before { + content: "\F1593"; +} + +.mdi-arrow-top-right::before { + content: "\F005C"; +} + +.mdi-arrow-top-right-bold-outline::before { + content: "\F09C5"; +} + +.mdi-arrow-top-right-bottom-left::before { + content: "\F0E77"; +} + +.mdi-arrow-top-right-bottom-left-bold::before { + content: "\F0E78"; +} + +.mdi-arrow-top-right-thick::before { + content: "\F09C6"; +} + +.mdi-arrow-top-right-thin-circle-outline::before { + content: "\F1594"; +} + +.mdi-arrow-up::before { + content: "\F005D"; +} + +.mdi-arrow-up-bold::before { + content: "\F0737"; +} + +.mdi-arrow-up-bold-box::before { + content: "\F0738"; +} + +.mdi-arrow-up-bold-box-outline::before { + content: "\F0739"; +} + +.mdi-arrow-up-bold-circle::before { + content: "\F005F"; +} + +.mdi-arrow-up-bold-circle-outline::before { + content: "\F0060"; +} + +.mdi-arrow-up-bold-hexagon-outline::before { + content: "\F0061"; +} + +.mdi-arrow-up-bold-outline::before { + content: "\F09C7"; +} + +.mdi-arrow-up-box::before { + content: "\F06C3"; +} + +.mdi-arrow-up-circle::before { + content: "\F0CE1"; +} + +.mdi-arrow-up-circle-outline::before { + content: "\F0CE2"; +} + +.mdi-arrow-up-down::before { + content: "\F0E79"; +} + +.mdi-arrow-up-down-bold::before { + content: "\F0E7A"; +} + +.mdi-arrow-up-down-bold-outline::before { + content: "\F09C8"; +} + +.mdi-arrow-up-drop-circle::before { + content: "\F0062"; +} + +.mdi-arrow-up-drop-circle-outline::before { + content: "\F0063"; +} + +.mdi-arrow-up-thick::before { + content: "\F005E"; +} + +.mdi-arrow-up-thin-circle-outline::before { + content: "\F1597"; +} + +.mdi-arrow-vertical-lock::before { + content: "\F115C"; +} + +.mdi-artstation::before { + content: "\F0B5B"; +} + +.mdi-aspect-ratio::before { + content: "\F0A24"; +} + +.mdi-assistant::before { + content: "\F0064"; +} + +.mdi-asterisk::before { + content: "\F06C4"; +} + +.mdi-at::before { + content: "\F0065"; +} + +.mdi-atlassian::before { + content: "\F0804"; +} + +.mdi-atm::before { + content: "\F0D47"; +} + +.mdi-atom::before { + content: "\F0768"; +} + +.mdi-atom-variant::before { + content: "\F0E7B"; +} + +.mdi-attachment::before { + content: "\F0066"; +} + +.mdi-audio-video::before { + content: "\F093D"; +} + +.mdi-audio-video-off::before { + content: "\F11B6"; +} + +.mdi-augmented-reality::before { + content: "\F0850"; +} + +.mdi-auto-download::before { + content: "\F137E"; +} + +.mdi-auto-fix::before { + content: "\F0068"; +} + +.mdi-auto-upload::before { + content: "\F0069"; +} + +.mdi-autorenew::before { + content: "\F006A"; +} + +.mdi-av-timer::before { + content: "\F006B"; +} + +.mdi-aws::before { + content: "\F0E0F"; +} + +.mdi-axe::before { + content: "\F08C8"; +} + +.mdi-axis::before { + content: "\F0D48"; +} + +.mdi-axis-arrow::before { + content: "\F0D49"; +} + +.mdi-axis-arrow-info::before { + content: "\F140E"; +} + +.mdi-axis-arrow-lock::before { + content: "\F0D4A"; +} + +.mdi-axis-lock::before { + content: "\F0D4B"; +} + +.mdi-axis-x-arrow::before { + content: "\F0D4C"; +} + +.mdi-axis-x-arrow-lock::before { + content: "\F0D4D"; +} + +.mdi-axis-x-rotate-clockwise::before { + content: "\F0D4E"; +} + +.mdi-axis-x-rotate-counterclockwise::before { + content: "\F0D4F"; +} + +.mdi-axis-x-y-arrow-lock::before { + content: "\F0D50"; +} + +.mdi-axis-y-arrow::before { + content: "\F0D51"; +} + +.mdi-axis-y-arrow-lock::before { + content: "\F0D52"; +} + +.mdi-axis-y-rotate-clockwise::before { + content: "\F0D53"; +} + +.mdi-axis-y-rotate-counterclockwise::before { + content: "\F0D54"; +} + +.mdi-axis-z-arrow::before { + content: "\F0D55"; +} + +.mdi-axis-z-arrow-lock::before { + content: "\F0D56"; +} + +.mdi-axis-z-rotate-clockwise::before { + content: "\F0D57"; +} + +.mdi-axis-z-rotate-counterclockwise::before { + content: "\F0D58"; +} + +.mdi-babel::before { + content: "\F0A25"; +} + +.mdi-baby::before { + content: "\F006C"; +} + +.mdi-baby-bottle::before { + content: "\F0F39"; +} + +.mdi-baby-bottle-outline::before { + content: "\F0F3A"; +} + +.mdi-baby-buggy::before { + content: "\F13E0"; +} + +.mdi-baby-carriage::before { + content: "\F068F"; +} + +.mdi-baby-carriage-off::before { + content: "\F0FA0"; +} + +.mdi-baby-face::before { + content: "\F0E7C"; +} + +.mdi-baby-face-outline::before { + content: "\F0E7D"; +} + +.mdi-backburger::before { + content: "\F006D"; +} + +.mdi-backspace::before { + content: "\F006E"; +} + +.mdi-backspace-outline::before { + content: "\F0B5C"; +} + +.mdi-backspace-reverse::before { + content: "\F0E7E"; +} + +.mdi-backspace-reverse-outline::before { + content: "\F0E7F"; +} + +.mdi-backup-restore::before { + content: "\F006F"; +} + +.mdi-bacteria::before { + content: "\F0ED5"; +} + +.mdi-bacteria-outline::before { + content: "\F0ED6"; +} + +.mdi-badge-account::before { + content: "\F0DA7"; +} + +.mdi-badge-account-alert::before { + content: "\F0DA8"; +} + +.mdi-badge-account-alert-outline::before { + content: "\F0DA9"; +} + +.mdi-badge-account-horizontal::before { + content: "\F0E0D"; +} + +.mdi-badge-account-horizontal-outline::before { + content: "\F0E0E"; +} + +.mdi-badge-account-outline::before { + content: "\F0DAA"; +} + +.mdi-badminton::before { + content: "\F0851"; +} + +.mdi-bag-carry-on::before { + content: "\F0F3B"; +} + +.mdi-bag-carry-on-check::before { + content: "\F0D65"; +} + +.mdi-bag-carry-on-off::before { + content: "\F0F3C"; +} + +.mdi-bag-checked::before { + content: "\F0F3D"; +} + +.mdi-bag-personal::before { + content: "\F0E10"; +} + +.mdi-bag-personal-off::before { + content: "\F0E11"; +} + +.mdi-bag-personal-off-outline::before { + content: "\F0E12"; +} + +.mdi-bag-personal-outline::before { + content: "\F0E13"; +} + +.mdi-bag-suitcase::before { + content: "\F158B"; +} + +.mdi-bag-suitcase-off::before { + content: "\F158D"; +} + +.mdi-bag-suitcase-off-outline::before { + content: "\F158E"; +} + +.mdi-bag-suitcase-outline::before { + content: "\F158C"; +} + +.mdi-baguette::before { + content: "\F0F3E"; +} + +.mdi-balloon::before { + content: "\F0A26"; +} + +.mdi-ballot::before { + content: "\F09C9"; +} + +.mdi-ballot-outline::before { + content: "\F09CA"; +} + +.mdi-ballot-recount::before { + content: "\F0C39"; +} + +.mdi-ballot-recount-outline::before { + content: "\F0C3A"; +} + +.mdi-bandage::before { + content: "\F0DAF"; +} + +.mdi-bandcamp::before { + content: "\F0675"; +} + +.mdi-bank::before { + content: "\F0070"; +} + +.mdi-bank-check::before { + content: "\F1655"; +} + +.mdi-bank-minus::before { + content: "\F0DB0"; +} + +.mdi-bank-off::before { + content: "\F1656"; +} + +.mdi-bank-off-outline::before { + content: "\F1657"; +} + +.mdi-bank-outline::before { + content: "\F0E80"; +} + +.mdi-bank-plus::before { + content: "\F0DB1"; +} + +.mdi-bank-remove::before { + content: "\F0DB2"; +} + +.mdi-bank-transfer::before { + content: "\F0A27"; +} + +.mdi-bank-transfer-in::before { + content: "\F0A28"; +} + +.mdi-bank-transfer-out::before { + content: "\F0A29"; +} + +.mdi-barcode::before { + content: "\F0071"; +} + +.mdi-barcode-off::before { + content: "\F1236"; +} + +.mdi-barcode-scan::before { + content: "\F0072"; +} + +.mdi-barley::before { + content: "\F0073"; +} + +.mdi-barley-off::before { + content: "\F0B5D"; +} + +.mdi-barn::before { + content: "\F0B5E"; +} + +.mdi-barrel::before { + content: "\F0074"; +} + +.mdi-baseball::before { + content: "\F0852"; +} + +.mdi-baseball-bat::before { + content: "\F0853"; +} + +.mdi-baseball-diamond::before { + content: "\F15EC"; +} + +.mdi-baseball-diamond-outline::before { + content: "\F15ED"; +} + +.mdi-bash::before { + content: "\F1183"; +} + +.mdi-basket::before { + content: "\F0076"; +} + +.mdi-basket-fill::before { + content: "\F0077"; +} + +.mdi-basket-minus::before { + content: "\F1523"; +} + +.mdi-basket-minus-outline::before { + content: "\F1524"; +} + +.mdi-basket-off::before { + content: "\F1525"; +} + +.mdi-basket-off-outline::before { + content: "\F1526"; +} + +.mdi-basket-outline::before { + content: "\F1181"; +} + +.mdi-basket-plus::before { + content: "\F1527"; +} + +.mdi-basket-plus-outline::before { + content: "\F1528"; +} + +.mdi-basket-remove::before { + content: "\F1529"; +} + +.mdi-basket-remove-outline::before { + content: "\F152A"; +} + +.mdi-basket-unfill::before { + content: "\F0078"; +} + +.mdi-basketball::before { + content: "\F0806"; +} + +.mdi-basketball-hoop::before { + content: "\F0C3B"; +} + +.mdi-basketball-hoop-outline::before { + content: "\F0C3C"; +} + +.mdi-bat::before { + content: "\F0B5F"; +} + +.mdi-battery::before { + content: "\F0079"; +} + +.mdi-battery-10::before { + content: "\F007A"; +} + +.mdi-battery-10-bluetooth::before { + content: "\F093E"; +} + +.mdi-battery-20::before { + content: "\F007B"; +} + +.mdi-battery-20-bluetooth::before { + content: "\F093F"; +} + +.mdi-battery-30::before { + content: "\F007C"; +} + +.mdi-battery-30-bluetooth::before { + content: "\F0940"; +} + +.mdi-battery-40::before { + content: "\F007D"; +} + +.mdi-battery-40-bluetooth::before { + content: "\F0941"; +} + +.mdi-battery-50::before { + content: "\F007E"; +} + +.mdi-battery-50-bluetooth::before { + content: "\F0942"; +} + +.mdi-battery-60::before { + content: "\F007F"; +} + +.mdi-battery-60-bluetooth::before { + content: "\F0943"; +} + +.mdi-battery-70::before { + content: "\F0080"; +} + +.mdi-battery-70-bluetooth::before { + content: "\F0944"; +} + +.mdi-battery-80::before { + content: "\F0081"; +} + +.mdi-battery-80-bluetooth::before { + content: "\F0945"; +} + +.mdi-battery-90::before { + content: "\F0082"; +} + +.mdi-battery-90-bluetooth::before { + content: "\F0946"; +} + +.mdi-battery-alert::before { + content: "\F0083"; +} + +.mdi-battery-alert-bluetooth::before { + content: "\F0947"; +} + +.mdi-battery-alert-variant::before { + content: "\F10CC"; +} + +.mdi-battery-alert-variant-outline::before { + content: "\F10CD"; +} + +.mdi-battery-bluetooth::before { + content: "\F0948"; +} + +.mdi-battery-bluetooth-variant::before { + content: "\F0949"; +} + +.mdi-battery-charging::before { + content: "\F0084"; +} + +.mdi-battery-charging-10::before { + content: "\F089C"; +} + +.mdi-battery-charging-100::before { + content: "\F0085"; +} + +.mdi-battery-charging-20::before { + content: "\F0086"; +} + +.mdi-battery-charging-30::before { + content: "\F0087"; +} + +.mdi-battery-charging-40::before { + content: "\F0088"; +} + +.mdi-battery-charging-50::before { + content: "\F089D"; +} + +.mdi-battery-charging-60::before { + content: "\F0089"; +} + +.mdi-battery-charging-70::before { + content: "\F089E"; +} + +.mdi-battery-charging-80::before { + content: "\F008A"; +} + +.mdi-battery-charging-90::before { + content: "\F008B"; +} + +.mdi-battery-charging-high::before { + content: "\F12A6"; +} + +.mdi-battery-charging-low::before { + content: "\F12A4"; +} + +.mdi-battery-charging-medium::before { + content: "\F12A5"; +} + +.mdi-battery-charging-outline::before { + content: "\F089F"; +} + +.mdi-battery-charging-wireless::before { + content: "\F0807"; +} + +.mdi-battery-charging-wireless-10::before { + content: "\F0808"; +} + +.mdi-battery-charging-wireless-20::before { + content: "\F0809"; +} + +.mdi-battery-charging-wireless-30::before { + content: "\F080A"; +} + +.mdi-battery-charging-wireless-40::before { + content: "\F080B"; +} + +.mdi-battery-charging-wireless-50::before { + content: "\F080C"; +} + +.mdi-battery-charging-wireless-60::before { + content: "\F080D"; +} + +.mdi-battery-charging-wireless-70::before { + content: "\F080E"; +} + +.mdi-battery-charging-wireless-80::before { + content: "\F080F"; +} + +.mdi-battery-charging-wireless-90::before { + content: "\F0810"; +} + +.mdi-battery-charging-wireless-alert::before { + content: "\F0811"; +} + +.mdi-battery-charging-wireless-outline::before { + content: "\F0812"; +} + +.mdi-battery-heart::before { + content: "\F120F"; +} + +.mdi-battery-heart-outline::before { + content: "\F1210"; +} + +.mdi-battery-heart-variant::before { + content: "\F1211"; +} + +.mdi-battery-high::before { + content: "\F12A3"; +} + +.mdi-battery-low::before { + content: "\F12A1"; +} + +.mdi-battery-medium::before { + content: "\F12A2"; +} + +.mdi-battery-minus::before { + content: "\F008C"; +} + +.mdi-battery-negative::before { + content: "\F008D"; +} + +.mdi-battery-off::before { + content: "\F125D"; +} + +.mdi-battery-off-outline::before { + content: "\F125E"; +} + +.mdi-battery-outline::before { + content: "\F008E"; +} + +.mdi-battery-plus::before { + content: "\F008F"; +} + +.mdi-battery-positive::before { + content: "\F0090"; +} + +.mdi-battery-unknown::before { + content: "\F0091"; +} + +.mdi-battery-unknown-bluetooth::before { + content: "\F094A"; +} + +.mdi-battlenet::before { + content: "\F0B60"; +} + +.mdi-beach::before { + content: "\F0092"; +} + +.mdi-beaker::before { + content: "\F0CEA"; +} + +.mdi-beaker-alert::before { + content: "\F1229"; +} + +.mdi-beaker-alert-outline::before { + content: "\F122A"; +} + +.mdi-beaker-check::before { + content: "\F122B"; +} + +.mdi-beaker-check-outline::before { + content: "\F122C"; +} + +.mdi-beaker-minus::before { + content: "\F122D"; +} + +.mdi-beaker-minus-outline::before { + content: "\F122E"; +} + +.mdi-beaker-outline::before { + content: "\F0690"; +} + +.mdi-beaker-plus::before { + content: "\F122F"; +} + +.mdi-beaker-plus-outline::before { + content: "\F1230"; +} + +.mdi-beaker-question::before { + content: "\F1231"; +} + +.mdi-beaker-question-outline::before { + content: "\F1232"; +} + +.mdi-beaker-remove::before { + content: "\F1233"; +} + +.mdi-beaker-remove-outline::before { + content: "\F1234"; +} + +.mdi-bed::before { + content: "\F02E3"; +} + +.mdi-bed-double::before { + content: "\F0FD4"; +} + +.mdi-bed-double-outline::before { + content: "\F0FD3"; +} + +.mdi-bed-empty::before { + content: "\F08A0"; +} + +.mdi-bed-king::before { + content: "\F0FD2"; +} + +.mdi-bed-king-outline::before { + content: "\F0FD1"; +} + +.mdi-bed-outline::before { + content: "\F0099"; +} + +.mdi-bed-queen::before { + content: "\F0FD0"; +} + +.mdi-bed-queen-outline::before { + content: "\F0FDB"; +} + +.mdi-bed-single::before { + content: "\F106D"; +} + +.mdi-bed-single-outline::before { + content: "\F106E"; +} + +.mdi-bee::before { + content: "\F0FA1"; +} + +.mdi-bee-flower::before { + content: "\F0FA2"; +} + +.mdi-beehive-off-outline::before { + content: "\F13ED"; +} + +.mdi-beehive-outline::before { + content: "\F10CE"; +} + +.mdi-beekeeper::before { + content: "\F14E2"; +} + +.mdi-beer::before { + content: "\F0098"; +} + +.mdi-beer-outline::before { + content: "\F130C"; +} + +.mdi-bell::before { + content: "\F009A"; +} + +.mdi-bell-alert::before { + content: "\F0D59"; +} + +.mdi-bell-alert-outline::before { + content: "\F0E81"; +} + +.mdi-bell-cancel::before { + content: "\F13E7"; +} + +.mdi-bell-cancel-outline::before { + content: "\F13E8"; +} + +.mdi-bell-check::before { + content: "\F11E5"; +} + +.mdi-bell-check-outline::before { + content: "\F11E6"; +} + +.mdi-bell-circle::before { + content: "\F0D5A"; +} + +.mdi-bell-circle-outline::before { + content: "\F0D5B"; +} + +.mdi-bell-minus::before { + content: "\F13E9"; +} + +.mdi-bell-minus-outline::before { + content: "\F13EA"; +} + +.mdi-bell-off::before { + content: "\F009B"; +} + +.mdi-bell-off-outline::before { + content: "\F0A91"; +} + +.mdi-bell-outline::before { + content: "\F009C"; +} + +.mdi-bell-plus::before { + content: "\F009D"; +} + +.mdi-bell-plus-outline::before { + content: "\F0A92"; +} + +.mdi-bell-remove::before { + content: "\F13EB"; +} + +.mdi-bell-remove-outline::before { + content: "\F13EC"; +} + +.mdi-bell-ring::before { + content: "\F009E"; +} + +.mdi-bell-ring-outline::before { + content: "\F009F"; +} + +.mdi-bell-sleep::before { + content: "\F00A0"; +} + +.mdi-bell-sleep-outline::before { + content: "\F0A93"; +} + +.mdi-beta::before { + content: "\F00A1"; +} + +.mdi-betamax::before { + content: "\F09CB"; +} + +.mdi-biathlon::before { + content: "\F0E14"; +} + +.mdi-bicycle::before { + content: "\F109C"; +} + +.mdi-bicycle-basket::before { + content: "\F1235"; +} + +.mdi-bicycle-electric::before { + content: "\F15B4"; +} + +.mdi-bicycle-penny-farthing::before { + content: "\F15E9"; +} + +.mdi-bike::before { + content: "\F00A3"; +} + +.mdi-bike-fast::before { + content: "\F111F"; +} + +.mdi-billboard::before { + content: "\F1010"; +} + +.mdi-billiards::before { + content: "\F0B61"; +} + +.mdi-billiards-rack::before { + content: "\F0B62"; +} + +.mdi-binoculars::before { + content: "\F00A5"; +} + +.mdi-bio::before { + content: "\F00A6"; +} + +.mdi-biohazard::before { + content: "\F00A7"; +} + +.mdi-bird::before { + content: "\F15C6"; +} + +.mdi-bitbucket::before { + content: "\F00A8"; +} + +.mdi-bitcoin::before { + content: "\F0813"; +} + +.mdi-black-mesa::before { + content: "\F00A9"; +} + +.mdi-blender::before { + content: "\F0CEB"; +} + +.mdi-blender-software::before { + content: "\F00AB"; +} + +.mdi-blinds::before { + content: "\F00AC"; +} + +.mdi-blinds-open::before { + content: "\F1011"; +} + +.mdi-block-helper::before { + content: "\F00AD"; +} + +.mdi-blogger::before { + content: "\F00AE"; +} + +.mdi-blood-bag::before { + content: "\F0CEC"; +} + +.mdi-bluetooth::before { + content: "\F00AF"; +} + +.mdi-bluetooth-audio::before { + content: "\F00B0"; +} + +.mdi-bluetooth-connect::before { + content: "\F00B1"; +} + +.mdi-bluetooth-off::before { + content: "\F00B2"; +} + +.mdi-bluetooth-settings::before { + content: "\F00B3"; +} + +.mdi-bluetooth-transfer::before { + content: "\F00B4"; +} + +.mdi-blur::before { + content: "\F00B5"; +} + +.mdi-blur-linear::before { + content: "\F00B6"; +} + +.mdi-blur-off::before { + content: "\F00B7"; +} + +.mdi-blur-radial::before { + content: "\F00B8"; +} + +.mdi-bolnisi-cross::before { + content: "\F0CED"; +} + +.mdi-bolt::before { + content: "\F0DB3"; +} + +.mdi-bomb::before { + content: "\F0691"; +} + +.mdi-bomb-off::before { + content: "\F06C5"; +} + +.mdi-bone::before { + content: "\F00B9"; +} + +.mdi-book::before { + content: "\F00BA"; +} + +.mdi-book-account::before { + content: "\F13AD"; +} + +.mdi-book-account-outline::before { + content: "\F13AE"; +} + +.mdi-book-alert::before { + content: "\F167C"; +} + +.mdi-book-alert-outline::before { + content: "\F167D"; +} + +.mdi-book-alphabet::before { + content: "\F061D"; +} + +.mdi-book-arrow-down::before { + content: "\F167E"; +} + +.mdi-book-arrow-down-outline::before { + content: "\F167F"; +} + +.mdi-book-arrow-left::before { + content: "\F1680"; +} + +.mdi-book-arrow-left-outline::before { + content: "\F1681"; +} + +.mdi-book-arrow-right::before { + content: "\F1682"; +} + +.mdi-book-arrow-right-outline::before { + content: "\F1683"; +} + +.mdi-book-arrow-up::before { + content: "\F1684"; +} + +.mdi-book-arrow-up-outline::before { + content: "\F1685"; +} + +.mdi-book-cancel::before { + content: "\F1686"; +} + +.mdi-book-cancel-outline::before { + content: "\F1687"; +} + +.mdi-book-check::before { + content: "\F14F3"; +} + +.mdi-book-check-outline::before { + content: "\F14F4"; +} + +.mdi-book-clock::before { + content: "\F1688"; +} + +.mdi-book-clock-outline::before { + content: "\F1689"; +} + +.mdi-book-cog::before { + content: "\F168A"; +} + +.mdi-book-cog-outline::before { + content: "\F168B"; +} + +.mdi-book-cross::before { + content: "\F00A2"; +} + +.mdi-book-edit::before { + content: "\F168C"; +} + +.mdi-book-edit-outline::before { + content: "\F168D"; +} + +.mdi-book-education::before { + content: "\F16C9"; +} + +.mdi-book-education-outline::before { + content: "\F16CA"; +} + +.mdi-book-information-variant::before { + content: "\F106F"; +} + +.mdi-book-lock::before { + content: "\F079A"; +} + +.mdi-book-lock-open::before { + content: "\F079B"; +} + +.mdi-book-lock-open-outline::before { + content: "\F168E"; +} + +.mdi-book-lock-outline::before { + content: "\F168F"; +} + +.mdi-book-marker::before { + content: "\F1690"; +} + +.mdi-book-marker-outline::before { + content: "\F1691"; +} + +.mdi-book-minus::before { + content: "\F05D9"; +} + +.mdi-book-minus-multiple::before { + content: "\F0A94"; +} + +.mdi-book-minus-multiple-outline::before { + content: "\F090B"; +} + +.mdi-book-minus-outline::before { + content: "\F1692"; +} + +.mdi-book-multiple::before { + content: "\F00BB"; +} + +.mdi-book-multiple-outline::before { + content: "\F0436"; +} + +.mdi-book-music::before { + content: "\F0067"; +} + +.mdi-book-music-outline::before { + content: "\F1693"; +} + +.mdi-book-off::before { + content: "\F1694"; +} + +.mdi-book-off-outline::before { + content: "\F1695"; +} + +.mdi-book-open::before { + content: "\F00BD"; +} + +.mdi-book-open-blank-variant::before { + content: "\F00BE"; +} + +.mdi-book-open-outline::before { + content: "\F0B63"; +} + +.mdi-book-open-page-variant::before { + content: "\F05DA"; +} + +.mdi-book-open-page-variant-outline::before { + content: "\F15D6"; +} + +.mdi-book-open-variant::before { + content: "\F14F7"; +} + +.mdi-book-outline::before { + content: "\F0B64"; +} + +.mdi-book-play::before { + content: "\F0E82"; +} + +.mdi-book-play-outline::before { + content: "\F0E83"; +} + +.mdi-book-plus::before { + content: "\F05DB"; +} + +.mdi-book-plus-multiple::before { + content: "\F0A95"; +} + +.mdi-book-plus-multiple-outline::before { + content: "\F0ADE"; +} + +.mdi-book-plus-outline::before { + content: "\F1696"; +} + +.mdi-book-refresh::before { + content: "\F1697"; +} + +.mdi-book-refresh-outline::before { + content: "\F1698"; +} + +.mdi-book-remove::before { + content: "\F0A97"; +} + +.mdi-book-remove-multiple::before { + content: "\F0A96"; +} + +.mdi-book-remove-multiple-outline::before { + content: "\F04CA"; +} + +.mdi-book-remove-outline::before { + content: "\F1699"; +} + +.mdi-book-search::before { + content: "\F0E84"; +} + +.mdi-book-search-outline::before { + content: "\F0E85"; +} + +.mdi-book-settings::before { + content: "\F169A"; +} + +.mdi-book-settings-outline::before { + content: "\F169B"; +} + +.mdi-book-sync::before { + content: "\F169C"; +} + +.mdi-book-sync-outline::before { + content: "\F16C8"; +} + +.mdi-book-variant::before { + content: "\F00BF"; +} + +.mdi-book-variant-multiple::before { + content: "\F00BC"; +} + +.mdi-bookmark::before { + content: "\F00C0"; +} + +.mdi-bookmark-check::before { + content: "\F00C1"; +} + +.mdi-bookmark-check-outline::before { + content: "\F137B"; +} + +.mdi-bookmark-minus::before { + content: "\F09CC"; +} + +.mdi-bookmark-minus-outline::before { + content: "\F09CD"; +} + +.mdi-bookmark-multiple::before { + content: "\F0E15"; +} + +.mdi-bookmark-multiple-outline::before { + content: "\F0E16"; +} + +.mdi-bookmark-music::before { + content: "\F00C2"; +} + +.mdi-bookmark-music-outline::before { + content: "\F1379"; +} + +.mdi-bookmark-off::before { + content: "\F09CE"; +} + +.mdi-bookmark-off-outline::before { + content: "\F09CF"; +} + +.mdi-bookmark-outline::before { + content: "\F00C3"; +} + +.mdi-bookmark-plus::before { + content: "\F00C5"; +} + +.mdi-bookmark-plus-outline::before { + content: "\F00C4"; +} + +.mdi-bookmark-remove::before { + content: "\F00C6"; +} + +.mdi-bookmark-remove-outline::before { + content: "\F137A"; +} + +.mdi-bookshelf::before { + content: "\F125F"; +} + +.mdi-boom-gate::before { + content: "\F0E86"; +} + +.mdi-boom-gate-alert::before { + content: "\F0E87"; +} + +.mdi-boom-gate-alert-outline::before { + content: "\F0E88"; +} + +.mdi-boom-gate-down::before { + content: "\F0E89"; +} + +.mdi-boom-gate-down-outline::before { + content: "\F0E8A"; +} + +.mdi-boom-gate-outline::before { + content: "\F0E8B"; +} + +.mdi-boom-gate-up::before { + content: "\F0E8C"; +} + +.mdi-boom-gate-up-outline::before { + content: "\F0E8D"; +} + +.mdi-boombox::before { + content: "\F05DC"; +} + +.mdi-boomerang::before { + content: "\F10CF"; +} + +.mdi-bootstrap::before { + content: "\F06C6"; +} + +.mdi-border-all::before { + content: "\F00C7"; +} + +.mdi-border-all-variant::before { + content: "\F08A1"; +} + +.mdi-border-bottom::before { + content: "\F00C8"; +} + +.mdi-border-bottom-variant::before { + content: "\F08A2"; +} + +.mdi-border-color::before { + content: "\F00C9"; +} + +.mdi-border-horizontal::before { + content: "\F00CA"; +} + +.mdi-border-inside::before { + content: "\F00CB"; +} + +.mdi-border-left::before { + content: "\F00CC"; +} + +.mdi-border-left-variant::before { + content: "\F08A3"; +} + +.mdi-border-none::before { + content: "\F00CD"; +} + +.mdi-border-none-variant::before { + content: "\F08A4"; +} + +.mdi-border-outside::before { + content: "\F00CE"; +} + +.mdi-border-right::before { + content: "\F00CF"; +} + +.mdi-border-right-variant::before { + content: "\F08A5"; +} + +.mdi-border-style::before { + content: "\F00D0"; +} + +.mdi-border-top::before { + content: "\F00D1"; +} + +.mdi-border-top-variant::before { + content: "\F08A6"; +} + +.mdi-border-vertical::before { + content: "\F00D2"; +} + +.mdi-bottle-soda::before { + content: "\F1070"; +} + +.mdi-bottle-soda-classic::before { + content: "\F1071"; +} + +.mdi-bottle-soda-classic-outline::before { + content: "\F1363"; +} + +.mdi-bottle-soda-outline::before { + content: "\F1072"; +} + +.mdi-bottle-tonic::before { + content: "\F112E"; +} + +.mdi-bottle-tonic-outline::before { + content: "\F112F"; +} + +.mdi-bottle-tonic-plus::before { + content: "\F1130"; +} + +.mdi-bottle-tonic-plus-outline::before { + content: "\F1131"; +} + +.mdi-bottle-tonic-skull::before { + content: "\F1132"; +} + +.mdi-bottle-tonic-skull-outline::before { + content: "\F1133"; +} + +.mdi-bottle-wine::before { + content: "\F0854"; +} + +.mdi-bottle-wine-outline::before { + content: "\F1310"; +} + +.mdi-bow-tie::before { + content: "\F0678"; +} + +.mdi-bowl::before { + content: "\F028E"; +} + +.mdi-bowl-mix::before { + content: "\F0617"; +} + +.mdi-bowl-mix-outline::before { + content: "\F02E4"; +} + +.mdi-bowl-outline::before { + content: "\F02A9"; +} + +.mdi-bowling::before { + content: "\F00D3"; +} + +.mdi-box::before { + content: "\F00D4"; +} + +.mdi-box-cutter::before { + content: "\F00D5"; +} + +.mdi-box-cutter-off::before { + content: "\F0B4A"; +} + +.mdi-box-shadow::before { + content: "\F0637"; +} + +.mdi-boxing-glove::before { + content: "\F0B65"; +} + +.mdi-braille::before { + content: "\F09D0"; +} + +.mdi-brain::before { + content: "\F09D1"; +} + +.mdi-bread-slice::before { + content: "\F0CEE"; +} + +.mdi-bread-slice-outline::before { + content: "\F0CEF"; +} + +.mdi-bridge::before { + content: "\F0618"; +} + +.mdi-briefcase::before { + content: "\F00D6"; +} + +.mdi-briefcase-account::before { + content: "\F0CF0"; +} + +.mdi-briefcase-account-outline::before { + content: "\F0CF1"; +} + +.mdi-briefcase-check::before { + content: "\F00D7"; +} + +.mdi-briefcase-check-outline::before { + content: "\F131E"; +} + +.mdi-briefcase-clock::before { + content: "\F10D0"; +} + +.mdi-briefcase-clock-outline::before { + content: "\F10D1"; +} + +.mdi-briefcase-download::before { + content: "\F00D8"; +} + +.mdi-briefcase-download-outline::before { + content: "\F0C3D"; +} + +.mdi-briefcase-edit::before { + content: "\F0A98"; +} + +.mdi-briefcase-edit-outline::before { + content: "\F0C3E"; +} + +.mdi-briefcase-minus::before { + content: "\F0A2A"; +} + +.mdi-briefcase-minus-outline::before { + content: "\F0C3F"; +} + +.mdi-briefcase-off::before { + content: "\F1658"; +} + +.mdi-briefcase-off-outline::before { + content: "\F1659"; +} + +.mdi-briefcase-outline::before { + content: "\F0814"; +} + +.mdi-briefcase-plus::before { + content: "\F0A2B"; +} + +.mdi-briefcase-plus-outline::before { + content: "\F0C40"; +} + +.mdi-briefcase-remove::before { + content: "\F0A2C"; +} + +.mdi-briefcase-remove-outline::before { + content: "\F0C41"; +} + +.mdi-briefcase-search::before { + content: "\F0A2D"; +} + +.mdi-briefcase-search-outline::before { + content: "\F0C42"; +} + +.mdi-briefcase-upload::before { + content: "\F00D9"; +} + +.mdi-briefcase-upload-outline::before { + content: "\F0C43"; +} + +.mdi-briefcase-variant::before { + content: "\F1494"; +} + +.mdi-briefcase-variant-off::before { + content: "\F165A"; +} + +.mdi-briefcase-variant-off-outline::before { + content: "\F165B"; +} + +.mdi-briefcase-variant-outline::before { + content: "\F1495"; +} + +.mdi-brightness-1::before { + content: "\F00DA"; +} + +.mdi-brightness-2::before { + content: "\F00DB"; +} + +.mdi-brightness-3::before { + content: "\F00DC"; +} + +.mdi-brightness-4::before { + content: "\F00DD"; +} + +.mdi-brightness-5::before { + content: "\F00DE"; +} + +.mdi-brightness-6::before { + content: "\F00DF"; +} + +.mdi-brightness-7::before { + content: "\F00E0"; +} + +.mdi-brightness-auto::before { + content: "\F00E1"; +} + +.mdi-brightness-percent::before { + content: "\F0CF2"; +} + +.mdi-broom::before { + content: "\F00E2"; +} + +.mdi-brush::before { + content: "\F00E3"; +} + +.mdi-bucket::before { + content: "\F1415"; +} + +.mdi-bucket-outline::before { + content: "\F1416"; +} + +.mdi-buddhism::before { + content: "\F094B"; +} + +.mdi-buffer::before { + content: "\F0619"; +} + +.mdi-buffet::before { + content: "\F0578"; +} + +.mdi-bug::before { + content: "\F00E4"; +} + +.mdi-bug-check::before { + content: "\F0A2E"; +} + +.mdi-bug-check-outline::before { + content: "\F0A2F"; +} + +.mdi-bug-outline::before { + content: "\F0A30"; +} + +.mdi-bugle::before { + content: "\F0DB4"; +} + +.mdi-bulldozer::before { + content: "\F0B22"; +} + +.mdi-bullet::before { + content: "\F0CF3"; +} + +.mdi-bulletin-board::before { + content: "\F00E5"; +} + +.mdi-bullhorn::before { + content: "\F00E6"; +} + +.mdi-bullhorn-outline::before { + content: "\F0B23"; +} + +.mdi-bullseye::before { + content: "\F05DD"; +} + +.mdi-bullseye-arrow::before { + content: "\F08C9"; +} + +.mdi-bulma::before { + content: "\F12E7"; +} + +.mdi-bunk-bed::before { + content: "\F1302"; +} + +.mdi-bunk-bed-outline::before { + content: "\F0097"; +} + +.mdi-bus::before { + content: "\F00E7"; +} + +.mdi-bus-alert::before { + content: "\F0A99"; +} + +.mdi-bus-articulated-end::before { + content: "\F079C"; +} + +.mdi-bus-articulated-front::before { + content: "\F079D"; +} + +.mdi-bus-clock::before { + content: "\F08CA"; +} + +.mdi-bus-double-decker::before { + content: "\F079E"; +} + +.mdi-bus-marker::before { + content: "\F1212"; +} + +.mdi-bus-multiple::before { + content: "\F0F3F"; +} + +.mdi-bus-school::before { + content: "\F079F"; +} + +.mdi-bus-side::before { + content: "\F07A0"; +} + +.mdi-bus-stop::before { + content: "\F1012"; +} + +.mdi-bus-stop-covered::before { + content: "\F1013"; +} + +.mdi-bus-stop-uncovered::before { + content: "\F1014"; +} + +.mdi-butterfly::before { + content: "\F1589"; +} + +.mdi-butterfly-outline::before { + content: "\F158A"; +} + +.mdi-cable-data::before { + content: "\F1394"; +} + +.mdi-cached::before { + content: "\F00E8"; +} + +.mdi-cactus::before { + content: "\F0DB5"; +} + +.mdi-cake::before { + content: "\F00E9"; +} + +.mdi-cake-layered::before { + content: "\F00EA"; +} + +.mdi-cake-variant::before { + content: "\F00EB"; +} + +.mdi-calculator::before { + content: "\F00EC"; +} + +.mdi-calculator-variant::before { + content: "\F0A9A"; +} + +.mdi-calculator-variant-outline::before { + content: "\F15A6"; +} + +.mdi-calendar::before { + content: "\F00ED"; +} + +.mdi-calendar-account::before { + content: "\F0ED7"; +} + +.mdi-calendar-account-outline::before { + content: "\F0ED8"; +} + +.mdi-calendar-alert::before { + content: "\F0A31"; +} + +.mdi-calendar-arrow-left::before { + content: "\F1134"; +} + +.mdi-calendar-arrow-right::before { + content: "\F1135"; +} + +.mdi-calendar-blank::before { + content: "\F00EE"; +} + +.mdi-calendar-blank-multiple::before { + content: "\F1073"; +} + +.mdi-calendar-blank-outline::before { + content: "\F0B66"; +} + +.mdi-calendar-check::before { + content: "\F00EF"; +} + +.mdi-calendar-check-outline::before { + content: "\F0C44"; +} + +.mdi-calendar-clock::before { + content: "\F00F0"; +} + +.mdi-calendar-cursor::before { + content: "\F157B"; +} + +.mdi-calendar-edit::before { + content: "\F08A7"; +} + +.mdi-calendar-end::before { + content: "\F166C"; +} + +.mdi-calendar-export::before { + content: "\F0B24"; +} + +.mdi-calendar-heart::before { + content: "\F09D2"; +} + +.mdi-calendar-import::before { + content: "\F0B25"; +} + +.mdi-calendar-lock::before { + content: "\F1641"; +} + +.mdi-calendar-lock-outline::before { + content: "\F1642"; +} + +.mdi-calendar-minus::before { + content: "\F0D5C"; +} + +.mdi-calendar-month::before { + content: "\F0E17"; +} + +.mdi-calendar-month-outline::before { + content: "\F0E18"; +} + +.mdi-calendar-multiple::before { + content: "\F00F1"; +} + +.mdi-calendar-multiple-check::before { + content: "\F00F2"; +} + +.mdi-calendar-multiselect::before { + content: "\F0A32"; +} + +.mdi-calendar-outline::before { + content: "\F0B67"; +} + +.mdi-calendar-plus::before { + content: "\F00F3"; +} + +.mdi-calendar-question::before { + content: "\F0692"; +} + +.mdi-calendar-range::before { + content: "\F0679"; +} + +.mdi-calendar-range-outline::before { + content: "\F0B68"; +} + +.mdi-calendar-refresh::before { + content: "\F01E1"; +} + +.mdi-calendar-refresh-outline::before { + content: "\F0203"; +} + +.mdi-calendar-remove::before { + content: "\F00F4"; +} + +.mdi-calendar-remove-outline::before { + content: "\F0C45"; +} + +.mdi-calendar-search::before { + content: "\F094C"; +} + +.mdi-calendar-star::before { + content: "\F09D3"; +} + +.mdi-calendar-start::before { + content: "\F166D"; +} + +.mdi-calendar-sync::before { + content: "\F0E8E"; +} + +.mdi-calendar-sync-outline::before { + content: "\F0E8F"; +} + +.mdi-calendar-text::before { + content: "\F00F5"; +} + +.mdi-calendar-text-outline::before { + content: "\F0C46"; +} + +.mdi-calendar-today::before { + content: "\F00F6"; +} + +.mdi-calendar-week::before { + content: "\F0A33"; +} + +.mdi-calendar-week-begin::before { + content: "\F0A34"; +} + +.mdi-calendar-weekend::before { + content: "\F0ED9"; +} + +.mdi-calendar-weekend-outline::before { + content: "\F0EDA"; +} + +.mdi-call-made::before { + content: "\F00F7"; +} + +.mdi-call-merge::before { + content: "\F00F8"; +} + +.mdi-call-missed::before { + content: "\F00F9"; +} + +.mdi-call-received::before { + content: "\F00FA"; +} + +.mdi-call-split::before { + content: "\F00FB"; +} + +.mdi-camcorder::before { + content: "\F00FC"; +} + +.mdi-camcorder-off::before { + content: "\F00FF"; +} + +.mdi-camera::before { + content: "\F0100"; +} + +.mdi-camera-account::before { + content: "\F08CB"; +} + +.mdi-camera-burst::before { + content: "\F0693"; +} + +.mdi-camera-control::before { + content: "\F0B69"; +} + +.mdi-camera-enhance::before { + content: "\F0101"; +} + +.mdi-camera-enhance-outline::before { + content: "\F0B6A"; +} + +.mdi-camera-flip::before { + content: "\F15D9"; +} + +.mdi-camera-flip-outline::before { + content: "\F15DA"; +} + +.mdi-camera-front::before { + content: "\F0102"; +} + +.mdi-camera-front-variant::before { + content: "\F0103"; +} + +.mdi-camera-gopro::before { + content: "\F07A1"; +} + +.mdi-camera-image::before { + content: "\F08CC"; +} + +.mdi-camera-iris::before { + content: "\F0104"; +} + +.mdi-camera-metering-center::before { + content: "\F07A2"; +} + +.mdi-camera-metering-matrix::before { + content: "\F07A3"; +} + +.mdi-camera-metering-partial::before { + content: "\F07A4"; +} + +.mdi-camera-metering-spot::before { + content: "\F07A5"; +} + +.mdi-camera-off::before { + content: "\F05DF"; +} + +.mdi-camera-outline::before { + content: "\F0D5D"; +} + +.mdi-camera-party-mode::before { + content: "\F0105"; +} + +.mdi-camera-plus::before { + content: "\F0EDB"; +} + +.mdi-camera-plus-outline::before { + content: "\F0EDC"; +} + +.mdi-camera-rear::before { + content: "\F0106"; +} + +.mdi-camera-rear-variant::before { + content: "\F0107"; +} + +.mdi-camera-retake::before { + content: "\F0E19"; +} + +.mdi-camera-retake-outline::before { + content: "\F0E1A"; +} + +.mdi-camera-switch::before { + content: "\F0108"; +} + +.mdi-camera-switch-outline::before { + content: "\F084A"; +} + +.mdi-camera-timer::before { + content: "\F0109"; +} + +.mdi-camera-wireless::before { + content: "\F0DB6"; +} + +.mdi-camera-wireless-outline::before { + content: "\F0DB7"; +} + +.mdi-campfire::before { + content: "\F0EDD"; +} + +.mdi-cancel::before { + content: "\F073A"; +} + +.mdi-candle::before { + content: "\F05E2"; +} + +.mdi-candycane::before { + content: "\F010A"; +} + +.mdi-cannabis::before { + content: "\F07A6"; +} + +.mdi-cannabis-off::before { + content: "\F166E"; +} + +.mdi-caps-lock::before { + content: "\F0A9B"; +} + +.mdi-car::before { + content: "\F010B"; +} + +.mdi-car-2-plus::before { + content: "\F1015"; +} + +.mdi-car-3-plus::before { + content: "\F1016"; +} + +.mdi-car-arrow-left::before { + content: "\F13B2"; +} + +.mdi-car-arrow-right::before { + content: "\F13B3"; +} + +.mdi-car-back::before { + content: "\F0E1B"; +} + +.mdi-car-battery::before { + content: "\F010C"; +} + +.mdi-car-brake-abs::before { + content: "\F0C47"; +} + +.mdi-car-brake-alert::before { + content: "\F0C48"; +} + +.mdi-car-brake-hold::before { + content: "\F0D5E"; +} + +.mdi-car-brake-parking::before { + content: "\F0D5F"; +} + +.mdi-car-brake-retarder::before { + content: "\F1017"; +} + +.mdi-car-child-seat::before { + content: "\F0FA3"; +} + +.mdi-car-clutch::before { + content: "\F1018"; +} + +.mdi-car-cog::before { + content: "\F13CC"; +} + +.mdi-car-connected::before { + content: "\F010D"; +} + +.mdi-car-convertible::before { + content: "\F07A7"; +} + +.mdi-car-coolant-level::before { + content: "\F1019"; +} + +.mdi-car-cruise-control::before { + content: "\F0D60"; +} + +.mdi-car-defrost-front::before { + content: "\F0D61"; +} + +.mdi-car-defrost-rear::before { + content: "\F0D62"; +} + +.mdi-car-door::before { + content: "\F0B6B"; +} + +.mdi-car-door-lock::before { + content: "\F109D"; +} + +.mdi-car-electric::before { + content: "\F0B6C"; +} + +.mdi-car-electric-outline::before { + content: "\F15B5"; +} + +.mdi-car-emergency::before { + content: "\F160F"; +} + +.mdi-car-esp::before { + content: "\F0C49"; +} + +.mdi-car-estate::before { + content: "\F07A8"; +} + +.mdi-car-hatchback::before { + content: "\F07A9"; +} + +.mdi-car-info::before { + content: "\F11BE"; +} + +.mdi-car-key::before { + content: "\F0B6D"; +} + +.mdi-car-lifted-pickup::before { + content: "\F152D"; +} + +.mdi-car-light-dimmed::before { + content: "\F0C4A"; +} + +.mdi-car-light-fog::before { + content: "\F0C4B"; +} + +.mdi-car-light-high::before { + content: "\F0C4C"; +} + +.mdi-car-limousine::before { + content: "\F08CD"; +} + +.mdi-car-multiple::before { + content: "\F0B6E"; +} + +.mdi-car-off::before { + content: "\F0E1C"; +} + +.mdi-car-outline::before { + content: "\F14ED"; +} + +.mdi-car-parking-lights::before { + content: "\F0D63"; +} + +.mdi-car-pickup::before { + content: "\F07AA"; +} + +.mdi-car-seat::before { + content: "\F0FA4"; +} + +.mdi-car-seat-cooler::before { + content: "\F0FA5"; +} + +.mdi-car-seat-heater::before { + content: "\F0FA6"; +} + +.mdi-car-settings::before { + content: "\F13CD"; +} + +.mdi-car-shift-pattern::before { + content: "\F0F40"; +} + +.mdi-car-side::before { + content: "\F07AB"; +} + +.mdi-car-sports::before { + content: "\F07AC"; +} + +.mdi-car-tire-alert::before { + content: "\F0C4D"; +} + +.mdi-car-traction-control::before { + content: "\F0D64"; +} + +.mdi-car-turbocharger::before { + content: "\F101A"; +} + +.mdi-car-wash::before { + content: "\F010E"; +} + +.mdi-car-windshield::before { + content: "\F101B"; +} + +.mdi-car-windshield-outline::before { + content: "\F101C"; +} + +.mdi-carabiner::before { + content: "\F14C0"; +} + +.mdi-caravan::before { + content: "\F07AD"; +} + +.mdi-card::before { + content: "\F0B6F"; +} + +.mdi-card-account-details::before { + content: "\F05D2"; +} + +.mdi-card-account-details-outline::before { + content: "\F0DAB"; +} + +.mdi-card-account-details-star::before { + content: "\F02A3"; +} + +.mdi-card-account-details-star-outline::before { + content: "\F06DB"; +} + +.mdi-card-account-mail::before { + content: "\F018E"; +} + +.mdi-card-account-mail-outline::before { + content: "\F0E98"; +} + +.mdi-card-account-phone::before { + content: "\F0E99"; +} + +.mdi-card-account-phone-outline::before { + content: "\F0E9A"; +} + +.mdi-card-bulleted::before { + content: "\F0B70"; +} + +.mdi-card-bulleted-off::before { + content: "\F0B71"; +} + +.mdi-card-bulleted-off-outline::before { + content: "\F0B72"; +} + +.mdi-card-bulleted-outline::before { + content: "\F0B73"; +} + +.mdi-card-bulleted-settings::before { + content: "\F0B74"; +} + +.mdi-card-bulleted-settings-outline::before { + content: "\F0B75"; +} + +.mdi-card-minus::before { + content: "\F1600"; +} + +.mdi-card-minus-outline::before { + content: "\F1601"; +} + +.mdi-card-off::before { + content: "\F1602"; +} + +.mdi-card-off-outline::before { + content: "\F1603"; +} + +.mdi-card-outline::before { + content: "\F0B76"; +} + +.mdi-card-plus::before { + content: "\F11FF"; +} + +.mdi-card-plus-outline::before { + content: "\F1200"; +} + +.mdi-card-remove::before { + content: "\F1604"; +} + +.mdi-card-remove-outline::before { + content: "\F1605"; +} + +.mdi-card-search::before { + content: "\F1074"; +} + +.mdi-card-search-outline::before { + content: "\F1075"; +} + +.mdi-card-text::before { + content: "\F0B77"; +} + +.mdi-card-text-outline::before { + content: "\F0B78"; +} + +.mdi-cards::before { + content: "\F0638"; +} + +.mdi-cards-club::before { + content: "\F08CE"; +} + +.mdi-cards-diamond::before { + content: "\F08CF"; +} + +.mdi-cards-diamond-outline::before { + content: "\F101D"; +} + +.mdi-cards-heart::before { + content: "\F08D0"; +} + +.mdi-cards-outline::before { + content: "\F0639"; +} + +.mdi-cards-playing-outline::before { + content: "\F063A"; +} + +.mdi-cards-spade::before { + content: "\F08D1"; +} + +.mdi-cards-variant::before { + content: "\F06C7"; +} + +.mdi-carrot::before { + content: "\F010F"; +} + +.mdi-cart::before { + content: "\F0110"; +} + +.mdi-cart-arrow-down::before { + content: "\F0D66"; +} + +.mdi-cart-arrow-right::before { + content: "\F0C4E"; +} + +.mdi-cart-arrow-up::before { + content: "\F0D67"; +} + +.mdi-cart-check::before { + content: "\F15EA"; +} + +.mdi-cart-minus::before { + content: "\F0D68"; +} + +.mdi-cart-off::before { + content: "\F066B"; +} + +.mdi-cart-outline::before { + content: "\F0111"; +} + +.mdi-cart-plus::before { + content: "\F0112"; +} + +.mdi-cart-remove::before { + content: "\F0D69"; +} + +.mdi-cart-variant::before { + content: "\F15EB"; +} + +.mdi-case-sensitive-alt::before { + content: "\F0113"; +} + +.mdi-cash::before { + content: "\F0114"; +} + +.mdi-cash-100::before { + content: "\F0115"; +} + +.mdi-cash-check::before { + content: "\F14EE"; +} + +.mdi-cash-lock::before { + content: "\F14EA"; +} + +.mdi-cash-lock-open::before { + content: "\F14EB"; +} + +.mdi-cash-marker::before { + content: "\F0DB8"; +} + +.mdi-cash-minus::before { + content: "\F1260"; +} + +.mdi-cash-multiple::before { + content: "\F0116"; +} + +.mdi-cash-plus::before { + content: "\F1261"; +} + +.mdi-cash-refund::before { + content: "\F0A9C"; +} + +.mdi-cash-register::before { + content: "\F0CF4"; +} + +.mdi-cash-remove::before { + content: "\F1262"; +} + +.mdi-cash-usd::before { + content: "\F1176"; +} + +.mdi-cash-usd-outline::before { + content: "\F0117"; +} + +.mdi-cassette::before { + content: "\F09D4"; +} + +.mdi-cast::before { + content: "\F0118"; +} + +.mdi-cast-audio::before { + content: "\F101E"; +} + +.mdi-cast-connected::before { + content: "\F0119"; +} + +.mdi-cast-education::before { + content: "\F0E1D"; +} + +.mdi-cast-off::before { + content: "\F078A"; +} + +.mdi-castle::before { + content: "\F011A"; +} + +.mdi-cat::before { + content: "\F011B"; +} + +.mdi-cctv::before { + content: "\F07AE"; +} + +.mdi-ceiling-light::before { + content: "\F0769"; +} + +.mdi-cellphone::before { + content: "\F011C"; +} + +.mdi-cellphone-android::before { + content: "\F011D"; +} + +.mdi-cellphone-arrow-down::before { + content: "\F09D5"; +} + +.mdi-cellphone-basic::before { + content: "\F011E"; +} + +.mdi-cellphone-charging::before { + content: "\F1397"; +} + +.mdi-cellphone-cog::before { + content: "\F0951"; +} + +.mdi-cellphone-dock::before { + content: "\F011F"; +} + +.mdi-cellphone-erase::before { + content: "\F094D"; +} + +.mdi-cellphone-information::before { + content: "\F0F41"; +} + +.mdi-cellphone-iphone::before { + content: "\F0120"; +} + +.mdi-cellphone-key::before { + content: "\F094E"; +} + +.mdi-cellphone-link::before { + content: "\F0121"; +} + +.mdi-cellphone-link-off::before { + content: "\F0122"; +} + +.mdi-cellphone-lock::before { + content: "\F094F"; +} + +.mdi-cellphone-message::before { + content: "\F08D3"; +} + +.mdi-cellphone-message-off::before { + content: "\F10D2"; +} + +.mdi-cellphone-nfc::before { + content: "\F0E90"; +} + +.mdi-cellphone-nfc-off::before { + content: "\F12D8"; +} + +.mdi-cellphone-off::before { + content: "\F0950"; +} + +.mdi-cellphone-play::before { + content: "\F101F"; +} + +.mdi-cellphone-screenshot::before { + content: "\F0A35"; +} + +.mdi-cellphone-settings::before { + content: "\F0123"; +} + +.mdi-cellphone-sound::before { + content: "\F0952"; +} + +.mdi-cellphone-text::before { + content: "\F08D2"; +} + +.mdi-cellphone-wireless::before { + content: "\F0815"; +} + +.mdi-celtic-cross::before { + content: "\F0CF5"; +} + +.mdi-centos::before { + content: "\F111A"; +} + +.mdi-certificate::before { + content: "\F0124"; +} + +.mdi-certificate-outline::before { + content: "\F1188"; +} + +.mdi-chair-rolling::before { + content: "\F0F48"; +} + +.mdi-chair-school::before { + content: "\F0125"; +} + +.mdi-charity::before { + content: "\F0C4F"; +} + +.mdi-chart-arc::before { + content: "\F0126"; +} + +.mdi-chart-areaspline::before { + content: "\F0127"; +} + +.mdi-chart-areaspline-variant::before { + content: "\F0E91"; +} + +.mdi-chart-bar::before { + content: "\F0128"; +} + +.mdi-chart-bar-stacked::before { + content: "\F076A"; +} + +.mdi-chart-bell-curve::before { + content: "\F0C50"; +} + +.mdi-chart-bell-curve-cumulative::before { + content: "\F0FA7"; +} + +.mdi-chart-box::before { + content: "\F154D"; +} + +.mdi-chart-box-outline::before { + content: "\F154E"; +} + +.mdi-chart-box-plus-outline::before { + content: "\F154F"; +} + +.mdi-chart-bubble::before { + content: "\F05E3"; +} + +.mdi-chart-donut::before { + content: "\F07AF"; +} + +.mdi-chart-donut-variant::before { + content: "\F07B0"; +} + +.mdi-chart-gantt::before { + content: "\F066C"; +} + +.mdi-chart-histogram::before { + content: "\F0129"; +} + +.mdi-chart-line::before { + content: "\F012A"; +} + +.mdi-chart-line-stacked::before { + content: "\F076B"; +} + +.mdi-chart-line-variant::before { + content: "\F07B1"; +} + +.mdi-chart-multiline::before { + content: "\F08D4"; +} + +.mdi-chart-multiple::before { + content: "\F1213"; +} + +.mdi-chart-pie::before { + content: "\F012B"; +} + +.mdi-chart-ppf::before { + content: "\F1380"; +} + +.mdi-chart-sankey::before { + content: "\F11DF"; +} + +.mdi-chart-sankey-variant::before { + content: "\F11E0"; +} + +.mdi-chart-scatter-plot::before { + content: "\F0E92"; +} + +.mdi-chart-scatter-plot-hexbin::before { + content: "\F066D"; +} + +.mdi-chart-timeline::before { + content: "\F066E"; +} + +.mdi-chart-timeline-variant::before { + content: "\F0E93"; +} + +.mdi-chart-timeline-variant-shimmer::before { + content: "\F15B6"; +} + +.mdi-chart-tree::before { + content: "\F0E94"; +} + +.mdi-chat::before { + content: "\F0B79"; +} + +.mdi-chat-alert::before { + content: "\F0B7A"; +} + +.mdi-chat-alert-outline::before { + content: "\F12C9"; +} + +.mdi-chat-minus::before { + content: "\F1410"; +} + +.mdi-chat-minus-outline::before { + content: "\F1413"; +} + +.mdi-chat-outline::before { + content: "\F0EDE"; +} + +.mdi-chat-plus::before { + content: "\F140F"; +} + +.mdi-chat-plus-outline::before { + content: "\F1412"; +} + +.mdi-chat-processing::before { + content: "\F0B7B"; +} + +.mdi-chat-processing-outline::before { + content: "\F12CA"; +} + +.mdi-chat-remove::before { + content: "\F1411"; +} + +.mdi-chat-remove-outline::before { + content: "\F1414"; +} + +.mdi-chat-sleep::before { + content: "\F12D1"; +} + +.mdi-chat-sleep-outline::before { + content: "\F12D2"; +} + +.mdi-check::before { + content: "\F012C"; +} + +.mdi-check-all::before { + content: "\F012D"; +} + +.mdi-check-bold::before { + content: "\F0E1E"; +} + +.mdi-check-box-multiple-outline::before { + content: "\F0C51"; +} + +.mdi-check-box-outline::before { + content: "\F0C52"; +} + +.mdi-check-circle::before { + content: "\F05E0"; +} + +.mdi-check-circle-outline::before { + content: "\F05E1"; +} + +.mdi-check-decagram::before { + content: "\F0791"; +} + +.mdi-check-network::before { + content: "\F0C53"; +} + +.mdi-check-network-outline::before { + content: "\F0C54"; +} + +.mdi-check-outline::before { + content: "\F0855"; +} + +.mdi-check-underline::before { + content: "\F0E1F"; +} + +.mdi-check-underline-circle::before { + content: "\F0E20"; +} + +.mdi-check-underline-circle-outline::before { + content: "\F0E21"; +} + +.mdi-checkbook::before { + content: "\F0A9D"; +} + +.mdi-checkbox-blank::before { + content: "\F012E"; +} + +.mdi-checkbox-blank-circle::before { + content: "\F012F"; +} + +.mdi-checkbox-blank-circle-outline::before { + content: "\F0130"; +} + +.mdi-checkbox-blank-off::before { + content: "\F12EC"; +} + +.mdi-checkbox-blank-off-outline::before { + content: "\F12ED"; +} + +.mdi-checkbox-blank-outline::before { + content: "\F0131"; +} + +.mdi-checkbox-intermediate::before { + content: "\F0856"; +} + +.mdi-checkbox-marked::before { + content: "\F0132"; +} + +.mdi-checkbox-marked-circle::before { + content: "\F0133"; +} + +.mdi-checkbox-marked-circle-outline::before { + content: "\F0134"; +} + +.mdi-checkbox-marked-outline::before { + content: "\F0135"; +} + +.mdi-checkbox-multiple-blank::before { + content: "\F0136"; +} + +.mdi-checkbox-multiple-blank-circle::before { + content: "\F063B"; +} + +.mdi-checkbox-multiple-blank-circle-outline::before { + content: "\F063C"; +} + +.mdi-checkbox-multiple-blank-outline::before { + content: "\F0137"; +} + +.mdi-checkbox-multiple-marked::before { + content: "\F0138"; +} + +.mdi-checkbox-multiple-marked-circle::before { + content: "\F063D"; +} + +.mdi-checkbox-multiple-marked-circle-outline::before { + content: "\F063E"; +} + +.mdi-checkbox-multiple-marked-outline::before { + content: "\F0139"; +} + +.mdi-checkerboard::before { + content: "\F013A"; +} + +.mdi-checkerboard-minus::before { + content: "\F1202"; +} + +.mdi-checkerboard-plus::before { + content: "\F1201"; +} + +.mdi-checkerboard-remove::before { + content: "\F1203"; +} + +.mdi-cheese::before { + content: "\F12B9"; +} + +.mdi-cheese-off::before { + content: "\F13EE"; +} + +.mdi-chef-hat::before { + content: "\F0B7C"; +} + +.mdi-chemical-weapon::before { + content: "\F013B"; +} + +.mdi-chess-bishop::before { + content: "\F085C"; +} + +.mdi-chess-king::before { + content: "\F0857"; +} + +.mdi-chess-knight::before { + content: "\F0858"; +} + +.mdi-chess-pawn::before { + content: "\F0859"; +} + +.mdi-chess-queen::before { + content: "\F085A"; +} + +.mdi-chess-rook::before { + content: "\F085B"; +} + +.mdi-chevron-double-down::before { + content: "\F013C"; +} + +.mdi-chevron-double-left::before { + content: "\F013D"; +} + +.mdi-chevron-double-right::before { + content: "\F013E"; +} + +.mdi-chevron-double-up::before { + content: "\F013F"; +} + +.mdi-chevron-down::before { + content: "\F0140"; +} + +.mdi-chevron-down-box::before { + content: "\F09D6"; +} + +.mdi-chevron-down-box-outline::before { + content: "\F09D7"; +} + +.mdi-chevron-down-circle::before { + content: "\F0B26"; +} + +.mdi-chevron-down-circle-outline::before { + content: "\F0B27"; +} + +.mdi-chevron-left::before { + content: "\F0141"; +} + +.mdi-chevron-left-box::before { + content: "\F09D8"; +} + +.mdi-chevron-left-box-outline::before { + content: "\F09D9"; +} + +.mdi-chevron-left-circle::before { + content: "\F0B28"; +} + +.mdi-chevron-left-circle-outline::before { + content: "\F0B29"; +} + +.mdi-chevron-right::before { + content: "\F0142"; +} + +.mdi-chevron-right-box::before { + content: "\F09DA"; +} + +.mdi-chevron-right-box-outline::before { + content: "\F09DB"; +} + +.mdi-chevron-right-circle::before { + content: "\F0B2A"; +} + +.mdi-chevron-right-circle-outline::before { + content: "\F0B2B"; +} + +.mdi-chevron-triple-down::before { + content: "\F0DB9"; +} + +.mdi-chevron-triple-left::before { + content: "\F0DBA"; +} + +.mdi-chevron-triple-right::before { + content: "\F0DBB"; +} + +.mdi-chevron-triple-up::before { + content: "\F0DBC"; +} + +.mdi-chevron-up::before { + content: "\F0143"; +} + +.mdi-chevron-up-box::before { + content: "\F09DC"; +} + +.mdi-chevron-up-box-outline::before { + content: "\F09DD"; +} + +.mdi-chevron-up-circle::before { + content: "\F0B2C"; +} + +.mdi-chevron-up-circle-outline::before { + content: "\F0B2D"; +} + +.mdi-chili-hot::before { + content: "\F07B2"; +} + +.mdi-chili-medium::before { + content: "\F07B3"; +} + +.mdi-chili-mild::before { + content: "\F07B4"; +} + +.mdi-chili-off::before { + content: "\F1467"; +} + +.mdi-chip::before { + content: "\F061A"; +} + +.mdi-christianity::before { + content: "\F0953"; +} + +.mdi-christianity-outline::before { + content: "\F0CF6"; +} + +.mdi-church::before { + content: "\F0144"; +} + +.mdi-cigar::before { + content: "\F1189"; +} + +.mdi-cigar-off::before { + content: "\F141B"; +} + +.mdi-circle::before { + content: "\F0765"; +} + +.mdi-circle-box::before { + content: "\F15DC"; +} + +.mdi-circle-box-outline::before { + content: "\F15DD"; +} + +.mdi-circle-double::before { + content: "\F0E95"; +} + +.mdi-circle-edit-outline::before { + content: "\F08D5"; +} + +.mdi-circle-expand::before { + content: "\F0E96"; +} + +.mdi-circle-half::before { + content: "\F1395"; +} + +.mdi-circle-half-full::before { + content: "\F1396"; +} + +.mdi-circle-medium::before { + content: "\F09DE"; +} + +.mdi-circle-multiple::before { + content: "\F0B38"; +} + +.mdi-circle-multiple-outline::before { + content: "\F0695"; +} + +.mdi-circle-off-outline::before { + content: "\F10D3"; +} + +.mdi-circle-outline::before { + content: "\F0766"; +} + +.mdi-circle-slice-1::before { + content: "\F0A9E"; +} + +.mdi-circle-slice-2::before { + content: "\F0A9F"; +} + +.mdi-circle-slice-3::before { + content: "\F0AA0"; +} + +.mdi-circle-slice-4::before { + content: "\F0AA1"; +} + +.mdi-circle-slice-5::before { + content: "\F0AA2"; +} + +.mdi-circle-slice-6::before { + content: "\F0AA3"; +} + +.mdi-circle-slice-7::before { + content: "\F0AA4"; +} + +.mdi-circle-slice-8::before { + content: "\F0AA5"; +} + +.mdi-circle-small::before { + content: "\F09DF"; +} + +.mdi-circular-saw::before { + content: "\F0E22"; +} + +.mdi-city::before { + content: "\F0146"; +} + +.mdi-city-variant::before { + content: "\F0A36"; +} + +.mdi-city-variant-outline::before { + content: "\F0A37"; +} + +.mdi-clipboard::before { + content: "\F0147"; +} + +.mdi-clipboard-account::before { + content: "\F0148"; +} + +.mdi-clipboard-account-outline::before { + content: "\F0C55"; +} + +.mdi-clipboard-alert::before { + content: "\F0149"; +} + +.mdi-clipboard-alert-outline::before { + content: "\F0CF7"; +} + +.mdi-clipboard-arrow-down::before { + content: "\F014A"; +} + +.mdi-clipboard-arrow-down-outline::before { + content: "\F0C56"; +} + +.mdi-clipboard-arrow-left::before { + content: "\F014B"; +} + +.mdi-clipboard-arrow-left-outline::before { + content: "\F0CF8"; +} + +.mdi-clipboard-arrow-right::before { + content: "\F0CF9"; +} + +.mdi-clipboard-arrow-right-outline::before { + content: "\F0CFA"; +} + +.mdi-clipboard-arrow-up::before { + content: "\F0C57"; +} + +.mdi-clipboard-arrow-up-outline::before { + content: "\F0C58"; +} + +.mdi-clipboard-check::before { + content: "\F014E"; +} + +.mdi-clipboard-check-multiple::before { + content: "\F1263"; +} + +.mdi-clipboard-check-multiple-outline::before { + content: "\F1264"; +} + +.mdi-clipboard-check-outline::before { + content: "\F08A8"; +} + +.mdi-clipboard-edit::before { + content: "\F14E5"; +} + +.mdi-clipboard-edit-outline::before { + content: "\F14E6"; +} + +.mdi-clipboard-file::before { + content: "\F1265"; +} + +.mdi-clipboard-file-outline::before { + content: "\F1266"; +} + +.mdi-clipboard-flow::before { + content: "\F06C8"; +} + +.mdi-clipboard-flow-outline::before { + content: "\F1117"; +} + +.mdi-clipboard-list::before { + content: "\F10D4"; +} + +.mdi-clipboard-list-outline::before { + content: "\F10D5"; +} + +.mdi-clipboard-minus::before { + content: "\F1618"; +} + +.mdi-clipboard-minus-outline::before { + content: "\F1619"; +} + +.mdi-clipboard-multiple::before { + content: "\F1267"; +} + +.mdi-clipboard-multiple-outline::before { + content: "\F1268"; +} + +.mdi-clipboard-off::before { + content: "\F161A"; +} + +.mdi-clipboard-off-outline::before { + content: "\F161B"; +} + +.mdi-clipboard-outline::before { + content: "\F014C"; +} + +.mdi-clipboard-play::before { + content: "\F0C59"; +} + +.mdi-clipboard-play-multiple::before { + content: "\F1269"; +} + +.mdi-clipboard-play-multiple-outline::before { + content: "\F126A"; +} + +.mdi-clipboard-play-outline::before { + content: "\F0C5A"; +} + +.mdi-clipboard-plus::before { + content: "\F0751"; +} + +.mdi-clipboard-plus-outline::before { + content: "\F131F"; +} + +.mdi-clipboard-pulse::before { + content: "\F085D"; +} + +.mdi-clipboard-pulse-outline::before { + content: "\F085E"; +} + +.mdi-clipboard-remove::before { + content: "\F161C"; +} + +.mdi-clipboard-remove-outline::before { + content: "\F161D"; +} + +.mdi-clipboard-search::before { + content: "\F161E"; +} + +.mdi-clipboard-search-outline::before { + content: "\F161F"; +} + +.mdi-clipboard-text::before { + content: "\F014D"; +} + +.mdi-clipboard-text-multiple::before { + content: "\F126B"; +} + +.mdi-clipboard-text-multiple-outline::before { + content: "\F126C"; +} + +.mdi-clipboard-text-off::before { + content: "\F1620"; +} + +.mdi-clipboard-text-off-outline::before { + content: "\F1621"; +} + +.mdi-clipboard-text-outline::before { + content: "\F0A38"; +} + +.mdi-clipboard-text-play::before { + content: "\F0C5B"; +} + +.mdi-clipboard-text-play-outline::before { + content: "\F0C5C"; +} + +.mdi-clipboard-text-search::before { + content: "\F1622"; +} + +.mdi-clipboard-text-search-outline::before { + content: "\F1623"; +} + +.mdi-clippy::before { + content: "\F014F"; +} + +.mdi-clock::before { + content: "\F0954"; +} + +.mdi-clock-alert::before { + content: "\F0955"; +} + +.mdi-clock-alert-outline::before { + content: "\F05CE"; +} + +.mdi-clock-check::before { + content: "\F0FA8"; +} + +.mdi-clock-check-outline::before { + content: "\F0FA9"; +} + +.mdi-clock-digital::before { + content: "\F0E97"; +} + +.mdi-clock-end::before { + content: "\F0151"; +} + +.mdi-clock-fast::before { + content: "\F0152"; +} + +.mdi-clock-in::before { + content: "\F0153"; +} + +.mdi-clock-out::before { + content: "\F0154"; +} + +.mdi-clock-outline::before { + content: "\F0150"; +} + +.mdi-clock-start::before { + content: "\F0155"; +} + +.mdi-clock-time-eight::before { + content: "\F1446"; +} + +.mdi-clock-time-eight-outline::before { + content: "\F1452"; +} + +.mdi-clock-time-eleven::before { + content: "\F1449"; +} + +.mdi-clock-time-eleven-outline::before { + content: "\F1455"; +} + +.mdi-clock-time-five::before { + content: "\F1443"; +} + +.mdi-clock-time-five-outline::before { + content: "\F144F"; +} + +.mdi-clock-time-four::before { + content: "\F1442"; +} + +.mdi-clock-time-four-outline::before { + content: "\F144E"; +} + +.mdi-clock-time-nine::before { + content: "\F1447"; +} + +.mdi-clock-time-nine-outline::before { + content: "\F1453"; +} + +.mdi-clock-time-one::before { + content: "\F143F"; +} + +.mdi-clock-time-one-outline::before { + content: "\F144B"; +} + +.mdi-clock-time-seven::before { + content: "\F1445"; +} + +.mdi-clock-time-seven-outline::before { + content: "\F1451"; +} + +.mdi-clock-time-six::before { + content: "\F1444"; +} + +.mdi-clock-time-six-outline::before { + content: "\F1450"; +} + +.mdi-clock-time-ten::before { + content: "\F1448"; +} + +.mdi-clock-time-ten-outline::before { + content: "\F1454"; +} + +.mdi-clock-time-three::before { + content: "\F1441"; +} + +.mdi-clock-time-three-outline::before { + content: "\F144D"; +} + +.mdi-clock-time-twelve::before { + content: "\F144A"; +} + +.mdi-clock-time-twelve-outline::before { + content: "\F1456"; +} + +.mdi-clock-time-two::before { + content: "\F1440"; +} + +.mdi-clock-time-two-outline::before { + content: "\F144C"; +} + +.mdi-close::before { + content: "\F0156"; +} + +.mdi-close-box::before { + content: "\F0157"; +} + +.mdi-close-box-multiple::before { + content: "\F0C5D"; +} + +.mdi-close-box-multiple-outline::before { + content: "\F0C5E"; +} + +.mdi-close-box-outline::before { + content: "\F0158"; +} + +.mdi-close-circle::before { + content: "\F0159"; +} + +.mdi-close-circle-multiple::before { + content: "\F062A"; +} + +.mdi-close-circle-multiple-outline::before { + content: "\F0883"; +} + +.mdi-close-circle-outline::before { + content: "\F015A"; +} + +.mdi-close-network::before { + content: "\F015B"; +} + +.mdi-close-network-outline::before { + content: "\F0C5F"; +} + +.mdi-close-octagon::before { + content: "\F015C"; +} + +.mdi-close-octagon-outline::before { + content: "\F015D"; +} + +.mdi-close-outline::before { + content: "\F06C9"; +} + +.mdi-close-thick::before { + content: "\F1398"; +} + +.mdi-closed-caption::before { + content: "\F015E"; +} + +.mdi-closed-caption-outline::before { + content: "\F0DBD"; +} + +.mdi-cloud::before { + content: "\F015F"; +} + +.mdi-cloud-alert::before { + content: "\F09E0"; +} + +.mdi-cloud-braces::before { + content: "\F07B5"; +} + +.mdi-cloud-check::before { + content: "\F0160"; +} + +.mdi-cloud-check-outline::before { + content: "\F12CC"; +} + +.mdi-cloud-circle::before { + content: "\F0161"; +} + +.mdi-cloud-download::before { + content: "\F0162"; +} + +.mdi-cloud-download-outline::before { + content: "\F0B7D"; +} + +.mdi-cloud-lock::before { + content: "\F11F1"; +} + +.mdi-cloud-lock-outline::before { + content: "\F11F2"; +} + +.mdi-cloud-off-outline::before { + content: "\F0164"; +} + +.mdi-cloud-outline::before { + content: "\F0163"; +} + +.mdi-cloud-print::before { + content: "\F0165"; +} + +.mdi-cloud-print-outline::before { + content: "\F0166"; +} + +.mdi-cloud-question::before { + content: "\F0A39"; +} + +.mdi-cloud-refresh::before { + content: "\F052A"; +} + +.mdi-cloud-search::before { + content: "\F0956"; +} + +.mdi-cloud-search-outline::before { + content: "\F0957"; +} + +.mdi-cloud-sync::before { + content: "\F063F"; +} + +.mdi-cloud-sync-outline::before { + content: "\F12D6"; +} + +.mdi-cloud-tags::before { + content: "\F07B6"; +} + +.mdi-cloud-upload::before { + content: "\F0167"; +} + +.mdi-cloud-upload-outline::before { + content: "\F0B7E"; +} + +.mdi-clover::before { + content: "\F0816"; +} + +.mdi-coach-lamp::before { + content: "\F1020"; +} + +.mdi-coat-rack::before { + content: "\F109E"; +} + +.mdi-code-array::before { + content: "\F0168"; +} + +.mdi-code-braces::before { + content: "\F0169"; +} + +.mdi-code-braces-box::before { + content: "\F10D6"; +} + +.mdi-code-brackets::before { + content: "\F016A"; +} + +.mdi-code-equal::before { + content: "\F016B"; +} + +.mdi-code-greater-than::before { + content: "\F016C"; +} + +.mdi-code-greater-than-or-equal::before { + content: "\F016D"; +} + +.mdi-code-json::before { + content: "\F0626"; +} + +.mdi-code-less-than::before { + content: "\F016E"; +} + +.mdi-code-less-than-or-equal::before { + content: "\F016F"; +} + +.mdi-code-not-equal::before { + content: "\F0170"; +} + +.mdi-code-not-equal-variant::before { + content: "\F0171"; +} + +.mdi-code-parentheses::before { + content: "\F0172"; +} + +.mdi-code-parentheses-box::before { + content: "\F10D7"; +} + +.mdi-code-string::before { + content: "\F0173"; +} + +.mdi-code-tags::before { + content: "\F0174"; +} + +.mdi-code-tags-check::before { + content: "\F0694"; +} + +.mdi-codepen::before { + content: "\F0175"; +} + +.mdi-coffee::before { + content: "\F0176"; +} + +.mdi-coffee-maker::before { + content: "\F109F"; +} + +.mdi-coffee-off::before { + content: "\F0FAA"; +} + +.mdi-coffee-off-outline::before { + content: "\F0FAB"; +} + +.mdi-coffee-outline::before { + content: "\F06CA"; +} + +.mdi-coffee-to-go::before { + content: "\F0177"; +} + +.mdi-coffee-to-go-outline::before { + content: "\F130E"; +} + +.mdi-coffin::before { + content: "\F0B7F"; +} + +.mdi-cog::before { + content: "\F0493"; +} + +.mdi-cog-box::before { + content: "\F0494"; +} + +.mdi-cog-clockwise::before { + content: "\F11DD"; +} + +.mdi-cog-counterclockwise::before { + content: "\F11DE"; +} + +.mdi-cog-off::before { + content: "\F13CE"; +} + +.mdi-cog-off-outline::before { + content: "\F13CF"; +} + +.mdi-cog-outline::before { + content: "\F08BB"; +} + +.mdi-cog-refresh::before { + content: "\F145E"; +} + +.mdi-cog-refresh-outline::before { + content: "\F145F"; +} + +.mdi-cog-sync::before { + content: "\F1460"; +} + +.mdi-cog-sync-outline::before { + content: "\F1461"; +} + +.mdi-cog-transfer::before { + content: "\F105B"; +} + +.mdi-cog-transfer-outline::before { + content: "\F105C"; +} + +.mdi-cogs::before { + content: "\F08D6"; +} + +.mdi-collage::before { + content: "\F0640"; +} + +.mdi-collapse-all::before { + content: "\F0AA6"; +} + +.mdi-collapse-all-outline::before { + content: "\F0AA7"; +} + +.mdi-color-helper::before { + content: "\F0179"; +} + +.mdi-comma::before { + content: "\F0E23"; +} + +.mdi-comma-box::before { + content: "\F0E2B"; +} + +.mdi-comma-box-outline::before { + content: "\F0E24"; +} + +.mdi-comma-circle::before { + content: "\F0E25"; +} + +.mdi-comma-circle-outline::before { + content: "\F0E26"; +} + +.mdi-comment::before { + content: "\F017A"; +} + +.mdi-comment-account::before { + content: "\F017B"; +} + +.mdi-comment-account-outline::before { + content: "\F017C"; +} + +.mdi-comment-alert::before { + content: "\F017D"; +} + +.mdi-comment-alert-outline::before { + content: "\F017E"; +} + +.mdi-comment-arrow-left::before { + content: "\F09E1"; +} + +.mdi-comment-arrow-left-outline::before { + content: "\F09E2"; +} + +.mdi-comment-arrow-right::before { + content: "\F09E3"; +} + +.mdi-comment-arrow-right-outline::before { + content: "\F09E4"; +} + +.mdi-comment-bookmark::before { + content: "\F15AE"; +} + +.mdi-comment-bookmark-outline::before { + content: "\F15AF"; +} + +.mdi-comment-check::before { + content: "\F017F"; +} + +.mdi-comment-check-outline::before { + content: "\F0180"; +} + +.mdi-comment-edit::before { + content: "\F11BF"; +} + +.mdi-comment-edit-outline::before { + content: "\F12C4"; +} + +.mdi-comment-eye::before { + content: "\F0A3A"; +} + +.mdi-comment-eye-outline::before { + content: "\F0A3B"; +} + +.mdi-comment-flash::before { + content: "\F15B0"; +} + +.mdi-comment-flash-outline::before { + content: "\F15B1"; +} + +.mdi-comment-minus::before { + content: "\F15DF"; +} + +.mdi-comment-minus-outline::before { + content: "\F15E0"; +} + +.mdi-comment-multiple::before { + content: "\F085F"; +} + +.mdi-comment-multiple-outline::before { + content: "\F0181"; +} + +.mdi-comment-off::before { + content: "\F15E1"; +} + +.mdi-comment-off-outline::before { + content: "\F15E2"; +} + +.mdi-comment-outline::before { + content: "\F0182"; +} + +.mdi-comment-plus::before { + content: "\F09E5"; +} + +.mdi-comment-plus-outline::before { + content: "\F0183"; +} + +.mdi-comment-processing::before { + content: "\F0184"; +} + +.mdi-comment-processing-outline::before { + content: "\F0185"; +} + +.mdi-comment-question::before { + content: "\F0817"; +} + +.mdi-comment-question-outline::before { + content: "\F0186"; +} + +.mdi-comment-quote::before { + content: "\F1021"; +} + +.mdi-comment-quote-outline::before { + content: "\F1022"; +} + +.mdi-comment-remove::before { + content: "\F05DE"; +} + +.mdi-comment-remove-outline::before { + content: "\F0187"; +} + +.mdi-comment-search::before { + content: "\F0A3C"; +} + +.mdi-comment-search-outline::before { + content: "\F0A3D"; +} + +.mdi-comment-text::before { + content: "\F0188"; +} + +.mdi-comment-text-multiple::before { + content: "\F0860"; +} + +.mdi-comment-text-multiple-outline::before { + content: "\F0861"; +} + +.mdi-comment-text-outline::before { + content: "\F0189"; +} + +.mdi-compare::before { + content: "\F018A"; +} + +.mdi-compare-horizontal::before { + content: "\F1492"; +} + +.mdi-compare-vertical::before { + content: "\F1493"; +} + +.mdi-compass::before { + content: "\F018B"; +} + +.mdi-compass-off::before { + content: "\F0B80"; +} + +.mdi-compass-off-outline::before { + content: "\F0B81"; +} + +.mdi-compass-outline::before { + content: "\F018C"; +} + +.mdi-compass-rose::before { + content: "\F1382"; +} + +.mdi-concourse-ci::before { + content: "\F10A0"; +} + +.mdi-connection::before { + content: "\F1616"; +} + +.mdi-console::before { + content: "\F018D"; +} + +.mdi-console-line::before { + content: "\F07B7"; +} + +.mdi-console-network::before { + content: "\F08A9"; +} + +.mdi-console-network-outline::before { + content: "\F0C60"; +} + +.mdi-consolidate::before { + content: "\F10D8"; +} + +.mdi-contactless-payment::before { + content: "\F0D6A"; +} + +.mdi-contactless-payment-circle::before { + content: "\F0321"; +} + +.mdi-contactless-payment-circle-outline::before { + content: "\F0408"; +} + +.mdi-contacts::before { + content: "\F06CB"; +} + +.mdi-contacts-outline::before { + content: "\F05B8"; +} + +.mdi-contain::before { + content: "\F0A3E"; +} + +.mdi-contain-end::before { + content: "\F0A3F"; +} + +.mdi-contain-start::before { + content: "\F0A40"; +} + +.mdi-content-copy::before { + content: "\F018F"; +} + +.mdi-content-cut::before { + content: "\F0190"; +} + +.mdi-content-duplicate::before { + content: "\F0191"; +} + +.mdi-content-paste::before { + content: "\F0192"; +} + +.mdi-content-save::before { + content: "\F0193"; +} + +.mdi-content-save-alert::before { + content: "\F0F42"; +} + +.mdi-content-save-alert-outline::before { + content: "\F0F43"; +} + +.mdi-content-save-all::before { + content: "\F0194"; +} + +.mdi-content-save-all-outline::before { + content: "\F0F44"; +} + +.mdi-content-save-cog::before { + content: "\F145B"; +} + +.mdi-content-save-cog-outline::before { + content: "\F145C"; +} + +.mdi-content-save-edit::before { + content: "\F0CFB"; +} + +.mdi-content-save-edit-outline::before { + content: "\F0CFC"; +} + +.mdi-content-save-move::before { + content: "\F0E27"; +} + +.mdi-content-save-move-outline::before { + content: "\F0E28"; +} + +.mdi-content-save-off::before { + content: "\F1643"; +} + +.mdi-content-save-off-outline::before { + content: "\F1644"; +} + +.mdi-content-save-outline::before { + content: "\F0818"; +} + +.mdi-content-save-settings::before { + content: "\F061B"; +} + +.mdi-content-save-settings-outline::before { + content: "\F0B2E"; +} + +.mdi-contrast::before { + content: "\F0195"; +} + +.mdi-contrast-box::before { + content: "\F0196"; +} + +.mdi-contrast-circle::before { + content: "\F0197"; +} + +.mdi-controller-classic::before { + content: "\F0B82"; +} + +.mdi-controller-classic-outline::before { + content: "\F0B83"; +} + +.mdi-cookie::before { + content: "\F0198"; +} + +.mdi-cookie-alert::before { + content: "\F16D0"; +} + +.mdi-cookie-alert-outline::before { + content: "\F16D1"; +} + +.mdi-cookie-check::before { + content: "\F16D2"; +} + +.mdi-cookie-check-outline::before { + content: "\F16D3"; +} + +.mdi-cookie-cog::before { + content: "\F16D4"; +} + +.mdi-cookie-cog-outline::before { + content: "\F16D5"; +} + +.mdi-cookie-minus::before { + content: "\F16DA"; +} + +.mdi-cookie-minus-outline::before { + content: "\F16DB"; +} + +.mdi-cookie-outline::before { + content: "\F16DE"; +} + +.mdi-cookie-plus::before { + content: "\F16D6"; +} + +.mdi-cookie-plus-outline::before { + content: "\F16D7"; +} + +.mdi-cookie-remove::before { + content: "\F16D8"; +} + +.mdi-cookie-remove-outline::before { + content: "\F16D9"; +} + +.mdi-cookie-settings::before { + content: "\F16DC"; +} + +.mdi-cookie-settings-outline::before { + content: "\F16DD"; +} + +.mdi-coolant-temperature::before { + content: "\F03C8"; +} + +.mdi-copyright::before { + content: "\F05E6"; +} + +.mdi-cordova::before { + content: "\F0958"; +} + +.mdi-corn::before { + content: "\F07B8"; +} + +.mdi-corn-off::before { + content: "\F13EF"; +} + +.mdi-cosine-wave::before { + content: "\F1479"; +} + +.mdi-counter::before { + content: "\F0199"; +} + +.mdi-cow::before { + content: "\F019A"; +} + +.mdi-cpu-32-bit::before { + content: "\F0EDF"; +} + +.mdi-cpu-64-bit::before { + content: "\F0EE0"; +} + +.mdi-crane::before { + content: "\F0862"; +} + +.mdi-creation::before { + content: "\F0674"; +} + +.mdi-creative-commons::before { + content: "\F0D6B"; +} + +.mdi-credit-card::before { + content: "\F0FEF"; +} + +.mdi-credit-card-check::before { + content: "\F13D0"; +} + +.mdi-credit-card-check-outline::before { + content: "\F13D1"; +} + +.mdi-credit-card-clock::before { + content: "\F0EE1"; +} + +.mdi-credit-card-clock-outline::before { + content: "\F0EE2"; +} + +.mdi-credit-card-marker::before { + content: "\F06A8"; +} + +.mdi-credit-card-marker-outline::before { + content: "\F0DBE"; +} + +.mdi-credit-card-minus::before { + content: "\F0FAC"; +} + +.mdi-credit-card-minus-outline::before { + content: "\F0FAD"; +} + +.mdi-credit-card-multiple::before { + content: "\F0FF0"; +} + +.mdi-credit-card-multiple-outline::before { + content: "\F019C"; +} + +.mdi-credit-card-off::before { + content: "\F0FF1"; +} + +.mdi-credit-card-off-outline::before { + content: "\F05E4"; +} + +.mdi-credit-card-outline::before { + content: "\F019B"; +} + +.mdi-credit-card-plus::before { + content: "\F0FF2"; +} + +.mdi-credit-card-plus-outline::before { + content: "\F0676"; +} + +.mdi-credit-card-refresh::before { + content: "\F1645"; +} + +.mdi-credit-card-refresh-outline::before { + content: "\F1646"; +} + +.mdi-credit-card-refund::before { + content: "\F0FF3"; +} + +.mdi-credit-card-refund-outline::before { + content: "\F0AA8"; +} + +.mdi-credit-card-remove::before { + content: "\F0FAE"; +} + +.mdi-credit-card-remove-outline::before { + content: "\F0FAF"; +} + +.mdi-credit-card-scan::before { + content: "\F0FF4"; +} + +.mdi-credit-card-scan-outline::before { + content: "\F019D"; +} + +.mdi-credit-card-search::before { + content: "\F1647"; +} + +.mdi-credit-card-search-outline::before { + content: "\F1648"; +} + +.mdi-credit-card-settings::before { + content: "\F0FF5"; +} + +.mdi-credit-card-settings-outline::before { + content: "\F08D7"; +} + +.mdi-credit-card-sync::before { + content: "\F1649"; +} + +.mdi-credit-card-sync-outline::before { + content: "\F164A"; +} + +.mdi-credit-card-wireless::before { + content: "\F0802"; +} + +.mdi-credit-card-wireless-off::before { + content: "\F057A"; +} + +.mdi-credit-card-wireless-off-outline::before { + content: "\F057B"; +} + +.mdi-credit-card-wireless-outline::before { + content: "\F0D6C"; +} + +.mdi-cricket::before { + content: "\F0D6D"; +} + +.mdi-crop::before { + content: "\F019E"; +} + +.mdi-crop-free::before { + content: "\F019F"; +} + +.mdi-crop-landscape::before { + content: "\F01A0"; +} + +.mdi-crop-portrait::before { + content: "\F01A1"; +} + +.mdi-crop-rotate::before { + content: "\F0696"; +} + +.mdi-crop-square::before { + content: "\F01A2"; +} + +.mdi-crosshairs::before { + content: "\F01A3"; +} + +.mdi-crosshairs-gps::before { + content: "\F01A4"; +} + +.mdi-crosshairs-off::before { + content: "\F0F45"; +} + +.mdi-crosshairs-question::before { + content: "\F1136"; +} + +.mdi-crown::before { + content: "\F01A5"; +} + +.mdi-crown-outline::before { + content: "\F11D0"; +} + +.mdi-cryengine::before { + content: "\F0959"; +} + +.mdi-crystal-ball::before { + content: "\F0B2F"; +} + +.mdi-cube::before { + content: "\F01A6"; +} + +.mdi-cube-off::before { + content: "\F141C"; +} + +.mdi-cube-off-outline::before { + content: "\F141D"; +} + +.mdi-cube-outline::before { + content: "\F01A7"; +} + +.mdi-cube-scan::before { + content: "\F0B84"; +} + +.mdi-cube-send::before { + content: "\F01A8"; +} + +.mdi-cube-unfolded::before { + content: "\F01A9"; +} + +.mdi-cup::before { + content: "\F01AA"; +} + +.mdi-cup-off::before { + content: "\F05E5"; +} + +.mdi-cup-off-outline::before { + content: "\F137D"; +} + +.mdi-cup-outline::before { + content: "\F130F"; +} + +.mdi-cup-water::before { + content: "\F01AB"; +} + +.mdi-cupboard::before { + content: "\F0F46"; +} + +.mdi-cupboard-outline::before { + content: "\F0F47"; +} + +.mdi-cupcake::before { + content: "\F095A"; +} + +.mdi-curling::before { + content: "\F0863"; +} + +.mdi-currency-bdt::before { + content: "\F0864"; +} + +.mdi-currency-brl::before { + content: "\F0B85"; +} + +.mdi-currency-btc::before { + content: "\F01AC"; +} + +.mdi-currency-cny::before { + content: "\F07BA"; +} + +.mdi-currency-eth::before { + content: "\F07BB"; +} + +.mdi-currency-eur::before { + content: "\F01AD"; +} + +.mdi-currency-eur-off::before { + content: "\F1315"; +} + +.mdi-currency-gbp::before { + content: "\F01AE"; +} + +.mdi-currency-ils::before { + content: "\F0C61"; +} + +.mdi-currency-inr::before { + content: "\F01AF"; +} + +.mdi-currency-jpy::before { + content: "\F07BC"; +} + +.mdi-currency-krw::before { + content: "\F07BD"; +} + +.mdi-currency-kzt::before { + content: "\F0865"; +} + +.mdi-currency-mnt::before { + content: "\F1512"; +} + +.mdi-currency-ngn::before { + content: "\F01B0"; +} + +.mdi-currency-php::before { + content: "\F09E6"; +} + +.mdi-currency-rial::before { + content: "\F0E9C"; +} + +.mdi-currency-rub::before { + content: "\F01B1"; +} + +.mdi-currency-sign::before { + content: "\F07BE"; +} + +.mdi-currency-try::before { + content: "\F01B2"; +} + +.mdi-currency-twd::before { + content: "\F07BF"; +} + +.mdi-currency-usd::before { + content: "\F01C1"; +} + +.mdi-currency-usd-circle::before { + content: "\F116B"; +} + +.mdi-currency-usd-circle-outline::before { + content: "\F0178"; +} + +.mdi-currency-usd-off::before { + content: "\F067A"; +} + +.mdi-current-ac::before { + content: "\F1480"; +} + +.mdi-current-dc::before { + content: "\F095C"; +} + +.mdi-cursor-default::before { + content: "\F01C0"; +} + +.mdi-cursor-default-click::before { + content: "\F0CFD"; +} + +.mdi-cursor-default-click-outline::before { + content: "\F0CFE"; +} + +.mdi-cursor-default-gesture::before { + content: "\F1127"; +} + +.mdi-cursor-default-gesture-outline::before { + content: "\F1128"; +} + +.mdi-cursor-default-outline::before { + content: "\F01BF"; +} + +.mdi-cursor-move::before { + content: "\F01BE"; +} + +.mdi-cursor-pointer::before { + content: "\F01BD"; +} + +.mdi-cursor-text::before { + content: "\F05E7"; +} + +.mdi-dance-ballroom::before { + content: "\F15FB"; +} + +.mdi-dance-pole::before { + content: "\F1578"; +} + +.mdi-data-matrix::before { + content: "\F153C"; +} + +.mdi-data-matrix-edit::before { + content: "\F153D"; +} + +.mdi-data-matrix-minus::before { + content: "\F153E"; +} + +.mdi-data-matrix-plus::before { + content: "\F153F"; +} + +.mdi-data-matrix-remove::before { + content: "\F1540"; +} + +.mdi-data-matrix-scan::before { + content: "\F1541"; +} + +.mdi-database::before { + content: "\F01BC"; +} + +.mdi-database-alert::before { + content: "\F163A"; +} + +.mdi-database-alert-outline::before { + content: "\F1624"; +} + +.mdi-database-arrow-down::before { + content: "\F163B"; +} + +.mdi-database-arrow-down-outline::before { + content: "\F1625"; +} + +.mdi-database-arrow-left::before { + content: "\F163C"; +} + +.mdi-database-arrow-left-outline::before { + content: "\F1626"; +} + +.mdi-database-arrow-right::before { + content: "\F163D"; +} + +.mdi-database-arrow-right-outline::before { + content: "\F1627"; +} + +.mdi-database-arrow-up::before { + content: "\F163E"; +} + +.mdi-database-arrow-up-outline::before { + content: "\F1628"; +} + +.mdi-database-check::before { + content: "\F0AA9"; +} + +.mdi-database-check-outline::before { + content: "\F1629"; +} + +.mdi-database-clock::before { + content: "\F163F"; +} + +.mdi-database-clock-outline::before { + content: "\F162A"; +} + +.mdi-database-cog::before { + content: "\F164B"; +} + +.mdi-database-cog-outline::before { + content: "\F164C"; +} + +.mdi-database-edit::before { + content: "\F0B86"; +} + +.mdi-database-edit-outline::before { + content: "\F162B"; +} + +.mdi-database-export::before { + content: "\F095E"; +} + +.mdi-database-export-outline::before { + content: "\F162C"; +} + +.mdi-database-import::before { + content: "\F095D"; +} + +.mdi-database-import-outline::before { + content: "\F162D"; +} + +.mdi-database-lock::before { + content: "\F0AAA"; +} + +.mdi-database-lock-outline::before { + content: "\F162E"; +} + +.mdi-database-marker::before { + content: "\F12F6"; +} + +.mdi-database-marker-outline::before { + content: "\F162F"; +} + +.mdi-database-minus::before { + content: "\F01BB"; +} + +.mdi-database-minus-outline::before { + content: "\F1630"; +} + +.mdi-database-off::before { + content: "\F1640"; +} + +.mdi-database-off-outline::before { + content: "\F1631"; +} + +.mdi-database-outline::before { + content: "\F1632"; +} + +.mdi-database-plus::before { + content: "\F01BA"; +} + +.mdi-database-plus-outline::before { + content: "\F1633"; +} + +.mdi-database-refresh::before { + content: "\F05C2"; +} + +.mdi-database-refresh-outline::before { + content: "\F1634"; +} + +.mdi-database-remove::before { + content: "\F0D00"; +} + +.mdi-database-remove-outline::before { + content: "\F1635"; +} + +.mdi-database-search::before { + content: "\F0866"; +} + +.mdi-database-search-outline::before { + content: "\F1636"; +} + +.mdi-database-settings::before { + content: "\F0D01"; +} + +.mdi-database-settings-outline::before { + content: "\F1637"; +} + +.mdi-database-sync::before { + content: "\F0CFF"; +} + +.mdi-database-sync-outline::before { + content: "\F1638"; +} + +.mdi-death-star::before { + content: "\F08D8"; +} + +.mdi-death-star-variant::before { + content: "\F08D9"; +} + +.mdi-deathly-hallows::before { + content: "\F0B87"; +} + +.mdi-debian::before { + content: "\F08DA"; +} + +.mdi-debug-step-into::before { + content: "\F01B9"; +} + +.mdi-debug-step-out::before { + content: "\F01B8"; +} + +.mdi-debug-step-over::before { + content: "\F01B7"; +} + +.mdi-decagram::before { + content: "\F076C"; +} + +.mdi-decagram-outline::before { + content: "\F076D"; +} + +.mdi-decimal::before { + content: "\F10A1"; +} + +.mdi-decimal-comma::before { + content: "\F10A2"; +} + +.mdi-decimal-comma-decrease::before { + content: "\F10A3"; +} + +.mdi-decimal-comma-increase::before { + content: "\F10A4"; +} + +.mdi-decimal-decrease::before { + content: "\F01B6"; +} + +.mdi-decimal-increase::before { + content: "\F01B5"; +} + +.mdi-delete::before { + content: "\F01B4"; +} + +.mdi-delete-alert::before { + content: "\F10A5"; +} + +.mdi-delete-alert-outline::before { + content: "\F10A6"; +} + +.mdi-delete-circle::before { + content: "\F0683"; +} + +.mdi-delete-circle-outline::before { + content: "\F0B88"; +} + +.mdi-delete-clock::before { + content: "\F1556"; +} + +.mdi-delete-clock-outline::before { + content: "\F1557"; +} + +.mdi-delete-empty::before { + content: "\F06CC"; +} + +.mdi-delete-empty-outline::before { + content: "\F0E9D"; +} + +.mdi-delete-forever::before { + content: "\F05E8"; +} + +.mdi-delete-forever-outline::before { + content: "\F0B89"; +} + +.mdi-delete-off::before { + content: "\F10A7"; +} + +.mdi-delete-off-outline::before { + content: "\F10A8"; +} + +.mdi-delete-outline::before { + content: "\F09E7"; +} + +.mdi-delete-restore::before { + content: "\F0819"; +} + +.mdi-delete-sweep::before { + content: "\F05E9"; +} + +.mdi-delete-sweep-outline::before { + content: "\F0C62"; +} + +.mdi-delete-variant::before { + content: "\F01B3"; +} + +.mdi-delta::before { + content: "\F01C2"; +} + +.mdi-desk::before { + content: "\F1239"; +} + +.mdi-desk-lamp::before { + content: "\F095F"; +} + +.mdi-deskphone::before { + content: "\F01C3"; +} + +.mdi-desktop-classic::before { + content: "\F07C0"; +} + +.mdi-desktop-mac::before { + content: "\F01C4"; +} + +.mdi-desktop-mac-dashboard::before { + content: "\F09E8"; +} + +.mdi-desktop-tower::before { + content: "\F01C5"; +} + +.mdi-desktop-tower-monitor::before { + content: "\F0AAB"; +} + +.mdi-details::before { + content: "\F01C6"; +} + +.mdi-dev-to::before { + content: "\F0D6E"; +} + +.mdi-developer-board::before { + content: "\F0697"; +} + +.mdi-deviantart::before { + content: "\F01C7"; +} + +.mdi-devices::before { + content: "\F0FB0"; +} + +.mdi-diabetes::before { + content: "\F1126"; +} + +.mdi-dialpad::before { + content: "\F061C"; +} + +.mdi-diameter::before { + content: "\F0C63"; +} + +.mdi-diameter-outline::before { + content: "\F0C64"; +} + +.mdi-diameter-variant::before { + content: "\F0C65"; +} + +.mdi-diamond::before { + content: "\F0B8A"; +} + +.mdi-diamond-outline::before { + content: "\F0B8B"; +} + +.mdi-diamond-stone::before { + content: "\F01C8"; +} + +.mdi-dice-1::before { + content: "\F01CA"; +} + +.mdi-dice-1-outline::before { + content: "\F114A"; +} + +.mdi-dice-2::before { + content: "\F01CB"; +} + +.mdi-dice-2-outline::before { + content: "\F114B"; +} + +.mdi-dice-3::before { + content: "\F01CC"; +} + +.mdi-dice-3-outline::before { + content: "\F114C"; +} + +.mdi-dice-4::before { + content: "\F01CD"; +} + +.mdi-dice-4-outline::before { + content: "\F114D"; +} + +.mdi-dice-5::before { + content: "\F01CE"; +} + +.mdi-dice-5-outline::before { + content: "\F114E"; +} + +.mdi-dice-6::before { + content: "\F01CF"; +} + +.mdi-dice-6-outline::before { + content: "\F114F"; +} + +.mdi-dice-d10::before { + content: "\F1153"; +} + +.mdi-dice-d10-outline::before { + content: "\F076F"; +} + +.mdi-dice-d12::before { + content: "\F1154"; +} + +.mdi-dice-d12-outline::before { + content: "\F0867"; +} + +.mdi-dice-d20::before { + content: "\F1155"; +} + +.mdi-dice-d20-outline::before { + content: "\F05EA"; +} + +.mdi-dice-d4::before { + content: "\F1150"; +} + +.mdi-dice-d4-outline::before { + content: "\F05EB"; +} + +.mdi-dice-d6::before { + content: "\F1151"; +} + +.mdi-dice-d6-outline::before { + content: "\F05ED"; +} + +.mdi-dice-d8::before { + content: "\F1152"; +} + +.mdi-dice-d8-outline::before { + content: "\F05EC"; +} + +.mdi-dice-multiple::before { + content: "\F076E"; +} + +.mdi-dice-multiple-outline::before { + content: "\F1156"; +} + +.mdi-digital-ocean::before { + content: "\F1237"; +} + +.mdi-dip-switch::before { + content: "\F07C1"; +} + +.mdi-directions::before { + content: "\F01D0"; +} + +.mdi-directions-fork::before { + content: "\F0641"; +} + +.mdi-disc::before { + content: "\F05EE"; +} + +.mdi-disc-alert::before { + content: "\F01D1"; +} + +.mdi-disc-player::before { + content: "\F0960"; +} + +.mdi-discord::before { + content: "\F066F"; +} + +.mdi-dishwasher::before { + content: "\F0AAC"; +} + +.mdi-dishwasher-alert::before { + content: "\F11B8"; +} + +.mdi-dishwasher-off::before { + content: "\F11B9"; +} + +.mdi-disqus::before { + content: "\F01D2"; +} + +.mdi-distribute-horizontal-center::before { + content: "\F11C9"; +} + +.mdi-distribute-horizontal-left::before { + content: "\F11C8"; +} + +.mdi-distribute-horizontal-right::before { + content: "\F11CA"; +} + +.mdi-distribute-vertical-bottom::before { + content: "\F11CB"; +} + +.mdi-distribute-vertical-center::before { + content: "\F11CC"; +} + +.mdi-distribute-vertical-top::before { + content: "\F11CD"; +} + +.mdi-diving-flippers::before { + content: "\F0DBF"; +} + +.mdi-diving-helmet::before { + content: "\F0DC0"; +} + +.mdi-diving-scuba::before { + content: "\F0DC1"; +} + +.mdi-diving-scuba-flag::before { + content: "\F0DC2"; +} + +.mdi-diving-scuba-tank::before { + content: "\F0DC3"; +} + +.mdi-diving-scuba-tank-multiple::before { + content: "\F0DC4"; +} + +.mdi-diving-snorkel::before { + content: "\F0DC5"; +} + +.mdi-division::before { + content: "\F01D4"; +} + +.mdi-division-box::before { + content: "\F01D5"; +} + +.mdi-dlna::before { + content: "\F0A41"; +} + +.mdi-dna::before { + content: "\F0684"; +} + +.mdi-dns::before { + content: "\F01D6"; +} + +.mdi-dns-outline::before { + content: "\F0B8C"; +} + +.mdi-do-not-disturb::before { + content: "\F0698"; +} + +.mdi-do-not-disturb-off::before { + content: "\F0699"; +} + +.mdi-dock-bottom::before { + content: "\F10A9"; +} + +.mdi-dock-left::before { + content: "\F10AA"; +} + +.mdi-dock-right::before { + content: "\F10AB"; +} + +.mdi-dock-top::before { + content: "\F1513"; +} + +.mdi-dock-window::before { + content: "\F10AC"; +} + +.mdi-docker::before { + content: "\F0868"; +} + +.mdi-doctor::before { + content: "\F0A42"; +} + +.mdi-dog::before { + content: "\F0A43"; +} + +.mdi-dog-service::before { + content: "\F0AAD"; +} + +.mdi-dog-side::before { + content: "\F0A44"; +} + +.mdi-dolby::before { + content: "\F06B3"; +} + +.mdi-dolly::before { + content: "\F0E9E"; +} + +.mdi-domain::before { + content: "\F01D7"; +} + +.mdi-domain-off::before { + content: "\F0D6F"; +} + +.mdi-domain-plus::before { + content: "\F10AD"; +} + +.mdi-domain-remove::before { + content: "\F10AE"; +} + +.mdi-dome-light::before { + content: "\F141E"; +} + +.mdi-domino-mask::before { + content: "\F1023"; +} + +.mdi-donkey::before { + content: "\F07C2"; +} + +.mdi-door::before { + content: "\F081A"; +} + +.mdi-door-closed::before { + content: "\F081B"; +} + +.mdi-door-closed-lock::before { + content: "\F10AF"; +} + +.mdi-door-open::before { + content: "\F081C"; +} + +.mdi-doorbell::before { + content: "\F12E6"; +} + +.mdi-doorbell-video::before { + content: "\F0869"; +} + +.mdi-dot-net::before { + content: "\F0AAE"; +} + +.mdi-dots-grid::before { + content: "\F15FC"; +} + +.mdi-dots-hexagon::before { + content: "\F15FF"; +} + +.mdi-dots-horizontal::before { + content: "\F01D8"; +} + +.mdi-dots-horizontal-circle::before { + content: "\F07C3"; +} + +.mdi-dots-horizontal-circle-outline::before { + content: "\F0B8D"; +} + +.mdi-dots-square::before { + content: "\F15FD"; +} + +.mdi-dots-triangle::before { + content: "\F15FE"; +} + +.mdi-dots-vertical::before { + content: "\F01D9"; +} + +.mdi-dots-vertical-circle::before { + content: "\F07C4"; +} + +.mdi-dots-vertical-circle-outline::before { + content: "\F0B8E"; +} + +.mdi-douban::before { + content: "\F069A"; +} + +.mdi-download::before { + content: "\F01DA"; +} + +.mdi-download-box::before { + content: "\F1462"; +} + +.mdi-download-box-outline::before { + content: "\F1463"; +} + +.mdi-download-circle::before { + content: "\F1464"; +} + +.mdi-download-circle-outline::before { + content: "\F1465"; +} + +.mdi-download-lock::before { + content: "\F1320"; +} + +.mdi-download-lock-outline::before { + content: "\F1321"; +} + +.mdi-download-multiple::before { + content: "\F09E9"; +} + +.mdi-download-network::before { + content: "\F06F4"; +} + +.mdi-download-network-outline::before { + content: "\F0C66"; +} + +.mdi-download-off::before { + content: "\F10B0"; +} + +.mdi-download-off-outline::before { + content: "\F10B1"; +} + +.mdi-download-outline::before { + content: "\F0B8F"; +} + +.mdi-drag::before { + content: "\F01DB"; +} + +.mdi-drag-horizontal::before { + content: "\F01DC"; +} + +.mdi-drag-horizontal-variant::before { + content: "\F12F0"; +} + +.mdi-drag-variant::before { + content: "\F0B90"; +} + +.mdi-drag-vertical::before { + content: "\F01DD"; +} + +.mdi-drag-vertical-variant::before { + content: "\F12F1"; +} + +.mdi-drama-masks::before { + content: "\F0D02"; +} + +.mdi-draw::before { + content: "\F0F49"; +} + +.mdi-drawing::before { + content: "\F01DE"; +} + +.mdi-drawing-box::before { + content: "\F01DF"; +} + +.mdi-dresser::before { + content: "\F0F4A"; +} + +.mdi-dresser-outline::before { + content: "\F0F4B"; +} + +.mdi-drone::before { + content: "\F01E2"; +} + +.mdi-dropbox::before { + content: "\F01E3"; +} + +.mdi-drupal::before { + content: "\F01E4"; +} + +.mdi-duck::before { + content: "\F01E5"; +} + +.mdi-dumbbell::before { + content: "\F01E6"; +} + +.mdi-dump-truck::before { + content: "\F0C67"; +} + +.mdi-ear-hearing::before { + content: "\F07C5"; +} + +.mdi-ear-hearing-off::before { + content: "\F0A45"; +} + +.mdi-earth::before { + content: "\F01E7"; +} + +.mdi-earth-arrow-right::before { + content: "\F1311"; +} + +.mdi-earth-box::before { + content: "\F06CD"; +} + +.mdi-earth-box-minus::before { + content: "\F1407"; +} + +.mdi-earth-box-off::before { + content: "\F06CE"; +} + +.mdi-earth-box-plus::before { + content: "\F1406"; +} + +.mdi-earth-box-remove::before { + content: "\F1408"; +} + +.mdi-earth-minus::before { + content: "\F1404"; +} + +.mdi-earth-off::before { + content: "\F01E8"; +} + +.mdi-earth-plus::before { + content: "\F1403"; +} + +.mdi-earth-remove::before { + content: "\F1405"; +} + +.mdi-egg::before { + content: "\F0AAF"; +} + +.mdi-egg-easter::before { + content: "\F0AB0"; +} + +.mdi-egg-off::before { + content: "\F13F0"; +} + +.mdi-egg-off-outline::before { + content: "\F13F1"; +} + +.mdi-egg-outline::before { + content: "\F13F2"; +} + +.mdi-eiffel-tower::before { + content: "\F156B"; +} + +.mdi-eight-track::before { + content: "\F09EA"; +} + +.mdi-eject::before { + content: "\F01EA"; +} + +.mdi-eject-outline::before { + content: "\F0B91"; +} + +.mdi-electric-switch::before { + content: "\F0E9F"; +} + +.mdi-electric-switch-closed::before { + content: "\F10D9"; +} + +.mdi-electron-framework::before { + content: "\F1024"; +} + +.mdi-elephant::before { + content: "\F07C6"; +} + +.mdi-elevation-decline::before { + content: "\F01EB"; +} + +.mdi-elevation-rise::before { + content: "\F01EC"; +} + +.mdi-elevator::before { + content: "\F01ED"; +} + +.mdi-elevator-down::before { + content: "\F12C2"; +} + +.mdi-elevator-passenger::before { + content: "\F1381"; +} + +.mdi-elevator-up::before { + content: "\F12C1"; +} + +.mdi-ellipse::before { + content: "\F0EA0"; +} + +.mdi-ellipse-outline::before { + content: "\F0EA1"; +} + +.mdi-email::before { + content: "\F01EE"; +} + +.mdi-email-alert::before { + content: "\F06CF"; +} + +.mdi-email-alert-outline::before { + content: "\F0D42"; +} + +.mdi-email-box::before { + content: "\F0D03"; +} + +.mdi-email-check::before { + content: "\F0AB1"; +} + +.mdi-email-check-outline::before { + content: "\F0AB2"; +} + +.mdi-email-edit::before { + content: "\F0EE3"; +} + +.mdi-email-edit-outline::before { + content: "\F0EE4"; +} + +.mdi-email-lock::before { + content: "\F01F1"; +} + +.mdi-email-mark-as-unread::before { + content: "\F0B92"; +} + +.mdi-email-minus::before { + content: "\F0EE5"; +} + +.mdi-email-minus-outline::before { + content: "\F0EE6"; +} + +.mdi-email-multiple::before { + content: "\F0EE7"; +} + +.mdi-email-multiple-outline::before { + content: "\F0EE8"; +} + +.mdi-email-newsletter::before { + content: "\F0FB1"; +} + +.mdi-email-off::before { + content: "\F13E3"; +} + +.mdi-email-off-outline::before { + content: "\F13E4"; +} + +.mdi-email-open::before { + content: "\F01EF"; +} + +.mdi-email-open-multiple::before { + content: "\F0EE9"; +} + +.mdi-email-open-multiple-outline::before { + content: "\F0EEA"; +} + +.mdi-email-open-outline::before { + content: "\F05EF"; +} + +.mdi-email-outline::before { + content: "\F01F0"; +} + +.mdi-email-plus::before { + content: "\F09EB"; +} + +.mdi-email-plus-outline::before { + content: "\F09EC"; +} + +.mdi-email-receive::before { + content: "\F10DA"; +} + +.mdi-email-receive-outline::before { + content: "\F10DB"; +} + +.mdi-email-remove::before { + content: "\F1661"; +} + +.mdi-email-remove-outline::before { + content: "\F1662"; +} + +.mdi-email-search::before { + content: "\F0961"; +} + +.mdi-email-search-outline::before { + content: "\F0962"; +} + +.mdi-email-send::before { + content: "\F10DC"; +} + +.mdi-email-send-outline::before { + content: "\F10DD"; +} + +.mdi-email-sync::before { + content: "\F12C7"; +} + +.mdi-email-sync-outline::before { + content: "\F12C8"; +} + +.mdi-email-variant::before { + content: "\F05F0"; +} + +.mdi-ember::before { + content: "\F0B30"; +} + +.mdi-emby::before { + content: "\F06B4"; +} + +.mdi-emoticon::before { + content: "\F0C68"; +} + +.mdi-emoticon-angry::before { + content: "\F0C69"; +} + +.mdi-emoticon-angry-outline::before { + content: "\F0C6A"; +} + +.mdi-emoticon-confused::before { + content: "\F10DE"; +} + +.mdi-emoticon-confused-outline::before { + content: "\F10DF"; +} + +.mdi-emoticon-cool::before { + content: "\F0C6B"; +} + +.mdi-emoticon-cool-outline::before { + content: "\F01F3"; +} + +.mdi-emoticon-cry::before { + content: "\F0C6C"; +} + +.mdi-emoticon-cry-outline::before { + content: "\F0C6D"; +} + +.mdi-emoticon-dead::before { + content: "\F0C6E"; +} + +.mdi-emoticon-dead-outline::before { + content: "\F069B"; +} + +.mdi-emoticon-devil::before { + content: "\F0C6F"; +} + +.mdi-emoticon-devil-outline::before { + content: "\F01F4"; +} + +.mdi-emoticon-excited::before { + content: "\F0C70"; +} + +.mdi-emoticon-excited-outline::before { + content: "\F069C"; +} + +.mdi-emoticon-frown::before { + content: "\F0F4C"; +} + +.mdi-emoticon-frown-outline::before { + content: "\F0F4D"; +} + +.mdi-emoticon-happy::before { + content: "\F0C71"; +} + +.mdi-emoticon-happy-outline::before { + content: "\F01F5"; +} + +.mdi-emoticon-kiss::before { + content: "\F0C72"; +} + +.mdi-emoticon-kiss-outline::before { + content: "\F0C73"; +} + +.mdi-emoticon-lol::before { + content: "\F1214"; +} + +.mdi-emoticon-lol-outline::before { + content: "\F1215"; +} + +.mdi-emoticon-neutral::before { + content: "\F0C74"; +} + +.mdi-emoticon-neutral-outline::before { + content: "\F01F6"; +} + +.mdi-emoticon-outline::before { + content: "\F01F2"; +} + +.mdi-emoticon-poop::before { + content: "\F01F7"; +} + +.mdi-emoticon-poop-outline::before { + content: "\F0C75"; +} + +.mdi-emoticon-sad::before { + content: "\F0C76"; +} + +.mdi-emoticon-sad-outline::before { + content: "\F01F8"; +} + +.mdi-emoticon-sick::before { + content: "\F157C"; +} + +.mdi-emoticon-sick-outline::before { + content: "\F157D"; +} + +.mdi-emoticon-tongue::before { + content: "\F01F9"; +} + +.mdi-emoticon-tongue-outline::before { + content: "\F0C77"; +} + +.mdi-emoticon-wink::before { + content: "\F0C78"; +} + +.mdi-emoticon-wink-outline::before { + content: "\F0C79"; +} + +.mdi-engine::before { + content: "\F01FA"; +} + +.mdi-engine-off::before { + content: "\F0A46"; +} + +.mdi-engine-off-outline::before { + content: "\F0A47"; +} + +.mdi-engine-outline::before { + content: "\F01FB"; +} + +.mdi-epsilon::before { + content: "\F10E0"; +} + +.mdi-equal::before { + content: "\F01FC"; +} + +.mdi-equal-box::before { + content: "\F01FD"; +} + +.mdi-equalizer::before { + content: "\F0EA2"; +} + +.mdi-equalizer-outline::before { + content: "\F0EA3"; +} + +.mdi-eraser::before { + content: "\F01FE"; +} + +.mdi-eraser-variant::before { + content: "\F0642"; +} + +.mdi-escalator::before { + content: "\F01FF"; +} + +.mdi-escalator-box::before { + content: "\F1399"; +} + +.mdi-escalator-down::before { + content: "\F12C0"; +} + +.mdi-escalator-up::before { + content: "\F12BF"; +} + +.mdi-eslint::before { + content: "\F0C7A"; +} + +.mdi-et::before { + content: "\F0AB3"; +} + +.mdi-ethereum::before { + content: "\F086A"; +} + +.mdi-ethernet::before { + content: "\F0200"; +} + +.mdi-ethernet-cable::before { + content: "\F0201"; +} + +.mdi-ethernet-cable-off::before { + content: "\F0202"; +} + +.mdi-ev-plug-ccs1::before { + content: "\F1519"; +} + +.mdi-ev-plug-ccs2::before { + content: "\F151A"; +} + +.mdi-ev-plug-chademo::before { + content: "\F151B"; +} + +.mdi-ev-plug-tesla::before { + content: "\F151C"; +} + +.mdi-ev-plug-type1::before { + content: "\F151D"; +} + +.mdi-ev-plug-type2::before { + content: "\F151E"; +} + +.mdi-ev-station::before { + content: "\F05F1"; +} + +.mdi-evernote::before { + content: "\F0204"; +} + +.mdi-excavator::before { + content: "\F1025"; +} + +.mdi-exclamation::before { + content: "\F0205"; +} + +.mdi-exclamation-thick::before { + content: "\F1238"; +} + +.mdi-exit-run::before { + content: "\F0A48"; +} + +.mdi-exit-to-app::before { + content: "\F0206"; +} + +.mdi-expand-all::before { + content: "\F0AB4"; +} + +.mdi-expand-all-outline::before { + content: "\F0AB5"; +} + +.mdi-expansion-card::before { + content: "\F08AE"; +} + +.mdi-expansion-card-variant::before { + content: "\F0FB2"; +} + +.mdi-exponent::before { + content: "\F0963"; +} + +.mdi-exponent-box::before { + content: "\F0964"; +} + +.mdi-export::before { + content: "\F0207"; +} + +.mdi-export-variant::before { + content: "\F0B93"; +} + +.mdi-eye::before { + content: "\F0208"; +} + +.mdi-eye-check::before { + content: "\F0D04"; +} + +.mdi-eye-check-outline::before { + content: "\F0D05"; +} + +.mdi-eye-circle::before { + content: "\F0B94"; +} + +.mdi-eye-circle-outline::before { + content: "\F0B95"; +} + +.mdi-eye-minus::before { + content: "\F1026"; +} + +.mdi-eye-minus-outline::before { + content: "\F1027"; +} + +.mdi-eye-off::before { + content: "\F0209"; +} + +.mdi-eye-off-outline::before { + content: "\F06D1"; +} + +.mdi-eye-outline::before { + content: "\F06D0"; +} + +.mdi-eye-plus::before { + content: "\F086B"; +} + +.mdi-eye-plus-outline::before { + content: "\F086C"; +} + +.mdi-eye-remove::before { + content: "\F15E3"; +} + +.mdi-eye-remove-outline::before { + content: "\F15E4"; +} + +.mdi-eye-settings::before { + content: "\F086D"; +} + +.mdi-eye-settings-outline::before { + content: "\F086E"; +} + +.mdi-eyedropper::before { + content: "\F020A"; +} + +.mdi-eyedropper-minus::before { + content: "\F13DD"; +} + +.mdi-eyedropper-off::before { + content: "\F13DF"; +} + +.mdi-eyedropper-plus::before { + content: "\F13DC"; +} + +.mdi-eyedropper-remove::before { + content: "\F13DE"; +} + +.mdi-eyedropper-variant::before { + content: "\F020B"; +} + +.mdi-face::before { + content: "\F0643"; +} + +.mdi-face-agent::before { + content: "\F0D70"; +} + +.mdi-face-mask::before { + content: "\F1586"; +} + +.mdi-face-mask-outline::before { + content: "\F1587"; +} + +.mdi-face-outline::before { + content: "\F0B96"; +} + +.mdi-face-profile::before { + content: "\F0644"; +} + +.mdi-face-profile-woman::before { + content: "\F1076"; +} + +.mdi-face-recognition::before { + content: "\F0C7B"; +} + +.mdi-face-shimmer::before { + content: "\F15CC"; +} + +.mdi-face-shimmer-outline::before { + content: "\F15CD"; +} + +.mdi-face-woman::before { + content: "\F1077"; +} + +.mdi-face-woman-outline::before { + content: "\F1078"; +} + +.mdi-face-woman-shimmer::before { + content: "\F15CE"; +} + +.mdi-face-woman-shimmer-outline::before { + content: "\F15CF"; +} + +.mdi-facebook::before { + content: "\F020C"; +} + +.mdi-facebook-gaming::before { + content: "\F07DD"; +} + +.mdi-facebook-messenger::before { + content: "\F020E"; +} + +.mdi-facebook-workplace::before { + content: "\F0B31"; +} + +.mdi-factory::before { + content: "\F020F"; +} + +.mdi-family-tree::before { + content: "\F160E"; +} + +.mdi-fan::before { + content: "\F0210"; +} + +.mdi-fan-alert::before { + content: "\F146C"; +} + +.mdi-fan-chevron-down::before { + content: "\F146D"; +} + +.mdi-fan-chevron-up::before { + content: "\F146E"; +} + +.mdi-fan-minus::before { + content: "\F1470"; +} + +.mdi-fan-off::before { + content: "\F081D"; +} + +.mdi-fan-plus::before { + content: "\F146F"; +} + +.mdi-fan-remove::before { + content: "\F1471"; +} + +.mdi-fan-speed-1::before { + content: "\F1472"; +} + +.mdi-fan-speed-2::before { + content: "\F1473"; +} + +.mdi-fan-speed-3::before { + content: "\F1474"; +} + +.mdi-fast-forward::before { + content: "\F0211"; +} + +.mdi-fast-forward-10::before { + content: "\F0D71"; +} + +.mdi-fast-forward-30::before { + content: "\F0D06"; +} + +.mdi-fast-forward-5::before { + content: "\F11F8"; +} + +.mdi-fast-forward-60::before { + content: "\F160B"; +} + +.mdi-fast-forward-outline::before { + content: "\F06D2"; +} + +.mdi-fax::before { + content: "\F0212"; +} + +.mdi-feather::before { + content: "\F06D3"; +} + +.mdi-feature-search::before { + content: "\F0A49"; +} + +.mdi-feature-search-outline::before { + content: "\F0A4A"; +} + +.mdi-fedora::before { + content: "\F08DB"; +} + +.mdi-fencing::before { + content: "\F14C1"; +} + +.mdi-ferris-wheel::before { + content: "\F0EA4"; +} + +.mdi-ferry::before { + content: "\F0213"; +} + +.mdi-file::before { + content: "\F0214"; +} + +.mdi-file-account::before { + content: "\F073B"; +} + +.mdi-file-account-outline::before { + content: "\F1028"; +} + +.mdi-file-alert::before { + content: "\F0A4B"; +} + +.mdi-file-alert-outline::before { + content: "\F0A4C"; +} + +.mdi-file-cabinet::before { + content: "\F0AB6"; +} + +.mdi-file-cad::before { + content: "\F0EEB"; +} + +.mdi-file-cad-box::before { + content: "\F0EEC"; +} + +.mdi-file-cancel::before { + content: "\F0DC6"; +} + +.mdi-file-cancel-outline::before { + content: "\F0DC7"; +} + +.mdi-file-certificate::before { + content: "\F1186"; +} + +.mdi-file-certificate-outline::before { + content: "\F1187"; +} + +.mdi-file-chart::before { + content: "\F0215"; +} + +.mdi-file-chart-outline::before { + content: "\F1029"; +} + +.mdi-file-check::before { + content: "\F0216"; +} + +.mdi-file-check-outline::before { + content: "\F0E29"; +} + +.mdi-file-clock::before { + content: "\F12E1"; +} + +.mdi-file-clock-outline::before { + content: "\F12E2"; +} + +.mdi-file-cloud::before { + content: "\F0217"; +} + +.mdi-file-cloud-outline::before { + content: "\F102A"; +} + +.mdi-file-code::before { + content: "\F022E"; +} + +.mdi-file-code-outline::before { + content: "\F102B"; +} + +.mdi-file-cog::before { + content: "\F107B"; +} + +.mdi-file-cog-outline::before { + content: "\F107C"; +} + +.mdi-file-compare::before { + content: "\F08AA"; +} + +.mdi-file-delimited::before { + content: "\F0218"; +} + +.mdi-file-delimited-outline::before { + content: "\F0EA5"; +} + +.mdi-file-document::before { + content: "\F0219"; +} + +.mdi-file-document-edit::before { + content: "\F0DC8"; +} + +.mdi-file-document-edit-outline::before { + content: "\F0DC9"; +} + +.mdi-file-document-multiple::before { + content: "\F1517"; +} + +.mdi-file-document-multiple-outline::before { + content: "\F1518"; +} + +.mdi-file-document-outline::before { + content: "\F09EE"; +} + +.mdi-file-download::before { + content: "\F0965"; +} + +.mdi-file-download-outline::before { + content: "\F0966"; +} + +.mdi-file-edit::before { + content: "\F11E7"; +} + +.mdi-file-edit-outline::before { + content: "\F11E8"; +} + +.mdi-file-excel::before { + content: "\F021B"; +} + +.mdi-file-excel-box::before { + content: "\F021C"; +} + +.mdi-file-excel-box-outline::before { + content: "\F102C"; +} + +.mdi-file-excel-outline::before { + content: "\F102D"; +} + +.mdi-file-export::before { + content: "\F021D"; +} + +.mdi-file-export-outline::before { + content: "\F102E"; +} + +.mdi-file-eye::before { + content: "\F0DCA"; +} + +.mdi-file-eye-outline::before { + content: "\F0DCB"; +} + +.mdi-file-find::before { + content: "\F021E"; +} + +.mdi-file-find-outline::before { + content: "\F0B97"; +} + +.mdi-file-hidden::before { + content: "\F0613"; +} + +.mdi-file-image::before { + content: "\F021F"; +} + +.mdi-file-image-outline::before { + content: "\F0EB0"; +} + +.mdi-file-import::before { + content: "\F0220"; +} + +.mdi-file-import-outline::before { + content: "\F102F"; +} + +.mdi-file-key::before { + content: "\F1184"; +} + +.mdi-file-key-outline::before { + content: "\F1185"; +} + +.mdi-file-link::before { + content: "\F1177"; +} + +.mdi-file-link-outline::before { + content: "\F1178"; +} + +.mdi-file-lock::before { + content: "\F0221"; +} + +.mdi-file-lock-outline::before { + content: "\F1030"; +} + +.mdi-file-move::before { + content: "\F0AB9"; +} + +.mdi-file-move-outline::before { + content: "\F1031"; +} + +.mdi-file-multiple::before { + content: "\F0222"; +} + +.mdi-file-multiple-outline::before { + content: "\F1032"; +} + +.mdi-file-music::before { + content: "\F0223"; +} + +.mdi-file-music-outline::before { + content: "\F0E2A"; +} + +.mdi-file-outline::before { + content: "\F0224"; +} + +.mdi-file-pdf::before { + content: "\F0225"; +} + +.mdi-file-pdf-box::before { + content: "\F0226"; +} + +.mdi-file-pdf-box-outline::before { + content: "\F0FB3"; +} + +.mdi-file-pdf-outline::before { + content: "\F0E2D"; +} + +.mdi-file-percent::before { + content: "\F081E"; +} + +.mdi-file-percent-outline::before { + content: "\F1033"; +} + +.mdi-file-phone::before { + content: "\F1179"; +} + +.mdi-file-phone-outline::before { + content: "\F117A"; +} + +.mdi-file-plus::before { + content: "\F0752"; +} + +.mdi-file-plus-outline::before { + content: "\F0EED"; +} + +.mdi-file-powerpoint::before { + content: "\F0227"; +} + +.mdi-file-powerpoint-box::before { + content: "\F0228"; +} + +.mdi-file-powerpoint-box-outline::before { + content: "\F1034"; +} + +.mdi-file-powerpoint-outline::before { + content: "\F1035"; +} + +.mdi-file-presentation-box::before { + content: "\F0229"; +} + +.mdi-file-question::before { + content: "\F086F"; +} + +.mdi-file-question-outline::before { + content: "\F1036"; +} + +.mdi-file-refresh::before { + content: "\F0918"; +} + +.mdi-file-refresh-outline::before { + content: "\F0541"; +} + +.mdi-file-remove::before { + content: "\F0B98"; +} + +.mdi-file-remove-outline::before { + content: "\F1037"; +} + +.mdi-file-replace::before { + content: "\F0B32"; +} + +.mdi-file-replace-outline::before { + content: "\F0B33"; +} + +.mdi-file-restore::before { + content: "\F0670"; +} + +.mdi-file-restore-outline::before { + content: "\F1038"; +} + +.mdi-file-search::before { + content: "\F0C7C"; +} + +.mdi-file-search-outline::before { + content: "\F0C7D"; +} + +.mdi-file-send::before { + content: "\F022A"; +} + +.mdi-file-send-outline::before { + content: "\F1039"; +} + +.mdi-file-settings::before { + content: "\F1079"; +} + +.mdi-file-settings-outline::before { + content: "\F107A"; +} + +.mdi-file-star::before { + content: "\F103A"; +} + +.mdi-file-star-outline::before { + content: "\F103B"; +} + +.mdi-file-swap::before { + content: "\F0FB4"; +} + +.mdi-file-swap-outline::before { + content: "\F0FB5"; +} + +.mdi-file-sync::before { + content: "\F1216"; +} + +.mdi-file-sync-outline::before { + content: "\F1217"; +} + +.mdi-file-table::before { + content: "\F0C7E"; +} + +.mdi-file-table-box::before { + content: "\F10E1"; +} + +.mdi-file-table-box-multiple::before { + content: "\F10E2"; +} + +.mdi-file-table-box-multiple-outline::before { + content: "\F10E3"; +} + +.mdi-file-table-box-outline::before { + content: "\F10E4"; +} + +.mdi-file-table-outline::before { + content: "\F0C7F"; +} + +.mdi-file-tree::before { + content: "\F0645"; +} + +.mdi-file-tree-outline::before { + content: "\F13D2"; +} + +.mdi-file-undo::before { + content: "\F08DC"; +} + +.mdi-file-undo-outline::before { + content: "\F103C"; +} + +.mdi-file-upload::before { + content: "\F0A4D"; +} + +.mdi-file-upload-outline::before { + content: "\F0A4E"; +} + +.mdi-file-video::before { + content: "\F022B"; +} + +.mdi-file-video-outline::before { + content: "\F0E2C"; +} + +.mdi-file-word::before { + content: "\F022C"; +} + +.mdi-file-word-box::before { + content: "\F022D"; +} + +.mdi-file-word-box-outline::before { + content: "\F103D"; +} + +.mdi-file-word-outline::before { + content: "\F103E"; +} + +.mdi-film::before { + content: "\F022F"; +} + +.mdi-filmstrip::before { + content: "\F0230"; +} + +.mdi-filmstrip-box::before { + content: "\F0332"; +} + +.mdi-filmstrip-box-multiple::before { + content: "\F0D18"; +} + +.mdi-filmstrip-off::before { + content: "\F0231"; +} + +.mdi-filter::before { + content: "\F0232"; +} + +.mdi-filter-menu::before { + content: "\F10E5"; +} + +.mdi-filter-menu-outline::before { + content: "\F10E6"; +} + +.mdi-filter-minus::before { + content: "\F0EEE"; +} + +.mdi-filter-minus-outline::before { + content: "\F0EEF"; +} + +.mdi-filter-off::before { + content: "\F14EF"; +} + +.mdi-filter-off-outline::before { + content: "\F14F0"; +} + +.mdi-filter-outline::before { + content: "\F0233"; +} + +.mdi-filter-plus::before { + content: "\F0EF0"; +} + +.mdi-filter-plus-outline::before { + content: "\F0EF1"; +} + +.mdi-filter-remove::before { + content: "\F0234"; +} + +.mdi-filter-remove-outline::before { + content: "\F0235"; +} + +.mdi-filter-variant::before { + content: "\F0236"; +} + +.mdi-filter-variant-minus::before { + content: "\F1112"; +} + +.mdi-filter-variant-plus::before { + content: "\F1113"; +} + +.mdi-filter-variant-remove::before { + content: "\F103F"; +} + +.mdi-finance::before { + content: "\F081F"; +} + +.mdi-find-replace::before { + content: "\F06D4"; +} + +.mdi-fingerprint::before { + content: "\F0237"; +} + +.mdi-fingerprint-off::before { + content: "\F0EB1"; +} + +.mdi-fire::before { + content: "\F0238"; +} + +.mdi-fire-alert::before { + content: "\F15D7"; +} + +.mdi-fire-extinguisher::before { + content: "\F0EF2"; +} + +.mdi-fire-hydrant::before { + content: "\F1137"; +} + +.mdi-fire-hydrant-alert::before { + content: "\F1138"; +} + +.mdi-fire-hydrant-off::before { + content: "\F1139"; +} + +.mdi-fire-truck::before { + content: "\F08AB"; +} + +.mdi-firebase::before { + content: "\F0967"; +} + +.mdi-firefox::before { + content: "\F0239"; +} + +.mdi-fireplace::before { + content: "\F0E2E"; +} + +.mdi-fireplace-off::before { + content: "\F0E2F"; +} + +.mdi-firework::before { + content: "\F0E30"; +} + +.mdi-fish::before { + content: "\F023A"; +} + +.mdi-fish-off::before { + content: "\F13F3"; +} + +.mdi-fishbowl::before { + content: "\F0EF3"; +} + +.mdi-fishbowl-outline::before { + content: "\F0EF4"; +} + +.mdi-fit-to-page::before { + content: "\F0EF5"; +} + +.mdi-fit-to-page-outline::before { + content: "\F0EF6"; +} + +.mdi-flag::before { + content: "\F023B"; +} + +.mdi-flag-checkered::before { + content: "\F023C"; +} + +.mdi-flag-minus::before { + content: "\F0B99"; +} + +.mdi-flag-minus-outline::before { + content: "\F10B2"; +} + +.mdi-flag-outline::before { + content: "\F023D"; +} + +.mdi-flag-plus::before { + content: "\F0B9A"; +} + +.mdi-flag-plus-outline::before { + content: "\F10B3"; +} + +.mdi-flag-remove::before { + content: "\F0B9B"; +} + +.mdi-flag-remove-outline::before { + content: "\F10B4"; +} + +.mdi-flag-triangle::before { + content: "\F023F"; +} + +.mdi-flag-variant::before { + content: "\F0240"; +} + +.mdi-flag-variant-outline::before { + content: "\F023E"; +} + +.mdi-flare::before { + content: "\F0D72"; +} + +.mdi-flash::before { + content: "\F0241"; +} + +.mdi-flash-alert::before { + content: "\F0EF7"; +} + +.mdi-flash-alert-outline::before { + content: "\F0EF8"; +} + +.mdi-flash-auto::before { + content: "\F0242"; +} + +.mdi-flash-circle::before { + content: "\F0820"; +} + +.mdi-flash-off::before { + content: "\F0243"; +} + +.mdi-flash-outline::before { + content: "\F06D5"; +} + +.mdi-flash-red-eye::before { + content: "\F067B"; +} + +.mdi-flashlight::before { + content: "\F0244"; +} + +.mdi-flashlight-off::before { + content: "\F0245"; +} + +.mdi-flask::before { + content: "\F0093"; +} + +.mdi-flask-empty::before { + content: "\F0094"; +} + +.mdi-flask-empty-minus::before { + content: "\F123A"; +} + +.mdi-flask-empty-minus-outline::before { + content: "\F123B"; +} + +.mdi-flask-empty-off::before { + content: "\F13F4"; +} + +.mdi-flask-empty-off-outline::before { + content: "\F13F5"; +} + +.mdi-flask-empty-outline::before { + content: "\F0095"; +} + +.mdi-flask-empty-plus::before { + content: "\F123C"; +} + +.mdi-flask-empty-plus-outline::before { + content: "\F123D"; +} + +.mdi-flask-empty-remove::before { + content: "\F123E"; +} + +.mdi-flask-empty-remove-outline::before { + content: "\F123F"; +} + +.mdi-flask-minus::before { + content: "\F1240"; +} + +.mdi-flask-minus-outline::before { + content: "\F1241"; +} + +.mdi-flask-off::before { + content: "\F13F6"; +} + +.mdi-flask-off-outline::before { + content: "\F13F7"; +} + +.mdi-flask-outline::before { + content: "\F0096"; +} + +.mdi-flask-plus::before { + content: "\F1242"; +} + +.mdi-flask-plus-outline::before { + content: "\F1243"; +} + +.mdi-flask-remove::before { + content: "\F1244"; +} + +.mdi-flask-remove-outline::before { + content: "\F1245"; +} + +.mdi-flask-round-bottom::before { + content: "\F124B"; +} + +.mdi-flask-round-bottom-empty::before { + content: "\F124C"; +} + +.mdi-flask-round-bottom-empty-outline::before { + content: "\F124D"; +} + +.mdi-flask-round-bottom-outline::before { + content: "\F124E"; +} + +.mdi-fleur-de-lis::before { + content: "\F1303"; +} + +.mdi-flip-horizontal::before { + content: "\F10E7"; +} + +.mdi-flip-to-back::before { + content: "\F0247"; +} + +.mdi-flip-to-front::before { + content: "\F0248"; +} + +.mdi-flip-vertical::before { + content: "\F10E8"; +} + +.mdi-floor-lamp::before { + content: "\F08DD"; +} + +.mdi-floor-lamp-dual::before { + content: "\F1040"; +} + +.mdi-floor-lamp-variant::before { + content: "\F1041"; +} + +.mdi-floor-plan::before { + content: "\F0821"; +} + +.mdi-floppy::before { + content: "\F0249"; +} + +.mdi-floppy-variant::before { + content: "\F09EF"; +} + +.mdi-flower::before { + content: "\F024A"; +} + +.mdi-flower-outline::before { + content: "\F09F0"; +} + +.mdi-flower-poppy::before { + content: "\F0D08"; +} + +.mdi-flower-tulip::before { + content: "\F09F1"; +} + +.mdi-flower-tulip-outline::before { + content: "\F09F2"; +} + +.mdi-focus-auto::before { + content: "\F0F4E"; +} + +.mdi-focus-field::before { + content: "\F0F4F"; +} + +.mdi-focus-field-horizontal::before { + content: "\F0F50"; +} + +.mdi-focus-field-vertical::before { + content: "\F0F51"; +} + +.mdi-folder::before { + content: "\F024B"; +} + +.mdi-folder-account::before { + content: "\F024C"; +} + +.mdi-folder-account-outline::before { + content: "\F0B9C"; +} + +.mdi-folder-alert::before { + content: "\F0DCC"; +} + +.mdi-folder-alert-outline::before { + content: "\F0DCD"; +} + +.mdi-folder-clock::before { + content: "\F0ABA"; +} + +.mdi-folder-clock-outline::before { + content: "\F0ABB"; +} + +.mdi-folder-cog::before { + content: "\F107F"; +} + +.mdi-folder-cog-outline::before { + content: "\F1080"; +} + +.mdi-folder-download::before { + content: "\F024D"; +} + +.mdi-folder-download-outline::before { + content: "\F10E9"; +} + +.mdi-folder-edit::before { + content: "\F08DE"; +} + +.mdi-folder-edit-outline::before { + content: "\F0DCE"; +} + +.mdi-folder-google-drive::before { + content: "\F024E"; +} + +.mdi-folder-heart::before { + content: "\F10EA"; +} + +.mdi-folder-heart-outline::before { + content: "\F10EB"; +} + +.mdi-folder-home::before { + content: "\F10B5"; +} + +.mdi-folder-home-outline::before { + content: "\F10B6"; +} + +.mdi-folder-image::before { + content: "\F024F"; +} + +.mdi-folder-information::before { + content: "\F10B7"; +} + +.mdi-folder-information-outline::before { + content: "\F10B8"; +} + +.mdi-folder-key::before { + content: "\F08AC"; +} + +.mdi-folder-key-network::before { + content: "\F08AD"; +} + +.mdi-folder-key-network-outline::before { + content: "\F0C80"; +} + +.mdi-folder-key-outline::before { + content: "\F10EC"; +} + +.mdi-folder-lock::before { + content: "\F0250"; +} + +.mdi-folder-lock-open::before { + content: "\F0251"; +} + +.mdi-folder-marker::before { + content: "\F126D"; +} + +.mdi-folder-marker-outline::before { + content: "\F126E"; +} + +.mdi-folder-move::before { + content: "\F0252"; +} + +.mdi-folder-move-outline::before { + content: "\F1246"; +} + +.mdi-folder-multiple::before { + content: "\F0253"; +} + +.mdi-folder-multiple-image::before { + content: "\F0254"; +} + +.mdi-folder-multiple-outline::before { + content: "\F0255"; +} + +.mdi-folder-multiple-plus::before { + content: "\F147E"; +} + +.mdi-folder-multiple-plus-outline::before { + content: "\F147F"; +} + +.mdi-folder-music::before { + content: "\F1359"; +} + +.mdi-folder-music-outline::before { + content: "\F135A"; +} + +.mdi-folder-network::before { + content: "\F0870"; +} + +.mdi-folder-network-outline::before { + content: "\F0C81"; +} + +.mdi-folder-open::before { + content: "\F0770"; +} + +.mdi-folder-open-outline::before { + content: "\F0DCF"; +} + +.mdi-folder-outline::before { + content: "\F0256"; +} + +.mdi-folder-plus::before { + content: "\F0257"; +} + +.mdi-folder-plus-outline::before { + content: "\F0B9D"; +} + +.mdi-folder-pound::before { + content: "\F0D09"; +} + +.mdi-folder-pound-outline::before { + content: "\F0D0A"; +} + +.mdi-folder-refresh::before { + content: "\F0749"; +} + +.mdi-folder-refresh-outline::before { + content: "\F0542"; +} + +.mdi-folder-remove::before { + content: "\F0258"; +} + +.mdi-folder-remove-outline::before { + content: "\F0B9E"; +} + +.mdi-folder-search::before { + content: "\F0968"; +} + +.mdi-folder-search-outline::before { + content: "\F0969"; +} + +.mdi-folder-settings::before { + content: "\F107D"; +} + +.mdi-folder-settings-outline::before { + content: "\F107E"; +} + +.mdi-folder-star::before { + content: "\F069D"; +} + +.mdi-folder-star-multiple::before { + content: "\F13D3"; +} + +.mdi-folder-star-multiple-outline::before { + content: "\F13D4"; +} + +.mdi-folder-star-outline::before { + content: "\F0B9F"; +} + +.mdi-folder-swap::before { + content: "\F0FB6"; +} + +.mdi-folder-swap-outline::before { + content: "\F0FB7"; +} + +.mdi-folder-sync::before { + content: "\F0D0B"; +} + +.mdi-folder-sync-outline::before { + content: "\F0D0C"; +} + +.mdi-folder-table::before { + content: "\F12E3"; +} + +.mdi-folder-table-outline::before { + content: "\F12E4"; +} + +.mdi-folder-text::before { + content: "\F0C82"; +} + +.mdi-folder-text-outline::before { + content: "\F0C83"; +} + +.mdi-folder-upload::before { + content: "\F0259"; +} + +.mdi-folder-upload-outline::before { + content: "\F10ED"; +} + +.mdi-folder-zip::before { + content: "\F06EB"; +} + +.mdi-folder-zip-outline::before { + content: "\F07B9"; +} + +.mdi-font-awesome::before { + content: "\F003A"; +} + +.mdi-food::before { + content: "\F025A"; +} + +.mdi-food-apple::before { + content: "\F025B"; +} + +.mdi-food-apple-outline::before { + content: "\F0C84"; +} + +.mdi-food-croissant::before { + content: "\F07C8"; +} + +.mdi-food-drumstick::before { + content: "\F141F"; +} + +.mdi-food-drumstick-off::before { + content: "\F1468"; +} + +.mdi-food-drumstick-off-outline::before { + content: "\F1469"; +} + +.mdi-food-drumstick-outline::before { + content: "\F1420"; +} + +.mdi-food-fork-drink::before { + content: "\F05F2"; +} + +.mdi-food-halal::before { + content: "\F1572"; +} + +.mdi-food-kosher::before { + content: "\F1573"; +} + +.mdi-food-off::before { + content: "\F05F3"; +} + +.mdi-food-steak::before { + content: "\F146A"; +} + +.mdi-food-steak-off::before { + content: "\F146B"; +} + +.mdi-food-variant::before { + content: "\F025C"; +} + +.mdi-food-variant-off::before { + content: "\F13E5"; +} + +.mdi-foot-print::before { + content: "\F0F52"; +} + +.mdi-football::before { + content: "\F025D"; +} + +.mdi-football-australian::before { + content: "\F025E"; +} + +.mdi-football-helmet::before { + content: "\F025F"; +} + +.mdi-forklift::before { + content: "\F07C9"; +} + +.mdi-form-dropdown::before { + content: "\F1400"; +} + +.mdi-form-select::before { + content: "\F1401"; +} + +.mdi-form-textarea::before { + content: "\F1095"; +} + +.mdi-form-textbox::before { + content: "\F060E"; +} + +.mdi-form-textbox-lock::before { + content: "\F135D"; +} + +.mdi-form-textbox-password::before { + content: "\F07F5"; +} + +.mdi-format-align-bottom::before { + content: "\F0753"; +} + +.mdi-format-align-center::before { + content: "\F0260"; +} + +.mdi-format-align-justify::before { + content: "\F0261"; +} + +.mdi-format-align-left::before { + content: "\F0262"; +} + +.mdi-format-align-middle::before { + content: "\F0754"; +} + +.mdi-format-align-right::before { + content: "\F0263"; +} + +.mdi-format-align-top::before { + content: "\F0755"; +} + +.mdi-format-annotation-minus::before { + content: "\F0ABC"; +} + +.mdi-format-annotation-plus::before { + content: "\F0646"; +} + +.mdi-format-bold::before { + content: "\F0264"; +} + +.mdi-format-clear::before { + content: "\F0265"; +} + +.mdi-format-color-fill::before { + content: "\F0266"; +} + +.mdi-format-color-highlight::before { + content: "\F0E31"; +} + +.mdi-format-color-marker-cancel::before { + content: "\F1313"; +} + +.mdi-format-color-text::before { + content: "\F069E"; +} + +.mdi-format-columns::before { + content: "\F08DF"; +} + +.mdi-format-float-center::before { + content: "\F0267"; +} + +.mdi-format-float-left::before { + content: "\F0268"; +} + +.mdi-format-float-none::before { + content: "\F0269"; +} + +.mdi-format-float-right::before { + content: "\F026A"; +} + +.mdi-format-font::before { + content: "\F06D6"; +} + +.mdi-format-font-size-decrease::before { + content: "\F09F3"; +} + +.mdi-format-font-size-increase::before { + content: "\F09F4"; +} + +.mdi-format-header-1::before { + content: "\F026B"; +} + +.mdi-format-header-2::before { + content: "\F026C"; +} + +.mdi-format-header-3::before { + content: "\F026D"; +} + +.mdi-format-header-4::before { + content: "\F026E"; +} + +.mdi-format-header-5::before { + content: "\F026F"; +} + +.mdi-format-header-6::before { + content: "\F0270"; +} + +.mdi-format-header-decrease::before { + content: "\F0271"; +} + +.mdi-format-header-equal::before { + content: "\F0272"; +} + +.mdi-format-header-increase::before { + content: "\F0273"; +} + +.mdi-format-header-pound::before { + content: "\F0274"; +} + +.mdi-format-horizontal-align-center::before { + content: "\F061E"; +} + +.mdi-format-horizontal-align-left::before { + content: "\F061F"; +} + +.mdi-format-horizontal-align-right::before { + content: "\F0620"; +} + +.mdi-format-indent-decrease::before { + content: "\F0275"; +} + +.mdi-format-indent-increase::before { + content: "\F0276"; +} + +.mdi-format-italic::before { + content: "\F0277"; +} + +.mdi-format-letter-case::before { + content: "\F0B34"; +} + +.mdi-format-letter-case-lower::before { + content: "\F0B35"; +} + +.mdi-format-letter-case-upper::before { + content: "\F0B36"; +} + +.mdi-format-letter-ends-with::before { + content: "\F0FB8"; +} + +.mdi-format-letter-matches::before { + content: "\F0FB9"; +} + +.mdi-format-letter-starts-with::before { + content: "\F0FBA"; +} + +.mdi-format-line-spacing::before { + content: "\F0278"; +} + +.mdi-format-line-style::before { + content: "\F05C8"; +} + +.mdi-format-line-weight::before { + content: "\F05C9"; +} + +.mdi-format-list-bulleted::before { + content: "\F0279"; +} + +.mdi-format-list-bulleted-square::before { + content: "\F0DD0"; +} + +.mdi-format-list-bulleted-triangle::before { + content: "\F0EB2"; +} + +.mdi-format-list-bulleted-type::before { + content: "\F027A"; +} + +.mdi-format-list-checkbox::before { + content: "\F096A"; +} + +.mdi-format-list-checks::before { + content: "\F0756"; +} + +.mdi-format-list-numbered::before { + content: "\F027B"; +} + +.mdi-format-list-numbered-rtl::before { + content: "\F0D0D"; +} + +.mdi-format-list-text::before { + content: "\F126F"; +} + +.mdi-format-overline::before { + content: "\F0EB3"; +} + +.mdi-format-page-break::before { + content: "\F06D7"; +} + +.mdi-format-paint::before { + content: "\F027C"; +} + +.mdi-format-paragraph::before { + content: "\F027D"; +} + +.mdi-format-pilcrow::before { + content: "\F06D8"; +} + +.mdi-format-quote-close::before { + content: "\F027E"; +} + +.mdi-format-quote-close-outline::before { + content: "\F11A8"; +} + +.mdi-format-quote-open::before { + content: "\F0757"; +} + +.mdi-format-quote-open-outline::before { + content: "\F11A7"; +} + +.mdi-format-rotate-90::before { + content: "\F06AA"; +} + +.mdi-format-section::before { + content: "\F069F"; +} + +.mdi-format-size::before { + content: "\F027F"; +} + +.mdi-format-strikethrough::before { + content: "\F0280"; +} + +.mdi-format-strikethrough-variant::before { + content: "\F0281"; +} + +.mdi-format-subscript::before { + content: "\F0282"; +} + +.mdi-format-superscript::before { + content: "\F0283"; +} + +.mdi-format-text::before { + content: "\F0284"; +} + +.mdi-format-text-rotation-angle-down::before { + content: "\F0FBB"; +} + +.mdi-format-text-rotation-angle-up::before { + content: "\F0FBC"; +} + +.mdi-format-text-rotation-down::before { + content: "\F0D73"; +} + +.mdi-format-text-rotation-down-vertical::before { + content: "\F0FBD"; +} + +.mdi-format-text-rotation-none::before { + content: "\F0D74"; +} + +.mdi-format-text-rotation-up::before { + content: "\F0FBE"; +} + +.mdi-format-text-rotation-vertical::before { + content: "\F0FBF"; +} + +.mdi-format-text-variant::before { + content: "\F0E32"; +} + +.mdi-format-text-variant-outline::before { + content: "\F150F"; +} + +.mdi-format-text-wrapping-clip::before { + content: "\F0D0E"; +} + +.mdi-format-text-wrapping-overflow::before { + content: "\F0D0F"; +} + +.mdi-format-text-wrapping-wrap::before { + content: "\F0D10"; +} + +.mdi-format-textbox::before { + content: "\F0D11"; +} + +.mdi-format-textdirection-l-to-r::before { + content: "\F0285"; +} + +.mdi-format-textdirection-r-to-l::before { + content: "\F0286"; +} + +.mdi-format-title::before { + content: "\F05F4"; +} + +.mdi-format-underline::before { + content: "\F0287"; +} + +.mdi-format-vertical-align-bottom::before { + content: "\F0621"; +} + +.mdi-format-vertical-align-center::before { + content: "\F0622"; +} + +.mdi-format-vertical-align-top::before { + content: "\F0623"; +} + +.mdi-format-wrap-inline::before { + content: "\F0288"; +} + +.mdi-format-wrap-square::before { + content: "\F0289"; +} + +.mdi-format-wrap-tight::before { + content: "\F028A"; +} + +.mdi-format-wrap-top-bottom::before { + content: "\F028B"; +} + +.mdi-forum::before { + content: "\F028C"; +} + +.mdi-forum-outline::before { + content: "\F0822"; +} + +.mdi-forward::before { + content: "\F028D"; +} + +.mdi-forwardburger::before { + content: "\F0D75"; +} + +.mdi-fountain::before { + content: "\F096B"; +} + +.mdi-fountain-pen::before { + content: "\F0D12"; +} + +.mdi-fountain-pen-tip::before { + content: "\F0D13"; +} + +.mdi-freebsd::before { + content: "\F08E0"; +} + +.mdi-frequently-asked-questions::before { + content: "\F0EB4"; +} + +.mdi-fridge::before { + content: "\F0290"; +} + +.mdi-fridge-alert::before { + content: "\F11B1"; +} + +.mdi-fridge-alert-outline::before { + content: "\F11B2"; +} + +.mdi-fridge-bottom::before { + content: "\F0292"; +} + +.mdi-fridge-industrial::before { + content: "\F15EE"; +} + +.mdi-fridge-industrial-alert::before { + content: "\F15EF"; +} + +.mdi-fridge-industrial-alert-outline::before { + content: "\F15F0"; +} + +.mdi-fridge-industrial-off::before { + content: "\F15F1"; +} + +.mdi-fridge-industrial-off-outline::before { + content: "\F15F2"; +} + +.mdi-fridge-industrial-outline::before { + content: "\F15F3"; +} + +.mdi-fridge-off::before { + content: "\F11AF"; +} + +.mdi-fridge-off-outline::before { + content: "\F11B0"; +} + +.mdi-fridge-outline::before { + content: "\F028F"; +} + +.mdi-fridge-top::before { + content: "\F0291"; +} + +.mdi-fridge-variant::before { + content: "\F15F4"; +} + +.mdi-fridge-variant-alert::before { + content: "\F15F5"; +} + +.mdi-fridge-variant-alert-outline::before { + content: "\F15F6"; +} + +.mdi-fridge-variant-off::before { + content: "\F15F7"; +} + +.mdi-fridge-variant-off-outline::before { + content: "\F15F8"; +} + +.mdi-fridge-variant-outline::before { + content: "\F15F9"; +} + +.mdi-fruit-cherries::before { + content: "\F1042"; +} + +.mdi-fruit-cherries-off::before { + content: "\F13F8"; +} + +.mdi-fruit-citrus::before { + content: "\F1043"; +} + +.mdi-fruit-citrus-off::before { + content: "\F13F9"; +} + +.mdi-fruit-grapes::before { + content: "\F1044"; +} + +.mdi-fruit-grapes-outline::before { + content: "\F1045"; +} + +.mdi-fruit-pineapple::before { + content: "\F1046"; +} + +.mdi-fruit-watermelon::before { + content: "\F1047"; +} + +.mdi-fuel::before { + content: "\F07CA"; +} + +.mdi-fullscreen::before { + content: "\F0293"; +} + +.mdi-fullscreen-exit::before { + content: "\F0294"; +} + +.mdi-function::before { + content: "\F0295"; +} + +.mdi-function-variant::before { + content: "\F0871"; +} + +.mdi-furigana-horizontal::before { + content: "\F1081"; +} + +.mdi-furigana-vertical::before { + content: "\F1082"; +} + +.mdi-fuse::before { + content: "\F0C85"; +} + +.mdi-fuse-alert::before { + content: "\F142D"; +} + +.mdi-fuse-blade::before { + content: "\F0C86"; +} + +.mdi-fuse-off::before { + content: "\F142C"; +} + +.mdi-gamepad::before { + content: "\F0296"; +} + +.mdi-gamepad-circle::before { + content: "\F0E33"; +} + +.mdi-gamepad-circle-down::before { + content: "\F0E34"; +} + +.mdi-gamepad-circle-left::before { + content: "\F0E35"; +} + +.mdi-gamepad-circle-outline::before { + content: "\F0E36"; +} + +.mdi-gamepad-circle-right::before { + content: "\F0E37"; +} + +.mdi-gamepad-circle-up::before { + content: "\F0E38"; +} + +.mdi-gamepad-down::before { + content: "\F0E39"; +} + +.mdi-gamepad-left::before { + content: "\F0E3A"; +} + +.mdi-gamepad-right::before { + content: "\F0E3B"; +} + +.mdi-gamepad-round::before { + content: "\F0E3C"; +} + +.mdi-gamepad-round-down::before { + content: "\F0E3D"; +} + +.mdi-gamepad-round-left::before { + content: "\F0E3E"; +} + +.mdi-gamepad-round-outline::before { + content: "\F0E3F"; +} + +.mdi-gamepad-round-right::before { + content: "\F0E40"; +} + +.mdi-gamepad-round-up::before { + content: "\F0E41"; +} + +.mdi-gamepad-square::before { + content: "\F0EB5"; +} + +.mdi-gamepad-square-outline::before { + content: "\F0EB6"; +} + +.mdi-gamepad-up::before { + content: "\F0E42"; +} + +.mdi-gamepad-variant::before { + content: "\F0297"; +} + +.mdi-gamepad-variant-outline::before { + content: "\F0EB7"; +} + +.mdi-gamma::before { + content: "\F10EE"; +} + +.mdi-gantry-crane::before { + content: "\F0DD1"; +} + +.mdi-garage::before { + content: "\F06D9"; +} + +.mdi-garage-alert::before { + content: "\F0872"; +} + +.mdi-garage-alert-variant::before { + content: "\F12D5"; +} + +.mdi-garage-open::before { + content: "\F06DA"; +} + +.mdi-garage-open-variant::before { + content: "\F12D4"; +} + +.mdi-garage-variant::before { + content: "\F12D3"; +} + +.mdi-gas-cylinder::before { + content: "\F0647"; +} + +.mdi-gas-station::before { + content: "\F0298"; +} + +.mdi-gas-station-off::before { + content: "\F1409"; +} + +.mdi-gas-station-off-outline::before { + content: "\F140A"; +} + +.mdi-gas-station-outline::before { + content: "\F0EB8"; +} + +.mdi-gate::before { + content: "\F0299"; +} + +.mdi-gate-and::before { + content: "\F08E1"; +} + +.mdi-gate-arrow-right::before { + content: "\F1169"; +} + +.mdi-gate-nand::before { + content: "\F08E2"; +} + +.mdi-gate-nor::before { + content: "\F08E3"; +} + +.mdi-gate-not::before { + content: "\F08E4"; +} + +.mdi-gate-open::before { + content: "\F116A"; +} + +.mdi-gate-or::before { + content: "\F08E5"; +} + +.mdi-gate-xnor::before { + content: "\F08E6"; +} + +.mdi-gate-xor::before { + content: "\F08E7"; +} + +.mdi-gatsby::before { + content: "\F0E43"; +} + +.mdi-gauge::before { + content: "\F029A"; +} + +.mdi-gauge-empty::before { + content: "\F0873"; +} + +.mdi-gauge-full::before { + content: "\F0874"; +} + +.mdi-gauge-low::before { + content: "\F0875"; +} + +.mdi-gavel::before { + content: "\F029B"; +} + +.mdi-gender-female::before { + content: "\F029C"; +} + +.mdi-gender-male::before { + content: "\F029D"; +} + +.mdi-gender-male-female::before { + content: "\F029E"; +} + +.mdi-gender-male-female-variant::before { + content: "\F113F"; +} + +.mdi-gender-non-binary::before { + content: "\F1140"; +} + +.mdi-gender-transgender::before { + content: "\F029F"; +} + +.mdi-gentoo::before { + content: "\F08E8"; +} + +.mdi-gesture::before { + content: "\F07CB"; +} + +.mdi-gesture-double-tap::before { + content: "\F073C"; +} + +.mdi-gesture-pinch::before { + content: "\F0ABD"; +} + +.mdi-gesture-spread::before { + content: "\F0ABE"; +} + +.mdi-gesture-swipe::before { + content: "\F0D76"; +} + +.mdi-gesture-swipe-down::before { + content: "\F073D"; +} + +.mdi-gesture-swipe-horizontal::before { + content: "\F0ABF"; +} + +.mdi-gesture-swipe-left::before { + content: "\F073E"; +} + +.mdi-gesture-swipe-right::before { + content: "\F073F"; +} + +.mdi-gesture-swipe-up::before { + content: "\F0740"; +} + +.mdi-gesture-swipe-vertical::before { + content: "\F0AC0"; +} + +.mdi-gesture-tap::before { + content: "\F0741"; +} + +.mdi-gesture-tap-box::before { + content: "\F12A9"; +} + +.mdi-gesture-tap-button::before { + content: "\F12A8"; +} + +.mdi-gesture-tap-hold::before { + content: "\F0D77"; +} + +.mdi-gesture-two-double-tap::before { + content: "\F0742"; +} + +.mdi-gesture-two-tap::before { + content: "\F0743"; +} + +.mdi-ghost::before { + content: "\F02A0"; +} + +.mdi-ghost-off::before { + content: "\F09F5"; +} + +.mdi-ghost-off-outline::before { + content: "\F165C"; +} + +.mdi-ghost-outline::before { + content: "\F165D"; +} + +.mdi-gif::before { + content: "\F0D78"; +} + +.mdi-gift::before { + content: "\F0E44"; +} + +.mdi-gift-outline::before { + content: "\F02A1"; +} + +.mdi-git::before { + content: "\F02A2"; +} + +.mdi-github::before { + content: "\F02A4"; +} + +.mdi-gitlab::before { + content: "\F0BA0"; +} + +.mdi-glass-cocktail::before { + content: "\F0356"; +} + +.mdi-glass-cocktail-off::before { + content: "\F15E6"; +} + +.mdi-glass-flute::before { + content: "\F02A5"; +} + +.mdi-glass-mug::before { + content: "\F02A6"; +} + +.mdi-glass-mug-off::before { + content: "\F15E7"; +} + +.mdi-glass-mug-variant::before { + content: "\F1116"; +} + +.mdi-glass-mug-variant-off::before { + content: "\F15E8"; +} + +.mdi-glass-pint-outline::before { + content: "\F130D"; +} + +.mdi-glass-stange::before { + content: "\F02A7"; +} + +.mdi-glass-tulip::before { + content: "\F02A8"; +} + +.mdi-glass-wine::before { + content: "\F0876"; +} + +.mdi-glasses::before { + content: "\F02AA"; +} + +.mdi-globe-light::before { + content: "\F12D7"; +} + +.mdi-globe-model::before { + content: "\F08E9"; +} + +.mdi-gmail::before { + content: "\F02AB"; +} + +.mdi-gnome::before { + content: "\F02AC"; +} + +.mdi-go-kart::before { + content: "\F0D79"; +} + +.mdi-go-kart-track::before { + content: "\F0D7A"; +} + +.mdi-gog::before { + content: "\F0BA1"; +} + +.mdi-gold::before { + content: "\F124F"; +} + +.mdi-golf::before { + content: "\F0823"; +} + +.mdi-golf-cart::before { + content: "\F11A4"; +} + +.mdi-golf-tee::before { + content: "\F1083"; +} + +.mdi-gondola::before { + content: "\F0686"; +} + +.mdi-goodreads::before { + content: "\F0D7B"; +} + +.mdi-google::before { + content: "\F02AD"; +} + +.mdi-google-ads::before { + content: "\F0C87"; +} + +.mdi-google-analytics::before { + content: "\F07CC"; +} + +.mdi-google-assistant::before { + content: "\F07CD"; +} + +.mdi-google-cardboard::before { + content: "\F02AE"; +} + +.mdi-google-chrome::before { + content: "\F02AF"; +} + +.mdi-google-circles::before { + content: "\F02B0"; +} + +.mdi-google-circles-communities::before { + content: "\F02B1"; +} + +.mdi-google-circles-extended::before { + content: "\F02B2"; +} + +.mdi-google-circles-group::before { + content: "\F02B3"; +} + +.mdi-google-classroom::before { + content: "\F02C0"; +} + +.mdi-google-cloud::before { + content: "\F11F6"; +} + +.mdi-google-controller::before { + content: "\F02B4"; +} + +.mdi-google-controller-off::before { + content: "\F02B5"; +} + +.mdi-google-downasaur::before { + content: "\F1362"; +} + +.mdi-google-drive::before { + content: "\F02B6"; +} + +.mdi-google-earth::before { + content: "\F02B7"; +} + +.mdi-google-fit::before { + content: "\F096C"; +} + +.mdi-google-glass::before { + content: "\F02B8"; +} + +.mdi-google-hangouts::before { + content: "\F02C9"; +} + +.mdi-google-home::before { + content: "\F0824"; +} + +.mdi-google-keep::before { + content: "\F06DC"; +} + +.mdi-google-lens::before { + content: "\F09F6"; +} + +.mdi-google-maps::before { + content: "\F05F5"; +} + +.mdi-google-my-business::before { + content: "\F1048"; +} + +.mdi-google-nearby::before { + content: "\F02B9"; +} + +.mdi-google-photos::before { + content: "\F06DD"; +} + +.mdi-google-play::before { + content: "\F02BC"; +} + +.mdi-google-plus::before { + content: "\F02BD"; +} + +.mdi-google-podcast::before { + content: "\F0EB9"; +} + +.mdi-google-spreadsheet::before { + content: "\F09F7"; +} + +.mdi-google-street-view::before { + content: "\F0C88"; +} + +.mdi-google-translate::before { + content: "\F02BF"; +} + +.mdi-gradient::before { + content: "\F06A0"; +} + +.mdi-grain::before { + content: "\F0D7C"; +} + +.mdi-graph::before { + content: "\F1049"; +} + +.mdi-graph-outline::before { + content: "\F104A"; +} + +.mdi-graphql::before { + content: "\F0877"; +} + +.mdi-grass::before { + content: "\F1510"; +} + +.mdi-grave-stone::before { + content: "\F0BA2"; +} + +.mdi-grease-pencil::before { + content: "\F0648"; +} + +.mdi-greater-than::before { + content: "\F096D"; +} + +.mdi-greater-than-or-equal::before { + content: "\F096E"; +} + +.mdi-grid::before { + content: "\F02C1"; +} + +.mdi-grid-large::before { + content: "\F0758"; +} + +.mdi-grid-off::before { + content: "\F02C2"; +} + +.mdi-grill::before { + content: "\F0E45"; +} + +.mdi-grill-outline::before { + content: "\F118A"; +} + +.mdi-group::before { + content: "\F02C3"; +} + +.mdi-guitar-acoustic::before { + content: "\F0771"; +} + +.mdi-guitar-electric::before { + content: "\F02C4"; +} + +.mdi-guitar-pick::before { + content: "\F02C5"; +} + +.mdi-guitar-pick-outline::before { + content: "\F02C6"; +} + +.mdi-guy-fawkes-mask::before { + content: "\F0825"; +} + +.mdi-hail::before { + content: "\F0AC1"; +} + +.mdi-hair-dryer::before { + content: "\F10EF"; +} + +.mdi-hair-dryer-outline::before { + content: "\F10F0"; +} + +.mdi-halloween::before { + content: "\F0BA3"; +} + +.mdi-hamburger::before { + content: "\F0685"; +} + +.mdi-hammer::before { + content: "\F08EA"; +} + +.mdi-hammer-screwdriver::before { + content: "\F1322"; +} + +.mdi-hammer-wrench::before { + content: "\F1323"; +} + +.mdi-hand::before { + content: "\F0A4F"; +} + +.mdi-hand-heart::before { + content: "\F10F1"; +} + +.mdi-hand-heart-outline::before { + content: "\F157E"; +} + +.mdi-hand-left::before { + content: "\F0E46"; +} + +.mdi-hand-okay::before { + content: "\F0A50"; +} + +.mdi-hand-peace::before { + content: "\F0A51"; +} + +.mdi-hand-peace-variant::before { + content: "\F0A52"; +} + +.mdi-hand-pointing-down::before { + content: "\F0A53"; +} + +.mdi-hand-pointing-left::before { + content: "\F0A54"; +} + +.mdi-hand-pointing-right::before { + content: "\F02C7"; +} + +.mdi-hand-pointing-up::before { + content: "\F0A55"; +} + +.mdi-hand-right::before { + content: "\F0E47"; +} + +.mdi-hand-saw::before { + content: "\F0E48"; +} + +.mdi-hand-wash::before { + content: "\F157F"; +} + +.mdi-hand-wash-outline::before { + content: "\F1580"; +} + +.mdi-hand-water::before { + content: "\F139F"; +} + +.mdi-handball::before { + content: "\F0F53"; +} + +.mdi-handcuffs::before { + content: "\F113E"; +} + +.mdi-handshake::before { + content: "\F1218"; +} + +.mdi-handshake-outline::before { + content: "\F15A1"; +} + +.mdi-hanger::before { + content: "\F02C8"; +} + +.mdi-hard-hat::before { + content: "\F096F"; +} + +.mdi-harddisk::before { + content: "\F02CA"; +} + +.mdi-harddisk-plus::before { + content: "\F104B"; +} + +.mdi-harddisk-remove::before { + content: "\F104C"; +} + +.mdi-hat-fedora::before { + content: "\F0BA4"; +} + +.mdi-hazard-lights::before { + content: "\F0C89"; +} + +.mdi-hdr::before { + content: "\F0D7D"; +} + +.mdi-hdr-off::before { + content: "\F0D7E"; +} + +.mdi-head::before { + content: "\F135E"; +} + +.mdi-head-alert::before { + content: "\F1338"; +} + +.mdi-head-alert-outline::before { + content: "\F1339"; +} + +.mdi-head-check::before { + content: "\F133A"; +} + +.mdi-head-check-outline::before { + content: "\F133B"; +} + +.mdi-head-cog::before { + content: "\F133C"; +} + +.mdi-head-cog-outline::before { + content: "\F133D"; +} + +.mdi-head-dots-horizontal::before { + content: "\F133E"; +} + +.mdi-head-dots-horizontal-outline::before { + content: "\F133F"; +} + +.mdi-head-flash::before { + content: "\F1340"; +} + +.mdi-head-flash-outline::before { + content: "\F1341"; +} + +.mdi-head-heart::before { + content: "\F1342"; +} + +.mdi-head-heart-outline::before { + content: "\F1343"; +} + +.mdi-head-lightbulb::before { + content: "\F1344"; +} + +.mdi-head-lightbulb-outline::before { + content: "\F1345"; +} + +.mdi-head-minus::before { + content: "\F1346"; +} + +.mdi-head-minus-outline::before { + content: "\F1347"; +} + +.mdi-head-outline::before { + content: "\F135F"; +} + +.mdi-head-plus::before { + content: "\F1348"; +} + +.mdi-head-plus-outline::before { + content: "\F1349"; +} + +.mdi-head-question::before { + content: "\F134A"; +} + +.mdi-head-question-outline::before { + content: "\F134B"; +} + +.mdi-head-remove::before { + content: "\F134C"; +} + +.mdi-head-remove-outline::before { + content: "\F134D"; +} + +.mdi-head-snowflake::before { + content: "\F134E"; +} + +.mdi-head-snowflake-outline::before { + content: "\F134F"; +} + +.mdi-head-sync::before { + content: "\F1350"; +} + +.mdi-head-sync-outline::before { + content: "\F1351"; +} + +.mdi-headphones::before { + content: "\F02CB"; +} + +.mdi-headphones-bluetooth::before { + content: "\F0970"; +} + +.mdi-headphones-box::before { + content: "\F02CC"; +} + +.mdi-headphones-off::before { + content: "\F07CE"; +} + +.mdi-headphones-settings::before { + content: "\F02CD"; +} + +.mdi-headset::before { + content: "\F02CE"; +} + +.mdi-headset-dock::before { + content: "\F02CF"; +} + +.mdi-headset-off::before { + content: "\F02D0"; +} + +.mdi-heart::before { + content: "\F02D1"; +} + +.mdi-heart-box::before { + content: "\F02D2"; +} + +.mdi-heart-box-outline::before { + content: "\F02D3"; +} + +.mdi-heart-broken::before { + content: "\F02D4"; +} + +.mdi-heart-broken-outline::before { + content: "\F0D14"; +} + +.mdi-heart-circle::before { + content: "\F0971"; +} + +.mdi-heart-circle-outline::before { + content: "\F0972"; +} + +.mdi-heart-cog::before { + content: "\F1663"; +} + +.mdi-heart-cog-outline::before { + content: "\F1664"; +} + +.mdi-heart-flash::before { + content: "\F0EF9"; +} + +.mdi-heart-half::before { + content: "\F06DF"; +} + +.mdi-heart-half-full::before { + content: "\F06DE"; +} + +.mdi-heart-half-outline::before { + content: "\F06E0"; +} + +.mdi-heart-minus::before { + content: "\F142F"; +} + +.mdi-heart-minus-outline::before { + content: "\F1432"; +} + +.mdi-heart-multiple::before { + content: "\F0A56"; +} + +.mdi-heart-multiple-outline::before { + content: "\F0A57"; +} + +.mdi-heart-off::before { + content: "\F0759"; +} + +.mdi-heart-off-outline::before { + content: "\F1434"; +} + +.mdi-heart-outline::before { + content: "\F02D5"; +} + +.mdi-heart-plus::before { + content: "\F142E"; +} + +.mdi-heart-plus-outline::before { + content: "\F1431"; +} + +.mdi-heart-pulse::before { + content: "\F05F6"; +} + +.mdi-heart-remove::before { + content: "\F1430"; +} + +.mdi-heart-remove-outline::before { + content: "\F1433"; +} + +.mdi-heart-settings::before { + content: "\F1665"; +} + +.mdi-heart-settings-outline::before { + content: "\F1666"; +} + +.mdi-helicopter::before { + content: "\F0AC2"; +} + +.mdi-help::before { + content: "\F02D6"; +} + +.mdi-help-box::before { + content: "\F078B"; +} + +.mdi-help-circle::before { + content: "\F02D7"; +} + +.mdi-help-circle-outline::before { + content: "\F0625"; +} + +.mdi-help-network::before { + content: "\F06F5"; +} + +.mdi-help-network-outline::before { + content: "\F0C8A"; +} + +.mdi-help-rhombus::before { + content: "\F0BA5"; +} + +.mdi-help-rhombus-outline::before { + content: "\F0BA6"; +} + +.mdi-hexadecimal::before { + content: "\F12A7"; +} + +.mdi-hexagon::before { + content: "\F02D8"; +} + +.mdi-hexagon-multiple::before { + content: "\F06E1"; +} + +.mdi-hexagon-multiple-outline::before { + content: "\F10F2"; +} + +.mdi-hexagon-outline::before { + content: "\F02D9"; +} + +.mdi-hexagon-slice-1::before { + content: "\F0AC3"; +} + +.mdi-hexagon-slice-2::before { + content: "\F0AC4"; +} + +.mdi-hexagon-slice-3::before { + content: "\F0AC5"; +} + +.mdi-hexagon-slice-4::before { + content: "\F0AC6"; +} + +.mdi-hexagon-slice-5::before { + content: "\F0AC7"; +} + +.mdi-hexagon-slice-6::before { + content: "\F0AC8"; +} + +.mdi-hexagram::before { + content: "\F0AC9"; +} + +.mdi-hexagram-outline::before { + content: "\F0ACA"; +} + +.mdi-high-definition::before { + content: "\F07CF"; +} + +.mdi-high-definition-box::before { + content: "\F0878"; +} + +.mdi-highway::before { + content: "\F05F7"; +} + +.mdi-hiking::before { + content: "\F0D7F"; +} + +.mdi-hinduism::before { + content: "\F0973"; +} + +.mdi-history::before { + content: "\F02DA"; +} + +.mdi-hockey-puck::before { + content: "\F0879"; +} + +.mdi-hockey-sticks::before { + content: "\F087A"; +} + +.mdi-hololens::before { + content: "\F02DB"; +} + +.mdi-home::before { + content: "\F02DC"; +} + +.mdi-home-account::before { + content: "\F0826"; +} + +.mdi-home-alert::before { + content: "\F087B"; +} + +.mdi-home-alert-outline::before { + content: "\F15D0"; +} + +.mdi-home-analytics::before { + content: "\F0EBA"; +} + +.mdi-home-assistant::before { + content: "\F07D0"; +} + +.mdi-home-automation::before { + content: "\F07D1"; +} + +.mdi-home-circle::before { + content: "\F07D2"; +} + +.mdi-home-circle-outline::before { + content: "\F104D"; +} + +.mdi-home-city::before { + content: "\F0D15"; +} + +.mdi-home-city-outline::before { + content: "\F0D16"; +} + +.mdi-home-currency-usd::before { + content: "\F08AF"; +} + +.mdi-home-edit::before { + content: "\F1159"; +} + +.mdi-home-edit-outline::before { + content: "\F115A"; +} + +.mdi-home-export-outline::before { + content: "\F0F9B"; +} + +.mdi-home-flood::before { + content: "\F0EFA"; +} + +.mdi-home-floor-0::before { + content: "\F0DD2"; +} + +.mdi-home-floor-1::before { + content: "\F0D80"; +} + +.mdi-home-floor-2::before { + content: "\F0D81"; +} + +.mdi-home-floor-3::before { + content: "\F0D82"; +} + +.mdi-home-floor-a::before { + content: "\F0D83"; +} + +.mdi-home-floor-b::before { + content: "\F0D84"; +} + +.mdi-home-floor-g::before { + content: "\F0D85"; +} + +.mdi-home-floor-l::before { + content: "\F0D86"; +} + +.mdi-home-floor-negative-1::before { + content: "\F0DD3"; +} + +.mdi-home-group::before { + content: "\F0DD4"; +} + +.mdi-home-heart::before { + content: "\F0827"; +} + +.mdi-home-import-outline::before { + content: "\F0F9C"; +} + +.mdi-home-lightbulb::before { + content: "\F1251"; +} + +.mdi-home-lightbulb-outline::before { + content: "\F1252"; +} + +.mdi-home-lock::before { + content: "\F08EB"; +} + +.mdi-home-lock-open::before { + content: "\F08EC"; +} + +.mdi-home-map-marker::before { + content: "\F05F8"; +} + +.mdi-home-minus::before { + content: "\F0974"; +} + +.mdi-home-minus-outline::before { + content: "\F13D5"; +} + +.mdi-home-modern::before { + content: "\F02DD"; +} + +.mdi-home-outline::before { + content: "\F06A1"; +} + +.mdi-home-plus::before { + content: "\F0975"; +} + +.mdi-home-plus-outline::before { + content: "\F13D6"; +} + +.mdi-home-remove::before { + content: "\F1247"; +} + +.mdi-home-remove-outline::before { + content: "\F13D7"; +} + +.mdi-home-roof::before { + content: "\F112B"; +} + +.mdi-home-search::before { + content: "\F13B0"; +} + +.mdi-home-search-outline::before { + content: "\F13B1"; +} + +.mdi-home-thermometer::before { + content: "\F0F54"; +} + +.mdi-home-thermometer-outline::before { + content: "\F0F55"; +} + +.mdi-home-variant::before { + content: "\F02DE"; +} + +.mdi-home-variant-outline::before { + content: "\F0BA7"; +} + +.mdi-hook::before { + content: "\F06E2"; +} + +.mdi-hook-off::before { + content: "\F06E3"; +} + +.mdi-hops::before { + content: "\F02DF"; +} + +.mdi-horizontal-rotate-clockwise::before { + content: "\F10F3"; +} + +.mdi-horizontal-rotate-counterclockwise::before { + content: "\F10F4"; +} + +.mdi-horse::before { + content: "\F15BF"; +} + +.mdi-horse-human::before { + content: "\F15C0"; +} + +.mdi-horse-variant::before { + content: "\F15C1"; +} + +.mdi-horseshoe::before { + content: "\F0A58"; +} + +.mdi-hospital::before { + content: "\F0FF6"; +} + +.mdi-hospital-box::before { + content: "\F02E0"; +} + +.mdi-hospital-box-outline::before { + content: "\F0FF7"; +} + +.mdi-hospital-building::before { + content: "\F02E1"; +} + +.mdi-hospital-marker::before { + content: "\F02E2"; +} + +.mdi-hot-tub::before { + content: "\F0828"; +} + +.mdi-hours-24::before { + content: "\F1478"; +} + +.mdi-hubspot::before { + content: "\F0D17"; +} + +.mdi-hulu::before { + content: "\F0829"; +} + +.mdi-human::before { + content: "\F02E6"; +} + +.mdi-human-baby-changing-table::before { + content: "\F138B"; +} + +.mdi-human-cane::before { + content: "\F1581"; +} + +.mdi-human-capacity-decrease::before { + content: "\F159B"; +} + +.mdi-human-capacity-increase::before { + content: "\F159C"; +} + +.mdi-human-child::before { + content: "\F02E7"; +} + +.mdi-human-edit::before { + content: "\F14E8"; +} + +.mdi-human-female::before { + content: "\F0649"; +} + +.mdi-human-female-boy::before { + content: "\F0A59"; +} + +.mdi-human-female-dance::before { + content: "\F15C9"; +} + +.mdi-human-female-female::before { + content: "\F0A5A"; +} + +.mdi-human-female-girl::before { + content: "\F0A5B"; +} + +.mdi-human-greeting::before { + content: "\F064A"; +} + +.mdi-human-greeting-proximity::before { + content: "\F159D"; +} + +.mdi-human-handsdown::before { + content: "\F064B"; +} + +.mdi-human-handsup::before { + content: "\F064C"; +} + +.mdi-human-male::before { + content: "\F064D"; +} + +.mdi-human-male-boy::before { + content: "\F0A5C"; +} + +.mdi-human-male-child::before { + content: "\F138C"; +} + +.mdi-human-male-female::before { + content: "\F02E8"; +} + +.mdi-human-male-girl::before { + content: "\F0A5D"; +} + +.mdi-human-male-height::before { + content: "\F0EFB"; +} + +.mdi-human-male-height-variant::before { + content: "\F0EFC"; +} + +.mdi-human-male-male::before { + content: "\F0A5E"; +} + +.mdi-human-pregnant::before { + content: "\F05CF"; +} + +.mdi-human-queue::before { + content: "\F1571"; +} + +.mdi-human-scooter::before { + content: "\F11E9"; +} + +.mdi-human-wheelchair::before { + content: "\F138D"; +} + +.mdi-humble-bundle::before { + content: "\F0744"; +} + +.mdi-hvac::before { + content: "\F1352"; +} + +.mdi-hvac-off::before { + content: "\F159E"; +} + +.mdi-hydraulic-oil-level::before { + content: "\F1324"; +} + +.mdi-hydraulic-oil-temperature::before { + content: "\F1325"; +} + +.mdi-hydro-power::before { + content: "\F12E5"; +} + +.mdi-ice-cream::before { + content: "\F082A"; +} + +.mdi-ice-cream-off::before { + content: "\F0E52"; +} + +.mdi-ice-pop::before { + content: "\F0EFD"; +} + +.mdi-id-card::before { + content: "\F0FC0"; +} + +.mdi-identifier::before { + content: "\F0EFE"; +} + +.mdi-ideogram-cjk::before { + content: "\F1331"; +} + +.mdi-ideogram-cjk-variant::before { + content: "\F1332"; +} + +.mdi-iframe::before { + content: "\F0C8B"; +} + +.mdi-iframe-array::before { + content: "\F10F5"; +} + +.mdi-iframe-array-outline::before { + content: "\F10F6"; +} + +.mdi-iframe-braces::before { + content: "\F10F7"; +} + +.mdi-iframe-braces-outline::before { + content: "\F10F8"; +} + +.mdi-iframe-outline::before { + content: "\F0C8C"; +} + +.mdi-iframe-parentheses::before { + content: "\F10F9"; +} + +.mdi-iframe-parentheses-outline::before { + content: "\F10FA"; +} + +.mdi-iframe-variable::before { + content: "\F10FB"; +} + +.mdi-iframe-variable-outline::before { + content: "\F10FC"; +} + +.mdi-image::before { + content: "\F02E9"; +} + +.mdi-image-album::before { + content: "\F02EA"; +} + +.mdi-image-area::before { + content: "\F02EB"; +} + +.mdi-image-area-close::before { + content: "\F02EC"; +} + +.mdi-image-auto-adjust::before { + content: "\F0FC1"; +} + +.mdi-image-broken::before { + content: "\F02ED"; +} + +.mdi-image-broken-variant::before { + content: "\F02EE"; +} + +.mdi-image-edit::before { + content: "\F11E3"; +} + +.mdi-image-edit-outline::before { + content: "\F11E4"; +} + +.mdi-image-filter-black-white::before { + content: "\F02F0"; +} + +.mdi-image-filter-center-focus::before { + content: "\F02F1"; +} + +.mdi-image-filter-center-focus-strong::before { + content: "\F0EFF"; +} + +.mdi-image-filter-center-focus-strong-outline::before { + content: "\F0F00"; +} + +.mdi-image-filter-center-focus-weak::before { + content: "\F02F2"; +} + +.mdi-image-filter-drama::before { + content: "\F02F3"; +} + +.mdi-image-filter-frames::before { + content: "\F02F4"; +} + +.mdi-image-filter-hdr::before { + content: "\F02F5"; +} + +.mdi-image-filter-none::before { + content: "\F02F6"; +} + +.mdi-image-filter-tilt-shift::before { + content: "\F02F7"; +} + +.mdi-image-filter-vintage::before { + content: "\F02F8"; +} + +.mdi-image-frame::before { + content: "\F0E49"; +} + +.mdi-image-minus::before { + content: "\F1419"; +} + +.mdi-image-move::before { + content: "\F09F8"; +} + +.mdi-image-multiple::before { + content: "\F02F9"; +} + +.mdi-image-multiple-outline::before { + content: "\F02EF"; +} + +.mdi-image-off::before { + content: "\F082B"; +} + +.mdi-image-off-outline::before { + content: "\F11D1"; +} + +.mdi-image-outline::before { + content: "\F0976"; +} + +.mdi-image-plus::before { + content: "\F087C"; +} + +.mdi-image-remove::before { + content: "\F1418"; +} + +.mdi-image-search::before { + content: "\F0977"; +} + +.mdi-image-search-outline::before { + content: "\F0978"; +} + +.mdi-image-size-select-actual::before { + content: "\F0C8D"; +} + +.mdi-image-size-select-large::before { + content: "\F0C8E"; +} + +.mdi-image-size-select-small::before { + content: "\F0C8F"; +} + +.mdi-image-text::before { + content: "\F160D"; +} + +.mdi-import::before { + content: "\F02FA"; +} + +.mdi-inbox::before { + content: "\F0687"; +} + +.mdi-inbox-arrow-down::before { + content: "\F02FB"; +} + +.mdi-inbox-arrow-down-outline::before { + content: "\F1270"; +} + +.mdi-inbox-arrow-up::before { + content: "\F03D1"; +} + +.mdi-inbox-arrow-up-outline::before { + content: "\F1271"; +} + +.mdi-inbox-full::before { + content: "\F1272"; +} + +.mdi-inbox-full-outline::before { + content: "\F1273"; +} + +.mdi-inbox-multiple::before { + content: "\F08B0"; +} + +.mdi-inbox-multiple-outline::before { + content: "\F0BA8"; +} + +.mdi-inbox-outline::before { + content: "\F1274"; +} + +.mdi-inbox-remove::before { + content: "\F159F"; +} + +.mdi-inbox-remove-outline::before { + content: "\F15A0"; +} + +.mdi-incognito::before { + content: "\F05F9"; +} + +.mdi-incognito-circle::before { + content: "\F1421"; +} + +.mdi-incognito-circle-off::before { + content: "\F1422"; +} + +.mdi-incognito-off::before { + content: "\F0075"; +} + +.mdi-infinity::before { + content: "\F06E4"; +} + +.mdi-information::before { + content: "\F02FC"; +} + +.mdi-information-outline::before { + content: "\F02FD"; +} + +.mdi-information-variant::before { + content: "\F064E"; +} + +.mdi-instagram::before { + content: "\F02FE"; +} + +.mdi-instrument-triangle::before { + content: "\F104E"; +} + +.mdi-invert-colors::before { + content: "\F0301"; +} + +.mdi-invert-colors-off::before { + content: "\F0E4A"; +} + +.mdi-iobroker::before { + content: "\F12E8"; +} + +.mdi-ip::before { + content: "\F0A5F"; +} + +.mdi-ip-network::before { + content: "\F0A60"; +} + +.mdi-ip-network-outline::before { + content: "\F0C90"; +} + +.mdi-ipod::before { + content: "\F0C91"; +} + +.mdi-islam::before { + content: "\F0979"; +} + +.mdi-island::before { + content: "\F104F"; +} + +.mdi-iv-bag::before { + content: "\F10B9"; +} + +.mdi-jabber::before { + content: "\F0DD5"; +} + +.mdi-jeepney::before { + content: "\F0302"; +} + +.mdi-jellyfish::before { + content: "\F0F01"; +} + +.mdi-jellyfish-outline::before { + content: "\F0F02"; +} + +.mdi-jira::before { + content: "\F0303"; +} + +.mdi-jquery::before { + content: "\F087D"; +} + +.mdi-jsfiddle::before { + content: "\F0304"; +} + +.mdi-judaism::before { + content: "\F097A"; +} + +.mdi-jump-rope::before { + content: "\F12FF"; +} + +.mdi-kabaddi::before { + content: "\F0D87"; +} + +.mdi-kangaroo::before { + content: "\F1558"; +} + +.mdi-karate::before { + content: "\F082C"; +} + +.mdi-keg::before { + content: "\F0305"; +} + +.mdi-kettle::before { + content: "\F05FA"; +} + +.mdi-kettle-alert::before { + content: "\F1317"; +} + +.mdi-kettle-alert-outline::before { + content: "\F1318"; +} + +.mdi-kettle-off::before { + content: "\F131B"; +} + +.mdi-kettle-off-outline::before { + content: "\F131C"; +} + +.mdi-kettle-outline::before { + content: "\F0F56"; +} + +.mdi-kettle-steam::before { + content: "\F1319"; +} + +.mdi-kettle-steam-outline::before { + content: "\F131A"; +} + +.mdi-kettlebell::before { + content: "\F1300"; +} + +.mdi-key::before { + content: "\F0306"; +} + +.mdi-key-arrow-right::before { + content: "\F1312"; +} + +.mdi-key-chain::before { + content: "\F1574"; +} + +.mdi-key-chain-variant::before { + content: "\F1575"; +} + +.mdi-key-change::before { + content: "\F0307"; +} + +.mdi-key-link::before { + content: "\F119F"; +} + +.mdi-key-minus::before { + content: "\F0308"; +} + +.mdi-key-outline::before { + content: "\F0DD6"; +} + +.mdi-key-plus::before { + content: "\F0309"; +} + +.mdi-key-remove::before { + content: "\F030A"; +} + +.mdi-key-star::before { + content: "\F119E"; +} + +.mdi-key-variant::before { + content: "\F030B"; +} + +.mdi-key-wireless::before { + content: "\F0FC2"; +} + +.mdi-keyboard::before { + content: "\F030C"; +} + +.mdi-keyboard-backspace::before { + content: "\F030D"; +} + +.mdi-keyboard-caps::before { + content: "\F030E"; +} + +.mdi-keyboard-close::before { + content: "\F030F"; +} + +.mdi-keyboard-esc::before { + content: "\F12B7"; +} + +.mdi-keyboard-f1::before { + content: "\F12AB"; +} + +.mdi-keyboard-f10::before { + content: "\F12B4"; +} + +.mdi-keyboard-f11::before { + content: "\F12B5"; +} + +.mdi-keyboard-f12::before { + content: "\F12B6"; +} + +.mdi-keyboard-f2::before { + content: "\F12AC"; +} + +.mdi-keyboard-f3::before { + content: "\F12AD"; +} + +.mdi-keyboard-f4::before { + content: "\F12AE"; +} + +.mdi-keyboard-f5::before { + content: "\F12AF"; +} + +.mdi-keyboard-f6::before { + content: "\F12B0"; +} + +.mdi-keyboard-f7::before { + content: "\F12B1"; +} + +.mdi-keyboard-f8::before { + content: "\F12B2"; +} + +.mdi-keyboard-f9::before { + content: "\F12B3"; +} + +.mdi-keyboard-off::before { + content: "\F0310"; +} + +.mdi-keyboard-off-outline::before { + content: "\F0E4B"; +} + +.mdi-keyboard-outline::before { + content: "\F097B"; +} + +.mdi-keyboard-return::before { + content: "\F0311"; +} + +.mdi-keyboard-settings::before { + content: "\F09F9"; +} + +.mdi-keyboard-settings-outline::before { + content: "\F09FA"; +} + +.mdi-keyboard-space::before { + content: "\F1050"; +} + +.mdi-keyboard-tab::before { + content: "\F0312"; +} + +.mdi-keyboard-variant::before { + content: "\F0313"; +} + +.mdi-khanda::before { + content: "\F10FD"; +} + +.mdi-kickstarter::before { + content: "\F0745"; +} + +.mdi-klingon::before { + content: "\F135B"; +} + +.mdi-knife::before { + content: "\F09FB"; +} + +.mdi-knife-military::before { + content: "\F09FC"; +} + +.mdi-kodi::before { + content: "\F0314"; +} + +.mdi-kubernetes::before { + content: "\F10FE"; +} + +.mdi-label::before { + content: "\F0315"; +} + +.mdi-label-multiple::before { + content: "\F1375"; +} + +.mdi-label-multiple-outline::before { + content: "\F1376"; +} + +.mdi-label-off::before { + content: "\F0ACB"; +} + +.mdi-label-off-outline::before { + content: "\F0ACC"; +} + +.mdi-label-outline::before { + content: "\F0316"; +} + +.mdi-label-percent::before { + content: "\F12EA"; +} + +.mdi-label-percent-outline::before { + content: "\F12EB"; +} + +.mdi-label-variant::before { + content: "\F0ACD"; +} + +.mdi-label-variant-outline::before { + content: "\F0ACE"; +} + +.mdi-ladder::before { + content: "\F15A2"; +} + +.mdi-ladybug::before { + content: "\F082D"; +} + +.mdi-lambda::before { + content: "\F0627"; +} + +.mdi-lamp::before { + content: "\F06B5"; +} + +.mdi-lamps::before { + content: "\F1576"; +} + +.mdi-lan::before { + content: "\F0317"; +} + +.mdi-lan-check::before { + content: "\F12AA"; +} + +.mdi-lan-connect::before { + content: "\F0318"; +} + +.mdi-lan-disconnect::before { + content: "\F0319"; +} + +.mdi-lan-pending::before { + content: "\F031A"; +} + +.mdi-language-c::before { + content: "\F0671"; +} + +.mdi-language-cpp::before { + content: "\F0672"; +} + +.mdi-language-csharp::before { + content: "\F031B"; +} + +.mdi-language-css3::before { + content: "\F031C"; +} + +.mdi-language-fortran::before { + content: "\F121A"; +} + +.mdi-language-go::before { + content: "\F07D3"; +} + +.mdi-language-haskell::before { + content: "\F0C92"; +} + +.mdi-language-html5::before { + content: "\F031D"; +} + +.mdi-language-java::before { + content: "\F0B37"; +} + +.mdi-language-javascript::before { + content: "\F031E"; +} + +.mdi-language-kotlin::before { + content: "\F1219"; +} + +.mdi-language-lua::before { + content: "\F08B1"; +} + +.mdi-language-markdown::before { + content: "\F0354"; +} + +.mdi-language-markdown-outline::before { + content: "\F0F5B"; +} + +.mdi-language-php::before { + content: "\F031F"; +} + +.mdi-language-python::before { + content: "\F0320"; +} + +.mdi-language-r::before { + content: "\F07D4"; +} + +.mdi-language-ruby::before { + content: "\F0D2D"; +} + +.mdi-language-ruby-on-rails::before { + content: "\F0ACF"; +} + +.mdi-language-rust::before { + content: "\F1617"; +} + +.mdi-language-swift::before { + content: "\F06E5"; +} + +.mdi-language-typescript::before { + content: "\F06E6"; +} + +.mdi-language-xaml::before { + content: "\F0673"; +} + +.mdi-laptop::before { + content: "\F0322"; +} + +.mdi-laptop-chromebook::before { + content: "\F0323"; +} + +.mdi-laptop-mac::before { + content: "\F0324"; +} + +.mdi-laptop-off::before { + content: "\F06E7"; +} + +.mdi-laptop-windows::before { + content: "\F0325"; +} + +.mdi-laravel::before { + content: "\F0AD0"; +} + +.mdi-laser-pointer::before { + content: "\F1484"; +} + +.mdi-lasso::before { + content: "\F0F03"; +} + +.mdi-lastpass::before { + content: "\F0446"; +} + +.mdi-latitude::before { + content: "\F0F57"; +} + +.mdi-launch::before { + content: "\F0327"; +} + +.mdi-lava-lamp::before { + content: "\F07D5"; +} + +.mdi-layers::before { + content: "\F0328"; +} + +.mdi-layers-minus::before { + content: "\F0E4C"; +} + +.mdi-layers-off::before { + content: "\F0329"; +} + +.mdi-layers-off-outline::before { + content: "\F09FD"; +} + +.mdi-layers-outline::before { + content: "\F09FE"; +} + +.mdi-layers-plus::before { + content: "\F0E4D"; +} + +.mdi-layers-remove::before { + content: "\F0E4E"; +} + +.mdi-layers-search::before { + content: "\F1206"; +} + +.mdi-layers-search-outline::before { + content: "\F1207"; +} + +.mdi-layers-triple::before { + content: "\F0F58"; +} + +.mdi-layers-triple-outline::before { + content: "\F0F59"; +} + +.mdi-lead-pencil::before { + content: "\F064F"; +} + +.mdi-leaf::before { + content: "\F032A"; +} + +.mdi-leaf-maple::before { + content: "\F0C93"; +} + +.mdi-leaf-maple-off::before { + content: "\F12DA"; +} + +.mdi-leaf-off::before { + content: "\F12D9"; +} + +.mdi-leak::before { + content: "\F0DD7"; +} + +.mdi-leak-off::before { + content: "\F0DD8"; +} + +.mdi-led-off::before { + content: "\F032B"; +} + +.mdi-led-on::before { + content: "\F032C"; +} + +.mdi-led-outline::before { + content: "\F032D"; +} + +.mdi-led-strip::before { + content: "\F07D6"; +} + +.mdi-led-strip-variant::before { + content: "\F1051"; +} + +.mdi-led-variant-off::before { + content: "\F032E"; +} + +.mdi-led-variant-on::before { + content: "\F032F"; +} + +.mdi-led-variant-outline::before { + content: "\F0330"; +} + +.mdi-leek::before { + content: "\F117D"; +} + +.mdi-less-than::before { + content: "\F097C"; +} + +.mdi-less-than-or-equal::before { + content: "\F097D"; +} + +.mdi-library::before { + content: "\F0331"; +} + +.mdi-library-shelves::before { + content: "\F0BA9"; +} + +.mdi-license::before { + content: "\F0FC3"; +} + +.mdi-lifebuoy::before { + content: "\F087E"; +} + +.mdi-light-switch::before { + content: "\F097E"; +} + +.mdi-lightbulb::before { + content: "\F0335"; +} + +.mdi-lightbulb-cfl::before { + content: "\F1208"; +} + +.mdi-lightbulb-cfl-off::before { + content: "\F1209"; +} + +.mdi-lightbulb-cfl-spiral::before { + content: "\F1275"; +} + +.mdi-lightbulb-cfl-spiral-off::before { + content: "\F12C3"; +} + +.mdi-lightbulb-group::before { + content: "\F1253"; +} + +.mdi-lightbulb-group-off::before { + content: "\F12CD"; +} + +.mdi-lightbulb-group-off-outline::before { + content: "\F12CE"; +} + +.mdi-lightbulb-group-outline::before { + content: "\F1254"; +} + +.mdi-lightbulb-multiple::before { + content: "\F1255"; +} + +.mdi-lightbulb-multiple-off::before { + content: "\F12CF"; +} + +.mdi-lightbulb-multiple-off-outline::before { + content: "\F12D0"; +} + +.mdi-lightbulb-multiple-outline::before { + content: "\F1256"; +} + +.mdi-lightbulb-off::before { + content: "\F0E4F"; +} + +.mdi-lightbulb-off-outline::before { + content: "\F0E50"; +} + +.mdi-lightbulb-on::before { + content: "\F06E8"; +} + +.mdi-lightbulb-on-outline::before { + content: "\F06E9"; +} + +.mdi-lightbulb-outline::before { + content: "\F0336"; +} + +.mdi-lighthouse::before { + content: "\F09FF"; +} + +.mdi-lighthouse-on::before { + content: "\F0A00"; +} + +.mdi-lightning-bolt::before { + content: "\F140B"; +} + +.mdi-lightning-bolt-outline::before { + content: "\F140C"; +} + +.mdi-lingerie::before { + content: "\F1476"; +} + +.mdi-link::before { + content: "\F0337"; +} + +.mdi-link-box::before { + content: "\F0D1A"; +} + +.mdi-link-box-outline::before { + content: "\F0D1B"; +} + +.mdi-link-box-variant::before { + content: "\F0D1C"; +} + +.mdi-link-box-variant-outline::before { + content: "\F0D1D"; +} + +.mdi-link-lock::before { + content: "\F10BA"; +} + +.mdi-link-off::before { + content: "\F0338"; +} + +.mdi-link-plus::before { + content: "\F0C94"; +} + +.mdi-link-variant::before { + content: "\F0339"; +} + +.mdi-link-variant-minus::before { + content: "\F10FF"; +} + +.mdi-link-variant-off::before { + content: "\F033A"; +} + +.mdi-link-variant-plus::before { + content: "\F1100"; +} + +.mdi-link-variant-remove::before { + content: "\F1101"; +} + +.mdi-linkedin::before { + content: "\F033B"; +} + +.mdi-linux::before { + content: "\F033D"; +} + +.mdi-linux-mint::before { + content: "\F08ED"; +} + +.mdi-lipstick::before { + content: "\F13B5"; +} + +.mdi-list-status::before { + content: "\F15AB"; +} + +.mdi-litecoin::before { + content: "\F0A61"; +} + +.mdi-loading::before { + content: "\F0772"; +} + +.mdi-location-enter::before { + content: "\F0FC4"; +} + +.mdi-location-exit::before { + content: "\F0FC5"; +} + +.mdi-lock::before { + content: "\F033E"; +} + +.mdi-lock-alert::before { + content: "\F08EE"; +} + +.mdi-lock-alert-outline::before { + content: "\F15D1"; +} + +.mdi-lock-check::before { + content: "\F139A"; +} + +.mdi-lock-check-outline::before { + content: "\F16A8"; +} + +.mdi-lock-clock::before { + content: "\F097F"; +} + +.mdi-lock-minus::before { + content: "\F16A9"; +} + +.mdi-lock-minus-outline::before { + content: "\F16AA"; +} + +.mdi-lock-off::before { + content: "\F1671"; +} + +.mdi-lock-off-outline::before { + content: "\F1672"; +} + +.mdi-lock-open::before { + content: "\F033F"; +} + +.mdi-lock-open-alert::before { + content: "\F139B"; +} + +.mdi-lock-open-alert-outline::before { + content: "\F15D2"; +} + +.mdi-lock-open-check::before { + content: "\F139C"; +} + +.mdi-lock-open-check-outline::before { + content: "\F16AB"; +} + +.mdi-lock-open-minus::before { + content: "\F16AC"; +} + +.mdi-lock-open-minus-outline::before { + content: "\F16AD"; +} + +.mdi-lock-open-outline::before { + content: "\F0340"; +} + +.mdi-lock-open-plus::before { + content: "\F16AE"; +} + +.mdi-lock-open-plus-outline::before { + content: "\F16AF"; +} + +.mdi-lock-open-remove::before { + content: "\F16B0"; +} + +.mdi-lock-open-remove-outline::before { + content: "\F16B1"; +} + +.mdi-lock-open-variant::before { + content: "\F0FC6"; +} + +.mdi-lock-open-variant-outline::before { + content: "\F0FC7"; +} + +.mdi-lock-outline::before { + content: "\F0341"; +} + +.mdi-lock-pattern::before { + content: "\F06EA"; +} + +.mdi-lock-plus::before { + content: "\F05FB"; +} + +.mdi-lock-plus-outline::before { + content: "\F16B2"; +} + +.mdi-lock-question::before { + content: "\F08EF"; +} + +.mdi-lock-remove::before { + content: "\F16B3"; +} + +.mdi-lock-remove-outline::before { + content: "\F16B4"; +} + +.mdi-lock-reset::before { + content: "\F0773"; +} + +.mdi-lock-smart::before { + content: "\F08B2"; +} + +.mdi-locker::before { + content: "\F07D7"; +} + +.mdi-locker-multiple::before { + content: "\F07D8"; +} + +.mdi-login::before { + content: "\F0342"; +} + +.mdi-login-variant::before { + content: "\F05FC"; +} + +.mdi-logout::before { + content: "\F0343"; +} + +.mdi-logout-variant::before { + content: "\F05FD"; +} + +.mdi-longitude::before { + content: "\F0F5A"; +} + +.mdi-looks::before { + content: "\F0344"; +} + +.mdi-lotion::before { + content: "\F1582"; +} + +.mdi-lotion-outline::before { + content: "\F1583"; +} + +.mdi-lotion-plus::before { + content: "\F1584"; +} + +.mdi-lotion-plus-outline::before { + content: "\F1585"; +} + +.mdi-loupe::before { + content: "\F0345"; +} + +.mdi-lumx::before { + content: "\F0346"; +} + +.mdi-lungs::before { + content: "\F1084"; +} + +.mdi-magnet::before { + content: "\F0347"; +} + +.mdi-magnet-on::before { + content: "\F0348"; +} + +.mdi-magnify::before { + content: "\F0349"; +} + +.mdi-magnify-close::before { + content: "\F0980"; +} + +.mdi-magnify-minus::before { + content: "\F034A"; +} + +.mdi-magnify-minus-cursor::before { + content: "\F0A62"; +} + +.mdi-magnify-minus-outline::before { + content: "\F06EC"; +} + +.mdi-magnify-plus::before { + content: "\F034B"; +} + +.mdi-magnify-plus-cursor::before { + content: "\F0A63"; +} + +.mdi-magnify-plus-outline::before { + content: "\F06ED"; +} + +.mdi-magnify-remove-cursor::before { + content: "\F120C"; +} + +.mdi-magnify-remove-outline::before { + content: "\F120D"; +} + +.mdi-magnify-scan::before { + content: "\F1276"; +} + +.mdi-mail::before { + content: "\F0EBB"; +} + +.mdi-mailbox::before { + content: "\F06EE"; +} + +.mdi-mailbox-open::before { + content: "\F0D88"; +} + +.mdi-mailbox-open-outline::before { + content: "\F0D89"; +} + +.mdi-mailbox-open-up::before { + content: "\F0D8A"; +} + +.mdi-mailbox-open-up-outline::before { + content: "\F0D8B"; +} + +.mdi-mailbox-outline::before { + content: "\F0D8C"; +} + +.mdi-mailbox-up::before { + content: "\F0D8D"; +} + +.mdi-mailbox-up-outline::before { + content: "\F0D8E"; +} + +.mdi-manjaro::before { + content: "\F160A"; +} + +.mdi-map::before { + content: "\F034D"; +} + +.mdi-map-check::before { + content: "\F0EBC"; +} + +.mdi-map-check-outline::before { + content: "\F0EBD"; +} + +.mdi-map-clock::before { + content: "\F0D1E"; +} + +.mdi-map-clock-outline::before { + content: "\F0D1F"; +} + +.mdi-map-legend::before { + content: "\F0A01"; +} + +.mdi-map-marker::before { + content: "\F034E"; +} + +.mdi-map-marker-alert::before { + content: "\F0F05"; +} + +.mdi-map-marker-alert-outline::before { + content: "\F0F06"; +} + +.mdi-map-marker-check::before { + content: "\F0C95"; +} + +.mdi-map-marker-check-outline::before { + content: "\F12FB"; +} + +.mdi-map-marker-circle::before { + content: "\F034F"; +} + +.mdi-map-marker-distance::before { + content: "\F08F0"; +} + +.mdi-map-marker-down::before { + content: "\F1102"; +} + +.mdi-map-marker-left::before { + content: "\F12DB"; +} + +.mdi-map-marker-left-outline::before { + content: "\F12DD"; +} + +.mdi-map-marker-minus::before { + content: "\F0650"; +} + +.mdi-map-marker-minus-outline::before { + content: "\F12F9"; +} + +.mdi-map-marker-multiple::before { + content: "\F0350"; +} + +.mdi-map-marker-multiple-outline::before { + content: "\F1277"; +} + +.mdi-map-marker-off::before { + content: "\F0351"; +} + +.mdi-map-marker-off-outline::before { + content: "\F12FD"; +} + +.mdi-map-marker-outline::before { + content: "\F07D9"; +} + +.mdi-map-marker-path::before { + content: "\F0D20"; +} + +.mdi-map-marker-plus::before { + content: "\F0651"; +} + +.mdi-map-marker-plus-outline::before { + content: "\F12F8"; +} + +.mdi-map-marker-question::before { + content: "\F0F07"; +} + +.mdi-map-marker-question-outline::before { + content: "\F0F08"; +} + +.mdi-map-marker-radius::before { + content: "\F0352"; +} + +.mdi-map-marker-radius-outline::before { + content: "\F12FC"; +} + +.mdi-map-marker-remove::before { + content: "\F0F09"; +} + +.mdi-map-marker-remove-outline::before { + content: "\F12FA"; +} + +.mdi-map-marker-remove-variant::before { + content: "\F0F0A"; +} + +.mdi-map-marker-right::before { + content: "\F12DC"; +} + +.mdi-map-marker-right-outline::before { + content: "\F12DE"; +} + +.mdi-map-marker-star::before { + content: "\F1608"; +} + +.mdi-map-marker-star-outline::before { + content: "\F1609"; +} + +.mdi-map-marker-up::before { + content: "\F1103"; +} + +.mdi-map-minus::before { + content: "\F0981"; +} + +.mdi-map-outline::before { + content: "\F0982"; +} + +.mdi-map-plus::before { + content: "\F0983"; +} + +.mdi-map-search::before { + content: "\F0984"; +} + +.mdi-map-search-outline::before { + content: "\F0985"; +} + +.mdi-mapbox::before { + content: "\F0BAA"; +} + +.mdi-margin::before { + content: "\F0353"; +} + +.mdi-marker::before { + content: "\F0652"; +} + +.mdi-marker-cancel::before { + content: "\F0DD9"; +} + +.mdi-marker-check::before { + content: "\F0355"; +} + +.mdi-mastodon::before { + content: "\F0AD1"; +} + +.mdi-material-design::before { + content: "\F0986"; +} + +.mdi-material-ui::before { + content: "\F0357"; +} + +.mdi-math-compass::before { + content: "\F0358"; +} + +.mdi-math-cos::before { + content: "\F0C96"; +} + +.mdi-math-integral::before { + content: "\F0FC8"; +} + +.mdi-math-integral-box::before { + content: "\F0FC9"; +} + +.mdi-math-log::before { + content: "\F1085"; +} + +.mdi-math-norm::before { + content: "\F0FCA"; +} + +.mdi-math-norm-box::before { + content: "\F0FCB"; +} + +.mdi-math-sin::before { + content: "\F0C97"; +} + +.mdi-math-tan::before { + content: "\F0C98"; +} + +.mdi-matrix::before { + content: "\F0628"; +} + +.mdi-medal::before { + content: "\F0987"; +} + +.mdi-medal-outline::before { + content: "\F1326"; +} + +.mdi-medical-bag::before { + content: "\F06EF"; +} + +.mdi-meditation::before { + content: "\F117B"; +} + +.mdi-memory::before { + content: "\F035B"; +} + +.mdi-menu::before { + content: "\F035C"; +} + +.mdi-menu-down::before { + content: "\F035D"; +} + +.mdi-menu-down-outline::before { + content: "\F06B6"; +} + +.mdi-menu-left::before { + content: "\F035E"; +} + +.mdi-menu-left-outline::before { + content: "\F0A02"; +} + +.mdi-menu-open::before { + content: "\F0BAB"; +} + +.mdi-menu-right::before { + content: "\F035F"; +} + +.mdi-menu-right-outline::before { + content: "\F0A03"; +} + +.mdi-menu-swap::before { + content: "\F0A64"; +} + +.mdi-menu-swap-outline::before { + content: "\F0A65"; +} + +.mdi-menu-up::before { + content: "\F0360"; +} + +.mdi-menu-up-outline::before { + content: "\F06B7"; +} + +.mdi-merge::before { + content: "\F0F5C"; +} + +.mdi-message::before { + content: "\F0361"; +} + +.mdi-message-alert::before { + content: "\F0362"; +} + +.mdi-message-alert-outline::before { + content: "\F0A04"; +} + +.mdi-message-arrow-left::before { + content: "\F12F2"; +} + +.mdi-message-arrow-left-outline::before { + content: "\F12F3"; +} + +.mdi-message-arrow-right::before { + content: "\F12F4"; +} + +.mdi-message-arrow-right-outline::before { + content: "\F12F5"; +} + +.mdi-message-bookmark::before { + content: "\F15AC"; +} + +.mdi-message-bookmark-outline::before { + content: "\F15AD"; +} + +.mdi-message-bulleted::before { + content: "\F06A2"; +} + +.mdi-message-bulleted-off::before { + content: "\F06A3"; +} + +.mdi-message-cog::before { + content: "\F06F1"; +} + +.mdi-message-cog-outline::before { + content: "\F1172"; +} + +.mdi-message-draw::before { + content: "\F0363"; +} + +.mdi-message-flash::before { + content: "\F15A9"; +} + +.mdi-message-flash-outline::before { + content: "\F15AA"; +} + +.mdi-message-image::before { + content: "\F0364"; +} + +.mdi-message-image-outline::before { + content: "\F116C"; +} + +.mdi-message-lock::before { + content: "\F0FCC"; +} + +.mdi-message-lock-outline::before { + content: "\F116D"; +} + +.mdi-message-minus::before { + content: "\F116E"; +} + +.mdi-message-minus-outline::before { + content: "\F116F"; +} + +.mdi-message-off::before { + content: "\F164D"; +} + +.mdi-message-off-outline::before { + content: "\F164E"; +} + +.mdi-message-outline::before { + content: "\F0365"; +} + +.mdi-message-plus::before { + content: "\F0653"; +} + +.mdi-message-plus-outline::before { + content: "\F10BB"; +} + +.mdi-message-processing::before { + content: "\F0366"; +} + +.mdi-message-processing-outline::before { + content: "\F1170"; +} + +.mdi-message-reply::before { + content: "\F0367"; +} + +.mdi-message-reply-text::before { + content: "\F0368"; +} + +.mdi-message-settings::before { + content: "\F06F0"; +} + +.mdi-message-settings-outline::before { + content: "\F1171"; +} + +.mdi-message-text::before { + content: "\F0369"; +} + +.mdi-message-text-clock::before { + content: "\F1173"; +} + +.mdi-message-text-clock-outline::before { + content: "\F1174"; +} + +.mdi-message-text-lock::before { + content: "\F0FCD"; +} + +.mdi-message-text-lock-outline::before { + content: "\F1175"; +} + +.mdi-message-text-outline::before { + content: "\F036A"; +} + +.mdi-message-video::before { + content: "\F036B"; +} + +.mdi-meteor::before { + content: "\F0629"; +} + +.mdi-metronome::before { + content: "\F07DA"; +} + +.mdi-metronome-tick::before { + content: "\F07DB"; +} + +.mdi-micro-sd::before { + content: "\F07DC"; +} + +.mdi-microphone::before { + content: "\F036C"; +} + +.mdi-microphone-minus::before { + content: "\F08B3"; +} + +.mdi-microphone-off::before { + content: "\F036D"; +} + +.mdi-microphone-outline::before { + content: "\F036E"; +} + +.mdi-microphone-plus::before { + content: "\F08B4"; +} + +.mdi-microphone-settings::before { + content: "\F036F"; +} + +.mdi-microphone-variant::before { + content: "\F0370"; +} + +.mdi-microphone-variant-off::before { + content: "\F0371"; +} + +.mdi-microscope::before { + content: "\F0654"; +} + +.mdi-microsoft::before { + content: "\F0372"; +} + +.mdi-microsoft-access::before { + content: "\F138E"; +} + +.mdi-microsoft-azure::before { + content: "\F0805"; +} + +.mdi-microsoft-azure-devops::before { + content: "\F0FD5"; +} + +.mdi-microsoft-bing::before { + content: "\F00A4"; +} + +.mdi-microsoft-dynamics-365::before { + content: "\F0988"; +} + +.mdi-microsoft-edge::before { + content: "\F01E9"; +} + +.mdi-microsoft-edge-legacy::before { + content: "\F1250"; +} + +.mdi-microsoft-excel::before { + content: "\F138F"; +} + +.mdi-microsoft-internet-explorer::before { + content: "\F0300"; +} + +.mdi-microsoft-office::before { + content: "\F03C6"; +} + +.mdi-microsoft-onedrive::before { + content: "\F03CA"; +} + +.mdi-microsoft-onenote::before { + content: "\F0747"; +} + +.mdi-microsoft-outlook::before { + content: "\F0D22"; +} + +.mdi-microsoft-powerpoint::before { + content: "\F1390"; +} + +.mdi-microsoft-sharepoint::before { + content: "\F1391"; +} + +.mdi-microsoft-teams::before { + content: "\F02BB"; +} + +.mdi-microsoft-visual-studio::before { + content: "\F0610"; +} + +.mdi-microsoft-visual-studio-code::before { + content: "\F0A1E"; +} + +.mdi-microsoft-windows::before { + content: "\F05B3"; +} + +.mdi-microsoft-windows-classic::before { + content: "\F0A21"; +} + +.mdi-microsoft-word::before { + content: "\F1392"; +} + +.mdi-microsoft-xbox::before { + content: "\F05B9"; +} + +.mdi-microsoft-xbox-controller::before { + content: "\F05BA"; +} + +.mdi-microsoft-xbox-controller-battery-alert::before { + content: "\F074B"; +} + +.mdi-microsoft-xbox-controller-battery-charging::before { + content: "\F0A22"; +} + +.mdi-microsoft-xbox-controller-battery-empty::before { + content: "\F074C"; +} + +.mdi-microsoft-xbox-controller-battery-full::before { + content: "\F074D"; +} + +.mdi-microsoft-xbox-controller-battery-low::before { + content: "\F074E"; +} + +.mdi-microsoft-xbox-controller-battery-medium::before { + content: "\F074F"; +} + +.mdi-microsoft-xbox-controller-battery-unknown::before { + content: "\F0750"; +} + +.mdi-microsoft-xbox-controller-menu::before { + content: "\F0E6F"; +} + +.mdi-microsoft-xbox-controller-off::before { + content: "\F05BB"; +} + +.mdi-microsoft-xbox-controller-view::before { + content: "\F0E70"; +} + +.mdi-microsoft-yammer::before { + content: "\F0789"; +} + +.mdi-microwave::before { + content: "\F0C99"; +} + +.mdi-microwave-off::before { + content: "\F1423"; +} + +.mdi-middleware::before { + content: "\F0F5D"; +} + +.mdi-middleware-outline::before { + content: "\F0F5E"; +} + +.mdi-midi::before { + content: "\F08F1"; +} + +.mdi-midi-port::before { + content: "\F08F2"; +} + +.mdi-mine::before { + content: "\F0DDA"; +} + +.mdi-minecraft::before { + content: "\F0373"; +} + +.mdi-mini-sd::before { + content: "\F0A05"; +} + +.mdi-minidisc::before { + content: "\F0A06"; +} + +.mdi-minus::before { + content: "\F0374"; +} + +.mdi-minus-box::before { + content: "\F0375"; +} + +.mdi-minus-box-multiple::before { + content: "\F1141"; +} + +.mdi-minus-box-multiple-outline::before { + content: "\F1142"; +} + +.mdi-minus-box-outline::before { + content: "\F06F2"; +} + +.mdi-minus-circle::before { + content: "\F0376"; +} + +.mdi-minus-circle-multiple::before { + content: "\F035A"; +} + +.mdi-minus-circle-multiple-outline::before { + content: "\F0AD3"; +} + +.mdi-minus-circle-off::before { + content: "\F1459"; +} + +.mdi-minus-circle-off-outline::before { + content: "\F145A"; +} + +.mdi-minus-circle-outline::before { + content: "\F0377"; +} + +.mdi-minus-network::before { + content: "\F0378"; +} + +.mdi-minus-network-outline::before { + content: "\F0C9A"; +} + +.mdi-minus-thick::before { + content: "\F1639"; +} + +.mdi-mirror::before { + content: "\F11FD"; +} + +.mdi-mixed-martial-arts::before { + content: "\F0D8F"; +} + +.mdi-mixed-reality::before { + content: "\F087F"; +} + +.mdi-molecule::before { + content: "\F0BAC"; +} + +.mdi-molecule-co::before { + content: "\F12FE"; +} + +.mdi-molecule-co2::before { + content: "\F07E4"; +} + +.mdi-monitor::before { + content: "\F0379"; +} + +.mdi-monitor-cellphone::before { + content: "\F0989"; +} + +.mdi-monitor-cellphone-star::before { + content: "\F098A"; +} + +.mdi-monitor-clean::before { + content: "\F1104"; +} + +.mdi-monitor-dashboard::before { + content: "\F0A07"; +} + +.mdi-monitor-edit::before { + content: "\F12C6"; +} + +.mdi-monitor-eye::before { + content: "\F13B4"; +} + +.mdi-monitor-lock::before { + content: "\F0DDB"; +} + +.mdi-monitor-multiple::before { + content: "\F037A"; +} + +.mdi-monitor-off::before { + content: "\F0D90"; +} + +.mdi-monitor-screenshot::before { + content: "\F0E51"; +} + +.mdi-monitor-share::before { + content: "\F1483"; +} + +.mdi-monitor-speaker::before { + content: "\F0F5F"; +} + +.mdi-monitor-speaker-off::before { + content: "\F0F60"; +} + +.mdi-monitor-star::before { + content: "\F0DDC"; +} + +.mdi-moon-first-quarter::before { + content: "\F0F61"; +} + +.mdi-moon-full::before { + content: "\F0F62"; +} + +.mdi-moon-last-quarter::before { + content: "\F0F63"; +} + +.mdi-moon-new::before { + content: "\F0F64"; +} + +.mdi-moon-waning-crescent::before { + content: "\F0F65"; +} + +.mdi-moon-waning-gibbous::before { + content: "\F0F66"; +} + +.mdi-moon-waxing-crescent::before { + content: "\F0F67"; +} + +.mdi-moon-waxing-gibbous::before { + content: "\F0F68"; +} + +.mdi-moped::before { + content: "\F1086"; +} + +.mdi-moped-electric::before { + content: "\F15B7"; +} + +.mdi-moped-electric-outline::before { + content: "\F15B8"; +} + +.mdi-moped-outline::before { + content: "\F15B9"; +} + +.mdi-more::before { + content: "\F037B"; +} + +.mdi-mother-heart::before { + content: "\F1314"; +} + +.mdi-mother-nurse::before { + content: "\F0D21"; +} + +.mdi-motion::before { + content: "\F15B2"; +} + +.mdi-motion-outline::before { + content: "\F15B3"; +} + +.mdi-motion-pause::before { + content: "\F1590"; +} + +.mdi-motion-pause-outline::before { + content: "\F1592"; +} + +.mdi-motion-play::before { + content: "\F158F"; +} + +.mdi-motion-play-outline::before { + content: "\F1591"; +} + +.mdi-motion-sensor::before { + content: "\F0D91"; +} + +.mdi-motion-sensor-off::before { + content: "\F1435"; +} + +.mdi-motorbike::before { + content: "\F037C"; +} + +.mdi-motorbike-electric::before { + content: "\F15BA"; +} + +.mdi-mouse::before { + content: "\F037D"; +} + +.mdi-mouse-bluetooth::before { + content: "\F098B"; +} + +.mdi-mouse-move-down::before { + content: "\F1550"; +} + +.mdi-mouse-move-up::before { + content: "\F1551"; +} + +.mdi-mouse-move-vertical::before { + content: "\F1552"; +} + +.mdi-mouse-off::before { + content: "\F037E"; +} + +.mdi-mouse-variant::before { + content: "\F037F"; +} + +.mdi-mouse-variant-off::before { + content: "\F0380"; +} + +.mdi-move-resize::before { + content: "\F0655"; +} + +.mdi-move-resize-variant::before { + content: "\F0656"; +} + +.mdi-movie::before { + content: "\F0381"; +} + +.mdi-movie-edit::before { + content: "\F1122"; +} + +.mdi-movie-edit-outline::before { + content: "\F1123"; +} + +.mdi-movie-filter::before { + content: "\F1124"; +} + +.mdi-movie-filter-outline::before { + content: "\F1125"; +} + +.mdi-movie-open::before { + content: "\F0FCE"; +} + +.mdi-movie-open-outline::before { + content: "\F0FCF"; +} + +.mdi-movie-outline::before { + content: "\F0DDD"; +} + +.mdi-movie-roll::before { + content: "\F07DE"; +} + +.mdi-movie-search::before { + content: "\F11D2"; +} + +.mdi-movie-search-outline::before { + content: "\F11D3"; +} + +.mdi-mower::before { + content: "\F166F"; +} + +.mdi-mower-bag::before { + content: "\F1670"; +} + +.mdi-muffin::before { + content: "\F098C"; +} + +.mdi-multiplication::before { + content: "\F0382"; +} + +.mdi-multiplication-box::before { + content: "\F0383"; +} + +.mdi-mushroom::before { + content: "\F07DF"; +} + +.mdi-mushroom-off::before { + content: "\F13FA"; +} + +.mdi-mushroom-off-outline::before { + content: "\F13FB"; +} + +.mdi-mushroom-outline::before { + content: "\F07E0"; +} + +.mdi-music::before { + content: "\F075A"; +} + +.mdi-music-accidental-double-flat::before { + content: "\F0F69"; +} + +.mdi-music-accidental-double-sharp::before { + content: "\F0F6A"; +} + +.mdi-music-accidental-flat::before { + content: "\F0F6B"; +} + +.mdi-music-accidental-natural::before { + content: "\F0F6C"; +} + +.mdi-music-accidental-sharp::before { + content: "\F0F6D"; +} + +.mdi-music-box::before { + content: "\F0384"; +} + +.mdi-music-box-multiple::before { + content: "\F0333"; +} + +.mdi-music-box-multiple-outline::before { + content: "\F0F04"; +} + +.mdi-music-box-outline::before { + content: "\F0385"; +} + +.mdi-music-circle::before { + content: "\F0386"; +} + +.mdi-music-circle-outline::before { + content: "\F0AD4"; +} + +.mdi-music-clef-alto::before { + content: "\F0F6E"; +} + +.mdi-music-clef-bass::before { + content: "\F0F6F"; +} + +.mdi-music-clef-treble::before { + content: "\F0F70"; +} + +.mdi-music-note::before { + content: "\F0387"; +} + +.mdi-music-note-bluetooth::before { + content: "\F05FE"; +} + +.mdi-music-note-bluetooth-off::before { + content: "\F05FF"; +} + +.mdi-music-note-eighth::before { + content: "\F0388"; +} + +.mdi-music-note-eighth-dotted::before { + content: "\F0F71"; +} + +.mdi-music-note-half::before { + content: "\F0389"; +} + +.mdi-music-note-half-dotted::before { + content: "\F0F72"; +} + +.mdi-music-note-off::before { + content: "\F038A"; +} + +.mdi-music-note-off-outline::before { + content: "\F0F73"; +} + +.mdi-music-note-outline::before { + content: "\F0F74"; +} + +.mdi-music-note-plus::before { + content: "\F0DDE"; +} + +.mdi-music-note-quarter::before { + content: "\F038B"; +} + +.mdi-music-note-quarter-dotted::before { + content: "\F0F75"; +} + +.mdi-music-note-sixteenth::before { + content: "\F038C"; +} + +.mdi-music-note-sixteenth-dotted::before { + content: "\F0F76"; +} + +.mdi-music-note-whole::before { + content: "\F038D"; +} + +.mdi-music-note-whole-dotted::before { + content: "\F0F77"; +} + +.mdi-music-off::before { + content: "\F075B"; +} + +.mdi-music-rest-eighth::before { + content: "\F0F78"; +} + +.mdi-music-rest-half::before { + content: "\F0F79"; +} + +.mdi-music-rest-quarter::before { + content: "\F0F7A"; +} + +.mdi-music-rest-sixteenth::before { + content: "\F0F7B"; +} + +.mdi-music-rest-whole::before { + content: "\F0F7C"; +} + +.mdi-mustache::before { + content: "\F15DE"; +} + +.mdi-nail::before { + content: "\F0DDF"; +} + +.mdi-nas::before { + content: "\F08F3"; +} + +.mdi-nativescript::before { + content: "\F0880"; +} + +.mdi-nature::before { + content: "\F038E"; +} + +.mdi-nature-people::before { + content: "\F038F"; +} + +.mdi-navigation::before { + content: "\F0390"; +} + +.mdi-navigation-outline::before { + content: "\F1607"; +} + +.mdi-near-me::before { + content: "\F05CD"; +} + +.mdi-necklace::before { + content: "\F0F0B"; +} + +.mdi-needle::before { + content: "\F0391"; +} + +.mdi-netflix::before { + content: "\F0746"; +} + +.mdi-network::before { + content: "\F06F3"; +} + +.mdi-network-off::before { + content: "\F0C9B"; +} + +.mdi-network-off-outline::before { + content: "\F0C9C"; +} + +.mdi-network-outline::before { + content: "\F0C9D"; +} + +.mdi-network-strength-1::before { + content: "\F08F4"; +} + +.mdi-network-strength-1-alert::before { + content: "\F08F5"; +} + +.mdi-network-strength-2::before { + content: "\F08F6"; +} + +.mdi-network-strength-2-alert::before { + content: "\F08F7"; +} + +.mdi-network-strength-3::before { + content: "\F08F8"; +} + +.mdi-network-strength-3-alert::before { + content: "\F08F9"; +} + +.mdi-network-strength-4::before { + content: "\F08FA"; +} + +.mdi-network-strength-4-alert::before { + content: "\F08FB"; +} + +.mdi-network-strength-off::before { + content: "\F08FC"; +} + +.mdi-network-strength-off-outline::before { + content: "\F08FD"; +} + +.mdi-network-strength-outline::before { + content: "\F08FE"; +} + +.mdi-new-box::before { + content: "\F0394"; +} + +.mdi-newspaper::before { + content: "\F0395"; +} + +.mdi-newspaper-minus::before { + content: "\F0F0C"; +} + +.mdi-newspaper-plus::before { + content: "\F0F0D"; +} + +.mdi-newspaper-variant::before { + content: "\F1001"; +} + +.mdi-newspaper-variant-multiple::before { + content: "\F1002"; +} + +.mdi-newspaper-variant-multiple-outline::before { + content: "\F1003"; +} + +.mdi-newspaper-variant-outline::before { + content: "\F1004"; +} + +.mdi-nfc::before { + content: "\F0396"; +} + +.mdi-nfc-search-variant::before { + content: "\F0E53"; +} + +.mdi-nfc-tap::before { + content: "\F0397"; +} + +.mdi-nfc-variant::before { + content: "\F0398"; +} + +.mdi-nfc-variant-off::before { + content: "\F0E54"; +} + +.mdi-ninja::before { + content: "\F0774"; +} + +.mdi-nintendo-game-boy::before { + content: "\F1393"; +} + +.mdi-nintendo-switch::before { + content: "\F07E1"; +} + +.mdi-nintendo-wii::before { + content: "\F05AB"; +} + +.mdi-nintendo-wiiu::before { + content: "\F072D"; +} + +.mdi-nix::before { + content: "\F1105"; +} + +.mdi-nodejs::before { + content: "\F0399"; +} + +.mdi-noodles::before { + content: "\F117E"; +} + +.mdi-not-equal::before { + content: "\F098D"; +} + +.mdi-not-equal-variant::before { + content: "\F098E"; +} + +.mdi-note::before { + content: "\F039A"; +} + +.mdi-note-minus::before { + content: "\F164F"; +} + +.mdi-note-minus-outline::before { + content: "\F1650"; +} + +.mdi-note-multiple::before { + content: "\F06B8"; +} + +.mdi-note-multiple-outline::before { + content: "\F06B9"; +} + +.mdi-note-outline::before { + content: "\F039B"; +} + +.mdi-note-plus::before { + content: "\F039C"; +} + +.mdi-note-plus-outline::before { + content: "\F039D"; +} + +.mdi-note-remove::before { + content: "\F1651"; +} + +.mdi-note-remove-outline::before { + content: "\F1652"; +} + +.mdi-note-search::before { + content: "\F1653"; +} + +.mdi-note-search-outline::before { + content: "\F1654"; +} + +.mdi-note-text::before { + content: "\F039E"; +} + +.mdi-note-text-outline::before { + content: "\F11D7"; +} + +.mdi-notebook::before { + content: "\F082E"; +} + +.mdi-notebook-check::before { + content: "\F14F5"; +} + +.mdi-notebook-check-outline::before { + content: "\F14F6"; +} + +.mdi-notebook-edit::before { + content: "\F14E7"; +} + +.mdi-notebook-edit-outline::before { + content: "\F14E9"; +} + +.mdi-notebook-minus::before { + content: "\F1610"; +} + +.mdi-notebook-minus-outline::before { + content: "\F1611"; +} + +.mdi-notebook-multiple::before { + content: "\F0E55"; +} + +.mdi-notebook-outline::before { + content: "\F0EBF"; +} + +.mdi-notebook-plus::before { + content: "\F1612"; +} + +.mdi-notebook-plus-outline::before { + content: "\F1613"; +} + +.mdi-notebook-remove::before { + content: "\F1614"; +} + +.mdi-notebook-remove-outline::before { + content: "\F1615"; +} + +.mdi-notification-clear-all::before { + content: "\F039F"; +} + +.mdi-npm::before { + content: "\F06F7"; +} + +.mdi-nuke::before { + content: "\F06A4"; +} + +.mdi-null::before { + content: "\F07E2"; +} + +.mdi-numeric::before { + content: "\F03A0"; +} + +.mdi-numeric-0::before { + content: "\F0B39"; +} + +.mdi-numeric-0-box::before { + content: "\F03A1"; +} + +.mdi-numeric-0-box-multiple::before { + content: "\F0F0E"; +} + +.mdi-numeric-0-box-multiple-outline::before { + content: "\F03A2"; +} + +.mdi-numeric-0-box-outline::before { + content: "\F03A3"; +} + +.mdi-numeric-0-circle::before { + content: "\F0C9E"; +} + +.mdi-numeric-0-circle-outline::before { + content: "\F0C9F"; +} + +.mdi-numeric-1::before { + content: "\F0B3A"; +} + +.mdi-numeric-1-box::before { + content: "\F03A4"; +} + +.mdi-numeric-1-box-multiple::before { + content: "\F0F0F"; +} + +.mdi-numeric-1-box-multiple-outline::before { + content: "\F03A5"; +} + +.mdi-numeric-1-box-outline::before { + content: "\F03A6"; +} + +.mdi-numeric-1-circle::before { + content: "\F0CA0"; +} + +.mdi-numeric-1-circle-outline::before { + content: "\F0CA1"; +} + +.mdi-numeric-10::before { + content: "\F0FE9"; +} + +.mdi-numeric-10-box::before { + content: "\F0F7D"; +} + +.mdi-numeric-10-box-multiple::before { + content: "\F0FEA"; +} + +.mdi-numeric-10-box-multiple-outline::before { + content: "\F0FEB"; +} + +.mdi-numeric-10-box-outline::before { + content: "\F0F7E"; +} + +.mdi-numeric-10-circle::before { + content: "\F0FEC"; +} + +.mdi-numeric-10-circle-outline::before { + content: "\F0FED"; +} + +.mdi-numeric-2::before { + content: "\F0B3B"; +} + +.mdi-numeric-2-box::before { + content: "\F03A7"; +} + +.mdi-numeric-2-box-multiple::before { + content: "\F0F10"; +} + +.mdi-numeric-2-box-multiple-outline::before { + content: "\F03A8"; +} + +.mdi-numeric-2-box-outline::before { + content: "\F03A9"; +} + +.mdi-numeric-2-circle::before { + content: "\F0CA2"; +} + +.mdi-numeric-2-circle-outline::before { + content: "\F0CA3"; +} + +.mdi-numeric-3::before { + content: "\F0B3C"; +} + +.mdi-numeric-3-box::before { + content: "\F03AA"; +} + +.mdi-numeric-3-box-multiple::before { + content: "\F0F11"; +} + +.mdi-numeric-3-box-multiple-outline::before { + content: "\F03AB"; +} + +.mdi-numeric-3-box-outline::before { + content: "\F03AC"; +} + +.mdi-numeric-3-circle::before { + content: "\F0CA4"; +} + +.mdi-numeric-3-circle-outline::before { + content: "\F0CA5"; +} + +.mdi-numeric-4::before { + content: "\F0B3D"; +} + +.mdi-numeric-4-box::before { + content: "\F03AD"; +} + +.mdi-numeric-4-box-multiple::before { + content: "\F0F12"; +} + +.mdi-numeric-4-box-multiple-outline::before { + content: "\F03B2"; +} + +.mdi-numeric-4-box-outline::before { + content: "\F03AE"; +} + +.mdi-numeric-4-circle::before { + content: "\F0CA6"; +} + +.mdi-numeric-4-circle-outline::before { + content: "\F0CA7"; +} + +.mdi-numeric-5::before { + content: "\F0B3E"; +} + +.mdi-numeric-5-box::before { + content: "\F03B1"; +} + +.mdi-numeric-5-box-multiple::before { + content: "\F0F13"; +} + +.mdi-numeric-5-box-multiple-outline::before { + content: "\F03AF"; +} + +.mdi-numeric-5-box-outline::before { + content: "\F03B0"; +} + +.mdi-numeric-5-circle::before { + content: "\F0CA8"; +} + +.mdi-numeric-5-circle-outline::before { + content: "\F0CA9"; +} + +.mdi-numeric-6::before { + content: "\F0B3F"; +} + +.mdi-numeric-6-box::before { + content: "\F03B3"; +} + +.mdi-numeric-6-box-multiple::before { + content: "\F0F14"; +} + +.mdi-numeric-6-box-multiple-outline::before { + content: "\F03B4"; +} + +.mdi-numeric-6-box-outline::before { + content: "\F03B5"; +} + +.mdi-numeric-6-circle::before { + content: "\F0CAA"; +} + +.mdi-numeric-6-circle-outline::before { + content: "\F0CAB"; +} + +.mdi-numeric-7::before { + content: "\F0B40"; +} + +.mdi-numeric-7-box::before { + content: "\F03B6"; +} + +.mdi-numeric-7-box-multiple::before { + content: "\F0F15"; +} + +.mdi-numeric-7-box-multiple-outline::before { + content: "\F03B7"; +} + +.mdi-numeric-7-box-outline::before { + content: "\F03B8"; +} + +.mdi-numeric-7-circle::before { + content: "\F0CAC"; +} + +.mdi-numeric-7-circle-outline::before { + content: "\F0CAD"; +} + +.mdi-numeric-8::before { + content: "\F0B41"; +} + +.mdi-numeric-8-box::before { + content: "\F03B9"; +} + +.mdi-numeric-8-box-multiple::before { + content: "\F0F16"; +} + +.mdi-numeric-8-box-multiple-outline::before { + content: "\F03BA"; +} + +.mdi-numeric-8-box-outline::before { + content: "\F03BB"; +} + +.mdi-numeric-8-circle::before { + content: "\F0CAE"; +} + +.mdi-numeric-8-circle-outline::before { + content: "\F0CAF"; +} + +.mdi-numeric-9::before { + content: "\F0B42"; +} + +.mdi-numeric-9-box::before { + content: "\F03BC"; +} + +.mdi-numeric-9-box-multiple::before { + content: "\F0F17"; +} + +.mdi-numeric-9-box-multiple-outline::before { + content: "\F03BD"; +} + +.mdi-numeric-9-box-outline::before { + content: "\F03BE"; +} + +.mdi-numeric-9-circle::before { + content: "\F0CB0"; +} + +.mdi-numeric-9-circle-outline::before { + content: "\F0CB1"; +} + +.mdi-numeric-9-plus::before { + content: "\F0FEE"; +} + +.mdi-numeric-9-plus-box::before { + content: "\F03BF"; +} + +.mdi-numeric-9-plus-box-multiple::before { + content: "\F0F18"; +} + +.mdi-numeric-9-plus-box-multiple-outline::before { + content: "\F03C0"; +} + +.mdi-numeric-9-plus-box-outline::before { + content: "\F03C1"; +} + +.mdi-numeric-9-plus-circle::before { + content: "\F0CB2"; +} + +.mdi-numeric-9-plus-circle-outline::before { + content: "\F0CB3"; +} + +.mdi-numeric-negative-1::before { + content: "\F1052"; +} + +.mdi-numeric-positive-1::before { + content: "\F15CB"; +} + +.mdi-nut::before { + content: "\F06F8"; +} + +.mdi-nutrition::before { + content: "\F03C2"; +} + +.mdi-nuxt::before { + content: "\F1106"; +} + +.mdi-oar::before { + content: "\F067C"; +} + +.mdi-ocarina::before { + content: "\F0DE0"; +} + +.mdi-oci::before { + content: "\F12E9"; +} + +.mdi-ocr::before { + content: "\F113A"; +} + +.mdi-octagon::before { + content: "\F03C3"; +} + +.mdi-octagon-outline::before { + content: "\F03C4"; +} + +.mdi-octagram::before { + content: "\F06F9"; +} + +.mdi-octagram-outline::before { + content: "\F0775"; +} + +.mdi-odnoklassniki::before { + content: "\F03C5"; +} + +.mdi-offer::before { + content: "\F121B"; +} + +.mdi-office-building::before { + content: "\F0991"; +} + +.mdi-office-building-marker::before { + content: "\F1520"; +} + +.mdi-office-building-marker-outline::before { + content: "\F1521"; +} + +.mdi-office-building-outline::before { + content: "\F151F"; +} + +.mdi-oil::before { + content: "\F03C7"; +} + +.mdi-oil-lamp::before { + content: "\F0F19"; +} + +.mdi-oil-level::before { + content: "\F1053"; +} + +.mdi-oil-temperature::before { + content: "\F0FF8"; +} + +.mdi-omega::before { + content: "\F03C9"; +} + +.mdi-one-up::before { + content: "\F0BAD"; +} + +.mdi-onepassword::before { + content: "\F0881"; +} + +.mdi-opacity::before { + content: "\F05CC"; +} + +.mdi-open-in-app::before { + content: "\F03CB"; +} + +.mdi-open-in-new::before { + content: "\F03CC"; +} + +.mdi-open-source-initiative::before { + content: "\F0BAE"; +} + +.mdi-openid::before { + content: "\F03CD"; +} + +.mdi-opera::before { + content: "\F03CE"; +} + +.mdi-orbit::before { + content: "\F0018"; +} + +.mdi-orbit-variant::before { + content: "\F15DB"; +} + +.mdi-order-alphabetical-ascending::before { + content: "\F020D"; +} + +.mdi-order-alphabetical-descending::before { + content: "\F0D07"; +} + +.mdi-order-bool-ascending::before { + content: "\F02BE"; +} + +.mdi-order-bool-ascending-variant::before { + content: "\F098F"; +} + +.mdi-order-bool-descending::before { + content: "\F1384"; +} + +.mdi-order-bool-descending-variant::before { + content: "\F0990"; +} + +.mdi-order-numeric-ascending::before { + content: "\F0545"; +} + +.mdi-order-numeric-descending::before { + content: "\F0546"; +} + +.mdi-origin::before { + content: "\F0B43"; +} + +.mdi-ornament::before { + content: "\F03CF"; +} + +.mdi-ornament-variant::before { + content: "\F03D0"; +} + +.mdi-outdoor-lamp::before { + content: "\F1054"; +} + +.mdi-overscan::before { + content: "\F1005"; +} + +.mdi-owl::before { + content: "\F03D2"; +} + +.mdi-pac-man::before { + content: "\F0BAF"; +} + +.mdi-package::before { + content: "\F03D3"; +} + +.mdi-package-down::before { + content: "\F03D4"; +} + +.mdi-package-up::before { + content: "\F03D5"; +} + +.mdi-package-variant::before { + content: "\F03D6"; +} + +.mdi-package-variant-closed::before { + content: "\F03D7"; +} + +.mdi-page-first::before { + content: "\F0600"; +} + +.mdi-page-last::before { + content: "\F0601"; +} + +.mdi-page-layout-body::before { + content: "\F06FA"; +} + +.mdi-page-layout-footer::before { + content: "\F06FB"; +} + +.mdi-page-layout-header::before { + content: "\F06FC"; +} + +.mdi-page-layout-header-footer::before { + content: "\F0F7F"; +} + +.mdi-page-layout-sidebar-left::before { + content: "\F06FD"; +} + +.mdi-page-layout-sidebar-right::before { + content: "\F06FE"; +} + +.mdi-page-next::before { + content: "\F0BB0"; +} + +.mdi-page-next-outline::before { + content: "\F0BB1"; +} + +.mdi-page-previous::before { + content: "\F0BB2"; +} + +.mdi-page-previous-outline::before { + content: "\F0BB3"; +} + +.mdi-pail::before { + content: "\F1417"; +} + +.mdi-pail-minus::before { + content: "\F1437"; +} + +.mdi-pail-minus-outline::before { + content: "\F143C"; +} + +.mdi-pail-off::before { + content: "\F1439"; +} + +.mdi-pail-off-outline::before { + content: "\F143E"; +} + +.mdi-pail-outline::before { + content: "\F143A"; +} + +.mdi-pail-plus::before { + content: "\F1436"; +} + +.mdi-pail-plus-outline::before { + content: "\F143B"; +} + +.mdi-pail-remove::before { + content: "\F1438"; +} + +.mdi-pail-remove-outline::before { + content: "\F143D"; +} + +.mdi-palette::before { + content: "\F03D8"; +} + +.mdi-palette-advanced::before { + content: "\F03D9"; +} + +.mdi-palette-outline::before { + content: "\F0E0C"; +} + +.mdi-palette-swatch::before { + content: "\F08B5"; +} + +.mdi-palette-swatch-outline::before { + content: "\F135C"; +} + +.mdi-palm-tree::before { + content: "\F1055"; +} + +.mdi-pan::before { + content: "\F0BB4"; +} + +.mdi-pan-bottom-left::before { + content: "\F0BB5"; +} + +.mdi-pan-bottom-right::before { + content: "\F0BB6"; +} + +.mdi-pan-down::before { + content: "\F0BB7"; +} + +.mdi-pan-horizontal::before { + content: "\F0BB8"; +} + +.mdi-pan-left::before { + content: "\F0BB9"; +} + +.mdi-pan-right::before { + content: "\F0BBA"; +} + +.mdi-pan-top-left::before { + content: "\F0BBB"; +} + +.mdi-pan-top-right::before { + content: "\F0BBC"; +} + +.mdi-pan-up::before { + content: "\F0BBD"; +} + +.mdi-pan-vertical::before { + content: "\F0BBE"; +} + +.mdi-panda::before { + content: "\F03DA"; +} + +.mdi-pandora::before { + content: "\F03DB"; +} + +.mdi-panorama::before { + content: "\F03DC"; +} + +.mdi-panorama-fisheye::before { + content: "\F03DD"; +} + +.mdi-panorama-horizontal::before { + content: "\F03DE"; +} + +.mdi-panorama-vertical::before { + content: "\F03DF"; +} + +.mdi-panorama-wide-angle::before { + content: "\F03E0"; +} + +.mdi-paper-cut-vertical::before { + content: "\F03E1"; +} + +.mdi-paper-roll::before { + content: "\F1157"; +} + +.mdi-paper-roll-outline::before { + content: "\F1158"; +} + +.mdi-paperclip::before { + content: "\F03E2"; +} + +.mdi-parachute::before { + content: "\F0CB4"; +} + +.mdi-parachute-outline::before { + content: "\F0CB5"; +} + +.mdi-parking::before { + content: "\F03E3"; +} + +.mdi-party-popper::before { + content: "\F1056"; +} + +.mdi-passport::before { + content: "\F07E3"; +} + +.mdi-passport-biometric::before { + content: "\F0DE1"; +} + +.mdi-pasta::before { + content: "\F1160"; +} + +.mdi-patio-heater::before { + content: "\F0F80"; +} + +.mdi-patreon::before { + content: "\F0882"; +} + +.mdi-pause::before { + content: "\F03E4"; +} + +.mdi-pause-circle::before { + content: "\F03E5"; +} + +.mdi-pause-circle-outline::before { + content: "\F03E6"; +} + +.mdi-pause-octagon::before { + content: "\F03E7"; +} + +.mdi-pause-octagon-outline::before { + content: "\F03E8"; +} + +.mdi-paw::before { + content: "\F03E9"; +} + +.mdi-paw-off::before { + content: "\F0657"; +} + +.mdi-paw-off-outline::before { + content: "\F1676"; +} + +.mdi-paw-outline::before { + content: "\F1675"; +} + +.mdi-pdf-box::before { + content: "\F0E56"; +} + +.mdi-peace::before { + content: "\F0884"; +} + +.mdi-peanut::before { + content: "\F0FFC"; +} + +.mdi-peanut-off::before { + content: "\F0FFD"; +} + +.mdi-peanut-off-outline::before { + content: "\F0FFF"; +} + +.mdi-peanut-outline::before { + content: "\F0FFE"; +} + +.mdi-pen::before { + content: "\F03EA"; +} + +.mdi-pen-lock::before { + content: "\F0DE2"; +} + +.mdi-pen-minus::before { + content: "\F0DE3"; +} + +.mdi-pen-off::before { + content: "\F0DE4"; +} + +.mdi-pen-plus::before { + content: "\F0DE5"; +} + +.mdi-pen-remove::before { + content: "\F0DE6"; +} + +.mdi-pencil::before { + content: "\F03EB"; +} + +.mdi-pencil-box::before { + content: "\F03EC"; +} + +.mdi-pencil-box-multiple::before { + content: "\F1144"; +} + +.mdi-pencil-box-multiple-outline::before { + content: "\F1145"; +} + +.mdi-pencil-box-outline::before { + content: "\F03ED"; +} + +.mdi-pencil-circle::before { + content: "\F06FF"; +} + +.mdi-pencil-circle-outline::before { + content: "\F0776"; +} + +.mdi-pencil-lock::before { + content: "\F03EE"; +} + +.mdi-pencil-lock-outline::before { + content: "\F0DE7"; +} + +.mdi-pencil-minus::before { + content: "\F0DE8"; +} + +.mdi-pencil-minus-outline::before { + content: "\F0DE9"; +} + +.mdi-pencil-off::before { + content: "\F03EF"; +} + +.mdi-pencil-off-outline::before { + content: "\F0DEA"; +} + +.mdi-pencil-outline::before { + content: "\F0CB6"; +} + +.mdi-pencil-plus::before { + content: "\F0DEB"; +} + +.mdi-pencil-plus-outline::before { + content: "\F0DEC"; +} + +.mdi-pencil-remove::before { + content: "\F0DED"; +} + +.mdi-pencil-remove-outline::before { + content: "\F0DEE"; +} + +.mdi-pencil-ruler::before { + content: "\F1353"; +} + +.mdi-penguin::before { + content: "\F0EC0"; +} + +.mdi-pentagon::before { + content: "\F0701"; +} + +.mdi-pentagon-outline::before { + content: "\F0700"; +} + +.mdi-pentagram::before { + content: "\F1667"; +} + +.mdi-percent::before { + content: "\F03F0"; +} + +.mdi-percent-outline::before { + content: "\F1278"; +} + +.mdi-periodic-table::before { + content: "\F08B6"; +} + +.mdi-perspective-less::before { + content: "\F0D23"; +} + +.mdi-perspective-more::before { + content: "\F0D24"; +} + +.mdi-pharmacy::before { + content: "\F03F1"; +} + +.mdi-phone::before { + content: "\F03F2"; +} + +.mdi-phone-alert::before { + content: "\F0F1A"; +} + +.mdi-phone-alert-outline::before { + content: "\F118E"; +} + +.mdi-phone-bluetooth::before { + content: "\F03F3"; +} + +.mdi-phone-bluetooth-outline::before { + content: "\F118F"; +} + +.mdi-phone-cancel::before { + content: "\F10BC"; +} + +.mdi-phone-cancel-outline::before { + content: "\F1190"; +} + +.mdi-phone-check::before { + content: "\F11A9"; +} + +.mdi-phone-check-outline::before { + content: "\F11AA"; +} + +.mdi-phone-classic::before { + content: "\F0602"; +} + +.mdi-phone-classic-off::before { + content: "\F1279"; +} + +.mdi-phone-dial::before { + content: "\F1559"; +} + +.mdi-phone-dial-outline::before { + content: "\F155A"; +} + +.mdi-phone-forward::before { + content: "\F03F4"; +} + +.mdi-phone-forward-outline::before { + content: "\F1191"; +} + +.mdi-phone-hangup::before { + content: "\F03F5"; +} + +.mdi-phone-hangup-outline::before { + content: "\F1192"; +} + +.mdi-phone-in-talk::before { + content: "\F03F6"; +} + +.mdi-phone-in-talk-outline::before { + content: "\F1182"; +} + +.mdi-phone-incoming::before { + content: "\F03F7"; +} + +.mdi-phone-incoming-outline::before { + content: "\F1193"; +} + +.mdi-phone-lock::before { + content: "\F03F8"; +} + +.mdi-phone-lock-outline::before { + content: "\F1194"; +} + +.mdi-phone-log::before { + content: "\F03F9"; +} + +.mdi-phone-log-outline::before { + content: "\F1195"; +} + +.mdi-phone-message::before { + content: "\F1196"; +} + +.mdi-phone-message-outline::before { + content: "\F1197"; +} + +.mdi-phone-minus::before { + content: "\F0658"; +} + +.mdi-phone-minus-outline::before { + content: "\F1198"; +} + +.mdi-phone-missed::before { + content: "\F03FA"; +} + +.mdi-phone-missed-outline::before { + content: "\F11A5"; +} + +.mdi-phone-off::before { + content: "\F0DEF"; +} + +.mdi-phone-off-outline::before { + content: "\F11A6"; +} + +.mdi-phone-outgoing::before { + content: "\F03FB"; +} + +.mdi-phone-outgoing-outline::before { + content: "\F1199"; +} + +.mdi-phone-outline::before { + content: "\F0DF0"; +} + +.mdi-phone-paused::before { + content: "\F03FC"; +} + +.mdi-phone-paused-outline::before { + content: "\F119A"; +} + +.mdi-phone-plus::before { + content: "\F0659"; +} + +.mdi-phone-plus-outline::before { + content: "\F119B"; +} + +.mdi-phone-remove::before { + content: "\F152F"; +} + +.mdi-phone-remove-outline::before { + content: "\F1530"; +} + +.mdi-phone-return::before { + content: "\F082F"; +} + +.mdi-phone-return-outline::before { + content: "\F119C"; +} + +.mdi-phone-ring::before { + content: "\F11AB"; +} + +.mdi-phone-ring-outline::before { + content: "\F11AC"; +} + +.mdi-phone-rotate-landscape::before { + content: "\F0885"; +} + +.mdi-phone-rotate-portrait::before { + content: "\F0886"; +} + +.mdi-phone-settings::before { + content: "\F03FD"; +} + +.mdi-phone-settings-outline::before { + content: "\F119D"; +} + +.mdi-phone-voip::before { + content: "\F03FE"; +} + +.mdi-pi::before { + content: "\F03FF"; +} + +.mdi-pi-box::before { + content: "\F0400"; +} + +.mdi-pi-hole::before { + content: "\F0DF1"; +} + +.mdi-piano::before { + content: "\F067D"; +} + +.mdi-pickaxe::before { + content: "\F08B7"; +} + +.mdi-picture-in-picture-bottom-right::before { + content: "\F0E57"; +} + +.mdi-picture-in-picture-bottom-right-outline::before { + content: "\F0E58"; +} + +.mdi-picture-in-picture-top-right::before { + content: "\F0E59"; +} + +.mdi-picture-in-picture-top-right-outline::before { + content: "\F0E5A"; +} + +.mdi-pier::before { + content: "\F0887"; +} + +.mdi-pier-crane::before { + content: "\F0888"; +} + +.mdi-pig::before { + content: "\F0401"; +} + +.mdi-pig-variant::before { + content: "\F1006"; +} + +.mdi-pig-variant-outline::before { + content: "\F1678"; +} + +.mdi-piggy-bank::before { + content: "\F1007"; +} + +.mdi-piggy-bank-outline::before { + content: "\F1679"; +} + +.mdi-pill::before { + content: "\F0402"; +} + +.mdi-pillar::before { + content: "\F0702"; +} + +.mdi-pin::before { + content: "\F0403"; +} + +.mdi-pin-off::before { + content: "\F0404"; +} + +.mdi-pin-off-outline::before { + content: "\F0930"; +} + +.mdi-pin-outline::before { + content: "\F0931"; +} + +.mdi-pine-tree::before { + content: "\F0405"; +} + +.mdi-pine-tree-box::before { + content: "\F0406"; +} + +.mdi-pine-tree-fire::before { + content: "\F141A"; +} + +.mdi-pinterest::before { + content: "\F0407"; +} + +.mdi-pinwheel::before { + content: "\F0AD5"; +} + +.mdi-pinwheel-outline::before { + content: "\F0AD6"; +} + +.mdi-pipe::before { + content: "\F07E5"; +} + +.mdi-pipe-disconnected::before { + content: "\F07E6"; +} + +.mdi-pipe-leak::before { + content: "\F0889"; +} + +.mdi-pipe-wrench::before { + content: "\F1354"; +} + +.mdi-pirate::before { + content: "\F0A08"; +} + +.mdi-pistol::before { + content: "\F0703"; +} + +.mdi-piston::before { + content: "\F088A"; +} + +.mdi-pitchfork::before { + content: "\F1553"; +} + +.mdi-pizza::before { + content: "\F0409"; +} + +.mdi-play::before { + content: "\F040A"; +} + +.mdi-play-box::before { + content: "\F127A"; +} + +.mdi-play-box-multiple::before { + content: "\F0D19"; +} + +.mdi-play-box-multiple-outline::before { + content: "\F13E6"; +} + +.mdi-play-box-outline::before { + content: "\F040B"; +} + +.mdi-play-circle::before { + content: "\F040C"; +} + +.mdi-play-circle-outline::before { + content: "\F040D"; +} + +.mdi-play-network::before { + content: "\F088B"; +} + +.mdi-play-network-outline::before { + content: "\F0CB7"; +} + +.mdi-play-outline::before { + content: "\F0F1B"; +} + +.mdi-play-pause::before { + content: "\F040E"; +} + +.mdi-play-protected-content::before { + content: "\F040F"; +} + +.mdi-play-speed::before { + content: "\F08FF"; +} + +.mdi-playlist-check::before { + content: "\F05C7"; +} + +.mdi-playlist-edit::before { + content: "\F0900"; +} + +.mdi-playlist-minus::before { + content: "\F0410"; +} + +.mdi-playlist-music::before { + content: "\F0CB8"; +} + +.mdi-playlist-music-outline::before { + content: "\F0CB9"; +} + +.mdi-playlist-play::before { + content: "\F0411"; +} + +.mdi-playlist-plus::before { + content: "\F0412"; +} + +.mdi-playlist-remove::before { + content: "\F0413"; +} + +.mdi-playlist-star::before { + content: "\F0DF2"; +} + +.mdi-plex::before { + content: "\F06BA"; +} + +.mdi-plus::before { + content: "\F0415"; +} + +.mdi-plus-box::before { + content: "\F0416"; +} + +.mdi-plus-box-multiple::before { + content: "\F0334"; +} + +.mdi-plus-box-multiple-outline::before { + content: "\F1143"; +} + +.mdi-plus-box-outline::before { + content: "\F0704"; +} + +.mdi-plus-circle::before { + content: "\F0417"; +} + +.mdi-plus-circle-multiple::before { + content: "\F034C"; +} + +.mdi-plus-circle-multiple-outline::before { + content: "\F0418"; +} + +.mdi-plus-circle-outline::before { + content: "\F0419"; +} + +.mdi-plus-minus::before { + content: "\F0992"; +} + +.mdi-plus-minus-box::before { + content: "\F0993"; +} + +.mdi-plus-minus-variant::before { + content: "\F14C9"; +} + +.mdi-plus-network::before { + content: "\F041A"; +} + +.mdi-plus-network-outline::before { + content: "\F0CBA"; +} + +.mdi-plus-one::before { + content: "\F041B"; +} + +.mdi-plus-outline::before { + content: "\F0705"; +} + +.mdi-plus-thick::before { + content: "\F11EC"; +} + +.mdi-podcast::before { + content: "\F0994"; +} + +.mdi-podium::before { + content: "\F0D25"; +} + +.mdi-podium-bronze::before { + content: "\F0D26"; +} + +.mdi-podium-gold::before { + content: "\F0D27"; +} + +.mdi-podium-silver::before { + content: "\F0D28"; +} + +.mdi-point-of-sale::before { + content: "\F0D92"; +} + +.mdi-pokeball::before { + content: "\F041D"; +} + +.mdi-pokemon-go::before { + content: "\F0A09"; +} + +.mdi-poker-chip::before { + content: "\F0830"; +} + +.mdi-polaroid::before { + content: "\F041E"; +} + +.mdi-police-badge::before { + content: "\F1167"; +} + +.mdi-police-badge-outline::before { + content: "\F1168"; +} + +.mdi-poll::before { + content: "\F041F"; +} + +.mdi-poll-box::before { + content: "\F0420"; +} + +.mdi-poll-box-outline::before { + content: "\F127B"; +} + +.mdi-polo::before { + content: "\F14C3"; +} + +.mdi-polymer::before { + content: "\F0421"; +} + +.mdi-pool::before { + content: "\F0606"; +} + +.mdi-popcorn::before { + content: "\F0422"; +} + +.mdi-post::before { + content: "\F1008"; +} + +.mdi-post-outline::before { + content: "\F1009"; +} + +.mdi-postage-stamp::before { + content: "\F0CBB"; +} + +.mdi-pot::before { + content: "\F02E5"; +} + +.mdi-pot-mix::before { + content: "\F065B"; +} + +.mdi-pot-mix-outline::before { + content: "\F0677"; +} + +.mdi-pot-outline::before { + content: "\F02FF"; +} + +.mdi-pot-steam::before { + content: "\F065A"; +} + +.mdi-pot-steam-outline::before { + content: "\F0326"; +} + +.mdi-pound::before { + content: "\F0423"; +} + +.mdi-pound-box::before { + content: "\F0424"; +} + +.mdi-pound-box-outline::before { + content: "\F117F"; +} + +.mdi-power::before { + content: "\F0425"; +} + +.mdi-power-cycle::before { + content: "\F0901"; +} + +.mdi-power-off::before { + content: "\F0902"; +} + +.mdi-power-on::before { + content: "\F0903"; +} + +.mdi-power-plug::before { + content: "\F06A5"; +} + +.mdi-power-plug-off::before { + content: "\F06A6"; +} + +.mdi-power-plug-off-outline::before { + content: "\F1424"; +} + +.mdi-power-plug-outline::before { + content: "\F1425"; +} + +.mdi-power-settings::before { + content: "\F0426"; +} + +.mdi-power-sleep::before { + content: "\F0904"; +} + +.mdi-power-socket::before { + content: "\F0427"; +} + +.mdi-power-socket-au::before { + content: "\F0905"; +} + +.mdi-power-socket-de::before { + content: "\F1107"; +} + +.mdi-power-socket-eu::before { + content: "\F07E7"; +} + +.mdi-power-socket-fr::before { + content: "\F1108"; +} + +.mdi-power-socket-it::before { + content: "\F14FF"; +} + +.mdi-power-socket-jp::before { + content: "\F1109"; +} + +.mdi-power-socket-uk::before { + content: "\F07E8"; +} + +.mdi-power-socket-us::before { + content: "\F07E9"; +} + +.mdi-power-standby::before { + content: "\F0906"; +} + +.mdi-powershell::before { + content: "\F0A0A"; +} + +.mdi-prescription::before { + content: "\F0706"; +} + +.mdi-presentation::before { + content: "\F0428"; +} + +.mdi-presentation-play::before { + content: "\F0429"; +} + +.mdi-pretzel::before { + content: "\F1562"; +} + +.mdi-printer::before { + content: "\F042A"; +} + +.mdi-printer-3d::before { + content: "\F042B"; +} + +.mdi-printer-3d-nozzle::before { + content: "\F0E5B"; +} + +.mdi-printer-3d-nozzle-alert::before { + content: "\F11C0"; +} + +.mdi-printer-3d-nozzle-alert-outline::before { + content: "\F11C1"; +} + +.mdi-printer-3d-nozzle-outline::before { + content: "\F0E5C"; +} + +.mdi-printer-alert::before { + content: "\F042C"; +} + +.mdi-printer-check::before { + content: "\F1146"; +} + +.mdi-printer-eye::before { + content: "\F1458"; +} + +.mdi-printer-off::before { + content: "\F0E5D"; +} + +.mdi-printer-pos::before { + content: "\F1057"; +} + +.mdi-printer-search::before { + content: "\F1457"; +} + +.mdi-printer-settings::before { + content: "\F0707"; +} + +.mdi-printer-wireless::before { + content: "\F0A0B"; +} + +.mdi-priority-high::before { + content: "\F0603"; +} + +.mdi-priority-low::before { + content: "\F0604"; +} + +.mdi-professional-hexagon::before { + content: "\F042D"; +} + +.mdi-progress-alert::before { + content: "\F0CBC"; +} + +.mdi-progress-check::before { + content: "\F0995"; +} + +.mdi-progress-clock::before { + content: "\F0996"; +} + +.mdi-progress-close::before { + content: "\F110A"; +} + +.mdi-progress-download::before { + content: "\F0997"; +} + +.mdi-progress-question::before { + content: "\F1522"; +} + +.mdi-progress-upload::before { + content: "\F0998"; +} + +.mdi-progress-wrench::before { + content: "\F0CBD"; +} + +.mdi-projector::before { + content: "\F042E"; +} + +.mdi-projector-screen::before { + content: "\F042F"; +} + +.mdi-propane-tank::before { + content: "\F1357"; +} + +.mdi-propane-tank-outline::before { + content: "\F1358"; +} + +.mdi-protocol::before { + content: "\F0FD8"; +} + +.mdi-publish::before { + content: "\F06A7"; +} + +.mdi-pulse::before { + content: "\F0430"; +} + +.mdi-pump::before { + content: "\F1402"; +} + +.mdi-pumpkin::before { + content: "\F0BBF"; +} + +.mdi-purse::before { + content: "\F0F1C"; +} + +.mdi-purse-outline::before { + content: "\F0F1D"; +} + +.mdi-puzzle::before { + content: "\F0431"; +} + +.mdi-puzzle-check::before { + content: "\F1426"; +} + +.mdi-puzzle-check-outline::before { + content: "\F1427"; +} + +.mdi-puzzle-edit::before { + content: "\F14D3"; +} + +.mdi-puzzle-edit-outline::before { + content: "\F14D9"; +} + +.mdi-puzzle-heart::before { + content: "\F14D4"; +} + +.mdi-puzzle-heart-outline::before { + content: "\F14DA"; +} + +.mdi-puzzle-minus::before { + content: "\F14D1"; +} + +.mdi-puzzle-minus-outline::before { + content: "\F14D7"; +} + +.mdi-puzzle-outline::before { + content: "\F0A66"; +} + +.mdi-puzzle-plus::before { + content: "\F14D0"; +} + +.mdi-puzzle-plus-outline::before { + content: "\F14D6"; +} + +.mdi-puzzle-remove::before { + content: "\F14D2"; +} + +.mdi-puzzle-remove-outline::before { + content: "\F14D8"; +} + +.mdi-puzzle-star::before { + content: "\F14D5"; +} + +.mdi-puzzle-star-outline::before { + content: "\F14DB"; +} + +.mdi-qi::before { + content: "\F0999"; +} + +.mdi-qqchat::before { + content: "\F0605"; +} + +.mdi-qrcode::before { + content: "\F0432"; +} + +.mdi-qrcode-edit::before { + content: "\F08B8"; +} + +.mdi-qrcode-minus::before { + content: "\F118C"; +} + +.mdi-qrcode-plus::before { + content: "\F118B"; +} + +.mdi-qrcode-remove::before { + content: "\F118D"; +} + +.mdi-qrcode-scan::before { + content: "\F0433"; +} + +.mdi-quadcopter::before { + content: "\F0434"; +} + +.mdi-quality-high::before { + content: "\F0435"; +} + +.mdi-quality-low::before { + content: "\F0A0C"; +} + +.mdi-quality-medium::before { + content: "\F0A0D"; +} + +.mdi-quora::before { + content: "\F0D29"; +} + +.mdi-rabbit::before { + content: "\F0907"; +} + +.mdi-racing-helmet::before { + content: "\F0D93"; +} + +.mdi-racquetball::before { + content: "\F0D94"; +} + +.mdi-radar::before { + content: "\F0437"; +} + +.mdi-radiator::before { + content: "\F0438"; +} + +.mdi-radiator-disabled::before { + content: "\F0AD7"; +} + +.mdi-radiator-off::before { + content: "\F0AD8"; +} + +.mdi-radio::before { + content: "\F0439"; +} + +.mdi-radio-am::before { + content: "\F0CBE"; +} + +.mdi-radio-fm::before { + content: "\F0CBF"; +} + +.mdi-radio-handheld::before { + content: "\F043A"; +} + +.mdi-radio-off::before { + content: "\F121C"; +} + +.mdi-radio-tower::before { + content: "\F043B"; +} + +.mdi-radioactive::before { + content: "\F043C"; +} + +.mdi-radioactive-off::before { + content: "\F0EC1"; +} + +.mdi-radiobox-blank::before { + content: "\F043D"; +} + +.mdi-radiobox-marked::before { + content: "\F043E"; +} + +.mdi-radiology-box::before { + content: "\F14C5"; +} + +.mdi-radiology-box-outline::before { + content: "\F14C6"; +} + +.mdi-radius::before { + content: "\F0CC0"; +} + +.mdi-radius-outline::before { + content: "\F0CC1"; +} + +.mdi-railroad-light::before { + content: "\F0F1E"; +} + +.mdi-rake::before { + content: "\F1544"; +} + +.mdi-raspberry-pi::before { + content: "\F043F"; +} + +.mdi-ray-end::before { + content: "\F0440"; +} + +.mdi-ray-end-arrow::before { + content: "\F0441"; +} + +.mdi-ray-start::before { + content: "\F0442"; +} + +.mdi-ray-start-arrow::before { + content: "\F0443"; +} + +.mdi-ray-start-end::before { + content: "\F0444"; +} + +.mdi-ray-start-vertex-end::before { + content: "\F15D8"; +} + +.mdi-ray-vertex::before { + content: "\F0445"; +} + +.mdi-react::before { + content: "\F0708"; +} + +.mdi-read::before { + content: "\F0447"; +} + +.mdi-receipt::before { + content: "\F0449"; +} + +.mdi-record::before { + content: "\F044A"; +} + +.mdi-record-circle::before { + content: "\F0EC2"; +} + +.mdi-record-circle-outline::before { + content: "\F0EC3"; +} + +.mdi-record-player::before { + content: "\F099A"; +} + +.mdi-record-rec::before { + content: "\F044B"; +} + +.mdi-rectangle::before { + content: "\F0E5E"; +} + +.mdi-rectangle-outline::before { + content: "\F0E5F"; +} + +.mdi-recycle::before { + content: "\F044C"; +} + +.mdi-recycle-variant::before { + content: "\F139D"; +} + +.mdi-reddit::before { + content: "\F044D"; +} + +.mdi-redhat::before { + content: "\F111B"; +} + +.mdi-redo::before { + content: "\F044E"; +} + +.mdi-redo-variant::before { + content: "\F044F"; +} + +.mdi-reflect-horizontal::before { + content: "\F0A0E"; +} + +.mdi-reflect-vertical::before { + content: "\F0A0F"; +} + +.mdi-refresh::before { + content: "\F0450"; +} + +.mdi-refresh-circle::before { + content: "\F1377"; +} + +.mdi-regex::before { + content: "\F0451"; +} + +.mdi-registered-trademark::before { + content: "\F0A67"; +} + +.mdi-reiterate::before { + content: "\F1588"; +} + +.mdi-relation-many-to-many::before { + content: "\F1496"; +} + +.mdi-relation-many-to-one::before { + content: "\F1497"; +} + +.mdi-relation-many-to-one-or-many::before { + content: "\F1498"; +} + +.mdi-relation-many-to-only-one::before { + content: "\F1499"; +} + +.mdi-relation-many-to-zero-or-many::before { + content: "\F149A"; +} + +.mdi-relation-many-to-zero-or-one::before { + content: "\F149B"; +} + +.mdi-relation-one-or-many-to-many::before { + content: "\F149C"; +} + +.mdi-relation-one-or-many-to-one::before { + content: "\F149D"; +} + +.mdi-relation-one-or-many-to-one-or-many::before { + content: "\F149E"; +} + +.mdi-relation-one-or-many-to-only-one::before { + content: "\F149F"; +} + +.mdi-relation-one-or-many-to-zero-or-many::before { + content: "\F14A0"; +} + +.mdi-relation-one-or-many-to-zero-or-one::before { + content: "\F14A1"; +} + +.mdi-relation-one-to-many::before { + content: "\F14A2"; +} + +.mdi-relation-one-to-one::before { + content: "\F14A3"; +} + +.mdi-relation-one-to-one-or-many::before { + content: "\F14A4"; +} + +.mdi-relation-one-to-only-one::before { + content: "\F14A5"; +} + +.mdi-relation-one-to-zero-or-many::before { + content: "\F14A6"; +} + +.mdi-relation-one-to-zero-or-one::before { + content: "\F14A7"; +} + +.mdi-relation-only-one-to-many::before { + content: "\F14A8"; +} + +.mdi-relation-only-one-to-one::before { + content: "\F14A9"; +} + +.mdi-relation-only-one-to-one-or-many::before { + content: "\F14AA"; +} + +.mdi-relation-only-one-to-only-one::before { + content: "\F14AB"; +} + +.mdi-relation-only-one-to-zero-or-many::before { + content: "\F14AC"; +} + +.mdi-relation-only-one-to-zero-or-one::before { + content: "\F14AD"; +} + +.mdi-relation-zero-or-many-to-many::before { + content: "\F14AE"; +} + +.mdi-relation-zero-or-many-to-one::before { + content: "\F14AF"; +} + +.mdi-relation-zero-or-many-to-one-or-many::before { + content: "\F14B0"; +} + +.mdi-relation-zero-or-many-to-only-one::before { + content: "\F14B1"; +} + +.mdi-relation-zero-or-many-to-zero-or-many::before { + content: "\F14B2"; +} + +.mdi-relation-zero-or-many-to-zero-or-one::before { + content: "\F14B3"; +} + +.mdi-relation-zero-or-one-to-many::before { + content: "\F14B4"; +} + +.mdi-relation-zero-or-one-to-one::before { + content: "\F14B5"; +} + +.mdi-relation-zero-or-one-to-one-or-many::before { + content: "\F14B6"; +} + +.mdi-relation-zero-or-one-to-only-one::before { + content: "\F14B7"; +} + +.mdi-relation-zero-or-one-to-zero-or-many::before { + content: "\F14B8"; +} + +.mdi-relation-zero-or-one-to-zero-or-one::before { + content: "\F14B9"; +} + +.mdi-relative-scale::before { + content: "\F0452"; +} + +.mdi-reload::before { + content: "\F0453"; +} + +.mdi-reload-alert::before { + content: "\F110B"; +} + +.mdi-reminder::before { + content: "\F088C"; +} + +.mdi-remote::before { + content: "\F0454"; +} + +.mdi-remote-desktop::before { + content: "\F08B9"; +} + +.mdi-remote-off::before { + content: "\F0EC4"; +} + +.mdi-remote-tv::before { + content: "\F0EC5"; +} + +.mdi-remote-tv-off::before { + content: "\F0EC6"; +} + +.mdi-rename-box::before { + content: "\F0455"; +} + +.mdi-reorder-horizontal::before { + content: "\F0688"; +} + +.mdi-reorder-vertical::before { + content: "\F0689"; +} + +.mdi-repeat::before { + content: "\F0456"; +} + +.mdi-repeat-off::before { + content: "\F0457"; +} + +.mdi-repeat-once::before { + content: "\F0458"; +} + +.mdi-replay::before { + content: "\F0459"; +} + +.mdi-reply::before { + content: "\F045A"; +} + +.mdi-reply-all::before { + content: "\F045B"; +} + +.mdi-reply-all-outline::before { + content: "\F0F1F"; +} + +.mdi-reply-circle::before { + content: "\F11AE"; +} + +.mdi-reply-outline::before { + content: "\F0F20"; +} + +.mdi-reproduction::before { + content: "\F045C"; +} + +.mdi-resistor::before { + content: "\F0B44"; +} + +.mdi-resistor-nodes::before { + content: "\F0B45"; +} + +.mdi-resize::before { + content: "\F0A68"; +} + +.mdi-resize-bottom-right::before { + content: "\F045D"; +} + +.mdi-responsive::before { + content: "\F045E"; +} + +.mdi-restart::before { + content: "\F0709"; +} + +.mdi-restart-alert::before { + content: "\F110C"; +} + +.mdi-restart-off::before { + content: "\F0D95"; +} + +.mdi-restore::before { + content: "\F099B"; +} + +.mdi-restore-alert::before { + content: "\F110D"; +} + +.mdi-rewind::before { + content: "\F045F"; +} + +.mdi-rewind-10::before { + content: "\F0D2A"; +} + +.mdi-rewind-30::before { + content: "\F0D96"; +} + +.mdi-rewind-5::before { + content: "\F11F9"; +} + +.mdi-rewind-60::before { + content: "\F160C"; +} + +.mdi-rewind-outline::before { + content: "\F070A"; +} + +.mdi-rhombus::before { + content: "\F070B"; +} + +.mdi-rhombus-medium::before { + content: "\F0A10"; +} + +.mdi-rhombus-medium-outline::before { + content: "\F14DC"; +} + +.mdi-rhombus-outline::before { + content: "\F070C"; +} + +.mdi-rhombus-split::before { + content: "\F0A11"; +} + +.mdi-rhombus-split-outline::before { + content: "\F14DD"; +} + +.mdi-ribbon::before { + content: "\F0460"; +} + +.mdi-rice::before { + content: "\F07EA"; +} + +.mdi-rickshaw::before { + content: "\F15BB"; +} + +.mdi-rickshaw-electric::before { + content: "\F15BC"; +} + +.mdi-ring::before { + content: "\F07EB"; +} + +.mdi-rivet::before { + content: "\F0E60"; +} + +.mdi-road::before { + content: "\F0461"; +} + +.mdi-road-variant::before { + content: "\F0462"; +} + +.mdi-robber::before { + content: "\F1058"; +} + +.mdi-robot::before { + content: "\F06A9"; +} + +.mdi-robot-angry::before { + content: "\F169D"; +} + +.mdi-robot-angry-outline::before { + content: "\F169E"; +} + +.mdi-robot-confused::before { + content: "\F169F"; +} + +.mdi-robot-confused-outline::before { + content: "\F16A0"; +} + +.mdi-robot-dead::before { + content: "\F16A1"; +} + +.mdi-robot-dead-outline::before { + content: "\F16A2"; +} + +.mdi-robot-excited::before { + content: "\F16A3"; +} + +.mdi-robot-excited-outline::before { + content: "\F16A4"; +} + +.mdi-robot-industrial::before { + content: "\F0B46"; +} + +.mdi-robot-love::before { + content: "\F16A5"; +} + +.mdi-robot-love-outline::before { + content: "\F16A6"; +} + +.mdi-robot-mower::before { + content: "\F11F7"; +} + +.mdi-robot-mower-outline::before { + content: "\F11F3"; +} + +.mdi-robot-off::before { + content: "\F16A7"; +} + +.mdi-robot-off-outline::before { + content: "\F167B"; +} + +.mdi-robot-outline::before { + content: "\F167A"; +} + +.mdi-robot-vacuum::before { + content: "\F070D"; +} + +.mdi-robot-vacuum-variant::before { + content: "\F0908"; +} + +.mdi-rocket::before { + content: "\F0463"; +} + +.mdi-rocket-launch::before { + content: "\F14DE"; +} + +.mdi-rocket-launch-outline::before { + content: "\F14DF"; +} + +.mdi-rocket-outline::before { + content: "\F13AF"; +} + +.mdi-rodent::before { + content: "\F1327"; +} + +.mdi-roller-skate::before { + content: "\F0D2B"; +} + +.mdi-roller-skate-off::before { + content: "\F0145"; +} + +.mdi-rollerblade::before { + content: "\F0D2C"; +} + +.mdi-rollerblade-off::before { + content: "\F002E"; +} + +.mdi-rollupjs::before { + content: "\F0BC0"; +} + +.mdi-roman-numeral-1::before { + content: "\F1088"; +} + +.mdi-roman-numeral-10::before { + content: "\F1091"; +} + +.mdi-roman-numeral-2::before { + content: "\F1089"; +} + +.mdi-roman-numeral-3::before { + content: "\F108A"; +} + +.mdi-roman-numeral-4::before { + content: "\F108B"; +} + +.mdi-roman-numeral-5::before { + content: "\F108C"; +} + +.mdi-roman-numeral-6::before { + content: "\F108D"; +} + +.mdi-roman-numeral-7::before { + content: "\F108E"; +} + +.mdi-roman-numeral-8::before { + content: "\F108F"; +} + +.mdi-roman-numeral-9::before { + content: "\F1090"; +} + +.mdi-room-service::before { + content: "\F088D"; +} + +.mdi-room-service-outline::before { + content: "\F0D97"; +} + +.mdi-rotate-3d::before { + content: "\F0EC7"; +} + +.mdi-rotate-3d-variant::before { + content: "\F0464"; +} + +.mdi-rotate-left::before { + content: "\F0465"; +} + +.mdi-rotate-left-variant::before { + content: "\F0466"; +} + +.mdi-rotate-orbit::before { + content: "\F0D98"; +} + +.mdi-rotate-right::before { + content: "\F0467"; +} + +.mdi-rotate-right-variant::before { + content: "\F0468"; +} + +.mdi-rounded-corner::before { + content: "\F0607"; +} + +.mdi-router::before { + content: "\F11E2"; +} + +.mdi-router-network::before { + content: "\F1087"; +} + +.mdi-router-wireless::before { + content: "\F0469"; +} + +.mdi-router-wireless-off::before { + content: "\F15A3"; +} + +.mdi-router-wireless-settings::before { + content: "\F0A69"; +} + +.mdi-routes::before { + content: "\F046A"; +} + +.mdi-routes-clock::before { + content: "\F1059"; +} + +.mdi-rowing::before { + content: "\F0608"; +} + +.mdi-rss::before { + content: "\F046B"; +} + +.mdi-rss-box::before { + content: "\F046C"; +} + +.mdi-rss-off::before { + content: "\F0F21"; +} + +.mdi-rug::before { + content: "\F1475"; +} + +.mdi-rugby::before { + content: "\F0D99"; +} + +.mdi-ruler::before { + content: "\F046D"; +} + +.mdi-ruler-square::before { + content: "\F0CC2"; +} + +.mdi-ruler-square-compass::before { + content: "\F0EBE"; +} + +.mdi-run::before { + content: "\F070E"; +} + +.mdi-run-fast::before { + content: "\F046E"; +} + +.mdi-rv-truck::before { + content: "\F11D4"; +} + +.mdi-sack::before { + content: "\F0D2E"; +} + +.mdi-sack-percent::before { + content: "\F0D2F"; +} + +.mdi-safe::before { + content: "\F0A6A"; +} + +.mdi-safe-square::before { + content: "\F127C"; +} + +.mdi-safe-square-outline::before { + content: "\F127D"; +} + +.mdi-safety-goggles::before { + content: "\F0D30"; +} + +.mdi-sail-boat::before { + content: "\F0EC8"; +} + +.mdi-sale::before { + content: "\F046F"; +} + +.mdi-salesforce::before { + content: "\F088E"; +} + +.mdi-sass::before { + content: "\F07EC"; +} + +.mdi-satellite::before { + content: "\F0470"; +} + +.mdi-satellite-uplink::before { + content: "\F0909"; +} + +.mdi-satellite-variant::before { + content: "\F0471"; +} + +.mdi-sausage::before { + content: "\F08BA"; +} + +.mdi-saw-blade::before { + content: "\F0E61"; +} + +.mdi-sawtooth-wave::before { + content: "\F147A"; +} + +.mdi-saxophone::before { + content: "\F0609"; +} + +.mdi-scale::before { + content: "\F0472"; +} + +.mdi-scale-balance::before { + content: "\F05D1"; +} + +.mdi-scale-bathroom::before { + content: "\F0473"; +} + +.mdi-scale-off::before { + content: "\F105A"; +} + +.mdi-scan-helper::before { + content: "\F13D8"; +} + +.mdi-scanner::before { + content: "\F06AB"; +} + +.mdi-scanner-off::before { + content: "\F090A"; +} + +.mdi-scatter-plot::before { + content: "\F0EC9"; +} + +.mdi-scatter-plot-outline::before { + content: "\F0ECA"; +} + +.mdi-school::before { + content: "\F0474"; +} + +.mdi-school-outline::before { + content: "\F1180"; +} + +.mdi-scissors-cutting::before { + content: "\F0A6B"; +} + +.mdi-scooter::before { + content: "\F15BD"; +} + +.mdi-scooter-electric::before { + content: "\F15BE"; +} + +.mdi-scoreboard::before { + content: "\F127E"; +} + +.mdi-scoreboard-outline::before { + content: "\F127F"; +} + +.mdi-screen-rotation::before { + content: "\F0475"; +} + +.mdi-screen-rotation-lock::before { + content: "\F0478"; +} + +.mdi-screw-flat-top::before { + content: "\F0DF3"; +} + +.mdi-screw-lag::before { + content: "\F0DF4"; +} + +.mdi-screw-machine-flat-top::before { + content: "\F0DF5"; +} + +.mdi-screw-machine-round-top::before { + content: "\F0DF6"; +} + +.mdi-screw-round-top::before { + content: "\F0DF7"; +} + +.mdi-screwdriver::before { + content: "\F0476"; +} + +.mdi-script::before { + content: "\F0BC1"; +} + +.mdi-script-outline::before { + content: "\F0477"; +} + +.mdi-script-text::before { + content: "\F0BC2"; +} + +.mdi-script-text-outline::before { + content: "\F0BC3"; +} + +.mdi-sd::before { + content: "\F0479"; +} + +.mdi-seal::before { + content: "\F047A"; +} + +.mdi-seal-variant::before { + content: "\F0FD9"; +} + +.mdi-search-web::before { + content: "\F070F"; +} + +.mdi-seat::before { + content: "\F0CC3"; +} + +.mdi-seat-flat::before { + content: "\F047B"; +} + +.mdi-seat-flat-angled::before { + content: "\F047C"; +} + +.mdi-seat-individual-suite::before { + content: "\F047D"; +} + +.mdi-seat-legroom-extra::before { + content: "\F047E"; +} + +.mdi-seat-legroom-normal::before { + content: "\F047F"; +} + +.mdi-seat-legroom-reduced::before { + content: "\F0480"; +} + +.mdi-seat-outline::before { + content: "\F0CC4"; +} + +.mdi-seat-passenger::before { + content: "\F1249"; +} + +.mdi-seat-recline-extra::before { + content: "\F0481"; +} + +.mdi-seat-recline-normal::before { + content: "\F0482"; +} + +.mdi-seatbelt::before { + content: "\F0CC5"; +} + +.mdi-security::before { + content: "\F0483"; +} + +.mdi-security-network::before { + content: "\F0484"; +} + +.mdi-seed::before { + content: "\F0E62"; +} + +.mdi-seed-off::before { + content: "\F13FD"; +} + +.mdi-seed-off-outline::before { + content: "\F13FE"; +} + +.mdi-seed-outline::before { + content: "\F0E63"; +} + +.mdi-seesaw::before { + content: "\F15A4"; +} + +.mdi-segment::before { + content: "\F0ECB"; +} + +.mdi-select::before { + content: "\F0485"; +} + +.mdi-select-all::before { + content: "\F0486"; +} + +.mdi-select-color::before { + content: "\F0D31"; +} + +.mdi-select-compare::before { + content: "\F0AD9"; +} + +.mdi-select-drag::before { + content: "\F0A6C"; +} + +.mdi-select-group::before { + content: "\F0F82"; +} + +.mdi-select-inverse::before { + content: "\F0487"; +} + +.mdi-select-marker::before { + content: "\F1280"; +} + +.mdi-select-multiple::before { + content: "\F1281"; +} + +.mdi-select-multiple-marker::before { + content: "\F1282"; +} + +.mdi-select-off::before { + content: "\F0488"; +} + +.mdi-select-place::before { + content: "\F0FDA"; +} + +.mdi-select-search::before { + content: "\F1204"; +} + +.mdi-selection::before { + content: "\F0489"; +} + +.mdi-selection-drag::before { + content: "\F0A6D"; +} + +.mdi-selection-ellipse::before { + content: "\F0D32"; +} + +.mdi-selection-ellipse-arrow-inside::before { + content: "\F0F22"; +} + +.mdi-selection-marker::before { + content: "\F1283"; +} + +.mdi-selection-multiple::before { + content: "\F1285"; +} + +.mdi-selection-multiple-marker::before { + content: "\F1284"; +} + +.mdi-selection-off::before { + content: "\F0777"; +} + +.mdi-selection-search::before { + content: "\F1205"; +} + +.mdi-semantic-web::before { + content: "\F1316"; +} + +.mdi-send::before { + content: "\F048A"; +} + +.mdi-send-check::before { + content: "\F1161"; +} + +.mdi-send-check-outline::before { + content: "\F1162"; +} + +.mdi-send-circle::before { + content: "\F0DF8"; +} + +.mdi-send-circle-outline::before { + content: "\F0DF9"; +} + +.mdi-send-clock::before { + content: "\F1163"; +} + +.mdi-send-clock-outline::before { + content: "\F1164"; +} + +.mdi-send-lock::before { + content: "\F07ED"; +} + +.mdi-send-lock-outline::before { + content: "\F1166"; +} + +.mdi-send-outline::before { + content: "\F1165"; +} + +.mdi-serial-port::before { + content: "\F065C"; +} + +.mdi-server::before { + content: "\F048B"; +} + +.mdi-server-minus::before { + content: "\F048C"; +} + +.mdi-server-network::before { + content: "\F048D"; +} + +.mdi-server-network-off::before { + content: "\F048E"; +} + +.mdi-server-off::before { + content: "\F048F"; +} + +.mdi-server-plus::before { + content: "\F0490"; +} + +.mdi-server-remove::before { + content: "\F0491"; +} + +.mdi-server-security::before { + content: "\F0492"; +} + +.mdi-set-all::before { + content: "\F0778"; +} + +.mdi-set-center::before { + content: "\F0779"; +} + +.mdi-set-center-right::before { + content: "\F077A"; +} + +.mdi-set-left::before { + content: "\F077B"; +} + +.mdi-set-left-center::before { + content: "\F077C"; +} + +.mdi-set-left-right::before { + content: "\F077D"; +} + +.mdi-set-merge::before { + content: "\F14E0"; +} + +.mdi-set-none::before { + content: "\F077E"; +} + +.mdi-set-right::before { + content: "\F077F"; +} + +.mdi-set-split::before { + content: "\F14E1"; +} + +.mdi-set-square::before { + content: "\F145D"; +} + +.mdi-set-top-box::before { + content: "\F099F"; +} + +.mdi-settings-helper::before { + content: "\F0A6E"; +} + +.mdi-shaker::before { + content: "\F110E"; +} + +.mdi-shaker-outline::before { + content: "\F110F"; +} + +.mdi-shape::before { + content: "\F0831"; +} + +.mdi-shape-circle-plus::before { + content: "\F065D"; +} + +.mdi-shape-outline::before { + content: "\F0832"; +} + +.mdi-shape-oval-plus::before { + content: "\F11FA"; +} + +.mdi-shape-plus::before { + content: "\F0495"; +} + +.mdi-shape-polygon-plus::before { + content: "\F065E"; +} + +.mdi-shape-rectangle-plus::before { + content: "\F065F"; +} + +.mdi-shape-square-plus::before { + content: "\F0660"; +} + +.mdi-shape-square-rounded-plus::before { + content: "\F14FA"; +} + +.mdi-share::before { + content: "\F0496"; +} + +.mdi-share-all::before { + content: "\F11F4"; +} + +.mdi-share-all-outline::before { + content: "\F11F5"; +} + +.mdi-share-circle::before { + content: "\F11AD"; +} + +.mdi-share-off::before { + content: "\F0F23"; +} + +.mdi-share-off-outline::before { + content: "\F0F24"; +} + +.mdi-share-outline::before { + content: "\F0932"; +} + +.mdi-share-variant::before { + content: "\F0497"; +} + +.mdi-share-variant-outline::before { + content: "\F1514"; +} + +.mdi-shark-fin::before { + content: "\F1673"; +} + +.mdi-shark-fin-outline::before { + content: "\F1674"; +} + +.mdi-sheep::before { + content: "\F0CC6"; +} + +.mdi-shield::before { + content: "\F0498"; +} + +.mdi-shield-account::before { + content: "\F088F"; +} + +.mdi-shield-account-outline::before { + content: "\F0A12"; +} + +.mdi-shield-account-variant::before { + content: "\F15A7"; +} + +.mdi-shield-account-variant-outline::before { + content: "\F15A8"; +} + +.mdi-shield-airplane::before { + content: "\F06BB"; +} + +.mdi-shield-airplane-outline::before { + content: "\F0CC7"; +} + +.mdi-shield-alert::before { + content: "\F0ECC"; +} + +.mdi-shield-alert-outline::before { + content: "\F0ECD"; +} + +.mdi-shield-bug::before { + content: "\F13DA"; +} + +.mdi-shield-bug-outline::before { + content: "\F13DB"; +} + +.mdi-shield-car::before { + content: "\F0F83"; +} + +.mdi-shield-check::before { + content: "\F0565"; +} + +.mdi-shield-check-outline::before { + content: "\F0CC8"; +} + +.mdi-shield-cross::before { + content: "\F0CC9"; +} + +.mdi-shield-cross-outline::before { + content: "\F0CCA"; +} + +.mdi-shield-edit::before { + content: "\F11A0"; +} + +.mdi-shield-edit-outline::before { + content: "\F11A1"; +} + +.mdi-shield-half::before { + content: "\F1360"; +} + +.mdi-shield-half-full::before { + content: "\F0780"; +} + +.mdi-shield-home::before { + content: "\F068A"; +} + +.mdi-shield-home-outline::before { + content: "\F0CCB"; +} + +.mdi-shield-key::before { + content: "\F0BC4"; +} + +.mdi-shield-key-outline::before { + content: "\F0BC5"; +} + +.mdi-shield-link-variant::before { + content: "\F0D33"; +} + +.mdi-shield-link-variant-outline::before { + content: "\F0D34"; +} + +.mdi-shield-lock::before { + content: "\F099D"; +} + +.mdi-shield-lock-outline::before { + content: "\F0CCC"; +} + +.mdi-shield-off::before { + content: "\F099E"; +} + +.mdi-shield-off-outline::before { + content: "\F099C"; +} + +.mdi-shield-outline::before { + content: "\F0499"; +} + +.mdi-shield-plus::before { + content: "\F0ADA"; +} + +.mdi-shield-plus-outline::before { + content: "\F0ADB"; +} + +.mdi-shield-refresh::before { + content: "\F00AA"; +} + +.mdi-shield-refresh-outline::before { + content: "\F01E0"; +} + +.mdi-shield-remove::before { + content: "\F0ADC"; +} + +.mdi-shield-remove-outline::before { + content: "\F0ADD"; +} + +.mdi-shield-search::before { + content: "\F0D9A"; +} + +.mdi-shield-star::before { + content: "\F113B"; +} + +.mdi-shield-star-outline::before { + content: "\F113C"; +} + +.mdi-shield-sun::before { + content: "\F105D"; +} + +.mdi-shield-sun-outline::before { + content: "\F105E"; +} + +.mdi-shield-sync::before { + content: "\F11A2"; +} + +.mdi-shield-sync-outline::before { + content: "\F11A3"; +} + +.mdi-ship-wheel::before { + content: "\F0833"; +} + +.mdi-shoe-ballet::before { + content: "\F15CA"; +} + +.mdi-shoe-cleat::before { + content: "\F15C7"; +} + +.mdi-shoe-formal::before { + content: "\F0B47"; +} + +.mdi-shoe-heel::before { + content: "\F0B48"; +} + +.mdi-shoe-print::before { + content: "\F0DFA"; +} + +.mdi-shoe-sneaker::before { + content: "\F15C8"; +} + +.mdi-shopping::before { + content: "\F049A"; +} + +.mdi-shopping-music::before { + content: "\F049B"; +} + +.mdi-shopping-outline::before { + content: "\F11D5"; +} + +.mdi-shopping-search::before { + content: "\F0F84"; +} + +.mdi-shore::before { + content: "\F14F9"; +} + +.mdi-shovel::before { + content: "\F0710"; +} + +.mdi-shovel-off::before { + content: "\F0711"; +} + +.mdi-shower::before { + content: "\F09A0"; +} + +.mdi-shower-head::before { + content: "\F09A1"; +} + +.mdi-shredder::before { + content: "\F049C"; +} + +.mdi-shuffle::before { + content: "\F049D"; +} + +.mdi-shuffle-disabled::before { + content: "\F049E"; +} + +.mdi-shuffle-variant::before { + content: "\F049F"; +} + +.mdi-shuriken::before { + content: "\F137F"; +} + +.mdi-sigma::before { + content: "\F04A0"; +} + +.mdi-sigma-lower::before { + content: "\F062B"; +} + +.mdi-sign-caution::before { + content: "\F04A1"; +} + +.mdi-sign-direction::before { + content: "\F0781"; +} + +.mdi-sign-direction-minus::before { + content: "\F1000"; +} + +.mdi-sign-direction-plus::before { + content: "\F0FDC"; +} + +.mdi-sign-direction-remove::before { + content: "\F0FDD"; +} + +.mdi-sign-pole::before { + content: "\F14F8"; +} + +.mdi-sign-real-estate::before { + content: "\F1118"; +} + +.mdi-sign-text::before { + content: "\F0782"; +} + +.mdi-signal::before { + content: "\F04A2"; +} + +.mdi-signal-2g::before { + content: "\F0712"; +} + +.mdi-signal-3g::before { + content: "\F0713"; +} + +.mdi-signal-4g::before { + content: "\F0714"; +} + +.mdi-signal-5g::before { + content: "\F0A6F"; +} + +.mdi-signal-cellular-1::before { + content: "\F08BC"; +} + +.mdi-signal-cellular-2::before { + content: "\F08BD"; +} + +.mdi-signal-cellular-3::before { + content: "\F08BE"; +} + +.mdi-signal-cellular-outline::before { + content: "\F08BF"; +} + +.mdi-signal-distance-variant::before { + content: "\F0E64"; +} + +.mdi-signal-hspa::before { + content: "\F0715"; +} + +.mdi-signal-hspa-plus::before { + content: "\F0716"; +} + +.mdi-signal-off::before { + content: "\F0783"; +} + +.mdi-signal-variant::before { + content: "\F060A"; +} + +.mdi-signature::before { + content: "\F0DFB"; +} + +.mdi-signature-freehand::before { + content: "\F0DFC"; +} + +.mdi-signature-image::before { + content: "\F0DFD"; +} + +.mdi-signature-text::before { + content: "\F0DFE"; +} + +.mdi-silo::before { + content: "\F0B49"; +} + +.mdi-silverware::before { + content: "\F04A3"; +} + +.mdi-silverware-clean::before { + content: "\F0FDE"; +} + +.mdi-silverware-fork::before { + content: "\F04A4"; +} + +.mdi-silverware-fork-knife::before { + content: "\F0A70"; +} + +.mdi-silverware-spoon::before { + content: "\F04A5"; +} + +.mdi-silverware-variant::before { + content: "\F04A6"; +} + +.mdi-sim::before { + content: "\F04A7"; +} + +.mdi-sim-alert::before { + content: "\F04A8"; +} + +.mdi-sim-alert-outline::before { + content: "\F15D3"; +} + +.mdi-sim-off::before { + content: "\F04A9"; +} + +.mdi-sim-off-outline::before { + content: "\F15D4"; +} + +.mdi-sim-outline::before { + content: "\F15D5"; +} + +.mdi-simple-icons::before { + content: "\F131D"; +} + +.mdi-sina-weibo::before { + content: "\F0ADF"; +} + +.mdi-sine-wave::before { + content: "\F095B"; +} + +.mdi-sitemap::before { + content: "\F04AA"; +} + +.mdi-size-l::before { + content: "\F13A6"; +} + +.mdi-size-m::before { + content: "\F13A5"; +} + +.mdi-size-s::before { + content: "\F13A4"; +} + +.mdi-size-xl::before { + content: "\F13A7"; +} + +.mdi-size-xs::before { + content: "\F13A3"; +} + +.mdi-size-xxl::before { + content: "\F13A8"; +} + +.mdi-size-xxs::before { + content: "\F13A2"; +} + +.mdi-size-xxxl::before { + content: "\F13A9"; +} + +.mdi-skate::before { + content: "\F0D35"; +} + +.mdi-skateboard::before { + content: "\F14C2"; +} + +.mdi-skew-less::before { + content: "\F0D36"; +} + +.mdi-skew-more::before { + content: "\F0D37"; +} + +.mdi-ski::before { + content: "\F1304"; +} + +.mdi-ski-cross-country::before { + content: "\F1305"; +} + +.mdi-ski-water::before { + content: "\F1306"; +} + +.mdi-skip-backward::before { + content: "\F04AB"; +} + +.mdi-skip-backward-outline::before { + content: "\F0F25"; +} + +.mdi-skip-forward::before { + content: "\F04AC"; +} + +.mdi-skip-forward-outline::before { + content: "\F0F26"; +} + +.mdi-skip-next::before { + content: "\F04AD"; +} + +.mdi-skip-next-circle::before { + content: "\F0661"; +} + +.mdi-skip-next-circle-outline::before { + content: "\F0662"; +} + +.mdi-skip-next-outline::before { + content: "\F0F27"; +} + +.mdi-skip-previous::before { + content: "\F04AE"; +} + +.mdi-skip-previous-circle::before { + content: "\F0663"; +} + +.mdi-skip-previous-circle-outline::before { + content: "\F0664"; +} + +.mdi-skip-previous-outline::before { + content: "\F0F28"; +} + +.mdi-skull::before { + content: "\F068C"; +} + +.mdi-skull-crossbones::before { + content: "\F0BC6"; +} + +.mdi-skull-crossbones-outline::before { + content: "\F0BC7"; +} + +.mdi-skull-outline::before { + content: "\F0BC8"; +} + +.mdi-skull-scan::before { + content: "\F14C7"; +} + +.mdi-skull-scan-outline::before { + content: "\F14C8"; +} + +.mdi-skype::before { + content: "\F04AF"; +} + +.mdi-skype-business::before { + content: "\F04B0"; +} + +.mdi-slack::before { + content: "\F04B1"; +} + +.mdi-slash-forward::before { + content: "\F0FDF"; +} + +.mdi-slash-forward-box::before { + content: "\F0FE0"; +} + +.mdi-sleep::before { + content: "\F04B2"; +} + +.mdi-sleep-off::before { + content: "\F04B3"; +} + +.mdi-slide::before { + content: "\F15A5"; +} + +.mdi-slope-downhill::before { + content: "\F0DFF"; +} + +.mdi-slope-uphill::before { + content: "\F0E00"; +} + +.mdi-slot-machine::before { + content: "\F1114"; +} + +.mdi-slot-machine-outline::before { + content: "\F1115"; +} + +.mdi-smart-card::before { + content: "\F10BD"; +} + +.mdi-smart-card-outline::before { + content: "\F10BE"; +} + +.mdi-smart-card-reader::before { + content: "\F10BF"; +} + +.mdi-smart-card-reader-outline::before { + content: "\F10C0"; +} + +.mdi-smog::before { + content: "\F0A71"; +} + +.mdi-smoke-detector::before { + content: "\F0392"; +} + +.mdi-smoking::before { + content: "\F04B4"; +} + +.mdi-smoking-off::before { + content: "\F04B5"; +} + +.mdi-smoking-pipe::before { + content: "\F140D"; +} + +.mdi-smoking-pipe-off::before { + content: "\F1428"; +} + +.mdi-snail::before { + content: "\F1677"; +} + +.mdi-snake::before { + content: "\F150E"; +} + +.mdi-snapchat::before { + content: "\F04B6"; +} + +.mdi-snowboard::before { + content: "\F1307"; +} + +.mdi-snowflake::before { + content: "\F0717"; +} + +.mdi-snowflake-alert::before { + content: "\F0F29"; +} + +.mdi-snowflake-melt::before { + content: "\F12CB"; +} + +.mdi-snowflake-off::before { + content: "\F14E3"; +} + +.mdi-snowflake-variant::before { + content: "\F0F2A"; +} + +.mdi-snowman::before { + content: "\F04B7"; +} + +.mdi-soccer::before { + content: "\F04B8"; +} + +.mdi-soccer-field::before { + content: "\F0834"; +} + +.mdi-social-distance-2-meters::before { + content: "\F1579"; +} + +.mdi-social-distance-6-feet::before { + content: "\F157A"; +} + +.mdi-sofa::before { + content: "\F04B9"; +} + +.mdi-sofa-outline::before { + content: "\F156D"; +} + +.mdi-sofa-single::before { + content: "\F156E"; +} + +.mdi-sofa-single-outline::before { + content: "\F156F"; +} + +.mdi-solar-panel::before { + content: "\F0D9B"; +} + +.mdi-solar-panel-large::before { + content: "\F0D9C"; +} + +.mdi-solar-power::before { + content: "\F0A72"; +} + +.mdi-soldering-iron::before { + content: "\F1092"; +} + +.mdi-solid::before { + content: "\F068D"; +} + +.mdi-sony-playstation::before { + content: "\F0414"; +} + +.mdi-sort::before { + content: "\F04BA"; +} + +.mdi-sort-alphabetical-ascending::before { + content: "\F05BD"; +} + +.mdi-sort-alphabetical-ascending-variant::before { + content: "\F1148"; +} + +.mdi-sort-alphabetical-descending::before { + content: "\F05BF"; +} + +.mdi-sort-alphabetical-descending-variant::before { + content: "\F1149"; +} + +.mdi-sort-alphabetical-variant::before { + content: "\F04BB"; +} + +.mdi-sort-ascending::before { + content: "\F04BC"; +} + +.mdi-sort-bool-ascending::before { + content: "\F1385"; +} + +.mdi-sort-bool-ascending-variant::before { + content: "\F1386"; +} + +.mdi-sort-bool-descending::before { + content: "\F1387"; +} + +.mdi-sort-bool-descending-variant::before { + content: "\F1388"; +} + +.mdi-sort-calendar-ascending::before { + content: "\F1547"; +} + +.mdi-sort-calendar-descending::before { + content: "\F1548"; +} + +.mdi-sort-clock-ascending::before { + content: "\F1549"; +} + +.mdi-sort-clock-ascending-outline::before { + content: "\F154A"; +} + +.mdi-sort-clock-descending::before { + content: "\F154B"; +} + +.mdi-sort-clock-descending-outline::before { + content: "\F154C"; +} + +.mdi-sort-descending::before { + content: "\F04BD"; +} + +.mdi-sort-numeric-ascending::before { + content: "\F1389"; +} + +.mdi-sort-numeric-ascending-variant::before { + content: "\F090D"; +} + +.mdi-sort-numeric-descending::before { + content: "\F138A"; +} + +.mdi-sort-numeric-descending-variant::before { + content: "\F0AD2"; +} + +.mdi-sort-numeric-variant::before { + content: "\F04BE"; +} + +.mdi-sort-reverse-variant::before { + content: "\F033C"; +} + +.mdi-sort-variant::before { + content: "\F04BF"; +} + +.mdi-sort-variant-lock::before { + content: "\F0CCD"; +} + +.mdi-sort-variant-lock-open::before { + content: "\F0CCE"; +} + +.mdi-sort-variant-remove::before { + content: "\F1147"; +} + +.mdi-soundcloud::before { + content: "\F04C0"; +} + +.mdi-source-branch::before { + content: "\F062C"; +} + +.mdi-source-branch-check::before { + content: "\F14CF"; +} + +.mdi-source-branch-minus::before { + content: "\F14CB"; +} + +.mdi-source-branch-plus::before { + content: "\F14CA"; +} + +.mdi-source-branch-refresh::before { + content: "\F14CD"; +} + +.mdi-source-branch-remove::before { + content: "\F14CC"; +} + +.mdi-source-branch-sync::before { + content: "\F14CE"; +} + +.mdi-source-commit::before { + content: "\F0718"; +} + +.mdi-source-commit-end::before { + content: "\F0719"; +} + +.mdi-source-commit-end-local::before { + content: "\F071A"; +} + +.mdi-source-commit-local::before { + content: "\F071B"; +} + +.mdi-source-commit-next-local::before { + content: "\F071C"; +} + +.mdi-source-commit-start::before { + content: "\F071D"; +} + +.mdi-source-commit-start-next-local::before { + content: "\F071E"; +} + +.mdi-source-fork::before { + content: "\F04C1"; +} + +.mdi-source-merge::before { + content: "\F062D"; +} + +.mdi-source-pull::before { + content: "\F04C2"; +} + +.mdi-source-repository::before { + content: "\F0CCF"; +} + +.mdi-source-repository-multiple::before { + content: "\F0CD0"; +} + +.mdi-soy-sauce::before { + content: "\F07EE"; +} + +.mdi-soy-sauce-off::before { + content: "\F13FC"; +} + +.mdi-spa::before { + content: "\F0CD1"; +} + +.mdi-spa-outline::before { + content: "\F0CD2"; +} + +.mdi-space-invaders::before { + content: "\F0BC9"; +} + +.mdi-space-station::before { + content: "\F1383"; +} + +.mdi-spade::before { + content: "\F0E65"; +} + +.mdi-sparkles::before { + content: "\F1545"; +} + +.mdi-speaker::before { + content: "\F04C3"; +} + +.mdi-speaker-bluetooth::before { + content: "\F09A2"; +} + +.mdi-speaker-multiple::before { + content: "\F0D38"; +} + +.mdi-speaker-off::before { + content: "\F04C4"; +} + +.mdi-speaker-wireless::before { + content: "\F071F"; +} + +.mdi-speedometer::before { + content: "\F04C5"; +} + +.mdi-speedometer-medium::before { + content: "\F0F85"; +} + +.mdi-speedometer-slow::before { + content: "\F0F86"; +} + +.mdi-spellcheck::before { + content: "\F04C6"; +} + +.mdi-spider::before { + content: "\F11EA"; +} + +.mdi-spider-thread::before { + content: "\F11EB"; +} + +.mdi-spider-web::before { + content: "\F0BCA"; +} + +.mdi-spirit-level::before { + content: "\F14F1"; +} + +.mdi-spoon-sugar::before { + content: "\F1429"; +} + +.mdi-spotify::before { + content: "\F04C7"; +} + +.mdi-spotlight::before { + content: "\F04C8"; +} + +.mdi-spotlight-beam::before { + content: "\F04C9"; +} + +.mdi-spray::before { + content: "\F0665"; +} + +.mdi-spray-bottle::before { + content: "\F0AE0"; +} + +.mdi-sprinkler::before { + content: "\F105F"; +} + +.mdi-sprinkler-variant::before { + content: "\F1060"; +} + +.mdi-sprout::before { + content: "\F0E66"; +} + +.mdi-sprout-outline::before { + content: "\F0E67"; +} + +.mdi-square::before { + content: "\F0764"; +} + +.mdi-square-circle::before { + content: "\F1500"; +} + +.mdi-square-edit-outline::before { + content: "\F090C"; +} + +.mdi-square-medium::before { + content: "\F0A13"; +} + +.mdi-square-medium-outline::before { + content: "\F0A14"; +} + +.mdi-square-off::before { + content: "\F12EE"; +} + +.mdi-square-off-outline::before { + content: "\F12EF"; +} + +.mdi-square-outline::before { + content: "\F0763"; +} + +.mdi-square-root::before { + content: "\F0784"; +} + +.mdi-square-root-box::before { + content: "\F09A3"; +} + +.mdi-square-rounded::before { + content: "\F14FB"; +} + +.mdi-square-rounded-outline::before { + content: "\F14FC"; +} + +.mdi-square-small::before { + content: "\F0A15"; +} + +.mdi-square-wave::before { + content: "\F147B"; +} + +.mdi-squeegee::before { + content: "\F0AE1"; +} + +.mdi-ssh::before { + content: "\F08C0"; +} + +.mdi-stack-exchange::before { + content: "\F060B"; +} + +.mdi-stack-overflow::before { + content: "\F04CC"; +} + +.mdi-stackpath::before { + content: "\F0359"; +} + +.mdi-stadium::before { + content: "\F0FF9"; +} + +.mdi-stadium-variant::before { + content: "\F0720"; +} + +.mdi-stairs::before { + content: "\F04CD"; +} + +.mdi-stairs-box::before { + content: "\F139E"; +} + +.mdi-stairs-down::before { + content: "\F12BE"; +} + +.mdi-stairs-up::before { + content: "\F12BD"; +} + +.mdi-stamper::before { + content: "\F0D39"; +} + +.mdi-standard-definition::before { + content: "\F07EF"; +} + +.mdi-star::before { + content: "\F04CE"; +} + +.mdi-star-box::before { + content: "\F0A73"; +} + +.mdi-star-box-multiple::before { + content: "\F1286"; +} + +.mdi-star-box-multiple-outline::before { + content: "\F1287"; +} + +.mdi-star-box-outline::before { + content: "\F0A74"; +} + +.mdi-star-check::before { + content: "\F1566"; +} + +.mdi-star-check-outline::before { + content: "\F156A"; +} + +.mdi-star-circle::before { + content: "\F04CF"; +} + +.mdi-star-circle-outline::before { + content: "\F09A4"; +} + +.mdi-star-cog::before { + content: "\F1668"; +} + +.mdi-star-cog-outline::before { + content: "\F1669"; +} + +.mdi-star-face::before { + content: "\F09A5"; +} + +.mdi-star-four-points::before { + content: "\F0AE2"; +} + +.mdi-star-four-points-outline::before { + content: "\F0AE3"; +} + +.mdi-star-half::before { + content: "\F0246"; +} + +.mdi-star-half-full::before { + content: "\F04D0"; +} + +.mdi-star-minus::before { + content: "\F1564"; +} + +.mdi-star-minus-outline::before { + content: "\F1568"; +} + +.mdi-star-off::before { + content: "\F04D1"; +} + +.mdi-star-off-outline::before { + content: "\F155B"; +} + +.mdi-star-outline::before { + content: "\F04D2"; +} + +.mdi-star-plus::before { + content: "\F1563"; +} + +.mdi-star-plus-outline::before { + content: "\F1567"; +} + +.mdi-star-remove::before { + content: "\F1565"; +} + +.mdi-star-remove-outline::before { + content: "\F1569"; +} + +.mdi-star-settings::before { + content: "\F166A"; +} + +.mdi-star-settings-outline::before { + content: "\F166B"; +} + +.mdi-star-three-points::before { + content: "\F0AE4"; +} + +.mdi-star-three-points-outline::before { + content: "\F0AE5"; +} + +.mdi-state-machine::before { + content: "\F11EF"; +} + +.mdi-steam::before { + content: "\F04D3"; +} + +.mdi-steering::before { + content: "\F04D4"; +} + +.mdi-steering-off::before { + content: "\F090E"; +} + +.mdi-step-backward::before { + content: "\F04D5"; +} + +.mdi-step-backward-2::before { + content: "\F04D6"; +} + +.mdi-step-forward::before { + content: "\F04D7"; +} + +.mdi-step-forward-2::before { + content: "\F04D8"; +} + +.mdi-stethoscope::before { + content: "\F04D9"; +} + +.mdi-sticker::before { + content: "\F1364"; +} + +.mdi-sticker-alert::before { + content: "\F1365"; +} + +.mdi-sticker-alert-outline::before { + content: "\F1366"; +} + +.mdi-sticker-check::before { + content: "\F1367"; +} + +.mdi-sticker-check-outline::before { + content: "\F1368"; +} + +.mdi-sticker-circle-outline::before { + content: "\F05D0"; +} + +.mdi-sticker-emoji::before { + content: "\F0785"; +} + +.mdi-sticker-minus::before { + content: "\F1369"; +} + +.mdi-sticker-minus-outline::before { + content: "\F136A"; +} + +.mdi-sticker-outline::before { + content: "\F136B"; +} + +.mdi-sticker-plus::before { + content: "\F136C"; +} + +.mdi-sticker-plus-outline::before { + content: "\F136D"; +} + +.mdi-sticker-remove::before { + content: "\F136E"; +} + +.mdi-sticker-remove-outline::before { + content: "\F136F"; +} + +.mdi-stocking::before { + content: "\F04DA"; +} + +.mdi-stomach::before { + content: "\F1093"; +} + +.mdi-stop::before { + content: "\F04DB"; +} + +.mdi-stop-circle::before { + content: "\F0666"; +} + +.mdi-stop-circle-outline::before { + content: "\F0667"; +} + +.mdi-store::before { + content: "\F04DC"; +} + +.mdi-store-24-hour::before { + content: "\F04DD"; +} + +.mdi-store-minus::before { + content: "\F165E"; +} + +.mdi-store-outline::before { + content: "\F1361"; +} + +.mdi-store-plus::before { + content: "\F165F"; +} + +.mdi-store-remove::before { + content: "\F1660"; +} + +.mdi-storefront::before { + content: "\F07C7"; +} + +.mdi-storefront-outline::before { + content: "\F10C1"; +} + +.mdi-stove::before { + content: "\F04DE"; +} + +.mdi-strategy::before { + content: "\F11D6"; +} + +.mdi-stretch-to-page::before { + content: "\F0F2B"; +} + +.mdi-stretch-to-page-outline::before { + content: "\F0F2C"; +} + +.mdi-string-lights::before { + content: "\F12BA"; +} + +.mdi-string-lights-off::before { + content: "\F12BB"; +} + +.mdi-subdirectory-arrow-left::before { + content: "\F060C"; +} + +.mdi-subdirectory-arrow-right::before { + content: "\F060D"; +} + +.mdi-submarine::before { + content: "\F156C"; +} + +.mdi-subtitles::before { + content: "\F0A16"; +} + +.mdi-subtitles-outline::before { + content: "\F0A17"; +} + +.mdi-subway::before { + content: "\F06AC"; +} + +.mdi-subway-alert-variant::before { + content: "\F0D9D"; +} + +.mdi-subway-variant::before { + content: "\F04DF"; +} + +.mdi-summit::before { + content: "\F0786"; +} + +.mdi-sunglasses::before { + content: "\F04E0"; +} + +.mdi-surround-sound::before { + content: "\F05C5"; +} + +.mdi-surround-sound-2-0::before { + content: "\F07F0"; +} + +.mdi-surround-sound-3-1::before { + content: "\F07F1"; +} + +.mdi-surround-sound-5-1::before { + content: "\F07F2"; +} + +.mdi-surround-sound-7-1::before { + content: "\F07F3"; +} + +.mdi-svg::before { + content: "\F0721"; +} + +.mdi-swap-horizontal::before { + content: "\F04E1"; +} + +.mdi-swap-horizontal-bold::before { + content: "\F0BCD"; +} + +.mdi-swap-horizontal-circle::before { + content: "\F0FE1"; +} + +.mdi-swap-horizontal-circle-outline::before { + content: "\F0FE2"; +} + +.mdi-swap-horizontal-variant::before { + content: "\F08C1"; +} + +.mdi-swap-vertical::before { + content: "\F04E2"; +} + +.mdi-swap-vertical-bold::before { + content: "\F0BCE"; +} + +.mdi-swap-vertical-circle::before { + content: "\F0FE3"; +} + +.mdi-swap-vertical-circle-outline::before { + content: "\F0FE4"; +} + +.mdi-swap-vertical-variant::before { + content: "\F08C2"; +} + +.mdi-swim::before { + content: "\F04E3"; +} + +.mdi-switch::before { + content: "\F04E4"; +} + +.mdi-sword::before { + content: "\F04E5"; +} + +.mdi-sword-cross::before { + content: "\F0787"; +} + +.mdi-syllabary-hangul::before { + content: "\F1333"; +} + +.mdi-syllabary-hiragana::before { + content: "\F1334"; +} + +.mdi-syllabary-katakana::before { + content: "\F1335"; +} + +.mdi-syllabary-katakana-halfwidth::before { + content: "\F1336"; +} + +.mdi-symbol::before { + content: "\F1501"; +} + +.mdi-symfony::before { + content: "\F0AE6"; +} + +.mdi-sync::before { + content: "\F04E6"; +} + +.mdi-sync-alert::before { + content: "\F04E7"; +} + +.mdi-sync-circle::before { + content: "\F1378"; +} + +.mdi-sync-off::before { + content: "\F04E8"; +} + +.mdi-tab::before { + content: "\F04E9"; +} + +.mdi-tab-minus::before { + content: "\F0B4B"; +} + +.mdi-tab-plus::before { + content: "\F075C"; +} + +.mdi-tab-remove::before { + content: "\F0B4C"; +} + +.mdi-tab-unselected::before { + content: "\F04EA"; +} + +.mdi-table::before { + content: "\F04EB"; +} + +.mdi-table-account::before { + content: "\F13B9"; +} + +.mdi-table-alert::before { + content: "\F13BA"; +} + +.mdi-table-arrow-down::before { + content: "\F13BB"; +} + +.mdi-table-arrow-left::before { + content: "\F13BC"; +} + +.mdi-table-arrow-right::before { + content: "\F13BD"; +} + +.mdi-table-arrow-up::before { + content: "\F13BE"; +} + +.mdi-table-border::before { + content: "\F0A18"; +} + +.mdi-table-cancel::before { + content: "\F13BF"; +} + +.mdi-table-chair::before { + content: "\F1061"; +} + +.mdi-table-check::before { + content: "\F13C0"; +} + +.mdi-table-clock::before { + content: "\F13C1"; +} + +.mdi-table-cog::before { + content: "\F13C2"; +} + +.mdi-table-column::before { + content: "\F0835"; +} + +.mdi-table-column-plus-after::before { + content: "\F04EC"; +} + +.mdi-table-column-plus-before::before { + content: "\F04ED"; +} + +.mdi-table-column-remove::before { + content: "\F04EE"; +} + +.mdi-table-column-width::before { + content: "\F04EF"; +} + +.mdi-table-edit::before { + content: "\F04F0"; +} + +.mdi-table-eye::before { + content: "\F1094"; +} + +.mdi-table-eye-off::before { + content: "\F13C3"; +} + +.mdi-table-furniture::before { + content: "\F05BC"; +} + +.mdi-table-headers-eye::before { + content: "\F121D"; +} + +.mdi-table-headers-eye-off::before { + content: "\F121E"; +} + +.mdi-table-heart::before { + content: "\F13C4"; +} + +.mdi-table-key::before { + content: "\F13C5"; +} + +.mdi-table-large::before { + content: "\F04F1"; +} + +.mdi-table-large-plus::before { + content: "\F0F87"; +} + +.mdi-table-large-remove::before { + content: "\F0F88"; +} + +.mdi-table-lock::before { + content: "\F13C6"; +} + +.mdi-table-merge-cells::before { + content: "\F09A6"; +} + +.mdi-table-minus::before { + content: "\F13C7"; +} + +.mdi-table-multiple::before { + content: "\F13C8"; +} + +.mdi-table-network::before { + content: "\F13C9"; +} + +.mdi-table-of-contents::before { + content: "\F0836"; +} + +.mdi-table-off::before { + content: "\F13CA"; +} + +.mdi-table-plus::before { + content: "\F0A75"; +} + +.mdi-table-refresh::before { + content: "\F13A0"; +} + +.mdi-table-remove::before { + content: "\F0A76"; +} + +.mdi-table-row::before { + content: "\F0837"; +} + +.mdi-table-row-height::before { + content: "\F04F2"; +} + +.mdi-table-row-plus-after::before { + content: "\F04F3"; +} + +.mdi-table-row-plus-before::before { + content: "\F04F4"; +} + +.mdi-table-row-remove::before { + content: "\F04F5"; +} + +.mdi-table-search::before { + content: "\F090F"; +} + +.mdi-table-settings::before { + content: "\F0838"; +} + +.mdi-table-split-cell::before { + content: "\F142A"; +} + +.mdi-table-star::before { + content: "\F13CB"; +} + +.mdi-table-sync::before { + content: "\F13A1"; +} + +.mdi-table-tennis::before { + content: "\F0E68"; +} + +.mdi-tablet::before { + content: "\F04F6"; +} + +.mdi-tablet-android::before { + content: "\F04F7"; +} + +.mdi-tablet-cellphone::before { + content: "\F09A7"; +} + +.mdi-tablet-dashboard::before { + content: "\F0ECE"; +} + +.mdi-tablet-ipad::before { + content: "\F04F8"; +} + +.mdi-taco::before { + content: "\F0762"; +} + +.mdi-tag::before { + content: "\F04F9"; +} + +.mdi-tag-faces::before { + content: "\F04FA"; +} + +.mdi-tag-heart::before { + content: "\F068B"; +} + +.mdi-tag-heart-outline::before { + content: "\F0BCF"; +} + +.mdi-tag-minus::before { + content: "\F0910"; +} + +.mdi-tag-minus-outline::before { + content: "\F121F"; +} + +.mdi-tag-multiple::before { + content: "\F04FB"; +} + +.mdi-tag-multiple-outline::before { + content: "\F12F7"; +} + +.mdi-tag-off::before { + content: "\F1220"; +} + +.mdi-tag-off-outline::before { + content: "\F1221"; +} + +.mdi-tag-outline::before { + content: "\F04FC"; +} + +.mdi-tag-plus::before { + content: "\F0722"; +} + +.mdi-tag-plus-outline::before { + content: "\F1222"; +} + +.mdi-tag-remove::before { + content: "\F0723"; +} + +.mdi-tag-remove-outline::before { + content: "\F1223"; +} + +.mdi-tag-text::before { + content: "\F1224"; +} + +.mdi-tag-text-outline::before { + content: "\F04FD"; +} + +.mdi-tailwind::before { + content: "\F13FF"; +} + +.mdi-tank::before { + content: "\F0D3A"; +} + +.mdi-tanker-truck::before { + content: "\F0FE5"; +} + +.mdi-tape-drive::before { + content: "\F16DF"; +} + +.mdi-tape-measure::before { + content: "\F0B4D"; +} + +.mdi-target::before { + content: "\F04FE"; +} + +.mdi-target-account::before { + content: "\F0BD0"; +} + +.mdi-target-variant::before { + content: "\F0A77"; +} + +.mdi-taxi::before { + content: "\F04FF"; +} + +.mdi-tea::before { + content: "\F0D9E"; +} + +.mdi-tea-outline::before { + content: "\F0D9F"; +} + +.mdi-teach::before { + content: "\F0890"; +} + +.mdi-teamviewer::before { + content: "\F0500"; +} + +.mdi-telegram::before { + content: "\F0501"; +} + +.mdi-telescope::before { + content: "\F0B4E"; +} + +.mdi-television::before { + content: "\F0502"; +} + +.mdi-television-ambient-light::before { + content: "\F1356"; +} + +.mdi-television-box::before { + content: "\F0839"; +} + +.mdi-television-classic::before { + content: "\F07F4"; +} + +.mdi-television-classic-off::before { + content: "\F083A"; +} + +.mdi-television-clean::before { + content: "\F1110"; +} + +.mdi-television-guide::before { + content: "\F0503"; +} + +.mdi-television-off::before { + content: "\F083B"; +} + +.mdi-television-pause::before { + content: "\F0F89"; +} + +.mdi-television-play::before { + content: "\F0ECF"; +} + +.mdi-television-stop::before { + content: "\F0F8A"; +} + +.mdi-temperature-celsius::before { + content: "\F0504"; +} + +.mdi-temperature-fahrenheit::before { + content: "\F0505"; +} + +.mdi-temperature-kelvin::before { + content: "\F0506"; +} + +.mdi-tennis::before { + content: "\F0DA0"; +} + +.mdi-tennis-ball::before { + content: "\F0507"; +} + +.mdi-tent::before { + content: "\F0508"; +} + +.mdi-terraform::before { + content: "\F1062"; +} + +.mdi-terrain::before { + content: "\F0509"; +} + +.mdi-test-tube::before { + content: "\F0668"; +} + +.mdi-test-tube-empty::before { + content: "\F0911"; +} + +.mdi-test-tube-off::before { + content: "\F0912"; +} + +.mdi-text::before { + content: "\F09A8"; +} + +.mdi-text-account::before { + content: "\F1570"; +} + +.mdi-text-box::before { + content: "\F021A"; +} + +.mdi-text-box-check::before { + content: "\F0EA6"; +} + +.mdi-text-box-check-outline::before { + content: "\F0EA7"; +} + +.mdi-text-box-minus::before { + content: "\F0EA8"; +} + +.mdi-text-box-minus-outline::before { + content: "\F0EA9"; +} + +.mdi-text-box-multiple::before { + content: "\F0AB7"; +} + +.mdi-text-box-multiple-outline::before { + content: "\F0AB8"; +} + +.mdi-text-box-outline::before { + content: "\F09ED"; +} + +.mdi-text-box-plus::before { + content: "\F0EAA"; +} + +.mdi-text-box-plus-outline::before { + content: "\F0EAB"; +} + +.mdi-text-box-remove::before { + content: "\F0EAC"; +} + +.mdi-text-box-remove-outline::before { + content: "\F0EAD"; +} + +.mdi-text-box-search::before { + content: "\F0EAE"; +} + +.mdi-text-box-search-outline::before { + content: "\F0EAF"; +} + +.mdi-text-recognition::before { + content: "\F113D"; +} + +.mdi-text-search::before { + content: "\F13B8"; +} + +.mdi-text-shadow::before { + content: "\F0669"; +} + +.mdi-text-short::before { + content: "\F09A9"; +} + +.mdi-text-subject::before { + content: "\F09AA"; +} + +.mdi-text-to-speech::before { + content: "\F050A"; +} + +.mdi-text-to-speech-off::before { + content: "\F050B"; +} + +.mdi-texture::before { + content: "\F050C"; +} + +.mdi-texture-box::before { + content: "\F0FE6"; +} + +.mdi-theater::before { + content: "\F050D"; +} + +.mdi-theme-light-dark::before { + content: "\F050E"; +} + +.mdi-thermometer::before { + content: "\F050F"; +} + +.mdi-thermometer-alert::before { + content: "\F0E01"; +} + +.mdi-thermometer-chevron-down::before { + content: "\F0E02"; +} + +.mdi-thermometer-chevron-up::before { + content: "\F0E03"; +} + +.mdi-thermometer-high::before { + content: "\F10C2"; +} + +.mdi-thermometer-lines::before { + content: "\F0510"; +} + +.mdi-thermometer-low::before { + content: "\F10C3"; +} + +.mdi-thermometer-minus::before { + content: "\F0E04"; +} + +.mdi-thermometer-off::before { + content: "\F1531"; +} + +.mdi-thermometer-plus::before { + content: "\F0E05"; +} + +.mdi-thermostat::before { + content: "\F0393"; +} + +.mdi-thermostat-box::before { + content: "\F0891"; +} + +.mdi-thought-bubble::before { + content: "\F07F6"; +} + +.mdi-thought-bubble-outline::before { + content: "\F07F7"; +} + +.mdi-thumb-down::before { + content: "\F0511"; +} + +.mdi-thumb-down-outline::before { + content: "\F0512"; +} + +.mdi-thumb-up::before { + content: "\F0513"; +} + +.mdi-thumb-up-outline::before { + content: "\F0514"; +} + +.mdi-thumbs-up-down::before { + content: "\F0515"; +} + +.mdi-ticket::before { + content: "\F0516"; +} + +.mdi-ticket-account::before { + content: "\F0517"; +} + +.mdi-ticket-confirmation::before { + content: "\F0518"; +} + +.mdi-ticket-confirmation-outline::before { + content: "\F13AA"; +} + +.mdi-ticket-outline::before { + content: "\F0913"; +} + +.mdi-ticket-percent::before { + content: "\F0724"; +} + +.mdi-ticket-percent-outline::before { + content: "\F142B"; +} + +.mdi-tie::before { + content: "\F0519"; +} + +.mdi-tilde::before { + content: "\F0725"; +} + +.mdi-timelapse::before { + content: "\F051A"; +} + +.mdi-timeline::before { + content: "\F0BD1"; +} + +.mdi-timeline-alert::before { + content: "\F0F95"; +} + +.mdi-timeline-alert-outline::before { + content: "\F0F98"; +} + +.mdi-timeline-check::before { + content: "\F1532"; +} + +.mdi-timeline-check-outline::before { + content: "\F1533"; +} + +.mdi-timeline-clock::before { + content: "\F11FB"; +} + +.mdi-timeline-clock-outline::before { + content: "\F11FC"; +} + +.mdi-timeline-help::before { + content: "\F0F99"; +} + +.mdi-timeline-help-outline::before { + content: "\F0F9A"; +} + +.mdi-timeline-minus::before { + content: "\F1534"; +} + +.mdi-timeline-minus-outline::before { + content: "\F1535"; +} + +.mdi-timeline-outline::before { + content: "\F0BD2"; +} + +.mdi-timeline-plus::before { + content: "\F0F96"; +} + +.mdi-timeline-plus-outline::before { + content: "\F0F97"; +} + +.mdi-timeline-remove::before { + content: "\F1536"; +} + +.mdi-timeline-remove-outline::before { + content: "\F1537"; +} + +.mdi-timeline-text::before { + content: "\F0BD3"; +} + +.mdi-timeline-text-outline::before { + content: "\F0BD4"; +} + +.mdi-timer::before { + content: "\F13AB"; +} + +.mdi-timer-10::before { + content: "\F051C"; +} + +.mdi-timer-3::before { + content: "\F051D"; +} + +.mdi-timer-off::before { + content: "\F13AC"; +} + +.mdi-timer-off-outline::before { + content: "\F051E"; +} + +.mdi-timer-outline::before { + content: "\F051B"; +} + +.mdi-timer-sand::before { + content: "\F051F"; +} + +.mdi-timer-sand-empty::before { + content: "\F06AD"; +} + +.mdi-timer-sand-full::before { + content: "\F078C"; +} + +.mdi-timetable::before { + content: "\F0520"; +} + +.mdi-toaster::before { + content: "\F1063"; +} + +.mdi-toaster-off::before { + content: "\F11B7"; +} + +.mdi-toaster-oven::before { + content: "\F0CD3"; +} + +.mdi-toggle-switch::before { + content: "\F0521"; +} + +.mdi-toggle-switch-off::before { + content: "\F0522"; +} + +.mdi-toggle-switch-off-outline::before { + content: "\F0A19"; +} + +.mdi-toggle-switch-outline::before { + content: "\F0A1A"; +} + +.mdi-toilet::before { + content: "\F09AB"; +} + +.mdi-toolbox::before { + content: "\F09AC"; +} + +.mdi-toolbox-outline::before { + content: "\F09AD"; +} + +.mdi-tools::before { + content: "\F1064"; +} + +.mdi-tooltip::before { + content: "\F0523"; +} + +.mdi-tooltip-account::before { + content: "\F000C"; +} + +.mdi-tooltip-check::before { + content: "\F155C"; +} + +.mdi-tooltip-check-outline::before { + content: "\F155D"; +} + +.mdi-tooltip-edit::before { + content: "\F0524"; +} + +.mdi-tooltip-edit-outline::before { + content: "\F12C5"; +} + +.mdi-tooltip-image::before { + content: "\F0525"; +} + +.mdi-tooltip-image-outline::before { + content: "\F0BD5"; +} + +.mdi-tooltip-minus::before { + content: "\F155E"; +} + +.mdi-tooltip-minus-outline::before { + content: "\F155F"; +} + +.mdi-tooltip-outline::before { + content: "\F0526"; +} + +.mdi-tooltip-plus::before { + content: "\F0BD6"; +} + +.mdi-tooltip-plus-outline::before { + content: "\F0527"; +} + +.mdi-tooltip-remove::before { + content: "\F1560"; +} + +.mdi-tooltip-remove-outline::before { + content: "\F1561"; +} + +.mdi-tooltip-text::before { + content: "\F0528"; +} + +.mdi-tooltip-text-outline::before { + content: "\F0BD7"; +} + +.mdi-tooth::before { + content: "\F08C3"; +} + +.mdi-tooth-outline::before { + content: "\F0529"; +} + +.mdi-toothbrush::before { + content: "\F1129"; +} + +.mdi-toothbrush-electric::before { + content: "\F112C"; +} + +.mdi-toothbrush-paste::before { + content: "\F112A"; +} + +.mdi-torch::before { + content: "\F1606"; +} + +.mdi-tortoise::before { + content: "\F0D3B"; +} + +.mdi-toslink::before { + content: "\F12B8"; +} + +.mdi-tournament::before { + content: "\F09AE"; +} + +.mdi-tow-truck::before { + content: "\F083C"; +} + +.mdi-tower-beach::before { + content: "\F0681"; +} + +.mdi-tower-fire::before { + content: "\F0682"; +} + +.mdi-toy-brick::before { + content: "\F1288"; +} + +.mdi-toy-brick-marker::before { + content: "\F1289"; +} + +.mdi-toy-brick-marker-outline::before { + content: "\F128A"; +} + +.mdi-toy-brick-minus::before { + content: "\F128B"; +} + +.mdi-toy-brick-minus-outline::before { + content: "\F128C"; +} + +.mdi-toy-brick-outline::before { + content: "\F128D"; +} + +.mdi-toy-brick-plus::before { + content: "\F128E"; +} + +.mdi-toy-brick-plus-outline::before { + content: "\F128F"; +} + +.mdi-toy-brick-remove::before { + content: "\F1290"; +} + +.mdi-toy-brick-remove-outline::before { + content: "\F1291"; +} + +.mdi-toy-brick-search::before { + content: "\F1292"; +} + +.mdi-toy-brick-search-outline::before { + content: "\F1293"; +} + +.mdi-track-light::before { + content: "\F0914"; +} + +.mdi-trackpad::before { + content: "\F07F8"; +} + +.mdi-trackpad-lock::before { + content: "\F0933"; +} + +.mdi-tractor::before { + content: "\F0892"; +} + +.mdi-tractor-variant::before { + content: "\F14C4"; +} + +.mdi-trademark::before { + content: "\F0A78"; +} + +.mdi-traffic-cone::before { + content: "\F137C"; +} + +.mdi-traffic-light::before { + content: "\F052B"; +} + +.mdi-train::before { + content: "\F052C"; +} + +.mdi-train-car::before { + content: "\F0BD8"; +} + +.mdi-train-variant::before { + content: "\F08C4"; +} + +.mdi-tram::before { + content: "\F052D"; +} + +.mdi-tram-side::before { + content: "\F0FE7"; +} + +.mdi-transcribe::before { + content: "\F052E"; +} + +.mdi-transcribe-close::before { + content: "\F052F"; +} + +.mdi-transfer::before { + content: "\F1065"; +} + +.mdi-transfer-down::before { + content: "\F0DA1"; +} + +.mdi-transfer-left::before { + content: "\F0DA2"; +} + +.mdi-transfer-right::before { + content: "\F0530"; +} + +.mdi-transfer-up::before { + content: "\F0DA3"; +} + +.mdi-transit-connection::before { + content: "\F0D3C"; +} + +.mdi-transit-connection-horizontal::before { + content: "\F1546"; +} + +.mdi-transit-connection-variant::before { + content: "\F0D3D"; +} + +.mdi-transit-detour::before { + content: "\F0F8B"; +} + +.mdi-transit-skip::before { + content: "\F1515"; +} + +.mdi-transit-transfer::before { + content: "\F06AE"; +} + +.mdi-transition::before { + content: "\F0915"; +} + +.mdi-transition-masked::before { + content: "\F0916"; +} + +.mdi-translate::before { + content: "\F05CA"; +} + +.mdi-translate-off::before { + content: "\F0E06"; +} + +.mdi-transmission-tower::before { + content: "\F0D3E"; +} + +.mdi-trash-can::before { + content: "\F0A79"; +} + +.mdi-trash-can-outline::before { + content: "\F0A7A"; +} + +.mdi-tray::before { + content: "\F1294"; +} + +.mdi-tray-alert::before { + content: "\F1295"; +} + +.mdi-tray-full::before { + content: "\F1296"; +} + +.mdi-tray-minus::before { + content: "\F1297"; +} + +.mdi-tray-plus::before { + content: "\F1298"; +} + +.mdi-tray-remove::before { + content: "\F1299"; +} + +.mdi-treasure-chest::before { + content: "\F0726"; +} + +.mdi-tree::before { + content: "\F0531"; +} + +.mdi-tree-outline::before { + content: "\F0E69"; +} + +.mdi-trello::before { + content: "\F0532"; +} + +.mdi-trending-down::before { + content: "\F0533"; +} + +.mdi-trending-neutral::before { + content: "\F0534"; +} + +.mdi-trending-up::before { + content: "\F0535"; +} + +.mdi-triangle::before { + content: "\F0536"; +} + +.mdi-triangle-outline::before { + content: "\F0537"; +} + +.mdi-triangle-wave::before { + content: "\F147C"; +} + +.mdi-triforce::before { + content: "\F0BD9"; +} + +.mdi-trophy::before { + content: "\F0538"; +} + +.mdi-trophy-award::before { + content: "\F0539"; +} + +.mdi-trophy-broken::before { + content: "\F0DA4"; +} + +.mdi-trophy-outline::before { + content: "\F053A"; +} + +.mdi-trophy-variant::before { + content: "\F053B"; +} + +.mdi-trophy-variant-outline::before { + content: "\F053C"; +} + +.mdi-truck::before { + content: "\F053D"; +} + +.mdi-truck-check::before { + content: "\F0CD4"; +} + +.mdi-truck-check-outline::before { + content: "\F129A"; +} + +.mdi-truck-delivery::before { + content: "\F053E"; +} + +.mdi-truck-delivery-outline::before { + content: "\F129B"; +} + +.mdi-truck-fast::before { + content: "\F0788"; +} + +.mdi-truck-fast-outline::before { + content: "\F129C"; +} + +.mdi-truck-outline::before { + content: "\F129D"; +} + +.mdi-truck-trailer::before { + content: "\F0727"; +} + +.mdi-trumpet::before { + content: "\F1096"; +} + +.mdi-tshirt-crew::before { + content: "\F0A7B"; +} + +.mdi-tshirt-crew-outline::before { + content: "\F053F"; +} + +.mdi-tshirt-v::before { + content: "\F0A7C"; +} + +.mdi-tshirt-v-outline::before { + content: "\F0540"; +} + +.mdi-tumble-dryer::before { + content: "\F0917"; +} + +.mdi-tumble-dryer-alert::before { + content: "\F11BA"; +} + +.mdi-tumble-dryer-off::before { + content: "\F11BB"; +} + +.mdi-tune::before { + content: "\F062E"; +} + +.mdi-tune-variant::before { + content: "\F1542"; +} + +.mdi-tune-vertical::before { + content: "\F066A"; +} + +.mdi-tune-vertical-variant::before { + content: "\F1543"; +} + +.mdi-turnstile::before { + content: "\F0CD5"; +} + +.mdi-turnstile-outline::before { + content: "\F0CD6"; +} + +.mdi-turtle::before { + content: "\F0CD7"; +} + +.mdi-twitch::before { + content: "\F0543"; +} + +.mdi-twitter::before { + content: "\F0544"; +} + +.mdi-twitter-retweet::before { + content: "\F0547"; +} + +.mdi-two-factor-authentication::before { + content: "\F09AF"; +} + +.mdi-typewriter::before { + content: "\F0F2D"; +} + +.mdi-ubisoft::before { + content: "\F0BDA"; +} + +.mdi-ubuntu::before { + content: "\F0548"; +} + +.mdi-ufo::before { + content: "\F10C4"; +} + +.mdi-ufo-outline::before { + content: "\F10C5"; +} + +.mdi-ultra-high-definition::before { + content: "\F07F9"; +} + +.mdi-umbraco::before { + content: "\F0549"; +} + +.mdi-umbrella::before { + content: "\F054A"; +} + +.mdi-umbrella-closed::before { + content: "\F09B0"; +} + +.mdi-umbrella-closed-outline::before { + content: "\F13E2"; +} + +.mdi-umbrella-closed-variant::before { + content: "\F13E1"; +} + +.mdi-umbrella-outline::before { + content: "\F054B"; +} + +.mdi-undo::before { + content: "\F054C"; +} + +.mdi-undo-variant::before { + content: "\F054D"; +} + +.mdi-unfold-less-horizontal::before { + content: "\F054E"; +} + +.mdi-unfold-less-vertical::before { + content: "\F0760"; +} + +.mdi-unfold-more-horizontal::before { + content: "\F054F"; +} + +.mdi-unfold-more-vertical::before { + content: "\F0761"; +} + +.mdi-ungroup::before { + content: "\F0550"; +} + +.mdi-unicode::before { + content: "\F0ED0"; +} + +.mdi-unicorn::before { + content: "\F15C2"; +} + +.mdi-unicorn-variant::before { + content: "\F15C3"; +} + +.mdi-unicycle::before { + content: "\F15E5"; +} + +.mdi-unity::before { + content: "\F06AF"; +} + +.mdi-unreal::before { + content: "\F09B1"; +} + +.mdi-untappd::before { + content: "\F0551"; +} + +.mdi-update::before { + content: "\F06B0"; +} + +.mdi-upload::before { + content: "\F0552"; +} + +.mdi-upload-lock::before { + content: "\F1373"; +} + +.mdi-upload-lock-outline::before { + content: "\F1374"; +} + +.mdi-upload-multiple::before { + content: "\F083D"; +} + +.mdi-upload-network::before { + content: "\F06F6"; +} + +.mdi-upload-network-outline::before { + content: "\F0CD8"; +} + +.mdi-upload-off::before { + content: "\F10C6"; +} + +.mdi-upload-off-outline::before { + content: "\F10C7"; +} + +.mdi-upload-outline::before { + content: "\F0E07"; +} + +.mdi-usb::before { + content: "\F0553"; +} + +.mdi-usb-flash-drive::before { + content: "\F129E"; +} + +.mdi-usb-flash-drive-outline::before { + content: "\F129F"; +} + +.mdi-usb-port::before { + content: "\F11F0"; +} + +.mdi-valve::before { + content: "\F1066"; +} + +.mdi-valve-closed::before { + content: "\F1067"; +} + +.mdi-valve-open::before { + content: "\F1068"; +} + +.mdi-van-passenger::before { + content: "\F07FA"; +} + +.mdi-van-utility::before { + content: "\F07FB"; +} + +.mdi-vanish::before { + content: "\F07FC"; +} + +.mdi-vanish-quarter::before { + content: "\F1554"; +} + +.mdi-vanity-light::before { + content: "\F11E1"; +} + +.mdi-variable::before { + content: "\F0AE7"; +} + +.mdi-variable-box::before { + content: "\F1111"; +} + +.mdi-vector-arrange-above::before { + content: "\F0554"; +} + +.mdi-vector-arrange-below::before { + content: "\F0555"; +} + +.mdi-vector-bezier::before { + content: "\F0AE8"; +} + +.mdi-vector-circle::before { + content: "\F0556"; +} + +.mdi-vector-circle-variant::before { + content: "\F0557"; +} + +.mdi-vector-combine::before { + content: "\F0558"; +} + +.mdi-vector-curve::before { + content: "\F0559"; +} + +.mdi-vector-difference::before { + content: "\F055A"; +} + +.mdi-vector-difference-ab::before { + content: "\F055B"; +} + +.mdi-vector-difference-ba::before { + content: "\F055C"; +} + +.mdi-vector-ellipse::before { + content: "\F0893"; +} + +.mdi-vector-intersection::before { + content: "\F055D"; +} + +.mdi-vector-line::before { + content: "\F055E"; +} + +.mdi-vector-link::before { + content: "\F0FE8"; +} + +.mdi-vector-point::before { + content: "\F055F"; +} + +.mdi-vector-polygon::before { + content: "\F0560"; +} + +.mdi-vector-polyline::before { + content: "\F0561"; +} + +.mdi-vector-polyline-edit::before { + content: "\F1225"; +} + +.mdi-vector-polyline-minus::before { + content: "\F1226"; +} + +.mdi-vector-polyline-plus::before { + content: "\F1227"; +} + +.mdi-vector-polyline-remove::before { + content: "\F1228"; +} + +.mdi-vector-radius::before { + content: "\F074A"; +} + +.mdi-vector-rectangle::before { + content: "\F05C6"; +} + +.mdi-vector-selection::before { + content: "\F0562"; +} + +.mdi-vector-square::before { + content: "\F0001"; +} + +.mdi-vector-triangle::before { + content: "\F0563"; +} + +.mdi-vector-union::before { + content: "\F0564"; +} + +.mdi-vhs::before { + content: "\F0A1B"; +} + +.mdi-vibrate::before { + content: "\F0566"; +} + +.mdi-vibrate-off::before { + content: "\F0CD9"; +} + +.mdi-video::before { + content: "\F0567"; +} + +.mdi-video-3d::before { + content: "\F07FD"; +} + +.mdi-video-3d-off::before { + content: "\F13D9"; +} + +.mdi-video-3d-variant::before { + content: "\F0ED1"; +} + +.mdi-video-4k-box::before { + content: "\F083E"; +} + +.mdi-video-account::before { + content: "\F0919"; +} + +.mdi-video-box::before { + content: "\F00FD"; +} + +.mdi-video-box-off::before { + content: "\F00FE"; +} + +.mdi-video-check::before { + content: "\F1069"; +} + +.mdi-video-check-outline::before { + content: "\F106A"; +} + +.mdi-video-high-definition::before { + content: "\F152E"; +} + +.mdi-video-image::before { + content: "\F091A"; +} + +.mdi-video-input-antenna::before { + content: "\F083F"; +} + +.mdi-video-input-component::before { + content: "\F0840"; +} + +.mdi-video-input-hdmi::before { + content: "\F0841"; +} + +.mdi-video-input-scart::before { + content: "\F0F8C"; +} + +.mdi-video-input-svideo::before { + content: "\F0842"; +} + +.mdi-video-minus::before { + content: "\F09B2"; +} + +.mdi-video-minus-outline::before { + content: "\F02BA"; +} + +.mdi-video-off::before { + content: "\F0568"; +} + +.mdi-video-off-outline::before { + content: "\F0BDB"; +} + +.mdi-video-outline::before { + content: "\F0BDC"; +} + +.mdi-video-plus::before { + content: "\F09B3"; +} + +.mdi-video-plus-outline::before { + content: "\F01D3"; +} + +.mdi-video-stabilization::before { + content: "\F091B"; +} + +.mdi-video-switch::before { + content: "\F0569"; +} + +.mdi-video-switch-outline::before { + content: "\F0790"; +} + +.mdi-video-vintage::before { + content: "\F0A1C"; +} + +.mdi-video-wireless::before { + content: "\F0ED2"; +} + +.mdi-video-wireless-outline::before { + content: "\F0ED3"; +} + +.mdi-view-agenda::before { + content: "\F056A"; +} + +.mdi-view-agenda-outline::before { + content: "\F11D8"; +} + +.mdi-view-array::before { + content: "\F056B"; +} + +.mdi-view-array-outline::before { + content: "\F1485"; +} + +.mdi-view-carousel::before { + content: "\F056C"; +} + +.mdi-view-carousel-outline::before { + content: "\F1486"; +} + +.mdi-view-column::before { + content: "\F056D"; +} + +.mdi-view-column-outline::before { + content: "\F1487"; +} + +.mdi-view-comfy::before { + content: "\F0E6A"; +} + +.mdi-view-comfy-outline::before { + content: "\F1488"; +} + +.mdi-view-compact::before { + content: "\F0E6B"; +} + +.mdi-view-compact-outline::before { + content: "\F0E6C"; +} + +.mdi-view-dashboard::before { + content: "\F056E"; +} + +.mdi-view-dashboard-outline::before { + content: "\F0A1D"; +} + +.mdi-view-dashboard-variant::before { + content: "\F0843"; +} + +.mdi-view-dashboard-variant-outline::before { + content: "\F1489"; +} + +.mdi-view-day::before { + content: "\F056F"; +} + +.mdi-view-day-outline::before { + content: "\F148A"; +} + +.mdi-view-grid::before { + content: "\F0570"; +} + +.mdi-view-grid-outline::before { + content: "\F11D9"; +} + +.mdi-view-grid-plus::before { + content: "\F0F8D"; +} + +.mdi-view-grid-plus-outline::before { + content: "\F11DA"; +} + +.mdi-view-headline::before { + content: "\F0571"; +} + +.mdi-view-list::before { + content: "\F0572"; +} + +.mdi-view-list-outline::before { + content: "\F148B"; +} + +.mdi-view-module::before { + content: "\F0573"; +} + +.mdi-view-module-outline::before { + content: "\F148C"; +} + +.mdi-view-parallel::before { + content: "\F0728"; +} + +.mdi-view-parallel-outline::before { + content: "\F148D"; +} + +.mdi-view-quilt::before { + content: "\F0574"; +} + +.mdi-view-quilt-outline::before { + content: "\F148E"; +} + +.mdi-view-sequential::before { + content: "\F0729"; +} + +.mdi-view-sequential-outline::before { + content: "\F148F"; +} + +.mdi-view-split-horizontal::before { + content: "\F0BCB"; +} + +.mdi-view-split-vertical::before { + content: "\F0BCC"; +} + +.mdi-view-stream::before { + content: "\F0575"; +} + +.mdi-view-stream-outline::before { + content: "\F1490"; +} + +.mdi-view-week::before { + content: "\F0576"; +} + +.mdi-view-week-outline::before { + content: "\F1491"; +} + +.mdi-vimeo::before { + content: "\F0577"; +} + +.mdi-violin::before { + content: "\F060F"; +} + +.mdi-virtual-reality::before { + content: "\F0894"; +} + +.mdi-virus::before { + content: "\F13B6"; +} + +.mdi-virus-outline::before { + content: "\F13B7"; +} + +.mdi-vk::before { + content: "\F0579"; +} + +.mdi-vlc::before { + content: "\F057C"; +} + +.mdi-voice-off::before { + content: "\F0ED4"; +} + +.mdi-voicemail::before { + content: "\F057D"; +} + +.mdi-volleyball::before { + content: "\F09B4"; +} + +.mdi-volume-high::before { + content: "\F057E"; +} + +.mdi-volume-low::before { + content: "\F057F"; +} + +.mdi-volume-medium::before { + content: "\F0580"; +} + +.mdi-volume-minus::before { + content: "\F075E"; +} + +.mdi-volume-mute::before { + content: "\F075F"; +} + +.mdi-volume-off::before { + content: "\F0581"; +} + +.mdi-volume-plus::before { + content: "\F075D"; +} + +.mdi-volume-source::before { + content: "\F1120"; +} + +.mdi-volume-variant-off::before { + content: "\F0E08"; +} + +.mdi-volume-vibrate::before { + content: "\F1121"; +} + +.mdi-vote::before { + content: "\F0A1F"; +} + +.mdi-vote-outline::before { + content: "\F0A20"; +} + +.mdi-vpn::before { + content: "\F0582"; +} + +.mdi-vuejs::before { + content: "\F0844"; +} + +.mdi-vuetify::before { + content: "\F0E6D"; +} + +.mdi-walk::before { + content: "\F0583"; +} + +.mdi-wall::before { + content: "\F07FE"; +} + +.mdi-wall-sconce::before { + content: "\F091C"; +} + +.mdi-wall-sconce-flat::before { + content: "\F091D"; +} + +.mdi-wall-sconce-flat-variant::before { + content: "\F041C"; +} + +.mdi-wall-sconce-round::before { + content: "\F0748"; +} + +.mdi-wall-sconce-round-variant::before { + content: "\F091E"; +} + +.mdi-wallet::before { + content: "\F0584"; +} + +.mdi-wallet-giftcard::before { + content: "\F0585"; +} + +.mdi-wallet-membership::before { + content: "\F0586"; +} + +.mdi-wallet-outline::before { + content: "\F0BDD"; +} + +.mdi-wallet-plus::before { + content: "\F0F8E"; +} + +.mdi-wallet-plus-outline::before { + content: "\F0F8F"; +} + +.mdi-wallet-travel::before { + content: "\F0587"; +} + +.mdi-wallpaper::before { + content: "\F0E09"; +} + +.mdi-wan::before { + content: "\F0588"; +} + +.mdi-wardrobe::before { + content: "\F0F90"; +} + +.mdi-wardrobe-outline::before { + content: "\F0F91"; +} + +.mdi-warehouse::before { + content: "\F0F81"; +} + +.mdi-washing-machine::before { + content: "\F072A"; +} + +.mdi-washing-machine-alert::before { + content: "\F11BC"; +} + +.mdi-washing-machine-off::before { + content: "\F11BD"; +} + +.mdi-watch::before { + content: "\F0589"; +} + +.mdi-watch-export::before { + content: "\F058A"; +} + +.mdi-watch-export-variant::before { + content: "\F0895"; +} + +.mdi-watch-import::before { + content: "\F058B"; +} + +.mdi-watch-import-variant::before { + content: "\F0896"; +} + +.mdi-watch-variant::before { + content: "\F0897"; +} + +.mdi-watch-vibrate::before { + content: "\F06B1"; +} + +.mdi-watch-vibrate-off::before { + content: "\F0CDA"; +} + +.mdi-water::before { + content: "\F058C"; +} + +.mdi-water-alert::before { + content: "\F1502"; +} + +.mdi-water-alert-outline::before { + content: "\F1503"; +} + +.mdi-water-boiler::before { + content: "\F0F92"; +} + +.mdi-water-boiler-alert::before { + content: "\F11B3"; +} + +.mdi-water-boiler-off::before { + content: "\F11B4"; +} + +.mdi-water-check::before { + content: "\F1504"; +} + +.mdi-water-check-outline::before { + content: "\F1505"; +} + +.mdi-water-minus::before { + content: "\F1506"; +} + +.mdi-water-minus-outline::before { + content: "\F1507"; +} + +.mdi-water-off::before { + content: "\F058D"; +} + +.mdi-water-off-outline::before { + content: "\F1508"; +} + +.mdi-water-outline::before { + content: "\F0E0A"; +} + +.mdi-water-percent::before { + content: "\F058E"; +} + +.mdi-water-percent-alert::before { + content: "\F1509"; +} + +.mdi-water-plus::before { + content: "\F150A"; +} + +.mdi-water-plus-outline::before { + content: "\F150B"; +} + +.mdi-water-polo::before { + content: "\F12A0"; +} + +.mdi-water-pump::before { + content: "\F058F"; +} + +.mdi-water-pump-off::before { + content: "\F0F93"; +} + +.mdi-water-remove::before { + content: "\F150C"; +} + +.mdi-water-remove-outline::before { + content: "\F150D"; +} + +.mdi-water-well::before { + content: "\F106B"; +} + +.mdi-water-well-outline::before { + content: "\F106C"; +} + +.mdi-watering-can::before { + content: "\F1481"; +} + +.mdi-watering-can-outline::before { + content: "\F1482"; +} + +.mdi-watermark::before { + content: "\F0612"; +} + +.mdi-wave::before { + content: "\F0F2E"; +} + +.mdi-waveform::before { + content: "\F147D"; +} + +.mdi-waves::before { + content: "\F078D"; +} + +.mdi-waze::before { + content: "\F0BDE"; +} + +.mdi-weather-cloudy::before { + content: "\F0590"; +} + +.mdi-weather-cloudy-alert::before { + content: "\F0F2F"; +} + +.mdi-weather-cloudy-arrow-right::before { + content: "\F0E6E"; +} + +.mdi-weather-fog::before { + content: "\F0591"; +} + +.mdi-weather-hail::before { + content: "\F0592"; +} + +.mdi-weather-hazy::before { + content: "\F0F30"; +} + +.mdi-weather-hurricane::before { + content: "\F0898"; +} + +.mdi-weather-lightning::before { + content: "\F0593"; +} + +.mdi-weather-lightning-rainy::before { + content: "\F067E"; +} + +.mdi-weather-night::before { + content: "\F0594"; +} + +.mdi-weather-night-partly-cloudy::before { + content: "\F0F31"; +} + +.mdi-weather-partly-cloudy::before { + content: "\F0595"; +} + +.mdi-weather-partly-lightning::before { + content: "\F0F32"; +} + +.mdi-weather-partly-rainy::before { + content: "\F0F33"; +} + +.mdi-weather-partly-snowy::before { + content: "\F0F34"; +} + +.mdi-weather-partly-snowy-rainy::before { + content: "\F0F35"; +} + +.mdi-weather-pouring::before { + content: "\F0596"; +} + +.mdi-weather-rainy::before { + content: "\F0597"; +} + +.mdi-weather-snowy::before { + content: "\F0598"; +} + +.mdi-weather-snowy-heavy::before { + content: "\F0F36"; +} + +.mdi-weather-snowy-rainy::before { + content: "\F067F"; +} + +.mdi-weather-sunny::before { + content: "\F0599"; +} + +.mdi-weather-sunny-alert::before { + content: "\F0F37"; +} + +.mdi-weather-sunny-off::before { + content: "\F14E4"; +} + +.mdi-weather-sunset::before { + content: "\F059A"; +} + +.mdi-weather-sunset-down::before { + content: "\F059B"; +} + +.mdi-weather-sunset-up::before { + content: "\F059C"; +} + +.mdi-weather-tornado::before { + content: "\F0F38"; +} + +.mdi-weather-windy::before { + content: "\F059D"; +} + +.mdi-weather-windy-variant::before { + content: "\F059E"; +} + +.mdi-web::before { + content: "\F059F"; +} + +.mdi-web-box::before { + content: "\F0F94"; +} + +.mdi-web-clock::before { + content: "\F124A"; +} + +.mdi-webcam::before { + content: "\F05A0"; +} + +.mdi-webhook::before { + content: "\F062F"; +} + +.mdi-webpack::before { + content: "\F072B"; +} + +.mdi-webrtc::before { + content: "\F1248"; +} + +.mdi-wechat::before { + content: "\F0611"; +} + +.mdi-weight::before { + content: "\F05A1"; +} + +.mdi-weight-gram::before { + content: "\F0D3F"; +} + +.mdi-weight-kilogram::before { + content: "\F05A2"; +} + +.mdi-weight-lifter::before { + content: "\F115D"; +} + +.mdi-weight-pound::before { + content: "\F09B5"; +} + +.mdi-whatsapp::before { + content: "\F05A3"; +} + +.mdi-wheel-barrow::before { + content: "\F14F2"; +} + +.mdi-wheelchair-accessibility::before { + content: "\F05A4"; +} + +.mdi-whistle::before { + content: "\F09B6"; +} + +.mdi-whistle-outline::before { + content: "\F12BC"; +} + +.mdi-white-balance-auto::before { + content: "\F05A5"; +} + +.mdi-white-balance-incandescent::before { + content: "\F05A6"; +} + +.mdi-white-balance-iridescent::before { + content: "\F05A7"; +} + +.mdi-white-balance-sunny::before { + content: "\F05A8"; +} + +.mdi-widgets::before { + content: "\F072C"; +} + +.mdi-widgets-outline::before { + content: "\F1355"; +} + +.mdi-wifi::before { + content: "\F05A9"; +} + +.mdi-wifi-alert::before { + content: "\F16B5"; +} + +.mdi-wifi-arrow-down::before { + content: "\F16B6"; +} + +.mdi-wifi-arrow-left::before { + content: "\F16B7"; +} + +.mdi-wifi-arrow-left-right::before { + content: "\F16B8"; +} + +.mdi-wifi-arrow-right::before { + content: "\F16B9"; +} + +.mdi-wifi-arrow-up::before { + content: "\F16BA"; +} + +.mdi-wifi-arrow-up-down::before { + content: "\F16BB"; +} + +.mdi-wifi-cancel::before { + content: "\F16BC"; +} + +.mdi-wifi-check::before { + content: "\F16BD"; +} + +.mdi-wifi-cog::before { + content: "\F16BE"; +} + +.mdi-wifi-lock::before { + content: "\F16BF"; +} + +.mdi-wifi-lock-open::before { + content: "\F16C0"; +} + +.mdi-wifi-marker::before { + content: "\F16C1"; +} + +.mdi-wifi-minus::before { + content: "\F16C2"; +} + +.mdi-wifi-off::before { + content: "\F05AA"; +} + +.mdi-wifi-plus::before { + content: "\F16C3"; +} + +.mdi-wifi-refresh::before { + content: "\F16C4"; +} + +.mdi-wifi-remove::before { + content: "\F16C5"; +} + +.mdi-wifi-settings::before { + content: "\F16C6"; +} + +.mdi-wifi-star::before { + content: "\F0E0B"; +} + +.mdi-wifi-strength-1::before { + content: "\F091F"; +} + +.mdi-wifi-strength-1-alert::before { + content: "\F0920"; +} + +.mdi-wifi-strength-1-lock::before { + content: "\F0921"; +} + +.mdi-wifi-strength-1-lock-open::before { + content: "\F16CB"; +} + +.mdi-wifi-strength-2::before { + content: "\F0922"; +} + +.mdi-wifi-strength-2-alert::before { + content: "\F0923"; +} + +.mdi-wifi-strength-2-lock::before { + content: "\F0924"; +} + +.mdi-wifi-strength-2-lock-open::before { + content: "\F16CC"; +} + +.mdi-wifi-strength-3::before { + content: "\F0925"; +} + +.mdi-wifi-strength-3-alert::before { + content: "\F0926"; +} + +.mdi-wifi-strength-3-lock::before { + content: "\F0927"; +} + +.mdi-wifi-strength-3-lock-open::before { + content: "\F16CD"; +} + +.mdi-wifi-strength-4::before { + content: "\F0928"; +} + +.mdi-wifi-strength-4-alert::before { + content: "\F0929"; +} + +.mdi-wifi-strength-4-lock::before { + content: "\F092A"; +} + +.mdi-wifi-strength-4-lock-open::before { + content: "\F16CE"; +} + +.mdi-wifi-strength-alert-outline::before { + content: "\F092B"; +} + +.mdi-wifi-strength-lock-open-outline::before { + content: "\F16CF"; +} + +.mdi-wifi-strength-lock-outline::before { + content: "\F092C"; +} + +.mdi-wifi-strength-off::before { + content: "\F092D"; +} + +.mdi-wifi-strength-off-outline::before { + content: "\F092E"; +} + +.mdi-wifi-strength-outline::before { + content: "\F092F"; +} + +.mdi-wifi-sync::before { + content: "\F16C7"; +} + +.mdi-wikipedia::before { + content: "\F05AC"; +} + +.mdi-wind-turbine::before { + content: "\F0DA5"; +} + +.mdi-window-close::before { + content: "\F05AD"; +} + +.mdi-window-closed::before { + content: "\F05AE"; +} + +.mdi-window-closed-variant::before { + content: "\F11DB"; +} + +.mdi-window-maximize::before { + content: "\F05AF"; +} + +.mdi-window-minimize::before { + content: "\F05B0"; +} + +.mdi-window-open::before { + content: "\F05B1"; +} + +.mdi-window-open-variant::before { + content: "\F11DC"; +} + +.mdi-window-restore::before { + content: "\F05B2"; +} + +.mdi-window-shutter::before { + content: "\F111C"; +} + +.mdi-window-shutter-alert::before { + content: "\F111D"; +} + +.mdi-window-shutter-open::before { + content: "\F111E"; +} + +.mdi-windsock::before { + content: "\F15FA"; +} + +.mdi-wiper::before { + content: "\F0AE9"; +} + +.mdi-wiper-wash::before { + content: "\F0DA6"; +} + +.mdi-wizard-hat::before { + content: "\F1477"; +} + +.mdi-wordpress::before { + content: "\F05B4"; +} + +.mdi-wrap::before { + content: "\F05B6"; +} + +.mdi-wrap-disabled::before { + content: "\F0BDF"; +} + +.mdi-wrench::before { + content: "\F05B7"; +} + +.mdi-wrench-outline::before { + content: "\F0BE0"; +} + +.mdi-xamarin::before { + content: "\F0845"; +} + +.mdi-xamarin-outline::before { + content: "\F0846"; +} + +.mdi-xing::before { + content: "\F05BE"; +} + +.mdi-xml::before { + content: "\F05C0"; +} + +.mdi-xmpp::before { + content: "\F07FF"; +} + +.mdi-y-combinator::before { + content: "\F0624"; +} + +.mdi-yahoo::before { + content: "\F0B4F"; +} + +.mdi-yeast::before { + content: "\F05C1"; +} + +.mdi-yin-yang::before { + content: "\F0680"; +} + +.mdi-yoga::before { + content: "\F117C"; +} + +.mdi-youtube::before { + content: "\F05C3"; +} + +.mdi-youtube-gaming::before { + content: "\F0848"; +} + +.mdi-youtube-studio::before { + content: "\F0847"; +} + +.mdi-youtube-subscription::before { + content: "\F0D40"; +} + +.mdi-youtube-tv::before { + content: "\F0448"; +} + +.mdi-yurt::before { + content: "\F1516"; +} + +.mdi-z-wave::before { + content: "\F0AEA"; +} + +.mdi-zend::before { + content: "\F0AEB"; +} + +.mdi-zigbee::before { + content: "\F0D41"; +} + +.mdi-zip-box::before { + content: "\F05C4"; +} + +.mdi-zip-box-outline::before { + content: "\F0FFA"; +} + +.mdi-zip-disk::before { + content: "\F0A23"; +} + +.mdi-zodiac-aquarius::before { + content: "\F0A7D"; +} + +.mdi-zodiac-aries::before { + content: "\F0A7E"; +} + +.mdi-zodiac-cancer::before { + content: "\F0A7F"; +} + +.mdi-zodiac-capricorn::before { + content: "\F0A80"; +} + +.mdi-zodiac-gemini::before { + content: "\F0A81"; +} + +.mdi-zodiac-leo::before { + content: "\F0A82"; +} + +.mdi-zodiac-libra::before { + content: "\F0A83"; +} + +.mdi-zodiac-pisces::before { + content: "\F0A84"; +} + +.mdi-zodiac-sagittarius::before { + content: "\F0A85"; +} + +.mdi-zodiac-scorpio::before { + content: "\F0A86"; +} + +.mdi-zodiac-taurus::before { + content: "\F0A87"; +} + +.mdi-zodiac-virgo::before { + content: "\F0A88"; +} + +.mdi-blank::before { + content: "\F68C"; + visibility: hidden; +} + +.mdi-18px.mdi-set, .mdi-18px.mdi:before { + font-size: 18px; +} + +.mdi-24px.mdi-set, .mdi-24px.mdi:before { + font-size: 24px; +} + +.mdi-36px.mdi-set, .mdi-36px.mdi:before { + font-size: 36px; +} + +.mdi-48px.mdi-set, .mdi-48px.mdi:before { + font-size: 48px; +} + +.mdi-dark:before { + color: rgba(0, 0, 0, 0.54); +} + +.mdi-dark.mdi-inactive:before { + color: rgba(0, 0, 0, 0.26); +} + +.mdi-light:before { + color: white; +} + +.mdi-light.mdi-inactive:before { + color: rgba(255, 255, 255, 0.3); +} + +.mdi-rotate-45 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(45deg); + transform: scaleX(-1) rotate(45deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(45deg); + -ms-transform: rotate(45deg); + transform: scaleY(-1) rotate(45deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-45:before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} + +.mdi-rotate-90 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(90deg); + transform: scaleX(-1) rotate(90deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(90deg); + -ms-transform: rotate(90deg); + transform: scaleY(-1) rotate(90deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-90:before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} + +.mdi-rotate-135 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(135deg); + transform: scaleX(-1) rotate(135deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(135deg); + -ms-transform: rotate(135deg); + transform: scaleY(-1) rotate(135deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-135:before { + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} + +.mdi-rotate-180 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(180deg); + transform: scaleX(-1) rotate(180deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(180deg); + -ms-transform: rotate(180deg); + transform: scaleY(-1) rotate(180deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-180:before { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.mdi-rotate-225 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(225deg); + transform: scaleX(-1) rotate(225deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(225deg); + -ms-transform: rotate(225deg); + transform: scaleY(-1) rotate(225deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-225:before { + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); +} + +.mdi-rotate-270 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(270deg); + transform: scaleX(-1) rotate(270deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(270deg); + -ms-transform: rotate(270deg); + transform: scaleY(-1) rotate(270deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-270:before { + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} + +.mdi-rotate-315 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(315deg); + transform: scaleX(-1) rotate(315deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(315deg); + -ms-transform: rotate(315deg); + transform: scaleY(-1) rotate(315deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-315:before { + -webkit-transform: rotate(315deg); + -ms-transform: rotate(315deg); + transform: rotate(315deg); +} + +.mdi-flip-h:before { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; +} + +.mdi-flip-v:before { + -webkit-transform: scaleY(-1); + transform: scaleY(-1); + filter: FlipV; + -ms-filter: "FlipV"; +} + +.mdi-spin:before { + -webkit-animation: mdi-spin 2s infinite linear; + animation: mdi-spin 2s infinite linear; +} + +@-webkit-keyframes mdi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes mdi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +/*# sourceMappingURL=materialdesignicons.css.map */ \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_bootstrap-rtl.scss b/Vue/Admin/src/design/custom/rtl/_bootstrap-rtl.scss new file mode 100644 index 00000000..ce6fb275 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_bootstrap-rtl.scss @@ -0,0 +1,465 @@ +// +// bootstrap-rtl.scss +// + +// Dropdowns + +.dropdown-menu { + text-align: right; + left: auto !important; +} + +.dropdown-menu[style] { + right: 0 !important; +} + +// List + +ul { + padding-right: 0; +} + +.list-inline-item:not(:last-child) { + margin-left: $list-inline-padding; + margin-right: 0px; +} + +// border + +.border-right { + border-left: $border-width solid $border-color !important; +} + +.border-left { + border-right: $border-width solid $border-color !important; +} + +// Buttons + +.btn-label { + padding-right: 44px; + padding-left: 12px; + + .label-icon { + left: auto; + right: 0; + border-right: 0; + border-left: 1px solid rgba($white, 0.4); + } + + &.btn-light { + .label-icon { + border-right: 0; + border-left: 1px solid rgba($dark, 0.2); + } + } +} + + + +.btn-group, +.btn-group-vertical { + direction: ltr; +} + +// pagination + +.pagination { + .page-item { + &:first-child { + .page-link { + margin-right: 0; //rtl + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + // @include border-right-radius($border-radius); //rtl + } + } + + &:last-child { + .page-link { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; + // @include border-left-radius($border-radius); //rtl + } + } + } +} + +// blockquote + +.blockquote-reverse { + text-align: left !important; +} + +// dl + +dd { + margin-right: 0; +} + +// Modal + +.custom-modal-title { + text-align: right; +} + +.modal-header { + .btn-close { + margin: -0.5rem auto -0.5rem -0.5rem; + left: 0px; + } +} + +.modal-demo { + .btn-close { + left: 25px; + right: auto; + } +} + +.modal-footer { + > :not(:first-child) { + margin-right: .25rem; + margin-left: 0; + } + + > :not(:last-child) { + margin-left: .25rem; + margin-right: 0; + } +} + + +// Alerts + +.alert-dismissible { + padding-right: $alert-padding-x; + + .btn-close { + left: 0; + right: auto; + } +} + + +// Breadcrumb item arrow + +.breadcrumb-item { + +.breadcrumb-item { + padding-right: $breadcrumb-item-padding; + padding-left: 0px; + } +} + + +// ------------ FORM // + + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + &::placeholder { + text-align: right; + } +} + +// radio + +.form-radio-outline { + .form-check-input { + &:checked { + &:after { + right: 3px; + } + } + } +} + +// checkbox + +.form-checkbox-outline { + .form-check-input { + &:checked { + &:after { + right: 1px; + } + } + } +} + +// Switch sizes + +.form-switch { + .form-check-input { + margin-left: 0.5rem !important; + margin-right: 0 ; + background-position: right center; + } +} + + +.form-switch { + padding-left: 2.5em !important; + + .form-check-input:checked { + background-position: left center; + } +} + +.form-switch-md { + padding-right: 2.5rem !important; + + .form-check-input { + right: -0.5rem; + } +} + + +.form-switch-lg { + padding-right: 2.75rem !important; + + .form-check-input { + right: -0.75rem; + } +} + +// Forms right check box + +.form-check-right { + padding-right: 0 !important; + padding-left: 1.25rem !important; + + .form-check-input { + right: auto; + left: 0; + margin-right: 0; + } +} + +.custom-control-right { + padding-left: 1.5rem !important; + padding-right: 0 !important; + + .custom-control-label { + display: block; + + &:before, + &:after { + right: auto; + left: -1.5rem; + } + } + + .custom-control-input { + right: auto; + left: 0; + } +} + + +[dir="rtl"] { + .modal-open { + padding-right: 0px !important; + } + + .btn-group { + + .dropdown-menu, + .dropdown-toggle { + direction: rtl; + } + } +} + + +// Forms + +.form-select { + background-position: left 0.75rem center; + padding: 0.47rem 0.75rem 0.47rem 1.75rem; +} + +.form-select-sm { + padding-right: 0.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.input-group-sm>.form-select { + padding-left: 1.75rem; + padding-right: .5rem; + +} + +// Custom Checkbox-Radio + +.form-check { + text-align: right; + padding-right: 1.5em !important; + padding-left: 0; + + .form-check-input { + float: right; + margin-right: -1.5em; + } +} + +.form-check-inline { + margin-right: 0; + margin-left: 1rem; +} + +.custom-control { + padding-left: 0; +} + +.custom-control-inline { + margin-right: 0; +} + +.custom-control-label { + &::before { + left: auto; + } + + // Foreground (icon) + &::after { + left: auto; + } +} + + + +.custom-switch { + padding-left: 0; + + .custom-control-label { + &::before { + left: auto; + } + + &::after { + left: auto; + } + } + + // .custom-control-input:checked~.custom-control-label { + // &::after { + // transform: translateX(#{-($custom-switch-width - $custom-control-indicator-size)}); + // } + // } +} + +.custom-file-label { + &::after { + right: auto; + left: 0; + border-right: inherit; + } +} + +.custom-switch-md { + padding-right: 3rem; + padding-left: 0; + + .custom-control-label { + &:before { + left: auto; + right: -3rem; + } + + &:after { + right: calc(-3rem + 2px); + left: auto; + } + + } + + .custom-control-input:checked~.custom-control-label::after { + transform: translateX(-1.25rem); + } +} + + +.custom-switch-lg { + padding-right: 3.75rem; + padding-left: 0; + + .custom-control-label { + &:before { + left: auto; + right: -3.75rem; + } + + &:after { + right: calc(-3.75rem + 2px); + left: auto; + } + + } + + .custom-control-input:checked~.custom-control-label::after { + transform: translateX(-1.5rem); + } +} + +// Swich + +.form-check { + .custom-control-input { + float: right; + margin: 3px -19px 3px 3px !important; + } +} + + +// custom-checkbox-outline +.custom-checkbox-outline { + .custom-control-input:checked~.custom-control-label:after { + left: auto; + right: -28px; + } +} + + +// custom-radio-outline +.custom-radio-outline { + .custom-control-input:checked~.custom-control-label:after { + left: auto; + right: -20px; + } +} + +// Input Group + +.input-group-prepend { + margin-left: -1px; + margin-right: 0; +} + +.input-group-append { + margin-right: -1px; + margin-left: 0; +} + +.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-right: -1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: $input-border-radius; + border-bottom-left-radius: $input-border-radius; +} + +.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: $input-border-radius; + border-bottom-right-radius: $input-border-radius; +} + +.dropdown-menu-end[style] { + right: auto !important; + left: 0 !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_components-rtl.scss b/Vue/Admin/src/design/custom/rtl/_components-rtl.scss new file mode 100644 index 00000000..99f1c5cd --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_components-rtl.scss @@ -0,0 +1,46 @@ +// +// components-rtl.scss +// + +// dropdown + +.dropdown-megamenu { + &.show { + left: 20px !important; + } +} + +// icons + +.icon-list-demo { + i { + margin-left: 12px; + margin-right: 0; + } +} + +// Breadcrumb + +.breadcrumb-item+.breadcrumb-item::before { + float: right; + padding-left: 0.5rem; + padding-right: 0; +} + +// Invoice + +@media print { + + .content-page, + .content, + body { + margin-right: 0; + } +} + +// Demos button +.demos-show-btn { + left: 0; + right: auto; + border-radius: 0 6px 6px 0; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_float-rtl.scss b/Vue/Admin/src/design/custom/rtl/_float-rtl.scss new file mode 100644 index 00000000..83378855 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_float-rtl.scss @@ -0,0 +1,11 @@ +// stylelint-disable declaration-no-important + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .float#{$infix}-start { float: right !important; } + .float#{$infix}-end { float: left !important; } + .float#{$infix}-none { float: none !important; } + } +} diff --git a/Vue/Admin/src/design/custom/rtl/_general-rtl.scss b/Vue/Admin/src/design/custom/rtl/_general-rtl.scss new file mode 100644 index 00000000..c3e93f29 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_general-rtl.scss @@ -0,0 +1,11 @@ +// +// general-rtl.scss +// + +html { + direction: rtl; +} + +body { + text-align: right; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_pages-rtl.scss b/Vue/Admin/src/design/custom/rtl/_pages-rtl.scss new file mode 100644 index 00000000..7f0f1b7d --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_pages-rtl.scss @@ -0,0 +1,253 @@ +// +// pages-rtl.scss +// + +// Auth + +.wrapper .otp-input:not(:last-child) { + margin-left: 8px; + margin-right: 0; +} + +// timeline + +.verti-timeline { + border-left: 0; + border-right: 3px dashed $gray-300; + .event-list { + padding: 0 30px 40px 0; + .event-timeline-dot { + left: auto; + right: -9px; + } + } +} + +// Ecommerce + +.product-ribbon { + left: 0px; + right: auto; +} + +.visa-card { + .visa-pattern { + left: 0px; + right: auto; + } +} + +// email + +.email-leftbar { + float: right; +} + +.email-rightbar { + margin-right: 260px; + margin-left: 0px; +} + +.message-list { + li { + .col-mail { + float: right; + } + + .col-mail-1 { + + .star-toggle, + .checkbox-wrapper-mail, + .dot { + float: right + } + + .checkbox-wrapper-mail { + margin: 15px 20px 0 10px; + } + + .star-toggle { + margin-right: 5px; + } + + .title { + right: 110px; + left: 0; + } + } + + .col-mail-2 { + right: 320px; + left: 0; + + .subject { + right: 0; + left: 200px; + } + + .date { + left: 0; + right: auto; + padding-right: 80px; + padding-left: 0px; + } + + } + } + + .checkbox-wrapper-mail { + label { + &:before { + right: 4px; + } + } + } +} + +@media (max-width: 767px) { + .email-leftbar { + float: none !important; + width: 100%; + } + + .email-rightbar { + margin-right: 0; + } +} + +// authentication + +.home-btn { + position: absolute; + left: 25px; + right: auto; +} + + +// file manager + +.categories-list li ul { + padding-right: 16px; + padding-left: 0; +} + + +// Chat + +.chat-conversation { + .conversation-list { + .dropdown { + float: left; + } + + .ctext-wrap { + border-radius: 8px 8px 0 8px; + } + } + + .right { + float: left; + + .conversation-list { + .ctext-wrap { + text-align: left; + border-radius: 8px 8px 8px 0; + } + + .dropdown { + float: right; + } + } + } + + .last-chat .conversation-list:before { + right: auto; + left: 0; + } +} + +.chat-input { + padding-left: 120px; + padding-right: 12px; +} + +.chat-input-links { + right: auto; + left: 16px; +} + +@media (min-width: 576px) { + .currency-value { + position: relative; + + &:after { + right: auto; + left: -34px; + } + } +} + +// datatable icon +.datatables { + thead { + tr { + th { + position: relative; + + &:before { + content: "\F0143"; + position: absolute; + left: 0; + right: auto; + top: 7px; + font: normal normal normal 24px/1 "Material Design Icons"; + opacity: 0.3; + } + + &:after { + content: "\F0140"; + position: absolute; + left: 0; + right: auto; + top: 14px; + opacity: 0.3; + font: normal normal normal 24px/1 "Material Design Icons"; + } + } + + .asc { + &:before { + opacity: 1; + } + } + + .desc { + &:after { + opacity: 1; + } + } + } + } +} + +.modal-header, +.alert { + .close { + padding: 0.3rem 1.75rem; + background: transparent; + border: 0; + font-size: 25px; + position: absolute; + top: 0; + left: 0; + right: auto; + opacity: .4; + width: 1em; + height: 1em; + z-index: 2; + + button { + display: none; + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_plugins-rtl.scss b/Vue/Admin/src/design/custom/rtl/_plugins-rtl.scss new file mode 100644 index 00000000..e4a62266 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_plugins-rtl.scss @@ -0,0 +1,139 @@ +// +// plugins-rtl.scss +// + +// calendar + +.lnb-calendars-item { + margin-right: 0; + margin-left: 7px; +} + +// Select 2 + +.select2-container { + .select2-selection--single { + .select2-selection__rendered { + padding-right: 12px; + } + + .select2-selection__arrow { + left: 3px; + right: auto; + } + } + + .select2-selection--multiple { + .select2-selection__choice { + float: right; + margin-left: 5px; + margin-right: 0; + } + } + + .select2-search__field { + text-align: right; + } + + .select2-search--inline { + float: right; + } +} + +// Bootstrap select + +.bootstrap-select { + .dropdown-toggle { + &:before { + float: left; + } + + .filter-option { + text-align: right; + } + + .filter-option-inner { + padding-right: 0; + padding-left: inherit; + } + } +} + +// datatable + +.dataTables_wrapper { + .dataTables_filter { + text-align: left !important; + + input { + margin-left: 0px !important; + margin-right: 0.5em; + } + } +} + +// Responsive Table + +.table-rep-plugin { + .btn-group.pull-right { + float: left; + } + + .checkbox-row { + label { + &:after { + margin-left: -22px; + top: -2px; + } + } + } +} + +// date-picker + +.mx-icon-calendar { + left: 10px !important; + right: auto !important; +} + +// range-slider + +.vue-slide-bar-separate { + direction: ltr; +} + +// Floating + +.form-floating { + >label { + right: 0; + left: auto; + } +} + +// editor + +.ck.ck-toolbar>.ck-toolbar__items { + flex-direction: row-reverse !important; +} + +.ck.ck-editor__editable_inline { + text-align: right !important; +} + +.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, +.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se { + right: 0; + left: auto !important; +} + + +// Hotel picker + +.vhd__datepicker__input:first-child{ + background: transparent url(/img/ic-arrow-right-datepicker.regular.99ab0620.99ab0620.svg) no-repeat 0%/8px !important; +} + +.vhd__datepicker__input--single-date:first-child{ + background: none !important; +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_spacing-rtl.scss b/Vue/Admin/src/design/custom/rtl/_spacing-rtl.scss new file mode 100644 index 00000000..484490dd --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_spacing-rtl.scss @@ -0,0 +1,78 @@ +// stylelint-disable declaration-no-important + +// Margin and Padding + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + @each $prop, $abbrev in (margin: m, padding: p) { + @each $size, $length in $spacers { + .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; } + .#{$abbrev}t#{$infix}-#{$size}, + .#{$abbrev}y#{$infix}-#{$size} { + #{$prop}-top: $length !important; + } + .#{$abbrev}e#{$infix}-#{$size} { + #{$prop}-left: $length !important; + #{$prop}-right: 0 !important; + } + .#{$abbrev}b#{$infix}-#{$size}, + .#{$abbrev}y#{$infix}-#{$size} { + #{$prop}-bottom: $length !important; + } + .#{$abbrev}s#{$infix}-#{$size} { + #{$prop}-right: $length !important; + #{$prop}-left: 0 !important; + } + } + } + + // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`) + @each $size, $length in $spacers { + @if $size != 0 { + .m#{$infix}-n#{$size} { margin: -$length !important; } + .mt#{$infix}-n#{$size}, + .my#{$infix}-n#{$size} { + margin-top: -$length !important; + } + .me#{$infix}-n#{$size}, + .mx#{$infix}-n#{$size} { + margin-right: -$length !important; + } + .mb#{$infix}-n#{$size}, + .my#{$infix}-n#{$size} { + margin-bottom: -$length !important; + } + .ms#{$infix}-n#{$size}, + .mx#{$infix}-n#{$size} { + margin-left: -$length !important; + } + } + } + + // Some special margin utils + .m#{$infix}-auto { margin: auto !important; } + .mt#{$infix}-auto, + .my#{$infix}-auto { + margin-top: auto !important; + } + .me#{$infix}-auto, + .mx#{$infix}-auto { + margin-left: auto !important; + margin-right: inherit !important; + } + .mb#{$infix}-auto, + .my#{$infix}-auto { + margin-bottom: auto !important; + } + .mx#{$infix}-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .ms#{$infix}-auto{ + margin-right: auto !important; + margin-left: 0 !important; + } + } +} diff --git a/Vue/Admin/src/design/custom/rtl/_structure-rtl.scss b/Vue/Admin/src/design/custom/rtl/_structure-rtl.scss new file mode 100644 index 00000000..d6e463d9 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_structure-rtl.scss @@ -0,0 +1,279 @@ +// +// structure-rtl.scss +// + +// topbar.scss + +.navbar-header{ + padding: 0 0 0 calc(#{$grid-gutter-width} / 2); +} + +.noti-icon { + .badge{ + right: auto; + left: 4px; + } +} + +.main-content{ + margin-left: 0px; + margin-right: $sidebar-width; +} + +.footer{ + left: 0px; + right: $sidebar-width; +} + +// Sidebar + +#sidebar-menu { + .has-arrow{ + &:after{ + float: left; + } + } + ul { + li { + ul.sub-menu{ + li { + a{ + padding: .4rem 3.5rem .4rem 1.5rem; + } + + ul.sub-menu { + + li { + a { + padding: .4rem 4.5rem .4rem 1.5rem; + font-size: 13.5px; + } + } + } + } + } + } + } +} + +.vertical-collpsed { + .main-content{ + margin-left: 0px; + margin-right: $sidebar-collapsed-width; + } + + .footer{ + left: 0px; + right: $sidebar-collapsed-width; + } + + .vertical-menu { + #sidebar-menu{ + >ul{ + >li{ + >a { + i{ + margin-left: 0; + margin-right: 4px; + } + + span{ + padding-right: 25px; + padding-left: 0; + } + } + + &:hover{ + >ul{ + left: 0; + right: 70px; + } + } + } + + ul li:hover>ul{ + left: auto; + right: 190px; + } + } + } + } +} + +@media (max-width: 992px) { + + .main-content { + margin-right: 0 !important; + } + .footer { + right: 0; + } +} + +// right-sidebar.scss +// + +.right-bar { + float: left !important; + left: -($rightbar-width + 10px); + right: auto; + + .user-box { + .user-img { + .user-edit { + right: 0; + left: -5px; + } + } + } +} + +.right-bar-enabled { + .right-bar { + left: 0; + right: auto; + } +} + + +// Compact sidebar + +body[data-sidebar-size=small] { + #sidebar-menu { + ul { + li { + ul.sub-menu { + li { + a{ + padding-right: 1.5rem; + } + + ul.sub-menu { + + li { + a { + padding-right: 1.5rem; + } + } + } + } + } + } + } + } + + &.vertical-collpsed { + .vertical-menu { + #sidebar-menu{ + text-align: right; + } + } + + .main-content { + margin-left: 0; + margin-right: $sidebar-collapsed-width; + } + + body[data-sidebar-size=small].vertical-collpsed .footer { + left: 70px; + } + } + + .main-content { + margin-right: $sidebar-width-sm; + margin-left: 0; + } +} + +// Horizontal layout + +body[data-layout=horizontal] { + .main-content{ + margin-right: 0!important; + } + + .footer { + right: 0!important; + } +} + +@include media-breakpoint-up(lg) { + .topnav { + .navbar-nav { + .nav-item { + &:first-of-type { + .nav-link { + padding-left: 1.3rem; + padding-right: 0; + } + } + } + } + + .dropdown { + .dropdown-menu{ + right: 0px; + left: auto; + } + } + } +} + +.arrow-down{ + &:after{ + margin-left: 0px; + margin-right: 10px; + left: 5px; + } +} + +.navbar-nav { + .dropdown-menu{ + text-align: right; + } +} + +@media (min-width: 992px){ + .topnav { + .dropdown { + .dropdown-menu { + .arrow-down::after { + right: auto; + left: 15px; + transform: rotate(45deg) translateY(-50%); + } + + .dropdown { + .dropdown-menu{ + right: 100%; + left: auto; + } + } + } + } + } +} + +@media (max-width: 991.98px){ + .topnav { + .dropdown { + .dropdown-menu { + padding-left: 0px; + padding-right: 15px; + } + } + } +} + + +@media (max-width: 767.98px){ + .topnav { + .arrow-down{ + &:after{ + left: 15px; + position: absolute; + right: auto; + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/rtl/_text-rtl.scss b/Vue/Admin/src/design/custom/rtl/_text-rtl.scss new file mode 100644 index 00000000..56b17183 --- /dev/null +++ b/Vue/Admin/src/design/custom/rtl/_text-rtl.scss @@ -0,0 +1,18 @@ +// stylelint-disable declaration-no-important + +// +// Text +// + + +// Responsive alignment + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .text#{$infix}-start { text-align: right !important; } + .text#{$infix}-end { text-align: left !important; } + .text#{$infix}-center { text-align: center !important; } + } +} diff --git a/Vue/Admin/src/design/custom/structure/_footer.scss b/Vue/Admin/src/design/custom/structure/_footer.scss new file mode 100644 index 00000000..fab826ca --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_footer.scss @@ -0,0 +1,35 @@ +// +// _footer.scss +// + +.footer { + bottom: 0; + padding: 20px calc(#{$grid-gutter-width} / 2); + position: absolute; + right: 0; + color: $footer-color; + left: 250px; + height: $footer-height; + background-color: $footer-bg; + + @media (max-width: 991.98px) { + left: 0; + } +} + +// Enlarge menu +.vertical-collpsed { + .footer { + left: $sidebar-collapsed-width; + + @media (max-width: 991.98px) { + left: 0; + } + } +} + +body[data-layout="horizontal"] { + .footer { + left: 0 !important; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/structure/_general.scss b/Vue/Admin/src/design/custom/structure/_general.scss new file mode 100644 index 00000000..e69de29b diff --git a/Vue/Admin/src/design/custom/structure/_horizontal-nav.scss b/Vue/Admin/src/design/custom/structure/_horizontal-nav.scss new file mode 100644 index 00000000..97f42a8f --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_horizontal-nav.scss @@ -0,0 +1,350 @@ +// +// _horizontal.scss +// + +.topnav { + background: $topnav-bg; + padding: 0 calc(#{$grid-gutter-width} / 2); + box-shadow: $box-shadow; + margin-top: $header-height; + position: fixed; + left: 0; + right: 0; + z-index: 100; + + .topnav-menu { + margin: 0; + padding: 0; + } + + .navbar-nav { + + .nav-link { + font-size: 14px; + position: relative; + padding: 1rem 1.3rem; + color: $menu-item-color; + i{ + font-size: 15px; + } + &:focus, &:hover{ + color: $menu-item-active-color; + background-color: transparent; + } + } + + .dropdown-item{ + color: $menu-item-color; + &.active, &:hover{ + color: $menu-item-active-color; + } + } + + .nav-item{ + .nav-link.active{ + color: $menu-item-active-color; + } + } + + .dropdown{ + &.active{ + >a { + color: $menu-item-active-color; + background-color: transparent; + } + } + } + } +} + +@include media-breakpoint-up(xl) { + + body[data-layout="horizontal"] { + .container-fluid, + .navbar-header { + max-width: 85%; + } + } +} + +@include media-breakpoint-up(lg) { + .topnav { + .navbar-nav { + .nav-item { + &:first-of-type { + .nav-link { + padding-left: 0; + } + } + } + } + + .dropdown-item { + padding: .5rem 1.5rem; + min-width: 180px; + } + + .dropdown { + &.mega-dropdown{ + // position: static; + .mega-dropdown-menu{ + left: 0px; + right: auto; + } + } + .dropdown-menu { + margin-top: 0; + border-radius: 0 0 $dropdown-border-radius $dropdown-border-radius; + + .arrow-down { + &::after { + right: 15px; + transform: rotate(-135deg) translateY(-50%); + position: absolute; + } + } + + .dropdown { + .dropdown-menu { + position: absolute; + top: 0 !important; + left: 100%; + display: none + } + } + } + + &:hover { + >.dropdown-menu { + display: block; + } + } + } + + .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu { + display: block + } + } + + .navbar-toggle { + display: none; + } +} + +.arrow-down { + display: inline-block; + + &:after { + border-color: initial; + border-style: solid; + border-width: 0 0 1px 1px; + content: ""; + height: .4em; + display: inline-block; + right: 5px; + top: 50%; + margin-left: 10px; + transform: rotate(-45deg) translateY(-50%); + transform-origin: top; + transition: all .3s ease-out; + width: .4em; + } +} + + +@include media-breakpoint-down(lg) { + .topnav-menu { + .navbar-nav { + li { + &:last-of-type { + .dropdown { + .dropdown-menu { + right: 100%; + left: auto; + } + } + } + } + } + } +} + +@include media-breakpoint-down(md) { + + .navbar-brand-box{ + .logo-dark { + display: $display-block; + span.logo-sm{ + display: $display-block; + } + } + + .logo-light { + display: $display-none; + } + } + + .topnav { + max-height: 360px; + overflow-y: auto; + padding: 0; + .navbar-nav { + .nav-link { + padding: 0.75rem 1.1rem; + } + } + + .dropdown { + .dropdown-menu { + background-color: transparent; + border: none; + box-shadow: none; + padding-left: 15px; + &.dropdown-mega-menu-xl{ + width: auto; + + .row{ + margin: 0px; + } + } + } + + .dropdown-item { + position: relative; + background-color: transparent; + + &.active, + &:active { + color: $primary; + } + } + } + + .arrow-down { + &::after { + right: 15px; + position: absolute; + } + } + } +} + + +@include media-breakpoint-up(lg) { + + body[data-layout="horizontal"][data-topbar="light"] { + .navbar-brand-box{ + .logo-dark { + display: $display-block; + } + + .logo-light { + display: $display-none; + } + } + + .topnav{ + background-color: $primary; + .navbar-nav { + + .nav-link { + color: rgba($white, 0.6); + + &:focus, &:hover{ + color: rgba($white, 0.9); + } + } + + > .dropdown{ + &.active{ + >a { + color: rgba($white, 0.9) !important; + } + } + } + } + } + } +} + +// Colored Topbar + +body[data-layout="horizontal"][data-topbar="colored"] { + #page-topbar{ + background-color: $primary; + box-shadow: none; + .lang-dropdown { + background-color: $primary; + } + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } + + .app-search { + + .form-control { + background-color: rgba($topbar-search-bg,0.07); + color: $white; + } + span, + input.form-control::-webkit-input-placeholder { + color: rgba($white,0.5); + } + } + .header-item { + color: $header-dark-item-color; + + &:hover { + color: $header-dark-item-color; + } + } + + .navbar-header { + .dropdown .show { + &.header-item{ + background-color: rgba($white,0.1); + } + } + + .waves-effect .waves-ripple { + background: rgba($white, 0.4); + } + } + + .noti-icon { + i { + color: $header-dark-item-color; + } + } + + @include media-breakpoint-up(lg) { + .topnav{ + background-color: $primary; + .navbar-nav { + + .nav-link { + color: rgba($white, 0.6); + + &:focus, &:hover{ + color: rgba($white, 0.9); + } + } + + > .dropdown{ + &.active{ + >a { + color: rgba($white, 0.9) !important; + } + } + } + } + } + } +} + diff --git a/Vue/Admin/src/design/custom/structure/_layouts.scss b/Vue/Admin/src/design/custom/structure/_layouts.scss new file mode 100644 index 00000000..957eddb5 --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_layouts.scss @@ -0,0 +1,60 @@ +// +// _layouts.scss +// + +body[data-layout-size="boxed"] { + background-color: $boxed-body-bg; + #layout-wrapper { + background-color: $body-bg; + max-width: $boxed-layout-width; + margin: 0 auto; + box-shadow: $box-shadow; + } + + #page-topbar { + max-width: $boxed-layout-width; + margin: 0 auto; + } + + .footer { + margin: 0 auto; + max-width: calc(#{$boxed-layout-width} - #{$sidebar-width}); + } + + &.vertical-collpsed { + .footer { + max-width: calc(#{$boxed-layout-width} - #{$sidebar-collapsed-width}); + } + } +} + + +// Horizontal Boxed Layout + +body[data-layout="horizontal"][data-layout-size="boxed"]{ + #page-topbar, #layout-wrapper, .footer { + max-width: 100%; + } + .container-fluid, .navbar-header { + max-width: $boxed-layout-width; + } +} + +// Scrollable layout + +body[data-layout-scrollable="true"] { + @media (min-width: 992px) { + #page-topbar, .vertical-menu{ + position: absolute; + } + } + + &[data-layout="horizontal"]{ + @media (min-width: 992px) { + #page-topbar, .topnav{ + position: absolute; + } + } + } +} + diff --git a/Vue/Admin/src/design/custom/structure/_page-head.scss b/Vue/Admin/src/design/custom/structure/_page-head.scss new file mode 100644 index 00000000..050d569d --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_page-head.scss @@ -0,0 +1,18 @@ +// +// Page-title +// + +.page-title-box { + padding-bottom: $grid-gutter-width; + + .breadcrumb { + background-color: transparent; + padding: 0; + } + + h4 { + text-transform: uppercase; + font-weight: 600; + font-size: 16px !important; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/structure/_right-sidebar.scss b/Vue/Admin/src/design/custom/structure/_right-sidebar.scss new file mode 100644 index 00000000..072e9d92 --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_right-sidebar.scss @@ -0,0 +1,63 @@ +// +// right-sidebar.scss +// + +.right-bar { + background-color: $card-bg; + box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + display: block; + position: fixed; + transition: all 200ms ease-out; + width: $rightbar-width; + z-index: 9999; + float: right !important; + right: -($rightbar-width + 10px); + top: 0; + bottom: 0; + + .right-bar-toggle { + background-color: lighten($dark, 7%); + height: 24px; + width: 24px; + line-height: 24px; + display: block; + color: $gray-200; + text-align: center; + border-radius: 50%; + + &:hover { + background-color: lighten($dark, 10%); + } + } +} + +// Rightbar overlay +.rightbar-overlay { + background-color: rgba($dark, 0.55); + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + display: none; + z-index: 9998; + transition: all .2s ease-out; +} + +.right-bar-enabled { + .right-bar { + right: 0; + } + .rightbar-overlay { + display: block; + } +} + +@include media-breakpoint-down(sm) { + .right-bar { + overflow: auto; + .slimscroll-menu { + height: auto !important; + } + } +} diff --git a/Vue/Admin/src/design/custom/structure/_topbar.scss b/Vue/Admin/src/design/custom/structure/_topbar.scss new file mode 100644 index 00000000..91179d91 --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_topbar.scss @@ -0,0 +1,289 @@ +// +// _header.scss +// + +#page-topbar { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1002; + background-color: $header-bg; + box-shadow: $box-shadow; +} + +.navbar-header { + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + align-items: center; + margin: 0 auto; + height: $header-height; + padding: 0 calc(#{$grid-gutter-width} / 2) 0 0 /*rtl: 0 0 0 calc(#{$grid-gutter-width} / 2) */; + + .dropdown .show { + &.header-item { + background-color: $gray-100; + } + } +} + +.navbar-brand-box { + padding: 0 1.5rem; + text-align: center; + width: $navbar-brand-box-width; +} + +.logo { + line-height: 70px; + + .logo-sm { + display: none; + } +} + +.logo-light { + display: none; +} + +/* Search */ + +.app-search { + padding: calc(#{$header-height - 38px} / 2) 0; + + .form-control { + border: none; + height: 38px; + padding-left: 40px; + padding-right: 20px; + background-color: $topbar-search-bg; + box-shadow: none; + border-radius: 30px; + } + span { + position: absolute; + z-index: 10; + font-size: 16px; + line-height: 38px; + left: 13px; + top: 0; + color: $gray-600; + } +} + +// Mega menu + +.megamenu-list { + li{ + position: relative; + padding: 5px 0px; + a{ + color: $dropdown-color; + } + } +} + +@media (max-width: 992px) { + .navbar-brand-box { + width: auto; + } + + .logo { + + span.logo-lg { + display: none; + } + + span.logo-sm { + display: inline-block; + } + } +} + +.page-content { + padding: calc(#{$header-height} + #{$grid-gutter-width}) calc(#{$grid-gutter-width} / 2) $footer-height calc(#{$grid-gutter-width} / 2); +} + +.header-item { + height: $header-height; + box-shadow: none !important; + color: $header-item-color; + border: 0; + border-radius: 0px; + + &:hover { + color: $header-item-color; + } +} + +.header-profile-user { + height: 36px; + width: 36px; + background-color: $gray-300; + padding: 3px; +} + +.noti-icon { + i { + font-size: 22px; + color: $header-item-color; + } + + .badge { + position: absolute; + top: 12px; + right: 4px; + } +} + +.notification-item { + .d-flex { + padding: 0.75rem 1rem; + + &:hover { + background-color: $gray-300; + } + } +} + +// Dropdown with Icons +.dropdown-icon-item { + display: block; + border-radius: 3px; + line-height: 34px; + text-align: center; + padding: 15px 0 9px; + display: block; + border: 1px solid transparent; + color: $gray-600; + + img { + height: 24px; + } + + span { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + + &:hover { + border-color: $border-color; + } +} + +// Full Screen +.fullscreen-enable { + [data-toggle="fullscreen"] { + .bx-fullscreen::before { + content: "\ea3f"; + } + } +} + +body[data-topbar="dark"] { + #page-topbar { + background-color: $header-dark-bg; + } + .navbar-header { + .dropdown .show { + &.header-item { + background-color: rgba($white, 0.05); + } + } + + .waves-effect .waves-ripple { + background: rgba($white, 0.4); + } + } + + .header-item { + color: $header-dark-item-color; + + &:hover { + color: $header-dark-item-color; + } + } + + .header-profile-user { + background-color: rgba($white, 0.25); + } + + .noti-icon { + i { + color: $header-dark-item-color; + } + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } + + .app-search { + + .form-control { + background-color: rgba($topbar-search-bg,0.07); + color: $white; + } + span, + input.form-control::-webkit-input-placeholder { + color: rgba($white,0.5); + } + } +} + +body[data-sidebar="dark"] { + .navbar-brand-box { + background: $sidebar-dark-bg; + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } +} + +@media (max-width: 600px) { + .navbar-header { + .dropdown { + position: static; + + .dropdown-menu { + left: 10px !important; + right: 10px !important; + } + } + } +} + +@media (max-width: 380px) { + .navbar-brand-box { + display: none; + } +} + +body[data-layout="horizontal"] { + .navbar-brand-box { + width: auto; + } + .page-content { + margin-top: $header-height; + padding: calc(55px + #{$grid-gutter-width}) calc(#{$grid-gutter-width} / 2) $footer-height calc(#{$grid-gutter-width} / 2); + } +} + +@media (max-width: 992px) { + body[data-layout="horizontal"] { + .page-content { + margin-top: 15px; + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/design/custom/structure/_vertical.scss b/Vue/Admin/src/design/custom/structure/_vertical.scss new file mode 100644 index 00000000..79a44d40 --- /dev/null +++ b/Vue/Admin/src/design/custom/structure/_vertical.scss @@ -0,0 +1,680 @@ +// +// _menu.scss +// + +.metismenu { + margin: 0; + + li { + display: block; + width: 100%; + } + + .mm-collapse { + display: none; + + &:not(.mm-show) { + display: none; + } + + &.mm-show { + display: block + } + } + + .mm-collapsing { + position: relative; + height: 0; + overflow: hidden; + transition-timing-function: ease; + transition-duration: .35s; + transition-property: height, visibility; + } +} + +.vertical-menu { + width: $sidebar-width; + z-index: 1001; + background: $sidebar-bg; + bottom: 0; + margin-top: 0; + position: fixed; + top: $header-height; + box-shadow: $box-shadow; +} + +.main-content { + margin-left: $sidebar-width; + overflow: hidden; + + .content { + padding: 0 15px 10px 15px; + margin-top: $header-height; + } +} + + +#sidebar-menu { + padding: 10px 0 30px 0; + + .mm-active { + >.has-arrow { + &:after { + transform: rotate(-180deg); + } + } + } + + .has-arrow { + &:after { + content: "\F0140"; + font-family: 'Material Design Icons'; + display: block; + float: right; + transition: transform .2s; + font-size: 1rem; + } + } + + ul { + li { + a { + display: block; + padding: .625rem 1.5rem; + color: $sidebar-menu-item-color; + position: relative; + font-size: 13px; + transition: all .4s; + + i { + display: inline-block; + min-width: 1.75rem; + padding-bottom: .125em; + font-size: 1.25rem; + line-height: 1.40625rem; + vertical-align: middle; + color: $sidebar-menu-item-icon-color; + transition: all .4s; + } + + &:hover { + color: $sidebar-menu-item-hover-color; + + i { + color: $sidebar-menu-item-hover-color; + } + } + } + + .badge { + margin-top: 4px; + } + + ul.sub-menu { + padding: 0; + + li { + + a { + padding: .4rem 1.5rem .4rem 3.5rem; + font-size: 13px; + color: $sidebar-menu-sub-item-color; + &:hover { + color: $sidebar-menu-item-hover-color; + } + } + + ul.sub-menu { + padding: 0; + + li { + a { + padding: .4rem 1.5rem .4rem 4.5rem; + font-size: 13px; + + + } + } + } + } + } + } + + } +} + +.menu-title { + padding: 12px 20px !important; + letter-spacing: .05em; + pointer-events: none; + cursor: default; + font-size: 11px; + text-transform: uppercase; + color: $sidebar-menu-item-icon-color; + font-weight: $font-weight-semibold; +} + +.mm-active { + color: $sidebar-menu-item-active-color !important; + > a{ + color: $sidebar-menu-item-active-color !important; + i { + color: $sidebar-menu-item-active-color !important; + } + } + .active { + color: $sidebar-menu-item-active-color !important; + + i { + color: $sidebar-menu-item-active-color !important; + } + } + > i { + color: $sidebar-menu-item-active-color !important; + } +} + +@media (max-width: 992px) { + .vertical-menu { + display: none; + } + + .main-content { + margin-left: 0 !important; + } + + body.sidebar-enable { + .vertical-menu { + display: block; + } + } +} + +// Enlarge menu +.vertical-collpsed { + + .main-content { + margin-left: $sidebar-collapsed-width; + } + + .navbar-brand-box { + width: $sidebar-collapsed-width !important; + } + + .logo { + span.logo-lg { + display: none; + } + + span.logo-sm { + display: block; + } + } + + // Side menu + .vertical-menu { + position: absolute; + width: $sidebar-collapsed-width !important; + z-index: 5; + + .simplebar-mask, + .simplebar-content-wrapper { + overflow: visible !important; + } + + .simplebar-scrollbar { + display: none !important; + } + + .simplebar-offset { + bottom: 0 !important; + } + + // Sidebar Menu + #sidebar-menu { + + .menu-title, + .badge, + .collapse.in { + display: none !important; + } + + .nav.collapse { + height: inherit !important; + } + + .has-arrow { + &:after { + display: none; + } + } + + > ul { + > li { + position: relative; + white-space: nowrap; + + > a { + padding: 15px 20px; + min-height: 55px; + transition: none; + + &:hover, + &:active, + &:focus { + color: $sidebar-menu-item-hover-color; + } + + i { + font-size: 1.45rem; + margin-left: 4px; + } + + span { + display: none; + padding-left: 25px; + } + } + + &:hover { + > a { + position: relative; + width: calc(190px + #{$sidebar-collapsed-width}); + color: $primary; + background-color: darken($sidebar-bg, 4%); + transition: none; + + i{ + color: $primary; + } + + span { + display: inline; + } + } + + >ul { + display: block; + left: $sidebar-collapsed-width; + position: absolute; + width: 190px; + height: auto !important; + box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1); + + ul { + box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1); + } + + a { + box-shadow: none; + padding: 8px 20px; + position: relative; + width: 190px; + z-index: 6; + color: $sidebar-menu-sub-item-color; + + &:hover { + color: $sidebar-menu-item-hover-color; + } + } + } + } + } + + ul { + padding: 5px 0; + z-index: 9999; + display: none; + background-color: $sidebar-bg; + + li { + &:hover { + >ul { + display: block; + left: 190px; + height: auto !important; + margin-top: -36px; + position: absolute; + width: 190px; + } + } + + >a { + span.pull-right { + position: absolute; + right: 20px; + top: 12px; + transform: rotate(270deg); + } + } + } + + li.active { + a { + color: $gray-100; + } + } + } + } + } + + } +} + + +body[data-sidebar="dark"] { + .vertical-menu { + background: $sidebar-dark-bg; + } + + #sidebar-menu { + + ul { + li { + a { + color: $sidebar-dark-menu-item-color; + + i { + color: $sidebar-dark-menu-item-icon-color; + } + + &:hover { + color: $sidebar-dark-menu-item-hover-color; + + i { + color: $sidebar-dark-menu-item-hover-color; + } + } + } + + ul.sub-menu { + li { + + a { + color: $sidebar-dark-menu-sub-item-color; + + &:hover { + color: $sidebar-dark-menu-item-hover-color; + } + } + } + } + } + } + } + // Enlarge menu + &.vertical-collpsed { + min-height: 1760px; + // Side menu + .vertical-menu { + + // Sidebar Menu + #sidebar-menu { + + > ul { + > li { + + &:hover { + > a { + background: lighten($sidebar-dark-bg, 2%); + color: $sidebar-dark-menu-item-hover-color; + i{ + color: $sidebar-dark-menu-item-hover-color; + } + } + + >ul { + a{ + color: $sidebar-dark-menu-sub-item-color; + &:hover{ + color: $sidebar-dark-menu-item-hover-color; + } + } + } + } + } + + ul{ + background-color: $sidebar-dark-bg; + } + + } + + ul{ + + li{ + &.mm-active .active{ + color: $sidebar-dark-menu-item-active-color !important; + i{ + color: $sidebar-dark-menu-item-active-color !important; + } + } + } + } + + } + + + } + } + .mm-active { + color: $sidebar-dark-menu-item-active-color !important; + > a{ + color: $sidebar-dark-menu-item-active-color !important; + i { + color: $sidebar-dark-menu-item-active-color !important; + } + } + > i { + color: $sidebar-dark-menu-item-active-color !important; + } + .active { + color: $sidebar-dark-menu-item-active-color !important; + + i { + color: $sidebar-dark-menu-item-active-color !important; + } + } + } + + .menu-title { + color: $sidebar-dark-menu-item-icon-color; + } +} + + +body[data-layout="horizontal"] { + .main-content { + margin-left: 0 !important; + } +} + +// Compact Sidebar + +body[data-sidebar-size="small"] { + .navbar-brand-box{ + width: $sidebar-width-sm; + } + .vertical-menu{ + width: $sidebar-width-sm; + text-align: center; + + .has-arrow:after, + .badge { + display: none !important; + } + } + .main-content { + margin-left: $sidebar-width-sm; + } + .footer { + left: $sidebar-width-sm; + @media (max-width: 991.98px) { + left: 0; + } + } + + #sidebar-menu { + ul li { + &.menu-title{ + background-color: lighten($sidebar-dark-bg, 2%); + } + a{ + i{ + display: block; + } + } + ul.sub-menu { + li { + a{ + padding-left: 1.5rem; + } + + ul.sub-menu li a { + padding-left: 1.5rem; + } + } + } + } + } + &.vertical-collpsed { + .main-content { + margin-left: $sidebar-collapsed-width; + } + .vertical-menu { + #sidebar-menu{ + text-align: left; + >ul{ + >li{ + >a { + i{ + display: inline-block; + } + } + } + } + } + } + .footer { + left: $sidebar-collapsed-width; + } + } +} + +// colored sidebar + +body[data-sidebar="colored"] { + .vertical-menu{ + background-color: $primary; + } + .navbar-brand-box{ + background-color: $primary; + .logo-dark{ + display: none; + } + .logo-light{ + display: block; + } + } + + .mm-active { + color: $white !important; + > a{ + color: $white !important; + i { + color: $white !important; + } + } + > i, .active { + color: $white !important; + } + } + + #sidebar-menu { + ul { + li { + &.menu-title{ + color: rgba($white, 0.6); + } + + a{ + color: rgba($white, 0.6); + i{ + color: rgba($white, 0.6); + } + &.waves-effect { + .waves-ripple { + background: rgba($white, 0.1); + } + } + + &:hover { + color: $white; + + i { + color: $white; + } + } + } + + ul.sub-menu { + li { + a{ + color: rgba($white,.5); + &:hover { + color: $white; + } + } + } + } + } + } + } + + &.vertical-collpsed { + .vertical-menu { + #sidebar-menu{ + >ul{ + >li{ + &:hover>a{ + background-color: lighten($primary, 2%); + color: $white; + i{ + color: $white; + } + } + } + } + + ul{ + li{ + &.mm-active { + .active{ + color: $sidebar-menu-item-active-color !important; + } + } + + ul.sub-menu { + li { + a{ + &:hover { + color: $sidebar-menu-item-active-color; + } + } + &.mm-active { + color: $sidebar-menu-item-active-color !important; + > a{ + color: $sidebar-menu-item-active-color !important; + i { + color: $sidebar-menu-item-active-color !important; + } + } + } + } + } + } + } + } + } + } +} diff --git a/Vue/Admin/src/design/icons.scss b/Vue/Admin/src/design/icons.scss new file mode 100644 index 00000000..93d5962e --- /dev/null +++ b/Vue/Admin/src/design/icons.scss @@ -0,0 +1,11 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Icons Css File +*/ + +// Plugins +@import "custom/plugins/icons"; \ No newline at end of file diff --git a/Vue/Admin/src/helpers/authservice/auth-header.js b/Vue/Admin/src/helpers/authservice/auth-header.js new file mode 100644 index 00000000..75f26273 --- /dev/null +++ b/Vue/Admin/src/helpers/authservice/auth-header.js @@ -0,0 +1,9 @@ +export function authHeader() { + // return authorization header with jwt token + let user = JSON.parse(localStorage.getItem('user')); + if (user && user.token) { + return { 'Authorization': 'Bearer ' + user.token }; + } else { + return {}; + } +} \ No newline at end of file diff --git a/Vue/Admin/src/helpers/authservice/user.service.js b/Vue/Admin/src/helpers/authservice/user.service.js new file mode 100644 index 00000000..065370f0 --- /dev/null +++ b/Vue/Admin/src/helpers/authservice/user.service.js @@ -0,0 +1,66 @@ +import { authHeader } from './auth-header'; + +export const userService = { + login, + logout, + register, + getAll, +}; + +function login(email, password) { + + const requestOptions = { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ email, password }) + }; + + return fetch(`/users/authenticate`, requestOptions) + .then(handleResponse) + .then(user => { + // login successful if there's a jwt token in the response + if (user.token) { + // store user details and jwt token in local storage to keep user logged in between page refreshes + localStorage.setItem('user', JSON.stringify(user)); + } + return user; + }); +} + +function logout() { + // remove user from local storage to log user out + localStorage.removeItem('user'); +} + +function register(user) { + const requestOptions = { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify(user) + }; + return fetch(`/users/register`, requestOptions).then(handleResponse); +} + +function getAll() { + const requestOptions = { + method: 'GET', + headers: authHeader() + }; + return fetch(`/users`, requestOptions).then(handleResponse); +} + +function handleResponse(response) { + return response.text().then(text => { + const data = text && JSON.parse(text); + if (!response.ok) { + if (response.status === 401) { + // auto logout if 401 response returned from api + logout(); + location.reload(true); + } + const error = (data && data.message) || response.statusText; + return Promise.reject(error); + } + return data; + }); +} diff --git a/Vue/Admin/src/helpers/fake-backend.js b/Vue/Admin/src/helpers/fake-backend.js new file mode 100644 index 00000000..7dd3bd43 --- /dev/null +++ b/Vue/Admin/src/helpers/fake-backend.js @@ -0,0 +1,104 @@ +// array in local storage for registered users +let users = JSON.parse(localStorage.getItem('users')) + || [{ username: "admin", email: "admin@themesbrand.com", password: "123456" }]; + +export function configureFakeBackend() { + + let realFetch = window.fetch; + window.fetch = function (url, opts) { + + return new Promise((resolve, reject) => { + // wrap in timeout to simulate server api call + setTimeout(() => { + + // authenticate + if (url.endsWith('/users/authenticate') && opts.method === 'POST') { + // get parameters from post request + let params = JSON.parse(opts.body); + + // find if any user matches login credentials + let filteredUsers = users.filter(user => { + return user.email === params.email && user.password === params.password; + }); + + if (filteredUsers.length) { + // if login details are valid return user details and fake jwt token + let user = filteredUsers[0]; + let responseJson = { + id: user.id, + username: user.username, + name: user.name, + email: user.email, + token: 'fake-jwt-token' + }; + resolve({ ok: true, text: () => Promise.resolve(JSON.stringify(responseJson)) }); + } else { + // else return error + reject('These credentials do not match our records.'); + } + + return; + } + + // get users + if (url.endsWith('/users') && opts.method === 'GET') { + // check for fake auth token in header and return users if valid, this security is implemented server side in a real application + if (opts.headers && opts.headers.Authorization === 'Bearer fake-jwt-token') { + resolve({ ok: true, text: () => Promise.resolve(JSON.stringify(users)) }); + } else { + // return 401 not authorised if token is null or invalid + reject('Unauthorised'); + } + + return; + } + + // get user by id + if (url.match(/\/users\/\d+$/) && opts.method === 'GET') { + // check for fake auth token in header and return user if valid, this security is implemented server side in a real application + if (opts.headers && opts.headers.Authorization === 'Bearer fake-jwt-token') { + // find user by id in users array + let urlParts = url.split('/'); + let id = parseInt(urlParts[urlParts.length - 1]); + let matchedUsers = users.filter(user => { return user.id === id; }); + let user = matchedUsers.length ? matchedUsers[0] : null; + + // respond 200 OK with user + resolve({ ok: true, text: () => JSON.stringify(user) }); + } else { + // return 401 not authorised if token is null or invalid + reject('Unauthorised'); + } + + return; + } + + // register user + if (url.endsWith('/users/register') && opts.method === 'POST') { + // get new user object from post body + let newUser = JSON.parse(opts.body); + // validation + let duplicateUser = users.filter(user => { return user.username === newUser.username; }).length; + if (duplicateUser) { + reject("Username '" + newUser.username + "' is already taken"); + return; + } + + // save new user + newUser.id = users.length ? Math.max(...users.map(user => user.id)) + 1 : 1; + users.push(newUser); + localStorage.setItem('users', JSON.stringify(users)); + + // respond 200 OK + resolve({ ok: true, text: () => Promise.resolve() }); + + return; + } + + // pass through any requests not handled above + realFetch(url, opts).then(response => resolve(response)); + + }, 500); + }); + } +} \ No newline at end of file diff --git a/Vue/Admin/src/i18n.js b/Vue/Admin/src/i18n.js new file mode 100644 index 00000000..345db9b4 --- /dev/null +++ b/Vue/Admin/src/i18n.js @@ -0,0 +1,23 @@ + +import { createI18n } from "vue-i18n"; + +function loadLocaleMessages() { + const locales = require.context('./locales', true, /[A-Za-z0-9-_,\s]+\.json$/i) + const messages = {} + locales.keys().forEach(key => { + const matched = key.match(/([A-Za-z0-9-_]+)\./i) + if (matched && matched.length > 1) { + const locale = matched[1] + messages[locale] = locales(key) + } + }) + return messages +} + +export const i18n = createI18n({ + locale: process.env.VUE_APP_I18N_LOCALE || 'en', + legacy: false, + globalInjection: true, + fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en', + messages: loadLocaleMessages() +}) diff --git a/Vue/Admin/src/locales/ar.json b/Vue/Admin/src/locales/ar.json new file mode 100644 index 00000000..02b6bab1 --- /dev/null +++ b/Vue/Admin/src/locales/ar.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "بحث..." + }, + "dropdown": { + "megamenu": { + "text": "القائمة الضخمة", + "uicontent": { + "title": "مكونات واجهة المستخدم", + "list": { + "lightbox": "صندوق مضئ", + "rangeslider": "شريط التمرير", + "sweetalert": "تنبيه لطيف", + "rating": "تقييم", + "forms": "نماذج", + "tables": "الجداول", + "charts": "الرسوم البيانية" + } + }, + "application": { + "title": "التطبيقات", + "list": { + "ecommerce": "التجارة الإلكترونية", + "calendar": "التقويم", + "email": "البريد الإلكتروني", + "projects": "المشاريع", + "tasks": "مهام", + "contacts": "جهات الاتصال" + } + }, + "extrapages": { + "title": "صفحات اضافية", + "list": { + "lightsidebar": "شريط جانبي خفيف", + "compactsidebar": "شريط جانبي مضغوط", + "horizontallayout": "التخطيط الأفقي", + "maintenance": "اعمال صيانة", + "comingsoon": "قريبا", + "timeline": "الجدول الزمني", + "faqs": "الأسئلة الشائعة" + } + } + }, + "site": { + "list": { + "github": "جيثب", + "bitbucket": "Bitbucket", + "dribbble": "المراوغة", + "dropbox": "بصندوق الإسقاط", + "mailchimp": "بريد الشمبانزي", + "slack": "تثاقل" + } + }, + "notification": { + "badge": "3", + "text": "إشعارات", + "subtext": "عرض الكل", + "order": { + "title": "تم تقديم طلبك", + "text": "إذا دمجت عدة لغات القواعد", + "time": "قبل 3 دقائق" + }, + "james": { + "title": "جيمس لومير", + "text": "سيبدو الأمر مثل اللغة الإنجليزية المبسطة.", + "time": "منذ 1 ساعة" + }, + "item": { + "title": "يتم شحن البند الخاص بك", + "text": "إذا دمجت عدة لغات القواعد", + "time": "قبل 3 دقائق" + }, + "salena": { + "title": "سالينا لايفيلد", + "text": "بصفتي صديقًا متشككًا في كامبريدج لأعمال الغرب.", + "time": "منذ 1 ساعة" + }, + "button": "تحميل المزيد.." + }, + "henry": { + "text": "هنري", + "list": { + "profile": "الملف الشخصي", + "mywallet": "محفظتي", + "settings": "إعدادات", + "lockscreen": "اقفل الشاشة", + "logout": "تسجيل خروج" + } + } + } + }, + "menuitems": { + "menu": { + "text": "قائمة طعام" + }, + "dashboards": { + "text": "لوحات المعلومات", + "badge": "04", + "list": { + "default": "إفتراضي", + "saas": "ساس", + "crypto": "تشفير", + "blog": "مدونة" + } + }, + "layouts": { + "text": "التخطيطات", + "list": { + "horizontal": "عرضي", + "lightsidebar": "شريط جانبي خفيف", + "compactsidebar": "شريط جانبي مضغوط", + "iconsidebar": "الشريط الجانبي للرموز", + "boxed": "تخطيط محاصر", + "coloredsidebar": "الشريط الجانبي الملون", + "vertical": "عمودي", + "lighttopbar": "شريط علوي خفيف", + "coloredheader": "رأس ملون" + } + }, + "apps": { + "text": "تطبيقات" + }, + "calendar": { + "text": "التقويم" + }, + "chat": { + "text": "دردشة", + "badge": "جديد" + }, + "filemanager": { + "text": "مدير الملفات", + "badge": "جديد" + }, + "ecommerce": { + "text": "التجارة الإلكترونية", + "list": { + "products": "منتجات", + "productdetail": "تفاصيل المنتج", + "orders": "الطلب #٪ s", + "customers": "الزبائن", + "cart": "عربة التسوق", + "checkout": "الدفع", + "shops": "محلات", + "addproduct": "أضف منتج" + } + }, + "crypto": { + "text": "تشفير", + "list": { + "wallet": "محفظة نقود", + "buy/sell": "شراء بيع", + "exchange": "تبادل", + "lending": "الإقراض", + "orders": "الطلب #٪ s", + "kycapplication": "تطبيق KYC", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "البريد الإلكتروني", + "list": { + "inbox": "صندوق الوارد", + "reademail": "قراءة البريد الإلكتروني", + "template": { + "text": "القوالب", + "list": { + "basic": "الإجراء الأساسي", + "alert": "تنبيه البريد الإلكتروني", + "billing": "البريد الالكتروني لقوائم الدفع" + } + } + } + }, + "invoices": { + "text": "فواتير", + "list": { + "invoicelist": "قائمة الفاتورة", + "invoicedetail": "تفاصيل الفاتورة" + } + }, + "projects": { + "text": "المشاريع", + "list": { + "grid": "شبكة المشاريع", + "projectlist": "قائمة المشاريع", + "overview": "ملخص المشروع", + "create": "خلق جديد إبداع جديد" + } + }, + "tasks": { + "text": "مهام", + "list": { + "tasklist": "قائمة المهام", + "kanban": "مجلس كانبان", + "createtask": "إنشاء مهمة" + } + }, + "contacts": { + "text": "جهات الاتصال", + "list": { + "usergrid": "شبكة المستخدم", + "userlist": "قائمة المستخدم", + "profile": "الملف الشخصي" + } + }, + "blog": { + "text": "مدونة", + "badge": "جديد", + "list": { + "bloglist": "قائمة المدونة", + "grid": "شبكة المدونة", + "detail": "تفاصيل المدونة" + } + }, + "pages": { + "text": "الصفحات" + }, + "authentication": { + "text": "المصادقة", + "badge": "جديد", + "list": { + "login": "تسجيل الدخول", + "register": "تسجيل", + "recoverpwd": "إستعادة كلمة المرور", + "lockscreen": "اقفل الشاشة", + "login-2": "تسجيل الدخول 2", + "register-2": "التسجيل 2", + "recoverpwd-2": "استعادة كلمة المرور 2", + "lockscreen-2": "شاشة القفل 2", + "confirm-mail": "تأكيد البريد", + "confirm-mail-2": "تأكيد البريد 2", + "verification": "تأكيد بواسطة البريد الالكتروني", + "verification-2": "التحقق من البريد الإلكتروني 2", + "verification-step": "التحقق من خطوتين", + "verification-step-2": "التحقق بخطوتين 2" + } + }, + "utility": { + "text": "خدمة", + "list": { + "starter": "صفحة المبتدئين", + "maintenance": "اعمال صيانة", + "timeline": "الجدول الزمني", + "faqs": "الأسئلة الشائعة", + "pricing": "التسعير", + "error404": "خطأ 404", + "error500": "خطأ 500", + "comingsoon": "قريبا" + } + }, + "components": { + "text": "مكونات" + }, + "uielements": { + "text": "عناصر واجهة المستخدم", + "list": { + "alerts": "التنبيهات", + "buttons": "أزرار", + "cards": "البطاقات", + "carousel": "دائري", + "dropdowns": "هبوط قطرة", + "grid": "جريد", + "images": "صور", + "modals": "مشروط", + "rangeslider": "شريط التمرير", + "progressbar": "أشرطة التقدم", + "placeholder":"عنصر نائب", + "sweetalert": "تنبيه لطيف", + "tabs": "علامات التبويب والأكورديون", + "typography": "الطباعة", + "video": "فيديو", + "general": "جنرال لواء", + "colors": "الألوان", + "lightbox": "صندوق مضئ", + "cropper": "صورة كروبر", + "offcanvas": "بوابات" + } + }, + "forms": { + "text": "نماذج", + "badge": "8", + "list": { + "elements": "عناصر النموذج", + "layouts": "تخطيطات النموذج", + "validation": "التحقق من صحة النموذج", + "advanced": "نموذج متقدم", + "editor": "محرر النماذج", + "fileupload": "تحميل ملف النموذج", + "repeater": "مكرر النموذج", + "wizard": "معالج النماذج", + "mask": "قناع النموذج" + } + }, + "tables": { + "text": "الجداول", + "list": { + "basic": "الجداول الأساسية", + "advanced": "جدول متقدم" + } + }, + "charts": { + "text": "الرسوم البيانية", + "list": { + "apex": "مخطط أبيكس", + "chartjs": "مخطط Chartjs", + "chartist": "مخطط رسومي", + "echart": "مخطط E" + } + }, + "icons": { + "text": "أيقونات", + "list": { + "boxicons": "Boxicons", + "materialdesign": "التصميم المادي", + "dripicons": "Dripicons", + "fontawesome": "الخط رائع" + } + }, + "maps": { + "text": "خرائط", + "list": { + "googlemap": "خرائط جوجل", + "leafletmap": "خرائط النشرة" + } + }, + "multilevel": { + "text": "متعدد المستويات", + "list": { + "level1": { + "1": "المستوى 1.1", + "2": "المستوى 1.2", + "level2": { + "1": "المستوى 2.1", + "2": "المستوى 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/locales/en.json b/Vue/Admin/src/locales/en.json new file mode 100644 index 00000000..a9a60853 --- /dev/null +++ b/Vue/Admin/src/locales/en.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Search..." + }, + "dropdown": { + "megamenu": { + "text": "Mega Menu", + "uicontent": { + "title": "UI Components", + "list": { + "lightbox": "Lightbox", + "rangeslider": "Range Slider", + "sweetalert": "Sweet Alert", + "rating": "Rating", + "forms": "Forms", + "tables": "Tables", + "charts": "Charts" + } + }, + "application": { + "title": "Applications", + "list": { + "ecommerce": "Ecommece", + "calendar": "Calendar", + "email": "Email", + "projects": "Projects", + "tasks": "Tasks", + "contacts": "Contacts" + } + }, + "extrapages": { + "title": "Extra Pages", + "list": { + "lightsidebar": "Light Sidebar", + "compactsidebar": "Compact Sidebar", + "horizontallayout": "Horizontal Layout", + "maintenance": "Maintenance", + "comingsoon": "Coming Soon", + "timeline": "Timeline", + "faqs": "FAQs" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Dribbble", + "dropbox": "Dropbox", + "mailchimp": "Mail Chimp", + "slack": "Slack" + } + }, + "notification": { + "badge": "3", + "text": "Notifications", + "subtext": "View All", + "order": { + "title": "Your order is placed", + "text": "If several languages coalesce the grammar", + "time": "3 min ago" + }, + "james": { + "title": "James Lemire", + "text": "It will seem like simplified English.", + "time": "1 hours ago" + }, + "item": { + "title": "Your item is shipped", + "text": "If several languages coalesce the grammar", + "time": "3 min ago" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "1 hours ago" + }, + "button": "View More.." + }, + "henry": { + "text": "Henry", + "list": { + "profile": "Profile", + "mywallet": "My Wallet", + "settings": "Settings", + "lockscreen": "Lock screen", + "logout": "Logout" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menu" + }, + "dashboards": { + "text": "Dashboards", + "badge": "04", + "list": { + "default": "Default", + "saas": "Saas", + "crypto": "Crypto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Layouts", + "list": { + "horizontal": "Horizontal", + "lightsidebar": "Light Sidebar", + "compactsidebar": "Compact Sidebar", + "iconsidebar": "Icons Sidebar", + "boxed": "Boxed Layout", + "coloredsidebar": "Colored Sidebar", + "vertical": "Vertical", + "lighttopbar": "Light Topbar", + "coloredheader": "Colored Header" + } + }, + "apps": { + "text": "Apps" + }, + "calendar": { + "text": "Calendar" + }, + "chat": { + "text": "Chat", + "badge": "New" + }, + "filemanager": { + "text": "File Manager", + "badge": "New" + }, + "ecommerce": { + "text": "Ecommerce", + "list": { + "products": "Products", + "productdetail": "Product Detail", + "orders": "Orders", + "customers": "Customers", + "cart": "Cart", + "checkout": "Checkout", + "shops": "Shops", + "addproduct": "Add Product" + } + }, + "crypto": { + "text": "Crypto", + "list": { + "wallet": "Wallet", + "buy/sell": "Buy/sell", + "exchange": "Exchange", + "lending": "Lending", + "orders": "Orders", + "kycapplication": "KYC Application", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "Email", + "list": { + "inbox": "Inbox", + "reademail": "Read Email", + "template": { + "text": "Templates", + "list": { + "basic": "Basic Action", + "alert": "Alert Email", + "billing": "Billing Email" + } + } + } + }, + "invoices": { + "text": "Invoices", + "list": { + "invoicelist": "Invoice List", + "invoicedetail": "Invoice Detail" + } + }, + "projects": { + "text": "Projects", + "list": { + "grid": "Projects Grid", + "projectlist": "Projects List", + "overview": "Project Overview", + "create": "Create New" + } + }, + "tasks": { + "text": "Tasks", + "list": { + "tasklist": "Task List", + "kanban": "Kanban Board", + "createtask": "Create Task" + } + }, + "contacts": { + "text": "Contacts", + "list": { + "usergrid": "User Grid", + "userlist": "User List", + "profile": "Profile" + } + }, + "blog": { + "text": "Blog", + "badge": "New", + "list": { + "bloglist": "Blog List", + "grid": "Blog Grid", + "detail": "Blog Details" + } + }, + "pages": { + "text": "Pages" + }, + "authentication": { + "text": "Authentication", + "badge": "New", + "list": { + "login": "Login", + "login-2": "Login 2", + "register": "Register", + "register-2": "Register 2", + "recoverpwd": "Recover Password", + "recoverpwd-2": "Recover Password 2", + "lockscreen": "Lock screen", + "lockscreen-2": "Lock screen 2", + "confirm-mail": "Confirm Mail", + "confirm-mail-2": "Confirm Mail 2", + "verification": "Email verification", + "verification-2": "Email verification 2", + "verification-step": "Two step verification", + "verification-step-2": "Two step verification 2" + } + }, + "utility": { + "text": "Utility", + "list": { + "starter": "Starter Page", + "maintenance": "Maintenance", + "timeline": "Timeline", + "faqs": "FAQs", + "pricing": "Pricing", + "error404": "Error 404", + "error500": "Error 500", + "comingsoon": "Coming Soon" + } + }, + "components": { + "text": "Components" + }, + "uielements": { + "text": "UI Elements", + "list": { + "alerts": "Alerts", + "buttons": "Buttons", + "cards": "Cards", + "carousel": "Carousel", + "dropdowns": "Dropdowns", + "grid": "Grid", + "images": "Images", + "modals": "Modals", + "rangeslider": "Range Slider", + "progressbar": "Progress Bars", + "placeholder": "Placeholder", + "sweetalert": "Sweet Alert", + "tabs": "Tabs & Accordions", + "typography": "Typography", + "video": "Video", + "general": "General", + "colors": "Colors", + "lightbox": "Lightbox", + "cropper": "Image Cropper", + "offcanvas": "Offcanvas" + } + }, + "forms": { + "text": "Forms", + "badge": "8", + "list": { + "elements": "Form Elements", + "layouts": "Form Layouts", + "validation": "Form Validation", + "advanced": "Form Advanced", + "editor": "Form Editor", + "fileupload": "Form File Upload", + "repeater": "Form Repeater", + "wizard": "Form Wizard", + "mask": "Form Mask" + } + }, + "tables": { + "text": "Tables", + "list": { + "basic": "Basic Tables", + "advanced": "Advanced Table" + } + }, + "charts": { + "text": "Charts", + "list": { + "apex": "Apex Charts", + "chartjs": "Chartjs Charts", + "chartist": "Chartist Charts", + "echart": "E Charts" + } + }, + "icons": { + "text": "Icons", + "list": { + "boxicons": "Boxicons", + "materialdesign": "Material Design", + "dripicons": "Dripicons", + "fontawesome": "Font Awesome" + } + }, + "maps": { + "text": "Maps", + "list": { + "googlemap": "Google Maps", + "leafletmap": "Leaflet Maps" + } + }, + "multilevel": { + "text": "Multi Level", + "list": { + "level1": { + "1": "Level 1.1", + "2": "Level 1.2", + "level2": { + "1": "Level 2.1", + "2": "Level 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/locales/es.json b/Vue/Admin/src/locales/es.json new file mode 100644 index 00000000..ecfb3eab --- /dev/null +++ b/Vue/Admin/src/locales/es.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Buscar..." + }, + "dropdown": { + "megamenu": { + "text": "Mega menú", + "uicontent": { + "title": "Componentes de la IU", + "list": { + "lightbox": "Caja ligera", + "rangeslider": "Control deslizante de rango", + "sweetalert": "Alerta dulce", + "rating": "Clasificación", + "forms": "Formas", + "tables": "Mesas", + "charts": "Gráficos" + } + }, + "application": { + "title": "Aplicaciones", + "list": { + "ecommerce": "Comercio electrónico", + "calendar": "Calendario", + "email": "Correo electrónico", + "projects": "Proyectos", + "tasks": "Tareas", + "contacts": "Contactos" + } + }, + "extrapages": { + "title": "Páginas extra", + "list": { + "lightsidebar": "Barra lateral ligera", + "compactsidebar": "Barra lateral compacta", + "horizontallayout": "Diseño horizontal", + "maintenance": "Mantenimiento", + "comingsoon": "Próximamente", + "timeline": "Cronograma", + "faqs": "Preguntas frecuentes" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Regatear", + "dropbox": "Dropbox", + "mailchimp": "Chimpancé de correo", + "slack": "Floja" + } + }, + "notification": { + "badge": "3", + "text": "Notificaciones", + "subtext": "Ver todo", + "order": { + "title": "Su pedido es realizado", + "text": "Si varios idiomas fusionan la gramática", + "time": "Hace 3 minutos" + }, + "james": { + "title": "James Lemire", + "text": "Parecerá un inglés simplificado.", + "time": "Hace 1 hora" + }, + "item": { + "title": "Your item is shipped", + "text": "Si varios idiomas fusionan la gramática", + "time": "Hace 3 minutos" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "Hace 1 hora" + }, + "button": "Carga más.." + }, + "henry": { + "text": "Henry", + "list": { + "profile": "Perfil", + "mywallet": "Mi billetera", + "settings": "Configuraciones", + "lockscreen": "Bloquear pantalla", + "logout": "cerrar sesión" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menú" + }, + "dashboards": { + "text": "Tableros", + "badge": "04", + "list": { + "default": "Defecto", + "saas": "Saas", + "crypto": "Cripto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Diseños", + "list": { + "horizontal": "Horizontal", + "lightsidebar": "Barra lateral ligera", + "compactsidebar": "Barra lateral compacta", + "iconsidebar": "Barra lateral de iconos", + "boxed": "Diseño en caja", + "coloredsidebar": "Barra lateral de color", + "vertical": "Vertical", + "lighttopbar": "Barra superior ligera", + "coloredheader": "Encabezado de color" + } + }, + "apps": { + "text": "Aplicaciones" + }, + "calendar": { + "text": "Calendario" + }, + "chat": { + "text": "Charla", + "badge": "Nueva" + }, + "filemanager": { + "text": "Administradora de archivos", + "badge": "Nueva" + }, + "ecommerce": { + "text": "Comercio electrónico", + "list": { + "products": "Productos", + "productdetail": "Detalle del producto", + "orders": "Pedidos", + "customers": "Clientes", + "cart": "Carro", + "checkout": "Revisa", + "shops": "Tiendas", + "addproduct": "Agregar producto" + } + }, + "crypto": { + "text": "Cripto", + "list": { + "wallet": "Billetera", + "buy/sell": "Compra venta", + "exchange": "Intercambiar", + "lending": "Préstamo", + "orders": "Pedidos", + "kycapplication": "Solicitud KYC", + "icolanding": "Aterrizaje ICO" + } + }, + "email": { + "text": "Correo electrónico", + "list": { + "inbox": "Bandeja de entrada", + "reademail": "Leer el correo electrónico", + "template": { + "text": "Plantillas", + "list": { + "basic": "Acción básica", + "alert": "Correo electrónico de alerta", + "billing": "Correo Electrónico de Facturas" + } + } + } + }, + "invoices": { + "text": "Facturas", + "list": { + "invoicelist": "Lista de facturas", + "invoicedetail": "Detalle de factura" + } + }, + "projects": { + "text": "Proyectos", + "list": { + "grid": "Cuadrícula de proyectos", + "projectlist": "Lista de proyectos", + "overview": "Descripción del proyecto", + "create": "Crear nueva" + } + }, + "tasks": { + "text": "Tareas", + "list": { + "tasklist": "Lista de tareas", + "kanban": "Kanban Board", + "createtask": "Crear tarea" + } + }, + "contacts": { + "text": "Contactos", + "list": { + "usergrid": "Cuadrícula de usuario", + "userlist": "Lista de usuarios", + "profile": "Perfil" + } + }, + "blog": { + "text": "Blog", + "badge": "Nueva", + "list": { + "bloglist": "Lista de blogs", + "grid": "Blog Grid", + "detail": "Detalles del blog" + } + }, + "pages": { + "text": "Páginas" + }, + "authentication": { + "text": "Autenticación", + "badge": "Nueva", + "list": { + "login": "Iniciar sesión", + "register": "Registrarse", + "recoverpwd": "Recuperar contraseña", + "lockscreen": "Bloquear pantalla", + "login-2": "Iniciar sesión 2", + "register-2": "Registrarse 2", + "recoverpwd-2": "Recuperar contraseña 2", + "lockscreen-2": "Bloquear pantalla 2", + "confirm-mail": "Confirmar correo", + "confirm-mail-2": "Confirmar correo 2", + "verification": "Verificacion de email", + "verification-2": "Verificacion de email 2", + "verification-step": "Verificación de dos pasos", + "verification-step-2": "Verificación de dos pasos 2" + } + }, + "utility": { + "text": "Utilidad", + "list": { + "starter": "Página de inicio", + "maintenance": "Mantenimiento", + "timeline": "Cronograma", + "faqs": "Preguntas frecuentes", + "pricing": "Precios", + "error404": "error 404", + "error500": "error 500", + "comingsoon": "Próximamente" + } + }, + "components": { + "text": "Componentes" + }, + "uielements": { + "text": "Elementos de la IU", + "list": { + "alerts": "Alertas", + "buttons": "Botones", + "cards": "Tarjetas", + "carousel": "Carrusel", + "dropdowns": "Listas deplegables", + "grid": "Cuadrícula", + "images": "Imágenes", + "modals": "Modalidades", + "rangeslider": "Control deslizante de rango", + "progressbar": "Barras de progreso", + "placeholder":"Marcador de posición", + "sweetalert": "Alerta dulce", + "tabs": "Pestañas y acordeones", + "typography": "Tipografía", + "video": "Vídeo", + "general": "General", + "colors": "Colores", + "lightbox": "Caja ligera", + "cropper": "Recortador de imagen", + "offcanvas": "fuera del lienzo" + } + }, + "forms": { + "text": "Formas", + "badge": "8", + "list": { + "elements": "Elementos de formulario", + "layouts": "Diseños de formulario", + "validation": "Validación de formulario", + "advanced": "Formulario avanzado", + "editor": "Editora de formularios", + "fileupload": "Subir archivo de formulario", + "repeater": "Repetidor de forma", + "wizard": "Asistente de formulario", + "mask": "Máscara de forma" + } + }, + "tables": { + "text": "Mesas", + "list": { + "basic": "Tablas Básicas", + "advanced": "Mesa avanzada" + } + }, + "charts": { + "text": "Gráficos", + "list": { + "apex": "Gráfico de Apex", + "chartjs": "Chartjs Chart", + "chartist": "Chartist Chart", + "echart": "Gráfico E" + } + }, + "icons": { + "text": "Íconos", + "list": { + "boxicons": "Boxicones", + "materialdesign": "Diseño de materiales", + "dripicons": "Dripicons", + "fontawesome": "Font awesome" + } + }, + "maps": { + "text": "Mapas", + "list": { + "googlemap": "mapas de Google", + "leafletmap": "Mapas de folleto" + } + }, + "multilevel": { + "text": "Multi nivel", + "list": { + "level1": { + "1": "Nivel 1.1", + "2": "Nivel 1.2", + "level2": { + "1": "Nivel 2.1", + "2": "Level 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/locales/fr.json b/Vue/Admin/src/locales/fr.json new file mode 100644 index 00000000..38508d2b --- /dev/null +++ b/Vue/Admin/src/locales/fr.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Chercher..." + }, + "dropdown": { + "megamenu": { + "text": "Mega Menu", + "uicontent": { + "title": "Composants de l'interface utilisateur", + "list": { + "lightbox": "Boite à lumière", + "rangeslider": "Curseur de plage", + "sweetalert": "Sweet Alert", + "rating": "Évaluation", + "forms": "Formes", + "tables": "les tables", + "charts": "Graphiques" + } + }, + "application": { + "title": "Applications", + "list": { + "ecommerce": "Commerce électronique", + "calendar": "Calendrier", + "email": "Email", + "projects": "Projets", + "tasks": "Tâches", + "contacts": "Contacts" + } + }, + "extrapages": { + "title": "Pages supplémentaires", + "list": { + "lightsidebar": "Barre latérale légère", + "compactsidebar": "Barre latérale compacte", + "horizontallayout": "Disposition horizontale", + "maintenance": "Entretien", + "comingsoon": "Bientôt disponible", + "timeline": "Chronologie", + "faqs": "FAQ" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Dribble", + "dropbox": "Dropbox", + "mailchimp": "Mail Chimp", + "slack": "Molle" + } + }, + "notification": { + "badge": "3", + "text": "Notifications", + "subtext": "Voir tout", + "order": { + "title": "Votre commande est passée", + "text": "Si plusieurs langues fusionnent la grammaire", + "time": "Il y a 3 minutes" + }, + "james": { + "title": "James Lemire", + "text": "It will seem like simplified English.", + "time": "Il y a 1 heure" + }, + "item": { + "title": "Votre article est expédié", + "text": "Si plusieurs langues fusionnent la grammaire", + "time": "Il y a 3 minutes" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "Il y a 1 heure" + }, + "button": "Charger plus.." + }, + "henry": { + "text": "Henri", + "list": { + "profile": "Profil", + "mywallet": "Mon portefeuille", + "settings": "Réglages", + "lockscreen": "Écran verrouillé", + "logout": "Se déconnecter" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menu" + }, + "dashboards": { + "text": "Tableaux de bord", + "badge": "04", + "list": { + "default": "Défaut", + "saas": "Saas", + "crypto": "Crypto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Disposition", + "list": { + "horizontal": "Horizontale", + "lightsidebar": "Barre latérale légère", + "compactsidebar": "Barre latérale compacte", + "iconsidebar": "Barre latérale des icônes", + "boxed": "Disposition en boîte", + "coloredsidebar": "Barre latérale colorée", + "vertical": "Verticale", + "lighttopbar": "Barre supérieure légère", + "coloredheader": "En-tête coloré" + } + }, + "apps": { + "text": "Apps" + }, + "calendar": { + "text": "Calendrier" + }, + "chat": { + "text": "Bavarder", + "badge": "Nouvelle" + }, + "filemanager": { + "text": "Gestionnaire de fichiers", + "badge": "Nouvelle" + }, + "ecommerce": { + "text": "Commerce électronique", + "list": { + "products": "Des produits", + "productdetail": "Product Detail", + "orders": "Ordres", + "customers": "Les clients", + "cart": "Chariot", + "checkout": "Check-out", + "shops": "Magasins", + "addproduct": "Ajouter un produit" + } + }, + "crypto": { + "text": "Crypto", + "list": { + "wallet": "Portefeuille", + "buy/sell": "Acheter vendre", + "exchange": "Échange", + "lending": "Prêt", + "orders": "Ordres", + "kycapplication": "Application KYC", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "Email", + "list": { + "inbox": "Boîte de réception", + "reademail": "Lire l'e-mail", + "template": { + "text": "Modèles", + "list": { + "basic": "Action de base", + "alert": "Email d'alerte", + "billing": "E-mail de facturation" + } + } + } + }, + "invoices": { + "text": "Factures", + "list": { + "invoicelist": "Liste des factures", + "invoicedetail": "Détail de la facture" + } + }, + "projects": { + "text": "Projets", + "list": { + "grid": "Grille de projets", + "projectlist": "Liste des projets", + "overview": "Aperçu du projet", + "create": "Créer un nouveau" + } + }, + "tasks": { + "text": "Tâches", + "list": { + "tasklist": "Liste de tâches", + "kanban": "Tableau Kanban", + "createtask": "Créer une tâche" + } + }, + "contacts": { + "text": "Contacts", + "list": { + "usergrid": "Grille utilisateur", + "userlist": "liste d'utilisateur", + "profile": "Profil" + } + }, + "blog": { + "text": "Blog", + "badge": "Nouvelle", + "list": { + "bloglist": "Liste des blogs", + "grid": "Grille de blog", + "detail": "Détails du blog" + } + }, + "pages": { + "text": "Pages" + }, + "authentication": { + "text": "Authentification", + "badge": "Nouvelle", + "list": { + "login": "S'identifier", + "register": "S'inscrire", + "recoverpwd": "Récupérer mot de passe", + "lockscreen": "Écran verrouillé", + "login-2": "S'identifier 2", + "register-2": "S'inscrire 2", + "recoverpwd-2": "Récupérer mot de passe 2", + "lockscreen-2": "Écran verrouillé 2", + "confirm-mail": "Confirmer le courrier", + "confirm-mail-2": "Confirmer le courrier 2", + "verification": "Vérification de l'E-mail", + "verification-2": "Vérification de l'E-mail 2", + "verification-step": "Vérification en deux étapes", + "verification-step-2": "Vérification en deux étapes 2" + } + }, + "utility": { + "text": "Utilitaire", + "list": { + "starter": "Page de démarrage", + "maintenance": "Entretien", + "timeline": "Chronologie", + "faqs": "FAQ", + "pricing": "Tarification", + "error404": "Erreur 404", + "error500": "Erreur 500", + "comingsoon": "Bientôt disponible" + } + }, + "components": { + "text": "Composantes" + }, + "uielements": { + "text": "Éléments de l'interface utilisateur", + "list": { + "alerts": "Alerts", + "buttons": "Boutons", + "cards": "Cartes", + "carousel": "Carrousel", + "dropdowns": "Liste déroulante", + "grid": "la grille", + "images": "Images", + "modals": "Modals", + "rangeslider": "Curseur de plage", + "progressbar": "Barres de progression", + "placeholder":"Espace réservé", + "sweetalert": "Sweet Alert", + "tabs": "Tablatures et accordéons", + "typography": "Typographie", + "video": "Vidéo", + "general": "Générale", + "colors": "Couleurs", + "lightbox": "Boite à lumière", + "cropper": "Recadrage d'image", + "offcanvas": "hors toile" + } + }, + "forms": { + "text": "Formes", + "badge": "8", + "list": { + "elements": "Éléments de formulaire", + "layouts": "Dispositions de formulaire", + "validation": "Validation de formulaire", + "advanced": "Formulaire avancé", + "editor": "Éditeur de formulaires", + "fileupload": "Téléchargement de fichier de formulaire", + "repeater": "Répétiteur de formulaire", + "wizard": "Assistant de formulaire", + "mask": "Masque de forme" + } + }, + "tables": { + "text": "les tables", + "list": { + "basic": "Tableaux de base", + "advanced": "Tableau avancé" + } + }, + "charts": { + "text": "Graphiques", + "list": { + "apex": "Graphique Apex", + "chartjs": "Graphique Chartjs", + "chartist": "Graphique Chartist", + "echart": "Graphique E" + } + }, + "icons": { + "text": "Icônes", + "list": { + "boxicons": "Boxicons", + "materialdesign": "Conception matérielle", + "dripicons": "Dripicons", + "fontawesome": "Police géniale" + } + }, + "maps": { + "text": "Plans", + "list": { + "googlemap": "Google Maps", + "leafletmap": "Cartes de dépliant" + } + }, + "multilevel": { + "text": "Multi niveaux", + "list": { + "level1": { + "1": "Niveau 1.1", + "2": "Niveau 1.2", + "level2": { + "1": "Niveau 2.1", + "2": "Niveau 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/locales/zh.json b/Vue/Admin/src/locales/zh.json new file mode 100644 index 00000000..ea8f61fd --- /dev/null +++ b/Vue/Admin/src/locales/zh.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "搜索..." + }, + "dropdown": { + "megamenu": { + "text": "超级菜单", + "uicontent": { + "title": "UI组件", + "list": { + "lightbox": "灯箱", + "rangeslider": "范围滑块", + "sweetalert": "甜蜜警报", + "rating": "评分", + "forms": "形式", + "tables": "桌子", + "charts": "图表" + } + }, + "application": { + "title": "应用领域", + "list": { + "ecommerce": "电子商务", + "calendar": "日历", + "email": "电子邮件", + "projects": "专案", + "tasks": "任务", + "contacts": "联络人" + } + }, + "extrapages": { + "title": "额外页面", + "list": { + "lightsidebar": "侧边灯", + "compactsidebar": "紧凑型侧边栏", + "horizontallayout": "水平布局", + "maintenance": "保养", + "comingsoon": "快来了", + "timeline": "时间线", + "faqs": "常见问题" + } + } + }, + "site": { + "list": { + "github": "的GitHub", + "bitbucket": "比特桶", + "dribbble": "运球", + "dropbox": "投寄箱", + "mailchimp": "邮件黑猩猩", + "slack": "松弛" + } + }, + "notification": { + "badge": "3", + "text": "通知事项", + "subtext": "查看全部", + "order": { + "title": "您的订单已下达", + "text": "如果几种语言合并了语法", + "time": "3分钟前" + }, + "james": { + "title": "詹姆斯·勒米尔", + "text": "好像是简体英语。", + "time": "1小时前" + }, + "item": { + "title": "您的物品已发货", + "text": "如果几种语言合并了语法", + "time": "3分钟前" + }, + "salena": { + "title": "萨莱娜·莱菲尔德", + "text": "作为西方的一个怀疑的剑桥朋友。", + "time": "1小时前" + }, + "button": "装载更多.." + }, + "henry": { + "text": "亨利", + "list": { + "profile": "轮廓", + "mywallet": "我的钱包", + "settings": "设定值", + "lockscreen": "锁屏", + "logout": "登出" + } + } + } + }, + "menuitems": { + "menu": { + "text": "菜单" + }, + "dashboards": { + "text": "仪表板", + "badge": "04", + "list": { + "default": "默认", + "saas": "萨斯", + "crypto": "加密货币", + "blog": "博客" + } + }, + "layouts": { + "text": "版面", + "list": { + "horizontal": "卧式", + "lightsidebar": "侧边灯", + "compactsidebar": "紧凑型侧边栏", + "iconsidebar": "图标侧栏", + "boxed": "盒装版式", + "coloredsidebar": "彩色边栏", + "vertical": "垂直", + "lighttopbar": "轻顶杆", + "coloredheader": "彩色标题" + } + }, + "apps": { + "text": "应用" + }, + "calendar": { + "text": "日历" + }, + "chat": { + "text": "聊天室", + "badge": "新" + }, + "filemanager": { + "text": "文件管理器", + "badge": "新" + }, + "ecommerce": { + "text": "电子商务", + "list": { + "products": "产品展示", + "productdetail": "产品明细", + "orders": "订单", + "customers": "顾客", + "cart": "大车", + "checkout": "查看", + "shops": "商店", + "addproduct": "添加产品" + } + }, + "crypto": { + "text": "加密货币", + "list": { + "wallet": "钱包", + "buy/sell": "买卖", + "exchange": "交换", + "lending": "借贷", + "orders": "订单", + "kycapplication": "KYC应用", + "icolanding": "ICO登陆" + } + }, + "email": { + "text": "电子邮件", + "list": { + "inbox": "收件箱", + "reademail": "阅读电子邮件", + "template": { + "text": "范本", + "list": { + "basic": "基本动作", + "alert": "警报电子邮件", + "billing": "帐单电邮" + } + } + } + }, + "invoices": { + "text": "发票", + "list": { + "invoicelist": "发票清单", + "invoicedetail": "发票明细" + } + }, + "projects": { + "text": "专案", + "list": { + "grid": "项目网格", + "projectlist": "项目清单", + "overview": "项目概况", + "create": "创建新的" + } + }, + "tasks": { + "text": "任务", + "list": { + "tasklist": "任务列表", + "kanban": "看板委员会", + "createtask": "创建任务" + } + }, + "contacts": { + "text": "联络人", + "list": { + "usergrid": "用户网格", + "userlist": "用户清单", + "profile": "轮廓" + } + }, + "blog": { + "text": "博客", + "badge": "新", + "list": { + "bloglist": "博客列表", + "grid": "博客网格", + "detail": "博客详细信息" + } + }, + "pages": { + "text": "页数" + }, + "authentication": { + "text": "认证方式", + "badge": "新", + "list": { + "login": "登录", + "register": "寄存器", + "recoverpwd": "恢复密码", + "lockscreen": "锁屏", + "login-2": "登录2", + "register-2": "注册2", + "recoverpwd-2": "找回密码2", + "lockscreen-2": "锁屏2", + "confirm-mail": "确认邮件", + "confirm-mail-2": "确认邮件2", + "verification": "电子邮件验证", + "verification-2": "电子邮件验证2", + "verification-step": "两步验证", + "verification-step-2": "两步验证2" + } + }, + "utility": { + "text": "效用", + "list": { + "starter": "起始页", + "maintenance": "保养", + "timeline": "时间线", + "faqs": "常见问题", + "pricing": "价钱", + "error404": "错误404", + "error500": "错误500", + "comingsoon": "快来了" + } + }, + "components": { + "text": "组件" + }, + "uielements": { + "text": "UI元素", + "list": { + "alerts": "警报", + "buttons": "纽扣", + "cards": "牌", + "carousel": "轮播", + "dropdowns": "下拉菜单", + "grid": "格网", + "images": "图片", + "modals": "模态", + "rangeslider": "范围滑块", + "progressbar": "进度条", + "placeholder":"占位符", + "sweetalert": "甜蜜警报", + "tabs": "标签和手风琴", + "typography": "版式", + "video": "视频", + "general": "一般", + "colors": "色彩", + "lightbox": "灯箱", + "cropper": "圖像裁剪器", + "offcanvas": "畫布外" + } + }, + "forms": { + "text": "形式", + "badge": "8", + "list": { + "elements": "表单元素", + "layouts": "表单布局", + "validation": "表格验证", + "advanced": "表格高级", + "editor": "表格编辑器", + "fileupload": "表格文件上传", + "repeater": "表单中继器", + "wizard": "表单向导", + "mask": "表格蒙版" + } + }, + "tables": { + "text": "桌子", + "list": { + "basic": "基本表", + "advanced": "高级表" + } + }, + "charts": { + "text": "图表", + "list": { + "apex": "顶点图", + "chartjs": "Chartjs图表", + "chartist": "宪章图", + "echart": "电子图表" + } + }, + "icons": { + "text": "图示", + "list": { + "boxicons": "Boxicons", + "materialdesign": "材料设计", + "dripicons": "滴灌", + "fontawesome": "字体很棒" + } + }, + "maps": { + "text": "地图", + "list": { + "googlemap": "谷歌地图", + "leafletmap": "傳單地圖" + } + }, + "multilevel": { + "text": "多层次", + "list": { + "level1": { + "1": "1.1级", + "2": "1.2级", + "level2": { + "1": "2.1级", + "2": "2.2级" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Admin/src/main.js b/Vue/Admin/src/main.js new file mode 100644 index 00000000..b45ca885 --- /dev/null +++ b/Vue/Admin/src/main.js @@ -0,0 +1,50 @@ +import { createApp } from 'vue' + +import App from './App.vue' +import router from "./router"; +import BootstrapVue3 from 'bootstrap-vue-3'; +import VueApexCharts from "vue3-apexcharts"; +import vClickOutside from "click-outside-vue3"; +import { registerScrollSpy } from 'vue3-scroll-spy'; + +import Maska from 'maska' +import {i18n} from "./i18n.js" +import { initFirebaseBackend } from './authUtils' +import { configureFakeBackend } from './helpers/fake-backend'; + +const firebaseConfig = { + apiKey: process.env.VUE_APP_APIKEY, + authDomain: process.env.VUE_APP_AUTHDOMAIN, + databaseURL: process.env.VUE_APP_VUE_APP_DATABASEURL, + projectId: process.env.VUE_APP_PROJECTId, + storageBucket: process.env.VUE_APP_STORAGEBUCKET, + messagingSenderId: process.env.VUE_APP_MESSAGINGSENDERID, + appId: process.env.VUE_APP_APPId, + measurementId: process.env.VUE_APP_MEASUREMENTID +}; + +if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + initFirebaseBackend(firebaseConfig); +} else { + configureFakeBackend(); +} + +import 'sweetalert2/dist/sweetalert2.min.css'; +import '@vueform/slider/themes/default.css'; + +import store from "./state/store"; + +import "../src/design/app.scss"; + + +createApp(App) + .use(store) + .use(router) + .use(require('vue-chartist')) + .use(BootstrapVue3) + .use(VueApexCharts) + .use(vClickOutside) + .use(i18n) + .use(registerScrollSpy) + .use(Maska) + .mount('#app') diff --git a/Vue/Admin/src/router/index.js b/Vue/Admin/src/router/index.js new file mode 100644 index 00000000..2bd329a0 --- /dev/null +++ b/Vue/Admin/src/router/index.js @@ -0,0 +1,68 @@ +import { createWebHistory, createRouter } from "vue-router"; + +import store from '@/state/store' +import routes from './routes' + +const router = createRouter({ + history: createWebHistory(), + routes, + // Use the HTML5 history API (i.e. normal-looking routes) + // instead of routes with hashes (e.g. example.com/#/about). + // This may require some server configuration in production: + // https://router.vuejs.org/en/essentials/history-mode.html#example-server-configurations + mode: 'history', + // Simulate native-like scroll behavior when navigating to a new + // route and using back/forward buttons. + scrollBehavior(to, from, savedPosition) { + if (savedPosition) { + return savedPosition + } else { + return { x: 0, y: 0 } + } + }, +}) + +// Before each route evaluates... +router.beforeEach((routeTo, routeFrom, next) => { + if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + // Check if auth is required on this route + // (including nested routes). + const authRequired = routeTo.matched.some((route) => route.meta.authRequired) + + // If auth isn't required for the route, just continue. + if (!authRequired) return next() + + // If auth is required and the user is logged in... + if (store.getters['auth/loggedIn']) { + // Validate the local user token... + return store.dispatch('auth/validate').then((validUser) => { + // Then continue if the token still represents a valid user, + // otherwise redirect to login. + validUser ? next() : redirectToLogin() + }) + } + + // If auth is required and the user is NOT currently logged in, + // redirect to login. + redirectToLogin() + + // eslint-disable-next-line no-unused-vars + // eslint-disable-next-line no-inner-declarations + function redirectToLogin() { + // Pass the original route to the login component + next({ name: 'login', query: { redirectFrom: routeTo.fullPath } }) + } + } else { + const publicPages = ['/login', '/register', '/forgot-password']; + const authpage = !publicPages.includes(routeTo.path); + const loggeduser = localStorage.getItem('user'); + + if (authpage && !loggeduser) { + return next('/login'); + } + + next(); + } +}) + +export default router diff --git a/Vue/Admin/src/router/layouts/auth.vue b/Vue/Admin/src/router/layouts/auth.vue new file mode 100644 index 00000000..2e03e7b8 --- /dev/null +++ b/Vue/Admin/src/router/layouts/auth.vue @@ -0,0 +1,15 @@ + + + diff --git a/Vue/Admin/src/router/layouts/horizontal.vue b/Vue/Admin/src/router/layouts/horizontal.vue new file mode 100644 index 00000000..2dae12f3 --- /dev/null +++ b/Vue/Admin/src/router/layouts/horizontal.vue @@ -0,0 +1,94 @@ + + + diff --git a/Vue/Admin/src/router/layouts/main.vue b/Vue/Admin/src/router/layouts/main.vue new file mode 100644 index 00000000..a960d159 --- /dev/null +++ b/Vue/Admin/src/router/layouts/main.vue @@ -0,0 +1,36 @@ + + + diff --git a/Vue/Admin/src/router/layouts/vertical.vue b/Vue/Admin/src/router/layouts/vertical.vue new file mode 100644 index 00000000..574ca082 --- /dev/null +++ b/Vue/Admin/src/router/layouts/vertical.vue @@ -0,0 +1,108 @@ + + + diff --git a/Vue/Admin/src/router/routes.js b/Vue/Admin/src/router/routes.js new file mode 100644 index 00000000..adbf1544 --- /dev/null +++ b/Vue/Admin/src/router/routes.js @@ -0,0 +1,719 @@ +import store from "@/state/store"; + +export default [ + { + path: "/", + name: "default", + meta: { + authRequired: true, + }, + component: () => import("./views/dashboards/default"), + }, + { + path: "/login", + name: "login", + component: () => import("./views/account/login"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/register", + name: "Register", + component: () => import("./views/account/register"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/forgot-password", + name: "Forgot password", + component: () => import("./views/account/forgot-password"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/logout", + name: "logout", + component: () => import("./views/account/logout"), + meta: { + authRequired: true, + beforeResolve(routeTo, routeFrom, next) { + if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + store.dispatch("auth/logOut"); + } else { + store.dispatch("authfack/logout"); + } + const authRequiredOnPreviousRoute = routeFrom.matched.some((route) => + route.push("/login") + ); + // Navigate back to previous page, or home as a fallback + next( + authRequiredOnPreviousRoute ? { name: "default" } : { ...routeFrom } + ); + }, + }, + }, + { + path: "/404", + name: "404", + component: require("./views/utility/404").default, + }, + // Redirect any unmatched routes to the 404 page. This may + // require some server configuration to work in production: + // https://router.vuejs.org/en/essentials/history-mode.html#example-server-configurations + // { + // path: "*", + // redirect: "404", + // }, + { + path: "/dashboard/saas", + name: "saas-dashboard", + meta: { authRequired: true }, + component: () => import("./views/dashboards/saas/index"), + }, + { + path: "/dashboard/crypto", + name: "crypto-dashboard", + meta: { authRequired: true }, + component: () => import("./views/dashboards/crypto/index"), + }, + { + path: "/dashboard/blog", + name: "blog-dashboard", + meta: { authRequired: true }, + component: () => import("./views/dashboards/blog/index"), + }, + { + path: "/calendar", + name: "Calendar", + meta: { authRequired: true }, + component: () => import("./views/calendar/calendar"), + }, + { + path: "/chat", + name: "chat", + meta: { authRequired: true }, + component: () => import("./views/chat/index"), + }, + { + path: "/apps/file-manager", + name: "file-manager", + meta: { authRequired: true }, + component: () => import("./views/file-manager/index"), + }, + { + path: "/ecommerce/products", + name: "Products", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/products"), + }, + { + path: "/ecommerce/product-detail/:id", + name: "Product Detail", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/product-detail"), + }, + { + path: "/ecommerce/orders", + name: "Orders", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/orders"), + }, + { + path: "/ecommerce/customers", + name: "Customers", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/customers"), + }, + { + path: "/ecommerce/cart", + name: "Cart", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/cart"), + }, + { + path: "/ecommerce/checkout", + name: "Checkout", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/checkout"), + }, + { + path: "/ecommerce/shops", + name: "Shops", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/shops"), + }, + { + path: "/ecommerce/add-product", + name: "Add Product", + meta: { authRequired: true }, + component: () => import("./views/ecommerce/add-product"), + }, + { + path: "/blog/list", + name: "blog-list", + meta: { authRequired: true }, + component: () => import("./views/blog/list"), + }, + { + path: "/blog/grid", + name: "blog-grid", + meta: { authRequired: true }, + component: () => import("./views/blog/grid"), + }, + { + path: "/blog/detail", + name: "blog-detail", + meta: { authRequired: true }, + component: () => import("./views/blog/detail"), + }, + { + path: "/crypto/wallet", + name: "Wallet", + meta: { authRequired: true }, + component: () => import("./views/crypto/wallet/index"), + }, + { + path: "/crypto/buy-sell", + name: "Buy/sell", + meta: { authRequired: true }, + component: () => import("./views/crypto/buysell/index"), + }, + { + path: "/crypto/exchange", + name: "Exchange", + meta: { authRequired: true }, + component: () => import("./views/crypto/exchange/index"), + }, + { + path: "/crypto/lending", + name: "Lending", + meta: { authRequired: true }, + component: () => import("./views/crypto/lending/index"), + }, + { + path: "/crypto/orders", + name: "crypto-orders", + meta: { authRequired: true }, + component: () => import("./views/crypto/orders/index"), + }, + { + path: "/crypto/kyc-application", + name: "kyc-application", + meta: { authRequired: true }, + component: () => import("./views/crypto/kycapplication/index"), + }, + { + path: "/crypto/ico-landing", + name: "Ico-landing", + meta: { authRequired: true }, + component: () => import("./views/crypto/ico-landing"), + }, + { + path: "/invoices/detail", + name: "Invoice Detail", + meta: { authRequired: true }, + component: () => import("./views/invoices/detail"), + }, + { + path: "/invoices/list", + name: "Invoice List", + meta: { authRequired: true }, + component: () => import("./views/invoices/list"), + }, + { + path: "/ui/alerts", + name: "Alerts", + meta: { + authRequired: true, + }, + component: () => import("./views/ui/alerts"), + }, + { + path: "/ui/buttons", + name: "Buttons", + meta: { + authRequired: true, + }, + component: () => import("./views/ui/buttons"), + }, + { + path: "/ui/cards", + name: "Cards", + meta: { authRequired: true }, + component: () => import("./views/ui/cards"), + }, + { + path: "/ui/carousel", + name: "Carousel", + meta: { authRequired: true }, + component: () => import("./views/ui/carousel"), + }, + { + path: "/ui/dropdowns", + name: "Dropdowns", + meta: { authRequired: true }, + component: () => import("./views/ui/dropdowns"), + }, + { + path: "/ui/grid", + name: "Grid", + meta: { authRequired: true }, + component: () => import("./views/ui/grid"), + }, + { + path: "/ui/images", + name: "Images", + meta: { authRequired: true }, + component: () => import("./views/ui/images"), + }, + { + path: "/ui/modals", + name: "Modals", + meta: { authRequired: true }, + component: () => import("./views/ui/modals"), + }, + { + path: "/ui/offcanvas", + name: "offcanvas", + meta: { authRequired: true }, + component: () => import("./views/ui/offcanvas"), + }, + { + path: "/ui/rangeslider", + name: "Rangeslider", + meta: { authRequired: true }, + component: () => import("./views/ui/rangeslider"), + }, + { + path: "/ui/progressbars", + name: "Progressbars", + meta: { authRequired: true }, + component: () => import("./views/ui/progressbars"), + }, + { + path: "/ui/placeholder", + name: "Placeholder", + meta: { authRequired: true }, + component: () => import("./views/ui/placeholder"), + }, + { + path: "/ui/sweet-alert", + name: "Sweet-alert", + meta: { authRequired: true }, + component: () => import("./views/ui/sweet-alert"), + }, + { + path: "/ui/tabs-accordions", + name: "Tabs-accordions", + meta: { authRequired: true }, + component: () => import("./views/ui/tabs-accordions"), + }, + { + path: "/ui/typography", + name: "Typography", + meta: { authRequired: true }, + component: () => import("./views/ui/typography"), + }, + { + path: "/ui/video", + name: "Video", + meta: { authRequired: true }, + component: () => import("./views/ui/video"), + }, + { + path: "/ui/general", + name: "General", + meta: { authRequired: true }, + component: () => import("./views/ui/general"), + }, + { + path: "/ui/colors", + name: "Colors", + meta: { authRequired: true }, + component: () => import("./views/ui/colors"), + }, + { + path: "/ui/lightbox", + name: "Lightbox", + meta: { authRequired: true }, + component: () => import("./views/ui/lightbox"), + }, + { + path: "/ui/image-cropper", + name: "Image Cropper", + meta: { authRequired: true }, + component: () => import("./views/ui/cropper"), + }, + { + path: "/projects/grid", + name: "Projects Grid", + meta: { authRequired: true }, + component: () => import("./views/projects/projects-grid"), + }, + { + path: "/projects/list", + name: "Projects List", + meta: { authRequired: true }, + component: () => import("./views/projects/projects-list"), + }, + { + path: "/projects/overview", + name: "Project Overview", + meta: { authRequired: true }, + component: () => import("./views/projects/overview"), + }, + { + path: "/projects/create", + name: "Create New", + meta: { authRequired: true }, + component: () => import("./views/projects/create"), + }, + { + path: "/contacts/grid", + name: "User Grid", + meta: { authRequired: true }, + component: () => import("./views/contacts/contacts-grid"), + }, + { + path: "/contacts/list", + name: "User List", + meta: { authRequired: true }, + component: () => import("./views/contacts/contacts-list"), + }, + { + path: "/contacts/profile", + name: "Profile", + meta: { authRequired: true }, + component: () => import("./views/contacts/contacts-profile"), + }, + { + path: "/charts/apex", + name: "Apex chart", + meta: { authRequired: true }, + component: () => import("./views/charts/apex"), + }, + { + path: "/charts/chartjs", + name: "Chartjs chart", + meta: { authRequired: true }, + component: () => import("./views/charts/chartjs/index"), + }, + { + path: "/charts/chartist", + name: "Chartist chart", + meta: { authRequired: true }, + component: () => import("./views/charts/chartist"), + }, + { + path: "/charts/echart", + name: "Echart chart", + meta: { authRequired: true }, + component: () => import("./views/charts/echart/index"), + }, + { + path: "/icons/boxicons", + name: "Boxicons Icon", + meta: { authRequired: true }, + component: () => import("./views/icons/boxicons"), + }, + { + path: "/icons/materialdesign", + name: "Materialdesign Icon", + meta: { authRequired: true }, + component: () => import("./views/icons/materialdesign"), + }, + { + path: "/icons/dripicons", + name: "Dripicons Icon", + meta: { authRequired: true }, + component: () => import("./views/icons/dripicons"), + }, + { + path: "/icons/fontawesome", + name: "Fontawesome Icon", + meta: { authRequired: true }, + component: () => import("./views/icons/fontawesome"), + }, + { + path: "/maps/google", + name: "Google Maps", + meta: { authRequired: true }, + component: () => import("./views/maps/google"), + }, + { + path: "/maps/leaflet", + name: "Leaflet Maps", + meta: { authRequired: true }, + component: () => import("./views/maps/leaflet/index"), + }, + { + path: "/tables/basic", + name: "Basic Tables", + meta: { authRequired: true }, + component: () => import("./views/tables/basictable"), + }, + { + path: "/form/advanced", + name: "Form Advanced", + meta: { authRequired: true }, + component: () => import("./views/forms/advanced"), + }, + { + path: "/form/elements", + name: "Form Elements", + meta: { authRequired: true }, + component: () => import("./views/forms/elements"), + }, + { + path: "/form/layouts", + name: "Form Layouts", + meta: { authRequired: true }, + component: () => import("./views/forms/layouts"), + }, + { + path: "/form/editor", + name: "Form Editors", + meta: { authRequired: true }, + component: () => import("./views/forms/editors"), + }, + { + path: "/form/uploads", + name: "File Uploads", + meta: { authRequired: true }, + component: () => import("./views/forms/uploads"), + }, + { + path: "/form/validation", + name: "Form Validation", + meta: { authRequired: true }, + component: () => import("./views/forms/validation"), + }, + { + path: "/form/wizard", + name: "Form Wizard", + meta: { authRequired: true }, + component: () => import("./views/forms/wizard"), + }, + { + path: "/form/repeater", + name: "Form Repeater", + meta: { authRequired: true }, + component: () => import("./views/forms/repeater"), + }, + { + path: "/form/mask", + name: "Form Mask", + meta: { authRequired: true }, + component: () => import("./views/forms/mask"), + }, + { + path: "/pages/starter", + name: "Starter", + meta: { authRequired: true }, + component: () => import("./views/utility/starter"), + }, + { + path: "/pages/maintenance", + name: "Maintenance", + meta: { authRequired: true }, + component: () => import("./views/utility/maintenance"), + }, + { + path: "/pages/coming-soon", + name: "coming-soon", + meta: { authRequired: true }, + component: () => import("./views/utility/coming-soon"), + }, + { + path: "/pages/timeline", + name: "Timeline", + meta: { authRequired: true }, + component: () => import("./views/utility/timeline"), + }, + { + path: "/pages/faqs", + name: "FAQs", + meta: { authRequired: true }, + component: () => import("./views/utility/faqs"), + }, + { + path: "/pages/pricing", + name: "Pricing", + meta: { authRequired: true }, + component: () => import("./views/utility/pricing"), + }, + { + path: "/pages/404", + name: "Error-404", + meta: { authRequired: true }, + component: () => import("./views/utility/404"), + }, + { + path: "/pages/500", + name: "Error-500", + meta: { authRequired: true }, + component: () => import("./views/utility/500"), + }, + { + path: "/email/inbox", + name: "Inbox", + meta: { authRequired: true }, + component: () => import("./views/email/inbox"), + }, + { + path: "/email/reademail/:id", + name: "Read Email", + meta: { authRequired: true }, + component: () => import("./views/email/reademail"), + }, + { + path: "/email/templates/basic", + name: "Email template basic", + meta: { authRequired: true }, + component: () => import("./views/email/templates/basic"), + }, + { + path: "/email/templates/billing", + name: "Email template billing", + meta: { authRequired: true }, + component: () => import("./views/email/templates/billing"), + }, + { + path: "/email/templates/alert", + name: "Email template alert", + meta: { authRequired: true }, + component: () => import("./views/email/templates/alert"), + }, + { + path: "/tasks/list", + name: "Task list", + meta: { authRequired: true }, + component: () => import("./views/tasks/task-list"), + }, + { + path: "/tasks/kanban", + name: "Kanbanboard", + meta: { authRequired: true }, + component: () => import("./views/tasks/kanbanboard"), + }, + { + path: "/tasks/create", + name: "Create Task", + meta: { authRequired: true }, + component: () => import("./views/tasks/task-create"), + }, + { + path: "/auth/login-1", + name: "Login sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/login-sample"), + }, + { + path: "/auth/login-2", + name: "Login-2-sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/login-2"), + }, + { + path: "/auth/register-1", + name: "Register sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/register-sample"), + }, + { + path: "/auth/register-2", + name: "Register-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/register-2"), + }, + { + path: "/auth/recoverpwd", + name: "Recover pwd", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/recoverpw-sample"), + }, + { + path: "/auth/recoverpwd-2", + name: "Recover pwd-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/recoverpwd-2"), + }, + { + path: "/auth/lock-screen", + name: "Lock screen", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/lockscreen"), + }, + { + path: "/auth/lock-screen-2", + name: "Lock screen-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/lockscreen-2"), + }, + { + path: "/auth/confirm-mail", + name: "confirm-mail", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/confirm-mail"), + }, + { + path: "/auth/confirm-mail-2", + name: "confirm-mail-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/confirm-mail-2"), + }, + { + path: "/auth/email-verification", + name: "email-verification", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/email-verification"), + }, + { + path: "/auth/email-verification-2", + name: "email-verification-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/email-verification-2"), + }, + { + path: "/auth/two-step-verification", + name: "two-step-verification", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/two-step-verification"), + }, + { + path: "/auth/two-step-verification-2", + name: "two-step-verification-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/two-step-verification-2"), + }, +]; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/account/forgot-password.vue b/Vue/Admin/src/router/views/account/forgot-password.vue new file mode 100644 index 00000000..da79c5a3 --- /dev/null +++ b/Vue/Admin/src/router/views/account/forgot-password.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/Vue/Admin/src/router/views/account/login.vue b/Vue/Admin/src/router/views/account/login.vue new file mode 100644 index 00000000..79ddf060 --- /dev/null +++ b/Vue/Admin/src/router/views/account/login.vue @@ -0,0 +1,302 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/account/logout.vue b/Vue/Admin/src/router/views/account/logout.vue new file mode 100644 index 00000000..8e6cceb5 --- /dev/null +++ b/Vue/Admin/src/router/views/account/logout.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/account/register.vue b/Vue/Admin/src/router/views/account/register.vue new file mode 100644 index 00000000..1644563a --- /dev/null +++ b/Vue/Admin/src/router/views/account/register.vue @@ -0,0 +1,348 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/blog/detail.vue b/Vue/Admin/src/router/views/blog/detail.vue new file mode 100644 index 00000000..67e50074 --- /dev/null +++ b/Vue/Admin/src/router/views/blog/detail.vue @@ -0,0 +1,362 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/blog/grid.vue b/Vue/Admin/src/router/views/blog/grid.vue new file mode 100644 index 00000000..331f1f06 --- /dev/null +++ b/Vue/Admin/src/router/views/blog/grid.vue @@ -0,0 +1,709 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/blog/list.vue b/Vue/Admin/src/router/views/blog/list.vue new file mode 100644 index 00000000..c3b1ed08 --- /dev/null +++ b/Vue/Admin/src/router/views/blog/list.vue @@ -0,0 +1,633 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/calendar/calendar.vue b/Vue/Admin/src/router/views/calendar/calendar.vue new file mode 100644 index 00000000..8c1ca18a --- /dev/null +++ b/Vue/Admin/src/router/views/calendar/calendar.vue @@ -0,0 +1,365 @@ + + + diff --git a/Vue/Admin/src/router/views/calendar/data-calendar.js b/Vue/Admin/src/router/views/calendar/data-calendar.js new file mode 100644 index 00000000..c9f46226 --- /dev/null +++ b/Vue/Admin/src/router/views/calendar/data-calendar.js @@ -0,0 +1,56 @@ +const categories = [ + { + name: 'Danger', + value: 'bg-danger' + }, + { + name: 'Success', + value: 'bg-success' + }, + { + name: 'Primary', + value: 'bg-primary' + }, + { + name: 'Info', + value: 'bg-info' + }, + { + name: 'Dark', + value: 'bg-dark' + }, + { + name: 'Warning', + value: 'bg-warning' + }, +]; + +const calendarEvents = [ + { + id: 1, + title: 'Hey!', + start: new Date().setDate(new Date().getDate() + 2), + className: 'bg-warning text-white', + }, + { + id: 2, + title: 'See John Deo', + start: new Date(), + end: new Date(), + className: 'bg-success text-white', + }, + { + id: 3, + title: 'Meet John Deo', + start: new Date().setDate(new Date().getDate() + 2), + className: 'bg-info text-white', + }, + { + id: 4, + title: 'Buy a Theme', + start: new Date().setDate(new Date().getDate() + 4), + className: 'bg-primary text-white' + } +]; + +export { categories, calendarEvents }; diff --git a/Vue/Admin/src/router/views/charts/apex.vue b/Vue/Admin/src/router/views/charts/apex.vue new file mode 100644 index 00000000..ac7ffc92 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/apex.vue @@ -0,0 +1,239 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/charts/chartist.vue b/Vue/Admin/src/router/views/charts/chartist.vue new file mode 100644 index 00000000..fdb8d6e1 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/chartist.vue @@ -0,0 +1,304 @@ + + + diff --git a/Vue/Admin/src/router/views/charts/chartjs/data.js b/Vue/Admin/src/router/views/charts/chartjs/data.js new file mode 100644 index 00000000..fb839db1 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/chartjs/data.js @@ -0,0 +1,240 @@ +const line = { + type: "line", + data: { + labels: [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + ], + datasets: [{ + label: "Sales Analytics", + fill: true, + lineTension: 0.5, + backgroundColor: "rgba(85, 110, 230, 0.2)", + borderColor: "#556ee6", + borderCapStyle: "butt", + borderDash: [], + borderDashOffset: 0.0, + borderJoinStyle: "miter", + pointBorderColor: "#556ee6", + pointBackgroundColor: "#fff", + pointBorderWidth: 1, + pointHoverRadius: 5, + pointHoverBackgroundColor: "#556ee6", + pointHoverBorderColor: "#fff", + pointHoverBorderWidth: 2, + pointRadius: 1, + pointHitRadius: 10, + data: [65, 59, 80, 81, 56, 55, 40, 55, 30, 80], + }, + { + label: "Monthly Earnings", + fill: true, + lineTension: 0.5, + backgroundColor: "rgba(235, 239, 242, 0.2)", + borderColor: "#ebeff2", + borderCapStyle: "butt", + borderDash: [], + borderDashOffset: 0.0, + borderJoinStyle: "miter", + pointBorderColor: "#ebeff2", + pointBackgroundColor: "#fff", + pointBorderWidth: 1, + pointHoverRadius: 5, + pointHoverBackgroundColor: "#ebeff2", + pointHoverBorderColor: "#eef0f2", + pointHoverBorderWidth: 2, + pointRadius: 1, + pointHitRadius: 10, + data: [80, 23, 56, 65, 23, 35, 85, 25, 92, 36], + }, + ], + }, + options: { + defaultFontColor: "#8791af", + responsive: true, + maintainAspectRatio: false, + + xAxes: [{ + gridLines: { + color: "rgba(166, 176, 207, 0.1)", + }, + },], + yAxes: [{ + ticks: { + max: 100, + min: 20, + stepSize: 10, + }, + gridLines: { + color: "rgba(166, 176, 207, 0.1)", + }, + },], + }, + +}; + +const pie = { + type: "pie", + data: { + labels: ["Desktops", "Tablets"], + datasets: [ + { + data: [300, 180], + backgroundColor: ["#34c38f", "#ebeff2"], + hoverBackgroundColor: ["#34c38f", "#ebeff2"], + hoverBorderColor: "#fff", + }, + ], + }, + options: { + maintainAspectRatio: true, + responsive: true, + }, +}; + +const Doughnut = { + type: "doughnut", + data: { + labels: ["Desktops", "Tablets"], + datasets: [ + { + data: [300, 210], + backgroundColor: ["#556ee6", "#ebeff2"], + hoverBackgroundColor: ["#556ee6", "#ebeff2"], + hoverBorderColor: "#fff", + borderWidth: 0, + radius: "90%", + innerRadius: "75%", + }, + ], + }, + options: { + maintainAspectRatio: true, + }, +}; + +const radar = { + type: 'radar', + data: { + labels: [ + 'Eating', + 'Drinking', + 'Sleeping', + 'Designing', + 'Coding', + 'Cycling', + 'Running', + ], + datasets: [ + { + label: 'Desktops', + backgroundColor: 'rgba(52, 195, 143, 0.2)', + borderColor: '#34c38f', + pointBackgroundColor: '#34c38f', + pointBorderColor: '#fff', + pointHoverBackgroundColor: '#fff', + pointHoverBorderColor: '#34c38f', + data: [65, 59, 90, 81, 56, 55, 40], + }, + { + label: 'Tablets', + backgroundColor: 'rgba(85, 110, 230, 0.2)', + borderColor: '#556ee6', + pointBackgroundColor: '#556ee6', + pointBorderColor: '#fff', + pointHoverBackgroundColor: '#fff', + pointHoverBorderColor: '#556ee6', + data: [28, 48, 40, 19, 96, 27, 100], + }, + ], + }, + options: { + maintainAspectRatio: true, + legend: { + position: 'top', + }, + } +} + +const bar = { + type: "bar", + data: { + labels: [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + ], + datasets: [ + { + barPercentage: 0.4, + label: "Sales Analytics", + backgroundColor: "rgba(52, 195, 143, 0.8)", + borderColor: "rgba(52, 195, 143, 0.8)", + borderWidth: 1, + hoverBackgroundColor: "rgba(52, 195, 143, 0.9)", + hoverBorderColor: "rgba(52, 195, 143, 0.9)", + data: [65, 59, 81, 45, 56, 80, 50, 20], + }, + ], + }, + options: { + responsive: true, + maintainAspectRatio: false, + xAxes: [ + { + gridLines: { + color: "rgba(166, 176, 207, 0.1)", + }, + }, + ], + yAxes: [ + { + gridLines: { + color: "rgba(166, 176, 207, 0.1)", + }, + }, + ], + }, +}; + +const PolarArea = { + type: "polarArea", + data: { + labels: ["Series 1", "Series 2", "Series 3", "Series 4"], + datasets: [ + { + data: [11, 16, 7, 18], + backgroundColor: ["#f46a6a", "#34c38f", "#f1b44c", "#556ee6"], + label: "My dataset", // for legend + hoverBorderColor: "#fff", + }, + ], + }, + options: { + maintainAspectRatio: true, + legend: { + position: "top", + }, + }, +}; + +export { + line, + pie, + Doughnut, + radar, + bar, + PolarArea +}; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/charts/chartjs/index.vue b/Vue/Admin/src/router/views/charts/chartjs/index.vue new file mode 100644 index 00000000..2d6abff3 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/chartjs/index.vue @@ -0,0 +1,221 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/charts/data-apex.js b/Vue/Admin/src/router/views/charts/data-apex.js new file mode 100644 index 00000000..e4246391 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/data-apex.js @@ -0,0 +1,545 @@ +const linewithDataChart = { + chartOptions: { + chart: { + height: 380, + type: 'line', + zoom: { + enabled: false + }, + toolbar: { + show: false + } + }, + colors: ['#556ee6', '#34c38f'], + dataLabels: { + enabled: false, + }, + stroke: { + width: [3, 3], + curve: 'straight' + }, + title: { + text: 'Average High & Low Temperature', + align: 'left', + style: { + fontWeight: '500', + }, + }, + grid: { + row: { + colors: ['transparent', 'transparent'], // takes an array which will be repeated on columns + opacity: 0.2 + }, + borderColor: '#f1f1f1' + }, + markers: { + style: 'inverted', + size: 6 + }, + xaxis: { + categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'], + title: { + text: 'Month' + } + }, + yaxis: { + title: { + text: 'Temperature' + }, + min: 5, + max: 40 + }, + legend: { + position: 'top', + horizontalAlign: 'right', + floating: true, + offsetY: -25, + offsetX: -5 + }, + responsive: [{ + breakpoint: 600, + options: { + chart: { + toolbar: { + show: false + } + }, + legend: { + show: false + }, + } + }], + }, + series: [{ + name: "High - 2018", + data: [26, 24, 32, 36, 33, 31, 33] + }, + { + name: "Low - 2018", + data: [14, 11, 16, 12, 17, 13, 12] + } + ], +}; + +const dashedLineChart = { + series: [{ + name: "Session Duration", + data: [45, 52, 38, 24, 33, 26, 21, 20, 6, 8, 15, 10] + }, + { + name: "Page Views", + data: [36, 42, 60, 42, 13, 18, 29, 37, 36, 51, 32, 35] + }, + { + name: 'Total Visits', + data: [89, 56, 74, 98, 72, 38, 64, 46, 84, 58, 46, 49] + }], + chartOptions: { + chart: { + zoom: { + enabled: false + }, + toolbar: { + show: false, + } + }, + colors: ['#556ee6', '#f46a6a', '#34c38f'], + dataLabels: { + enabled: false + }, + stroke: { + width: [3, 4, 3], + curve: 'straight', + dashArray: [0, 8, 5] + }, + title: { + text: 'Page Statistics', + align: 'left', + style: { + fontWeight: '500', + }, + }, + markers: { + size: 0, + hover: { + sizeOffset: 6 + } + }, + xaxis: { + categories: ['01 Jan', '02 Jan', '03 Jan', '04 Jan', '05 Jan', '06 Jan', '07 Jan', '08 Jan', '09 Jan', + '10 Jan', '11 Jan', '12 Jan' + ], + }, + tooltip: { + y: [{ + title: { + formatter: function (val) { + return val + " (mins)" + } + } + }, { + title: { + formatter: function (val) { + return val + " per session" + } + } + }, { + title: { + formatter: function (val) { + return val; + } + } + }] + }, + grid: { + borderColor: '#f1f1f1', + } + } +}; + +const splineAreaChart = { + series: [{ + name: 'series1', + data: [34, 40, 28, 52, 42, 109, 100] + }, { + name: 'series2', + data: [32, 60, 34, 46, 34, 52, 41] + }], + chartOptions: { + chart: { + toolbar: { + show: false + } + }, + dataLabels: { + enabled: false + }, + stroke: { + curve: 'smooth', + width: 3, + }, + colors: ['#556ee6', '#34c38f'], + xaxis: { + type: 'datetime', + categories: ["2018-09-19T00:00:00", "2018-09-19T01:30:00", "2018-09-19T02:30:00", "2018-09-19T03:30:00", "2018-09-19T04:30:00", "2018-09-19T05:30:00", "2018-09-19T06:30:00"], + }, + grid: { + borderColor: '#f1f1f1', + }, + tooltip: { + x: { + format: 'dd/MM/yy HH:mm' + }, + } + } +}; + +const columnChart = { + series: [{ + name: 'Net Profit', + data: [46, 57, 59, 54, 62, 58, 64, 60, 66] + }, { + name: 'Revenue', + data: [74, 83, 102, 97, 86, 106, 93, 114, 94] + }, { + name: 'Free Cash Flow', + data: [37, 42, 38, 26, 47, 50, 54, 55, 43] + }], + chartOptions: { + chart: { + toolbar: { + show: false, + } + }, + plotOptions: { + bar: { + horizontal: false, + columnWidth: '45%', + endingShape: 'rounded' + }, + }, + dataLabels: { + enabled: false + }, + stroke: { + show: true, + width: 2, + colors: ['transparent'] + }, + colors: ['#34c38f', '#556ee6', '#f46a6a'], + xaxis: { + categories: ['Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct'], + }, + yaxis: { + title: { + text: '$ (thousands)', + style: { + fontWeight: '500', + }, + }, + }, + grid: { + borderColor: '#f1f1f1', + }, + fill: { + opacity: 1 + }, + tooltip: { + y: { + formatter: function (val) { + return "$ " + val + " thousands" + } + } + } + } +}; + +const columnDatalabelChart = { + series: [{ + name: 'Inflation', + data: [2.5, 3.2, 5.0, 10.1, 4.2, 3.8, 3, 2.4, 4.0, 1.2, 3.5, 0.8] + }], + chartOptions: { + chart: { + toolbar: { + show: false, + } + }, + plotOptions: { + bar: { + dataLabels: { + position: 'top', // top, center, bottom + }, + } + }, + dataLabels: { + enabled: true, + formatter: function (val) { + return val + "%"; + }, + offsetY: -22, + style: { + fontSize: '12px', + colors: ["#304758"] + } + }, + colors: ['#556ee6'], + grid: { + borderColor: '#f1f1f1', + }, + xaxis: { + categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + position: 'top', + labels: { + offsetY: -18, + + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + }, + crosshairs: { + fill: { + type: 'gradient', + gradient: { + colorFrom: '#D8E3F0', + colorTo: '#BED1E6', + stops: [0, 100], + opacityFrom: 0.4, + opacityTo: 0.5, + } + } + }, + tooltip: { + enabled: true, + offsetY: -35, + } + }, + fill: { + gradient: { + shade: 'light', + type: "horizontal", + shadeIntensity: 0.25, + gradientToColors: undefined, + inverseColors: true, + opacityFrom: 1, + opacityTo: 1, + stops: [50, 0, 100, 100] + }, + }, + yaxis: { + axisBorder: { + show: false + }, + axisTicks: { + show: false, + }, + labels: { + show: false, + formatter: function (val) { + return val + "%"; + } + } + }, + title: { + text: 'Monthly Inflation in Argentina, 2002', + floating: true, + offsetY: 330, + align: 'center', + style: { + color: '#444', + fontWeight: '500', + } + }, + } +}; + +const barChart = { + series: [{ + data: [380, 430, 450, 475, 550, 584, 780, 1100, 1220, 1365] + }], + chartOptions: { + chart: { + toolbar: { + show: false, + } + }, + plotOptions: { + bar: { + horizontal: true, + } + }, + dataLabels: { + enabled: false + }, + colors: ['#34c38f'], + grid: { + borderColor: '#f1f1f1', + }, + xaxis: { + categories: ['South Korea', 'Canada', 'United Kingdom', 'Netherlands', 'Italy', 'France', 'Japan', 'United States', 'China', 'Germany'], + } + } +}; + +const mixedChart = { + series: [{ + name: 'Team A', + type: 'column', + data: [23, 11, 22, 27, 13, 22, 37, 21, 44, 22, 30] + }, { + name: 'Team B', + type: 'area', + data: [44, 55, 41, 67, 22, 43, 21, 41, 56, 27, 43] + }, { + name: 'Team C', + type: 'line', + data: [30, 25, 36, 30, 45, 35, 64, 52, 59, 36, 39] + }], + chartOptions: { + chart: { + stacked: false, + toolbar: { + show: false + } + }, + stroke: { + width: [0, 2, 4], + curve: 'smooth' + }, + plotOptions: { + bar: { + columnWidth: '50%' + } + }, + colors: ['#f46a6a', '#556ee6', '#34c38f'], + fill: { + opacity: [0.85, 0.25, 1], + gradient: { + inverseColors: false, + shade: 'light', + type: "vertical", + opacityFrom: 0.85, + opacityTo: 0.55, + stops: [0, 100, 100, 100] + } + }, + labels: ['01/01/2003', '02/01/2003', '03/01/2003', '04/01/2003', '05/01/2003', '06/01/2003', '07/01/2003', '08/01/2003', '09/01/2003', '10/01/2003', '11/01/2003'], + markers: { + size: 0 + }, + xaxis: { + type: 'datetime' + }, + yaxis: { + title: { + text: 'Points', + }, + }, + tooltip: { + shared: true, + intersect: false, + y: { + formatter: function (y) { + if (typeof y !== "undefined") { + return y.toFixed(0) + " points"; + } + return y; + + } + } + }, + grid: { + borderColor: '#f1f1f1' + } + } +}; + +const radialChart = { + series: [44, 55, 67, 83], + chartOptions: { + plotOptions: { + radialBar: { + dataLabels: { + name: { + fontSize: '22px', + }, + value: { + fontSize: '16px', + }, + total: { + show: true, + label: 'Total', + // eslint-disable-next-line no-unused-vars + formatter: function (w) { + // By default this function returns the average of all series. The below is just an example to show the use of custom formatter function + return 249 + } + } + } + } + }, + labels: ['Computer', 'Tablet', 'Laptop', 'Mobile'], + colors: ['#556ee6', '#34c38f', '#f46a6a', '#f1b44c'], + } +}; + +const pieChart = { + series: [44, 55, 41, 17, 15], + chartOptions: { + labels: ["Series 1", "Series 2", "Series 3", "Series 4", "Series 5"], + colors: ["#34c38f", "#556ee6", "#f46a6a", "#50a5f1", "#f1b44c"], + legend: { + show: true, + position: 'bottom', + horizontalAlign: 'center', + verticalAlign: 'middle', + floating: false, + fontSize: '14px', + offsetX: 0 + }, + responsive: [{ + breakpoint: 600, + options: { + chart: { + height: 240 + }, + legend: { + show: false + }, + } + }] + } +}; + +const donutChart = { + series: [44, 55, 41, 17, 15], + chartOptions: { + labels: ["Series 1", "Series 2", "Series 3", "Series 4", "Series 5"], + colors: ["#34c38f", "#556ee6", "#f46a6a", "#50a5f1", "#f1b44c"], + legend: { + show: true, + position: 'bottom', + horizontalAlign: 'center', + verticalAlign: 'middle', + floating: false, + fontSize: '14px', + offsetX: 0 + }, + responsive: [{ + breakpoint: 600, + options: { + chart: { + height: 240 + }, + legend: { + show: false + }, + } + }] + } +}; + +export { linewithDataChart, dashedLineChart, splineAreaChart, columnChart, columnDatalabelChart, barChart, mixedChart, radialChart, pieChart, donutChart }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/charts/data-chartist.js b/Vue/Admin/src/router/views/charts/data-chartist.js new file mode 100644 index 00000000..902f5b69 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/data-chartist.js @@ -0,0 +1,274 @@ +const smilAnimationChart = { + data: { + labels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + series: [ + [12, 9, 7, 8, 5, 4, 6, 2, 3, 3, 4, 6], + [4, 5, 3, 7, 3, 5, 5, 3, 4, 4, 5, 5], + [5, 3, 4, 5, 6, 3, 3, 4, 5, 6, 3, 4], + [3, 4, 5, 6, 7, 6, 4, 5, 6, 7, 6, 3] + ] + }, + options: { + height: 300 + } +}; + +const simpleLineChart = { + data: { + labels: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'], + series: [ + [12, 9, 7, 8, 5], + [2, 1, 3.5, 7, 3], + [1, 3, 4, 5, 6] + ] + }, + options: { + height: 300, + fullWidth: true, + } +}; + +const polarBarChart = { + data: { + labels: ['W1', 'W2', 'W3', 'W4', 'W5', 'W6', 'W7', 'W8', 'W9', 'W10'], + series: [ + [1, 2, 4, 8, 6, -2, -1, -4, -6, -2] + ] + }, + options: { + height: 300, + high: 10, + low: -10, + axisX: { + labelInterpolationFnc: function (value, index) { + return index % 2 === 0 ? value : null; + } + }, + }, +}; + +const areaLineChart = { + data: { + labels: [1, 2, 3, 4, 5, 6, 7, 8], + series: [ + [5, 9, 7, 8, 5, 3, 5, 4] + ] + }, + options: { + low: 0, + showArea: true, + height: 300, + } +}; + +const lineSmoothingChart = { + data: { + labels: [1, 2, 3, 4, 5], + series: [ + [1, 5, 10, 0, 1], + [10, 15, 0, 1, 2] + ] + }, + options: { + height: 300, + low: 0, + fullWidth: true, + chartPadding: { + right: 20 + }, + }, +}; + +const overlappingBarChart = { + data: { + labels: ['Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + series: [ + [5, 4, 3, 7, 5, 10, 3, 4, 8, 10, 6, 8], + [3, 2, 9, 5, 4, 6, 4, 6, 7, 8, 7, 4] + ] + }, + options: { + seriesBarDistance: 10, + height: 300, + responsiveOptions: [ + ['screen and (max-width: 640px)', { + seriesBarDistance: 5, + axisX: { + labelInterpolationFnc: (value) => { + return value[0]; + } + } + }] + ] + }, +}; +const stackBarChart = { + data: { + labels: ['Q1', 'Q2', 'Q3', 'Q4', 'Q5', 'Q6'], + series: [ + [800000, 1200000, 1400000, 1300000, 1520000, 1400000], + [200000, 400000, 500000, 300000, 452000, 500000], + [160000, 290000, 410000, 600000, 588000, 410000] + ] + }, + options: { + stackBars: true, + axisY: { + labelInterpolationFnc: (value) => { + return (value / 1000) + 'k'; + } + }, + height: 300 + } +}; + +const horizontalBarChart = { + data: { + labels: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'], + series: [ + [5, 4, 3, 7, 5, 10, 3], + [3, 2, 9, 5, 4, 6, 4] + ] + }, + options: { + seriesBarDistance: 10, + reverseData: true, + horizontalBars: true, + axisY: { + offset: 70 + }, + height: 300 + } +}; + +const donutAnimateChart = { + data: { + series: [10, 20, 50, 20, 5, 50, 15], + labels: [1, 2, 3, 4, 5, 6, 7] + }, + options: { + donut: true, + showLabel: false, + height: 300, + }, +}; + +const simplePieChart = { + data: { + series: [5, 3, 4] + }, + options: { + height: 300, + showLabel: false + } +}; + +const distributedSeries = { + data: { + labels: ['XS', 'S', 'M', 'L', 'XL', 'XXL', 'XXXL'], + series: [20, 60, 120, 200, 180, 20, 10] + }, + options: { + height: 300, + distributeSeries: true, + } +}; + +const labelPlacementChart = { + data: { + labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], + series: [ + [5, 4, 3, 7, 5, 10, 3], + [3, 2, 9, 5, 4, 6, 4] + ] + }, + options: { + height: 300, + axisX: { + // On the x-axis start means top and end means bottom + position: 'start' + }, + axisY: { + // On the y-axis start means left and end means right + position: 'end' + } + } +}; + +const extremeConfiguration = { + data: { + labels: ['Quarter 1', 'Quarter 2', 'Quarter 3', 'Quarter 4'], + series: [ + [5, 4, 3, 7], + [3, 2, 9, 5], + [1, 5, 8, 4], + [2, 3, 4, 6], + [4, 1, 2, 1] + ] + }, + options: { + height: 300, + axisX: { + labelInterpolationFnc: function (value) { + return value.split(/\s+/).map(function (word) { + return word[0]; + }).join(''); + } + }, + axisY: { + offset: 20 + }, + responsiveOptions: [ + // Options override for media > 400px + ['screen and (min-width: 400px)', { + reverseData: true, + horizontalBars: true, + + axisY: { + offset: 60 + } + }], + // Options override for media > 800px + ['screen and (min-width: 800px)', { + stackBars: false, + seriesBarDistance: 10 + }], + // Options override for media > 1000px + ['screen and (min-width: 1000px)', { + reverseData: false, + horizontalBars: false, + seriesBarDistance: 15 + }] + ] + }, +}; + +const lineAreaChart = { + data: { + labels: [1, 2, 3, 4, 5, 6, 7, 8], + series: [ + [1, 2, 3, 1, -2, 0, 1, 0], + [-2, -1, -2, -1, -2.5, -1, -2, -1], + [0, 0, 0, 1, 2, 2.5, 2, 1], + [2.5, 2, 1, 0.5, 1, 0.5, -1, -2.5] + ] + }, + options: { + height: 300, + high: 3, + low: -3, + showArea: true, + showLine: false, + showPoint: false, + fullWidth: true, + axisX: { + showLabel: false, + showGrid: false + }, + + } +} +export { + smilAnimationChart, simpleLineChart, polarBarChart, areaLineChart, lineSmoothingChart, overlappingBarChart, + stackBarChart, horizontalBarChart, donutAnimateChart, simplePieChart, distributedSeries, labelPlacementChart, extremeConfiguration, lineAreaChart +}; diff --git a/Vue/Admin/src/router/views/charts/echart/data.js b/Vue/Admin/src/router/views/charts/echart/data.js new file mode 100644 index 00000000..23f714c2 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/echart/data.js @@ -0,0 +1,604 @@ +import { + graphic +} from "echarts"; + +let data1 = []; +for (let i = 0; i <= 360; i++) { + let t = (i / 180) * Math.PI; + let r = Math.sin(2 * t) * Math.cos(2 * t); + data1.push([r, i]); +} + +const polarChart = { + polar: { + legend: { + data: ["line"], + textStyle: { + color: '#999' + } + }, + polar: { + center: ["50%", "54%"] + }, + color: ['#34c38f'], + tooltip: { + trigger: "axis", + axisPointer: { + type: "cross" + } + }, + angleAxis: { + type: "value", + startAngle: 0 + }, + radiusAxis: { + min: 0 + }, + series: [{ + coordinateSystem: "polar", + name: "line", + type: "line", + showSymbol: false, + data: data1 + }], + animationDuration: 2000 + } +}; + +const mixedBarChart = { + // Setup grid + grid: { + zlevel: 0, + x: 80, + x2: 50, + y: 30, + y2: 30, + borderWidth: 0, + backgroundColor: 'rgba(0,0,0,0)', + borderColor: 'rgba(0,0,0,0)', + }, + tooltip: { + trigger: 'axis', + axisPointer: { + type: 'cross', + crossStyle: { + color: '#999' + } + } + }, + toolbox: { + orient: 'center', + left: 0, + top: 20, + feature: { + dataView: { + readOnly: false, + title: "Data View" + }, + magicType: { + type: ['line', 'bar'], + title: { + line: "For line chart", + bar: "For bar chart" + } + }, + restore: { + title: "restore" + }, + saveAsImage: { + title: "Download Image" + } + } + }, + color: ['#34c38f', '#556ee6', '#f46a6a'], + legend: { + data: ['Evaporation', 'Precipitation', 'Average temperature'], + textStyle: { + color: '#8791af' + } + }, + xAxis: [{ + type: 'category', + data: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug'], + axisPointer: { + type: 'shadow' + }, + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + }], + yAxis: [{ + type: 'value', + name: 'Water volume', + min: 0, + max: 250, + interval: 50, + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + color: "rgba(166, 176, 207, 0.1)" + } + }, + axisLabel: { + formatter: '{value} ml' + } + }, + { + type: 'value', + name: 'Temperature', + min: 0, + max: 25, + interval: 5, + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + color: "rgba(166, 176, 207, 0.1)" + } + }, + axisLabel: { + formatter: '{value} °C' + } + } + ], + series: [{ + name: 'Evaporation', + type: 'bar', + data: [2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2] + }, + { + name: 'Precipitation', + type: 'bar', + data: [2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2] + }, + { + name: 'Average temperature', + type: 'line', + yAxisIndex: 1, + data: [2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4] + } + ] +}; + +const guageChart = { + tooltip: { + formatter: "{a}
{b} : {c}%" + }, + toolbox: { + feature: { + restore: { + title: "Refresh" + }, + saveAsImage: { + title: "Download Image" + } + } + }, + series: [{ + name: 'Business indicator', + type: 'gauge', + detail: { + formatter: '{value}%' + }, + axisLine: { + lineStyle: { + color: [ + [0.2, '#34c38f'], + [0.8, '#556ee6'], + [1, '#f46a6a'] + ], + width: 20 + } + }, + data: [{ + value: 50, + name: 'Completion rate' + }] + }] +}; + +const lineChart = { + // Setup grid + grid: { + zlevel: 0, + x: 50, + x2: 50, + y: 30, + y2: 30, + borderWidth: 0, + backgroundColor: 'rgba(0,0,0,0)', + borderColor: 'rgba(0,0,0,0)', + }, + xAxis: { + type: 'category', + boundaryGap: false, + data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + }, + yAxis: { + type: 'value', + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + color: "rgba(166, 176, 207, 0.1)" + } + } + }, + legend: { + data: ['Desktops', 'Laptops', 'Tablets'], + textStyle: { + color: '#999' + } + }, + series: [{ + name: 'Desktops', + type: 'line', + stack: 'yes', + data: [120, 132, 101, 134, 90, 230, 210] + }, + { + name: 'Laptops', + type: 'line', + stack: 'yes', + data: [220, 182, 191, 234, 290, 330, 310] + }, + { + name: 'Tablets', + type: 'line', + stack: 'yes', + data: [150, 232, 201, 154, 190, 330, 410] + }, + ] +}; + +const pieChart = { + visualMap: { + show: false, + }, + tooltip: { + trigger: 'item', + formatter: '{a}
{b} : {c} ({d}%)' + }, + legend: { + orient: 'vertical', + left: 'left', + data: ['Laptop', 'Tablet', 'Mobile', 'Others', 'Desktop'], + textStyle: { + color: '#999' + } + }, + color: ['#556ee6', '#f1b44c', '#f46a6a', '#50a5f1', '#34c38f'], + series: [{ + name: 'Total sales', + type: 'pie', + radius: '55%', + center: ['50%', '60%'], + data: [{ + value: 335, + name: 'Laptop' + }, + { + value: 310, + name: 'Tablet' + }, + { + value: 234, + name: 'Mobile' + }, + { + value: 135, + name: 'Others' + }, + { + value: 1548, + name: 'Desktop' + } + ], + // itemStyle: { + // emphasis: { + // shadowBlur: 10, + // shadowOffsetX: 0, + // shadowColor: 'rgba(0, 0, 0, 0.5)' + // } + // } + }] +}; + +var data = [ + [ + [28604, 77, 17096869, 'Australia', 1990], + [31163, 77.4, 27662440, 'Canada', 1990], + [1516, 68, 1154605773, 'China', 1990], + [13670, 74.7, 10582082, 'Cuba', 1990], + [28599, 75, 4986705, 'Finland', 1990], + [29476, 77.1, 56943299, 'France', 1990], + [31476, 75.4, 78958237, 'Germany', 1990], + [28666, 78.1, 254830, 'Iceland', 1990], + [1777, 57.7, 870601776, 'India', 1990], + [29550, 79.1, 122249285, 'Japan', 1990], + [2076, 67.9, 20194354, 'North Korea', 1990], + [12087, 72, 42972254, 'South Korea', 1990], + [24021, 75.4, 3397534, 'New Zealand', 1990], + [43296, 76.8, 4240375, 'Norway', 1990], + [10088, 70.8, 38195258, 'Poland', 1990], + [19349, 69.6, 147568552, 'Russia', 1990], + [10670, 67.3, 53994605, 'Turkey', 1990], + [26424, 75.7, 57110117, 'United Kingdom', 1990], + [37062, 75.4, 252847810, 'United States', 1990] + ], + [ + [44056, 81.8, 23968973, 'Australia', 2015], + [43294, 81.7, 35939927, 'Canada', 2015], + [13334, 76.9, 1376048943, 'China', 2015], + [21291, 78.5, 11389562, 'Cuba', 2015], + [38923, 80.8, 5503457, 'Finland', 2015], + [37599, 81.9, 64395345, 'France', 2015], + [44053, 81.1, 80688545, 'Germany', 2015], + [42182, 82.8, 329425, 'Iceland', 2015], + [5903, 66.8, 1311050527, 'India', 2015], + [36162, 83.5, 126573481, 'Japan', 2015], + [1390, 71.4, 25155317, 'North Korea', 2015], + [34644, 80.7, 50293439, 'South Korea', 2015], + [34186, 80.6, 4528526, 'New Zealand', 2015], + [64304, 81.6, 5210967, 'Norway', 2015], + [24787, 77.3, 38611794, 'Poland', 2015], + [23038, 73.13, 143456918, 'Russia', 2015], + [19360, 76.5, 78665830, 'Turkey', 2015], + [38225, 81.4, 64715810, 'United Kingdom', 2015], + [53354, 79.1, 321773631, 'United States', 2015] + ] +]; +const bubbleChart = { + grid: { + zlevel: 0, + x: 50, + x2: 50, + y: 30, + y2: 30, + borderWidth: 0, + backgroundColor: 'rgba(0,0,0,0)', + borderColor: 'rgba(0,0,0,0)', + }, + legend: { + right: 10, + data: ['2018', '2019'], + textStyle: { + color: '#999' + } + }, + xAxis: { + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + type: 'dashed', + color: "rgba(166, 176, 207, 0.1)" + } + }, + }, + yAxis: { + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + type: 'dashed', + color: "rgba(166, 176, 207, 0.1)" + } + }, + scale: true + }, + series: [{ + name: '2018', + data: data[0], + type: 'scatter', + symbolSize(data) { + return Math.sqrt(data[2]) / 5e2 + }, + + emphasis: { + label: { + show: true, + formatter({ + data + }) { + return data[3] + }, + position: 'top' + } + }, + itemStyle: { + + shadowBlur: 10, + shadowColor: 'rgba(120, 36, 50, 0.5)', + shadowOffsetY: 5, + color: new graphic.RadialGradient(0.4, 0.3, 1, [{ + offset: 0, + color: 'rgb(134, 204, 255)' + }, + { + offset: 1, + color: 'rgb(85, 110, 230)' + } + ]) + + } + }, + { + name: '2019', + data: data[1], + type: 'scatter', + symbolSize(data) { + return Math.sqrt(data[2]) / 5e2 + }, + + emphasis: { + label: { + show: true, + formatter({ + data + }) { + return data[3] + }, + position: 'top' + } + }, + itemStyle: { + shadowBlur: 10, + shadowColor: 'rgba(52, 195, 143, 0.5)', + shadowOffsetY: 5, + color: new graphic.RadialGradient(0.4, 0.3, 1, [{ + offset: 0, + color: 'rgb(111, 255, 203)' + }, + { + offset: 1, + color: 'rgb(52, 195, 143)' + } + ]) + + } + } + ] +}; + +const doughnutChart = { + tooltip: { + trigger: 'item', + formatter: '{a}
{b}: {c} ({d}%)' + }, + legend: { + orient: 'vertical', + x: 'left', + data: ['Laptop', 'Tablet', 'Mobile', 'Others', 'Desktop'], + textStyle: { + color: '#999' + } + }, + color: ['#556ee6', '#f1b44c', '#f46a6a', '#50a5f1', '#34c38f'], + series: [{ + name: 'Total sales', + type: 'pie', + radius: ['50%', '70%'], + avoidLabelOverlap: false, + emphasis: { + label: { + show: true, + + } + }, + + normal: { + show: false + }, + data: [{ + value: 335, + name: 'Laptop' + }, + { + value: 310, + name: 'Tablet' + }, + { + value: 234, + name: 'Mobile' + }, + { + value: 135, + name: 'Others' + }, + { + value: 1548, + name: 'Desktop' + } + ] + }] +}; + +const candleStickChart = { + // Setup grid + grid: { + zlevel: 0, + x: 50, + x2: 50, + y: 30, + y2: 30, + borderWidth: 0, + backgroundColor: 'rgba(0,0,0,0)', + borderColor: 'rgba(0,0,0,0)', + }, + xAxis: { + data: ['2017-10-24', '2017-10-25', '2017-10-26', '2017-10-27'], + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + color: "rgba(166, 176, 207, 0.1)" + } + }, + }, + yAxis: { + axisLine: { + lineStyle: { + color: '#8791af' + }, + }, + splitLine: { + lineStyle: { + color: "rgba(166, 176, 207, 0.1)" + } + }, + }, + series: [{ + type: 'k', + data: [ + [20, 30, 10, 35], + [40, 35, 30, 55], + [33, 38, 33, 40], + [40, 40, 32, 42] + ], + itemStyle: { + color: '#556ee6', + color0: '#34c38f', + borderColor: '#556ee6', + borderColor0: '#34c38f' + + } + }] +}; + +export { + polarChart, + mixedBarChart, + guageChart, + lineChart, + pieChart, + bubbleChart, + doughnutChart, + candleStickChart +}; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/charts/echart/index.vue b/Vue/Admin/src/router/views/charts/echart/index.vue new file mode 100644 index 00000000..a1cf0c30 --- /dev/null +++ b/Vue/Admin/src/router/views/charts/echart/index.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/chat/data.js b/Vue/Admin/src/router/views/chat/data.js new file mode 100644 index 00000000..f427c2d6 --- /dev/null +++ b/Vue/Admin/src/router/views/chat/data.js @@ -0,0 +1,88 @@ +const chatData = [ + { + id: 1, + image: require('@/assets/images/users/avatar-2.jpg'), + name: 'Steven Franklin', + message: 'Hey! there I\'m available', + time: '05 min', + color: 'secondary' + }, + { + id: 2, + image: require('@/assets/images/users/avatar-3.jpg'), + name: 'Adam Miller', + message: 'I\'ve finished it! See you so', + time: '12 min', + color: 'success' + }, + { + id: 3, + name: 'Keith Gonzales', + message: 'This theme is awesome!', + time: '24 min', + color: 'success' + }, + { + id: 4, + image: require('@/assets/images/users/avatar-4.jpg'), + name: 'Jose Vickery', + message: 'Nice to meet you', + time: '1 hr', + color: 'warning' + }, + { + id: 5, + name: 'Mitchel Givens', + message: 'Hey! there I\'m available', + time: '3 hrs', + color: 'secondary' + }, + { + id: 6, + image: require('@/assets/images/users/avatar-4.jpg'), + name: 'Stephen Hadley', + message: 'I\'ve finished it! See you so', + time: '5 hrs', + color: 'success' + }, + { + id: 7, + image: require('@/assets/images/users/avatar-2.jpg'), + name: 'Leord Joseph', + message: 'This theme is awesome!', + time: '24 min', + color: 'success' + }, +]; + +const chatMessagesData = [ + { + name: 'Steven Franklin', + message: 'Hello!', + time: '10:00' + }, + { + align: 'right', + name: 'Henry Wells', + message: 'Hi, How are you? What about our next meeting?', + time: '10:02' + }, + { + name: 'Steven Franklin', + message: 'Yeah everything is fine', + time: '10:06' + }, + { + name: 'Steven Franklin', + message: '& Next meeting tomorrow 10.00AM', + time: '10:06' + }, + { + align: 'right', + name: 'Henry Wells', + message: 'Wow that\'s great', + time: '10:07' + } +]; + +export { chatData, chatMessagesData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/chat/index.vue b/Vue/Admin/src/router/views/chat/index.vue new file mode 100644 index 00000000..b2eefd09 --- /dev/null +++ b/Vue/Admin/src/router/views/chat/index.vue @@ -0,0 +1,675 @@ + + + diff --git a/Vue/Admin/src/router/views/contacts/contacts-grid.vue b/Vue/Admin/src/router/views/contacts/contacts-grid.vue new file mode 100644 index 00000000..450dd5de --- /dev/null +++ b/Vue/Admin/src/router/views/contacts/contacts-grid.vue @@ -0,0 +1,300 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/contacts/contacts-list.vue b/Vue/Admin/src/router/views/contacts/contacts-list.vue new file mode 100644 index 00000000..8a280252 --- /dev/null +++ b/Vue/Admin/src/router/views/contacts/contacts-list.vue @@ -0,0 +1,144 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/contacts/contacts-profile.vue b/Vue/Admin/src/router/views/contacts/contacts-profile.vue new file mode 100644 index 00000000..bc649261 --- /dev/null +++ b/Vue/Admin/src/router/views/contacts/contacts-profile.vue @@ -0,0 +1,304 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/contacts/data-profile.js b/Vue/Admin/src/router/views/contacts/data-profile.js new file mode 100644 index 00000000..68632229 --- /dev/null +++ b/Vue/Admin/src/router/views/contacts/data-profile.js @@ -0,0 +1,43 @@ +const revenueChart = { + series: [{ + name: 'Revenue', + data: [42, 85, 101, 56, 37, 105, 38, 58, 92, 82, 72, 32] + }], + chartOptions: { + chart: { + toolbar: { + show: false, + } + }, + plotOptions: { + bar: { + horizontal: false, + columnWidth: '14%', + endingShape: 'rounded' + }, + }, + dataLabels: { + enabled: false + }, + stroke: { + show: true, + width: 2, + colors: ['transparent'] + }, + xaxis: { + categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + }, + yaxis: { + title: { + text: '$ (thousands)' + } + }, + fill: { + opacity: 1 + + }, + colors: ['#556ee6'], + } +}; + +export { revenueChart }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/contacts/data-user.js b/Vue/Admin/src/router/views/contacts/data-user.js new file mode 100644 index 00000000..194b2cc5 --- /dev/null +++ b/Vue/Admin/src/router/views/contacts/data-user.js @@ -0,0 +1,65 @@ +const userGridData = [ + { + id: 1, + name: 'David McHenry', + designation: 'UI/UX Designer', + projects: ['Photoshop', 'illustrator'], + email: 'david@skote.com' + }, + { + id: 2, + image: require('@/assets/images/users/avatar-2.jpg'), + name: 'Frank Kirk', + designation: 'Frontend Developer', + projects: ['Html', 'Css', '2 + more'], + email: 'frank@skote.com' + }, + { + id: 3, + image: require('@/assets/images/users/avatar-3.jpg'), + name: 'Rafael Morales', + designation: 'Backend Developer', + projects: ['Php', 'Java', 'Python'], + email: 'Rafael@skote.com' + }, + { + id: 4, + name: 'Mark Ellison', + designation: 'Full Stack Developer', + projects: ['Ruby', 'Php', '2 + more'], + email: 'mark@skote.com' + }, + { + id: 5, + image: require('@/assets/images/users/avatar-4.jpg'), + name: 'Minnie Walter', + designation: 'Frontend Developer', + projects: ['Html', 'Css', '2 + more'], + email: 'minnie@skote.com' + }, + { + id: 6, + image: require('@/assets/images/users/avatar-5.jpg'), + name: 'Shirley Smith', + designation: 'UI/UX Designer', + projects: ['Photoshop', 'illustrator'], + email: 'shirley@skote.com' + }, + { + id: 7, + name: 'John Santiago', + designation: 'Full Stack Developer', + projects: ['Ruby', 'Php', '2 + more'], + email: 'john@skote.com' + }, + { + id: 8, + image: require('@/assets/images/users/avatar-5.jpg'), + name: 'Colin Melton', + designation: 'Backend Developer', + projects: ['Php', 'Java', 'Python'], + email: 'colin@skote.com' + }, +]; + +export { userGridData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/buysell/index.vue b/Vue/Admin/src/router/views/crypto/buysell/index.vue new file mode 100644 index 00000000..afc6e84f --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/buysell/index.vue @@ -0,0 +1,376 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/exchange/data.js b/Vue/Admin/src/router/views/crypto/exchange/data.js new file mode 100644 index 00000000..02929d36 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/exchange/data.js @@ -0,0 +1,316 @@ +const priceCandlestickChart = { + series: [{ + data: [{ + x: new Date(1538778600000), + y: [6629.81, 6650.5, 6623.04, 6633.33] + }, + { + x: new Date(1538780400000), + y: [6632.01, 6643.59, 6620, 6630.11] + }, + { + x: new Date(1538782200000), + y: [6630.71, 6648.95, 6623.34, 6635.65] + }, + { + x: new Date(1538784000000), + y: [6635.65, 6651, 6629.67, 6638.24] + }, + { + x: new Date(1538785800000), + y: [6638.24, 6640, 6620, 6624.47] + }, + { + x: new Date(1538787600000), + y: [6624.53, 6636.03, 6621.68, 6624.31] + }, + { + x: new Date(1538789400000), + y: [6624.61, 6632.2, 6617, 6626.02] + }, + { + x: new Date(1538791200000), + y: [6627, 6627.62, 6584.22, 6603.02] + }, + { + x: new Date(1538793000000), + y: [6605, 6608.03, 6598.95, 6604.01] + }, + { + x: new Date(1538794800000), + y: [6604.5, 6614.4, 6602.26, 6608.02] + }, + { + x: new Date(1538796600000), + y: [6608.02, 6610.68, 6601.99, 6608.91] + }, + { + x: new Date(1538798400000), + y: [6608.91, 6618.99, 6608.01, 6612] + }, + { + x: new Date(1538800200000), + y: [6612, 6615.13, 6605.09, 6612] + }, + { + x: new Date(1538802000000), + y: [6612, 6624.12, 6608.43, 6622.95] + }, + { + x: new Date(1538803800000), + y: [6623.91, 6623.91, 6615, 6615.67] + }, + { + x: new Date(1538805600000), + y: [6618.69, 6618.74, 6610, 6610.4] + }, + { + x: new Date(1538807400000), + y: [6611, 6622.78, 6610.4, 6614.9] + }, + { + x: new Date(1538809200000), + y: [6614.9, 6626.2, 6613.33, 6623.45] + }, + { + x: new Date(1538811000000), + y: [6623.48, 6627, 6618.38, 6620.35] + }, + { + x: new Date(1538812800000), + y: [6619.43, 6620.35, 6610.05, 6615.53] + }, + { + x: new Date(1538814600000), + y: [6615.53, 6617.93, 6610, 6615.19] + }, + { + x: new Date(1538816400000), + y: [6615.19, 6621.6, 6608.2, 6620] + }, + { + x: new Date(1538818200000), + y: [6619.54, 6625.17, 6614.15, 6620] + }, + { + x: new Date(1538820000000), + y: [6620.33, 6634.15, 6617.24, 6624.61] + }, + { + x: new Date(1538821800000), + y: [6625.95, 6626, 6611.66, 6617.58] + }, + { + x: new Date(1538823600000), + y: [6619, 6625.97, 6595.27, 6598.86] + }, + { + x: new Date(1538825400000), + y: [6598.86, 6598.88, 6570, 6587.16] + }, + { + x: new Date(1538827200000), + y: [6588.86, 6600, 6580, 6593.4] + }, + { + x: new Date(1538829000000), + y: [6593.99, 6598.89, 6585, 6587.81] + }, + { + x: new Date(1538830800000), + y: [6587.81, 6592.73, 6567.14, 6578] + }, + { + x: new Date(1538832600000), + y: [6578.35, 6581.72, 6567.39, 6579] + }, + { + x: new Date(1538834400000), + y: [6579.38, 6580.92, 6566.77, 6575.96] + }, + { + x: new Date(1538836200000), + y: [6575.96, 6589, 6571.77, 6588.92] + }, + { + x: new Date(1538838000000), + y: [6588.92, 6594, 6577.55, 6589.22] + }, + { + x: new Date(1538839800000), + y: [6589.3, 6598.89, 6589.1, 6596.08] + }, + { + x: new Date(1538841600000), + y: [6597.5, 6600, 6588.39, 6596.25] + }, + { + x: new Date(1538843400000), + y: [6598.03, 6600, 6588.73, 6595.97] + }, + { + x: new Date(1538845200000), + y: [6595.97, 6602.01, 6588.17, 6602] + }, + { + x: new Date(1538847000000), + y: [6602, 6607, 6596.51, 6599.95] + }, + { + x: new Date(1538848800000), + y: [6600.63, 6601.21, 6590.39, 6591.02] + }, + { + x: new Date(1538850600000), + y: [6591.02, 6603.08, 6591, 6591] + }, + { + x: new Date(1538852400000), + y: [6591, 6601.32, 6585, 6592] + }, + { + x: new Date(1538854200000), + y: [6593.13, 6596.01, 6590, 6593.34] + }, + { + x: new Date(1538856000000), + y: [6593.34, 6604.76, 6582.63, 6593.86] + }, + { + x: new Date(1538857800000), + y: [6593.86, 6604.28, 6586.57, 6600.01] + }, + { + x: new Date(1538859600000), + y: [6601.81, 6603.21, 6592.78, 6596.25] + }, + { + x: new Date(1538861400000), + y: [6596.25, 6604.2, 6590, 6602.99] + }, + { + x: new Date(1538863200000), + y: [6602.99, 6606, 6584.99, 6587.81] + }, + { + x: new Date(1538865000000), + y: [6587.81, 6595, 6583.27, 6591.96] + }, + { + x: new Date(1538866800000), + y: [6591.97, 6596.07, 6585, 6588.39] + }, + { + x: new Date(1538868600000), + y: [6587.6, 6598.21, 6587.6, 6594.27] + }, + { + x: new Date(1538870400000), + y: [6596.44, 6601, 6590, 6596.55] + }, + { + x: new Date(1538872200000), + y: [6598.91, 6605, 6596.61, 6600.02] + }, + { + x: new Date(1538874000000), + y: [6600.55, 6605, 6589.14, 6593.01] + }, + { + x: new Date(1538875800000), + y: [6593.15, 6605, 6592, 6603.06] + }, + { + x: new Date(1538877600000), + y: [6603.07, 6604.5, 6599.09, 6603.89] + }, + { + x: new Date(1538879400000), + y: [6604.44, 6604.44, 6600, 6603.5] + }, + { + x: new Date(1538881200000), + y: [6603.5, 6603.99, 6597.5, 6603.86] + }, + { + x: new Date(1538883000000), + y: [6603.85, 6605, 6600, 6604.07] + }, + { + x: new Date(1538884800000), + y: [6604.98, 6606, 6604.07, 6606] + }, + ] + }], + chartOptions: { + chart: { + type: 'candlestick', + height: 310, + toolbar: false, + zoom: { + enabled: true, + } + }, + plotOptions: { + candlestick: { + colors: { + upward: '#34c38f', + downward: '#f46a6a' + } + } + }, + xaxis: { + type: 'datetime' + }, + yaxis: { + tooltip: { + enabled: true + } + } + } +}; + +const notificationData = [ + { + id: 1, + date: '15 Mar ', + text: 'If several languages coalesce of the resulting.' + }, + { + id: 2, + date: '14 Mar ', + text: 'New common language will be more simple and regular than the existing' + }, + { + id: 3, + date: '10 Mar', + text: 'It will seem like simplified English as a skeptical Cambridge' + }, + { + id: 4, + date: '13 Mar', + text: 'To achieve this, it would be necessary' + }, + { + id: 5, + date: '12 Mar ', + text: 'Cum sociis natoque penatibus et magnis dis' + }, + { + id: 6, + date: '11 Mar ', + text: 'New common language will be more simple and regular than the existing' + }, + { + id: 7, + date: '10 Mar ', + text: 'It will seem like simplified English as a skeptical Cambridge' + }, + { + id: 8, + date: '09 Mar ', + text: 'To achieve this, it would be necessary' + }, +]; + +export { priceCandlestickChart, notificationData }; diff --git a/Vue/Admin/src/router/views/crypto/exchange/index.vue b/Vue/Admin/src/router/views/crypto/exchange/index.vue new file mode 100644 index 00000000..d25eee8d --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/exchange/index.vue @@ -0,0 +1,370 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/ico-landing.vue b/Vue/Admin/src/router/views/crypto/ico-landing.vue new file mode 100644 index 00000000..4e840a94 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/ico-landing.vue @@ -0,0 +1,1423 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/kycapplication/index.vue b/Vue/Admin/src/router/views/crypto/kycapplication/index.vue new file mode 100644 index 00000000..2f32e2ee --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/kycapplication/index.vue @@ -0,0 +1,247 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/lending/index.vue b/Vue/Admin/src/router/views/crypto/lending/index.vue new file mode 100644 index 00000000..b8a151f6 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/lending/index.vue @@ -0,0 +1,412 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/orders/data.js b/Vue/Admin/src/router/views/crypto/orders/data.js new file mode 100644 index 00000000..f98e18f5 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/orders/data.js @@ -0,0 +1,116 @@ +const ordersData = [ + { + status: 'Completed', + date: '03 Mar, 2020', + type: 'Buy', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + status: 'Completed', + date: '04 Mar, 2020', + type: 'Buy', + coin: 'Litecoin', + value: '0.00214 LTC', + usd: '$ 9067.62' + }, + { + status: 'Pending', + date: '05 Mar, 2020', + type: 'Sell', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + status: 'Completed', + date: '03 Mar, 2020', + type: 'Sell', + coin: 'Ethereum', + value: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + status: 'Completed', + date: '08 Mar, 2020', + type: 'Buy', + coin: 'Litecoin', + value: '1.00124 LTC', + usd: '$ 1802.62' + }, + { + status: 'Pending', + date: '06 Mar, 2020', + type: 'Sell', + coin: 'Ethereum', + value: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + status: 'Failed', + date: '05 Mar, 2020', + type: 'Buy', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + status: 'Completed', + date: '03 Mar, 2020', + type: 'Buy', + coin: 'Ethereum', + value: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + status: 'Pending', + date: '10 Mar, 2020', + type: 'Buy', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + status: 'Pending', + date: '18 Mar, 2020', + type: 'Buy', + coin: 'Litecoin', + value: '0.00224 LTC', + usd: '$ 1773.01' + }, + { + status: 'Completed', + date: '03 Mar, 2020', + type: 'Buy', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9423.73' + }, + { + status: 'Pending', + date: '15 Mar, 2020', + type: 'Sell', + coin: 'Ethereum', + value: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + status: 'Completed', + date: '03 Mar, 2020', + type: 'Sell', + coin: 'Bitcoin', + value: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + status: 'Failed', + date: '01 Mar, 2020', + type: 'Sell', + coin: 'Litecoin', + value: '1.00217 LTC', + usd: '$ 9067.62' + } +] + +export { ordersData }; diff --git a/Vue/Admin/src/router/views/crypto/orders/index.vue b/Vue/Admin/src/router/views/crypto/orders/index.vue new file mode 100644 index 00000000..272bb621 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/orders/index.vue @@ -0,0 +1,234 @@ + + + diff --git a/Vue/Admin/src/router/views/crypto/wallet/data.js b/Vue/Admin/src/router/views/crypto/wallet/data.js new file mode 100644 index 00000000..d0afe649 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/wallet/data.js @@ -0,0 +1,158 @@ +const OveviewChart = { + series: [{ + type: 'area', + name: 'BTC', + data: [87, 57, 74, 99, 75, 38, 62, 47, 82, 56, 45, 47] + }, { + type: 'area', + name: 'ETH', + data: [28, 41, 52, 42, 13, 18, 29, 18, 36, 51, 55, 35] + }, { + type: 'line', + name: 'LTC', + data: [45, 52, 38, 24, 33, 65, 45, 75, 54, 18, 28, 10] + }], + chartOptions: { + chart: { + height: 240, + type: 'line', + toolbar: { + show: false, + } + }, + dataLabels: { + enabled: false + }, + stroke: { + curve: 'smooth', + width: 2, + dashArray: [0, 0, 3] + }, + fill: { + type: 'solid', + opacity: [0.15, 0.05, 1], + }, + xaxis: { + categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + }, + colors: ['#f1b44c', '#3452e1', '#50a5f1'], + } +}; + +const activitiesData = [ + { + id: '#SK3215', + date: '03 Mar, 2020', + type: 'Buy', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + id: '#SK3216', + date: '04 Mar, 2020', + type: 'Buy', + currency: 'Litecoin', + amount: '0.00214 LTC', + usd: '$ 9067.62' + }, + { + id: '#SK3217', + date: '05 Mar, 2020', + type: 'Sell', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + id: '#SK3218', + date: '03 Mar, 2020', + type: 'Sell', + currency: 'Ethereum', + amount: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + id: '#SK3219', + date: '08 Mar, 2020', + type: 'Buy', + currency: 'Litecoin', + amount: '1.00124 LTC', + usd: '$ 1802.62' + }, + { + id: '#SK3220', + date: '06 Mar, 2020', + type: 'Sell', + currency: 'Ethereum', + amount: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + id: '#SK3221', + date: '05 Mar, 2020', + type: 'Buy', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + id: '#SK32122', + date: '03 Mar, 2020', + type: 'Buy', + currency: 'Ethereum', + amount: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + id: '#SK3223', + date: '10 Mar, 2020', + type: 'Buy', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + id: '#SK3224', + date: '18 Mar, 2020', + type: 'Buy', + currency: 'Litecoin', + amount: '0.00224 LTC', + usd: '$ 1773.01' + }, + { + id: '#SK3225', + date: '03 Mar, 2020', + type: 'Buy', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9423.73' + }, + { + id: '#SK3226', + date: '15 Mar, 2020', + type: 'Sell', + currency: 'Ethereum', + amount: '0.00413 ETH', + usd: '$ 2123.01' + }, + { + id: '#SK3227', + date: '03 Mar, 2020', + type: 'Sell', + currency: 'Bitcoin', + amount: '1.00952 BTC', + usd: '$ 9067.62' + }, + { + id: '#SK3228', + date: '01 Mar, 2020', + type: 'Sell', + currency: 'Litecoin', + amount: '1.00217 LTC', + usd: '$ 9067.62' + }, + +] + +export { OveviewChart, activitiesData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/crypto/wallet/index.vue b/Vue/Admin/src/router/views/crypto/wallet/index.vue new file mode 100644 index 00000000..4a121a59 --- /dev/null +++ b/Vue/Admin/src/router/views/crypto/wallet/index.vue @@ -0,0 +1,381 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/blog/activity.vue b/Vue/Admin/src/router/views/dashboards/blog/activity.vue new file mode 100644 index 00000000..d95cb18b --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/activity.vue @@ -0,0 +1,157 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/blog/blog-post.vue b/Vue/Admin/src/router/views/dashboards/blog/blog-post.vue new file mode 100644 index 00000000..2fe65ab5 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/blog-post.vue @@ -0,0 +1,198 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/blog/comment.vue b/Vue/Admin/src/router/views/dashboards/blog/comment.vue new file mode 100644 index 00000000..1cb3f5a3 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/comment.vue @@ -0,0 +1,142 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/blog/index.vue b/Vue/Admin/src/router/views/dashboards/blog/index.vue new file mode 100644 index 00000000..dd76c45b --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/index.vue @@ -0,0 +1,300 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/blog/posts.vue b/Vue/Admin/src/router/views/dashboards/blog/posts.vue new file mode 100644 index 00000000..902647e3 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/posts.vue @@ -0,0 +1,143 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/blog/top-visitor.vue b/Vue/Admin/src/router/views/dashboards/blog/top-visitor.vue new file mode 100644 index 00000000..6f4aabfd --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/top-visitor.vue @@ -0,0 +1,114 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/blog/visitors.vue b/Vue/Admin/src/router/views/dashboards/blog/visitors.vue new file mode 100644 index 00000000..85d695ff --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/blog/visitors.vue @@ -0,0 +1,220 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/crypto/data.js b/Vue/Admin/src/router/views/dashboards/crypto/data.js new file mode 100644 index 00000000..46d09b42 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/crypto/data.js @@ -0,0 +1,583 @@ +const walletRadialChart = { + series: [76, 67, 61], + chartOptions: { + chart: { + height: 300, + type: 'radialBar', + }, + plotOptions: { + radialBar: { + offsetY: 0, + startAngle: 0, + endAngle: 270, + hollow: { + margin: 5, + size: '35%', + background: 'transparent', + image: undefined, + }, + track: { + show: true, + startAngle: undefined, + endAngle: undefined, + background: '#f2f2f2', + strokeWidth: '97%', + opacity: 1, + margin: 12, + dropShadow: { + enabled: false, + top: 0, + left: 0, + blur: 3, + opacity: 0.5 + } + }, + dataLabels: { + name: { + show: true, + fontSize: '16px', + fontWeight: 600, + offsetY: -10 + }, + value: { + show: true, + fontSize: '14px', + offsetY: 4, + formatter: function (val) { + return val + '%' + } + }, + total: { + show: true, + label: 'Total', + color: '#373d3f', + fontSize: '16px', + fontFamily: undefined, + fontWeight: 600, + formatter: function (w) { + return w.globals.seriesTotals.reduce(function (a, b) { + return a + b; + }, 0) + '%'; + } + } + } + } + }, + stroke: { + lineCap: 'round' + }, + colors: ['#3452e1', '#f1b44c', '#50a5f1'], + labels: ['Ethereum', 'Bitcoin', 'Ethereum'], + legend: { + show: false, + }, + } +}; + +const overviewChart = { + series: [{ + name: 'BTC', + data: [ + [1327359600000, 30.95], + [1327446000000, 31.34], + [1327532400000, 31.18], + [1327618800000, 31.05], + [1327878000000, 31.00], + [1327964400000, 30.95], + [1328050800000, 31.24], + [1328137200000, 31.29], + [1328223600000, 31.85], + [1328482800000, 31.86], + [1328569200000, 32.28], + [1328655600000, 32.10], + [1328742000000, 32.65], + [1328828400000, 32.21], + [1329087600000, 32.35], + [1329174000000, 32.44], + [1329260400000, 32.46], + [1329346800000, 32.86], + [1329433200000, 32.75], + [1329778800000, 32.54], + [1329865200000, 32.33], + [1329951600000, 32.97], + [1330038000000, 33.41], + [1330297200000, 33.27], + [1330383600000, 33.27], + [1330470000000, 32.89], + [1330556400000, 33.10], + [1330642800000, 33.73], + [1330902000000, 33.22], + [1330988400000, 31.99], + [1331074800000, 32.41], + [1331161200000, 33.05], + [1331247600000, 33.64], + [1331506800000, 33.56], + [1331593200000, 34.22], + [1331679600000, 33.77], + [1331766000000, 34.17], + [1331852400000, 33.82], + [1332111600000, 34.51], + [1332198000000, 33.16], + [1332284400000, 33.56], + [1332370800000, 33.71], + [1332457200000, 33.81], + [1332712800000, 34.40], + [1332799200000, 34.63], + [1332885600000, 34.46], + [1332972000000, 34.48], + [1333058400000, 34.31], + [1333317600000, 34.70], + [1333404000000, 34.31], + [1333490400000, 33.46], + [1333576800000, 33.59], + [1333922400000, 33.22], + [1334008800000, 32.61], + [1334095200000, 33.01], + [1334181600000, 33.55], + [1334268000000, 33.18], + [1334527200000, 32.84], + [1334613600000, 33.84], + [1334700000000, 33.39], + [1334786400000, 32.91], + [1334872800000, 33.06], + [1335132000000, 32.62], + [1335218400000, 32.40], + [1335304800000, 33.13], + [1335391200000, 33.26], + [1335477600000, 33.58], + [1335736800000, 33.55], + [1335823200000, 33.77], + [1335909600000, 33.76], + [1335996000000, 33.32], + [1336082400000, 32.61], + [1336341600000, 32.52], + [1336428000000, 32.67], + [1336514400000, 32.52], + [1336600800000, 31.92], + [1336687200000, 32.20], + [1336946400000, 32.23], + [1337032800000, 32.33], + [1337119200000, 32.36], + [1337205600000, 32.01], + [1337292000000, 31.31], + [1337551200000, 32.01], + [1337637600000, 32.01], + [1337724000000, 32.18], + [1337810400000, 31.54], + [1337896800000, 31.60], + [1338242400000, 32.05], + [1338328800000, 31.29], + [1338415200000, 31.05], + [1338501600000, 29.82], + [1338760800000, 30.31], + [1338847200000, 30.70], + [1338933600000, 31.69], + [1339020000000, 31.32], + [1339106400000, 31.65], + [1339365600000, 31.13], + [1339452000000, 31.77], + [1339538400000, 31.79], + [1339624800000, 31.67], + [1339711200000, 32.39], + [1339970400000, 32.63], + [1340056800000, 32.89], + [1340143200000, 31.99], + [1340229600000, 31.23], + [1340316000000, 31.57], + [1340575200000, 30.84], + [1340661600000, 31.07], + [1340748000000, 31.41], + [1340834400000, 31.17], + [1340920800000, 32.37], + [1341180000000, 32.19], + [1341266400000, 32.51], + [1341439200000, 32.53], + [1341525600000, 31.37], + [1341784800000, 30.43], + [1341871200000, 30.44], + [1341957600000, 30.20], + [1342044000000, 30.14], + [1342130400000, 30.65], + [1342389600000, 30.40], + [1342476000000, 30.65], + [1342562400000, 31.43], + [1342648800000, 31.89], + [1342735200000, 31.38], + [1342994400000, 30.64], + [1343080800000, 30.02], + [1343167200000, 30.33], + [1343253600000, 30.95], + [1343340000000, 31.89], + [1343599200000, 31.01], + [1343685600000, 30.88], + [1343772000000, 30.69], + [1343858400000, 30.58], + [1343944800000, 32.02], + [1344204000000, 32.14], + [1344290400000, 32.37], + [1344376800000, 32.51], + [1344463200000, 32.65], + [1344549600000, 32.64], + [1344808800000, 32.27], + [1344895200000, 32.10], + [1344981600000, 32.91], + [1345068000000, 33.65], + [1345154400000, 33.80], + [1345413600000, 33.92], + [1345500000000, 33.75], + [1345586400000, 33.84], + [1345672800000, 33.50], + [1345759200000, 32.26], + [1346018400000, 32.32], + [1346104800000, 32.06], + [1346191200000, 31.96], + [1346277600000, 31.46], + [1346364000000, 31.27], + [1346709600000, 31.43], + [1346796000000, 32.26], + [1346882400000, 32.79], + [1346968800000, 32.46], + [1347228000000, 32.13], + [1347314400000, 32.43], + [1347400800000, 32.42], + [1347487200000, 32.81], + [1347573600000, 33.34], + [1347832800000, 33.41], + [1347919200000, 32.57], + [1348005600000, 33.12], + [1348092000000, 34.53], + [1348178400000, 33.83], + [1348437600000, 33.41], + [1348524000000, 32.90], + [1348610400000, 32.53], + [1348696800000, 32.80], + [1348783200000, 32.44], + [1349042400000, 32.62], + [1349128800000, 32.57], + [1349215200000, 32.60], + [1349301600000, 32.68], + [1349388000000, 32.47], + [1349647200000, 32.23], + [1349733600000, 31.68], + [1349820000000, 31.51], + [1349906400000, 31.78], + [1349992800000, 31.94], + [1350252000000, 32.33], + [1350338400000, 33.24], + [1350424800000, 33.44], + [1350511200000, 33.48], + [1350597600000, 33.24], + [1350856800000, 33.49], + [1350943200000, 33.31], + [1351029600000, 33.36], + [1351116000000, 33.40], + [1351202400000, 34.01], + [1351638000000, 34.02], + [1351724400000, 34.36], + [1351810800000, 34.39], + [1352070000000, 34.24], + [1352156400000, 34.39], + [1352242800000, 33.47], + [1352329200000, 32.98], + [1352415600000, 32.90], + [1352674800000, 32.70], + [1352761200000, 32.54], + [1352847600000, 32.23], + [1352934000000, 32.64], + [1353020400000, 32.65], + [1353279600000, 32.92], + [1353366000000, 32.64], + [1353452400000, 32.84], + [1353625200000, 33.40], + [1353884400000, 33.30], + [1353970800000, 33.18], + [1354057200000, 33.88], + [1354143600000, 34.09], + [1354230000000, 34.61], + [1354489200000, 34.70], + [1354575600000, 35.30], + [1354662000000, 35.40], + [1354748400000, 35.14], + [1354834800000, 35.48], + [1355094000000, 35.75], + [1355180400000, 35.54], + [1355266800000, 35.96], + [1355353200000, 35.53], + [1355439600000, 37.56], + [1355698800000, 37.42], + [1355785200000, 37.49], + [1355871600000, 38.09], + [1355958000000, 37.87], + [1356044400000, 37.71], + [1356303600000, 37.53], + [1356476400000, 37.55], + [1356562800000, 37.30], + [1356649200000, 36.90], + [1356908400000, 37.68], + [1357081200000, 38.34], + [1357167600000, 37.75], + [1357254000000, 38.13], + [1357513200000, 37.94], + [1357599600000, 38.14], + [1357686000000, 38.66], + [1357772400000, 38.62], + [1357858800000, 38.09], + [1358118000000, 38.16], + [1358204400000, 38.15], + [1358290800000, 37.88], + [1358377200000, 37.73], + [1358463600000, 37.98], + [1358809200000, 37.95], + [1358895600000, 38.25], + [1358982000000, 38.10], + [1359068400000, 38.32], + [1359327600000, 38.24], + [1359414000000, 38.52], + [1359500400000, 37.94], + [1359586800000, 37.83], + [1359673200000, 38.34], + [1359932400000, 38.10], + [1360018800000, 38.51], + [1360105200000, 38.40], + [1360191600000, 38.07], + [1360278000000, 39.12], + [1360537200000, 38.64], + [1360623600000, 38.89], + [1360710000000, 38.81], + [1360796400000, 38.61], + [1360882800000, 38.63], + [1361228400000, 38.99], + [1361314800000, 38.77], + [1361401200000, 38.34], + [1361487600000, 38.55], + [1361746800000, 38.11], + [1361833200000, 38.59], + [1361919600000, 39.60], + ] + }], + chartOptions: { + chart: { + type: 'area', + height: 240, + toolbar: 'false' + }, + dataLabels: { + enabled: false + }, + stroke: { + curve: 'smooth', + width: 2, + }, + markers: { + size: 0, + style: 'hollow', + }, + xaxis: { + type: 'datetime', + min: new Date('01 Mar 2012').getTime(), + tickAmount: 6, + }, + tooltip: { + x: { + format: 'dd MMM yyyy' + } + }, + colors: ['#f1b44c'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + opacityFrom: 0.6, + opacityTo: 0.05, + stops: [42, 100, 100, 100] + } + }, + } +}; + +const bitconinChart = { + series: [{ + name: 'BTC', + data: [12, 14, 2, 47, 42, 15, 47, 75, 65, 19, 14] + }], + chartOptions: { + chart: { + type: 'area', + height: 40, + sparkline: { + enabled: true + } + }, + stroke: { + curve: 'smooth', + width: 2, + }, + colors: ['#f1b44c'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + inverseColors: false, + opacityFrom: 0.45, + opacityTo: 0.05, + stops: [25, 100, 100, 100] + }, + }, + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + marker: { + show: false + } + } + } +}; + +const ethereumChart = { + series: [{ + name: 'ETH', + data: [25, 66, 41, 89, 63, 25, 44, 12, 36, 9, 54] + }], + chartOptions: { + chart: { + type: 'area', + height: 40, + sparkline: { + enabled: true + } + }, + stroke: { + curve: 'smooth', + width: 2, + }, + colors: ['#3452e1'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + inverseColors: false, + opacityFrom: 0.45, + opacityTo: 0.05, + stops: [25, 100, 100, 100] + }, + }, + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + marker: { + show: false + } + } + } +}; + +const litecoinChart = { + series: [{ + name: 'LTC', + data: [35, 53, 93, 47, 54, 24, 47, 75, 65, 19, 14] + }], + chartOptions: { + chart: { + type: 'area', + height: 40, + sparkline: { + enabled: true + } + }, + stroke: { + curve: 'smooth', + width: 2, + }, + colors: ['#50a5f1'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + inverseColors: false, + opacityFrom: 0.45, + opacityTo: 0.05, + stops: [25, 100, 100, 100] + }, + }, + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + marker: { + show: false + } + } + } +}; + +const transactionsData = [ + { + id: 1, + color: 'primary', + name: 'Buy BTC', + date: '14 Mar, 2020', + text: '0.016 BTC', + price: '$125.20', + }, + { + id: 2, + color: 'danger', + name: 'Sell ETH', + date: '15 Mar, 2020', + text: '0.56 ETH', + price: '$112.34', + }, + { + id: 3, + color: 'primary', + name: 'Buy LTC', + date: '16 Mar, 2020', + text: '1.88 LTC', + price: '$94.22', + }, + { + id: 4, + color: 'primary', + name: 'Buy ETH', + date: '17 Mar, 2020', + text: '0.42 ETH', + price: '$84.32', + }, + { + id: 5, + color: 'danger', + name: 'Sell BTC', + date: '18 Mar, 2020', + text: '0.018 BTC', + price: '$145.80', + }, + { + id: 6, + color: 'primary', + name: 'Buy BTC', + date: '14 Mar, 2020', + text: '0.016 BTC', + price: '$125.20', + }, + { + id: 7, + color: 'danger', + name: 'Sell ETH', + date: '14 Mar, 2020', + text: '0.56 ETH', + price: '$112.34', + }, +]; + +export { walletRadialChart, overviewChart, bitconinChart, ethereumChart, litecoinChart, transactionsData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/dashboards/crypto/index.vue b/Vue/Admin/src/router/views/dashboards/crypto/index.vue new file mode 100644 index 00000000..ead06d8f --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/crypto/index.vue @@ -0,0 +1,716 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/crypto/overview.vue b/Vue/Admin/src/router/views/dashboards/crypto/overview.vue new file mode 100644 index 00000000..b685fc1a --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/crypto/overview.vue @@ -0,0 +1,416 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/crypto/wallet-balance.vue b/Vue/Admin/src/router/views/dashboards/crypto/wallet-balance.vue new file mode 100644 index 00000000..18497643 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/crypto/wallet-balance.vue @@ -0,0 +1,363 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/default.vue b/Vue/Admin/src/router/views/dashboards/default.vue new file mode 100644 index 00000000..26cfa735 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/default.vue @@ -0,0 +1,235 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/saas/data.js b/Vue/Admin/src/router/views/dashboards/saas/data.js new file mode 100644 index 00000000..0ec3cfaa --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/saas/data.js @@ -0,0 +1,58 @@ +const salesAnalyticsDonutChart = { + series: [56, 38, 26], + chartOptions: { + chart: { + type: 'donut', + height: 240, + }, + labels: ['Series A', 'Series B', 'Series C'], + colors: ['#556ee6', '#34c38f', '#f46a6a'], + legend: { + show: false, + }, + plotOptions: { + pie: { + donut: { + size: '70%', + } + } + } + } +}; + +const ChatData = [ + { + id: 1, + name: 'Steven Franklin', + message: 'Hello!', + time: '10:00', + }, + { + id: 2, + align: 'right', + name: 'Henry Wells', + message: 'Hi, How are you? What about our next meeting?', + time: '10:02' + }, + { + id: 3, + name: 'Steven Franklin', + message: 'Yeah everything is fine', + time: '10:06' + }, + { + id: 4, + name: 'Steven Franklin', + message: '& Next meeting tomorrow 10.00AM', + time: '10:06' + }, + { + id: 5, + align: 'right', + name: 'Henry Wells', + message: "Wow that's great", + time: '10:02' + }, +] + +export { salesAnalyticsDonutChart, ChatData }; diff --git a/Vue/Admin/src/router/views/dashboards/saas/earning.vue b/Vue/Admin/src/router/views/dashboards/saas/earning.vue new file mode 100644 index 00000000..8914f2c9 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/saas/earning.vue @@ -0,0 +1,208 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/saas/index.vue b/Vue/Admin/src/router/views/dashboards/saas/index.vue new file mode 100644 index 00000000..e4c1a628 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/saas/index.vue @@ -0,0 +1,1305 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/saas/sellingchart.vue b/Vue/Admin/src/router/views/dashboards/saas/sellingchart.vue new file mode 100644 index 00000000..51810d48 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/saas/sellingchart.vue @@ -0,0 +1,85 @@ + + + diff --git a/Vue/Admin/src/router/views/dashboards/saas/top-selling.vue b/Vue/Admin/src/router/views/dashboards/saas/top-selling.vue new file mode 100644 index 00000000..23a30a19 --- /dev/null +++ b/Vue/Admin/src/router/views/dashboards/saas/top-selling.vue @@ -0,0 +1,247 @@ + + + diff --git a/Vue/Admin/src/router/views/demo.vue b/Vue/Admin/src/router/views/demo.vue new file mode 100644 index 00000000..e69de29b diff --git a/Vue/Admin/src/router/views/ecommerce/add-product.vue b/Vue/Admin/src/router/views/ecommerce/add-product.vue new file mode 100644 index 00000000..9e3a194b --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/add-product.vue @@ -0,0 +1,344 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/cart.vue b/Vue/Admin/src/router/views/ecommerce/cart.vue new file mode 100644 index 00000000..ada90990 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/cart.vue @@ -0,0 +1,424 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/checkout.vue b/Vue/Admin/src/router/views/ecommerce/checkout.vue new file mode 100644 index 00000000..174d6d9f --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/checkout.vue @@ -0,0 +1,502 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/customers.vue b/Vue/Admin/src/router/views/ecommerce/customers.vue new file mode 100644 index 00000000..4e6ebb68 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/customers.vue @@ -0,0 +1,401 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/data-customers.js b/Vue/Admin/src/router/views/ecommerce/data-customers.js new file mode 100644 index 00000000..8d189adf --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/data-customers.js @@ -0,0 +1,84 @@ +const customersData = [ + { + id: 1, + username: 'Stephen Rash', + phone: '325-250-1106', + email: 'StephenRash@teleworm.us', + address: '2470 Grove Street Bethpage, NY 11714', + rating: '4.2', + balance: '$5,412', + date: '07 Oct, 2019' + }, + { + id: 2, + username: 'Juan Mays', + phone: '443-523-4726', + email: 'JuanMays@armyspy.com', + address: '3755 Harron Drive Salisbury, MD 21875', + rating: '4.0', + balance: '$5,632', + date: '06 Oct, 2019' + }, + { + id: 3, + username: 'Scott Henry', + phone: '704-629-9535', + email: 'ScottHenry@jourrapide.com', + address: '3632 Snyder Avenue Bessemer City, NC 28016', + rating: '4.4', + balance: '$7,523', + date: '06 Oct, 2019' + }, + { + id: 4, + username: 'Cody Menendez', + phone: '701-832-5838', + email: 'CodyMenendez@armyspy.com', + address: '4401 Findley Avenue Minot, ND 58701', + rating: '4.1', + balance: '$6,325', + date: '05 Oct, 2019' + }, + { + id: 5, + username: 'Jason Merino', + phone: '706-219-4095', + email: 'JasonMerino@dayrep.com', + address: '3159 Holly Street Cleveland, GA 30528', + rating: '3.8', + balance: '$4,523', + date: '04 Oct, 2019' + }, + { + id: 6, + username: 'Kyle Aquino', + phone: '415-232-5443', + email: 'KyleAquino@teleworm.us', + address: '4861 Delaware Avenue San Francisco, CA 94143', + rating: '4.0', + balance: '$5,412', + date: '03 Oct, 2019' + }, + { + id: 7, + username: 'David Gaul', + phone: '314-483-4679', + email: 'DavidGaul@teleworm.us', + address: '1207 Cottrill Lane Stlouis, MO 63101', + rating: '4.2', + balance: '$6,180', + date: '02 Oct, 2019' + }, + { + id: 8, + username: 'John McCray', + phone: '253-661-7551', + email: 'JohnMcCray@armyspy.com', + address: '3309 Horizon Circle Tacoma, WA 98423', + rating: '4.1', + balance: '$5,2870', + date: '02 Oct, 2019' + } +]; + +export { customersData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ecommerce/data-products.js b/Vue/Admin/src/router/views/ecommerce/data-products.js new file mode 100644 index 00000000..e2bd2316 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/data-products.js @@ -0,0 +1,164 @@ +const clothsData = [ + { + id: 1, + product: require('@/assets/images/product/img-1.png'), + discount: 10, + name: 'Half sleeve T-shirt', + oldprice: 450, + newprice: 405, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'color', + value: 'Red' + }], + images: [require('@/assets/images/product/img-1.png'), require('@/assets/images/product/img-5.png'), require('@/assets/images/product/img-3.png'), require('@/assets/images/product/img-6.png')], + colorVariant: [{ + key: 'Red', + value: require('@/assets/images/product/img-1.png') + }, + { + key: 'Black', + value: require('@/assets/images/product/img-1.png') + }] + }, + { + id: 2, + product: require('@/assets/images/product/img-2.png'), + name: 'Light blue T-shirt', + discount: 20, + oldprice: 225, + newprice: 175, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'Color', + value: 'Light Blue' + }], + images: [require('@/assets/images/product/img-2.png'), require('@/assets/images/product/img-1.png'), require('@/assets/images/product/img-5.png'), require('@/assets/images/product/img-3.png')], + colorVariant: [{ + key: 'Red', + value: require('@/assets/images/product/img-2.png') + }, + { + key: 'Yellow', + value: require('@/assets/images/product/img-2.png') + }, + { + key: 'Green', + value: require('@/assets/images/product/img-2.png') + }] + }, + { + id: 3, + product: require('@/assets/images/product/img-3.png'), + discount: 14, + name: 'Black Color T-shirt', + oldprice: 177, + newprice: 152, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'color', + value: 'Black' + }], + images: [require('@/assets/images/product/img-3.png'), require('@/assets/images/product/img-1.png'), require('@/assets/images/product/img-5.png'), require('@/assets/images/product/img-2.png')], + colorVariant: [{ + key: 'Black', + value: require('@/assets/images/product/img-3.png') + }, + { + key: 'Yellow', + value: require('@/assets/images/product/img-3.png') + }] + }, + { + id: 4, + product: require('@/assets/images/product/img-4.png'), + name: 'Hoodie (Blue)', + discount: 5, + oldprice: 150, + newprice: 145, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'color', + value: 'Blue' + }], + images: [require('@/assets/images/product/img-4.png'), require('@/assets/images/product/img-4.png'), require('@/assets/images/product/img-4.png'), require('@/assets/images/product/img-4.png')], + colorVariant: [{ + key: 'Blue', + value: require('@/assets/images/product/img-4.png') + }, + { + key: 'Pink', + value: require('@/assets/images/product/img-4.png') + }] + }, + { + id: 5, + product: require('@/assets/images/product/img-5.png'), + discount: 14, + name: 'Half sleeve T-Shirt', + oldprice: 177, + newprice: 152, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'color', + value: 'Pink' + }], + images: [require('@/assets/images/product/img-5.png'), require('@/assets/images/product/img-1.png'), require('@/assets/images/product/img-2.png'), require('@/assets/images/product/img-3.png')], + colorVariant: [{ + key: 'Pink', + value: require('@/assets/images/product/img-5.png') + }, + { + key: 'Yellow', + value: require('@/assets/images/product/img-5.png') + }] + }, + { + id: 6, + product: require('@/assets/images/product/img-6.png'), + discount: 22, + name: 'Green color T-shirt', + oldprice: 240, + newprice: 225, + feature: ['Fit Type: Regular Fit', 'highest quality fabric', 'Suitable for all weather condition', 'Excellent Washing and Light Fastness'], + specification: [{ + key: 'size', + value: 'M' + }, + { + key: 'color', + value: 'Green' + }], + images: [require('@/assets/images/product/img-6.png'), require('@/assets/images/product/img-3.png'), require('@/assets/images/product/img-2.png'), require('@/assets/images/product/img-1.png')], + colorVariant: [{ + key: 'Black', + value: require('@/assets/images/product/img-6.png') + }, + { + key: 'Yellow', + value: require('@/assets/images/product/img-6.png') + }] + } +]; + +export { clothsData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ecommerce/data-shops.js b/Vue/Admin/src/router/views/ecommerce/data-shops.js new file mode 100644 index 00000000..98c75f44 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/data-shops.js @@ -0,0 +1,76 @@ +const shopsData = [ + { + id: 1, + name: "Brendle's", + color: 'primary', + avatar: 'B', + products: 112, + balance: '$13,575' + }, + { + id: 2, + name: "Tech Hifi", + color: 'warning', + avatar: 'T', + products: 104, + balance: '$11,145' + }, + { + id: 3, + name: "Lafayette", + color: 'danger', + avatar: 'L', + products: 126, + balance: '$12,356' + }, + { + id: 4, + name: "Packer", + color: 'success', + avatar: 'P', + products: 102, + balance: '$11,228' + }, + { + id: 5, + name: "Nedick's", + color: 'info', + avatar: 'N', + products: 96, + balance: '$9,235' + }, + { + id: 6, + name: "Hudson's", + color: 'dark', + avatar: 'H', + products: 120, + balance: '$14,794' + }, + { + id: 7, + name: "Tech Hifi", + color: 'dark', + avatar: 'T', + products: 104, + balance: '$11,145' + }, + { + id: 8, + name: "Brendle's", + color: 'primary', + avatar: 'B', + products: 112, + balance: '$13,575' + }, + { + id: 9, + name: "Lafayette", + color: 'success', + avatar: 'L', + products: 126, + balance: '$12,356' + }, +]; + +export { shopsData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ecommerce/orders.vue b/Vue/Admin/src/router/views/ecommerce/orders.vue new file mode 100644 index 00000000..604dc2d0 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/orders.vue @@ -0,0 +1,181 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/product-detail.vue b/Vue/Admin/src/router/views/ecommerce/product-detail.vue new file mode 100644 index 00000000..86c02923 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/product-detail.vue @@ -0,0 +1,490 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/products.vue b/Vue/Admin/src/router/views/ecommerce/products.vue new file mode 100644 index 00000000..d2842294 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/products.vue @@ -0,0 +1,348 @@ + + + diff --git a/Vue/Admin/src/router/views/ecommerce/shops.vue b/Vue/Admin/src/router/views/ecommerce/shops.vue new file mode 100644 index 00000000..8e10d601 --- /dev/null +++ b/Vue/Admin/src/router/views/ecommerce/shops.vue @@ -0,0 +1,93 @@ + + + diff --git a/Vue/Admin/src/router/views/email/data-inbox.js b/Vue/Admin/src/router/views/email/data-inbox.js new file mode 100644 index 00000000..a062a438 --- /dev/null +++ b/Vue/Admin/src/router/views/email/data-inbox.js @@ -0,0 +1,294 @@ +const emailData = [ + { + id: 1, + unread: true, + text: 'warning', + title: 'Lucas Kriebel (via Twitter)', + subject: 'Lucas Kriebel (@LucasKriebel) has sent you a direct message on Twitter! @LucasKriebel - Very cool :) Nicklas, You have a new direct message.', + date: '10-Jan' + }, + { + id: 2, + title: 'Randy, me (5)', + subject: 'Yeah i\'d like that! Do you remember the video you showed me of your train ride between Colombo and Kandy? The one with the mountain view? I would love to see that one again!', + date: '01-Feb' + }, + { + id: 3, + title: 'Bruen-McCullough', + subject: 'Sed sagittis. Nam congue, risus semper porta volutpat, quam pede lobortis ligula, sit amet eleifend pede libero quis orci. Nullam molestie nibh in lectus.', + date: '28-Apr' + }, { + id: 4, + text: 'warning', + title: 'Muller LLC', + subject: 'Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.', + date: '08-Jan' + }, { + id: 5, + title: 'Haley and Sons', + subject: 'Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.\n\nPhasellus in felis. Donec semper sapien a libero. Nam dui.\n\nProin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.', + date: '16-Nov' + }, { + id: 6, + unread: true, + title: 'Kohler-Effertz', + subject: 'Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.', + date: '05-Oct' + }, { + id: 7, + text: 'warning', + title: 'Stokes, Fay and Pfeffer', + subject: 'Duis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.\n\nIn hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.\n\nAliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.', + date: '16-Apr' + }, { + id: 8, + text: 'warning', + title: 'Hintz-O\'Reilly', + subject: 'Vestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.', + date: '30-Dec' + }, { + id: 9, + title: 'Franecki, Simonis and Dach', + subject: 'Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.', + date: '20-Feb' + }, { + id: 10, + unread: true, + text: 'warning', + title: 'Keeling-Bergstrom', + subject: 'Fusce consequat. Nulla nisl. Nunc nisl.\n\nDuis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.', + date: '26-Jan' + }, { + id: 11, + title: 'Waters, Jacobs and Ortiz', + subject: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.', + date: '09-Dec' + }, { + id: 12, + text: 'warning', + title: 'Ernser, Bernier and Schaden', + subject: 'Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.\n\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', + date: '29-Apr' + }, { + id: 13, + title: 'Davis, Pouros and Welch', + subject: 'Vestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.\n\nIn congue. Etiam justo. Etiam pretium iaculis justo.', + date: '12-Jun' + }, { + id: 14, + title: 'O\'Keefe Group\'', + subject: 'Donec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.', + date: '01-Mar' + }, { + id: 15, + text: 'warning', + title: 'Batz, Abbott and Jakubowski', + subject: 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nEtiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.', + date: '12-Oct' + }, { + id: 16, + unread: true, + title: 'Mertz and Sons', + subject: 'Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.', + date: '09-May' + }, { + id: 17, + title: 'Thompson Group', + subject: 'Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.\n\nIn quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.', + date: '26-Dec' + }, { + id: 18, + title: 'Jerde, Okuneva and Klocko', + subject: 'Nam ultrices, libero non mattis pulvinar, nulla pede ullamcorper augue, a suscipit nulla elit ac nulla. Sed vel enim sit amet nunc viverra dapibus. Nulla suscipit ligula in lacus.\n\nCurabitur at ipsum ac tellus semper interdum. Mauris ullamcorper purus sit amet nulla. Quisque arcu libero, rutrum ac, lobortis vel, dapibus at, diam.', + date: '02-Feb' + }, { + id: 19, + text: 'warning', + title: 'Boyer-Lubowitz', + subject: 'Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.', + date: '13-Nov' + }, { + id: 20, + title: 'Gutmann, McLaughlin and Nienow', + subject: 'Sed sagittis. Nam congue, risus semper porta volutpat, quam pede lobortis ligula, sit amet eleifend pede libero quis orci. Nullam molestie nibh in lectus.\n\nPellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.\n\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', + date: '25-Jul' + }, { + id: 21, + text: 'warning', + title: 'Lebsack-Schmitt', + subject: 'Cras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n\nProin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.', + date: '30-Sep' + }, { + id: 22, + unread: true, + title: 'Jacobi-Greenholt', + subject: 'Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.', + date: '16-May' + }, { + id: 23, + title: 'Kutch, Jacobson and Kozey', + subject: 'Donec diam neque, vestibulum eget, vulputate ut, ultrices vel, augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec pharetra, magna vestibulum aliquet ultrices, erat tortor sollicitudin mi, sit amet lobortis sapien sapien non mi. Integer ac neque.\n\nDuis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.\n\nIn sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.', + date: '06-Apr' + }, { + id: 24, + text: 'warning', + title: 'Bernhard and Sons', + subject: 'Phasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.\n\nProin eu mi. Nulla ac enim. In tempor, turpis nec euismod scelerisque, quam turpis adipiscing lorem, vitae mattis nibh ligula nec sem.\n\nDuis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.', + date: '09-Feb' + }, { + id: 25, + title: 'Kunze Inc', + text: 'warning', + subject: 'Mauris enim leo, rhoncus sed, vestibulum sit amet, cursus id, turpis. Integer aliquet, massa id lobortis convallis, tortor risus dapibus augue, vel accumsan tellus nisi eu orci. Mauris lacinia sapien quis libero.\n\nNullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.\n\nIn quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.', + date: '11-May' + }, { + id: 26, + title: 'Miller Group', + subject: 'Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.', + date: '19-Jul' + }, { + id: 27, + title: 'Durgan and Sons', + subject: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.\n\nAenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.', + date: '23-Dec' + }, { + id: 28, + text: 'warning', + title: 'Pfannerstill-Kautzer', + subject: 'Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.', + date: '20-Jan' + }, { + id: 29, + title: 'O\'Reilly-Ferry', + subject: 'Nullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.', + date: '29-Apr' + }, { + id: 30, + title: 'Shields, Jast and Towne', + subject: 'Sed ante. Vivamus tortor. Duis mattis egestas metus.\n\nAenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.', + date: '16-Feb' + }, { + id: 31, + text: 'warning', + title: 'Mayert-Dickinson', + subject: 'Praesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.\n\nCras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n\nProin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.', + date: '30-Dec' + }, { + id: 32, + title: 'Little LLC', + subject: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.\n\nAenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.', + date: '07-Mar' + }, { + id: 33, + text: 'warning', + title: 'Crist, Blanda and Wuckert', + subject: 'Phasellus in felis. Donec semper sapien a libero. Nam dui.', + date: '13-Aug' + }, { + id: 34, + text: 'warning', + title: 'Williamson-Sanford', + subject: 'Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.', + date: '09-Jul' + }, { + id: 35, + title: 'Gleason-Shanahan', + subject: 'Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.\n\nPhasellus in felis. Donec semper sapien a libero. Nam dui.\n\nProin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.', + date: '13-May' + }, { + id: 36, + unread: true, + title: 'Franecki-Hodkiewicz', + subject: 'Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.', + date: '15-Mar' + }, { + id: 37, + title: 'Bailey-Simonis', + subject: 'Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.', + date: '18-Sep' + }, { + id: 38, + text: 'warning', + title: 'Grant-Volkman', + subject: 'Quisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.', + date: '13-Mar' + }, { + id: 39, + title: 'Kshlerin-Cole', + subject: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.', + date: '21-Nov' + }, { + id: 40, + title: 'Pouros-Funk', + subject: 'Vestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.\n\nIn congue. Etiam justo. Etiam pretium iaculis justo.\n\nIn hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.', + date: '05-Jun' + }, { + id: 41, + title: 'Ziemann-Denesik', + subject: 'Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.', + date: '14-Apr' + }, { + id: 42, + title: 'Johnson LLC', + subject: 'In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.\n\nAliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.', + date: '30-Nov' + }, { + id: 43, + title: 'Cummings-Ferry', + subject: 'Phasellus in felis. Donec semper sapien a libero. Nam dui.\n\nProin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.\n\nInteger ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.', + date: '30-Nov' + }, { + id: 44, + title: 'Weimann-Lueilwitz', + subject: 'Integer tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.\n\nPraesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.', + date: '06-Nov' + }, { + id: 45, + unread: true, + title: 'Zieme, Krajcik and Champlin', + subject: 'Proin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.\n\nInteger ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.\n\nNam ultrices, libero non mattis pulvinar, nulla pede ullamcorper augue, a suscipit nulla elit ac nulla. Sed vel enim sit amet nunc viverra dapibus. Nulla suscipit ligula in lacus.', + date: '28-Mar' + }, { + id: 46, + title: 'Toy-Kunde', + subject: 'Vestibulum quam sapien, varius ut, blandit non, interdum in, ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis faucibus accumsan odio. Curabitur convallis.', + date: '27-Dec' + }, { + id: 47, + title: 'Mosciski and Sons', + subject: 'Duis aliquam convallis nunc. Proin at turpis a pede posuere nonummy. Integer non velit.', + date: '04-Feb' + }, { + id: 48, + title: 'Lowe, Windler and Wolff', + subject: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.', + date: '13-Mar' + }, { + id: 49, + text: 'warning', + title: 'Bruen-Bashirian', + subject: 'Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.\n\nSed ante. Vivamus tortor. Duis mattis egestas metus.', + date: '04-Mar' + }, { + id: 50, + title: 'Nader, Hickle and Ullrich', + subject: 'In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.\n\nAliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.', + date: '28-May' + }, { + id: 51, + text: 'warning', + title: 'Reilly-Homenick', + subject: 'Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.\n\nSed ante. Vivamus tortor. Duis mattis egestas metus.\n\nAenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.', + date: '18-Jan' + }, { + id: 52, + unread: true, + title: 'O\'Connell and Sons', + subject: 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.', + date: '03-Aug' + }]; + + +export { emailData }; + diff --git a/Vue/Admin/src/router/views/email/inbox.vue b/Vue/Admin/src/router/views/email/inbox.vue new file mode 100644 index 00000000..3d66e4f0 --- /dev/null +++ b/Vue/Admin/src/router/views/email/inbox.vue @@ -0,0 +1,137 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/email/reademail.vue b/Vue/Admin/src/router/views/email/reademail.vue new file mode 100644 index 00000000..0283a92c --- /dev/null +++ b/Vue/Admin/src/router/views/email/reademail.vue @@ -0,0 +1,125 @@ + + + diff --git a/Vue/Admin/src/router/views/email/sidepanel.vue b/Vue/Admin/src/router/views/email/sidepanel.vue new file mode 100644 index 00000000..4c32813b --- /dev/null +++ b/Vue/Admin/src/router/views/email/sidepanel.vue @@ -0,0 +1,140 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/email/templates/alert.vue b/Vue/Admin/src/router/views/email/templates/alert.vue new file mode 100644 index 00000000..d9d4f4c6 --- /dev/null +++ b/Vue/Admin/src/router/views/email/templates/alert.vue @@ -0,0 +1,388 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/email/templates/basic.vue b/Vue/Admin/src/router/views/email/templates/basic.vue new file mode 100644 index 00000000..9c45d3b6 --- /dev/null +++ b/Vue/Admin/src/router/views/email/templates/basic.vue @@ -0,0 +1,89 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/email/templates/billing.vue b/Vue/Admin/src/router/views/email/templates/billing.vue new file mode 100644 index 00000000..06fe7fd5 --- /dev/null +++ b/Vue/Admin/src/router/views/email/templates/billing.vue @@ -0,0 +1,118 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/email/toolbar.vue b/Vue/Admin/src/router/views/email/toolbar.vue new file mode 100644 index 00000000..c5140277 --- /dev/null +++ b/Vue/Admin/src/router/views/email/toolbar.vue @@ -0,0 +1,47 @@ + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/file-manager/index.vue b/Vue/Admin/src/router/views/file-manager/index.vue new file mode 100644 index 00000000..559b7026 --- /dev/null +++ b/Vue/Admin/src/router/views/file-manager/index.vue @@ -0,0 +1,1118 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/advanced.vue b/Vue/Admin/src/router/views/forms/advanced.vue new file mode 100644 index 00000000..f1f732c0 --- /dev/null +++ b/Vue/Admin/src/router/views/forms/advanced.vue @@ -0,0 +1,304 @@ + + + diff --git a/Vue/Admin/src/router/views/forms/editors.vue b/Vue/Admin/src/router/views/forms/editors.vue new file mode 100644 index 00000000..9f75b86f --- /dev/null +++ b/Vue/Admin/src/router/views/forms/editors.vue @@ -0,0 +1,77 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/elements.vue b/Vue/Admin/src/router/views/forms/elements.vue new file mode 100644 index 00000000..3e3c2520 --- /dev/null +++ b/Vue/Admin/src/router/views/forms/elements.vue @@ -0,0 +1,916 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/layouts.vue b/Vue/Admin/src/router/views/forms/layouts.vue new file mode 100644 index 00000000..ef8a018c --- /dev/null +++ b/Vue/Admin/src/router/views/forms/layouts.vue @@ -0,0 +1,279 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/mask.vue b/Vue/Admin/src/router/views/forms/mask.vue new file mode 100644 index 00000000..90f5b5bc --- /dev/null +++ b/Vue/Admin/src/router/views/forms/mask.vue @@ -0,0 +1,111 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/repeater.vue b/Vue/Admin/src/router/views/forms/repeater.vue new file mode 100644 index 00000000..9fe09686 --- /dev/null +++ b/Vue/Admin/src/router/views/forms/repeater.vue @@ -0,0 +1,265 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/uploads.vue b/Vue/Admin/src/router/views/forms/uploads.vue new file mode 100644 index 00000000..98f4db86 --- /dev/null +++ b/Vue/Admin/src/router/views/forms/uploads.vue @@ -0,0 +1,72 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/validation.vue b/Vue/Admin/src/router/views/forms/validation.vue new file mode 100644 index 00000000..949ee667 --- /dev/null +++ b/Vue/Admin/src/router/views/forms/validation.vue @@ -0,0 +1,906 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/forms/wizard.vue b/Vue/Admin/src/router/views/forms/wizard.vue new file mode 100644 index 00000000..cefc7b6a --- /dev/null +++ b/Vue/Admin/src/router/views/forms/wizard.vue @@ -0,0 +1,329 @@ + + + + + + diff --git a/Vue/Admin/src/router/views/icons/boxicons.vue b/Vue/Admin/src/router/views/icons/boxicons.vue new file mode 100644 index 00000000..900e0757 --- /dev/null +++ b/Vue/Admin/src/router/views/icons/boxicons.vue @@ -0,0 +1,3492 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/icons/data-fontawesome.js b/Vue/Admin/src/router/views/icons/data-fontawesome.js new file mode 100644 index 00000000..b6365dab --- /dev/null +++ b/Vue/Admin/src/router/views/icons/data-fontawesome.js @@ -0,0 +1,243 @@ +const icons = [{ "attributes": { "id": "500px", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f26e", "voted": false }, "id": "500px", "links": { "self": "/api/icons/500px" }, "type": "icon" }, { "attributes": { "id": "abacus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f640", "voted": false }, "id": "abacus", "links": { "self": "/api/icons/abacus" }, "type": "icon" }, { "attributes": { "id": "accessible-icon", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f368", "voted": false }, "id": "accessible-icon", "links": { "self": "/api/icons/accessible-icon" }, "type": "icon" }, { "attributes": { "id": "accusoft", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f369", "voted": false }, "id": "accusoft", "links": { "self": "/api/icons/accusoft" }, "type": "icon" }, { "attributes": { "id": "acorn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ae", "voted": false }, "id": "acorn", "links": { "self": "/api/icons/acorn" }, "type": "icon" }, { "attributes": { "id": "acquisitions-incorporated", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f6af", "voted": false }, "id": "acquisitions-incorporated", "links": { "self": "/api/icons/acquisitions-incorporated" }, "type": "icon" }, { "attributes": { "id": "ad", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f641", "voted": false }, "id": "ad", "links": { "self": "/api/icons/ad" }, "type": "icon" }, { "attributes": { "id": "address-book", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2b9", "voted": false }, "id": "address-book", "links": { "self": "/api/icons/address-book" }, "type": "icon" }, { "attributes": { "id": "address-card", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2bb", "voted": false }, "id": "address-card", "links": { "self": "/api/icons/address-card" }, "type": "icon" }, { "attributes": { "id": "adjust", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f042", "voted": false }, "id": "adjust", "links": { "self": "/api/icons/adjust" }, "type": "icon" }, { "attributes": { "id": "adn", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f170", "voted": false }, "id": "adn", "links": { "self": "/api/icons/adn" }, "type": "icon" }, { "attributes": { "id": "adobe", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f778", "voted": false }, "id": "adobe", "links": { "self": "/api/icons/adobe" }, "type": "icon" }, { "attributes": { "id": "adversal", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36a", "voted": false }, "id": "adversal", "links": { "self": "/api/icons/adversal" }, "type": "icon" }, { "attributes": { "id": "affiliatetheme", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36b", "voted": false }, "id": "affiliatetheme", "links": { "self": "/api/icons/affiliatetheme" }, "type": "icon" }, { "attributes": { "id": "air-conditioner", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f4", "voted": false }, "id": "air-conditioner", "links": { "self": "/api/icons/air-conditioner" }, "type": "icon" }, { "attributes": { "id": "air-freshener", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d0", "voted": false }, "id": "air-freshener", "links": { "self": "/api/icons/air-freshener" }, "type": "icon" }, { "attributes": { "id": "airbnb", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f834", "voted": false }, "id": "airbnb", "links": { "self": "/api/icons/airbnb" }, "type": "icon" }, { "attributes": { "id": "alarm-clock", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f34e", "voted": false }, "id": "alarm-clock", "links": { "self": "/api/icons/alarm-clock" }, "type": "icon" }, { "attributes": { "id": "alarm-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f843", "voted": false }, "id": "alarm-exclamation", "links": { "self": "/api/icons/alarm-exclamation" }, "type": "icon" }, { "attributes": { "id": "alarm-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f844", "voted": false }, "id": "alarm-plus", "links": { "self": "/api/icons/alarm-plus" }, "type": "icon" }, { "attributes": { "id": "alarm-snooze", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f845", "voted": true }, "id": "alarm-snooze", "links": { "self": "/api/icons/alarm-snooze" }, "type": "icon" }, { "attributes": { "id": "album", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f89f", "voted": true }, "id": "album", "links": { "self": "/api/icons/album" }, "type": "icon" }, { "attributes": { "id": "album-collection", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a0", "voted": false }, "id": "album-collection", "links": { "self": "/api/icons/album-collection" }, "type": "icon" }, { "attributes": { "id": "algolia", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36c", "voted": false }, "id": "algolia", "links": { "self": "/api/icons/algolia" }, "type": "icon" }, { "attributes": { "id": "alicorn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b0", "voted": false }, "id": "alicorn", "links": { "self": "/api/icons/alicorn" }, "type": "icon" }, { "attributes": { "id": "alien", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f5", "voted": false }, "id": "alien", "links": { "self": "/api/icons/alien" }, "type": "icon" }, { "attributes": { "id": "alien-monster", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f6", "voted": false }, "id": "alien-monster", "links": { "self": "/api/icons/alien-monster" }, "type": "icon" }, { "attributes": { "id": "align-center", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f037", "voted": false }, "id": "align-center", "links": { "self": "/api/icons/align-center" }, "type": "icon" }, { "attributes": { "id": "align-justify", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f039", "voted": false }, "id": "align-justify", "links": { "self": "/api/icons/align-justify" }, "type": "icon" }, { "attributes": { "id": "align-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f036", "voted": false }, "id": "align-left", "links": { "self": "/api/icons/align-left" }, "type": "icon" }, { "attributes": { "id": "align-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f038", "voted": false }, "id": "align-right", "links": { "self": "/api/icons/align-right" }, "type": "icon" }, { "attributes": { "id": "align-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f846", "voted": false }, "id": "align-slash", "links": { "self": "/api/icons/align-slash" }, "type": "icon" }, { "attributes": { "id": "alipay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f642", "voted": false }, "id": "alipay", "links": { "self": "/api/icons/alipay" }, "type": "icon" }, { "attributes": { "id": "allergies", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f461", "voted": false }, "id": "allergies", "links": { "self": "/api/icons/allergies" }, "type": "icon" }, { "attributes": { "id": "amazon", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f270", "voted": false }, "id": "amazon", "links": { "self": "/api/icons/amazon" }, "type": "icon" }, { "attributes": { "id": "amazon-pay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42c", "voted": false }, "id": "amazon-pay", "links": { "self": "/api/icons/amazon-pay" }, "type": "icon" }, { "attributes": { "id": "ambulance", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f9", "voted": false }, "id": "ambulance", "links": { "self": "/api/icons/ambulance" }, "type": "icon" }, { "attributes": { "id": "american-sign-language-interpreting", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a3", "voted": false }, "id": "american-sign-language-interpreting", "links": { "self": "/api/icons/american-sign-language-interpreting" }, "type": "icon" }, { "attributes": { "id": "amilia", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36d", "voted": false }, "id": "amilia", "links": { "self": "/api/icons/amilia" }, "type": "icon" }, { "attributes": { "id": "amp-guitar", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8a1", "voted": false }, "id": "amp-guitar", "links": { "self": "/api/icons/amp-guitar" }, "type": "icon" }, { "attributes": { "id": "analytics", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f643", "voted": false }, "id": "analytics", "links": { "self": "/api/icons/analytics" }, "type": "icon" } + , { "attributes": { "id": "anchor", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f13d", "voted": false }, "id": "anchor", "links": { "self": "/api/icons/anchor" }, "type": "icon" }, { "attributes": { "id": "android", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f17b", "voted": false }, "id": "android", "links": { "self": "/api/icons/android" }, "type": "icon" }, { "attributes": { "id": "angel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f779", "voted": false }, "id": "angel", "links": { "self": "/api/icons/angel" }, "type": "icon" }, { "attributes": { "id": "angellist", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f209", "voted": false }, "id": "angellist", "links": { "self": "/api/icons/angellist" }, "type": "icon" }, { "attributes": { "id": "angle-double-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f103", "voted": false }, "id": "angle-double-down", "links": { "self": "/api/icons/angle-double-down" }, "type": "icon" }, { "attributes": { "id": "angle-double-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f100", "voted": false }, "id": "angle-double-left", "links": { "self": "/api/icons/angle-double-left" }, "type": "icon" }, { "attributes": { "id": "angle-double-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f101", "voted": false }, "id": "angle-double-right", "links": { "self": "/api/icons/angle-double-right" }, "type": "icon" }, { "attributes": { "id": "angle-double-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f102", "voted": false }, "id": "angle-double-up", "links": { "self": "/api/icons/angle-double-up" }, "type": "icon" }, { "attributes": { "id": "angle-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f107", "voted": false }, "id": "angle-down", "links": { "self": "/api/icons/angle-down" }, "type": "icon" }, { "attributes": { "id": "angle-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f104", "voted": false }, "id": "angle-left", "links": { "self": "/api/icons/angle-left" }, "type": "icon" }, { "attributes": { "id": "angle-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f105", "voted": false }, "id": "angle-right", "links": { "self": "/api/icons/angle-right" }, "type": "icon" }, { "attributes": { "id": "angle-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f106", "voted": false }, "id": "angle-up", "links": { "self": "/api/icons/angle-up" }, "type": "icon" }, { "attributes": { "id": "angry", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f556", "voted": false }, "id": "angry", "links": { "self": "/api/icons/angry" }, "type": "icon" }, { "attributes": { "id": "angrycreative", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36e", "voted": false }, "id": "angrycreative", "links": { "self": "/api/icons/angrycreative" }, "type": "icon" }, { "attributes": { "id": "angular", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f420", "voted": false }, "id": "angular", "links": { "self": "/api/icons/angular" }, "type": "icon" }, { "attributes": { "id": "ankh", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f644", "voted": false }, "id": "ankh", "links": { "self": "/api/icons/ankh" }, "type": "icon" }, { "attributes": { "id": "app-store", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f36f", "voted": false }, "id": "app-store", "links": { "self": "/api/icons/app-store" }, "type": "icon" }, { "attributes": { "id": "app-store-ios", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f370", "voted": false }, "id": "app-store-ios", "links": { "self": "/api/icons/app-store-ios" }, "type": "icon" }, { "attributes": { "id": "apper", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f371", "voted": false }, "id": "apper", "links": { "self": "/api/icons/apper" }, "type": "icon" }, { "attributes": { "id": "apple", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f179", "voted": false }, "id": "apple", "links": { "self": "/api/icons/apple" }, "type": "icon" }, { "attributes": { "id": "apple-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d1", "voted": false }, "id": "apple-alt", "links": { "self": "/api/icons/apple-alt" }, "type": "icon" }, { "attributes": { "id": "apple-crate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b1", "voted": false }, "id": "apple-crate", "links": { "self": "/api/icons/apple-crate" }, "type": "icon" }, { "attributes": { "id": "apple-pay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f415", "voted": true }, "id": "apple-pay", "links": { "self": "/api/icons/apple-pay" }, "type": "icon" }, { "attributes": { "id": "archive", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f187", "voted": false }, "id": "archive", "links": { "self": "/api/icons/archive" }, "type": "icon" }, { "attributes": { "id": "archway", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f557", "voted": false }, "id": "archway", "links": { "self": "/api/icons/archway" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-circle-down", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f358", "voted": false }, "id": "arrow-alt-circle-down", "links": { "self": "/api/icons/arrow-alt-circle-down" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-circle-left", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f359", "voted": false }, "id": "arrow-alt-circle-left", "links": { "self": "/api/icons/arrow-alt-circle-left" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-circle-right", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f35a", "voted": false }, "id": "arrow-alt-circle-right", "links": { "self": "/api/icons/arrow-alt-circle-right" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-circle-up", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f35b", "voted": false }, "id": "arrow-alt-circle-up", "links": { "self": "/api/icons/arrow-alt-circle-up" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f354", "voted": false }, "id": "arrow-alt-down", "links": { "self": "/api/icons/arrow-alt-down" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-from-bottom", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f346", "voted": false }, "id": "arrow-alt-from-bottom", "links": { "self": "/api/icons/arrow-alt-from-bottom" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-from-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f347", "voted": false }, "id": "arrow-alt-from-left", "links": { "self": "/api/icons/arrow-alt-from-left" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-from-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f348", "voted": false }, "id": "arrow-alt-from-right", "links": { "self": "/api/icons/arrow-alt-from-right" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-from-top", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f349", "voted": false }, "id": "arrow-alt-from-top", "links": { "self": "/api/icons/arrow-alt-from-top" }, "type": "icon" }, { + "attributes": { "id": "arrow-alt-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f355", "voted": false } + , "id": "arrow-alt-left", "links": { "self": "/api/icons/arrow-alt-left" }, "type": "icon" +}, { "attributes": { "id": "arrow-alt-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f356", "voted": false }, "id": "arrow-alt-right", "links": { "self": "/api/icons/arrow-alt-right" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-square-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f350", "voted": false }, "id": "arrow-alt-square-down", "links": { "self": "/api/icons/arrow-alt-square-down" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-square-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f351", "voted": false }, "id": "arrow-alt-square-left", "links": { "self": "/api/icons/arrow-alt-square-left" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-square-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f352", "voted": false }, "id": "arrow-alt-square-right", "links": { "self": "/api/icons/arrow-alt-square-right" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-square-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f353", "voted": false }, "id": "arrow-alt-square-up", "links": { "self": "/api/icons/arrow-alt-square-up" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-to-bottom", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f34a", "voted": false }, "id": "arrow-alt-to-bottom", "links": { "self": "/api/icons/arrow-alt-to-bottom" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-to-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f34b", "voted": false }, "id": "arrow-alt-to-left", "links": { "self": "/api/icons/arrow-alt-to-left" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-to-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f34c", "voted": false }, "id": "arrow-alt-to-right", "links": { "self": "/api/icons/arrow-alt-to-right" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-to-top", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f34d", "voted": false }, "id": "arrow-alt-to-top", "links": { "self": "/api/icons/arrow-alt-to-top" }, "type": "icon" }, { "attributes": { "id": "arrow-alt-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f357", "voted": false }, "id": "arrow-alt-up", "links": { "self": "/api/icons/arrow-alt-up" }, "type": "icon" }, { "attributes": { "id": "arrow-circle-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ab", "voted": false }, "id": "arrow-circle-down", "links": { "self": "/api/icons/arrow-circle-down" }, "type": "icon" }, { "attributes": { "id": "arrow-circle-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a8", "voted": false }, "id": "arrow-circle-left", "links": { "self": "/api/icons/arrow-circle-left" }, "type": "icon" }, { "attributes": { "id": "arrow-circle-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a9", "voted": false }, "id": "arrow-circle-right", "links": { "self": "/api/icons/arrow-circle-right" }, "type": "icon" }, { "attributes": { "id": "arrow-circle-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0aa", "voted": false }, "id": "arrow-circle-up", "links": { "self": "/api/icons/arrow-circle-up" }, "type": "icon" }, { "attributes": { "id": "arrow-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f063", "voted": false }, "id": "arrow-down", "links": { "self": "/api/icons/arrow-down" }, "type": "icon" }, { "attributes": { "id": "arrow-from-bottom", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f342", "voted": false }, "id": "arrow-from-bottom", "links": { "self": "/api/icons/arrow-from-bottom" }, "type": "icon" }, { "attributes": { "id": "arrow-from-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f343", "voted": false }, "id": "arrow-from-left", "links": { "self": "/api/icons/arrow-from-left" }, "type": "icon" }, { + "attributes": + { "id": "arrow-from-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f344", "voted": false }, "id": "arrow-from-right", "links": { "self": "/api/icons/arrow-from-right" }, "type": "icon" +}, { "attributes": { "id": "arrow-from-top", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f345", "voted": false }, "id": "arrow-from-top", "links": { "self": "/api/icons/arrow-from-top" }, "type": "icon" }, { "attributes": { "id": "arrow-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f060", "voted": false }, "id": "arrow-left", "links": { "self": "/api/icons/arrow-left" }, "type": "icon" }, { "attributes": { "id": "arrow-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f061", "voted": false }, "id": "arrow-right", "links": { "self": "/api/icons/arrow-right" }, "type": "icon" }, { "attributes": { "id": "arrow-square-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f339", "voted": false }, "id": "arrow-square-down", "links": { "self": "/api/icons/arrow-square-down" }, "type": "icon" }, { "attributes": { "id": "arrow-square-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f33a", "voted": false }, "id": "arrow-square-left", "links": { "self": "/api/icons/arrow-square-left" }, "type": "icon" }, { "attributes": { "id": "arrow-square-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f33b", "voted": false }, "id": "arrow-square-right", "links": { "self": "/api/icons/arrow-square-right" }, "type": "icon" }, { "attributes": { "id": "arrow-square-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f33c", "voted": false }, "id": "arrow-square-up", "links": { "self": "/api/icons/arrow-square-up" }, "type": "icon" }, { "attributes": { "id": "arrow-to-bottom", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f33d", "voted": false }, "id": "arrow-to-bottom", "links": { "self": "/api/icons/arrow-to-bottom" }, "type": "icon" }, { "attributes": { "id": "arrow-to-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f33e", "voted": false }, "id": "arrow-to-left", "links": { "self": "/api/icons/arrow-to-left" }, "type": "icon" }, { "attributes": { "id": "arrow-to-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f340", "voted": false }, "id": "arrow-to-right", "links": { "self": "/api/icons/arrow-to-right" }, "type": "icon" }, { "attributes": { "id": "arrow-to-top", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f341", "voted": false }, "id": "arrow-to-top", "links": { "self": "/api/icons/arrow-to-top" }, "type": "icon" }, { "attributes": { "id": "arrow-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f062", "voted": false }, "id": "arrow-up", "links": { "self": "/api/icons/arrow-up" }, "type": "icon" }, { "attributes": { "id": "arrows", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f047", "voted": false }, "id": "arrows", "links": { "self": "/api/icons/arrows" }, "type": "icon" }, { "attributes": { "id": "arrows-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0b2", "voted": false }, "id": "arrows-alt", "links": { "self": "/api/icons/arrows-alt" }, "type": "icon" }, { "attributes": { "id": "arrows-alt-h", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f337", "voted": false }, "id": "arrows-alt-h", "links": { "self": "/api/icons/arrows-alt-h" }, "type": "icon" }, { "attributes": { "id": "arrows-alt-v", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f338", "voted": false }, "id": "arrows-alt-v", "links": { "self": "/api/icons/arrows-alt-v" }, "type": "icon" }, { "attributes": { "id": "arrows-h", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f07e", "voted": false }, "id": "arrows-h", "links": { "self": "/api/icons/arrows-h" }, "type": "icon" }, { "attributes": { "id": "arrows-v", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f07d", "voted": false }, "id": "arrows-v", "links": { "self": "/api/icons/arrows-v" }, "type": "icon" }, { "attributes": { "id": "artstation", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f77a", "voted": true }, "id": "artstation", "links": { "self": "/api/icons/artstation" }, "type": "icon" }, { "attributes": { "id": "assistive-listening-systems", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a2", "voted": false }, "id": "assistive-listening-systems", "links": { "self": "/api/icons/assistive-listening-systems" }, "type": "icon" }, { "attributes": { "id": "asterisk", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f069", "voted": false }, "id": "asterisk", "links": { "self": "/api/icons/asterisk" }, "type": "icon" }, { "attributes": { "id": "asymmetrik", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f372", "voted": false }, "id": "asymmetrik", "links": { "self": "/api/icons/asymmetrik" }, "type": "icon" }, { "attributes": { "id": "at", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1fa", "voted": false }, "id": "at", "links": { "self": "/api/icons/at" }, "type": "icon" }, { "attributes": { "id": "atlas", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f558", "voted": false }, "id": "atlas", "links": { "self": "/api/icons/atlas" }, "type": "icon" }, { "attributes": { "id": "atlassian", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f77b", "voted": true }, "id": "atlassian", "links": { "self": "/api/icons/atlassian" }, "type": "icon" }, { "attributes": { "id": "atom", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d2", "voted": false }, "id": "atom", "links": { "self": "/api/icons/atom" }, "type": "icon" }, { "attributes": { "id": "atom-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d3", "voted": false }, "id": "atom-alt", "links": { "self": "/api/icons/atom-alt" }, "type": "icon" }, { "attributes": { "id": "audible", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f373", "voted": false }, "id": "audible", "links": { "self": "/api/icons/audible" }, "type": "icon" }, { "attributes": { "id": "audio-description", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f29e", "voted": false }, "id": "audio-description", "links": { "self": "/api/icons/audio-description" }, "type": "icon" }, { "attributes": { "id": "autoprefixer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41c", "voted": false }, "id": "autoprefixer", "links": { "self": "/api/icons/autoprefixer" }, "type": "icon" }, { "attributes": { "id": "avianex", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f374", "voted": false }, "id": "avianex", "links": { "self": "/api/icons/avianex" }, "type": "icon" }, { "attributes": { "id": "aviato", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f421", "voted": false }, "id": "aviato", "links": { "self": "/api/icons/aviato" }, "type": "icon" }, { "attributes": { "id": "award", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f559", "voted": true }, "id": "award", "links": { "self": "/api/icons/award" }, "type": "icon" }, { "attributes": { "id": "aws", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f375", "voted": false }, "id": "aws", "links": { "self": "/api/icons/aws" }, "type": "icon" }, { "attributes": { "id": "axe", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b2", "voted": false }, "id": "axe", "links": { "self": "/api/icons/axe" }, "type": "icon" }, { "attributes": { "id": "axe-battle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b3", "voted": false }, "id": "axe-battle", "links": { "self": "/api/icons/axe-battle" }, "type": "icon" }, { "attributes": { "id": "baby", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f77c", "voted": true }, "id": "baby", "links": { "self": "/api/icons/baby" }, "type": "icon" }, { "attributes": { "id": "baby-carriage", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f77d", "voted": true }, "id": "baby-carriage", "links": { "self": "/api/icons/baby-carriage" }, "type": "icon" }, { "attributes": { "id": "backpack", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d4", "voted": false }, "id": "backpack", "links": { "self": "/api/icons/backpack" }, "type": "icon" }, +{ "attributes": { "id": "backspace", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55a", "voted": true }, "id": "backspace", "links": { "self": "/api/icons/backspace" }, "type": "icon" }, { "attributes": { "id": "backward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f04a", "voted": false }, "id": "backward", "links": { "self": "/api/icons/backward" }, "type": "icon" }, { "attributes": { "id": "bacon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e5", "voted": false }, "id": "bacon", "links": { "self": "/api/icons/bacon" }, "type": "icon" }, { "attributes": { "id": "bacteria", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f959", "voted": false }, "id": "bacteria", "links": { "self": "/api/icons/bacteria" }, "type": "icon" }, { "attributes": { "id": "bacterium", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95a", "voted": false }, "id": "bacterium", "links": { "self": "/api/icons/bacterium" }, "type": "icon" }, { "attributes": { "id": "badge", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f335", "voted": false }, "id": "badge", "links": { "self": "/api/icons/badge" }, "type": "icon" }, { "attributes": { "id": "badge-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f336", "voted": false }, "id": "badge-check", "links": { "self": "/api/icons/badge-check" }, "type": "icon" }, { "attributes": { "id": "badge-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f645", "voted": false }, "id": "badge-dollar", "links": { "self": "/api/icons/badge-dollar" }, "type": "icon" }, { "attributes": { "id": "badge-percent", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f646", "voted": false }, "id": "badge-percent", "links": { "self": "/api/icons/badge-percent" }, "type": "icon" }, { "attributes": { "id": "badge-sheriff", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8a2", "voted": false }, "id": "badge-sheriff", "links": { "self": "/api/icons/badge-sheriff" }, "type": "icon" }, { "attributes": { "id": "badger-honey", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b4", "voted": false }, "id": "badger-honey", "links": { "self": "/api/icons/badger-honey" }, "type": "icon" }, { "attributes": { "id": "bags-shopping", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f847", "voted": false }, "id": "bags-shopping", "links": { "self": "/api/icons/bags-shopping" }, "type": "icon" }, { "attributes": { "id": "bahai", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f666", "voted": false }, "id": "bahai", "links": { "self": "/api/icons/bahai" }, "type": "icon" }, { "attributes": { "id": "balance-scale", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f24e", "voted": false }, "id": "balance-scale", "links": { "self": "/api/icons/balance-scale" }, "type": "icon" }, { "attributes": { "id": "balance-scale-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f515", "voted": true }, "id": "balance-scale-left", "links": { "self": "/api/icons/balance-scale-left" }, "type": "icon" }, { "attributes": { "id": "balance-scale-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f516", "voted": true }, "id": "balance-scale-right", "links": { "self": "/api/icons/balance-scale-right" }, "type": "icon" }, { "attributes": { "id": "ball-pile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f77e", "voted": false }, "id": "ball-pile", "links": { "self": "/api/icons/ball-pile" }, "type": "icon" }, { "attributes": { "id": "ballot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f732", "voted": false }, "id": "ballot", "links": { "self": "/api/icons/ballot" }, "type": "icon" }, { "attributes": { "id": "ballot-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f733", "voted": false }, "id": "ballot-check", "links": { "self": "/api/icons/ballot-check" }, "type": "icon" }, { "attributes": { "id": "ban", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f05e", "voted": false }, "id": "ban", "links": { "self": "/api/icons/ban" }, "type": "icon" }, { "attributes": { "id": "band-aid", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f462", "voted": false }, "id": "band-aid", "links": { "self": "/api/icons/band-aid" }, "type": "icon" }, { "attributes": { "id": "bandcamp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2d5", "voted": false }, "id": "bandcamp", "links": { "self": "/api/icons/bandcamp" }, "type": "icon" }, { "attributes": { "id": "banjo", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a3", "voted": false }, "id": "banjo", "links": { "self": "/api/icons/banjo" }, "type": "icon" }, { "attributes": { "id": "barcode", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02a", "voted": false }, "id": "barcode", "links": { "self": "/api/icons/barcode" }, "type": "icon" }, { "attributes": { "id": "barcode-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f463", "voted": false }, "id": "barcode-alt", "links": { "self": "/api/icons/barcode-alt" }, "type": "icon" }, { "attributes": { "id": "barcode-read", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f464", "voted": false }, "id": "barcode-read", "links": { "self": "/api/icons/barcode-read" }, "type": "icon" }, { "attributes": { "id": "barcode-scan", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f465", "voted": false }, "id": "barcode-scan", "links": { "self": "/api/icons/barcode-scan" }, "type": "icon" }, { "attributes": { "id": "bars", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c9", "voted": false }, "id": "bars", "links": { "self": "/api/icons/bars" }, "type": "icon" }, { "attributes": { "id": "baseball", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f432", "voted": false }, "id": "baseball", "links": { "self": "/api/icons/baseball" }, "type": "icon" }, { "attributes": { "id": "baseball-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f433", "voted": false }, "id": "baseball-ball", "links": { "self": "/api/icons/baseball-ball" }, "type": "icon" }, { "attributes": { "id": "basketball-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f434", "voted": false }, "id": "basketball-ball", "links": { "self": "/api/icons/basketball-ball" }, "type": "icon" }, { "attributes": { "id": "basketball-hoop", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f435", "voted": false }, "id": "basketball-hoop", "links": { "self": "/api/icons/basketball-hoop" }, "type": "icon" }, { "attributes": { "id": "bat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b5", "voted": false }, "id": "bat", "links": { "self": "/api/icons/bat" }, "type": "icon" }, { "attributes": { "id": "bath", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2cd", "voted": false }, "id": "bath", "links": { "self": "/api/icons/bath" }, "type": "icon" }, { "attributes": { "id": "battery-bolt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f376", "voted": false }, "id": "battery-bolt", "links": { "self": "/api/icons/battery-bolt" }, "type": "icon" }, { "attributes": { "id": "battery-empty", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f244", "voted": false }, "id": "battery-empty", "links": { "self": "/api/icons/battery-empty" }, "type": "icon" }, { "attributes": { "id": "battery-full", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f240", "voted": false }, "id": "battery-full", "links": { "self": "/api/icons/battery-full" }, "type": "icon" }, { "attributes": { "id": "battery-half", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f242", "voted": false }, "id": "battery-half", "links": { "self": "/api/icons/battery-half" }, "type": "icon" }, { + "attributes": { "id": "battery-quarter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f243", "voted": false }, + "id": "battery-quarter", "links": { "self": "/api/icons/battery-quarter" }, "type": "icon" +}, { "attributes": { "id": "battery-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f377", "voted": false }, "id": "battery-slash", "links": { "self": "/api/icons/battery-slash" }, "type": "icon" }, { "attributes": { "id": "battery-three-quarters", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f241", "voted": false }, "id": "battery-three-quarters", "links": { "self": "/api/icons/battery-three-quarters" }, "type": "icon" }, { "attributes": { "id": "battle-net", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f835", "voted": false }, "id": "battle-net", "links": { "self": "/api/icons/battle-net" }, "type": "icon" }, { "attributes": { "id": "bed", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f236", "voted": false }, "id": "bed", "links": { "self": "/api/icons/bed" }, "type": "icon" }, { "attributes": { "id": "bed-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f7", "voted": false }, "id": "bed-alt", "links": { "self": "/api/icons/bed-alt" }, "type": "icon" }, { "attributes": { "id": "bed-bunk", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f8", "voted": false }, "id": "bed-bunk", "links": { "self": "/api/icons/bed-bunk" }, "type": "icon" }, { "attributes": { "id": "bed-empty", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f9", "voted": false }, "id": "bed-empty", "links": { "self": "/api/icons/bed-empty" }, "type": "icon" }, { "attributes": { "id": "beer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0fc", "voted": false }, "id": "beer", "links": { "self": "/api/icons/beer" }, "type": "icon" }, { "attributes": { "id": "behance", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1b4", "voted": false }, "id": "behance", "links": { "self": "/api/icons/behance" }, "type": "icon" }, { "attributes": { "id": "behance-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1b5", "voted": false }, "id": "behance-square", "links": { "self": "/api/icons/behance-square" }, "type": "icon" }, { "attributes": { "id": "bell", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f3", "voted": false }, "id": "bell", "links": { "self": "/api/icons/bell" }, "type": "icon" }, { "attributes": { "id": "bell-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f848", "voted": false }, "id": "bell-exclamation", "links": { "self": "/api/icons/bell-exclamation" }, "type": "icon" }, { "attributes": { "id": "bell-on", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8fa", "voted": false }, "id": "bell-on", "links": { "self": "/api/icons/bell-on" }, "type": "icon" }, { "attributes": { "id": "bell-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f849", "voted": false }, "id": "bell-plus", "links": { "self": "/api/icons/bell-plus" }, "type": "icon" }, { "attributes": { "id": "bell-school", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d5", "voted": false }, "id": "bell-school", "links": { "self": "/api/icons/bell-school" }, "type": "icon" }, { "attributes": { "id": "bell-school-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d6", "voted": false }, "id": "bell-school-slash", "links": { "self": "/api/icons/bell-school-slash" }, "type": "icon" }, { "attributes": { "id": "bell-slash", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1f6", "voted": false }, "id": "bell-slash", "links": { "self": "/api/icons/bell-slash" }, "type": "icon" }, { "attributes": { "id": "bells", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f77f", "voted": false }, "id": "bells", "links": { "self": "/api/icons/bells" }, "type": "icon" }, { "attributes": { "id": "betamax", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a4", "voted": false }, "id": "betamax", "links": { "self": "/api/icons/betamax" }, "type": "icon" }, { "attributes": { "id": "bezier-curve", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55b", "voted": false }, "id": "bezier-curve", "links": { "self": "/api/icons/bezier-curve" }, "type": "icon" }, { "attributes": { "id": "bible", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f647", "voted": false }, "id": "bible", "links": { "self": "/api/icons/bible" }, "type": "icon" }, { "attributes": { "id": "bicycle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f206", "voted": false }, "id": "bicycle", "links": { "self": "/api/icons/bicycle" }, "type": "icon" }, { "attributes": { "id": "biking", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84a", "voted": false }, "id": "biking", "links": { "self": "/api/icons/biking" }, "type": "icon" }, { "attributes": { "id": "biking-mountain", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84b", "voted": false }, "id": "biking-mountain", "links": { "self": "/api/icons/biking-mountain" }, "type": "icon" }, { "attributes": { "id": "bimobject", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f378", "voted": false }, "id": "bimobject", "links": { "self": "/api/icons/bimobject" }, "type": "icon" }, { "attributes": { "id": "binoculars", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e5", "voted": false }, "id": "binoculars", "links": { "self": "/api/icons/binoculars" }, "type": "icon" }, { "attributes": { "id": "biohazard", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f780", "voted": true }, "id": "biohazard", "links": { "self": "/api/icons/biohazard" }, "type": "icon" }, { "attributes": { "id": "birthday-cake", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1fd", "voted": false }, "id": "birthday-cake", "links": { "self": "/api/icons/birthday-cake" }, "type": "icon" }, { "attributes": { "id": "bitbucket", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f171", "voted": false }, "id": "bitbucket", "links": { "self": "/api/icons/bitbucket" }, "type": "icon" }, { "attributes": { "id": "bitcoin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f379", "voted": false }, "id": "bitcoin", "links": { "self": "/api/icons/bitcoin" }, "type": "icon" }, { "attributes": { "id": "bity", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f37a", "voted": false }, "id": "bity", "links": { "self": "/api/icons/bity" }, "type": "icon" }, { "attributes": { "id": "black-tie", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f27e", "voted": false }, "id": "black-tie", "links": { "self": "/api/icons/black-tie" }, "type": "icon" }, { "attributes": { "id": "blackberry", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f37b", "voted": false }, "id": "blackberry", "links": { "self": "/api/icons/blackberry" }, "type": "icon" }, { "attributes": { "id": "blanket", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f498", "voted": false }, "id": "blanket", "links": { "self": "/api/icons/blanket" }, "type": "icon" }, { "attributes": { "id": "blender", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f517", "voted": false }, "id": "blender", "links": { "self": "/api/icons/blender" }, "type": "icon" }, { "attributes": { "id": "blender-phone", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b6", "voted": false }, "id": "blender-phone", "links": { "self": "/api/icons/blender-phone" }, "type": "icon" }, { "attributes": { "id": "blind", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f29d", "voted": false }, "id": "blind", "links": { "self": "/api/icons/blind" }, "type": "icon" }, { "attributes": { "id": "blinds", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8fb", "voted": false }, "id": "blinds", "links": { "self": "/api/icons/blinds" }, "type": "icon" }, { "attributes": { "id": "blinds-open", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8fc", "voted": false }, "id": "blinds-open", "links": { "self": "/api/icons/blinds-open" }, "type": "icon" }, { + "attributes": { + "id": "blinds-raised", + "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8fd", "voted": false + }, "id": "blinds-raised", "links": { "self": "/api/icons/blinds-raised" }, "type": "icon" +}, { "attributes": { "id": "blog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f781", "voted": true }, "id": "blog", "links": { "self": "/api/icons/blog" }, "type": "icon" }, { "attributes": { "id": "blogger", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f37c", "voted": false }, "id": "blogger", "links": { "self": "/api/icons/blogger" }, "type": "icon" }, { "attributes": { "id": "blogger-b", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f37d", "voted": false }, "id": "blogger-b", "links": { "self": "/api/icons/blogger-b" }, "type": "icon" }, { "attributes": { "id": "bluetooth", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f293", "voted": false }, "id": "bluetooth", "links": { "self": "/api/icons/bluetooth" }, "type": "icon" }, { "attributes": { "id": "bluetooth-b", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f294", "voted": false }, "id": "bluetooth-b", "links": { "self": "/api/icons/bluetooth-b" }, "type": "icon" }, { "attributes": { "id": "bold", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f032", "voted": false }, "id": "bold", "links": { "self": "/api/icons/bold" }, "type": "icon" }, { "attributes": { "id": "bolt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e7", "voted": false }, "id": "bolt", "links": { "self": "/api/icons/bolt" }, "type": "icon" }, { "attributes": { "id": "bomb", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e2", "voted": false }, "id": "bomb", "links": { "self": "/api/icons/bomb" }, "type": "icon" }, { "attributes": { "id": "bone", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d7", "voted": false }, "id": "bone", "links": { "self": "/api/icons/bone" }, "type": "icon" }, { "attributes": { "id": "bone-break", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d8", "voted": false }, "id": "bone-break", "links": { "self": "/api/icons/bone-break" }, "type": "icon" }, { "attributes": { "id": "bong", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55c", "voted": false }, "id": "bong", "links": { "self": "/api/icons/bong" }, "type": "icon" }, { "attributes": { "id": "book", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02d", "voted": false }, "id": "book", "links": { "self": "/api/icons/book" }, "type": "icon" }, { "attributes": { "id": "book-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5d9", "voted": false }, "id": "book-alt", "links": { "self": "/api/icons/book-alt" }, "type": "icon" }, { "attributes": { "id": "book-dead", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b7", "voted": false }, "id": "book-dead", "links": { "self": "/api/icons/book-dead" }, "type": "icon" }, { "attributes": { "id": "book-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f499", "voted": false }, "id": "book-heart", "links": { "self": "/api/icons/book-heart" }, "type": "icon" }, { "attributes": { "id": "book-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e6", "voted": false }, "id": "book-medical", "links": { "self": "/api/icons/book-medical" }, "type": "icon" }, { "attributes": { "id": "book-open", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f518", "voted": true }, "id": "book-open", "links": { "self": "/api/icons/book-open" }, "type": "icon" }, { "attributes": { "id": "book-reader", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5da", "voted": false }, "id": "book-reader", "links": { "self": "/api/icons/book-reader" }, "type": "icon" }, { "attributes": { "id": "book-spells", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b8", "voted": false }, "id": "book-spells", "links": { "self": "/api/icons/book-spells" }, "type": "icon" }, { "attributes": { "id": "book-user", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e7", "voted": false }, "id": "book-user", "links": { "self": "/api/icons/book-user" }, "type": "icon" }, { "attributes": { "id": "bookmark", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02e", "voted": false }, "id": "bookmark", "links": { "self": "/api/icons/bookmark" }, "type": "icon" }, { "attributes": { "id": "books", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5db", "voted": false }, "id": "books", "links": { "self": "/api/icons/books" }, "type": "icon" }, { "attributes": { "id": "books-medical", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e8", "voted": false }, "id": "books-medical", "links": { "self": "/api/icons/books-medical" }, "type": "icon" }, { "attributes": { "id": "boombox", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a5", "voted": false }, "id": "boombox", "links": { "self": "/api/icons/boombox" }, "type": "icon" }, { "attributes": { "id": "boot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f782", "voted": false }, "id": "boot", "links": { "self": "/api/icons/boot" }, "type": "icon" }, { "attributes": { "id": "booth-curtain", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f734", "voted": false }, "id": "booth-curtain", "links": { "self": "/api/icons/booth-curtain" }, "type": "icon" }, { "attributes": { "id": "bootstrap", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f836", "voted": false }, "id": "bootstrap", "links": { "self": "/api/icons/bootstrap" }, "type": "icon" }, { "attributes": { "id": "border-all", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84c", "voted": false }, "id": "border-all", "links": { "self": "/api/icons/border-all" }, "type": "icon" }, { "attributes": { "id": "border-bottom", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84d", "voted": false }, "id": "border-bottom", "links": { "self": "/api/icons/border-bottom" }, "type": "icon" }, { "attributes": { "id": "border-center-h", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f89c", "voted": false }, "id": "border-center-h", "links": { "self": "/api/icons/border-center-h" }, "type": "icon" }, { "attributes": { "id": "border-center-v", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f89d", "voted": false }, "id": "border-center-v", "links": { "self": "/api/icons/border-center-v" }, "type": "icon" }, { "attributes": { "id": "border-inner", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84e", "voted": false }, "id": "border-inner", "links": { "self": "/api/icons/border-inner" }, "type": "icon" }, { "attributes": { "id": "border-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f84f", "voted": false }, "id": "border-left", "links": { "self": "/api/icons/border-left" }, "type": "icon" }, { "attributes": { "id": "border-none", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f850", "voted": false }, "id": "border-none", "links": { "self": "/api/icons/border-none" }, "type": "icon" }, { "attributes": { "id": "border-outer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f851", "voted": false }, "id": "border-outer", "links": { "self": "/api/icons/border-outer" }, "type": "icon" }, { "attributes": { "id": "border-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f852", "voted": false }, "id": "border-right", "links": { "self": "/api/icons/border-right" }, "type": "icon" }, { "attributes": { "id": "border-style", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f853", "voted": false }, "id": "border-style", "links": { "self": "/api/icons/border-style" }, "type": "icon" }, { "attributes": { "id": "border-style-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f854", "voted": false }, "id": "border-style-alt", "links": { "self": "/api/icons/border-style-alt" }, "type": "icon" }, +{ "attributes": { "id": "border-top", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f855", "voted": false }, "id": "border-top", "links": { "self": "/api/icons/border-top" }, "type": "icon" }, { "attributes": { "id": "bow-arrow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6b9", "voted": false }, "id": "bow-arrow", "links": { "self": "/api/icons/bow-arrow" }, "type": "icon" }, { "attributes": { "id": "bowling-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f436", "voted": false }, "id": "bowling-ball", "links": { "self": "/api/icons/bowling-ball" }, "type": "icon" }, { "attributes": { "id": "bowling-pins", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f437", "voted": false }, "id": "bowling-pins", "links": { "self": "/api/icons/bowling-pins" }, "type": "icon" }, { "attributes": { "id": "box", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f466", "voted": false }, "id": "box", "links": { "self": "/api/icons/box" }, "type": "icon" }, { "attributes": { "id": "box-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49a", "voted": false }, "id": "box-alt", "links": { "self": "/api/icons/box-alt" }, "type": "icon" }, { "attributes": { "id": "box-ballot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f735", "voted": false }, "id": "box-ballot", "links": { "self": "/api/icons/box-ballot" }, "type": "icon" }, { "attributes": { "id": "box-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f467", "voted": false }, "id": "box-check", "links": { "self": "/api/icons/box-check" }, "type": "icon" }, { "attributes": { "id": "box-fragile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49b", "voted": false }, "id": "box-fragile", "links": { "self": "/api/icons/box-fragile" }, "type": "icon" }, { "attributes": { "id": "box-full", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49c", "voted": false }, "id": "box-full", "links": { "self": "/api/icons/box-full" }, "type": "icon" }, { "attributes": { "id": "box-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49d", "voted": false }, "id": "box-heart", "links": { "self": "/api/icons/box-heart" }, "type": "icon" }, { "attributes": { "id": "box-open", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49e", "voted": false }, "id": "box-open", "links": { "self": "/api/icons/box-open" }, "type": "icon" }, { "attributes": { "id": "box-tissue", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95b", "voted": false }, "id": "box-tissue", "links": { "self": "/api/icons/box-tissue" }, "type": "icon" }, { "attributes": { "id": "box-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f49f", "voted": false }, "id": "box-up", "links": { "self": "/api/icons/box-up" }, "type": "icon" }, { "attributes": { "id": "box-usd", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a0", "voted": false }, "id": "box-usd", "links": { "self": "/api/icons/box-usd" }, "type": "icon" }, { "attributes": { "id": "boxes", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f468", "voted": false }, "id": "boxes", "links": { "self": "/api/icons/boxes" }, "type": "icon" }, { "attributes": { "id": "boxes-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a1", "voted": false }, "id": "boxes-alt", "links": { "self": "/api/icons/boxes-alt" }, "type": "icon" }, { "attributes": { "id": "boxing-glove", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f438", "voted": false }, "id": "boxing-glove", "links": { "self": "/api/icons/boxing-glove" }, "type": "icon" }, { "attributes": { "id": "brackets", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e9", "voted": false }, "id": "brackets", "links": { "self": "/api/icons/brackets" }, "type": "icon" }, { "attributes": { "id": "brackets-curly", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ea", "voted": true }, "id": "brackets-curly", "links": { "self": "/api/icons/brackets-curly" }, "type": "icon" }, { "attributes": { "id": "braille", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a1", "voted": false }, "id": "braille", "links": { "self": "/api/icons/braille" }, "type": "icon" }, { "attributes": { "id": "brain", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5dc", "voted": false }, "id": "brain", "links": { "self": "/api/icons/brain" }, "type": "icon" }, { "attributes": { "id": "bread-loaf", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7eb", "voted": false }, "id": "bread-loaf", "links": { "self": "/api/icons/bread-loaf" }, "type": "icon" }, { "attributes": { "id": "bread-slice", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ec", "voted": false }, "id": "bread-slice", "links": { "self": "/api/icons/bread-slice" }, "type": "icon" }, { "attributes": { "id": "briefcase", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0b1", "voted": false }, "id": "briefcase", "links": { "self": "/api/icons/briefcase" }, "type": "icon" }, { "attributes": { "id": "briefcase-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f469", "voted": false }, "id": "briefcase-medical", "links": { "self": "/api/icons/briefcase-medical" }, "type": "icon" }, { "attributes": { "id": "bring-forward", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f856", "voted": true }, "id": "bring-forward", "links": { "self": "/api/icons/bring-forward" }, "type": "icon" }, { "attributes": { "id": "bring-front", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f857", "voted": true }, "id": "bring-front", "links": { "self": "/api/icons/bring-front" }, "type": "icon" }, { "attributes": { "id": "broadcast-tower", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f519", "voted": true }, "id": "broadcast-tower", "links": { "self": "/api/icons/broadcast-tower" }, "type": "icon" }, { "attributes": { "id": "broom", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51a", "voted": true }, "id": "broom", "links": { "self": "/api/icons/broom" }, "type": "icon" }, { "attributes": { "id": "browser", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f37e", "voted": false }, "id": "browser", "links": { "self": "/api/icons/browser" }, "type": "icon" }, { "attributes": { "id": "brush", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55d", "voted": false }, "id": "brush", "links": { "self": "/api/icons/brush" }, "type": "icon" }, { "attributes": { "id": "btc", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f15a", "voted": false }, "id": "btc", "links": { "self": "/api/icons/btc" }, "type": "icon" }, { "attributes": { "id": "buffer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f837", "voted": false }, "id": "buffer", "links": { "self": "/api/icons/buffer" }, "type": "icon" }, { "attributes": { "id": "bug", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f188", "voted": false }, "id": "bug", "links": { "self": "/api/icons/bug" }, "type": "icon" }, { "attributes": { "id": "building", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ad", "voted": false }, "id": "building", "links": { "self": "/api/icons/building" }, "type": "icon" }, { "attributes": { "id": "bullhorn", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a1", "voted": false }, "id": "bullhorn", "links": { "self": "/api/icons/bullhorn" }, "type": "icon" }, { + "attributes": { + "id": "bullseye", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f140", "voted": false + }, "id": "bullseye", + "links": { "self": "/api/icons/bullseye" }, "type": "icon" +}, { + "attributes": { + "id": "bullseye-arrow", + "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f648", "voted": false + }, "id": "bullseye-arrow", "links": { "self": "/api/icons/bullseye-arrow" }, "type": "icon" +}, { "attributes": { "id": "bullseye-pointer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f649", "voted": false }, "id": "bullseye-pointer", "links": { "self": "/api/icons/bullseye-pointer" }, "type": "icon" }, { "attributes": { "id": "burger-soda", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f858", "voted": false }, "id": "burger-soda", "links": { "self": "/api/icons/burger-soda" }, "type": "icon" }, { "attributes": { "id": "burn", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46a", "voted": false }, "id": "burn", "links": { "self": "/api/icons/burn" }, "type": "icon" }, { "attributes": { "id": "buromobelexperte", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f37f", "voted": false }, "id": "buromobelexperte", "links": { "self": "/api/icons/buromobelexperte" }, "type": "icon" }, { "attributes": { "id": "burrito", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ed", "voted": false }, "id": "burrito", "links": { "self": "/api/icons/burrito" }, "type": "icon" }, { "attributes": { "id": "bus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f207", "voted": false }, "id": "bus", "links": { "self": "/api/icons/bus" }, "type": "icon" }, { "attributes": { "id": "bus-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55e", "voted": false }, "id": "bus-alt", "links": { "self": "/api/icons/bus-alt" }, "type": "icon" }, { "attributes": { "id": "bus-school", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5dd", "voted": false }, "id": "bus-school", "links": { "self": "/api/icons/bus-school" }, "type": "icon" }, { "attributes": { "id": "business-time", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64a", "voted": false }, "id": "business-time", "links": { "self": "/api/icons/business-time" }, "type": "icon" }, { "attributes": { "id": "buy-n-large", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f8a6", "voted": false }, "id": "buy-n-large", "links": { "self": "/api/icons/buy-n-large" }, "type": "icon" }, { "attributes": { "id": "buysellads", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f20d", "voted": false }, "id": "buysellads", "links": { "self": "/api/icons/buysellads" }, "type": "icon" }, { "attributes": { "id": "cabinet-filing", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64b", "voted": false }, "id": "cabinet-filing", "links": { "self": "/api/icons/cabinet-filing" }, "type": "icon" }, { "attributes": { "id": "cactus", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8a7", "voted": false }, "id": "cactus", "links": { "self": "/api/icons/cactus" }, "type": "icon" }, { "attributes": { "id": "calculator", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ec", "voted": false }, "id": "calculator", "links": { "self": "/api/icons/calculator" }, "type": "icon" }, { "attributes": { "id": "calculator-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64c", "voted": false }, "id": "calculator-alt", "links": { "self": "/api/icons/calculator-alt" }, "type": "icon" }, { "attributes": { "id": "calendar", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f133", "voted": false }, "id": "calendar", "links": { "self": "/api/icons/calendar" }, "type": "icon" }, { "attributes": { "id": "calendar-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f073", "voted": false }, "id": "calendar-alt", "links": { "self": "/api/icons/calendar-alt" }, "type": "icon" }, { "attributes": { "id": "calendar-check", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f274", "voted": false }, "id": "calendar-check", "links": { "self": "/api/icons/calendar-check" }, "type": "icon" }, { "attributes": { "id": "calendar-day", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f783", "voted": true }, "id": "calendar-day", "links": { "self": "/api/icons/calendar-day" }, "type": "icon" }, { "attributes": { "id": "calendar-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f333", "voted": false }, "id": "calendar-edit", "links": { "self": "/api/icons/calendar-edit" }, "type": "icon" }, { "attributes": { "id": "calendar-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f334", "voted": false }, "id": "calendar-exclamation", "links": { "self": "/api/icons/calendar-exclamation" }, "type": "icon" }, { "attributes": { "id": "calendar-minus", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f272", "voted": false }, "id": "calendar-minus", "links": { "self": "/api/icons/calendar-minus" }, "type": "icon" }, { "attributes": { "id": "calendar-plus", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f271", "voted": false }, "id": "calendar-plus", "links": { "self": "/api/icons/calendar-plus" }, "type": "icon" }, { "attributes": { "id": "calendar-star", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f736", "voted": false }, "id": "calendar-star", "links": { "self": "/api/icons/calendar-star" }, "type": "icon" }, { "attributes": { "id": "calendar-times", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f273", "voted": false }, "id": "calendar-times", "links": { "self": "/api/icons/calendar-times" }, "type": "icon" }, { "attributes": { "id": "calendar-week", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f784", "voted": true }, "id": "calendar-week", "links": { "self": "/api/icons/calendar-week" }, "type": "icon" }, { "attributes": { "id": "camcorder", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a8", "voted": false }, "id": "camcorder", "links": { "self": "/api/icons/camcorder" }, "type": "icon" }, { "attributes": { "id": "camera", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f030", "voted": false }, "id": "camera", "links": { "self": "/api/icons/camera" }, "type": "icon" }, { "attributes": { "id": "camera-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f332", "voted": false }, "id": "camera-alt", "links": { "self": "/api/icons/camera-alt" }, "type": "icon" }, { "attributes": { "id": "camera-home", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8fe", "voted": false }, "id": "camera-home", "links": { "self": "/api/icons/camera-home" }, "type": "icon" }, { "attributes": { "id": "camera-movie", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8a9", "voted": false }, "id": "camera-movie", "links": { "self": "/api/icons/camera-movie" }, "type": "icon" }, { "attributes": { "id": "camera-polaroid", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8aa", "voted": false }, "id": "camera-polaroid", "links": { "self": "/api/icons/camera-polaroid" }, "type": "icon" }, { "attributes": { "id": "camera-retro", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f083", "voted": false }, "id": "camera-retro", "links": { "self": "/api/icons/camera-retro" }, "type": "icon" }, { "attributes": { "id": "campfire", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ba", "voted": false }, "id": "campfire", "links": { "self": "/api/icons/campfire" }, "type": "icon" }, { "attributes": { "id": "campground", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6bb", "voted": false }, "id": "campground", "links": { "self": "/api/icons/campground" }, "type": "icon" }, { "attributes": { "id": "canadian-maple-leaf", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f785", "voted": false }, "id": "canadian-maple-leaf", "links": { "self": "/api/icons/canadian-maple-leaf" }, "type": "icon" }, { "attributes": { "id": "candle-holder", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6bc", "voted": false }, "id": "candle-holder", "links": { "self": "/api/icons/candle-holder" }, "type": "icon" }, { + "attributes": { "id": "candy-cane", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f786", "voted": false }, + "id": "candy-cane", "links": { "self": "/api/icons/candy-cane" }, "type": "icon" +}, { "attributes": { "id": "candy-corn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6bd", "voted": false }, "id": "candy-corn", "links": { "self": "/api/icons/candy-corn" }, "type": "icon" }, { "attributes": { "id": "cannabis", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f55f", "voted": false }, "id": "cannabis", "links": { "self": "/api/icons/cannabis" }, "type": "icon" }, { "attributes": { "id": "capsules", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46b", "voted": false }, "id": "capsules", "links": { "self": "/api/icons/capsules" }, "type": "icon" }, { "attributes": { "id": "car", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1b9", "voted": false }, "id": "car", "links": { "self": "/api/icons/car" }, "type": "icon" }, { "attributes": { "id": "car-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5de", "voted": false }, "id": "car-alt", "links": { "self": "/api/icons/car-alt" }, "type": "icon" }, { "attributes": { "id": "car-battery", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5df", "voted": false }, "id": "car-battery", "links": { "self": "/api/icons/car-battery" }, "type": "icon" }, { "attributes": { "id": "car-building", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f859", "voted": false }, "id": "car-building", "links": { "self": "/api/icons/car-building" }, "type": "icon" }, { "attributes": { "id": "car-bump", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e0", "voted": false }, "id": "car-bump", "links": { "self": "/api/icons/car-bump" }, "type": "icon" }, { "attributes": { "id": "car-bus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85a", "voted": false }, "id": "car-bus", "links": { "self": "/api/icons/car-bus" }, "type": "icon" }, { "attributes": { "id": "car-crash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e1", "voted": false }, "id": "car-crash", "links": { "self": "/api/icons/car-crash" }, "type": "icon" }, { "attributes": { "id": "car-garage", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e2", "voted": false }, "id": "car-garage", "links": { "self": "/api/icons/car-garage" }, "type": "icon" }, { "attributes": { "id": "car-mechanic", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e3", "voted": false }, "id": "car-mechanic", "links": { "self": "/api/icons/car-mechanic" }, "type": "icon" }, { "attributes": { "id": "car-side", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e4", "voted": false }, "id": "car-side", "links": { "self": "/api/icons/car-side" }, "type": "icon" }, { "attributes": { "id": "car-tilt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e5", "voted": false }, "id": "car-tilt", "links": { "self": "/api/icons/car-tilt" }, "type": "icon" }, { "attributes": { "id": "car-wash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e6", "voted": false }, "id": "car-wash", "links": { "self": "/api/icons/car-wash" }, "type": "icon" }, { "attributes": { "id": "caravan", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ff", "voted": true }, "id": "caravan", "links": { "self": "/api/icons/caravan" }, "type": "icon" }, { "attributes": { "id": "caravan-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f900", "voted": false }, "id": "caravan-alt", "links": { "self": "/api/icons/caravan-alt" }, "type": "icon" }, { "attributes": { "id": "caret-circle-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f32d", "voted": false }, "id": "caret-circle-down", "links": { "self": "/api/icons/caret-circle-down" }, "type": "icon" }, { "attributes": { "id": "caret-circle-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f32e", "voted": false }, "id": "caret-circle-left", "links": { "self": "/api/icons/caret-circle-left" }, "type": "icon" }, { "attributes": { "id": "caret-circle-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f330", "voted": false }, "id": "caret-circle-right", "links": { "self": "/api/icons/caret-circle-right" }, "type": "icon" }, { "attributes": { "id": "caret-circle-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f331", "voted": false }, "id": "caret-circle-up", "links": { "self": "/api/icons/caret-circle-up" }, "type": "icon" }, { "attributes": { "id": "caret-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d7", "voted": false }, "id": "caret-down", "links": { "self": "/api/icons/caret-down" }, "type": "icon" }, { "attributes": { "id": "caret-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d9", "voted": false }, "id": "caret-left", "links": { "self": "/api/icons/caret-left" }, "type": "icon" }, { "attributes": { "id": "caret-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0da", "voted": false }, "id": "caret-right", "links": { "self": "/api/icons/caret-right" }, "type": "icon" }, { "attributes": { "id": "caret-square-down", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f150", "voted": false }, "id": "caret-square-down", "links": { "self": "/api/icons/caret-square-down" }, "type": "icon" }, { "attributes": { "id": "caret-square-left", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f191", "voted": false }, "id": "caret-square-left", "links": { "self": "/api/icons/caret-square-left" }, "type": "icon" }, { "attributes": { "id": "caret-square-right", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f152", "voted": false }, "id": "caret-square-right", "links": { "self": "/api/icons/caret-square-right" }, "type": "icon" }, { "attributes": { "id": "caret-square-up", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f151", "voted": false }, "id": "caret-square-up", "links": { "self": "/api/icons/caret-square-up" }, "type": "icon" }, { "attributes": { "id": "caret-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d8", "voted": false }, "id": "caret-up", "links": { "self": "/api/icons/caret-up" }, "type": "icon" }, { "attributes": { "id": "carrot", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f787", "voted": false }, "id": "carrot", "links": { "self": "/api/icons/carrot" }, "type": "icon" }, { "attributes": { "id": "cars", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85b", "voted": false }, "id": "cars", "links": { "self": "/api/icons/cars" }, "type": "icon" }, { "attributes": { "id": "cart-arrow-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f218", "voted": false }, "id": "cart-arrow-down", "links": { "self": "/api/icons/cart-arrow-down" }, "type": "icon" }, { "attributes": { "id": "cart-plus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f217", "voted": false }, "id": "cart-plus", "links": { "self": "/api/icons/cart-plus" }, "type": "icon" }, { "attributes": { "id": "cash-register", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f788", "voted": true }, "id": "cash-register", "links": { "self": "/api/icons/cash-register" }, "type": "icon" }, { "attributes": { "id": "cassette-tape", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ab", "voted": false }, "id": "cassette-tape", "links": { "self": "/api/icons/cassette-tape" }, "type": "icon" }, { "attributes": { "id": "cat", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6be", "voted": true }, "id": "cat", "links": { "self": "/api/icons/cat" }, "type": "icon" }, { "attributes": { "id": "cat-space", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f901", "voted": false }, "id": "cat-space", "links": { "self": "/api/icons/cat-space" }, "type": "icon" }, { + "attributes": { + "id": "cauldron", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6bf", "voted": false + }, "id": "cauldron", "links": { "self": "/api/icons/cauldron" }, "type": "icon" +}, { "attributes": { "id": "cc-amazon-pay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42d", "voted": false }, "id": "cc-amazon-pay", "links": { "self": "/api/icons/cc-amazon-pay" }, "type": "icon" }, { "attributes": { "id": "cc-amex", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f3", "voted": false }, "id": "cc-amex", "links": { "self": "/api/icons/cc-amex" }, "type": "icon" }, { "attributes": { "id": "cc-apple-pay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f416", "voted": false }, "id": "cc-apple-pay", "links": { "self": "/api/icons/cc-apple-pay" }, "type": "icon" }, { "attributes": { "id": "cc-diners-club", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f24c", "voted": false }, "id": "cc-diners-club", "links": { "self": "/api/icons/cc-diners-club" }, "type": "icon" }, { "attributes": { "id": "cc-discover", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f2", "voted": false }, "id": "cc-discover", "links": { "self": "/api/icons/cc-discover" }, "type": "icon" }, { "attributes": { "id": "cc-jcb", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f24b", "voted": false }, "id": "cc-jcb", "links": { "self": "/api/icons/cc-jcb" }, "type": "icon" }, { "attributes": { "id": "cc-mastercard", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f1", "voted": false }, "id": "cc-mastercard", "links": { "self": "/api/icons/cc-mastercard" }, "type": "icon" }, { "attributes": { "id": "cc-paypal", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f4", "voted": false }, "id": "cc-paypal", "links": { "self": "/api/icons/cc-paypal" }, "type": "icon" }, { "attributes": { "id": "cc-stripe", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f5", "voted": false }, "id": "cc-stripe", "links": { "self": "/api/icons/cc-stripe" }, "type": "icon" }, { "attributes": { "id": "cc-visa", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1f0", "voted": false }, "id": "cc-visa", "links": { "self": "/api/icons/cc-visa" }, "type": "icon" }, { "attributes": { "id": "cctv", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ac", "voted": false }, "id": "cctv", "links": { "self": "/api/icons/cctv" }, "type": "icon" }, { "attributes": { "id": "centercode", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f380", "voted": false }, "id": "centercode", "links": { "self": "/api/icons/centercode" }, "type": "icon" }, { "attributes": { "id": "centos", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f789", "voted": true }, "id": "centos", "links": { "self": "/api/icons/centos" }, "type": "icon" }, { "attributes": { "id": "certificate", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a3", "voted": false }, "id": "certificate", "links": { "self": "/api/icons/certificate" }, "type": "icon" }, { "attributes": { "id": "chair", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c0", "voted": true }, "id": "chair", "links": { "self": "/api/icons/chair" }, "type": "icon" }, { "attributes": { "id": "chair-office", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c1", "voted": true }, "id": "chair-office", "links": { "self": "/api/icons/chair-office" }, "type": "icon" }, { "attributes": { "id": "chalkboard", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51b", "voted": false }, "id": "chalkboard", "links": { "self": "/api/icons/chalkboard" }, "type": "icon" }, { "attributes": { "id": "chalkboard-teacher", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51c", "voted": false }, "id": "chalkboard-teacher", "links": { "self": "/api/icons/chalkboard-teacher" }, "type": "icon" }, { "attributes": { "id": "charging-station", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e7", "voted": false }, "id": "charging-station", "links": { "self": "/api/icons/charging-station" }, "type": "icon" }, { "attributes": { "id": "chart-area", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1fe", "voted": false }, "id": "chart-area", "links": { "self": "/api/icons/chart-area" }, "type": "icon" }, { "attributes": { "id": "chart-bar", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f080", "voted": false }, "id": "chart-bar", "links": { "self": "/api/icons/chart-bar" }, "type": "icon" }, { "attributes": { "id": "chart-line", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f201", "voted": false }, "id": "chart-line", "links": { "self": "/api/icons/chart-line" }, "type": "icon" }, { "attributes": { "id": "chart-line-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64d", "voted": false }, "id": "chart-line-down", "links": { "self": "/api/icons/chart-line-down" }, "type": "icon" }, { "attributes": { "id": "chart-network", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f78a", "voted": true }, "id": "chart-network", "links": { "self": "/api/icons/chart-network" }, "type": "icon" }, { "attributes": { "id": "chart-pie", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f200", "voted": false }, "id": "chart-pie", "links": { "self": "/api/icons/chart-pie" }, "type": "icon" }, { "attributes": { "id": "chart-pie-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64e", "voted": false }, "id": "chart-pie-alt", "links": { "self": "/api/icons/chart-pie-alt" }, "type": "icon" }, { "attributes": { "id": "chart-scatter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ee", "voted": true }, "id": "chart-scatter", "links": { "self": "/api/icons/chart-scatter" }, "type": "icon" }, { "attributes": { "id": "check", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f00c", "voted": false }, "id": "check", "links": { "self": "/api/icons/check" }, "type": "icon" }, { "attributes": { "id": "check-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f058", "voted": false }, "id": "check-circle", "links": { "self": "/api/icons/check-circle" }, "type": "icon" }, { "attributes": { "id": "check-double", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f560", "voted": true }, "id": "check-double", "links": { "self": "/api/icons/check-double" }, "type": "icon" }, { "attributes": { "id": "check-square", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f14a", "voted": false }, "id": "check-square", "links": { "self": "/api/icons/check-square" }, "type": "icon" }, { "attributes": { "id": "cheese", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ef", "voted": false }, "id": "cheese", "links": { "self": "/api/icons/cheese" }, "type": "icon" }, { "attributes": { "id": "cheese-swiss", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f0", "voted": false }, "id": "cheese-swiss", "links": { "self": "/api/icons/cheese-swiss" }, "type": "icon" }, { "attributes": { "id": "cheeseburger", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f1", "voted": false }, "id": "cheeseburger", "links": { "self": "/api/icons/cheeseburger" }, "type": "icon" }, { "attributes": { "id": "chess", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f439", "voted": false }, "id": "chess", "links": { "self": "/api/icons/chess" }, "type": "icon" }, { "attributes": { "id": "chess-bishop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43a", "voted": false }, "id": "chess-bishop", "links": { "self": "/api/icons/chess-bishop" }, "type": "icon" }, { "attributes": { "id": "chess-bishop-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43b", "voted": false }, "id": "chess-bishop-alt", "links": { "self": "/api/icons/chess-bishop-alt" }, "type": "icon" }, { "attributes": { "id": "chess-board", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43c", "voted": false }, "id": "chess-board", "links": { "self": "/api/icons/chess-board" }, "type": "icon" }, { "attributes": { "id": "chess-clock", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43d", "voted": false }, "id": "chess-clock", "links": { "self": "/api/icons/chess-clock" }, "type": "icon" }, { + "attributes": { "id": "chess-clock-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43e", "voted": false }, "id": "chess-clock-alt", "links": + { "self": "/api/icons/chess-clock-alt" }, "type": "icon" +}, { "attributes": { "id": "chess-king", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f43f", "voted": false }, "id": "chess-king", "links": { "self": "/api/icons/chess-king" }, "type": "icon" }, { "attributes": { "id": "chess-king-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f440", "voted": false }, "id": "chess-king-alt", "links": { "self": "/api/icons/chess-king-alt" }, "type": "icon" }, { "attributes": { "id": "chess-knight", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f441", "voted": false }, "id": "chess-knight", "links": { "self": "/api/icons/chess-knight" }, "type": "icon" }, { "attributes": { "id": "chess-knight-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f442", "voted": false }, "id": "chess-knight-alt", "links": { "self": "/api/icons/chess-knight-alt" }, "type": "icon" }, { "attributes": { "id": "chess-pawn", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f443", "voted": false }, "id": "chess-pawn", "links": { "self": "/api/icons/chess-pawn" }, "type": "icon" }, { "attributes": { "id": "chess-pawn-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f444", "voted": false }, "id": "chess-pawn-alt", "links": { "self": "/api/icons/chess-pawn-alt" }, "type": "icon" }, { "attributes": { "id": "chess-queen", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f445", "voted": false }, "id": "chess-queen", "links": { "self": "/api/icons/chess-queen" }, "type": "icon" }, { "attributes": { "id": "chess-queen-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f446", "voted": false }, "id": "chess-queen-alt", "links": { "self": "/api/icons/chess-queen-alt" }, "type": "icon" }, { "attributes": { "id": "chess-rook", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f447", "voted": false }, "id": "chess-rook", "links": { "self": "/api/icons/chess-rook" }, "type": "icon" }, { "attributes": { "id": "chess-rook-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f448", "voted": false }, "id": "chess-rook-alt", "links": { "self": "/api/icons/chess-rook-alt" }, "type": "icon" }, { "attributes": { "id": "chevron-circle-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f13a", "voted": false }, "id": "chevron-circle-down", "links": { "self": "/api/icons/chevron-circle-down" }, "type": "icon" }, { "attributes": { "id": "chevron-circle-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f137", "voted": false }, "id": "chevron-circle-left", "links": { "self": "/api/icons/chevron-circle-left" }, "type": "icon" }, { "attributes": { "id": "chevron-circle-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f138", "voted": false }, "id": "chevron-circle-right", "links": { "self": "/api/icons/chevron-circle-right" }, "type": "icon" }, { "attributes": { "id": "chevron-circle-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f139", "voted": false }, "id": "chevron-circle-up", "links": { "self": "/api/icons/chevron-circle-up" }, "type": "icon" }, { "attributes": { "id": "chevron-double-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f322", "voted": false }, "id": "chevron-double-down", "links": { "self": "/api/icons/chevron-double-down" }, "type": "icon" }, { "attributes": { "id": "chevron-double-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f323", "voted": false }, "id": "chevron-double-left", "links": { "self": "/api/icons/chevron-double-left" }, "type": "icon" }, { "attributes": { "id": "chevron-double-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f324", "voted": false }, "id": "chevron-double-right", "links": { "self": "/api/icons/chevron-double-right" }, "type": "icon" }, { "attributes": { "id": "chevron-double-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f325", "voted": false }, "id": "chevron-double-up", "links": { "self": "/api/icons/chevron-double-up" }, "type": "icon" }, { "attributes": { "id": "chevron-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f078", "voted": false }, "id": "chevron-down", "links": { "self": "/api/icons/chevron-down" }, "type": "icon" }, { "attributes": { "id": "chevron-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f053", "voted": false }, "id": "chevron-left", "links": { "self": "/api/icons/chevron-left" }, "type": "icon" }, { "attributes": { "id": "chevron-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f054", "voted": false }, "id": "chevron-right", "links": { "self": "/api/icons/chevron-right" }, "type": "icon" }, { "attributes": { "id": "chevron-square-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f329", "voted": false }, "id": "chevron-square-down", "links": { "self": "/api/icons/chevron-square-down" }, "type": "icon" }, { "attributes": { "id": "chevron-square-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f32a", "voted": false }, "id": "chevron-square-left", "links": { "self": "/api/icons/chevron-square-left" }, "type": "icon" }, { "attributes": { "id": "chevron-square-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f32b", "voted": false }, "id": "chevron-square-right", "links": { "self": "/api/icons/chevron-square-right" }, "type": "icon" }, { "attributes": { "id": "chevron-square-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f32c", "voted": false }, "id": "chevron-square-up", "links": { "self": "/api/icons/chevron-square-up" }, "type": "icon" }, { "attributes": { "id": "chevron-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f077", "voted": false }, "id": "chevron-up", "links": { "self": "/api/icons/chevron-up" }, "type": "icon" }, { "attributes": { "id": "child", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ae", "voted": false }, "id": "child", "links": { "self": "/api/icons/child" }, "type": "icon" }, { "attributes": { "id": "chimney", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f78b", "voted": false }, "id": "chimney", "links": { "self": "/api/icons/chimney" }, "type": "icon" }, { "attributes": { "id": "chrome", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f268", "voted": false }, "id": "chrome", "links": { "self": "/api/icons/chrome" }, "type": "icon" }, { "attributes": { "id": "chromecast", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f838", "voted": false }, "id": "chromecast", "links": { "self": "/api/icons/chromecast" }, "type": "icon" }, { "attributes": { "id": "church", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51d", "voted": true }, "id": "church", "links": { "self": "/api/icons/church" }, "type": "icon" }, { "attributes": { "id": "circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f111", "voted": false }, "id": "circle", "links": { "self": "/api/icons/circle" }, "type": "icon" }, { "attributes": { "id": "circle-notch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ce", "voted": false }, "id": "circle-notch", "links": { "self": "/api/icons/circle-notch" }, "type": "icon" }, { "attributes": { "id": "city", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f64f", "voted": false }, "id": "city", "links": { "self": "/api/icons/city" }, "type": "icon" }, { "attributes": { "id": "clarinet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ad", "voted": false }, "id": "clarinet", "links": { "self": "/api/icons/clarinet" }, "type": "icon" }, { "attributes": { "id": "claw-marks", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c2", "voted": false }, "id": "claw-marks", "links": { "self": "/api/icons/claw-marks" }, "type": "icon" }, { "attributes": { "id": "clinic-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f2", "voted": false }, "id": "clinic-medical", "links": { "self": "/api/icons/clinic-medical" }, "type": "icon" }, +{ "attributes": { "id": "clipboard", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f328", "voted": false }, "id": "clipboard", "links": { "self": "/api/icons/clipboard" }, "type": "icon" }, { "attributes": { "id": "clipboard-check", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46c", "voted": false }, "id": "clipboard-check", "links": { "self": "/api/icons/clipboard-check" }, "type": "icon" }, { "attributes": { "id": "clipboard-list", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46d", "voted": false }, "id": "clipboard-list", "links": { "self": "/api/icons/clipboard-list" }, "type": "icon" }, { "attributes": { "id": "clipboard-list-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f737", "voted": false }, "id": "clipboard-list-check", "links": { "self": "/api/icons/clipboard-list-check" }, "type": "icon" }, { "attributes": { "id": "clipboard-prescription", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e8", "voted": false }, "id": "clipboard-prescription", "links": { "self": "/api/icons/clipboard-prescription" }, "type": "icon" }, { "attributes": { "id": "clipboard-user", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f3", "voted": false }, "id": "clipboard-user", "links": { "self": "/api/icons/clipboard-user" }, "type": "icon" }, { "attributes": { "id": "clock", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f017", "voted": false }, "id": "clock", "links": { "self": "/api/icons/clock" }, "type": "icon" }, { "attributes": { "id": "clone", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f24d", "voted": false }, "id": "clone", "links": { "self": "/api/icons/clone" }, "type": "icon" }, { "attributes": { "id": "closed-captioning", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f20a", "voted": false }, "id": "closed-captioning", "links": { "self": "/api/icons/closed-captioning" }, "type": "icon" }, { "attributes": { "id": "cloud", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c2", "voted": false }, "id": "cloud", "links": { "self": "/api/icons/cloud" }, "type": "icon" }, { "attributes": { "id": "cloud-download", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ed", "voted": false }, "id": "cloud-download", "links": { "self": "/api/icons/cloud-download" }, "type": "icon" }, { "attributes": { "id": "cloud-download-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f381", "voted": false }, "id": "cloud-download-alt", "links": { "self": "/api/icons/cloud-download-alt" }, "type": "icon" }, { "attributes": { "id": "cloud-drizzle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f738", "voted": false }, "id": "cloud-drizzle", "links": { "self": "/api/icons/cloud-drizzle" }, "type": "icon" }, { "attributes": { "id": "cloud-hail", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f739", "voted": false }, "id": "cloud-hail", "links": { "self": "/api/icons/cloud-hail" }, "type": "icon" }, { "attributes": { "id": "cloud-hail-mixed", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73a", "voted": false }, "id": "cloud-hail-mixed", "links": { "self": "/api/icons/cloud-hail-mixed" }, "type": "icon" }, { "attributes": { "id": "cloud-meatball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73b", "voted": false }, "id": "cloud-meatball", "links": { "self": "/api/icons/cloud-meatball" }, "type": "icon" }, { "attributes": { "id": "cloud-moon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c3", "voted": false }, "id": "cloud-moon", "links": { "self": "/api/icons/cloud-moon" }, "type": "icon" }, { "attributes": { "id": "cloud-moon-rain", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73c", "voted": false }, "id": "cloud-moon-rain", "links": { "self": "/api/icons/cloud-moon-rain" }, "type": "icon" }, { "attributes": { "id": "cloud-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ae", "voted": false }, "id": "cloud-music", "links": { "self": "/api/icons/cloud-music" }, "type": "icon" }, { "attributes": { "id": "cloud-rain", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73d", "voted": false }, "id": "cloud-rain", "links": { "self": "/api/icons/cloud-rain" }, "type": "icon" }, { "attributes": { "id": "cloud-rainbow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73e", "voted": false }, "id": "cloud-rainbow", "links": { "self": "/api/icons/cloud-rainbow" }, "type": "icon" }, { "attributes": { "id": "cloud-showers", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f73f", "voted": false }, "id": "cloud-showers", "links": { "self": "/api/icons/cloud-showers" }, "type": "icon" }, { "attributes": { "id": "cloud-showers-heavy", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f740", "voted": false }, "id": "cloud-showers-heavy", "links": { "self": "/api/icons/cloud-showers-heavy" }, "type": "icon" }, { "attributes": { "id": "cloud-sleet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f741", "voted": false }, "id": "cloud-sleet", "links": { "self": "/api/icons/cloud-sleet" }, "type": "icon" }, { "attributes": { "id": "cloud-snow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f742", "voted": false }, "id": "cloud-snow", "links": { "self": "/api/icons/cloud-snow" }, "type": "icon" }, { "attributes": { "id": "cloud-sun", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c4", "voted": false }, "id": "cloud-sun", "links": { "self": "/api/icons/cloud-sun" }, "type": "icon" }, { "attributes": { "id": "cloud-sun-rain", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f743", "voted": false }, "id": "cloud-sun-rain", "links": { "self": "/api/icons/cloud-sun-rain" }, "type": "icon" }, { "attributes": { "id": "cloud-upload", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ee", "voted": false }, "id": "cloud-upload", "links": { "self": "/api/icons/cloud-upload" }, "type": "icon" }, { "attributes": { "id": "cloud-upload-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f382", "voted": false }, "id": "cloud-upload-alt", "links": { "self": "/api/icons/cloud-upload-alt" }, "type": "icon" }, { "attributes": { "id": "clouds", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f744", "voted": false }, "id": "clouds", "links": { "self": "/api/icons/clouds" }, "type": "icon" }, { "attributes": { "id": "clouds-moon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f745", "voted": false }, "id": "clouds-moon", "links": { "self": "/api/icons/clouds-moon" }, "type": "icon" }, { "attributes": { "id": "clouds-sun", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f746", "voted": false }, "id": "clouds-sun", "links": { "self": "/api/icons/clouds-sun" }, "type": "icon" }, { "attributes": { "id": "cloudscale", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f383", "voted": false }, "id": "cloudscale", "links": { "self": "/api/icons/cloudscale" }, "type": "icon" }, { "attributes": { "id": "cloudsmith", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f384", "voted": false }, "id": "cloudsmith", "links": { "self": "/api/icons/cloudsmith" }, "type": "icon" }, { "attributes": { "id": "cloudversify", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f385", "voted": false }, "id": "cloudversify", "links": { "self": "/api/icons/cloudversify" }, "type": "icon" }, { "attributes": { "id": "club", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f327", "voted": false }, "id": "club", "links": { "self": "/api/icons/club" }, "type": "icon" }, { "attributes": { "id": "cocktail", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f561", "voted": false }, "id": "cocktail", "links": { "self": "/api/icons/cocktail" }, "type": "icon" }, { + "attributes": { "id": "code", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f121", "voted": false }, "id": "code", "links": + { "self": "/api/icons/code" }, "type": "icon" +}, { "attributes": { "id": "code-branch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f126", "voted": false }, "id": "code-branch", "links": { "self": "/api/icons/code-branch" }, "type": "icon" }, { "attributes": { "id": "code-commit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f386", "voted": false }, "id": "code-commit", "links": { "self": "/api/icons/code-commit" }, "type": "icon" }, { "attributes": { "id": "code-merge", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f387", "voted": false }, "id": "code-merge", "links": { "self": "/api/icons/code-merge" }, "type": "icon" }, { "attributes": { "id": "codepen", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1cb", "voted": false }, "id": "codepen", "links": { "self": "/api/icons/codepen" }, "type": "icon" }, { "attributes": { "id": "codiepie", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f284", "voted": false }, "id": "codiepie", "links": { "self": "/api/icons/codiepie" }, "type": "icon" }, { "attributes": { "id": "coffee", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f4", "voted": false }, "id": "coffee", "links": { "self": "/api/icons/coffee" }, "type": "icon" }, { "attributes": { "id": "coffee-pot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f902", "voted": false }, "id": "coffee-pot", "links": { "self": "/api/icons/coffee-pot" }, "type": "icon" }, { "attributes": { "id": "coffee-togo", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c5", "voted": false }, "id": "coffee-togo", "links": { "self": "/api/icons/coffee-togo" }, "type": "icon" }, { "attributes": { "id": "coffin", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c6", "voted": false }, "id": "coffin", "links": { "self": "/api/icons/coffin" }, "type": "icon" }, { "attributes": { "id": "coffin-cross", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f951", "voted": false }, "id": "coffin-cross", "links": { "self": "/api/icons/coffin-cross" }, "type": "icon" }, { "attributes": { "id": "cog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f013", "voted": false }, "id": "cog", "links": { "self": "/api/icons/cog" }, "type": "icon" }, { "attributes": { "id": "cogs", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f085", "voted": false }, "id": "cogs", "links": { "self": "/api/icons/cogs" }, "type": "icon" }, { "attributes": { "id": "coin", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85c", "voted": true }, "id": "coin", "links": { "self": "/api/icons/coin" }, "type": "icon" }, { "attributes": { "id": "coins", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51e", "voted": true }, "id": "coins", "links": { "self": "/api/icons/coins" }, "type": "icon" }, { "attributes": { "id": "columns", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0db", "voted": false }, "id": "columns", "links": { "self": "/api/icons/columns" }, "type": "icon" }, { "attributes": { "id": "comet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f903", "voted": false }, "id": "comet", "links": { "self": "/api/icons/comet" }, "type": "icon" }, { "attributes": { "id": "comment", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f075", "voted": false }, "id": "comment", "links": { "self": "/api/icons/comment" }, "type": "icon" }, { "attributes": { "id": "comment-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f27a", "voted": false }, "id": "comment-alt", "links": { "self": "/api/icons/comment-alt" }, "type": "icon" }, { "attributes": { "id": "comment-alt-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a2", "voted": false }, "id": "comment-alt-check", "links": { "self": "/api/icons/comment-alt-check" }, "type": "icon" }, { "attributes": { "id": "comment-alt-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f650", "voted": false }, "id": "comment-alt-dollar", "links": { "self": "/api/icons/comment-alt-dollar" }, "type": "icon" }, { "attributes": { "id": "comment-alt-dots", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a3", "voted": false }, "id": "comment-alt-dots", "links": { "self": "/api/icons/comment-alt-dots" }, "type": "icon" }, { "attributes": { "id": "comment-alt-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a4", "voted": false }, "id": "comment-alt-edit", "links": { "self": "/api/icons/comment-alt-edit" }, "type": "icon" }, { "attributes": { "id": "comment-alt-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a5", "voted": false }, "id": "comment-alt-exclamation", "links": { "self": "/api/icons/comment-alt-exclamation" }, "type": "icon" }, { "attributes": { "id": "comment-alt-lines", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a6", "voted": false }, "id": "comment-alt-lines", "links": { "self": "/api/icons/comment-alt-lines" }, "type": "icon" }, { "attributes": { "id": "comment-alt-medical", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f4", "voted": false }, "id": "comment-alt-medical", "links": { "self": "/api/icons/comment-alt-medical" }, "type": "icon" }, { "attributes": { "id": "comment-alt-minus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a7", "voted": false }, "id": "comment-alt-minus", "links": { "self": "/api/icons/comment-alt-minus" }, "type": "icon" }, { "attributes": { "id": "comment-alt-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8af", "voted": false }, "id": "comment-alt-music", "links": { "self": "/api/icons/comment-alt-music" }, "type": "icon" }, { "attributes": { "id": "comment-alt-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a8", "voted": false }, "id": "comment-alt-plus", "links": { "self": "/api/icons/comment-alt-plus" }, "type": "icon" }, { "attributes": { "id": "comment-alt-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4a9", "voted": false }, "id": "comment-alt-slash", "links": { "self": "/api/icons/comment-alt-slash" }, "type": "icon" }, { "attributes": { "id": "comment-alt-smile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4aa", "voted": false }, "id": "comment-alt-smile", "links": { "self": "/api/icons/comment-alt-smile" }, "type": "icon" }, { "attributes": { "id": "comment-alt-times", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ab", "voted": false }, "id": "comment-alt-times", "links": { "self": "/api/icons/comment-alt-times" }, "type": "icon" }, { "attributes": { "id": "comment-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ac", "voted": false }, "id": "comment-check", "links": { "self": "/api/icons/comment-check" }, "type": "icon" }, { "attributes": { "id": "comment-dollar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f651", "voted": false }, "id": "comment-dollar", "links": { "self": "/api/icons/comment-dollar" }, "type": "icon" }, { "attributes": { "id": "comment-dots", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ad", "voted": false }, "id": "comment-dots", "links": { "self": "/api/icons/comment-dots" }, "type": "icon" }, { "attributes": { "id": "comment-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ae", "voted": false }, "id": "comment-edit", "links": { "self": "/api/icons/comment-edit" }, "type": "icon" }, { "attributes": { "id": "comment-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4af", "voted": false }, "id": "comment-exclamation", "links": { "self": "/api/icons/comment-exclamation" }, "type": "icon" }, { "attributes": { "id": "comment-lines", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b0", "voted": false }, "id": "comment-lines", "links": { "self": "/api/icons/comment-lines" }, "type": "icon" }, { + "attributes": { + "id": "comment-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f5", "voted": false + }, "id": "comment-medical", "links": { "self": "/api/icons/comment-medical" }, "type": "icon" +}, { "attributes": { "id": "comment-minus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b1", "voted": false }, "id": "comment-minus", "links": { "self": "/api/icons/comment-minus" }, "type": "icon" }, { "attributes": { "id": "comment-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b0", "voted": false }, "id": "comment-music", "links": { "self": "/api/icons/comment-music" }, "type": "icon" }, { "attributes": { "id": "comment-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b2", "voted": false }, "id": "comment-plus", "links": { "self": "/api/icons/comment-plus" }, "type": "icon" }, { "attributes": { "id": "comment-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b3", "voted": false }, "id": "comment-slash", "links": { "self": "/api/icons/comment-slash" }, "type": "icon" }, { "attributes": { "id": "comment-smile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b4", "voted": false }, "id": "comment-smile", "links": { "self": "/api/icons/comment-smile" }, "type": "icon" }, { "attributes": { "id": "comment-times", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b5", "voted": false }, "id": "comment-times", "links": { "self": "/api/icons/comment-times" }, "type": "icon" }, { "attributes": { "id": "comments", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f086", "voted": false }, "id": "comments", "links": { "self": "/api/icons/comments" }, "type": "icon" }, { "attributes": { "id": "comments-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b6", "voted": false }, "id": "comments-alt", "links": { "self": "/api/icons/comments-alt" }, "type": "icon" }, { "attributes": { "id": "comments-alt-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f652", "voted": false }, "id": "comments-alt-dollar", "links": { "self": "/api/icons/comments-alt-dollar" }, "type": "icon" }, { "attributes": { "id": "comments-dollar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f653", "voted": false }, "id": "comments-dollar", "links": { "self": "/api/icons/comments-dollar" }, "type": "icon" }, { "attributes": { "id": "compact-disc", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f51f", "voted": true }, "id": "compact-disc", "links": { "self": "/api/icons/compact-disc" }, "type": "icon" }, { "attributes": { "id": "compass", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f14e", "voted": false }, "id": "compass", "links": { "self": "/api/icons/compass" }, "type": "icon" }, { "attributes": { "id": "compass-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5e9", "voted": false }, "id": "compass-slash", "links": { "self": "/api/icons/compass-slash" }, "type": "icon" }, { "attributes": { "id": "compress", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f066", "voted": false }, "id": "compress", "links": { "self": "/api/icons/compress" }, "type": "icon" }, { "attributes": { "id": "compress-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f422", "voted": false }, "id": "compress-alt", "links": { "self": "/api/icons/compress-alt" }, "type": "icon" }, { "attributes": { "id": "compress-arrows-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f78c", "voted": true }, "id": "compress-arrows-alt", "links": { "self": "/api/icons/compress-arrows-alt" }, "type": "icon" }, { "attributes": { "id": "compress-wide", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f326", "voted": false }, "id": "compress-wide", "links": { "self": "/api/icons/compress-wide" }, "type": "icon" }, { "attributes": { "id": "computer-classic", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b1", "voted": false }, "id": "computer-classic", "links": { "self": "/api/icons/computer-classic" }, "type": "icon" }, { "attributes": { "id": "computer-speaker", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b2", "voted": false }, "id": "computer-speaker", "links": { "self": "/api/icons/computer-speaker" }, "type": "icon" }, { "attributes": { "id": "concierge-bell", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f562", "voted": false }, "id": "concierge-bell", "links": { "self": "/api/icons/concierge-bell" }, "type": "icon" }, { "attributes": { "id": "confluence", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f78d", "voted": true }, "id": "confluence", "links": { "self": "/api/icons/confluence" }, "type": "icon" }, { "attributes": { "id": "connectdevelop", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f20e", "voted": false }, "id": "connectdevelop", "links": { "self": "/api/icons/connectdevelop" }, "type": "icon" }, { "attributes": { "id": "construction", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85d", "voted": true }, "id": "construction", "links": { "self": "/api/icons/construction" }, "type": "icon" }, { "attributes": { "id": "container-storage", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b7", "voted": false }, "id": "container-storage", "links": { "self": "/api/icons/container-storage" }, "type": "icon" }, { "attributes": { "id": "contao", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f26d", "voted": false }, "id": "contao", "links": { "self": "/api/icons/contao" }, "type": "icon" }, { "attributes": { "id": "conveyor-belt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46e", "voted": false }, "id": "conveyor-belt", "links": { "self": "/api/icons/conveyor-belt" }, "type": "icon" }, { "attributes": { "id": "conveyor-belt-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f46f", "voted": false }, "id": "conveyor-belt-alt", "links": { "self": "/api/icons/conveyor-belt-alt" }, "type": "icon" }, { "attributes": { "id": "cookie", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f563", "voted": true }, "id": "cookie", "links": { "self": "/api/icons/cookie" }, "type": "icon" }, { "attributes": { "id": "cookie-bite", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f564", "voted": true }, "id": "cookie-bite", "links": { "self": "/api/icons/cookie-bite" }, "type": "icon" }, { "attributes": { "id": "copy", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c5", "voted": false }, "id": "copy", "links": { "self": "/api/icons/copy" }, "type": "icon" }, { "attributes": { "id": "copyright", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1f9", "voted": false }, "id": "copyright", "links": { "self": "/api/icons/copyright" }, "type": "icon" }, { "attributes": { "id": "corn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c7", "voted": false }, "id": "corn", "links": { "self": "/api/icons/corn" }, "type": "icon" }, { "attributes": { "id": "cotton-bureau", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f89e", "voted": false }, "id": "cotton-bureau", "links": { "self": "/api/icons/cotton-bureau" }, "type": "icon" }, { "attributes": { "id": "couch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b8", "voted": false }, "id": "couch", "links": { "self": "/api/icons/couch" }, "type": "icon" }, { "attributes": { "id": "cow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6c8", "voted": false }, "id": "cow", "links": { "self": "/api/icons/cow" }, "type": "icon" }, { "attributes": { "id": "cowbell", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b3", "voted": false }, "id": "cowbell", "links": { "self": "/api/icons/cowbell" }, "type": "icon" }, { "attributes": { "id": "cowbell-more", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b4", "voted": false }, "id": "cowbell-more", "links": { "self": "/api/icons/cowbell-more" }, "type": "icon" }, { + "attributes": { + "id": "cpanel", "membership": { + "free": ["brands"], + "pro": ["brands"] + }, "styles": ["brands"], "unicode": "f388", "voted": false + }, "id": "cpanel", "links": { "self": "/api/icons/cpanel" }, "type": "icon" +}, { "attributes": { "id": "creative-commons", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f25e", "voted": false }, "id": "creative-commons", "links": { "self": "/api/icons/creative-commons" }, "type": "icon" }, { "attributes": { "id": "creative-commons-by", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4e7", "voted": false }, "id": "creative-commons-by", "links": { "self": "/api/icons/creative-commons-by" }, "type": "icon" }, { "attributes": { "id": "creative-commons-nc", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4e8", "voted": false }, "id": "creative-commons-nc", "links": { "self": "/api/icons/creative-commons-nc" }, "type": "icon" }, { "attributes": { "id": "creative-commons-nc-eu", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4e9", "voted": false }, "id": "creative-commons-nc-eu", "links": { "self": "/api/icons/creative-commons-nc-eu" }, "type": "icon" }, { "attributes": { "id": "creative-commons-nc-jp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4ea", "voted": false }, "id": "creative-commons-nc-jp", "links": { "self": "/api/icons/creative-commons-nc-jp" }, "type": "icon" }, { "attributes": { "id": "creative-commons-nd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4eb", "voted": false }, "id": "creative-commons-nd", "links": { "self": "/api/icons/creative-commons-nd" }, "type": "icon" }, { "attributes": { "id": "creative-commons-pd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4ec", "voted": false }, "id": "creative-commons-pd", "links": { "self": "/api/icons/creative-commons-pd" }, "type": "icon" }, { "attributes": { "id": "creative-commons-pd-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4ed", "voted": false }, "id": "creative-commons-pd-alt", "links": { "self": "/api/icons/creative-commons-pd-alt" }, "type": "icon" }, { "attributes": { "id": "creative-commons-remix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4ee", "voted": false }, "id": "creative-commons-remix", "links": { "self": "/api/icons/creative-commons-remix" }, "type": "icon" }, { "attributes": { "id": "creative-commons-sa", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4ef", "voted": false }, "id": "creative-commons-sa", "links": { "self": "/api/icons/creative-commons-sa" }, "type": "icon" }, { "attributes": { "id": "creative-commons-sampling", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f0", "voted": false }, "id": "creative-commons-sampling", "links": { "self": "/api/icons/creative-commons-sampling" }, "type": "icon" }, { "attributes": { "id": "creative-commons-sampling-plus", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f1", "voted": false }, "id": "creative-commons-sampling-plus", "links": { "self": "/api/icons/creative-commons-sampling-plus" }, "type": "icon" }, { "attributes": { "id": "creative-commons-share", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f2", "voted": false }, "id": "creative-commons-share", "links": { "self": "/api/icons/creative-commons-share" }, "type": "icon" }, { "attributes": { "id": "creative-commons-zero", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f3", "voted": false }, "id": "creative-commons-zero", "links": { "self": "/api/icons/creative-commons-zero" }, "type": "icon" }, { "attributes": { "id": "credit-card", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f09d", "voted": false }, "id": "credit-card", "links": { "self": "/api/icons/credit-card" }, "type": "icon" }, { "attributes": { "id": "credit-card-blank", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f389", "voted": false }, "id": "credit-card-blank", "links": { "self": "/api/icons/credit-card-blank" }, "type": "icon" }, { "attributes": { "id": "credit-card-front", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f38a", "voted": false }, "id": "credit-card-front", "links": { "self": "/api/icons/credit-card-front" }, "type": "icon" }, { "attributes": { "id": "cricket", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f449", "voted": false }, "id": "cricket", "links": { "self": "/api/icons/cricket" }, "type": "icon" }, { "attributes": { "id": "critical-role", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f6c9", "voted": false }, "id": "critical-role", "links": { "self": "/api/icons/critical-role" }, "type": "icon" }, { "attributes": { "id": "croissant", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f6", "voted": false }, "id": "croissant", "links": { "self": "/api/icons/croissant" }, "type": "icon" }, { "attributes": { "id": "crop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f125", "voted": false }, "id": "crop", "links": { "self": "/api/icons/crop" }, "type": "icon" }, { "attributes": { "id": "crop-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f565", "voted": false }, "id": "crop-alt", "links": { "self": "/api/icons/crop-alt" }, "type": "icon" }, { "attributes": { "id": "cross", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f654", "voted": false }, "id": "cross", "links": { "self": "/api/icons/cross" }, "type": "icon" }, { "attributes": { "id": "crosshairs", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f05b", "voted": false }, "id": "crosshairs", "links": { "self": "/api/icons/crosshairs" }, "type": "icon" }, { "attributes": { "id": "crow", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f520", "voted": false }, "id": "crow", "links": { "self": "/api/icons/crow" }, "type": "icon" }, { "attributes": { "id": "crown", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f521", "voted": true }, "id": "crown", "links": { "self": "/api/icons/crown" }, "type": "icon" }, { "attributes": { "id": "crutch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f7", "voted": false }, "id": "crutch", "links": { "self": "/api/icons/crutch" }, "type": "icon" }, { "attributes": { "id": "crutches", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f8", "voted": false }, "id": "crutches", "links": { "self": "/api/icons/crutches" }, "type": "icon" }, { "attributes": { "id": "css3", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f13c", "voted": false }, "id": "css3", "links": { "self": "/api/icons/css3" }, "type": "icon" }, { "attributes": { "id": "css3-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f38b", "voted": false }, "id": "css3-alt", "links": { "self": "/api/icons/css3-alt" }, "type": "icon" }, { "attributes": { "id": "cube", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1b2", "voted": false }, "id": "cube", "links": { "self": "/api/icons/cube" }, "type": "icon" }, { "attributes": { "id": "cubes", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1b3", "voted": false }, "id": "cubes", "links": { "self": "/api/icons/cubes" }, "type": "icon" }, { "attributes": { "id": "curling", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f44a", "voted": false }, "id": "curling", "links": { "self": "/api/icons/curling" }, "type": "icon" }, { "attributes": { "id": "cut", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c4", "voted": false }, "id": "cut", "links": { "self": "/api/icons/cut" }, "type": "icon" }, { "attributes": { "id": "cuttlefish", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f38c", "voted": false }, "id": "cuttlefish", "links": { "self": "/api/icons/cuttlefish" }, "type": "icon" }, { "attributes": { "id": "d-and-d", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f38d", "voted": false }, "id": "d-and-d", "links": { "self": "/api/icons/d-and-d" }, "type": "icon" }, { "attributes": { "id": "d-and-d-beyond", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f6ca", "voted": false }, "id": "d-and-d-beyond", "links": { "self": "/api/icons/d-and-d-beyond" }, "type": "icon" }, { "attributes": { "id": "dagger", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6cb", "voted": false }, "id": "dagger", "links": { "self": "/api/icons/dagger" }, "type": "icon" }, { "attributes": { "id": "dailymotion", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f952", "voted": true }, "id": "dailymotion", "links": { "self": "/api/icons/dailymotion" }, "type": "icon" }, { "attributes": { "id": "dashcube", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f210", "voted": false }, "id": "dashcube", "links": { "self": "/api/icons/dashcube" }, "type": "icon" }, { + "attributes": { "id": "database", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c0", "voted": false }, "id": "database", + "links": { "self": "/api/icons/database" }, "type": "icon" +}, { "attributes": { "id": "deaf", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a4", "voted": false }, "id": "deaf", "links": { "self": "/api/icons/deaf" }, "type": "icon" }, { "attributes": { "id": "debug", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7f9", "voted": false }, "id": "debug", "links": { "self": "/api/icons/debug" }, "type": "icon" }, { "attributes": { "id": "deer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f78e", "voted": false }, "id": "deer", "links": { "self": "/api/icons/deer" }, "type": "icon" }, { "attributes": { "id": "deer-rudolph", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f78f", "voted": false }, "id": "deer-rudolph", "links": { "self": "/api/icons/deer-rudolph" }, "type": "icon" }, { "attributes": { "id": "delicious", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a5", "voted": false }, "id": "delicious", "links": { "self": "/api/icons/delicious" }, "type": "icon" }, { "attributes": { "id": "democrat", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f747", "voted": false }, "id": "democrat", "links": { "self": "/api/icons/democrat" }, "type": "icon" }, { "attributes": { "id": "deploydog", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f38e", "voted": false }, "id": "deploydog", "links": { "self": "/api/icons/deploydog" }, "type": "icon" }, { "attributes": { "id": "deskpro", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f38f", "voted": false }, "id": "deskpro", "links": { "self": "/api/icons/deskpro" }, "type": "icon" }, { "attributes": { "id": "desktop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f108", "voted": false }, "id": "desktop", "links": { "self": "/api/icons/desktop" }, "type": "icon" }, { "attributes": { "id": "desktop-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f390", "voted": false }, "id": "desktop-alt", "links": { "self": "/api/icons/desktop-alt" }, "type": "icon" }, { "attributes": { "id": "dev", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f6cc", "voted": true }, "id": "dev", "links": { "self": "/api/icons/dev" }, "type": "icon" }, { "attributes": { "id": "deviantart", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1bd", "voted": false }, "id": "deviantart", "links": { "self": "/api/icons/deviantart" }, "type": "icon" }, { "attributes": { "id": "dewpoint", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f748", "voted": false }, "id": "dewpoint", "links": { "self": "/api/icons/dewpoint" }, "type": "icon" }, { "attributes": { "id": "dharmachakra", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f655", "voted": false }, "id": "dharmachakra", "links": { "self": "/api/icons/dharmachakra" }, "type": "icon" }, { "attributes": { "id": "dhl", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f790", "voted": false }, "id": "dhl", "links": { "self": "/api/icons/dhl" }, "type": "icon" }, { "attributes": { "id": "diagnoses", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f470", "voted": false }, "id": "diagnoses", "links": { "self": "/api/icons/diagnoses" }, "type": "icon" }, { "attributes": { "id": "diamond", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f219", "voted": false }, "id": "diamond", "links": { "self": "/api/icons/diamond" }, "type": "icon" }, { "attributes": { "id": "diaspora", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f791", "voted": true }, "id": "diaspora", "links": { "self": "/api/icons/diaspora" }, "type": "icon" }, { "attributes": { "id": "dice", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f522", "voted": true }, "id": "dice", "links": { "self": "/api/icons/dice" }, "type": "icon" }, { "attributes": { "id": "dice-d10", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6cd", "voted": false }, "id": "dice-d10", "links": { "self": "/api/icons/dice-d10" }, "type": "icon" }, { "attributes": { "id": "dice-d12", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ce", "voted": false }, "id": "dice-d12", "links": { "self": "/api/icons/dice-d12" }, "type": "icon" }, { "attributes": { "id": "dice-d20", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6cf", "voted": true }, "id": "dice-d20", "links": { "self": "/api/icons/dice-d20" }, "type": "icon" }, { "attributes": { "id": "dice-d4", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d0", "voted": false }, "id": "dice-d4", "links": { "self": "/api/icons/dice-d4" }, "type": "icon" }, { "attributes": { "id": "dice-d6", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d1", "voted": false }, "id": "dice-d6", "links": { "self": "/api/icons/dice-d6" }, "type": "icon" }, { "attributes": { "id": "dice-d8", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d2", "voted": false }, "id": "dice-d8", "links": { "self": "/api/icons/dice-d8" }, "type": "icon" }, { "attributes": { "id": "dice-five", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f523", "voted": true }, "id": "dice-five", "links": { "self": "/api/icons/dice-five" }, "type": "icon" }, { "attributes": { "id": "dice-four", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f524", "voted": true }, "id": "dice-four", "links": { "self": "/api/icons/dice-four" }, "type": "icon" }, { "attributes": { "id": "dice-one", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f525", "voted": true }, "id": "dice-one", "links": { "self": "/api/icons/dice-one" }, "type": "icon" }, { "attributes": { "id": "dice-six", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f526", "voted": true }, "id": "dice-six", "links": { "self": "/api/icons/dice-six" }, "type": "icon" }, { "attributes": { "id": "dice-three", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f527", "voted": true }, "id": "dice-three", "links": { "self": "/api/icons/dice-three" }, "type": "icon" }, { "attributes": { "id": "dice-two", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f528", "voted": true }, "id": "dice-two", "links": { "self": "/api/icons/dice-two" }, "type": "icon" }, { "attributes": { "id": "digg", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a6", "voted": false }, "id": "digg", "links": { "self": "/api/icons/digg" }, "type": "icon" }, { "attributes": { "id": "digging", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85e", "voted": false }, "id": "digging", "links": { "self": "/api/icons/digging" }, "type": "icon" }, { "attributes": { "id": "digital-ocean", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f391", "voted": false }, "id": "digital-ocean", "links": { "self": "/api/icons/digital-ocean" }, "type": "icon" }, { "attributes": { "id": "digital-tachograph", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f566", "voted": true }, "id": "digital-tachograph", "links": { "self": "/api/icons/digital-tachograph" }, "type": "icon" }, { "attributes": { "id": "diploma", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ea", "voted": false }, "id": "diploma", "links": { "self": "/api/icons/diploma" }, "type": "icon" }, { "attributes": { "id": "directions", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5eb", "voted": false }, "id": "directions", "links": { "self": "/api/icons/directions" }, "type": "icon" }, { "attributes": { "id": "disc-drive", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b5", "voted": false }, "id": "disc-drive", "links": { "self": "/api/icons/disc-drive" }, "type": "icon" }, { "attributes": { "id": "discord", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f392", "voted": false }, "id": "discord", "links": { "self": "/api/icons/discord" }, "type": "icon" }, { "attributes": { "id": "discourse", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f393", "voted": false }, "id": "discourse", "links": { "self": "/api/icons/discourse" }, "type": "icon" }, { "attributes": { "id": "disease", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7fa", "voted": false }, "id": "disease", "links": { "self": "/api/icons/disease" }, "type": "icon" }, +{ "attributes": { "id": "divide", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f529", "voted": false }, "id": "divide", "links": { "self": "/api/icons/divide" }, "type": "icon" }, { "attributes": { "id": "dizzy", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f567", "voted": false }, "id": "dizzy", "links": { "self": "/api/icons/dizzy" }, "type": "icon" }, { "attributes": { "id": "dna", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f471", "voted": false }, "id": "dna", "links": { "self": "/api/icons/dna" }, "type": "icon" }, { "attributes": { "id": "do-not-enter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ec", "voted": false }, "id": "do-not-enter", "links": { "self": "/api/icons/do-not-enter" }, "type": "icon" }, { "attributes": { "id": "dochub", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f394", "voted": false }, "id": "dochub", "links": { "self": "/api/icons/dochub" }, "type": "icon" }, { "attributes": { "id": "docker", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f395", "voted": false }, "id": "docker", "links": { "self": "/api/icons/docker" }, "type": "icon" }, { "attributes": { "id": "dog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d3", "voted": false }, "id": "dog", "links": { "self": "/api/icons/dog" }, "type": "icon" }, { "attributes": { "id": "dog-leashed", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d4", "voted": false }, "id": "dog-leashed", "links": { "self": "/api/icons/dog-leashed" }, "type": "icon" }, { "attributes": { "id": "dollar-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f155", "voted": false }, "id": "dollar-sign", "links": { "self": "/api/icons/dollar-sign" }, "type": "icon" }, { "attributes": { "id": "dolly", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f472", "voted": false }, "id": "dolly", "links": { "self": "/api/icons/dolly" }, "type": "icon" }, { "attributes": { "id": "dolly-empty", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f473", "voted": false }, "id": "dolly-empty", "links": { "self": "/api/icons/dolly-empty" }, "type": "icon" }, { "attributes": { "id": "dolly-flatbed", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f474", "voted": false }, "id": "dolly-flatbed", "links": { "self": "/api/icons/dolly-flatbed" }, "type": "icon" }, { "attributes": { "id": "dolly-flatbed-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f475", "voted": false }, "id": "dolly-flatbed-alt", "links": { "self": "/api/icons/dolly-flatbed-alt" }, "type": "icon" }, { "attributes": { "id": "dolly-flatbed-empty", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f476", "voted": false }, "id": "dolly-flatbed-empty", "links": { "self": "/api/icons/dolly-flatbed-empty" }, "type": "icon" }, { "attributes": { "id": "donate", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4b9", "voted": false }, "id": "donate", "links": { "self": "/api/icons/donate" }, "type": "icon" }, { "attributes": { "id": "door-closed", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52a", "voted": true }, "id": "door-closed", "links": { "self": "/api/icons/door-closed" }, "type": "icon" }, { "attributes": { "id": "door-open", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52b", "voted": true }, "id": "door-open", "links": { "self": "/api/icons/door-open" }, "type": "icon" }, { "attributes": { "id": "dot-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f192", "voted": false }, "id": "dot-circle", "links": { "self": "/api/icons/dot-circle" }, "type": "icon" }, { "attributes": { "id": "dove", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ba", "voted": false }, "id": "dove", "links": { "self": "/api/icons/dove" }, "type": "icon" }, { "attributes": { "id": "download", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f019", "voted": false }, "id": "download", "links": { "self": "/api/icons/download" }, "type": "icon" }, { "attributes": { "id": "draft2digital", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f396", "voted": false }, "id": "draft2digital", "links": { "self": "/api/icons/draft2digital" }, "type": "icon" }, { "attributes": { "id": "drafting-compass", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f568", "voted": false }, "id": "drafting-compass", "links": { "self": "/api/icons/drafting-compass" }, "type": "icon" }, { "attributes": { "id": "dragon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d5", "voted": false }, "id": "dragon", "links": { "self": "/api/icons/dragon" }, "type": "icon" }, { "attributes": { "id": "draw-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ed", "voted": false }, "id": "draw-circle", "links": { "self": "/api/icons/draw-circle" }, "type": "icon" }, { "attributes": { "id": "draw-polygon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ee", "voted": false }, "id": "draw-polygon", "links": { "self": "/api/icons/draw-polygon" }, "type": "icon" }, { "attributes": { "id": "draw-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ef", "voted": false }, "id": "draw-square", "links": { "self": "/api/icons/draw-square" }, "type": "icon" }, { "attributes": { "id": "dreidel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f792", "voted": false }, "id": "dreidel", "links": { "self": "/api/icons/dreidel" }, "type": "icon" }, { "attributes": { "id": "dribbble", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f17d", "voted": false }, "id": "dribbble", "links": { "self": "/api/icons/dribbble" }, "type": "icon" }, { "attributes": { "id": "dribbble-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f397", "voted": false }, "id": "dribbble-square", "links": { "self": "/api/icons/dribbble-square" }, "type": "icon" }, { "attributes": { "id": "drone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f85f", "voted": true }, "id": "drone", "links": { "self": "/api/icons/drone" }, "type": "icon" }, { "attributes": { "id": "drone-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f860", "voted": false }, "id": "drone-alt", "links": { "self": "/api/icons/drone-alt" }, "type": "icon" }, { "attributes": { "id": "dropbox", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f16b", "voted": false }, "id": "dropbox", "links": { "self": "/api/icons/dropbox" }, "type": "icon" }, { "attributes": { "id": "drum", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f569", "voted": true }, "id": "drum", "links": { "self": "/api/icons/drum" }, "type": "icon" }, { "attributes": { "id": "drum-steelpan", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56a", "voted": false }, "id": "drum-steelpan", "links": { "self": "/api/icons/drum-steelpan" }, "type": "icon" }, { "attributes": { "id": "drumstick", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d6", "voted": false }, "id": "drumstick", "links": { "self": "/api/icons/drumstick" }, "type": "icon" }, { "attributes": { "id": "drumstick-bite", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d7", "voted": false }, "id": "drumstick-bite", "links": { "self": "/api/icons/drumstick-bite" }, "type": "icon" }, { "attributes": { "id": "drupal", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a9", "voted": false }, "id": "drupal", "links": { "self": "/api/icons/drupal" }, "type": "icon" }, { "attributes": { "id": "dryer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f861", "voted": false }, "id": "dryer", "links": { "self": "/api/icons/dryer" }, "type": "icon" }, { "attributes": { "id": "dryer-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f862", "voted": false }, "id": "dryer-alt", "links": { "self": "/api/icons/dryer-alt" }, "type": "icon" }, { "attributes": { "id": "duck", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d8", "voted": false }, "id": "duck", "links": { "self": "/api/icons/duck" }, "type": "icon" }, { + "attributes": { + "id": "dumbbell", + "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f44b", "voted": false + }, "id": "dumbbell", "links": { "self": "/api/icons/dumbbell" }, "type": "icon" +}, { "attributes": { "id": "dumpster", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f793", "voted": true }, "id": "dumpster", "links": { "self": "/api/icons/dumpster" }, "type": "icon" }, { "attributes": { "id": "dumpster-fire", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f794", "voted": true }, "id": "dumpster-fire", "links": { "self": "/api/icons/dumpster-fire" }, "type": "icon" }, { "attributes": { "id": "dungeon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6d9", "voted": false }, "id": "dungeon", "links": { "self": "/api/icons/dungeon" }, "type": "icon" }, { "attributes": { "id": "dyalog", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f399", "voted": false }, "id": "dyalog", "links": { "self": "/api/icons/dyalog" }, "type": "icon" }, { "attributes": { "id": "ear", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f0", "voted": false }, "id": "ear", "links": { "self": "/api/icons/ear" }, "type": "icon" }, { "attributes": { "id": "ear-muffs", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f795", "voted": false }, "id": "ear-muffs", "links": { "self": "/api/icons/ear-muffs" }, "type": "icon" }, { "attributes": { "id": "earlybirds", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f39a", "voted": false }, "id": "earlybirds", "links": { "self": "/api/icons/earlybirds" }, "type": "icon" }, { "attributes": { "id": "ebay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f4", "voted": true }, "id": "ebay", "links": { "self": "/api/icons/ebay" }, "type": "icon" }, { "attributes": { "id": "eclipse", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f749", "voted": false }, "id": "eclipse", "links": { "self": "/api/icons/eclipse" }, "type": "icon" }, { "attributes": { "id": "eclipse-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f74a", "voted": false }, "id": "eclipse-alt", "links": { "self": "/api/icons/eclipse-alt" }, "type": "icon" }, { "attributes": { "id": "edge", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f282", "voted": false }, "id": "edge", "links": { "self": "/api/icons/edge" }, "type": "icon" }, { "attributes": { "id": "edit", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f044", "voted": false }, "id": "edit", "links": { "self": "/api/icons/edit" }, "type": "icon" }, { "attributes": { "id": "egg", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7fb", "voted": false }, "id": "egg", "links": { "self": "/api/icons/egg" }, "type": "icon" }, { "attributes": { "id": "egg-fried", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7fc", "voted": false }, "id": "egg-fried", "links": { "self": "/api/icons/egg-fried" }, "type": "icon" }, { "attributes": { "id": "eject", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f052", "voted": false }, "id": "eject", "links": { "self": "/api/icons/eject" }, "type": "icon" }, { "attributes": { "id": "elementor", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f430", "voted": true }, "id": "elementor", "links": { "self": "/api/icons/elementor" }, "type": "icon" }, { "attributes": { "id": "elephant", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6da", "voted": false }, "id": "elephant", "links": { "self": "/api/icons/elephant" }, "type": "icon" }, { "attributes": { "id": "ellipsis-h", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f141", "voted": false }, "id": "ellipsis-h", "links": { "self": "/api/icons/ellipsis-h" }, "type": "icon" }, { "attributes": { "id": "ellipsis-h-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f39b", "voted": false }, "id": "ellipsis-h-alt", "links": { "self": "/api/icons/ellipsis-h-alt" }, "type": "icon" }, { "attributes": { "id": "ellipsis-v", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f142", "voted": false }, "id": "ellipsis-v", "links": { "self": "/api/icons/ellipsis-v" }, "type": "icon" }, { "attributes": { "id": "ellipsis-v-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f39c", "voted": false }, "id": "ellipsis-v-alt", "links": { "self": "/api/icons/ellipsis-v-alt" }, "type": "icon" }, { "attributes": { "id": "ello", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5f1", "voted": true }, "id": "ello", "links": { "self": "/api/icons/ello" }, "type": "icon" }, { "attributes": { "id": "ember", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f423", "voted": false }, "id": "ember", "links": { "self": "/api/icons/ember" }, "type": "icon" }, { "attributes": { "id": "empire", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d1", "voted": false }, "id": "empire", "links": { "self": "/api/icons/empire" }, "type": "icon" }, { "attributes": { "id": "empty-set", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f656", "voted": false }, "id": "empty-set", "links": { "self": "/api/icons/empty-set" }, "type": "icon" }, { "attributes": { "id": "engine-warning", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f2", "voted": false }, "id": "engine-warning", "links": { "self": "/api/icons/engine-warning" }, "type": "icon" }, { "attributes": { "id": "envelope", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e0", "voted": false }, "id": "envelope", "links": { "self": "/api/icons/envelope" }, "type": "icon" }, { "attributes": { "id": "envelope-open", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2b6", "voted": false }, "id": "envelope-open", "links": { "self": "/api/icons/envelope-open" }, "type": "icon" }, { "attributes": { "id": "envelope-open-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f657", "voted": false }, "id": "envelope-open-dollar", "links": { "self": "/api/icons/envelope-open-dollar" }, "type": "icon" }, { "attributes": { "id": "envelope-open-text", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f658", "voted": false }, "id": "envelope-open-text", "links": { "self": "/api/icons/envelope-open-text" }, "type": "icon" }, { "attributes": { "id": "envelope-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f199", "voted": false }, "id": "envelope-square", "links": { "self": "/api/icons/envelope-square" }, "type": "icon" }, { "attributes": { "id": "envira", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f299", "voted": false }, "id": "envira", "links": { "self": "/api/icons/envira" }, "type": "icon" }, { "attributes": { "id": "equals", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52c", "voted": false }, "id": "equals", "links": { "self": "/api/icons/equals" }, "type": "icon" }, { "attributes": { "id": "eraser", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f12d", "voted": false }, "id": "eraser", "links": { "self": "/api/icons/eraser" }, "type": "icon" }, { "attributes": { "id": "erlang", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f39d", "voted": false }, "id": "erlang", "links": { "self": "/api/icons/erlang" }, "type": "icon" }, { "attributes": { "id": "ethereum", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42e", "voted": true }, "id": "ethereum", "links": { "self": "/api/icons/ethereum" }, "type": "icon" }, { "attributes": { "id": "ethernet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f796", "voted": true }, "id": "ethernet", "links": { "self": "/api/icons/ethernet" }, "type": "icon" }, { "attributes": { "id": "etsy", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2d7", "voted": false }, "id": "etsy", "links": { "self": "/api/icons/etsy" }, "type": "icon" }, { "attributes": { "id": "euro-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f153", "voted": false }, "id": "euro-sign", "links": { "self": "/api/icons/euro-sign" }, "type": "icon" }, { "attributes": { "id": "evernote", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f839", "voted": false }, "id": "evernote", "links": { "self": "/api/icons/evernote" }, "type": "icon" }, { + "attributes": { + "id": "exchange", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", + "duotone"], "unicode": "f0ec", "voted": false + }, "id": "exchange", "links": { "self": "/api/icons/exchange" }, "type": "icon" +}, { "attributes": { "id": "exchange-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f362", "voted": false }, "id": "exchange-alt", "links": { "self": "/api/icons/exchange-alt" }, "type": "icon" }, { "attributes": { "id": "exclamation", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f12a", "voted": false }, "id": "exclamation", "links": { "self": "/api/icons/exclamation" }, "type": "icon" }, { "attributes": { "id": "exclamation-circle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f06a", "voted": false }, "id": "exclamation-circle", "links": { "self": "/api/icons/exclamation-circle" }, "type": "icon" }, { "attributes": { "id": "exclamation-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f321", "voted": false }, "id": "exclamation-square", "links": { "self": "/api/icons/exclamation-square" }, "type": "icon" }, { "attributes": { "id": "exclamation-triangle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f071", "voted": false }, "id": "exclamation-triangle", "links": { "self": "/api/icons/exclamation-triangle" }, "type": "icon" }, { "attributes": { "id": "expand", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f065", "voted": false }, "id": "expand", "links": { "self": "/api/icons/expand" }, "type": "icon" }, { "attributes": { "id": "expand-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f424", "voted": false }, "id": "expand-alt", "links": { "self": "/api/icons/expand-alt" }, "type": "icon" }, { "attributes": { "id": "expand-arrows", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f31d", "voted": false }, "id": "expand-arrows", "links": { "self": "/api/icons/expand-arrows" }, "type": "icon" }, { "attributes": { "id": "expand-arrows-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f31e", "voted": false }, "id": "expand-arrows-alt", "links": { "self": "/api/icons/expand-arrows-alt" }, "type": "icon" }, { "attributes": { "id": "expand-wide", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f320", "voted": false }, "id": "expand-wide", "links": { "self": "/api/icons/expand-wide" }, "type": "icon" }, { "attributes": { "id": "expeditedssl", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f23e", "voted": false }, "id": "expeditedssl", "links": { "self": "/api/icons/expeditedssl" }, "type": "icon" }, { "attributes": { "id": "external-link", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f08e", "voted": false }, "id": "external-link", "links": { "self": "/api/icons/external-link" }, "type": "icon" }, { "attributes": { "id": "external-link-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f35d", "voted": false }, "id": "external-link-alt", "links": { "self": "/api/icons/external-link-alt" }, "type": "icon" }, { "attributes": { "id": "external-link-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f14c", "voted": false }, "id": "external-link-square", "links": { "self": "/api/icons/external-link-square" }, "type": "icon" }, { "attributes": { "id": "external-link-square-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f360", "voted": false }, "id": "external-link-square-alt", "links": { "self": "/api/icons/external-link-square-alt" }, "type": "icon" }, { "attributes": { "id": "eye", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f06e", "voted": false }, "id": "eye", "links": { "self": "/api/icons/eye" }, "type": "icon" }, { "attributes": { "id": "eye-dropper", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1fb", "voted": false }, "id": "eye-dropper", "links": { "self": "/api/icons/eye-dropper" }, "type": "icon" }, { "attributes": { "id": "eye-evil", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6db", "voted": false }, "id": "eye-evil", "links": { "self": "/api/icons/eye-evil" }, "type": "icon" }, { "attributes": { "id": "eye-slash", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f070", "voted": false }, "id": "eye-slash", "links": { "self": "/api/icons/eye-slash" }, "type": "icon" }, { "attributes": { "id": "facebook", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f09a", "voted": false }, "id": "facebook", "links": { "self": "/api/icons/facebook" }, "type": "icon" }, { "attributes": { "id": "facebook-f", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f39e", "voted": false }, "id": "facebook-f", "links": { "self": "/api/icons/facebook-f" }, "type": "icon" }, { "attributes": { "id": "facebook-messenger", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f39f", "voted": false }, "id": "facebook-messenger", "links": { "self": "/api/icons/facebook-messenger" }, "type": "icon" }, { "attributes": { "id": "facebook-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f082", "voted": false }, "id": "facebook-square", "links": { "self": "/api/icons/facebook-square" }, "type": "icon" }, { "attributes": { "id": "fan", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f863", "voted": true }, "id": "fan", "links": { "self": "/api/icons/fan" }, "type": "icon" }, { "attributes": { "id": "fan-table", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f904", "voted": false }, "id": "fan-table", "links": { "self": "/api/icons/fan-table" }, "type": "icon" }, { "attributes": { "id": "fantasy-flight-games", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f6dc", "voted": false }, "id": "fantasy-flight-games", "links": { "self": "/api/icons/fantasy-flight-games" }, "type": "icon" }, { "attributes": { "id": "farm", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f864", "voted": false }, "id": "farm", "links": { "self": "/api/icons/farm" }, "type": "icon" }, { "attributes": { "id": "fast-backward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f049", "voted": false }, "id": "fast-backward", "links": { "self": "/api/icons/fast-backward" }, "type": "icon" }, { "attributes": { "id": "fast-forward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f050", "voted": false }, "id": "fast-forward", "links": { "self": "/api/icons/fast-forward" }, "type": "icon" }, { "attributes": { "id": "faucet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f905", "voted": false }, "id": "faucet", "links": { "self": "/api/icons/faucet" }, "type": "icon" }, { "attributes": { "id": "faucet-drip", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f906", "voted": false }, "id": "faucet-drip", "links": { "self": "/api/icons/faucet-drip" }, "type": "icon" }, { "attributes": { "id": "fax", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ac", "voted": false }, "id": "fax", "links": { "self": "/api/icons/fax" }, "type": "icon" }, { "attributes": { "id": "feather", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52d", "voted": true }, "id": "feather", "links": { "self": "/api/icons/feather" }, "type": "icon" }, { "attributes": { "id": "feather-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56b", "voted": true }, "id": "feather-alt", "links": { "self": "/api/icons/feather-alt" }, "type": "icon" }, { "attributes": { "id": "fedex", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f797", "voted": false }, "id": "fedex", "links": { "self": "/api/icons/fedex" }, "type": "icon" }, { "attributes": { "id": "fedora", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f798", "voted": true }, "id": "fedora", "links": { "self": "/api/icons/fedora" }, "type": "icon" }, { "attributes": { "id": "female", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f182", "voted": false }, "id": "female", "links": { "self": "/api/icons/female" }, "type": "icon" }, { "attributes": { "id": "field-hockey", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f44c", "voted": false }, "id": "field-hockey", "links": { "self": "/api/icons/field-hockey" }, "type": "icon" }, { + "attributes": { "id": "fighter-jet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0fb", "voted": false }, "id": "fighter-jet", "links": + { "self": "/api/icons/fighter-jet" }, "type": "icon" +}, { "attributes": { "id": "figma", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f799", "voted": false }, "id": "figma", "links": { "self": "/api/icons/figma" }, "type": "icon" }, { "attributes": { "id": "file", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f15b", "voted": false }, "id": "file", "links": { "self": "/api/icons/file" }, "type": "icon" }, { "attributes": { "id": "file-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f15c", "voted": false }, "id": "file-alt", "links": { "self": "/api/icons/file-alt" }, "type": "icon" }, { "attributes": { "id": "file-archive", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c6", "voted": false }, "id": "file-archive", "links": { "self": "/api/icons/file-archive" }, "type": "icon" }, { "attributes": { "id": "file-audio", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c7", "voted": false }, "id": "file-audio", "links": { "self": "/api/icons/file-audio" }, "type": "icon" }, { "attributes": { "id": "file-certificate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f3", "voted": false }, "id": "file-certificate", "links": { "self": "/api/icons/file-certificate" }, "type": "icon" }, { "attributes": { "id": "file-chart-line", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f659", "voted": false }, "id": "file-chart-line", "links": { "self": "/api/icons/file-chart-line" }, "type": "icon" }, { "attributes": { "id": "file-chart-pie", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65a", "voted": false }, "id": "file-chart-pie", "links": { "self": "/api/icons/file-chart-pie" }, "type": "icon" }, { "attributes": { "id": "file-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f316", "voted": false }, "id": "file-check", "links": { "self": "/api/icons/file-check" }, "type": "icon" }, { "attributes": { "id": "file-code", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c9", "voted": false }, "id": "file-code", "links": { "self": "/api/icons/file-code" }, "type": "icon" }, { "attributes": { "id": "file-contract", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56c", "voted": false }, "id": "file-contract", "links": { "self": "/api/icons/file-contract" }, "type": "icon" }, { "attributes": { "id": "file-csv", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6dd", "voted": false }, "id": "file-csv", "links": { "self": "/api/icons/file-csv" }, "type": "icon" }, { "attributes": { "id": "file-download", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56d", "voted": true }, "id": "file-download", "links": { "self": "/api/icons/file-download" }, "type": "icon" }, { "attributes": { "id": "file-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f31c", "voted": false }, "id": "file-edit", "links": { "self": "/api/icons/file-edit" }, "type": "icon" }, { "attributes": { "id": "file-excel", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c3", "voted": false }, "id": "file-excel", "links": { "self": "/api/icons/file-excel" }, "type": "icon" }, { "attributes": { "id": "file-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f31a", "voted": false }, "id": "file-exclamation", "links": { "self": "/api/icons/file-exclamation" }, "type": "icon" }, { "attributes": { "id": "file-export", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56e", "voted": true }, "id": "file-export", "links": { "self": "/api/icons/file-export" }, "type": "icon" }, { "attributes": { "id": "file-image", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c5", "voted": false }, "id": "file-image", "links": { "self": "/api/icons/file-image" }, "type": "icon" }, { "attributes": { "id": "file-import", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f56f", "voted": true }, "id": "file-import", "links": { "self": "/api/icons/file-import" }, "type": "icon" }, { "attributes": { "id": "file-invoice", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f570", "voted": true }, "id": "file-invoice", "links": { "self": "/api/icons/file-invoice" }, "type": "icon" }, { "attributes": { "id": "file-invoice-dollar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f571", "voted": true }, "id": "file-invoice-dollar", "links": { "self": "/api/icons/file-invoice-dollar" }, "type": "icon" }, { "attributes": { "id": "file-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f477", "voted": false }, "id": "file-medical", "links": { "self": "/api/icons/file-medical" }, "type": "icon" }, { "attributes": { "id": "file-medical-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f478", "voted": false }, "id": "file-medical-alt", "links": { "self": "/api/icons/file-medical-alt" }, "type": "icon" }, { "attributes": { "id": "file-minus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f318", "voted": false }, "id": "file-minus", "links": { "self": "/api/icons/file-minus" }, "type": "icon" }, { "attributes": { "id": "file-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b6", "voted": false }, "id": "file-music", "links": { "self": "/api/icons/file-music" }, "type": "icon" }, { "attributes": { "id": "file-pdf", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c1", "voted": false }, "id": "file-pdf", "links": { "self": "/api/icons/file-pdf" }, "type": "icon" }, { "attributes": { "id": "file-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f319", "voted": false }, "id": "file-plus", "links": { "self": "/api/icons/file-plus" }, "type": "icon" }, { "attributes": { "id": "file-powerpoint", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c4", "voted": false }, "id": "file-powerpoint", "links": { "self": "/api/icons/file-powerpoint" }, "type": "icon" }, { "attributes": { "id": "file-prescription", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f572", "voted": false }, "id": "file-prescription", "links": { "self": "/api/icons/file-prescription" }, "type": "icon" }, { "attributes": { "id": "file-search", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f865", "voted": true }, "id": "file-search", "links": { "self": "/api/icons/file-search" }, "type": "icon" }, { "attributes": { "id": "file-signature", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f573", "voted": true }, "id": "file-signature", "links": { "self": "/api/icons/file-signature" }, "type": "icon" }, { "attributes": { "id": "file-spreadsheet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65b", "voted": false }, "id": "file-spreadsheet", "links": { "self": "/api/icons/file-spreadsheet" }, "type": "icon" }, { "attributes": { "id": "file-times", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f317", "voted": false }, "id": "file-times", "links": { "self": "/api/icons/file-times" }, "type": "icon" }, { "attributes": { "id": "file-upload", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f574", "voted": true }, "id": "file-upload", "links": { "self": "/api/icons/file-upload" }, "type": "icon" }, { "attributes": { "id": "file-user", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65c", "voted": true }, "id": "file-user", "links": { "self": "/api/icons/file-user" }, "type": "icon" }, { "attributes": { "id": "file-video", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c8", "voted": false }, "id": "file-video", "links": { "self": "/api/icons/file-video" }, "type": "icon" }, { "attributes": { "id": "file-word", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1c2", "voted": false }, "id": "file-word", "links": { "self": "/api/icons/file-word" }, "type": "icon" }, { + "attributes": { + "id": "files-medical", "membership": + { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7fd", "voted": false + }, "id": "files-medical", "links": { "self": "/api/icons/files-medical" }, "type": "icon" +}, { "attributes": { "id": "fill", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f575", "voted": false }, "id": "fill", "links": { "self": "/api/icons/fill" }, "type": "icon" }, { "attributes": { "id": "fill-drip", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f576", "voted": false }, "id": "fill-drip", "links": { "self": "/api/icons/fill-drip" }, "type": "icon" }, { "attributes": { "id": "film", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f008", "voted": false }, "id": "film", "links": { "self": "/api/icons/film" }, "type": "icon" }, { "attributes": { "id": "film-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3a0", "voted": false }, "id": "film-alt", "links": { "self": "/api/icons/film-alt" }, "type": "icon" }, { "attributes": { "id": "film-canister", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b7", "voted": false }, "id": "film-canister", "links": { "self": "/api/icons/film-canister" }, "type": "icon" }, { "attributes": { "id": "filter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0b0", "voted": false }, "id": "filter", "links": { "self": "/api/icons/filter" }, "type": "icon" }, { "attributes": { "id": "fingerprint", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f577", "voted": true }, "id": "fingerprint", "links": { "self": "/api/icons/fingerprint" }, "type": "icon" }, { "attributes": { "id": "fire", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f06d", "voted": false }, "id": "fire", "links": { "self": "/api/icons/fire" }, "type": "icon" }, { "attributes": { "id": "fire-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e4", "voted": false }, "id": "fire-alt", "links": { "self": "/api/icons/fire-alt" }, "type": "icon" }, { "attributes": { "id": "fire-extinguisher", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f134", "voted": false }, "id": "fire-extinguisher", "links": { "self": "/api/icons/fire-extinguisher" }, "type": "icon" }, { "attributes": { "id": "fire-smoke", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f74b", "voted": false }, "id": "fire-smoke", "links": { "self": "/api/icons/fire-smoke" }, "type": "icon" }, { "attributes": { "id": "firefox", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f269", "voted": false }, "id": "firefox", "links": { "self": "/api/icons/firefox" }, "type": "icon" }, { "attributes": { "id": "firefox-browser", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f907", "voted": false }, "id": "firefox-browser", "links": { "self": "/api/icons/firefox-browser" }, "type": "icon" }, { "attributes": { "id": "fireplace", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79a", "voted": false }, "id": "fireplace", "links": { "self": "/api/icons/fireplace" }, "type": "icon" }, { "attributes": { "id": "first-aid", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f479", "voted": false }, "id": "first-aid", "links": { "self": "/api/icons/first-aid" }, "type": "icon" }, { "attributes": { "id": "first-order", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b0", "voted": false }, "id": "first-order", "links": { "self": "/api/icons/first-order" }, "type": "icon" }, { "attributes": { "id": "first-order-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50a", "voted": false }, "id": "first-order-alt", "links": { "self": "/api/icons/first-order-alt" }, "type": "icon" }, { "attributes": { "id": "firstdraft", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a1", "voted": false }, "id": "firstdraft", "links": { "self": "/api/icons/firstdraft" }, "type": "icon" }, { "attributes": { "id": "fish", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f578", "voted": true }, "id": "fish", "links": { "self": "/api/icons/fish" }, "type": "icon" }, { "attributes": { "id": "fish-cooked", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7fe", "voted": false }, "id": "fish-cooked", "links": { "self": "/api/icons/fish-cooked" }, "type": "icon" }, { "attributes": { "id": "fist-raised", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6de", "voted": false }, "id": "fist-raised", "links": { "self": "/api/icons/fist-raised" }, "type": "icon" }, { "attributes": { "id": "flag", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f024", "voted": false }, "id": "flag", "links": { "self": "/api/icons/flag" }, "type": "icon" }, { "attributes": { "id": "flag-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f74c", "voted": false }, "id": "flag-alt", "links": { "self": "/api/icons/flag-alt" }, "type": "icon" }, { "attributes": { "id": "flag-checkered", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f11e", "voted": false }, "id": "flag-checkered", "links": { "self": "/api/icons/flag-checkered" }, "type": "icon" }, { "attributes": { "id": "flag-usa", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f74d", "voted": false }, "id": "flag-usa", "links": { "self": "/api/icons/flag-usa" }, "type": "icon" }, { "attributes": { "id": "flame", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6df", "voted": false }, "id": "flame", "links": { "self": "/api/icons/flame" }, "type": "icon" }, { "attributes": { "id": "flashlight", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b8", "voted": false }, "id": "flashlight", "links": { "self": "/api/icons/flashlight" }, "type": "icon" }, { "attributes": { "id": "flask", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c3", "voted": false }, "id": "flask", "links": { "self": "/api/icons/flask" }, "type": "icon" }, { "attributes": { "id": "flask-poison", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e0", "voted": false }, "id": "flask-poison", "links": { "self": "/api/icons/flask-poison" }, "type": "icon" }, { "attributes": { "id": "flask-potion", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e1", "voted": false }, "id": "flask-potion", "links": { "self": "/api/icons/flask-potion" }, "type": "icon" }, { "attributes": { "id": "flickr", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f16e", "voted": false }, "id": "flickr", "links": { "self": "/api/icons/flickr" }, "type": "icon" }, { "attributes": { "id": "flipboard", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f44d", "voted": true }, "id": "flipboard", "links": { "self": "/api/icons/flipboard" }, "type": "icon" }, { "attributes": { "id": "flower", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ff", "voted": true }, "id": "flower", "links": { "self": "/api/icons/flower" }, "type": "icon" }, { "attributes": { "id": "flower-daffodil", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f800", "voted": false }, "id": "flower-daffodil", "links": { "self": "/api/icons/flower-daffodil" }, "type": "icon" }, { "attributes": { "id": "flower-tulip", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f801", "voted": false }, "id": "flower-tulip", "links": { "self": "/api/icons/flower-tulip" }, "type": "icon" }, { "attributes": { "id": "flushed", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f579", "voted": false }, "id": "flushed", "links": { "self": "/api/icons/flushed" }, "type": "icon" }, { "attributes": { "id": "flute", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8b9", "voted": false }, "id": "flute", "links": { "self": "/api/icons/flute" }, "type": "icon" }, { "attributes": { "id": "flux-capacitor", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ba", "voted": false }, "id": "flux-capacitor", "links": { "self": "/api/icons/flux-capacitor" }, "type": "icon" }, { "attributes": { "id": "fly", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f417", "voted": false }, "id": "fly", "links": { "self": "/api/icons/fly" }, "type": "icon" }, { + "attributes": { + "id": "fog", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f74e", "voted": false + }, "id": "fog", "links": { "self": "/api/icons/fog" }, "type": "icon" +}, { "attributes": { "id": "folder", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f07b", "voted": false }, "id": "folder", "links": { "self": "/api/icons/folder" }, "type": "icon" }, { "attributes": { "id": "folder-download", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f953", "voted": false }, "id": "folder-download", "links": { "self": "/api/icons/folder-download" }, "type": "icon" }, { "attributes": { "id": "folder-minus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65d", "voted": false }, "id": "folder-minus", "links": { "self": "/api/icons/folder-minus" }, "type": "icon" }, { "attributes": { "id": "folder-open", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f07c", "voted": false }, "id": "folder-open", "links": { "self": "/api/icons/folder-open" }, "type": "icon" }, { "attributes": { "id": "folder-plus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65e", "voted": false }, "id": "folder-plus", "links": { "self": "/api/icons/folder-plus" }, "type": "icon" }, { "attributes": { "id": "folder-times", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f65f", "voted": false }, "id": "folder-times", "links": { "self": "/api/icons/folder-times" }, "type": "icon" }, { "attributes": { "id": "folder-tree", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f802", "voted": true }, "id": "folder-tree", "links": { "self": "/api/icons/folder-tree" }, "type": "icon" }, { "attributes": { "id": "folder-upload", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f954", "voted": false }, "id": "folder-upload", "links": { "self": "/api/icons/folder-upload" }, "type": "icon" }, { "attributes": { "id": "folders", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f660", "voted": false }, "id": "folders", "links": { "self": "/api/icons/folders" }, "type": "icon" }, { "attributes": { "id": "font", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f031", "voted": false }, "id": "font", "links": { "self": "/api/icons/font" }, "type": "icon" }, { "attributes": { "id": "font-awesome", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b4", "voted": false }, "id": "font-awesome", "links": { "self": "/api/icons/font-awesome" }, "type": "icon" }, { "attributes": { "id": "font-awesome-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f35c", "voted": false }, "id": "font-awesome-alt", "links": { "self": "/api/icons/font-awesome-alt" }, "type": "icon" }, { "attributes": { "id": "font-awesome-flag", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f425", "voted": false }, "id": "font-awesome-flag", "links": { "self": "/api/icons/font-awesome-flag" }, "type": "icon" }, { "attributes": { "id": "font-case", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f866", "voted": false }, "id": "font-case", "links": { "self": "/api/icons/font-case" }, "type": "icon" }, { "attributes": { "id": "fonticons", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f280", "voted": false }, "id": "fonticons", "links": { "self": "/api/icons/fonticons" }, "type": "icon" }, { "attributes": { "id": "fonticons-fi", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a2", "voted": false }, "id": "fonticons-fi", "links": { "self": "/api/icons/fonticons-fi" }, "type": "icon" }, { "attributes": { "id": "football-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f44e", "voted": false }, "id": "football-ball", "links": { "self": "/api/icons/football-ball" }, "type": "icon" }, { "attributes": { "id": "football-helmet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f44f", "voted": false }, "id": "football-helmet", "links": { "self": "/api/icons/football-helmet" }, "type": "icon" }, { "attributes": { "id": "forklift", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47a", "voted": false }, "id": "forklift", "links": { "self": "/api/icons/forklift" }, "type": "icon" }, { "attributes": { "id": "fort-awesome", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f286", "voted": false }, "id": "fort-awesome", "links": { "self": "/api/icons/fort-awesome" }, "type": "icon" }, { "attributes": { "id": "fort-awesome-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a3", "voted": false }, "id": "fort-awesome-alt", "links": { "self": "/api/icons/fort-awesome-alt" }, "type": "icon" }, { "attributes": { "id": "forumbee", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f211", "voted": false }, "id": "forumbee", "links": { "self": "/api/icons/forumbee" }, "type": "icon" }, { "attributes": { "id": "forward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f04e", "voted": false }, "id": "forward", "links": { "self": "/api/icons/forward" }, "type": "icon" }, { "attributes": { "id": "foursquare", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f180", "voted": false }, "id": "foursquare", "links": { "self": "/api/icons/foursquare" }, "type": "icon" }, { "attributes": { "id": "fragile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4bb", "voted": false }, "id": "fragile", "links": { "self": "/api/icons/fragile" }, "type": "icon" }, { "attributes": { "id": "free-code-camp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2c5", "voted": false }, "id": "free-code-camp", "links": { "self": "/api/icons/free-code-camp" }, "type": "icon" }, { "attributes": { "id": "freebsd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a4", "voted": false }, "id": "freebsd", "links": { "self": "/api/icons/freebsd" }, "type": "icon" }, { "attributes": { "id": "french-fries", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f803", "voted": false }, "id": "french-fries", "links": { "self": "/api/icons/french-fries" }, "type": "icon" }, { "attributes": { "id": "frog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52e", "voted": false }, "id": "frog", "links": { "self": "/api/icons/frog" }, "type": "icon" }, { "attributes": { "id": "frosty-head", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79b", "voted": false }, "id": "frosty-head", "links": { "self": "/api/icons/frosty-head" }, "type": "icon" }, { "attributes": { "id": "frown", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f119", "voted": false }, "id": "frown", "links": { "self": "/api/icons/frown" }, "type": "icon" }, { "attributes": { "id": "frown-open", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57a", "voted": false }, "id": "frown-open", "links": { "self": "/api/icons/frown-open" }, "type": "icon" }, { "attributes": { "id": "fulcrum", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50b", "voted": false }, "id": "fulcrum", "links": { "self": "/api/icons/fulcrum" }, "type": "icon" }, { "attributes": { "id": "function", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f661", "voted": false }, "id": "function", "links": { "self": "/api/icons/function" }, "type": "icon" }, { "attributes": { "id": "funnel-dollar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f662", "voted": false }, "id": "funnel-dollar", "links": { "self": "/api/icons/funnel-dollar" }, "type": "icon" }, { "attributes": { "id": "futbol", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e3", "voted": false }, "id": "futbol", "links": { "self": "/api/icons/futbol" }, "type": "icon" }, { "attributes": { "id": "galactic-republic", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50c", "voted": false }, "id": "galactic-republic", "links": { "self": "/api/icons/galactic-republic" }, "type": "icon" }, { "attributes": { "id": "galactic-senate", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50d", "voted": false }, "id": "galactic-senate", "links": { "self": "/api/icons/galactic-senate" }, "type": "icon" }, { "attributes": { "id": "galaxy", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f908", "voted": false }, "id": "galaxy", "links": { "self": "/api/icons/galaxy" }, "type": "icon" }, { "attributes": { "id": "game-board", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f867", "voted": false }, "id": "game-board", "links": { "self": "/api/icons/game-board" }, "type": "icon" }, { + "attributes": { + "id": "game-board-alt", "membership": + { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f868", "voted": false + }, "id": "game-board-alt", "links": { "self": "/api/icons/game-board-alt" }, "type": "icon" +}, { "attributes": { "id": "game-console-handheld", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8bb", "voted": false }, "id": "game-console-handheld", "links": { "self": "/api/icons/game-console-handheld" }, "type": "icon" }, { "attributes": { "id": "gamepad", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f11b", "voted": false }, "id": "gamepad", "links": { "self": "/api/icons/gamepad" }, "type": "icon" }, { "attributes": { "id": "gamepad-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8bc", "voted": false }, "id": "gamepad-alt", "links": { "self": "/api/icons/gamepad-alt" }, "type": "icon" }, { "attributes": { "id": "garage", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f909", "voted": false }, "id": "garage", "links": { "self": "/api/icons/garage" }, "type": "icon" }, { "attributes": { "id": "garage-car", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90a", "voted": false }, "id": "garage-car", "links": { "self": "/api/icons/garage-car" }, "type": "icon" }, { "attributes": { "id": "garage-open", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90b", "voted": false }, "id": "garage-open", "links": { "self": "/api/icons/garage-open" }, "type": "icon" }, { "attributes": { "id": "gas-pump", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f52f", "voted": true }, "id": "gas-pump", "links": { "self": "/api/icons/gas-pump" }, "type": "icon" }, { "attributes": { "id": "gas-pump-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f4", "voted": true }, "id": "gas-pump-slash", "links": { "self": "/api/icons/gas-pump-slash" }, "type": "icon" }, { "attributes": { "id": "gavel", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e3", "voted": false }, "id": "gavel", "links": { "self": "/api/icons/gavel" }, "type": "icon" }, { "attributes": { "id": "gem", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3a5", "voted": false }, "id": "gem", "links": { "self": "/api/icons/gem" }, "type": "icon" }, { "attributes": { "id": "genderless", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f22d", "voted": false }, "id": "genderless", "links": { "self": "/api/icons/genderless" }, "type": "icon" }, { "attributes": { "id": "get-pocket", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f265", "voted": false }, "id": "get-pocket", "links": { "self": "/api/icons/get-pocket" }, "type": "icon" }, { "attributes": { "id": "gg", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f260", "voted": false }, "id": "gg", "links": { "self": "/api/icons/gg" }, "type": "icon" }, { "attributes": { "id": "gg-circle", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f261", "voted": false }, "id": "gg-circle", "links": { "self": "/api/icons/gg-circle" }, "type": "icon" }, { "attributes": { "id": "ghost", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e2", "voted": false }, "id": "ghost", "links": { "self": "/api/icons/ghost" }, "type": "icon" }, { "attributes": { "id": "gift", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f06b", "voted": false }, "id": "gift", "links": { "self": "/api/icons/gift" }, "type": "icon" }, { "attributes": { "id": "gift-card", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f663", "voted": false }, "id": "gift-card", "links": { "self": "/api/icons/gift-card" }, "type": "icon" }, { "attributes": { "id": "gifts", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79c", "voted": false }, "id": "gifts", "links": { "self": "/api/icons/gifts" }, "type": "icon" }, { "attributes": { "id": "gingerbread-man", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79d", "voted": false }, "id": "gingerbread-man", "links": { "self": "/api/icons/gingerbread-man" }, "type": "icon" }, { "attributes": { "id": "git", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d3", "voted": false }, "id": "git", "links": { "self": "/api/icons/git" }, "type": "icon" }, { "attributes": { "id": "git-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f841", "voted": false }, "id": "git-alt", "links": { "self": "/api/icons/git-alt" }, "type": "icon" }, { "attributes": { "id": "git-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d2", "voted": false }, "id": "git-square", "links": { "self": "/api/icons/git-square" }, "type": "icon" }, { "attributes": { "id": "github", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f09b", "voted": false }, "id": "github", "links": { "self": "/api/icons/github" }, "type": "icon" }, { "attributes": { "id": "github-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f113", "voted": false }, "id": "github-alt", "links": { "self": "/api/icons/github-alt" }, "type": "icon" }, { "attributes": { "id": "github-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f092", "voted": false }, "id": "github-square", "links": { "self": "/api/icons/github-square" }, "type": "icon" }, { "attributes": { "id": "gitkraken", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a6", "voted": false }, "id": "gitkraken", "links": { "self": "/api/icons/gitkraken" }, "type": "icon" }, { "attributes": { "id": "gitlab", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f296", "voted": false }, "id": "gitlab", "links": { "self": "/api/icons/gitlab" }, "type": "icon" }, { "attributes": { "id": "gitter", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f426", "voted": false }, "id": "gitter", "links": { "self": "/api/icons/gitter" }, "type": "icon" }, { "attributes": { "id": "glass", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f804", "voted": true }, "id": "glass", "links": { "self": "/api/icons/glass" }, "type": "icon" }, { "attributes": { "id": "glass-champagne", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79e", "voted": false }, "id": "glass-champagne", "links": { "self": "/api/icons/glass-champagne" }, "type": "icon" }, { "attributes": { "id": "glass-cheers", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f79f", "voted": false }, "id": "glass-cheers", "links": { "self": "/api/icons/glass-cheers" }, "type": "icon" }, { "attributes": { "id": "glass-citrus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f869", "voted": false }, "id": "glass-citrus", "links": { "self": "/api/icons/glass-citrus" }, "type": "icon" }, { "attributes": { "id": "glass-martini", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f000", "voted": false }, "id": "glass-martini", "links": { "self": "/api/icons/glass-martini" }, "type": "icon" }, { "attributes": { "id": "glass-martini-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57b", "voted": false }, "id": "glass-martini-alt", "links": { "self": "/api/icons/glass-martini-alt" }, "type": "icon" }, { "attributes": { "id": "glass-whiskey", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a0", "voted": false }, "id": "glass-whiskey", "links": { "self": "/api/icons/glass-whiskey" }, "type": "icon" }, { "attributes": { "id": "glass-whiskey-rocks", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a1", "voted": false }, "id": "glass-whiskey-rocks", "links": { "self": "/api/icons/glass-whiskey-rocks" }, "type": "icon" }, { "attributes": { "id": "glasses", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f530", "voted": true }, "id": "glasses", "links": { "self": "/api/icons/glasses" }, "type": "icon" }, { "attributes": { "id": "glasses-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f5", "voted": false }, "id": "glasses-alt", "links": { "self": "/api/icons/glasses-alt" }, "type": "icon" }, { "attributes": { "id": "glide", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2a5", "voted": false }, "id": "glide", "links": { "self": "/api/icons/glide" }, "type": "icon" }, { + "attributes": { "id": "glide-g", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2a6", "voted": false }, "id": "glide-g", "links": { "self": "/api/icons/glide-g" }, + "type": "icon" +}, { "attributes": { "id": "globe", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ac", "voted": false }, "id": "globe", "links": { "self": "/api/icons/globe" }, "type": "icon" }, { "attributes": { "id": "globe-africa", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57c", "voted": false }, "id": "globe-africa", "links": { "self": "/api/icons/globe-africa" }, "type": "icon" }, { "attributes": { "id": "globe-americas", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57d", "voted": false }, "id": "globe-americas", "links": { "self": "/api/icons/globe-americas" }, "type": "icon" }, { "attributes": { "id": "globe-asia", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57e", "voted": false }, "id": "globe-asia", "links": { "self": "/api/icons/globe-asia" }, "type": "icon" }, { "attributes": { "id": "globe-europe", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a2", "voted": true }, "id": "globe-europe", "links": { "self": "/api/icons/globe-europe" }, "type": "icon" }, { "attributes": { "id": "globe-snow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a3", "voted": false }, "id": "globe-snow", "links": { "self": "/api/icons/globe-snow" }, "type": "icon" }, { "attributes": { "id": "globe-stand", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f6", "voted": false }, "id": "globe-stand", "links": { "self": "/api/icons/globe-stand" }, "type": "icon" }, { "attributes": { "id": "gofore", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a7", "voted": false }, "id": "gofore", "links": { "self": "/api/icons/gofore" }, "type": "icon" }, { "attributes": { "id": "golf-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f450", "voted": false }, "id": "golf-ball", "links": { "self": "/api/icons/golf-ball" }, "type": "icon" }, { "attributes": { "id": "golf-club", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f451", "voted": false }, "id": "golf-club", "links": { "self": "/api/icons/golf-club" }, "type": "icon" }, { "attributes": { "id": "goodreads", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a8", "voted": false }, "id": "goodreads", "links": { "self": "/api/icons/goodreads" }, "type": "icon" }, { "attributes": { "id": "goodreads-g", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3a9", "voted": false }, "id": "goodreads-g", "links": { "self": "/api/icons/goodreads-g" }, "type": "icon" }, { "attributes": { "id": "google", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a0", "voted": false }, "id": "google", "links": { "self": "/api/icons/google" }, "type": "icon" }, { "attributes": { "id": "google-drive", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3aa", "voted": false }, "id": "google-drive", "links": { "self": "/api/icons/google-drive" }, "type": "icon" }, { "attributes": { "id": "google-play", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ab", "voted": false }, "id": "google-play", "links": { "self": "/api/icons/google-play" }, "type": "icon" }, { "attributes": { "id": "google-plus", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b3", "voted": false }, "id": "google-plus", "links": { "self": "/api/icons/google-plus" }, "type": "icon" }, { "attributes": { "id": "google-plus-g", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f0d5", "voted": false }, "id": "google-plus-g", "links": { "self": "/api/icons/google-plus-g" }, "type": "icon" }, { "attributes": { "id": "google-plus-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f0d4", "voted": false }, "id": "google-plus-square", "links": { "self": "/api/icons/google-plus-square" }, "type": "icon" }, { "attributes": { "id": "google-wallet", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1ee", "voted": false }, "id": "google-wallet", "links": { "self": "/api/icons/google-wallet" }, "type": "icon" }, { "attributes": { "id": "gopuram", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f664", "voted": false }, "id": "gopuram", "links": { "self": "/api/icons/gopuram" }, "type": "icon" }, { "attributes": { "id": "graduation-cap", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f19d", "voted": false }, "id": "graduation-cap", "links": { "self": "/api/icons/graduation-cap" }, "type": "icon" }, { "attributes": { "id": "gramophone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8bd", "voted": false }, "id": "gramophone", "links": { "self": "/api/icons/gramophone" }, "type": "icon" }, { "attributes": { "id": "gratipay", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f184", "voted": false }, "id": "gratipay", "links": { "self": "/api/icons/gratipay" }, "type": "icon" }, { "attributes": { "id": "grav", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2d6", "voted": false }, "id": "grav", "links": { "self": "/api/icons/grav" }, "type": "icon" }, { "attributes": { "id": "greater-than", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f531", "voted": true }, "id": "greater-than", "links": { "self": "/api/icons/greater-than" }, "type": "icon" }, { "attributes": { "id": "greater-than-equal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f532", "voted": true }, "id": "greater-than-equal", "links": { "self": "/api/icons/greater-than-equal" }, "type": "icon" }, { "attributes": { "id": "grimace", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f57f", "voted": false }, "id": "grimace", "links": { "self": "/api/icons/grimace" }, "type": "icon" }, { "attributes": { "id": "grin", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f580", "voted": false }, "id": "grin", "links": { "self": "/api/icons/grin" }, "type": "icon" }, { "attributes": { "id": "grin-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f581", "voted": false }, "id": "grin-alt", "links": { "self": "/api/icons/grin-alt" }, "type": "icon" }, { "attributes": { "id": "grin-beam", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f582", "voted": false }, "id": "grin-beam", "links": { "self": "/api/icons/grin-beam" }, "type": "icon" }, { "attributes": { "id": "grin-beam-sweat", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f583", "voted": false }, "id": "grin-beam-sweat", "links": { "self": "/api/icons/grin-beam-sweat" }, "type": "icon" }, { "attributes": { "id": "grin-hearts", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f584", "voted": false }, "id": "grin-hearts", "links": { "self": "/api/icons/grin-hearts" }, "type": "icon" }, { "attributes": { "id": "grin-squint", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f585", "voted": false }, "id": "grin-squint", "links": { "self": "/api/icons/grin-squint" }, "type": "icon" }, { "attributes": { "id": "grin-squint-tears", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f586", "voted": false }, "id": "grin-squint-tears", "links": { "self": "/api/icons/grin-squint-tears" }, "type": "icon" }, { "attributes": { "id": "grin-stars", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f587", "voted": false }, "id": "grin-stars", "links": { "self": "/api/icons/grin-stars" }, "type": "icon" }, { "attributes": { "id": "grin-tears", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f588", "voted": false }, "id": "grin-tears", "links": { "self": "/api/icons/grin-tears" }, "type": "icon" }, { "attributes": { "id": "grin-tongue", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f589", "voted": false }, "id": "grin-tongue", "links": { "self": "/api/icons/grin-tongue" }, "type": "icon" }, { "attributes": { "id": "grin-tongue-squint", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58a", "voted": false }, "id": "grin-tongue-squint", "links": { "self": "/api/icons/grin-tongue-squint" }, "type": "icon" }, { "attributes": { "id": "grin-tongue-wink", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58b", "voted": false }, "id": "grin-tongue-wink", "links": { "self": "/api/icons/grin-tongue-wink" }, "type": "icon" }, { + "attributes": { "id": "grin-wink", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58c", "voted": false }, + "id": "grin-wink", "links": { "self": "/api/icons/grin-wink" }, "type": "icon" +}, { "attributes": { "id": "grip-horizontal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58d", "voted": true }, "id": "grip-horizontal", "links": { "self": "/api/icons/grip-horizontal" }, "type": "icon" }, { "attributes": { "id": "grip-lines", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a4", "voted": true }, "id": "grip-lines", "links": { "self": "/api/icons/grip-lines" }, "type": "icon" }, { "attributes": { "id": "grip-lines-vertical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a5", "voted": true }, "id": "grip-lines-vertical", "links": { "self": "/api/icons/grip-lines-vertical" }, "type": "icon" }, { "attributes": { "id": "grip-vertical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58e", "voted": true }, "id": "grip-vertical", "links": { "self": "/api/icons/grip-vertical" }, "type": "icon" }, { "attributes": { "id": "gripfire", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ac", "voted": false }, "id": "gripfire", "links": { "self": "/api/icons/gripfire" }, "type": "icon" }, { "attributes": { "id": "grunt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ad", "voted": false }, "id": "grunt", "links": { "self": "/api/icons/grunt" }, "type": "icon" }, { "attributes": { "id": "guitar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a6", "voted": true }, "id": "guitar", "links": { "self": "/api/icons/guitar" }, "type": "icon" }, { "attributes": { "id": "guitar-electric", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8be", "voted": false }, "id": "guitar-electric", "links": { "self": "/api/icons/guitar-electric" }, "type": "icon" }, { "attributes": { "id": "guitars", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8bf", "voted": false }, "id": "guitars", "links": { "self": "/api/icons/guitars" }, "type": "icon" }, { "attributes": { "id": "gulp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ae", "voted": false }, "id": "gulp", "links": { "self": "/api/icons/gulp" }, "type": "icon" }, { "attributes": { "id": "h-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0fd", "voted": false }, "id": "h-square", "links": { "self": "/api/icons/h-square" }, "type": "icon" }, { "attributes": { "id": "h1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f313", "voted": false }, "id": "h1", "links": { "self": "/api/icons/h1" }, "type": "icon" }, { "attributes": { "id": "h2", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f314", "voted": false }, "id": "h2", "links": { "self": "/api/icons/h2" }, "type": "icon" }, { "attributes": { "id": "h3", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f315", "voted": false }, "id": "h3", "links": { "self": "/api/icons/h3" }, "type": "icon" }, { "attributes": { "id": "h4", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86a", "voted": false }, "id": "h4", "links": { "self": "/api/icons/h4" }, "type": "icon" }, { "attributes": { "id": "hacker-news", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d4", "voted": false }, "id": "hacker-news", "links": { "self": "/api/icons/hacker-news" }, "type": "icon" }, { "attributes": { "id": "hacker-news-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3af", "voted": false }, "id": "hacker-news-square", "links": { "self": "/api/icons/hacker-news-square" }, "type": "icon" }, { "attributes": { "id": "hackerrank", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5f7", "voted": true }, "id": "hackerrank", "links": { "self": "/api/icons/hackerrank" }, "type": "icon" }, { "attributes": { "id": "hamburger", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f805", "voted": false }, "id": "hamburger", "links": { "self": "/api/icons/hamburger" }, "type": "icon" }, { "attributes": { "id": "hammer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e3", "voted": true }, "id": "hammer", "links": { "self": "/api/icons/hammer" }, "type": "icon" }, { "attributes": { "id": "hammer-war", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e4", "voted": false }, "id": "hammer-war", "links": { "self": "/api/icons/hammer-war" }, "type": "icon" }, { "attributes": { "id": "hamsa", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f665", "voted": false }, "id": "hamsa", "links": { "self": "/api/icons/hamsa" }, "type": "icon" }, { "attributes": { "id": "hand-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4bc", "voted": false }, "id": "hand-heart", "links": { "self": "/api/icons/hand-heart" }, "type": "icon" }, { "attributes": { "id": "hand-holding", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4bd", "voted": false }, "id": "hand-holding", "links": { "self": "/api/icons/hand-holding" }, "type": "icon" }, { "attributes": { "id": "hand-holding-box", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47b", "voted": false }, "id": "hand-holding-box", "links": { "self": "/api/icons/hand-holding-box" }, "type": "icon" }, { "attributes": { "id": "hand-holding-heart", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4be", "voted": false }, "id": "hand-holding-heart", "links": { "self": "/api/icons/hand-holding-heart" }, "type": "icon" }, { "attributes": { "id": "hand-holding-magic", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e5", "voted": false }, "id": "hand-holding-magic", "links": { "self": "/api/icons/hand-holding-magic" }, "type": "icon" }, { "attributes": { "id": "hand-holding-medical", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95c", "voted": false }, "id": "hand-holding-medical", "links": { "self": "/api/icons/hand-holding-medical" }, "type": "icon" }, { "attributes": { "id": "hand-holding-seedling", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4bf", "voted": false }, "id": "hand-holding-seedling", "links": { "self": "/api/icons/hand-holding-seedling" }, "type": "icon" }, { "attributes": { "id": "hand-holding-usd", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c0", "voted": false }, "id": "hand-holding-usd", "links": { "self": "/api/icons/hand-holding-usd" }, "type": "icon" }, { "attributes": { "id": "hand-holding-water", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c1", "voted": false }, "id": "hand-holding-water", "links": { "self": "/api/icons/hand-holding-water" }, "type": "icon" }, { "attributes": { "id": "hand-lizard", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f258", "voted": false }, "id": "hand-lizard", "links": { "self": "/api/icons/hand-lizard" }, "type": "icon" }, { "attributes": { "id": "hand-middle-finger", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f806", "voted": true }, "id": "hand-middle-finger", "links": { "self": "/api/icons/hand-middle-finger" }, "type": "icon" }, { "attributes": { "id": "hand-paper", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f256", "voted": false }, "id": "hand-paper", "links": { "self": "/api/icons/hand-paper" }, "type": "icon" }, { "attributes": { "id": "hand-peace", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f25b", "voted": false }, "id": "hand-peace", "links": { "self": "/api/icons/hand-peace" }, "type": "icon" }, { "attributes": { "id": "hand-point-down", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a7", "voted": false }, "id": "hand-point-down", "links": { "self": "/api/icons/hand-point-down" }, "type": "icon" }, { "attributes": { "id": "hand-point-left", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a5", "voted": false }, "id": "hand-point-left", "links": { "self": "/api/icons/hand-point-left" }, "type": "icon" }, { + "attributes": { + "id": "hand-point-right", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f0a4", "voted": false + }, "id": "hand-point-right", "links": { "self": "/api/icons/hand-point-right" }, "type": "icon" +}, { "attributes": { "id": "hand-point-up", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a6", "voted": false }, "id": "hand-point-up", "links": { "self": "/api/icons/hand-point-up" }, "type": "icon" }, { "attributes": { "id": "hand-pointer", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f25a", "voted": false }, "id": "hand-pointer", "links": { "self": "/api/icons/hand-pointer" }, "type": "icon" }, { "attributes": { "id": "hand-receiving", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47c", "voted": false }, "id": "hand-receiving", "links": { "self": "/api/icons/hand-receiving" }, "type": "icon" }, { "attributes": { "id": "hand-rock", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f255", "voted": false }, "id": "hand-rock", "links": { "self": "/api/icons/hand-rock" }, "type": "icon" }, { "attributes": { "id": "hand-scissors", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f257", "voted": false }, "id": "hand-scissors", "links": { "self": "/api/icons/hand-scissors" }, "type": "icon" }, { "attributes": { "id": "hand-sparkles", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95d", "voted": false }, "id": "hand-sparkles", "links": { "self": "/api/icons/hand-sparkles" }, "type": "icon" }, { "attributes": { "id": "hand-spock", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f259", "voted": false }, "id": "hand-spock", "links": { "self": "/api/icons/hand-spock" }, "type": "icon" }, { "attributes": { "id": "hands", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c2", "voted": false }, "id": "hands", "links": { "self": "/api/icons/hands" }, "type": "icon" }, { "attributes": { "id": "hands-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c3", "voted": false }, "id": "hands-heart", "links": { "self": "/api/icons/hands-heart" }, "type": "icon" }, { "attributes": { "id": "hands-helping", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c4", "voted": false }, "id": "hands-helping", "links": { "self": "/api/icons/hands-helping" }, "type": "icon" }, { "attributes": { "id": "hands-usd", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c5", "voted": false }, "id": "hands-usd", "links": { "self": "/api/icons/hands-usd" }, "type": "icon" }, { "attributes": { "id": "hands-wash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95e", "voted": false }, "id": "hands-wash", "links": { "self": "/api/icons/hands-wash" }, "type": "icon" }, { "attributes": { "id": "handshake", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2b5", "voted": false }, "id": "handshake", "links": { "self": "/api/icons/handshake" }, "type": "icon" }, { "attributes": { "id": "handshake-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c6", "voted": false }, "id": "handshake-alt", "links": { "self": "/api/icons/handshake-alt" }, "type": "icon" }, { "attributes": { "id": "handshake-alt-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f95f", "voted": false }, "id": "handshake-alt-slash", "links": { "self": "/api/icons/handshake-alt-slash" }, "type": "icon" }, { "attributes": { "id": "handshake-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f960", "voted": false }, "id": "handshake-slash", "links": { "self": "/api/icons/handshake-slash" }, "type": "icon" }, { "attributes": { "id": "hanukiah", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e6", "voted": false }, "id": "hanukiah", "links": { "self": "/api/icons/hanukiah" }, "type": "icon" }, { "attributes": { "id": "hard-hat", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f807", "voted": true }, "id": "hard-hat", "links": { "self": "/api/icons/hard-hat" }, "type": "icon" }, { "attributes": { "id": "hashtag", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f292", "voted": false }, "id": "hashtag", "links": { "self": "/api/icons/hashtag" }, "type": "icon" }, { "attributes": { "id": "hat-chef", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86b", "voted": true }, "id": "hat-chef", "links": { "self": "/api/icons/hat-chef" }, "type": "icon" }, { "attributes": { "id": "hat-cowboy", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8c0", "voted": false }, "id": "hat-cowboy", "links": { "self": "/api/icons/hat-cowboy" }, "type": "icon" }, { "attributes": { "id": "hat-cowboy-side", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8c1", "voted": false }, "id": "hat-cowboy-side", "links": { "self": "/api/icons/hat-cowboy-side" }, "type": "icon" }, { "attributes": { "id": "hat-santa", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a7", "voted": false }, "id": "hat-santa", "links": { "self": "/api/icons/hat-santa" }, "type": "icon" }, { "attributes": { "id": "hat-winter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a8", "voted": false }, "id": "hat-winter", "links": { "self": "/api/icons/hat-winter" }, "type": "icon" }, { "attributes": { "id": "hat-witch", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e7", "voted": false }, "id": "hat-witch", "links": { "self": "/api/icons/hat-witch" }, "type": "icon" }, { "attributes": { "id": "hat-wizard", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e8", "voted": false }, "id": "hat-wizard", "links": { "self": "/api/icons/hat-wizard" }, "type": "icon" }, { "attributes": { "id": "hdd", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0a0", "voted": false }, "id": "hdd", "links": { "self": "/api/icons/hdd" }, "type": "icon" }, { "attributes": { "id": "head-side", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6e9", "voted": false }, "id": "head-side", "links": { "self": "/api/icons/head-side" }, "type": "icon" }, { "attributes": { "id": "head-side-brain", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f808", "voted": false }, "id": "head-side-brain", "links": { "self": "/api/icons/head-side-brain" }, "type": "icon" }, { "attributes": { "id": "head-side-cough", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f961", "voted": false }, "id": "head-side-cough", "links": { "self": "/api/icons/head-side-cough" }, "type": "icon" }, { "attributes": { "id": "head-side-cough-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f962", "voted": false }, "id": "head-side-cough-slash", "links": { "self": "/api/icons/head-side-cough-slash" }, "type": "icon" }, { "attributes": { "id": "head-side-headphones", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8c2", "voted": false }, "id": "head-side-headphones", "links": { "self": "/api/icons/head-side-headphones" }, "type": "icon" }, { "attributes": { "id": "head-side-mask", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f963", "voted": false }, "id": "head-side-mask", "links": { "self": "/api/icons/head-side-mask" }, "type": "icon" }, { "attributes": { "id": "head-side-medical", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f809", "voted": false }, "id": "head-side-medical", "links": { "self": "/api/icons/head-side-medical" }, "type": "icon" }, { "attributes": { "id": "head-side-virus", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f964", "voted": false }, "id": "head-side-virus", "links": { "self": "/api/icons/head-side-virus" }, "type": "icon" }, { "attributes": { "id": "head-vr", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ea", "voted": true }, "id": "head-vr", "links": { "self": "/api/icons/head-vr" }, "type": "icon" }, { + "attributes": { + "id": "heading", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1dc", "voted": false + }, "id": "heading", "links": { "self": "/api/icons/heading" }, "type": "icon" +}, { "attributes": { "id": "headphones", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f025", "voted": false }, "id": "headphones", "links": { "self": "/api/icons/headphones" }, "type": "icon" }, { "attributes": { "id": "headphones-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f58f", "voted": true }, "id": "headphones-alt", "links": { "self": "/api/icons/headphones-alt" }, "type": "icon" }, { "attributes": { "id": "headset", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f590", "voted": true }, "id": "headset", "links": { "self": "/api/icons/headset" }, "type": "icon" }, { "attributes": { "id": "heart", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f004", "voted": false }, "id": "heart", "links": { "self": "/api/icons/heart" }, "type": "icon" }, { "attributes": { "id": "heart-broken", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7a9", "voted": true }, "id": "heart-broken", "links": { "self": "/api/icons/heart-broken" }, "type": "icon" }, { "attributes": { "id": "heart-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c7", "voted": false }, "id": "heart-circle", "links": { "self": "/api/icons/heart-circle" }, "type": "icon" }, { "attributes": { "id": "heart-rate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f8", "voted": false }, "id": "heart-rate", "links": { "self": "/api/icons/heart-rate" }, "type": "icon" }, { "attributes": { "id": "heart-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c8", "voted": false }, "id": "heart-square", "links": { "self": "/api/icons/heart-square" }, "type": "icon" }, { "attributes": { "id": "heartbeat", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f21e", "voted": false }, "id": "heartbeat", "links": { "self": "/api/icons/heartbeat" }, "type": "icon" }, { "attributes": { "id": "heat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90c", "voted": false }, "id": "heat", "links": { "self": "/api/icons/heat" }, "type": "icon" }, { "attributes": { "id": "helicopter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f533", "voted": true }, "id": "helicopter", "links": { "self": "/api/icons/helicopter" }, "type": "icon" }, { "attributes": { "id": "helmet-battle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6eb", "voted": false }, "id": "helmet-battle", "links": { "self": "/api/icons/helmet-battle" }, "type": "icon" }, { "attributes": { "id": "hexagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f312", "voted": false }, "id": "hexagon", "links": { "self": "/api/icons/hexagon" }, "type": "icon" }, { "attributes": { "id": "highlighter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f591", "voted": true }, "id": "highlighter", "links": { "self": "/api/icons/highlighter" }, "type": "icon" }, { "attributes": { "id": "hiking", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ec", "voted": false }, "id": "hiking", "links": { "self": "/api/icons/hiking" }, "type": "icon" }, { "attributes": { "id": "hippo", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ed", "voted": false }, "id": "hippo", "links": { "self": "/api/icons/hippo" }, "type": "icon" }, { "attributes": { "id": "hips", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f452", "voted": false }, "id": "hips", "links": { "self": "/api/icons/hips" }, "type": "icon" }, { "attributes": { "id": "hire-a-helper", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b0", "voted": false }, "id": "hire-a-helper", "links": { "self": "/api/icons/hire-a-helper" }, "type": "icon" }, { "attributes": { "id": "history", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1da", "voted": false }, "id": "history", "links": { "self": "/api/icons/history" }, "type": "icon" }, { "attributes": { "id": "hockey-mask", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ee", "voted": false }, "id": "hockey-mask", "links": { "self": "/api/icons/hockey-mask" }, "type": "icon" }, { "attributes": { "id": "hockey-puck", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f453", "voted": false }, "id": "hockey-puck", "links": { "self": "/api/icons/hockey-puck" }, "type": "icon" }, { "attributes": { "id": "hockey-sticks", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f454", "voted": false }, "id": "hockey-sticks", "links": { "self": "/api/icons/hockey-sticks" }, "type": "icon" }, { "attributes": { "id": "holly-berry", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7aa", "voted": false }, "id": "holly-berry", "links": { "self": "/api/icons/holly-berry" }, "type": "icon" }, { "attributes": { "id": "home", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f015", "voted": false }, "id": "home", "links": { "self": "/api/icons/home" }, "type": "icon" }, { "attributes": { "id": "home-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80a", "voted": false }, "id": "home-alt", "links": { "self": "/api/icons/home-alt" }, "type": "icon" }, { "attributes": { "id": "home-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4c9", "voted": false }, "id": "home-heart", "links": { "self": "/api/icons/home-heart" }, "type": "icon" }, { "attributes": { "id": "home-lg", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80b", "voted": false }, "id": "home-lg", "links": { "self": "/api/icons/home-lg" }, "type": "icon" }, { "attributes": { "id": "home-lg-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80c", "voted": false }, "id": "home-lg-alt", "links": { "self": "/api/icons/home-lg-alt" }, "type": "icon" }, { "attributes": { "id": "hood-cloak", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ef", "voted": false }, "id": "hood-cloak", "links": { "self": "/api/icons/hood-cloak" }, "type": "icon" }, { "attributes": { "id": "hooli", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f427", "voted": false }, "id": "hooli", "links": { "self": "/api/icons/hooli" }, "type": "icon" }, { "attributes": { "id": "horizontal-rule", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86c", "voted": false }, "id": "horizontal-rule", "links": { "self": "/api/icons/horizontal-rule" }, "type": "icon" }, { "attributes": { "id": "hornbill", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f592", "voted": false }, "id": "hornbill", "links": { "self": "/api/icons/hornbill" }, "type": "icon" }, { "attributes": { "id": "horse", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f0", "voted": false }, "id": "horse", "links": { "self": "/api/icons/horse" }, "type": "icon" }, { "attributes": { "id": "horse-head", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ab", "voted": false }, "id": "horse-head", "links": { "self": "/api/icons/horse-head" }, "type": "icon" }, { "attributes": { "id": "horse-saddle", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8c3", "voted": false }, "id": "horse-saddle", "links": { "self": "/api/icons/horse-saddle" }, "type": "icon" }, { "attributes": { "id": "hospital", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f8", "voted": false }, "id": "hospital", "links": { "self": "/api/icons/hospital" }, "type": "icon" }, { "attributes": { "id": "hospital-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47d", "voted": false }, "id": "hospital-alt", "links": { "self": "/api/icons/hospital-alt" }, "type": "icon" }, { "attributes": { "id": "hospital-symbol", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47e", "voted": false }, "id": "hospital-symbol", "links": { "self": "/api/icons/hospital-symbol" }, "type": "icon" }, { + "attributes": { + "id": "hospital-user", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80d", "voted": false + }, "id": "hospital-user", "links": { "self": "/api/icons/hospital-user" }, "type": "icon" +}, { "attributes": { "id": "hospitals", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80e", "voted": false }, "id": "hospitals", "links": { "self": "/api/icons/hospitals" }, "type": "icon" }, { "attributes": { "id": "hot-tub", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f593", "voted": false }, "id": "hot-tub", "links": { "self": "/api/icons/hot-tub" }, "type": "icon" }, { "attributes": { "id": "hotdog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f80f", "voted": false }, "id": "hotdog", "links": { "self": "/api/icons/hotdog" }, "type": "icon" }, { "attributes": { "id": "hotel", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f594", "voted": false }, "id": "hotel", "links": { "self": "/api/icons/hotel" }, "type": "icon" }, { "attributes": { "id": "hotjar", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b1", "voted": false }, "id": "hotjar", "links": { "self": "/api/icons/hotjar" }, "type": "icon" }, { "attributes": { "id": "hourglass", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f254", "voted": false }, "id": "hourglass", "links": { "self": "/api/icons/hourglass" }, "type": "icon" }, { "attributes": { "id": "hourglass-end", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f253", "voted": false }, "id": "hourglass-end", "links": { "self": "/api/icons/hourglass-end" }, "type": "icon" }, { "attributes": { "id": "hourglass-half", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f252", "voted": false }, "id": "hourglass-half", "links": { "self": "/api/icons/hourglass-half" }, "type": "icon" }, { "attributes": { "id": "hourglass-start", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f251", "voted": false }, "id": "hourglass-start", "links": { "self": "/api/icons/hourglass-start" }, "type": "icon" }, { "attributes": { "id": "house", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90d", "voted": false }, "id": "house", "links": { "self": "/api/icons/house" }, "type": "icon" }, { "attributes": { "id": "house-damage", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f1", "voted": false }, "id": "house-damage", "links": { "self": "/api/icons/house-damage" }, "type": "icon" }, { "attributes": { "id": "house-day", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90e", "voted": false }, "id": "house-day", "links": { "self": "/api/icons/house-day" }, "type": "icon" }, { "attributes": { "id": "house-flood", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f74f", "voted": false }, "id": "house-flood", "links": { "self": "/api/icons/house-flood" }, "type": "icon" }, { "attributes": { "id": "house-leave", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f90f", "voted": false }, "id": "house-leave", "links": { "self": "/api/icons/house-leave" }, "type": "icon" }, { "attributes": { "id": "house-night", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f910", "voted": false }, "id": "house-night", "links": { "self": "/api/icons/house-night" }, "type": "icon" }, { "attributes": { "id": "house-return", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f911", "voted": false }, "id": "house-return", "links": { "self": "/api/icons/house-return" }, "type": "icon" }, { "attributes": { "id": "house-signal", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f912", "voted": false }, "id": "house-signal", "links": { "self": "/api/icons/house-signal" }, "type": "icon" }, { "attributes": { "id": "house-user", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f965", "voted": false }, "id": "house-user", "links": { "self": "/api/icons/house-user" }, "type": "icon" }, { "attributes": { "id": "houzz", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f27c", "voted": false }, "id": "houzz", "links": { "self": "/api/icons/houzz" }, "type": "icon" }, { "attributes": { "id": "hryvnia", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f2", "voted": true }, "id": "hryvnia", "links": { "self": "/api/icons/hryvnia" }, "type": "icon" }, { "attributes": { "id": "html5", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f13b", "voted": false }, "id": "html5", "links": { "self": "/api/icons/html5" }, "type": "icon" }, { "attributes": { "id": "hubspot", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b2", "voted": false }, "id": "hubspot", "links": { "self": "/api/icons/hubspot" }, "type": "icon" }, { "attributes": { "id": "humidity", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f750", "voted": false }, "id": "humidity", "links": { "self": "/api/icons/humidity" }, "type": "icon" }, { "attributes": { "id": "hurricane", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f751", "voted": false }, "id": "hurricane", "links": { "self": "/api/icons/hurricane" }, "type": "icon" }, { "attributes": { "id": "i-cursor", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f246", "voted": false }, "id": "i-cursor", "links": { "self": "/api/icons/i-cursor" }, "type": "icon" }, { "attributes": { "id": "ice-cream", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f810", "voted": false }, "id": "ice-cream", "links": { "self": "/api/icons/ice-cream" }, "type": "icon" }, { "attributes": { "id": "ice-skate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ac", "voted": false }, "id": "ice-skate", "links": { "self": "/api/icons/ice-skate" }, "type": "icon" }, { "attributes": { "id": "icicles", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ad", "voted": false }, "id": "icicles", "links": { "self": "/api/icons/icicles" }, "type": "icon" }, { "attributes": { "id": "icons", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86d", "voted": false }, "id": "icons", "links": { "self": "/api/icons/icons" }, "type": "icon" }, { "attributes": { "id": "icons-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86e", "voted": false }, "id": "icons-alt", "links": { "self": "/api/icons/icons-alt" }, "type": "icon" }, { "attributes": { "id": "id-badge", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2c1", "voted": false }, "id": "id-badge", "links": { "self": "/api/icons/id-badge" }, "type": "icon" }, { "attributes": { "id": "id-card", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2c2", "voted": false }, "id": "id-card", "links": { "self": "/api/icons/id-card" }, "type": "icon" }, { "attributes": { "id": "id-card-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f47f", "voted": false }, "id": "id-card-alt", "links": { "self": "/api/icons/id-card-alt" }, "type": "icon" }, { "attributes": { "id": "ideal", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f913", "voted": true }, "id": "ideal", "links": { "self": "/api/icons/ideal" }, "type": "icon" }, { "attributes": { "id": "igloo", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ae", "voted": false }, "id": "igloo", "links": { "self": "/api/icons/igloo" }, "type": "icon" }, { "attributes": { "id": "image", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f03e", "voted": false }, "id": "image", "links": { "self": "/api/icons/image" }, "type": "icon" }, { "attributes": { "id": "image-polaroid", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8c4", "voted": false }, "id": "image-polaroid", "links": { "self": "/api/icons/image-polaroid" }, "type": "icon" }, { "attributes": { "id": "images", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f302", "voted": false }, "id": "images", "links": { "self": "/api/icons/images" }, "type": "icon" }, { "attributes": { "id": "imdb", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2d8", "voted": false }, "id": "imdb", "links": { "self": "/api/icons/imdb" }, "type": "icon" }, { + "attributes": { + "id": "inbox", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f01c", "voted": false + }, "id": "inbox", "links": { "self": "/api/icons/inbox" }, "type": "icon" +}, { "attributes": { "id": "inbox-in", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f310", "voted": false }, "id": "inbox-in", "links": { "self": "/api/icons/inbox-in" }, "type": "icon" }, { "attributes": { "id": "inbox-out", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f311", "voted": false }, "id": "inbox-out", "links": { "self": "/api/icons/inbox-out" }, "type": "icon" }, { "attributes": { "id": "indent", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f03c", "voted": false }, "id": "indent", "links": { "self": "/api/icons/indent" }, "type": "icon" }, { "attributes": { "id": "industry", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f275", "voted": false }, "id": "industry", "links": { "self": "/api/icons/industry" }, "type": "icon" }, { "attributes": { "id": "industry-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3b3", "voted": false }, "id": "industry-alt", "links": { "self": "/api/icons/industry-alt" }, "type": "icon" }, { "attributes": { "id": "infinity", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f534", "voted": true }, "id": "infinity", "links": { "self": "/api/icons/infinity" }, "type": "icon" }, { "attributes": { "id": "info", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f129", "voted": false }, "id": "info", "links": { "self": "/api/icons/info" }, "type": "icon" }, { "attributes": { "id": "info-circle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f05a", "voted": false }, "id": "info-circle", "links": { "self": "/api/icons/info-circle" }, "type": "icon" }, { "attributes": { "id": "info-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30f", "voted": false }, "id": "info-square", "links": { "self": "/api/icons/info-square" }, "type": "icon" }, { "attributes": { "id": "inhaler", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5f9", "voted": false }, "id": "inhaler", "links": { "self": "/api/icons/inhaler" }, "type": "icon" }, { "attributes": { "id": "instagram", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f16d", "voted": false }, "id": "instagram", "links": { "self": "/api/icons/instagram" }, "type": "icon" }, { "attributes": { "id": "instagram-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f955", "voted": true }, "id": "instagram-square", "links": { "self": "/api/icons/instagram-square" }, "type": "icon" }, { "attributes": { "id": "integral", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f667", "voted": false }, "id": "integral", "links": { "self": "/api/icons/integral" }, "type": "icon" }, { "attributes": { "id": "intercom", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7af", "voted": false }, "id": "intercom", "links": { "self": "/api/icons/intercom" }, "type": "icon" }, { "attributes": { "id": "internet-explorer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f26b", "voted": false }, "id": "internet-explorer", "links": { "self": "/api/icons/internet-explorer" }, "type": "icon" }, { "attributes": { "id": "intersection", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f668", "voted": false }, "id": "intersection", "links": { "self": "/api/icons/intersection" }, "type": "icon" }, { "attributes": { "id": "inventory", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f480", "voted": false }, "id": "inventory", "links": { "self": "/api/icons/inventory" }, "type": "icon" }, { "attributes": { "id": "invision", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7b0", "voted": false }, "id": "invision", "links": { "self": "/api/icons/invision" }, "type": "icon" }, { "attributes": { "id": "ioxhost", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f208", "voted": false }, "id": "ioxhost", "links": { "self": "/api/icons/ioxhost" }, "type": "icon" }, { "attributes": { "id": "island-tropical", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f811", "voted": true }, "id": "island-tropical", "links": { "self": "/api/icons/island-tropical" }, "type": "icon" }, { "attributes": { "id": "italic", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f033", "voted": false }, "id": "italic", "links": { "self": "/api/icons/italic" }, "type": "icon" }, { "attributes": { "id": "itch-io", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f83a", "voted": false }, "id": "itch-io", "links": { "self": "/api/icons/itch-io" }, "type": "icon" }, { "attributes": { "id": "itunes", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b4", "voted": false }, "id": "itunes", "links": { "self": "/api/icons/itunes" }, "type": "icon" }, { "attributes": { "id": "itunes-note", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b5", "voted": false }, "id": "itunes-note", "links": { "self": "/api/icons/itunes-note" }, "type": "icon" }, { "attributes": { "id": "jack-o-lantern", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30e", "voted": false }, "id": "jack-o-lantern", "links": { "self": "/api/icons/jack-o-lantern" }, "type": "icon" }, { "attributes": { "id": "java", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4e4", "voted": false }, "id": "java", "links": { "self": "/api/icons/java" }, "type": "icon" }, { "attributes": { "id": "jedi", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f669", "voted": false }, "id": "jedi", "links": { "self": "/api/icons/jedi" }, "type": "icon" }, { "attributes": { "id": "jedi-order", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50e", "voted": false }, "id": "jedi-order", "links": { "self": "/api/icons/jedi-order" }, "type": "icon" }, { "attributes": { "id": "jenkins", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b6", "voted": false }, "id": "jenkins", "links": { "self": "/api/icons/jenkins" }, "type": "icon" }, { "attributes": { "id": "jira", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7b1", "voted": true }, "id": "jira", "links": { "self": "/api/icons/jira" }, "type": "icon" }, { "attributes": { "id": "joget", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b7", "voted": false }, "id": "joget", "links": { "self": "/api/icons/joget" }, "type": "icon" }, { "attributes": { "id": "joint", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f595", "voted": false }, "id": "joint", "links": { "self": "/api/icons/joint" }, "type": "icon" }, { "attributes": { "id": "joomla", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1aa", "voted": false }, "id": "joomla", "links": { "self": "/api/icons/joomla" }, "type": "icon" }, { "attributes": { "id": "journal-whills", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66a", "voted": false }, "id": "journal-whills", "links": { "self": "/api/icons/journal-whills" }, "type": "icon" }, { "attributes": { "id": "joystick", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8c5", "voted": false }, "id": "joystick", "links": { "self": "/api/icons/joystick" }, "type": "icon" }, { "attributes": { "id": "js", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b8", "voted": false }, "id": "js", "links": { "self": "/api/icons/js" }, "type": "icon" }, { "attributes": { "id": "js-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3b9", "voted": false }, "id": "js-square", "links": { "self": "/api/icons/js-square" }, "type": "icon" }, { "attributes": { "id": "jsfiddle", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1cc", "voted": false }, "id": "jsfiddle", "links": { "self": "/api/icons/jsfiddle" }, "type": "icon" }, { "attributes": { "id": "jug", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8c6", "voted": false }, "id": "jug", "links": { "self": "/api/icons/jug" }, "type": "icon" }, { "attributes": { "id": "kaaba", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66b", "voted": false }, "id": "kaaba", "links": { "self": "/api/icons/kaaba" }, "type": "icon" }, { "attributes": { "id": "kaggle", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5fa", "voted": true }, "id": "kaggle", "links": { "self": "/api/icons/kaggle" }, "type": "icon" }, { "attributes": { "id": "kazoo", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8c7", "voted": false }, "id": "kazoo", "links": { "self": "/api/icons/kazoo" }, "type": "icon" }, { + "attributes": { "id": "kerning", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f86f", "voted": false }, "id": "kerning", "links": { "self": "/api/icons/kerning" }, + "type": "icon" +}, { "attributes": { "id": "key", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f084", "voted": false }, "id": "key", "links": { "self": "/api/icons/key" }, "type": "icon" }, { "attributes": { "id": "key-skeleton", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f3", "voted": false }, "id": "key-skeleton", "links": { "self": "/api/icons/key-skeleton" }, "type": "icon" }, { "attributes": { "id": "keybase", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f5", "voted": true }, "id": "keybase", "links": { "self": "/api/icons/keybase" }, "type": "icon" }, { "attributes": { "id": "keyboard", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f11c", "voted": false }, "id": "keyboard", "links": { "self": "/api/icons/keyboard" }, "type": "icon" }, { "attributes": { "id": "keycdn", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ba", "voted": false }, "id": "keycdn", "links": { "self": "/api/icons/keycdn" }, "type": "icon" }, { "attributes": { "id": "keynote", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66c", "voted": false }, "id": "keynote", "links": { "self": "/api/icons/keynote" }, "type": "icon" }, { "attributes": { "id": "khanda", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66d", "voted": false }, "id": "khanda", "links": { "self": "/api/icons/khanda" }, "type": "icon" }, { "attributes": { "id": "kickstarter", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3bb", "voted": false }, "id": "kickstarter", "links": { "self": "/api/icons/kickstarter" }, "type": "icon" }, { "attributes": { "id": "kickstarter-k", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3bc", "voted": false }, "id": "kickstarter-k", "links": { "self": "/api/icons/kickstarter-k" }, "type": "icon" }, { "attributes": { "id": "kidneys", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5fb", "voted": false }, "id": "kidneys", "links": { "self": "/api/icons/kidneys" }, "type": "icon" }, { "attributes": { "id": "kiss", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f596", "voted": false }, "id": "kiss", "links": { "self": "/api/icons/kiss" }, "type": "icon" }, { "attributes": { "id": "kiss-beam", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f597", "voted": false }, "id": "kiss-beam", "links": { "self": "/api/icons/kiss-beam" }, "type": "icon" }, { "attributes": { "id": "kiss-wink-heart", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f598", "voted": false }, "id": "kiss-wink-heart", "links": { "self": "/api/icons/kiss-wink-heart" }, "type": "icon" }, { "attributes": { "id": "kite", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f4", "voted": false }, "id": "kite", "links": { "self": "/api/icons/kite" }, "type": "icon" }, { "attributes": { "id": "kiwi-bird", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f535", "voted": false }, "id": "kiwi-bird", "links": { "self": "/api/icons/kiwi-bird" }, "type": "icon" }, { "attributes": { "id": "knife-kitchen", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f5", "voted": false }, "id": "knife-kitchen", "links": { "self": "/api/icons/knife-kitchen" }, "type": "icon" }, { "attributes": { "id": "korvue", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42f", "voted": false }, "id": "korvue", "links": { "self": "/api/icons/korvue" }, "type": "icon" }, { "attributes": { "id": "lambda", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66e", "voted": false }, "id": "lambda", "links": { "self": "/api/icons/lambda" }, "type": "icon" }, { "attributes": { "id": "lamp", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ca", "voted": false }, "id": "lamp", "links": { "self": "/api/icons/lamp" }, "type": "icon" }, { "attributes": { "id": "lamp-desk", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f914", "voted": false }, "id": "lamp-desk", "links": { "self": "/api/icons/lamp-desk" }, "type": "icon" }, { "attributes": { "id": "lamp-floor", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f915", "voted": false }, "id": "lamp-floor", "links": { "self": "/api/icons/lamp-floor" }, "type": "icon" }, { "attributes": { "id": "landmark", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f66f", "voted": false }, "id": "landmark", "links": { "self": "/api/icons/landmark" }, "type": "icon" }, { "attributes": { "id": "landmark-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f752", "voted": false }, "id": "landmark-alt", "links": { "self": "/api/icons/landmark-alt" }, "type": "icon" }, { "attributes": { "id": "language", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ab", "voted": false }, "id": "language", "links": { "self": "/api/icons/language" }, "type": "icon" }, { "attributes": { "id": "laptop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f109", "voted": false }, "id": "laptop", "links": { "self": "/api/icons/laptop" }, "type": "icon" }, { "attributes": { "id": "laptop-code", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5fc", "voted": false }, "id": "laptop-code", "links": { "self": "/api/icons/laptop-code" }, "type": "icon" }, { "attributes": { "id": "laptop-house", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f966", "voted": false }, "id": "laptop-house", "links": { "self": "/api/icons/laptop-house" }, "type": "icon" }, { "attributes": { "id": "laptop-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f812", "voted": false }, "id": "laptop-medical", "links": { "self": "/api/icons/laptop-medical" }, "type": "icon" }, { "attributes": { "id": "laravel", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3bd", "voted": false }, "id": "laravel", "links": { "self": "/api/icons/laravel" }, "type": "icon" }, { "attributes": { "id": "lasso", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8c8", "voted": false }, "id": "lasso", "links": { "self": "/api/icons/lasso" }, "type": "icon" }, { "attributes": { "id": "lastfm", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f202", "voted": false }, "id": "lastfm", "links": { "self": "/api/icons/lastfm" }, "type": "icon" }, { "attributes": { "id": "lastfm-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f203", "voted": false }, "id": "lastfm-square", "links": { "self": "/api/icons/lastfm-square" }, "type": "icon" }, { "attributes": { "id": "laugh", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f599", "voted": false }, "id": "laugh", "links": { "self": "/api/icons/laugh" }, "type": "icon" }, { "attributes": { "id": "laugh-beam", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f59a", "voted": false }, "id": "laugh-beam", "links": { "self": "/api/icons/laugh-beam" }, "type": "icon" }, { "attributes": { "id": "laugh-squint", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f59b", "voted": false }, "id": "laugh-squint", "links": { "self": "/api/icons/laugh-squint" }, "type": "icon" }, { "attributes": { "id": "laugh-wink", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f59c", "voted": false }, "id": "laugh-wink", "links": { "self": "/api/icons/laugh-wink" }, "type": "icon" }, { "attributes": { "id": "layer-group", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5fd", "voted": false }, "id": "layer-group", "links": { "self": "/api/icons/layer-group" }, "type": "icon" }, { "attributes": { "id": "layer-minus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5fe", "voted": false }, "id": "layer-minus", "links": { "self": "/api/icons/layer-minus" }, "type": "icon" }, { "attributes": { "id": "layer-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ff", "voted": false }, "id": "layer-plus", "links": { "self": "/api/icons/layer-plus" }, "type": "icon" }, { "attributes": { "id": "leaf", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f06c", "voted": false }, "id": "leaf", "links": { "self": "/api/icons/leaf" }, "type": "icon" }, { + "attributes": { + "id": "leaf-heart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, + "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4cb", "voted": false + }, "id": "leaf-heart", "links": { "self": "/api/icons/leaf-heart" }, "type": "icon" +}, { "attributes": { "id": "leaf-maple", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f6", "voted": false }, "id": "leaf-maple", "links": { "self": "/api/icons/leaf-maple" }, "type": "icon" }, { "attributes": { "id": "leaf-oak", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f7", "voted": false }, "id": "leaf-oak", "links": { "self": "/api/icons/leaf-oak" }, "type": "icon" }, { "attributes": { "id": "leanpub", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f212", "voted": false }, "id": "leanpub", "links": { "self": "/api/icons/leanpub" }, "type": "icon" }, { "attributes": { "id": "lemon", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f094", "voted": false }, "id": "lemon", "links": { "self": "/api/icons/lemon" }, "type": "icon" }, { "attributes": { "id": "less", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41d", "voted": false }, "id": "less", "links": { "self": "/api/icons/less" }, "type": "icon" }, { "attributes": { "id": "less-than", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f536", "voted": true }, "id": "less-than", "links": { "self": "/api/icons/less-than" }, "type": "icon" }, { "attributes": { "id": "less-than-equal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f537", "voted": true }, "id": "less-than-equal", "links": { "self": "/api/icons/less-than-equal" }, "type": "icon" }, { "attributes": { "id": "level-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f149", "voted": false }, "id": "level-down", "links": { "self": "/api/icons/level-down" }, "type": "icon" }, { "attributes": { "id": "level-down-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3be", "voted": false }, "id": "level-down-alt", "links": { "self": "/api/icons/level-down-alt" }, "type": "icon" }, { "attributes": { "id": "level-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f148", "voted": false }, "id": "level-up", "links": { "self": "/api/icons/level-up" }, "type": "icon" }, { "attributes": { "id": "level-up-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3bf", "voted": false }, "id": "level-up-alt", "links": { "self": "/api/icons/level-up-alt" }, "type": "icon" }, { "attributes": { "id": "life-ring", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1cd", "voted": false }, "id": "life-ring", "links": { "self": "/api/icons/life-ring" }, "type": "icon" }, { "attributes": { "id": "light-ceiling", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f916", "voted": false }, "id": "light-ceiling", "links": { "self": "/api/icons/light-ceiling" }, "type": "icon" }, { "attributes": { "id": "light-switch", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f917", "voted": false }, "id": "light-switch", "links": { "self": "/api/icons/light-switch" }, "type": "icon" }, { "attributes": { "id": "light-switch-off", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f918", "voted": false }, "id": "light-switch-off", "links": { "self": "/api/icons/light-switch-off" }, "type": "icon" }, { "attributes": { "id": "light-switch-on", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f919", "voted": false }, "id": "light-switch-on", "links": { "self": "/api/icons/light-switch-on" }, "type": "icon" }, { "attributes": { "id": "lightbulb", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0eb", "voted": false }, "id": "lightbulb", "links": { "self": "/api/icons/lightbulb" }, "type": "icon" }, { "attributes": { "id": "lightbulb-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f670", "voted": false }, "id": "lightbulb-dollar", "links": { "self": "/api/icons/lightbulb-dollar" }, "type": "icon" }, { "attributes": { "id": "lightbulb-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f671", "voted": false }, "id": "lightbulb-exclamation", "links": { "self": "/api/icons/lightbulb-exclamation" }, "type": "icon" }, { "attributes": { "id": "lightbulb-on", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f672", "voted": false }, "id": "lightbulb-on", "links": { "self": "/api/icons/lightbulb-on" }, "type": "icon" }, { "attributes": { "id": "lightbulb-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f673", "voted": false }, "id": "lightbulb-slash", "links": { "self": "/api/icons/lightbulb-slash" }, "type": "icon" }, { "attributes": { "id": "lights-holiday", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b2", "voted": false }, "id": "lights-holiday", "links": { "self": "/api/icons/lights-holiday" }, "type": "icon" }, { "attributes": { "id": "line", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c0", "voted": false }, "id": "line", "links": { "self": "/api/icons/line" }, "type": "icon" }, { "attributes": { "id": "line-columns", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f870", "voted": false }, "id": "line-columns", "links": { "self": "/api/icons/line-columns" }, "type": "icon" }, { "attributes": { "id": "line-height", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f871", "voted": false }, "id": "line-height", "links": { "self": "/api/icons/line-height" }, "type": "icon" }, { "attributes": { "id": "link", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c1", "voted": false }, "id": "link", "links": { "self": "/api/icons/link" }, "type": "icon" }, { "attributes": { "id": "linkedin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f08c", "voted": false }, "id": "linkedin", "links": { "self": "/api/icons/linkedin" }, "type": "icon" }, { "attributes": { "id": "linkedin-in", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f0e1", "voted": false }, "id": "linkedin-in", "links": { "self": "/api/icons/linkedin-in" }, "type": "icon" }, { "attributes": { "id": "linode", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b8", "voted": false }, "id": "linode", "links": { "self": "/api/icons/linode" }, "type": "icon" }, { "attributes": { "id": "linux", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f17c", "voted": false }, "id": "linux", "links": { "self": "/api/icons/linux" }, "type": "icon" }, { "attributes": { "id": "lips", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f600", "voted": false }, "id": "lips", "links": { "self": "/api/icons/lips" }, "type": "icon" }, { "attributes": { "id": "lira-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f195", "voted": false }, "id": "lira-sign", "links": { "self": "/api/icons/lira-sign" }, "type": "icon" }, { "attributes": { "id": "list", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f03a", "voted": false }, "id": "list", "links": { "self": "/api/icons/list" }, "type": "icon" }, { "attributes": { "id": "list-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f022", "voted": false }, "id": "list-alt", "links": { "self": "/api/icons/list-alt" }, "type": "icon" }, { "attributes": { "id": "list-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8c9", "voted": false }, "id": "list-music", "links": { "self": "/api/icons/list-music" }, "type": "icon" }, { "attributes": { "id": "list-ol", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0cb", "voted": false }, "id": "list-ol", "links": { "self": "/api/icons/list-ol" }, "type": "icon" }, { "attributes": { "id": "list-ul", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ca", "voted": false }, "id": "list-ul", "links": { "self": "/api/icons/list-ul" }, "type": "icon" }, { "attributes": { "id": "location", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f601", "voted": false }, "id": "location", "links": { "self": "/api/icons/location" }, "type": "icon" }, { + "attributes": { "id": "location-arrow", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f124", "voted": false }, + "id": "location-arrow", "links": { "self": "/api/icons/location-arrow" }, "type": "icon" +}, { "attributes": { "id": "location-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f602", "voted": false }, "id": "location-circle", "links": { "self": "/api/icons/location-circle" }, "type": "icon" }, { "attributes": { "id": "location-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f603", "voted": false }, "id": "location-slash", "links": { "self": "/api/icons/location-slash" }, "type": "icon" }, { "attributes": { "id": "lock", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f023", "voted": false }, "id": "lock", "links": { "self": "/api/icons/lock" }, "type": "icon" }, { "attributes": { "id": "lock-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30d", "voted": false }, "id": "lock-alt", "links": { "self": "/api/icons/lock-alt" }, "type": "icon" }, { "attributes": { "id": "lock-open", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3c1", "voted": false }, "id": "lock-open", "links": { "self": "/api/icons/lock-open" }, "type": "icon" }, { "attributes": { "id": "lock-open-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3c2", "voted": false }, "id": "lock-open-alt", "links": { "self": "/api/icons/lock-open-alt" }, "type": "icon" }, { "attributes": { "id": "long-arrow-alt-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f309", "voted": false }, "id": "long-arrow-alt-down", "links": { "self": "/api/icons/long-arrow-alt-down" }, "type": "icon" }, { "attributes": { "id": "long-arrow-alt-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30a", "voted": false }, "id": "long-arrow-alt-left", "links": { "self": "/api/icons/long-arrow-alt-left" }, "type": "icon" }, { "attributes": { "id": "long-arrow-alt-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30b", "voted": false }, "id": "long-arrow-alt-right", "links": { "self": "/api/icons/long-arrow-alt-right" }, "type": "icon" }, { "attributes": { "id": "long-arrow-alt-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f30c", "voted": false }, "id": "long-arrow-alt-up", "links": { "self": "/api/icons/long-arrow-alt-up" }, "type": "icon" }, { "attributes": { "id": "long-arrow-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f175", "voted": false }, "id": "long-arrow-down", "links": { "self": "/api/icons/long-arrow-down" }, "type": "icon" }, { "attributes": { "id": "long-arrow-left", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f177", "voted": false }, "id": "long-arrow-left", "links": { "self": "/api/icons/long-arrow-left" }, "type": "icon" }, { "attributes": { "id": "long-arrow-right", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f178", "voted": false }, "id": "long-arrow-right", "links": { "self": "/api/icons/long-arrow-right" }, "type": "icon" }, { "attributes": { "id": "long-arrow-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f176", "voted": false }, "id": "long-arrow-up", "links": { "self": "/api/icons/long-arrow-up" }, "type": "icon" }, { "attributes": { "id": "loveseat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4cc", "voted": false }, "id": "loveseat", "links": { "self": "/api/icons/loveseat" }, "type": "icon" }, { "attributes": { "id": "low-vision", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a8", "voted": false }, "id": "low-vision", "links": { "self": "/api/icons/low-vision" }, "type": "icon" }, { "attributes": { "id": "luchador", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f455", "voted": false }, "id": "luchador", "links": { "self": "/api/icons/luchador" }, "type": "icon" }, { "attributes": { "id": "luggage-cart", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f59d", "voted": false }, "id": "luggage-cart", "links": { "self": "/api/icons/luggage-cart" }, "type": "icon" }, { "attributes": { "id": "lungs", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f604", "voted": false }, "id": "lungs", "links": { "self": "/api/icons/lungs" }, "type": "icon" }, { "attributes": { "id": "lungs-virus", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f967", "voted": false }, "id": "lungs-virus", "links": { "self": "/api/icons/lungs-virus" }, "type": "icon" }, { "attributes": { "id": "lyft", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c3", "voted": false }, "id": "lyft", "links": { "self": "/api/icons/lyft" }, "type": "icon" }, { "attributes": { "id": "mace", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f8", "voted": false }, "id": "mace", "links": { "self": "/api/icons/mace" }, "type": "icon" }, { "attributes": { "id": "magento", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c4", "voted": false }, "id": "magento", "links": { "self": "/api/icons/magento" }, "type": "icon" }, { "attributes": { "id": "magic", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d0", "voted": false }, "id": "magic", "links": { "self": "/api/icons/magic" }, "type": "icon" }, { "attributes": { "id": "magnet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f076", "voted": false }, "id": "magnet", "links": { "self": "/api/icons/magnet" }, "type": "icon" }, { "attributes": { "id": "mail-bulk", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f674", "voted": false }, "id": "mail-bulk", "links": { "self": "/api/icons/mail-bulk" }, "type": "icon" }, { "attributes": { "id": "mailbox", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f813", "voted": true }, "id": "mailbox", "links": { "self": "/api/icons/mailbox" }, "type": "icon" }, { "attributes": { "id": "mailchimp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f59e", "voted": true }, "id": "mailchimp", "links": { "self": "/api/icons/mailchimp" }, "type": "icon" }, { "attributes": { "id": "male", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f183", "voted": false }, "id": "male", "links": { "self": "/api/icons/male" }, "type": "icon" }, { "attributes": { "id": "mandalorian", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f50f", "voted": false }, "id": "mandalorian", "links": { "self": "/api/icons/mandalorian" }, "type": "icon" }, { "attributes": { "id": "mandolin", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6f9", "voted": false }, "id": "mandolin", "links": { "self": "/api/icons/mandolin" }, "type": "icon" }, { "attributes": { "id": "map", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f279", "voted": false }, "id": "map", "links": { "self": "/api/icons/map" }, "type": "icon" }, { "attributes": { "id": "map-marked", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f59f", "voted": false }, "id": "map-marked", "links": { "self": "/api/icons/map-marked" }, "type": "icon" }, { "attributes": { "id": "map-marked-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a0", "voted": false }, "id": "map-marked-alt", "links": { "self": "/api/icons/map-marked-alt" }, "type": "icon" }, { "attributes": { "id": "map-marker", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f041", "voted": false }, "id": "map-marker", "links": { "self": "/api/icons/map-marker" }, "type": "icon" }, { "attributes": { "id": "map-marker-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3c5", "voted": false }, "id": "map-marker-alt", "links": { "self": "/api/icons/map-marker-alt" }, "type": "icon" }, { "attributes": { "id": "map-marker-alt-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f605", "voted": false }, "id": "map-marker-alt-slash", "links": { "self": "/api/icons/map-marker-alt-slash" }, "type": "icon" }, { "attributes": { "id": "map-marker-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f606", "voted": false }, "id": "map-marker-check", "links": { "self": "/api/icons/map-marker-check" }, "type": "icon" }, { + "attributes": { + "id": "map-marker-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f607", + "voted": false + }, "id": "map-marker-edit", "links": { "self": "/api/icons/map-marker-edit" }, "type": "icon" +}, { "attributes": { "id": "map-marker-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f608", "voted": false }, "id": "map-marker-exclamation", "links": { "self": "/api/icons/map-marker-exclamation" }, "type": "icon" }, { "attributes": { "id": "map-marker-minus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f609", "voted": false }, "id": "map-marker-minus", "links": { "self": "/api/icons/map-marker-minus" }, "type": "icon" }, { "attributes": { "id": "map-marker-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f60a", "voted": false }, "id": "map-marker-plus", "links": { "self": "/api/icons/map-marker-plus" }, "type": "icon" }, { "attributes": { "id": "map-marker-question", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f60b", "voted": false }, "id": "map-marker-question", "links": { "self": "/api/icons/map-marker-question" }, "type": "icon" }, { "attributes": { "id": "map-marker-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f60c", "voted": false }, "id": "map-marker-slash", "links": { "self": "/api/icons/map-marker-slash" }, "type": "icon" }, { "attributes": { "id": "map-marker-smile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f60d", "voted": false }, "id": "map-marker-smile", "links": { "self": "/api/icons/map-marker-smile" }, "type": "icon" }, { "attributes": { "id": "map-marker-times", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f60e", "voted": false }, "id": "map-marker-times", "links": { "self": "/api/icons/map-marker-times" }, "type": "icon" }, { "attributes": { "id": "map-pin", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f276", "voted": false }, "id": "map-pin", "links": { "self": "/api/icons/map-pin" }, "type": "icon" }, { "attributes": { "id": "map-signs", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f277", "voted": false }, "id": "map-signs", "links": { "self": "/api/icons/map-signs" }, "type": "icon" }, { "attributes": { "id": "markdown", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f60f", "voted": true }, "id": "markdown", "links": { "self": "/api/icons/markdown" }, "type": "icon" }, { "attributes": { "id": "marker", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a1", "voted": true }, "id": "marker", "links": { "self": "/api/icons/marker" }, "type": "icon" }, { "attributes": { "id": "mars", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f222", "voted": false }, "id": "mars", "links": { "self": "/api/icons/mars" }, "type": "icon" }, { "attributes": { "id": "mars-double", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f227", "voted": false }, "id": "mars-double", "links": { "self": "/api/icons/mars-double" }, "type": "icon" }, { "attributes": { "id": "mars-stroke", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f229", "voted": false }, "id": "mars-stroke", "links": { "self": "/api/icons/mars-stroke" }, "type": "icon" }, { "attributes": { "id": "mars-stroke-h", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f22b", "voted": false }, "id": "mars-stroke-h", "links": { "self": "/api/icons/mars-stroke-h" }, "type": "icon" }, { "attributes": { "id": "mars-stroke-v", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f22a", "voted": false }, "id": "mars-stroke-v", "links": { "self": "/api/icons/mars-stroke-v" }, "type": "icon" }, { "attributes": { "id": "mask", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6fa", "voted": false }, "id": "mask", "links": { "self": "/api/icons/mask" }, "type": "icon" }, { "attributes": { "id": "mastodon", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f6", "voted": true }, "id": "mastodon", "links": { "self": "/api/icons/mastodon" }, "type": "icon" }, { "attributes": { "id": "maxcdn", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f136", "voted": false }, "id": "maxcdn", "links": { "self": "/api/icons/maxcdn" }, "type": "icon" }, { "attributes": { "id": "mdb", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f8ca", "voted": false }, "id": "mdb", "links": { "self": "/api/icons/mdb" }, "type": "icon" }, { "attributes": { "id": "meat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f814", "voted": false }, "id": "meat", "links": { "self": "/api/icons/meat" }, "type": "icon" }, { "attributes": { "id": "medal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a2", "voted": true }, "id": "medal", "links": { "self": "/api/icons/medal" }, "type": "icon" }, { "attributes": { "id": "medapps", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c6", "voted": false }, "id": "medapps", "links": { "self": "/api/icons/medapps" }, "type": "icon" }, { "attributes": { "id": "medium", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f23a", "voted": false }, "id": "medium", "links": { "self": "/api/icons/medium" }, "type": "icon" }, { "attributes": { "id": "medium-m", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c7", "voted": false }, "id": "medium-m", "links": { "self": "/api/icons/medium-m" }, "type": "icon" }, { "attributes": { "id": "medkit", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0fa", "voted": false }, "id": "medkit", "links": { "self": "/api/icons/medkit" }, "type": "icon" }, { "attributes": { "id": "medrt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3c8", "voted": false }, "id": "medrt", "links": { "self": "/api/icons/medrt" }, "type": "icon" }, { "attributes": { "id": "meetup", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2e0", "voted": false }, "id": "meetup", "links": { "self": "/api/icons/meetup" }, "type": "icon" }, { "attributes": { "id": "megaphone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f675", "voted": false }, "id": "megaphone", "links": { "self": "/api/icons/megaphone" }, "type": "icon" }, { "attributes": { "id": "megaport", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5a3", "voted": false }, "id": "megaport", "links": { "self": "/api/icons/megaport" }, "type": "icon" }, { "attributes": { "id": "meh", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f11a", "voted": false }, "id": "meh", "links": { "self": "/api/icons/meh" }, "type": "icon" }, { "attributes": { "id": "meh-blank", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a4", "voted": false }, "id": "meh-blank", "links": { "self": "/api/icons/meh-blank" }, "type": "icon" }, { "attributes": { "id": "meh-rolling-eyes", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a5", "voted": false }, "id": "meh-rolling-eyes", "links": { "self": "/api/icons/meh-rolling-eyes" }, "type": "icon" }, { "attributes": { "id": "memory", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f538", "voted": true }, "id": "memory", "links": { "self": "/api/icons/memory" }, "type": "icon" }, { "attributes": { "id": "mendeley", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7b3", "voted": true }, "id": "mendeley", "links": { "self": "/api/icons/mendeley" }, "type": "icon" }, { "attributes": { "id": "menorah", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f676", "voted": false }, "id": "menorah", "links": { "self": "/api/icons/menorah" }, "type": "icon" }, { "attributes": { "id": "mercury", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f223", "voted": false }, "id": "mercury", "links": { "self": "/api/icons/mercury" }, "type": "icon" }, { "attributes": { "id": "meteor", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f753", "voted": false }, "id": "meteor", "links": { "self": "/api/icons/meteor" }, "type": "icon" }, { "attributes": { "id": "microblog", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f91a", "voted": true }, "id": "microblog", "links": { "self": "/api/icons/microblog" }, "type": "icon" }, { "attributes": { "id": "microchip", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2db", "voted": false }, "id": "microchip", "links": { "self": "/api/icons/microchip" }, "type": "icon" }, { + "attributes": { "id": "microphone", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f130", "voted": false }, + "id": "microphone", "links": { "self": "/api/icons/microphone" }, "type": "icon" +}, { "attributes": { "id": "microphone-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3c9", "voted": false }, "id": "microphone-alt", "links": { "self": "/api/icons/microphone-alt" }, "type": "icon" }, { "attributes": { "id": "microphone-alt-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f539", "voted": false }, "id": "microphone-alt-slash", "links": { "self": "/api/icons/microphone-alt-slash" }, "type": "icon" }, { "attributes": { "id": "microphone-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f131", "voted": false }, "id": "microphone-slash", "links": { "self": "/api/icons/microphone-slash" }, "type": "icon" }, { "attributes": { "id": "microphone-stand", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8cb", "voted": false }, "id": "microphone-stand", "links": { "self": "/api/icons/microphone-stand" }, "type": "icon" }, { "attributes": { "id": "microscope", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f610", "voted": false }, "id": "microscope", "links": { "self": "/api/icons/microscope" }, "type": "icon" }, { "attributes": { "id": "microsoft", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ca", "voted": true }, "id": "microsoft", "links": { "self": "/api/icons/microsoft" }, "type": "icon" }, { "attributes": { "id": "microwave", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f91b", "voted": false }, "id": "microwave", "links": { "self": "/api/icons/microwave" }, "type": "icon" }, { "attributes": { "id": "mind-share", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f677", "voted": false }, "id": "mind-share", "links": { "self": "/api/icons/mind-share" }, "type": "icon" }, { "attributes": { "id": "minus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f068", "voted": false }, "id": "minus", "links": { "self": "/api/icons/minus" }, "type": "icon" }, { "attributes": { "id": "minus-circle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f056", "voted": false }, "id": "minus-circle", "links": { "self": "/api/icons/minus-circle" }, "type": "icon" }, { "attributes": { "id": "minus-hexagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f307", "voted": false }, "id": "minus-hexagon", "links": { "self": "/api/icons/minus-hexagon" }, "type": "icon" }, { "attributes": { "id": "minus-octagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f308", "voted": false }, "id": "minus-octagon", "links": { "self": "/api/icons/minus-octagon" }, "type": "icon" }, { "attributes": { "id": "minus-square", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f146", "voted": false }, "id": "minus-square", "links": { "self": "/api/icons/minus-square" }, "type": "icon" }, { "attributes": { "id": "mistletoe", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b4", "voted": false }, "id": "mistletoe", "links": { "self": "/api/icons/mistletoe" }, "type": "icon" }, { "attributes": { "id": "mitten", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b5", "voted": false }, "id": "mitten", "links": { "self": "/api/icons/mitten" }, "type": "icon" }, { "attributes": { "id": "mix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3cb", "voted": false }, "id": "mix", "links": { "self": "/api/icons/mix" }, "type": "icon" }, { "attributes": { "id": "mixcloud", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f289", "voted": false }, "id": "mixcloud", "links": { "self": "/api/icons/mixcloud" }, "type": "icon" }, { "attributes": { "id": "mixer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f956", "voted": true }, "id": "mixer", "links": { "self": "/api/icons/mixer" }, "type": "icon" }, { "attributes": { "id": "mizuni", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3cc", "voted": false }, "id": "mizuni", "links": { "self": "/api/icons/mizuni" }, "type": "icon" }, { "attributes": { "id": "mobile", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f10b", "voted": false }, "id": "mobile", "links": { "self": "/api/icons/mobile" }, "type": "icon" }, { "attributes": { "id": "mobile-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3cd", "voted": false }, "id": "mobile-alt", "links": { "self": "/api/icons/mobile-alt" }, "type": "icon" }, { "attributes": { "id": "mobile-android", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3ce", "voted": false }, "id": "mobile-android", "links": { "self": "/api/icons/mobile-android" }, "type": "icon" }, { "attributes": { "id": "mobile-android-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3cf", "voted": false }, "id": "mobile-android-alt", "links": { "self": "/api/icons/mobile-android-alt" }, "type": "icon" }, { "attributes": { "id": "modx", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f285", "voted": false }, "id": "modx", "links": { "self": "/api/icons/modx" }, "type": "icon" }, { "attributes": { "id": "monero", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d0", "voted": false }, "id": "monero", "links": { "self": "/api/icons/monero" }, "type": "icon" }, { "attributes": { "id": "money-bill", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d6", "voted": false }, "id": "money-bill", "links": { "self": "/api/icons/money-bill" }, "type": "icon" }, { "attributes": { "id": "money-bill-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3d1", "voted": false }, "id": "money-bill-alt", "links": { "self": "/api/icons/money-bill-alt" }, "type": "icon" }, { "attributes": { "id": "money-bill-wave", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53a", "voted": true }, "id": "money-bill-wave", "links": { "self": "/api/icons/money-bill-wave" }, "type": "icon" }, { "attributes": { "id": "money-bill-wave-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53b", "voted": true }, "id": "money-bill-wave-alt", "links": { "self": "/api/icons/money-bill-wave-alt" }, "type": "icon" }, { "attributes": { "id": "money-check", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53c", "voted": true }, "id": "money-check", "links": { "self": "/api/icons/money-check" }, "type": "icon" }, { "attributes": { "id": "money-check-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53d", "voted": true }, "id": "money-check-alt", "links": { "self": "/api/icons/money-check-alt" }, "type": "icon" }, { "attributes": { "id": "money-check-edit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f872", "voted": true }, "id": "money-check-edit", "links": { "self": "/api/icons/money-check-edit" }, "type": "icon" }, { "attributes": { "id": "money-check-edit-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f873", "voted": true }, "id": "money-check-edit-alt", "links": { "self": "/api/icons/money-check-edit-alt" }, "type": "icon" }, { "attributes": { "id": "monitor-heart-rate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f611", "voted": false }, "id": "monitor-heart-rate", "links": { "self": "/api/icons/monitor-heart-rate" }, "type": "icon" }, { "attributes": { "id": "monkey", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6fb", "voted": false }, "id": "monkey", "links": { "self": "/api/icons/monkey" }, "type": "icon" }, { "attributes": { "id": "monument", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a6", "voted": false }, "id": "monument", "links": { "self": "/api/icons/monument" }, "type": "icon" }, { "attributes": { "id": "moon", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f186", "voted": false }, "id": "moon", "links": { "self": "/api/icons/moon" }, "type": "icon" }, { "attributes": { "id": "moon-cloud", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f754", "voted": false }, "id": "moon-cloud", "links": { "self": "/api/icons/moon-cloud" }, "type": "icon" }, { "attributes": { "id": "moon-stars", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f755", "voted": false }, "id": "moon-stars", "links": { "self": "/api/icons/moon-stars" }, "type": "icon" }, { + "attributes": + { "id": "mortar-pestle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a7", "voted": false }, "id": "mortar-pestle", "links": { "self": "/api/icons/mortar-pestle" }, "type": "icon" +}, { "attributes": { "id": "mosque", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f678", "voted": false }, "id": "mosque", "links": { "self": "/api/icons/mosque" }, "type": "icon" }, { "attributes": { "id": "motorcycle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f21c", "voted": false }, "id": "motorcycle", "links": { "self": "/api/icons/motorcycle" }, "type": "icon" }, { "attributes": { "id": "mountain", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6fc", "voted": false }, "id": "mountain", "links": { "self": "/api/icons/mountain" }, "type": "icon" }, { "attributes": { "id": "mountains", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6fd", "voted": false }, "id": "mountains", "links": { "self": "/api/icons/mountains" }, "type": "icon" }, { "attributes": { "id": "mouse", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8cc", "voted": true }, "id": "mouse", "links": { "self": "/api/icons/mouse" }, "type": "icon" }, { "attributes": { "id": "mouse-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8cd", "voted": false }, "id": "mouse-alt", "links": { "self": "/api/icons/mouse-alt" }, "type": "icon" }, { "attributes": { "id": "mouse-pointer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f245", "voted": false }, "id": "mouse-pointer", "links": { "self": "/api/icons/mouse-pointer" }, "type": "icon" }, { "attributes": { "id": "mp3-player", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ce", "voted": false }, "id": "mp3-player", "links": { "self": "/api/icons/mp3-player" }, "type": "icon" }, { "attributes": { "id": "mug", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f874", "voted": false }, "id": "mug", "links": { "self": "/api/icons/mug" }, "type": "icon" }, { "attributes": { "id": "mug-hot", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b6", "voted": false }, "id": "mug-hot", "links": { "self": "/api/icons/mug-hot" }, "type": "icon" }, { "attributes": { "id": "mug-marshmallows", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b7", "voted": false }, "id": "mug-marshmallows", "links": { "self": "/api/icons/mug-marshmallows" }, "type": "icon" }, { "attributes": { "id": "mug-tea", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f875", "voted": false }, "id": "mug-tea", "links": { "self": "/api/icons/mug-tea" }, "type": "icon" }, { "attributes": { "id": "music", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f001", "voted": false }, "id": "music", "links": { "self": "/api/icons/music" }, "type": "icon" }, { "attributes": { "id": "music-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8cf", "voted": false }, "id": "music-alt", "links": { "self": "/api/icons/music-alt" }, "type": "icon" }, { "attributes": { "id": "music-alt-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d0", "voted": false }, "id": "music-alt-slash", "links": { "self": "/api/icons/music-alt-slash" }, "type": "icon" }, { "attributes": { "id": "music-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d1", "voted": false }, "id": "music-slash", "links": { "self": "/api/icons/music-slash" }, "type": "icon" }, { "attributes": { "id": "napster", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d2", "voted": false }, "id": "napster", "links": { "self": "/api/icons/napster" }, "type": "icon" }, { "attributes": { "id": "narwhal", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6fe", "voted": false }, "id": "narwhal", "links": { "self": "/api/icons/narwhal" }, "type": "icon" }, { "attributes": { "id": "neos", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f612", "voted": true }, "id": "neos", "links": { "self": "/api/icons/neos" }, "type": "icon" }, { "attributes": { "id": "network-wired", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ff", "voted": true }, "id": "network-wired", "links": { "self": "/api/icons/network-wired" }, "type": "icon" }, { "attributes": { "id": "neuter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f22c", "voted": false }, "id": "neuter", "links": { "self": "/api/icons/neuter" }, "type": "icon" }, { "attributes": { "id": "newspaper", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ea", "voted": false }, "id": "newspaper", "links": { "self": "/api/icons/newspaper" }, "type": "icon" }, { "attributes": { "id": "nimblr", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5a8", "voted": false }, "id": "nimblr", "links": { "self": "/api/icons/nimblr" }, "type": "icon" }, { "attributes": { "id": "node", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f419", "voted": true }, "id": "node", "links": { "self": "/api/icons/node" }, "type": "icon" }, { "attributes": { "id": "node-js", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d3", "voted": false }, "id": "node-js", "links": { "self": "/api/icons/node-js" }, "type": "icon" }, { "attributes": { "id": "not-equal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53e", "voted": true }, "id": "not-equal", "links": { "self": "/api/icons/not-equal" }, "type": "icon" }, { "attributes": { "id": "notes-medical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f481", "voted": false }, "id": "notes-medical", "links": { "self": "/api/icons/notes-medical" }, "type": "icon" }, { "attributes": { "id": "npm", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d4", "voted": false }, "id": "npm", "links": { "self": "/api/icons/npm" }, "type": "icon" }, { "attributes": { "id": "ns8", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d5", "voted": false }, "id": "ns8", "links": { "self": "/api/icons/ns8" }, "type": "icon" }, { "attributes": { "id": "nutritionix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d6", "voted": false }, "id": "nutritionix", "links": { "self": "/api/icons/nutritionix" }, "type": "icon" }, { "attributes": { "id": "object-group", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f247", "voted": false }, "id": "object-group", "links": { "self": "/api/icons/object-group" }, "type": "icon" }, { "attributes": { "id": "object-ungroup", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f248", "voted": false }, "id": "object-ungroup", "links": { "self": "/api/icons/object-ungroup" }, "type": "icon" }, { "attributes": { "id": "octagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f306", "voted": false }, "id": "octagon", "links": { "self": "/api/icons/octagon" }, "type": "icon" }, { "attributes": { "id": "odnoklassniki", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f263", "voted": false }, "id": "odnoklassniki", "links": { "self": "/api/icons/odnoklassniki" }, "type": "icon" }, { "attributes": { "id": "odnoklassniki-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f264", "voted": false }, "id": "odnoklassniki-square", "links": { "self": "/api/icons/odnoklassniki-square" }, "type": "icon" }, { "attributes": { "id": "oil-can", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f613", "voted": false }, "id": "oil-can", "links": { "self": "/api/icons/oil-can" }, "type": "icon" }, { "attributes": { "id": "oil-temp", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f614", "voted": false }, "id": "oil-temp", "links": { "self": "/api/icons/oil-temp" }, "type": "icon" }, { "attributes": { "id": "old-republic", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f510", "voted": false }, "id": "old-republic", "links": { "self": "/api/icons/old-republic" }, "type": "icon" }, { "attributes": { "id": "om", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f679", "voted": false }, "id": "om", "links": { "self": "/api/icons/om" }, "type": "icon" }, { "attributes": { "id": "omega", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67a", "voted": false }, "id": "omega", "links": { "self": "/api/icons/omega" }, "type": "icon" }, { + "attributes": { + "id": "opencart", "membership": + { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f23d", "voted": false + }, "id": "opencart", "links": { "self": "/api/icons/opencart" }, "type": "icon" +}, { "attributes": { "id": "openid", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f19b", "voted": false }, "id": "openid", "links": { "self": "/api/icons/openid" }, "type": "icon" }, { "attributes": { "id": "opera", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f26a", "voted": false }, "id": "opera", "links": { "self": "/api/icons/opera" }, "type": "icon" }, { "attributes": { "id": "optin-monster", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f23c", "voted": false }, "id": "optin-monster", "links": { "self": "/api/icons/optin-monster" }, "type": "icon" }, { "attributes": { "id": "orcid", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f8d2", "voted": false }, "id": "orcid", "links": { "self": "/api/icons/orcid" }, "type": "icon" }, { "attributes": { "id": "ornament", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b8", "voted": false }, "id": "ornament", "links": { "self": "/api/icons/ornament" }, "type": "icon" }, { "attributes": { "id": "osi", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41a", "voted": false }, "id": "osi", "links": { "self": "/api/icons/osi" }, "type": "icon" }, { "attributes": { "id": "otter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f700", "voted": false }, "id": "otter", "links": { "self": "/api/icons/otter" }, "type": "icon" }, { "attributes": { "id": "outdent", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f03b", "voted": false }, "id": "outdent", "links": { "self": "/api/icons/outdent" }, "type": "icon" }, { "attributes": { "id": "outlet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f91c", "voted": false }, "id": "outlet", "links": { "self": "/api/icons/outlet" }, "type": "icon" }, { "attributes": { "id": "oven", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f91d", "voted": false }, "id": "oven", "links": { "self": "/api/icons/oven" }, "type": "icon" }, { "attributes": { "id": "overline", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f876", "voted": false }, "id": "overline", "links": { "self": "/api/icons/overline" }, "type": "icon" }, { "attributes": { "id": "page-break", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f877", "voted": false }, "id": "page-break", "links": { "self": "/api/icons/page-break" }, "type": "icon" }, { "attributes": { "id": "page4", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d7", "voted": false }, "id": "page4", "links": { "self": "/api/icons/page4" }, "type": "icon" }, { "attributes": { "id": "pagelines", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f18c", "voted": false }, "id": "pagelines", "links": { "self": "/api/icons/pagelines" }, "type": "icon" }, { "attributes": { "id": "pager", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f815", "voted": false }, "id": "pager", "links": { "self": "/api/icons/pager" }, "type": "icon" }, { "attributes": { "id": "paint-brush", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1fc", "voted": false }, "id": "paint-brush", "links": { "self": "/api/icons/paint-brush" }, "type": "icon" }, { "attributes": { "id": "paint-brush-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5a9", "voted": false }, "id": "paint-brush-alt", "links": { "self": "/api/icons/paint-brush-alt" }, "type": "icon" }, { "attributes": { "id": "paint-roller", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5aa", "voted": false }, "id": "paint-roller", "links": { "self": "/api/icons/paint-roller" }, "type": "icon" }, { "attributes": { "id": "palette", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f53f", "voted": true }, "id": "palette", "links": { "self": "/api/icons/palette" }, "type": "icon" }, { "attributes": { "id": "palfed", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d8", "voted": false }, "id": "palfed", "links": { "self": "/api/icons/palfed" }, "type": "icon" }, { "attributes": { "id": "pallet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f482", "voted": false }, "id": "pallet", "links": { "self": "/api/icons/pallet" }, "type": "icon" }, { "attributes": { "id": "pallet-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f483", "voted": false }, "id": "pallet-alt", "links": { "self": "/api/icons/pallet-alt" }, "type": "icon" }, { "attributes": { "id": "paper-plane", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1d8", "voted": false }, "id": "paper-plane", "links": { "self": "/api/icons/paper-plane" }, "type": "icon" }, { "attributes": { "id": "paperclip", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c6", "voted": false }, "id": "paperclip", "links": { "self": "/api/icons/paperclip" }, "type": "icon" }, { "attributes": { "id": "parachute-box", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4cd", "voted": false }, "id": "parachute-box", "links": { "self": "/api/icons/parachute-box" }, "type": "icon" }, { "attributes": { "id": "paragraph", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1dd", "voted": false }, "id": "paragraph", "links": { "self": "/api/icons/paragraph" }, "type": "icon" }, { "attributes": { "id": "paragraph-rtl", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f878", "voted": false }, "id": "paragraph-rtl", "links": { "self": "/api/icons/paragraph-rtl" }, "type": "icon" }, { "attributes": { "id": "parking", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f540", "voted": true }, "id": "parking", "links": { "self": "/api/icons/parking" }, "type": "icon" }, { "attributes": { "id": "parking-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f615", "voted": false }, "id": "parking-circle", "links": { "self": "/api/icons/parking-circle" }, "type": "icon" }, { "attributes": { "id": "parking-circle-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f616", "voted": false }, "id": "parking-circle-slash", "links": { "self": "/api/icons/parking-circle-slash" }, "type": "icon" }, { "attributes": { "id": "parking-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f617", "voted": false }, "id": "parking-slash", "links": { "self": "/api/icons/parking-slash" }, "type": "icon" }, { "attributes": { "id": "passport", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ab", "voted": false }, "id": "passport", "links": { "self": "/api/icons/passport" }, "type": "icon" }, { "attributes": { "id": "pastafarianism", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67b", "voted": false }, "id": "pastafarianism", "links": { "self": "/api/icons/pastafarianism" }, "type": "icon" }, { "attributes": { "id": "paste", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ea", "voted": false }, "id": "paste", "links": { "self": "/api/icons/paste" }, "type": "icon" }, { "attributes": { "id": "patreon", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3d9", "voted": false }, "id": "patreon", "links": { "self": "/api/icons/patreon" }, "type": "icon" }, { "attributes": { "id": "pause", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f04c", "voted": false }, "id": "pause", "links": { "self": "/api/icons/pause" }, "type": "icon" }, { "attributes": { "id": "pause-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f28b", "voted": false }, "id": "pause-circle", "links": { "self": "/api/icons/pause-circle" }, "type": "icon" }, { "attributes": { "id": "paw", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1b0", "voted": false }, "id": "paw", "links": { "self": "/api/icons/paw" }, "type": "icon" }, { "attributes": { "id": "paw-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f701", "voted": false }, "id": "paw-alt", "links": { "self": "/api/icons/paw-alt" }, "type": "icon" }, { "attributes": { "id": "paw-claws", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f702", "voted": false }, "id": "paw-claws", "links": { "self": "/api/icons/paw-claws" }, "type": "icon" }, { + "attributes": { + "id": "paypal", "membership": { + "free": ["brands"], + "pro": ["brands"] + }, "styles": ["brands"], "unicode": "f1ed", "voted": false + }, "id": "paypal", "links": { "self": "/api/icons/paypal" }, "type": "icon" +}, { "attributes": { "id": "peace", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67c", "voted": false }, "id": "peace", "links": { "self": "/api/icons/peace" }, "type": "icon" }, { "attributes": { "id": "pegasus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f703", "voted": false }, "id": "pegasus", "links": { "self": "/api/icons/pegasus" }, "type": "icon" }, { "attributes": { "id": "pen", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f304", "voted": false }, "id": "pen", "links": { "self": "/api/icons/pen" }, "type": "icon" }, { "attributes": { "id": "pen-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f305", "voted": false }, "id": "pen-alt", "links": { "self": "/api/icons/pen-alt" }, "type": "icon" }, { "attributes": { "id": "pen-fancy", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ac", "voted": false }, "id": "pen-fancy", "links": { "self": "/api/icons/pen-fancy" }, "type": "icon" }, { "attributes": { "id": "pen-nib", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ad", "voted": true }, "id": "pen-nib", "links": { "self": "/api/icons/pen-nib" }, "type": "icon" }, { "attributes": { "id": "pen-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f14b", "voted": false }, "id": "pen-square", "links": { "self": "/api/icons/pen-square" }, "type": "icon" }, { "attributes": { "id": "pencil", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f040", "voted": false }, "id": "pencil", "links": { "self": "/api/icons/pencil" }, "type": "icon" }, { "attributes": { "id": "pencil-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f303", "voted": false }, "id": "pencil-alt", "links": { "self": "/api/icons/pencil-alt" }, "type": "icon" }, { "attributes": { "id": "pencil-paintbrush", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f618", "voted": false }, "id": "pencil-paintbrush", "links": { "self": "/api/icons/pencil-paintbrush" }, "type": "icon" }, { "attributes": { "id": "pencil-ruler", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ae", "voted": false }, "id": "pencil-ruler", "links": { "self": "/api/icons/pencil-ruler" }, "type": "icon" }, { "attributes": { "id": "pennant", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f456", "voted": false }, "id": "pennant", "links": { "self": "/api/icons/pennant" }, "type": "icon" }, { "attributes": { "id": "penny-arcade", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f704", "voted": false }, "id": "penny-arcade", "links": { "self": "/api/icons/penny-arcade" }, "type": "icon" }, { "attributes": { "id": "people-arrows", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f968", "voted": false }, "id": "people-arrows", "links": { "self": "/api/icons/people-arrows" }, "type": "icon" }, { "attributes": { "id": "people-carry", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ce", "voted": false }, "id": "people-carry", "links": { "self": "/api/icons/people-carry" }, "type": "icon" }, { "attributes": { "id": "pepper-hot", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f816", "voted": true }, "id": "pepper-hot", "links": { "self": "/api/icons/pepper-hot" }, "type": "icon" }, { "attributes": { "id": "percent", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f295", "voted": false }, "id": "percent", "links": { "self": "/api/icons/percent" }, "type": "icon" }, { "attributes": { "id": "percentage", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f541", "voted": true }, "id": "percentage", "links": { "self": "/api/icons/percentage" }, "type": "icon" }, { "attributes": { "id": "periscope", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3da", "voted": false }, "id": "periscope", "links": { "self": "/api/icons/periscope" }, "type": "icon" }, { "attributes": { "id": "person-booth", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f756", "voted": false }, "id": "person-booth", "links": { "self": "/api/icons/person-booth" }, "type": "icon" }, { "attributes": { "id": "person-carry", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4cf", "voted": false }, "id": "person-carry", "links": { "self": "/api/icons/person-carry" }, "type": "icon" }, { "attributes": { "id": "person-dolly", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d0", "voted": false }, "id": "person-dolly", "links": { "self": "/api/icons/person-dolly" }, "type": "icon" }, { "attributes": { "id": "person-dolly-empty", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d1", "voted": false }, "id": "person-dolly-empty", "links": { "self": "/api/icons/person-dolly-empty" }, "type": "icon" }, { "attributes": { "id": "person-sign", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f757", "voted": false }, "id": "person-sign", "links": { "self": "/api/icons/person-sign" }, "type": "icon" }, { "attributes": { "id": "phabricator", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3db", "voted": false }, "id": "phabricator", "links": { "self": "/api/icons/phabricator" }, "type": "icon" }, { "attributes": { "id": "phoenix-framework", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3dc", "voted": false }, "id": "phoenix-framework", "links": { "self": "/api/icons/phoenix-framework" }, "type": "icon" }, { "attributes": { "id": "phoenix-squadron", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f511", "voted": false }, "id": "phoenix-squadron", "links": { "self": "/api/icons/phoenix-squadron" }, "type": "icon" }, { "attributes": { "id": "phone", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f095", "voted": false }, "id": "phone", "links": { "self": "/api/icons/phone" }, "type": "icon" }, { "attributes": { "id": "phone-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f879", "voted": false }, "id": "phone-alt", "links": { "self": "/api/icons/phone-alt" }, "type": "icon" }, { "attributes": { "id": "phone-laptop", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87a", "voted": false }, "id": "phone-laptop", "links": { "self": "/api/icons/phone-laptop" }, "type": "icon" }, { "attributes": { "id": "phone-office", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67d", "voted": false }, "id": "phone-office", "links": { "self": "/api/icons/phone-office" }, "type": "icon" }, { "attributes": { "id": "phone-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d2", "voted": false }, "id": "phone-plus", "links": { "self": "/api/icons/phone-plus" }, "type": "icon" }, { "attributes": { "id": "phone-rotary", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d3", "voted": false }, "id": "phone-rotary", "links": { "self": "/api/icons/phone-rotary" }, "type": "icon" }, { "attributes": { "id": "phone-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3dd", "voted": false }, "id": "phone-slash", "links": { "self": "/api/icons/phone-slash" }, "type": "icon" }, { "attributes": { "id": "phone-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f098", "voted": false }, "id": "phone-square", "links": { "self": "/api/icons/phone-square" }, "type": "icon" }, { "attributes": { "id": "phone-square-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87b", "voted": false }, "id": "phone-square-alt", "links": { "self": "/api/icons/phone-square-alt" }, "type": "icon" }, { "attributes": { "id": "phone-volume", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a0", "voted": false }, "id": "phone-volume", "links": { "self": "/api/icons/phone-volume" }, "type": "icon" }, { "attributes": { "id": "photo-video", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87c", "voted": false }, "id": "photo-video", "links": { "self": "/api/icons/photo-video" }, "type": "icon" }, { "attributes": { "id": "php", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f457", "voted": true }, "id": "php", "links": { "self": "/api/icons/php" }, "type": "icon" } + , { "attributes": { "id": "pi", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67e", "voted": false }, "id": "pi", "links": { "self": "/api/icons/pi" }, "type": "icon" }, { "attributes": { "id": "piano", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d4", "voted": false }, "id": "piano", "links": { "self": "/api/icons/piano" }, "type": "icon" }, { "attributes": { "id": "piano-keyboard", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d5", "voted": false }, "id": "piano-keyboard", "links": { "self": "/api/icons/piano-keyboard" }, "type": "icon" }, { "attributes": { "id": "pie", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f705", "voted": false }, "id": "pie", "links": { "self": "/api/icons/pie" }, "type": "icon" }, { "attributes": { "id": "pied-piper", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2ae", "voted": false }, "id": "pied-piper", "links": { "self": "/api/icons/pied-piper" }, "type": "icon" }, { "attributes": { "id": "pied-piper-alt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a8", "voted": false }, "id": "pied-piper-alt", "links": { "self": "/api/icons/pied-piper-alt" }, "type": "icon" }, { "attributes": { "id": "pied-piper-hat", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4e5", "voted": false }, "id": "pied-piper-hat", "links": { "self": "/api/icons/pied-piper-hat" }, "type": "icon" }, { "attributes": { "id": "pied-piper-pp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a7", "voted": false }, "id": "pied-piper-pp", "links": { "self": "/api/icons/pied-piper-pp" }, "type": "icon" }, { "attributes": { "id": "pied-piper-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f91e", "voted": false }, "id": "pied-piper-square", "links": { "self": "/api/icons/pied-piper-square" }, "type": "icon" }, { "attributes": { "id": "pig", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f706", "voted": false }, "id": "pig", "links": { "self": "/api/icons/pig" }, "type": "icon" }, { "attributes": { "id": "piggy-bank", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d3", "voted": false }, "id": "piggy-bank", "links": { "self": "/api/icons/piggy-bank" }, "type": "icon" }, { "attributes": { "id": "pills", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f484", "voted": false }, "id": "pills", "links": { "self": "/api/icons/pills" }, "type": "icon" }, { "attributes": { "id": "pinterest", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f0d2", "voted": false }, "id": "pinterest", "links": { "self": "/api/icons/pinterest" }, "type": "icon" }, { "attributes": { "id": "pinterest-p", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f231", "voted": false }, "id": "pinterest-p", "links": { "self": "/api/icons/pinterest-p" }, "type": "icon" }, { "attributes": { "id": "pinterest-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f0d3", "voted": false }, "id": "pinterest-square", "links": { "self": "/api/icons/pinterest-square" }, "type": "icon" }, { "attributes": { "id": "pizza", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f817", "voted": false }, "id": "pizza", "links": { "self": "/api/icons/pizza" }, "type": "icon" }, { "attributes": { "id": "pizza-slice", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f818", "voted": true }, "id": "pizza-slice", "links": { "self": "/api/icons/pizza-slice" }, "type": "icon" }, { "attributes": { "id": "place-of-worship", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f67f", "voted": false }, "id": "place-of-worship", "links": { "self": "/api/icons/place-of-worship" }, "type": "icon" }, { "attributes": { "id": "plane", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f072", "voted": false }, "id": "plane", "links": { "self": "/api/icons/plane" }, "type": "icon" }, { "attributes": { "id": "plane-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3de", "voted": false }, "id": "plane-alt", "links": { "self": "/api/icons/plane-alt" }, "type": "icon" }, { "attributes": { "id": "plane-arrival", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5af", "voted": false }, "id": "plane-arrival", "links": { "self": "/api/icons/plane-arrival" }, "type": "icon" }, { "attributes": { "id": "plane-departure", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b0", "voted": false }, "id": "plane-departure", "links": { "self": "/api/icons/plane-departure" }, "type": "icon" }, { "attributes": { "id": "plane-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f969", "voted": false }, "id": "plane-slash", "links": { "self": "/api/icons/plane-slash" }, "type": "icon" }, { "attributes": { "id": "planet-moon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f91f", "voted": false }, "id": "planet-moon", "links": { "self": "/api/icons/planet-moon" }, "type": "icon" }, { "attributes": { "id": "planet-ringed", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f920", "voted": false }, "id": "planet-ringed", "links": { "self": "/api/icons/planet-ringed" }, "type": "icon" }, { "attributes": { "id": "play", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f04b", "voted": false }, "id": "play", "links": { "self": "/api/icons/play" }, "type": "icon" }, { "attributes": { "id": "play-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f144", "voted": false }, "id": "play-circle", "links": { "self": "/api/icons/play-circle" }, "type": "icon" }, { "attributes": { "id": "playstation", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3df", "voted": false }, "id": "playstation", "links": { "self": "/api/icons/playstation" }, "type": "icon" }, { "attributes": { "id": "plug", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e6", "voted": false }, "id": "plug", "links": { "self": "/api/icons/plug" }, "type": "icon" }, { "attributes": { "id": "plus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f067", "voted": false }, "id": "plus", "links": { "self": "/api/icons/plus" }, "type": "icon" }, { "attributes": { "id": "plus-circle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f055", "voted": false }, "id": "plus-circle", "links": { "self": "/api/icons/plus-circle" }, "type": "icon" }, { "attributes": { "id": "plus-hexagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f300", "voted": false }, "id": "plus-hexagon", "links": { "self": "/api/icons/plus-hexagon" }, "type": "icon" }, { "attributes": { "id": "plus-octagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f301", "voted": false }, "id": "plus-octagon", "links": { "self": "/api/icons/plus-octagon" }, "type": "icon" }, { "attributes": { "id": "plus-square", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0fe", "voted": false }, "id": "plus-square", "links": { "self": "/api/icons/plus-square" }, "type": "icon" }, { "attributes": { "id": "podcast", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ce", "voted": false }, "id": "podcast", "links": { "self": "/api/icons/podcast" }, "type": "icon" }, { "attributes": { "id": "podium", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f680", "voted": false }, "id": "podium", "links": { "self": "/api/icons/podium" }, "type": "icon" }, { "attributes": { "id": "podium-star", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f758", "voted": false }, "id": "podium-star", "links": { "self": "/api/icons/podium-star" }, "type": "icon" }, { "attributes": { "id": "police-box", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f921", "voted": false }, "id": "police-box", "links": { "self": "/api/icons/police-box" }, "type": "icon" }, { "attributes": { "id": "poll", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f681", "voted": false }, "id": "poll", "links": { "self": "/api/icons/poll" }, "type": "icon" }, { "attributes": { "id": "poll-h", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f682", "voted": false }, "id": "poll-h", "links": { "self": "/api/icons/poll-h" }, "type": "icon" }, { + "attributes": { + "id": "poll-people", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", + "light", "duotone"], "unicode": "f759", "voted": false + }, "id": "poll-people", "links": { "self": "/api/icons/poll-people" }, "type": "icon" +}, { "attributes": { "id": "poo", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2fe", "voted": false }, "id": "poo", "links": { "self": "/api/icons/poo" }, "type": "icon" }, { "attributes": { "id": "poo-storm", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f75a", "voted": false }, "id": "poo-storm", "links": { "self": "/api/icons/poo-storm" }, "type": "icon" }, { "attributes": { "id": "poop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f619", "voted": false }, "id": "poop", "links": { "self": "/api/icons/poop" }, "type": "icon" }, { "attributes": { "id": "popcorn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f819", "voted": false }, "id": "popcorn", "links": { "self": "/api/icons/popcorn" }, "type": "icon" }, { "attributes": { "id": "portal-enter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f922", "voted": false }, "id": "portal-enter", "links": { "self": "/api/icons/portal-enter" }, "type": "icon" }, { "attributes": { "id": "portal-exit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f923", "voted": false }, "id": "portal-exit", "links": { "self": "/api/icons/portal-exit" }, "type": "icon" }, { "attributes": { "id": "portrait", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3e0", "voted": false }, "id": "portrait", "links": { "self": "/api/icons/portrait" }, "type": "icon" }, { "attributes": { "id": "pound-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f154", "voted": false }, "id": "pound-sign", "links": { "self": "/api/icons/pound-sign" }, "type": "icon" }, { "attributes": { "id": "power-off", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f011", "voted": false }, "id": "power-off", "links": { "self": "/api/icons/power-off" }, "type": "icon" }, { "attributes": { "id": "pray", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f683", "voted": false }, "id": "pray", "links": { "self": "/api/icons/pray" }, "type": "icon" }, { "attributes": { "id": "praying-hands", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f684", "voted": false }, "id": "praying-hands", "links": { "self": "/api/icons/praying-hands" }, "type": "icon" }, { "attributes": { "id": "prescription", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b1", "voted": false }, "id": "prescription", "links": { "self": "/api/icons/prescription" }, "type": "icon" }, { "attributes": { "id": "prescription-bottle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f485", "voted": false }, "id": "prescription-bottle", "links": { "self": "/api/icons/prescription-bottle" }, "type": "icon" }, { "attributes": { "id": "prescription-bottle-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f486", "voted": false }, "id": "prescription-bottle-alt", "links": { "self": "/api/icons/prescription-bottle-alt" }, "type": "icon" }, { "attributes": { "id": "presentation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f685", "voted": false }, "id": "presentation", "links": { "self": "/api/icons/presentation" }, "type": "icon" }, { "attributes": { "id": "print", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02f", "voted": false }, "id": "print", "links": { "self": "/api/icons/print" }, "type": "icon" }, { "attributes": { "id": "print-search", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81a", "voted": true }, "id": "print-search", "links": { "self": "/api/icons/print-search" }, "type": "icon" }, { "attributes": { "id": "print-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f686", "voted": false }, "id": "print-slash", "links": { "self": "/api/icons/print-slash" }, "type": "icon" }, { "attributes": { "id": "procedures", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f487", "voted": false }, "id": "procedures", "links": { "self": "/api/icons/procedures" }, "type": "icon" }, { "attributes": { "id": "product-hunt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f288", "voted": false }, "id": "product-hunt", "links": { "self": "/api/icons/product-hunt" }, "type": "icon" }, { "attributes": { "id": "project-diagram", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f542", "voted": false }, "id": "project-diagram", "links": { "self": "/api/icons/project-diagram" }, "type": "icon" }, { "attributes": { "id": "projector", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d6", "voted": false }, "id": "projector", "links": { "self": "/api/icons/projector" }, "type": "icon" }, { "attributes": { "id": "pump-medical", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96a", "voted": false }, "id": "pump-medical", "links": { "self": "/api/icons/pump-medical" }, "type": "icon" }, { "attributes": { "id": "pump-soap", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96b", "voted": false }, "id": "pump-soap", "links": { "self": "/api/icons/pump-soap" }, "type": "icon" }, { "attributes": { "id": "pumpkin", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f707", "voted": false }, "id": "pumpkin", "links": { "self": "/api/icons/pumpkin" }, "type": "icon" }, { "attributes": { "id": "pushed", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e1", "voted": false }, "id": "pushed", "links": { "self": "/api/icons/pushed" }, "type": "icon" }, { "attributes": { "id": "puzzle-piece", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f12e", "voted": false }, "id": "puzzle-piece", "links": { "self": "/api/icons/puzzle-piece" }, "type": "icon" }, { "attributes": { "id": "python", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e2", "voted": false }, "id": "python", "links": { "self": "/api/icons/python" }, "type": "icon" }, { "attributes": { "id": "qq", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d6", "voted": false }, "id": "qq", "links": { "self": "/api/icons/qq" }, "type": "icon" }, { "attributes": { "id": "qrcode", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f029", "voted": false }, "id": "qrcode", "links": { "self": "/api/icons/qrcode" }, "type": "icon" }, { "attributes": { "id": "question", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f128", "voted": false }, "id": "question", "links": { "self": "/api/icons/question" }, "type": "icon" }, { "attributes": { "id": "question-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f059", "voted": false }, "id": "question-circle", "links": { "self": "/api/icons/question-circle" }, "type": "icon" }, { "attributes": { "id": "question-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2fd", "voted": false }, "id": "question-square", "links": { "self": "/api/icons/question-square" }, "type": "icon" }, { "attributes": { "id": "quidditch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f458", "voted": false }, "id": "quidditch", "links": { "self": "/api/icons/quidditch" }, "type": "icon" }, { "attributes": { "id": "quinscape", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f459", "voted": false }, "id": "quinscape", "links": { "self": "/api/icons/quinscape" }, "type": "icon" }, { "attributes": { "id": "quora", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2c4", "voted": false }, "id": "quora", "links": { "self": "/api/icons/quora" }, "type": "icon" }, { "attributes": { "id": "quote-left", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f10d", "voted": false }, "id": "quote-left", "links": { "self": "/api/icons/quote-left" }, "type": "icon" }, { "attributes": { "id": "quote-right", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f10e", "voted": false }, "id": "quote-right", "links": { "self": "/api/icons/quote-right" }, "type": "icon" }, { "attributes": { "id": "quran", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f687", "voted": false }, "id": "quran", "links": { "self": "/api/icons/quran" }, "type": "icon" }, { + "attributes": { + "id": "r-project", "membership": { + "free": ["brands"], + "pro": ["brands"] + }, "styles": ["brands"], "unicode": "f4f7", "voted": true + }, "id": "r-project", "links": { "self": "/api/icons/r-project" }, "type": "icon" +}, { "attributes": { "id": "rabbit", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f708", "voted": true }, "id": "rabbit", "links": { "self": "/api/icons/rabbit" }, "type": "icon" }, { "attributes": { "id": "rabbit-fast", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f709", "voted": true }, "id": "rabbit-fast", "links": { "self": "/api/icons/rabbit-fast" }, "type": "icon" }, { "attributes": { "id": "racquet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45a", "voted": false }, "id": "racquet", "links": { "self": "/api/icons/racquet" }, "type": "icon" }, { "attributes": { "id": "radar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f924", "voted": false }, "id": "radar", "links": { "self": "/api/icons/radar" }, "type": "icon" }, { "attributes": { "id": "radiation", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7b9", "voted": true }, "id": "radiation", "links": { "self": "/api/icons/radiation" }, "type": "icon" }, { "attributes": { "id": "radiation-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ba", "voted": true }, "id": "radiation-alt", "links": { "self": "/api/icons/radiation-alt" }, "type": "icon" }, { "attributes": { "id": "radio", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d7", "voted": false }, "id": "radio", "links": { "self": "/api/icons/radio" }, "type": "icon" }, { "attributes": { "id": "radio-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d8", "voted": false }, "id": "radio-alt", "links": { "self": "/api/icons/radio-alt" }, "type": "icon" }, { "attributes": { "id": "rainbow", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f75b", "voted": false }, "id": "rainbow", "links": { "self": "/api/icons/rainbow" }, "type": "icon" }, { "attributes": { "id": "raindrops", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f75c", "voted": false }, "id": "raindrops", "links": { "self": "/api/icons/raindrops" }, "type": "icon" }, { "attributes": { "id": "ram", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70a", "voted": false }, "id": "ram", "links": { "self": "/api/icons/ram" }, "type": "icon" }, { "attributes": { "id": "ramp-loading", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d4", "voted": false }, "id": "ramp-loading", "links": { "self": "/api/icons/ramp-loading" }, "type": "icon" }, { "attributes": { "id": "random", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f074", "voted": false }, "id": "random", "links": { "self": "/api/icons/random" }, "type": "icon" }, { "attributes": { "id": "raspberry-pi", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7bb", "voted": true }, "id": "raspberry-pi", "links": { "self": "/api/icons/raspberry-pi" }, "type": "icon" }, { "attributes": { "id": "ravelry", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2d9", "voted": false }, "id": "ravelry", "links": { "self": "/api/icons/ravelry" }, "type": "icon" }, { "attributes": { "id": "raygun", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f925", "voted": false }, "id": "raygun", "links": { "self": "/api/icons/raygun" }, "type": "icon" }, { "attributes": { "id": "react", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41b", "voted": false }, "id": "react", "links": { "self": "/api/icons/react" }, "type": "icon" }, { "attributes": { "id": "reacteurope", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f75d", "voted": false }, "id": "reacteurope", "links": { "self": "/api/icons/reacteurope" }, "type": "icon" }, { "attributes": { "id": "readme", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4d5", "voted": false }, "id": "readme", "links": { "self": "/api/icons/readme" }, "type": "icon" }, { "attributes": { "id": "rebel", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d0", "voted": false }, "id": "rebel", "links": { "self": "/api/icons/rebel" }, "type": "icon" }, { "attributes": { "id": "receipt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f543", "voted": true }, "id": "receipt", "links": { "self": "/api/icons/receipt" }, "type": "icon" }, { "attributes": { "id": "record-vinyl", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8d9", "voted": false }, "id": "record-vinyl", "links": { "self": "/api/icons/record-vinyl" }, "type": "icon" }, { "attributes": { "id": "rectangle-landscape", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2fa", "voted": false }, "id": "rectangle-landscape", "links": { "self": "/api/icons/rectangle-landscape" }, "type": "icon" }, { "attributes": { "id": "rectangle-portrait", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2fb", "voted": false }, "id": "rectangle-portrait", "links": { "self": "/api/icons/rectangle-portrait" }, "type": "icon" }, { "attributes": { "id": "rectangle-wide", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2fc", "voted": false }, "id": "rectangle-wide", "links": { "self": "/api/icons/rectangle-wide" }, "type": "icon" }, { "attributes": { "id": "recycle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1b8", "voted": false }, "id": "recycle", "links": { "self": "/api/icons/recycle" }, "type": "icon" }, { "attributes": { "id": "red-river", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e3", "voted": false }, "id": "red-river", "links": { "self": "/api/icons/red-river" }, "type": "icon" }, { "attributes": { "id": "reddit", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a1", "voted": false }, "id": "reddit", "links": { "self": "/api/icons/reddit" }, "type": "icon" }, { "attributes": { "id": "reddit-alien", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f281", "voted": false }, "id": "reddit-alien", "links": { "self": "/api/icons/reddit-alien" }, "type": "icon" }, { "attributes": { "id": "reddit-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a2", "voted": false }, "id": "reddit-square", "links": { "self": "/api/icons/reddit-square" }, "type": "icon" }, { "attributes": { "id": "redhat", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7bc", "voted": true }, "id": "redhat", "links": { "self": "/api/icons/redhat" }, "type": "icon" }, { "attributes": { "id": "redo", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f01e", "voted": false }, "id": "redo", "links": { "self": "/api/icons/redo" }, "type": "icon" }, { "attributes": { "id": "redo-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f9", "voted": false }, "id": "redo-alt", "links": { "self": "/api/icons/redo-alt" }, "type": "icon" }, { "attributes": { "id": "refrigerator", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f926", "voted": false }, "id": "refrigerator", "links": { "self": "/api/icons/refrigerator" }, "type": "icon" }, { "attributes": { "id": "registered", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f25d", "voted": false }, "id": "registered", "links": { "self": "/api/icons/registered" }, "type": "icon" }, { "attributes": { "id": "remove-format", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87d", "voted": false }, "id": "remove-format", "links": { "self": "/api/icons/remove-format" }, "type": "icon" }, { "attributes": { "id": "renren", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f18b", "voted": false }, "id": "renren", "links": { "self": "/api/icons/renren" }, "type": "icon" }, { "attributes": { "id": "repeat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f363", "voted": false }, "id": "repeat", "links": { "self": "/api/icons/repeat" }, "type": "icon" }, { "attributes": { "id": "repeat-1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f365", "voted": false }, "id": "repeat-1", "links": { "self": "/api/icons/repeat-1" }, "type": "icon" }, { "attributes": { "id": "repeat-1-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f366", "voted": false }, "id": "repeat-1-alt", "links": { "self": "/api/icons/repeat-1-alt" }, "type": "icon" }, { "attributes": { "id": "repeat-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f364", "voted": false }, "id": "repeat-alt", "links": { "self": "/api/icons/repeat-alt" }, "type": "icon" }, +{ "attributes": { "id": "reply", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3e5", "voted": false }, "id": "reply", "links": { "self": "/api/icons/reply" }, "type": "icon" }, { "attributes": { "id": "reply-all", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f122", "voted": false }, "id": "reply-all", "links": { "self": "/api/icons/reply-all" }, "type": "icon" }, { "attributes": { "id": "replyd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e6", "voted": false }, "id": "replyd", "links": { "self": "/api/icons/replyd" }, "type": "icon" }, { "attributes": { "id": "republican", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f75e", "voted": false }, "id": "republican", "links": { "self": "/api/icons/republican" }, "type": "icon" }, { "attributes": { "id": "researchgate", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f8", "voted": true }, "id": "researchgate", "links": { "self": "/api/icons/researchgate" }, "type": "icon" }, { "attributes": { "id": "resolving", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e7", "voted": false }, "id": "resolving", "links": { "self": "/api/icons/resolving" }, "type": "icon" }, { "attributes": { "id": "restroom", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7bd", "voted": true }, "id": "restroom", "links": { "self": "/api/icons/restroom" }, "type": "icon" }, { "attributes": { "id": "retweet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f079", "voted": false }, "id": "retweet", "links": { "self": "/api/icons/retweet" }, "type": "icon" }, { "attributes": { "id": "retweet-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f361", "voted": false }, "id": "retweet-alt", "links": { "self": "/api/icons/retweet-alt" }, "type": "icon" }, { "attributes": { "id": "rev", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5b2", "voted": false }, "id": "rev", "links": { "self": "/api/icons/rev" }, "type": "icon" }, { "attributes": { "id": "ribbon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d6", "voted": false }, "id": "ribbon", "links": { "self": "/api/icons/ribbon" }, "type": "icon" }, { "attributes": { "id": "ring", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70b", "voted": false }, "id": "ring", "links": { "self": "/api/icons/ring" }, "type": "icon" }, { "attributes": { "id": "rings-wedding", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81b", "voted": true }, "id": "rings-wedding", "links": { "self": "/api/icons/rings-wedding" }, "type": "icon" }, { "attributes": { "id": "road", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f018", "voted": false }, "id": "road", "links": { "self": "/api/icons/road" }, "type": "icon" }, { "attributes": { "id": "robot", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f544", "voted": true }, "id": "robot", "links": { "self": "/api/icons/robot" }, "type": "icon" }, { "attributes": { "id": "rocket", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f135", "voted": false }, "id": "rocket", "links": { "self": "/api/icons/rocket" }, "type": "icon" }, { "attributes": { "id": "rocket-launch", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f927", "voted": false }, "id": "rocket-launch", "links": { "self": "/api/icons/rocket-launch" }, "type": "icon" }, { "attributes": { "id": "rocketchat", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e8", "voted": false }, "id": "rocketchat", "links": { "self": "/api/icons/rocketchat" }, "type": "icon" }, { "attributes": { "id": "rockrms", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e9", "voted": false }, "id": "rockrms", "links": { "self": "/api/icons/rockrms" }, "type": "icon" }, { "attributes": { "id": "route", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d7", "voted": false }, "id": "route", "links": { "self": "/api/icons/route" }, "type": "icon" }, { "attributes": { "id": "route-highway", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61a", "voted": false }, "id": "route-highway", "links": { "self": "/api/icons/route-highway" }, "type": "icon" }, { "attributes": { "id": "route-interstate", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61b", "voted": false }, "id": "route-interstate", "links": { "self": "/api/icons/route-interstate" }, "type": "icon" }, { "attributes": { "id": "router", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8da", "voted": false }, "id": "router", "links": { "self": "/api/icons/router" }, "type": "icon" }, { "attributes": { "id": "rss", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f09e", "voted": false }, "id": "rss", "links": { "self": "/api/icons/rss" }, "type": "icon" }, { "attributes": { "id": "rss-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f143", "voted": false }, "id": "rss-square", "links": { "self": "/api/icons/rss-square" }, "type": "icon" }, { "attributes": { "id": "ruble-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f158", "voted": false }, "id": "ruble-sign", "links": { "self": "/api/icons/ruble-sign" }, "type": "icon" }, { "attributes": { "id": "ruler", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f545", "voted": true }, "id": "ruler", "links": { "self": "/api/icons/ruler" }, "type": "icon" }, { "attributes": { "id": "ruler-combined", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f546", "voted": true }, "id": "ruler-combined", "links": { "self": "/api/icons/ruler-combined" }, "type": "icon" }, { "attributes": { "id": "ruler-horizontal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f547", "voted": true }, "id": "ruler-horizontal", "links": { "self": "/api/icons/ruler-horizontal" }, "type": "icon" }, { "attributes": { "id": "ruler-triangle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61c", "voted": false }, "id": "ruler-triangle", "links": { "self": "/api/icons/ruler-triangle" }, "type": "icon" }, { "attributes": { "id": "ruler-vertical", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f548", "voted": true }, "id": "ruler-vertical", "links": { "self": "/api/icons/ruler-vertical" }, "type": "icon" }, { "attributes": { "id": "running", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70c", "voted": true }, "id": "running", "links": { "self": "/api/icons/running" }, "type": "icon" }, { "attributes": { "id": "rupee-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f156", "voted": false }, "id": "rupee-sign", "links": { "self": "/api/icons/rupee-sign" }, "type": "icon" }, { "attributes": { "id": "rv", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7be", "voted": false }, "id": "rv", "links": { "self": "/api/icons/rv" }, "type": "icon" }, { "attributes": { "id": "sack", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81c", "voted": false }, "id": "sack", "links": { "self": "/api/icons/sack" }, "type": "icon" }, { "attributes": { "id": "sack-dollar", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81d", "voted": true }, "id": "sack-dollar", "links": { "self": "/api/icons/sack-dollar" }, "type": "icon" }, { "attributes": { "id": "sad-cry", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b3", "voted": false }, "id": "sad-cry", "links": { "self": "/api/icons/sad-cry" }, "type": "icon" }, { "attributes": { "id": "sad-tear", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b4", "voted": false }, "id": "sad-tear", "links": { "self": "/api/icons/sad-tear" }, "type": "icon" }, { "attributes": { "id": "safari", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f267", "voted": false }, "id": "safari", "links": { "self": "/api/icons/safari" }, "type": "icon" }, { "attributes": { "id": "salad", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81e", "voted": false }, "id": "salad", "links": { "self": "/api/icons/salad" }, "type": "icon" }, { + "attributes": { "id": "salesforce", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f83b", "voted": false }, "id": "salesforce", + "links": { "self": "/api/icons/salesforce" }, "type": "icon" +}, { "attributes": { "id": "sandwich", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f81f", "voted": false }, "id": "sandwich", "links": { "self": "/api/icons/sandwich" }, "type": "icon" }, { "attributes": { "id": "sass", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41e", "voted": false }, "id": "sass", "links": { "self": "/api/icons/sass" }, "type": "icon" }, { "attributes": { "id": "satellite", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7bf", "voted": true }, "id": "satellite", "links": { "self": "/api/icons/satellite" }, "type": "icon" }, { "attributes": { "id": "satellite-dish", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c0", "voted": true }, "id": "satellite-dish", "links": { "self": "/api/icons/satellite-dish" }, "type": "icon" }, { "attributes": { "id": "sausage", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f820", "voted": false }, "id": "sausage", "links": { "self": "/api/icons/sausage" }, "type": "icon" }, { "attributes": { "id": "save", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c7", "voted": false }, "id": "save", "links": { "self": "/api/icons/save" }, "type": "icon" }, { "attributes": { "id": "sax-hot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8db", "voted": false }, "id": "sax-hot", "links": { "self": "/api/icons/sax-hot" }, "type": "icon" }, { "attributes": { "id": "saxophone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8dc", "voted": false }, "id": "saxophone", "links": { "self": "/api/icons/saxophone" }, "type": "icon" }, { "attributes": { "id": "scalpel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61d", "voted": false }, "id": "scalpel", "links": { "self": "/api/icons/scalpel" }, "type": "icon" }, { "attributes": { "id": "scalpel-path", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61e", "voted": false }, "id": "scalpel-path", "links": { "self": "/api/icons/scalpel-path" }, "type": "icon" }, { "attributes": { "id": "scanner", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f488", "voted": false }, "id": "scanner", "links": { "self": "/api/icons/scanner" }, "type": "icon" }, { "attributes": { "id": "scanner-image", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f3", "voted": false }, "id": "scanner-image", "links": { "self": "/api/icons/scanner-image" }, "type": "icon" }, { "attributes": { "id": "scanner-keyboard", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f489", "voted": false }, "id": "scanner-keyboard", "links": { "self": "/api/icons/scanner-keyboard" }, "type": "icon" }, { "attributes": { "id": "scanner-touchscreen", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48a", "voted": false }, "id": "scanner-touchscreen", "links": { "self": "/api/icons/scanner-touchscreen" }, "type": "icon" }, { "attributes": { "id": "scarecrow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70d", "voted": false }, "id": "scarecrow", "links": { "self": "/api/icons/scarecrow" }, "type": "icon" }, { "attributes": { "id": "scarf", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c1", "voted": false }, "id": "scarf", "links": { "self": "/api/icons/scarf" }, "type": "icon" }, { "attributes": { "id": "schlix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ea", "voted": false }, "id": "schlix", "links": { "self": "/api/icons/schlix" }, "type": "icon" }, { "attributes": { "id": "school", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f549", "voted": true }, "id": "school", "links": { "self": "/api/icons/school" }, "type": "icon" }, { "attributes": { "id": "screwdriver", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54a", "voted": true }, "id": "screwdriver", "links": { "self": "/api/icons/screwdriver" }, "type": "icon" }, { "attributes": { "id": "scribd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f28a", "voted": false }, "id": "scribd", "links": { "self": "/api/icons/scribd" }, "type": "icon" }, { "attributes": { "id": "scroll", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70e", "voted": false }, "id": "scroll", "links": { "self": "/api/icons/scroll" }, "type": "icon" }, { "attributes": { "id": "scroll-old", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f70f", "voted": false }, "id": "scroll-old", "links": { "self": "/api/icons/scroll-old" }, "type": "icon" }, { "attributes": { "id": "scrubber", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f8", "voted": false }, "id": "scrubber", "links": { "self": "/api/icons/scrubber" }, "type": "icon" }, { "attributes": { "id": "scythe", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f710", "voted": false }, "id": "scythe", "links": { "self": "/api/icons/scythe" }, "type": "icon" }, { "attributes": { "id": "sd-card", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c2", "voted": true }, "id": "sd-card", "links": { "self": "/api/icons/sd-card" }, "type": "icon" }, { "attributes": { "id": "search", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f002", "voted": false }, "id": "search", "links": { "self": "/api/icons/search" }, "type": "icon" }, { "attributes": { "id": "search-dollar", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f688", "voted": false }, "id": "search-dollar", "links": { "self": "/api/icons/search-dollar" }, "type": "icon" }, { "attributes": { "id": "search-location", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f689", "voted": false }, "id": "search-location", "links": { "self": "/api/icons/search-location" }, "type": "icon" }, { "attributes": { "id": "search-minus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f010", "voted": false }, "id": "search-minus", "links": { "self": "/api/icons/search-minus" }, "type": "icon" }, { "attributes": { "id": "search-plus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f00e", "voted": false }, "id": "search-plus", "links": { "self": "/api/icons/search-plus" }, "type": "icon" }, { "attributes": { "id": "searchengin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3eb", "voted": false }, "id": "searchengin", "links": { "self": "/api/icons/searchengin" }, "type": "icon" }, { "attributes": { "id": "seedling", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d8", "voted": false }, "id": "seedling", "links": { "self": "/api/icons/seedling" }, "type": "icon" }, { "attributes": { "id": "sellcast", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2da", "voted": false }, "id": "sellcast", "links": { "self": "/api/icons/sellcast" }, "type": "icon" }, { "attributes": { "id": "sellsy", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f213", "voted": false }, "id": "sellsy", "links": { "self": "/api/icons/sellsy" }, "type": "icon" }, { "attributes": { "id": "send-back", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87e", "voted": true }, "id": "send-back", "links": { "self": "/api/icons/send-back" }, "type": "icon" }, { "attributes": { "id": "send-backward", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f87f", "voted": true }, "id": "send-backward", "links": { "self": "/api/icons/send-backward" }, "type": "icon" }, { "attributes": { "id": "sensor", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f928", "voted": false }, "id": "sensor", "links": { "self": "/api/icons/sensor" }, "type": "icon" }, { "attributes": { "id": "sensor-alert", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f929", "voted": false }, "id": "sensor-alert", "links": { "self": "/api/icons/sensor-alert" }, "type": "icon" }, { "attributes": { "id": "sensor-fire", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92a", "voted": false }, "id": "sensor-fire", "links": { "self": "/api/icons/sensor-fire" }, "type": "icon" }, { "attributes": { "id": "sensor-on", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92b", "voted": false }, "id": "sensor-on", "links": { "self": "/api/icons/sensor-on" }, "type": "icon" }, { + "attributes": + { "id": "sensor-smoke", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92c", "voted": false }, "id": "sensor-smoke", "links": { "self": "/api/icons/sensor-smoke" }, "type": "icon" +}, { "attributes": { "id": "server", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f233", "voted": false }, "id": "server", "links": { "self": "/api/icons/server" }, "type": "icon" }, { "attributes": { "id": "servicestack", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ec", "voted": false }, "id": "servicestack", "links": { "self": "/api/icons/servicestack" }, "type": "icon" }, { "attributes": { "id": "shapes", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f61f", "voted": false }, "id": "shapes", "links": { "self": "/api/icons/shapes" }, "type": "icon" }, { "attributes": { "id": "share", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f064", "voted": false }, "id": "share", "links": { "self": "/api/icons/share" }, "type": "icon" }, { "attributes": { "id": "share-all", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f367", "voted": false }, "id": "share-all", "links": { "self": "/api/icons/share-all" }, "type": "icon" }, { "attributes": { "id": "share-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e0", "voted": false }, "id": "share-alt", "links": { "self": "/api/icons/share-alt" }, "type": "icon" }, { "attributes": { "id": "share-alt-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e1", "voted": false }, "id": "share-alt-square", "links": { "self": "/api/icons/share-alt-square" }, "type": "icon" }, { "attributes": { "id": "share-square", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f14d", "voted": false }, "id": "share-square", "links": { "self": "/api/icons/share-square" }, "type": "icon" }, { "attributes": { "id": "sheep", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f711", "voted": false }, "id": "sheep", "links": { "self": "/api/icons/sheep" }, "type": "icon" }, { "attributes": { "id": "shekel-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f20b", "voted": true }, "id": "shekel-sign", "links": { "self": "/api/icons/shekel-sign" }, "type": "icon" }, { "attributes": { "id": "shield", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f132", "voted": false }, "id": "shield", "links": { "self": "/api/icons/shield" }, "type": "icon" }, { "attributes": { "id": "shield-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3ed", "voted": false }, "id": "shield-alt", "links": { "self": "/api/icons/shield-alt" }, "type": "icon" }, { "attributes": { "id": "shield-check", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f7", "voted": false }, "id": "shield-check", "links": { "self": "/api/icons/shield-check" }, "type": "icon" }, { "attributes": { "id": "shield-cross", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f712", "voted": false }, "id": "shield-cross", "links": { "self": "/api/icons/shield-cross" }, "type": "icon" }, { "attributes": { "id": "shield-virus", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96c", "voted": false }, "id": "shield-virus", "links": { "self": "/api/icons/shield-virus" }, "type": "icon" }, { "attributes": { "id": "ship", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f21a", "voted": false }, "id": "ship", "links": { "self": "/api/icons/ship" }, "type": "icon" }, { "attributes": { "id": "shipping-fast", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48b", "voted": false }, "id": "shipping-fast", "links": { "self": "/api/icons/shipping-fast" }, "type": "icon" }, { "attributes": { "id": "shipping-timed", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48c", "voted": false }, "id": "shipping-timed", "links": { "self": "/api/icons/shipping-timed" }, "type": "icon" }, { "attributes": { "id": "shirtsinbulk", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f214", "voted": false }, "id": "shirtsinbulk", "links": { "self": "/api/icons/shirtsinbulk" }, "type": "icon" }, { "attributes": { "id": "shish-kebab", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f821", "voted": false }, "id": "shish-kebab", "links": { "self": "/api/icons/shish-kebab" }, "type": "icon" }, { "attributes": { "id": "shoe-prints", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54b", "voted": true }, "id": "shoe-prints", "links": { "self": "/api/icons/shoe-prints" }, "type": "icon" }, { "attributes": { "id": "shopify", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f957", "voted": false }, "id": "shopify", "links": { "self": "/api/icons/shopify" }, "type": "icon" }, { "attributes": { "id": "shopping-bag", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f290", "voted": false }, "id": "shopping-bag", "links": { "self": "/api/icons/shopping-bag" }, "type": "icon" }, { "attributes": { "id": "shopping-basket", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f291", "voted": false }, "id": "shopping-basket", "links": { "self": "/api/icons/shopping-basket" }, "type": "icon" }, { "attributes": { "id": "shopping-cart", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f07a", "voted": false }, "id": "shopping-cart", "links": { "self": "/api/icons/shopping-cart" }, "type": "icon" }, { "attributes": { "id": "shopware", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5b5", "voted": false }, "id": "shopware", "links": { "self": "/api/icons/shopware" }, "type": "icon" }, { "attributes": { "id": "shovel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f713", "voted": false }, "id": "shovel", "links": { "self": "/api/icons/shovel" }, "type": "icon" }, { "attributes": { "id": "shovel-snow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c3", "voted": false }, "id": "shovel-snow", "links": { "self": "/api/icons/shovel-snow" }, "type": "icon" }, { "attributes": { "id": "shower", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2cc", "voted": false }, "id": "shower", "links": { "self": "/api/icons/shower" }, "type": "icon" }, { "attributes": { "id": "shredder", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68a", "voted": false }, "id": "shredder", "links": { "self": "/api/icons/shredder" }, "type": "icon" }, { "attributes": { "id": "shuttle-van", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b6", "voted": false }, "id": "shuttle-van", "links": { "self": "/api/icons/shuttle-van" }, "type": "icon" }, { "attributes": { "id": "shuttlecock", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45b", "voted": false }, "id": "shuttlecock", "links": { "self": "/api/icons/shuttlecock" }, "type": "icon" }, { "attributes": { "id": "sickle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f822", "voted": false }, "id": "sickle", "links": { "self": "/api/icons/sickle" }, "type": "icon" }, { "attributes": { "id": "sigma", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68b", "voted": false }, "id": "sigma", "links": { "self": "/api/icons/sigma" }, "type": "icon" }, { "attributes": { "id": "sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4d9", "voted": false }, "id": "sign", "links": { "self": "/api/icons/sign" }, "type": "icon" }, { "attributes": { "id": "sign-in", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f090", "voted": false }, "id": "sign-in", "links": { "self": "/api/icons/sign-in" }, "type": "icon" }, { "attributes": { "id": "sign-in-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f6", "voted": false }, "id": "sign-in-alt", "links": { "self": "/api/icons/sign-in-alt" }, "type": "icon" }, { "attributes": { "id": "sign-language", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2a7", "voted": false }, "id": "sign-language", "links": { "self": "/api/icons/sign-language" }, "type": "icon" }, { + "attributes": { + "id": "sign-out", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f08b", "voted": false + }, "id": "sign-out", "links": { "self": "/api/icons/sign-out" }, "type": "icon" +}, { "attributes": { "id": "sign-out-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f5", "voted": false }, "id": "sign-out-alt", "links": { "self": "/api/icons/sign-out-alt" }, "type": "icon" }, { "attributes": { "id": "signal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f012", "voted": false }, "id": "signal", "links": { "self": "/api/icons/signal" }, "type": "icon" }, { "attributes": { "id": "signal-1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68c", "voted": true }, "id": "signal-1", "links": { "self": "/api/icons/signal-1" }, "type": "icon" }, { "attributes": { "id": "signal-2", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68d", "voted": true }, "id": "signal-2", "links": { "self": "/api/icons/signal-2" }, "type": "icon" }, { "attributes": { "id": "signal-3", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68e", "voted": true }, "id": "signal-3", "links": { "self": "/api/icons/signal-3" }, "type": "icon" }, { "attributes": { "id": "signal-4", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f68f", "voted": true }, "id": "signal-4", "links": { "self": "/api/icons/signal-4" }, "type": "icon" }, { "attributes": { "id": "signal-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f690", "voted": true }, "id": "signal-alt", "links": { "self": "/api/icons/signal-alt" }, "type": "icon" }, { "attributes": { "id": "signal-alt-1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f691", "voted": true }, "id": "signal-alt-1", "links": { "self": "/api/icons/signal-alt-1" }, "type": "icon" }, { "attributes": { "id": "signal-alt-2", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f692", "voted": true }, "id": "signal-alt-2", "links": { "self": "/api/icons/signal-alt-2" }, "type": "icon" }, { "attributes": { "id": "signal-alt-3", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f693", "voted": true }, "id": "signal-alt-3", "links": { "self": "/api/icons/signal-alt-3" }, "type": "icon" }, { "attributes": { "id": "signal-alt-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f694", "voted": true }, "id": "signal-alt-slash", "links": { "self": "/api/icons/signal-alt-slash" }, "type": "icon" }, { "attributes": { "id": "signal-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f695", "voted": true }, "id": "signal-slash", "links": { "self": "/api/icons/signal-slash" }, "type": "icon" }, { "attributes": { "id": "signal-stream", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8dd", "voted": false }, "id": "signal-stream", "links": { "self": "/api/icons/signal-stream" }, "type": "icon" }, { "attributes": { "id": "signature", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b7", "voted": true }, "id": "signature", "links": { "self": "/api/icons/signature" }, "type": "icon" }, { "attributes": { "id": "sim-card", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c4", "voted": true }, "id": "sim-card", "links": { "self": "/api/icons/sim-card" }, "type": "icon" }, { "attributes": { "id": "simplybuilt", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f215", "voted": false }, "id": "simplybuilt", "links": { "self": "/api/icons/simplybuilt" }, "type": "icon" }, { "attributes": { "id": "sink", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96d", "voted": false }, "id": "sink", "links": { "self": "/api/icons/sink" }, "type": "icon" }, { "attributes": { "id": "siren", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92d", "voted": false }, "id": "siren", "links": { "self": "/api/icons/siren" }, "type": "icon" }, { "attributes": { "id": "siren-on", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92e", "voted": false }, "id": "siren-on", "links": { "self": "/api/icons/siren-on" }, "type": "icon" }, { "attributes": { "id": "sistrix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ee", "voted": false }, "id": "sistrix", "links": { "self": "/api/icons/sistrix" }, "type": "icon" }, { "attributes": { "id": "sitemap", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e8", "voted": false }, "id": "sitemap", "links": { "self": "/api/icons/sitemap" }, "type": "icon" }, { "attributes": { "id": "sith", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f512", "voted": false }, "id": "sith", "links": { "self": "/api/icons/sith" }, "type": "icon" }, { "attributes": { "id": "skating", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c5", "voted": false }, "id": "skating", "links": { "self": "/api/icons/skating" }, "type": "icon" }, { "attributes": { "id": "skeleton", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f620", "voted": false }, "id": "skeleton", "links": { "self": "/api/icons/skeleton" }, "type": "icon" }, { "attributes": { "id": "sketch", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7c6", "voted": false }, "id": "sketch", "links": { "self": "/api/icons/sketch" }, "type": "icon" }, { "attributes": { "id": "ski-jump", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c7", "voted": false }, "id": "ski-jump", "links": { "self": "/api/icons/ski-jump" }, "type": "icon" }, { "attributes": { "id": "ski-lift", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c8", "voted": false }, "id": "ski-lift", "links": { "self": "/api/icons/ski-lift" }, "type": "icon" }, { "attributes": { "id": "skiing", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7c9", "voted": false }, "id": "skiing", "links": { "self": "/api/icons/skiing" }, "type": "icon" }, { "attributes": { "id": "skiing-nordic", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ca", "voted": false }, "id": "skiing-nordic", "links": { "self": "/api/icons/skiing-nordic" }, "type": "icon" }, { "attributes": { "id": "skull", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54c", "voted": true }, "id": "skull", "links": { "self": "/api/icons/skull" }, "type": "icon" }, { "attributes": { "id": "skull-cow", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8de", "voted": false }, "id": "skull-cow", "links": { "self": "/api/icons/skull-cow" }, "type": "icon" }, { "attributes": { "id": "skull-crossbones", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f714", "voted": false }, "id": "skull-crossbones", "links": { "self": "/api/icons/skull-crossbones" }, "type": "icon" }, { "attributes": { "id": "skyatlas", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f216", "voted": false }, "id": "skyatlas", "links": { "self": "/api/icons/skyatlas" }, "type": "icon" }, { "attributes": { "id": "skype", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f17e", "voted": false }, "id": "skype", "links": { "self": "/api/icons/skype" }, "type": "icon" }, { "attributes": { "id": "slack", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f198", "voted": false }, "id": "slack", "links": { "self": "/api/icons/slack" }, "type": "icon" }, { "attributes": { "id": "slack-hash", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3ef", "voted": false }, "id": "slack-hash", "links": { "self": "/api/icons/slack-hash" }, "type": "icon" }, { "attributes": { "id": "slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f715", "voted": true }, "id": "slash", "links": { "self": "/api/icons/slash" }, "type": "icon" }, { "attributes": { "id": "sledding", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7cb", "voted": false }, "id": "sledding", "links": { "self": "/api/icons/sledding" }, "type": "icon" }, { "attributes": { "id": "sleigh", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7cc", "voted": false }, "id": "sleigh", "links": { "self": "/api/icons/sleigh" }, "type": "icon" }, { "attributes": { "id": "sliders-h", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1de", "voted": false }, "id": "sliders-h", "links": { "self": "/api/icons/sliders-h" }, "type": "icon" }, { + "attributes": { + "id": "sliders-h-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f3f0", "voted": false + }, "id": "sliders-h-square", "links": { "self": "/api/icons/sliders-h-square" }, "type": "icon" +}, { "attributes": { "id": "sliders-v", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3f1", "voted": false }, "id": "sliders-v", "links": { "self": "/api/icons/sliders-v" }, "type": "icon" }, { "attributes": { "id": "sliders-v-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3f2", "voted": false }, "id": "sliders-v-square", "links": { "self": "/api/icons/sliders-v-square" }, "type": "icon" }, { "attributes": { "id": "slideshare", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1e7", "voted": false }, "id": "slideshare", "links": { "self": "/api/icons/slideshare" }, "type": "icon" }, { "attributes": { "id": "smile", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f118", "voted": false }, "id": "smile", "links": { "self": "/api/icons/smile" }, "type": "icon" }, { "attributes": { "id": "smile-beam", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b8", "voted": false }, "id": "smile-beam", "links": { "self": "/api/icons/smile-beam" }, "type": "icon" }, { "attributes": { "id": "smile-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5b9", "voted": false }, "id": "smile-plus", "links": { "self": "/api/icons/smile-plus" }, "type": "icon" }, { "attributes": { "id": "smile-wink", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4da", "voted": false }, "id": "smile-wink", "links": { "self": "/api/icons/smile-wink" }, "type": "icon" }, { "attributes": { "id": "smog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f75f", "voted": false }, "id": "smog", "links": { "self": "/api/icons/smog" }, "type": "icon" }, { "attributes": { "id": "smoke", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f760", "voted": false }, "id": "smoke", "links": { "self": "/api/icons/smoke" }, "type": "icon" }, { "attributes": { "id": "smoking", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48d", "voted": true }, "id": "smoking", "links": { "self": "/api/icons/smoking" }, "type": "icon" }, { "attributes": { "id": "smoking-ban", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54d", "voted": true }, "id": "smoking-ban", "links": { "self": "/api/icons/smoking-ban" }, "type": "icon" }, { "attributes": { "id": "sms", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7cd", "voted": true }, "id": "sms", "links": { "self": "/api/icons/sms" }, "type": "icon" }, { "attributes": { "id": "snake", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f716", "voted": false }, "id": "snake", "links": { "self": "/api/icons/snake" }, "type": "icon" }, { "attributes": { "id": "snapchat", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2ab", "voted": false }, "id": "snapchat", "links": { "self": "/api/icons/snapchat" }, "type": "icon" }, { "attributes": { "id": "snapchat-ghost", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2ac", "voted": false }, "id": "snapchat-ghost", "links": { "self": "/api/icons/snapchat-ghost" }, "type": "icon" }, { "attributes": { "id": "snapchat-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2ad", "voted": false }, "id": "snapchat-square", "links": { "self": "/api/icons/snapchat-square" }, "type": "icon" }, { "attributes": { "id": "snooze", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f880", "voted": true }, "id": "snooze", "links": { "self": "/api/icons/snooze" }, "type": "icon" }, { "attributes": { "id": "snow-blowing", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f761", "voted": false }, "id": "snow-blowing", "links": { "self": "/api/icons/snow-blowing" }, "type": "icon" }, { "attributes": { "id": "snowboarding", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7ce", "voted": false }, "id": "snowboarding", "links": { "self": "/api/icons/snowboarding" }, "type": "icon" }, { "attributes": { "id": "snowflake", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2dc", "voted": false }, "id": "snowflake", "links": { "self": "/api/icons/snowflake" }, "type": "icon" }, { "attributes": { "id": "snowflakes", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7cf", "voted": false }, "id": "snowflakes", "links": { "self": "/api/icons/snowflakes" }, "type": "icon" }, { "attributes": { "id": "snowman", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d0", "voted": false }, "id": "snowman", "links": { "self": "/api/icons/snowman" }, "type": "icon" }, { "attributes": { "id": "snowmobile", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d1", "voted": false }, "id": "snowmobile", "links": { "self": "/api/icons/snowmobile" }, "type": "icon" }, { "attributes": { "id": "snowplow", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d2", "voted": false }, "id": "snowplow", "links": { "self": "/api/icons/snowplow" }, "type": "icon" }, { "attributes": { "id": "soap", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96e", "voted": false }, "id": "soap", "links": { "self": "/api/icons/soap" }, "type": "icon" }, { "attributes": { "id": "socks", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f696", "voted": false }, "id": "socks", "links": { "self": "/api/icons/socks" }, "type": "icon" }, { "attributes": { "id": "solar-panel", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ba", "voted": false }, "id": "solar-panel", "links": { "self": "/api/icons/solar-panel" }, "type": "icon" }, { "attributes": { "id": "solar-system", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f92f", "voted": false }, "id": "solar-system", "links": { "self": "/api/icons/solar-system" }, "type": "icon" }, { "attributes": { "id": "sort", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0dc", "voted": false }, "id": "sort", "links": { "self": "/api/icons/sort" }, "type": "icon" }, { "attributes": { "id": "sort-alpha-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f15d", "voted": false }, "id": "sort-alpha-down", "links": { "self": "/api/icons/sort-alpha-down" }, "type": "icon" }, { "attributes": { "id": "sort-alpha-down-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f881", "voted": false }, "id": "sort-alpha-down-alt", "links": { "self": "/api/icons/sort-alpha-down-alt" }, "type": "icon" }, { "attributes": { "id": "sort-alpha-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f15e", "voted": false }, "id": "sort-alpha-up", "links": { "self": "/api/icons/sort-alpha-up" }, "type": "icon" }, { "attributes": { "id": "sort-alpha-up-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f882", "voted": false }, "id": "sort-alpha-up-alt", "links": { "self": "/api/icons/sort-alpha-up-alt" }, "type": "icon" }, { "attributes": { "id": "sort-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f883", "voted": false }, "id": "sort-alt", "links": { "self": "/api/icons/sort-alt" }, "type": "icon" }, { "attributes": { "id": "sort-amount-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f160", "voted": false }, "id": "sort-amount-down", "links": { "self": "/api/icons/sort-amount-down" }, "type": "icon" }, { "attributes": { "id": "sort-amount-down-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f884", "voted": false }, "id": "sort-amount-down-alt", "links": { "self": "/api/icons/sort-amount-down-alt" }, "type": "icon" }, { "attributes": { "id": "sort-amount-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f161", "voted": false }, "id": "sort-amount-up", "links": { "self": "/api/icons/sort-amount-up" }, "type": "icon" }, { "attributes": { "id": "sort-amount-up-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f885", "voted": false }, "id": "sort-amount-up-alt", "links": { "self": "/api/icons/sort-amount-up-alt" }, "type": "icon" }, { + "attributes": { + "id": "sort-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", + "duotone"], "unicode": "f930", "voted": false + }, "id": "sort-circle", "links": { "self": "/api/icons/sort-circle" }, "type": "icon" +}, { "attributes": { "id": "sort-circle-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f931", "voted": false }, "id": "sort-circle-down", "links": { "self": "/api/icons/sort-circle-down" }, "type": "icon" }, { "attributes": { "id": "sort-circle-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f932", "voted": false }, "id": "sort-circle-up", "links": { "self": "/api/icons/sort-circle-up" }, "type": "icon" }, { "attributes": { "id": "sort-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0dd", "voted": false }, "id": "sort-down", "links": { "self": "/api/icons/sort-down" }, "type": "icon" }, { "attributes": { "id": "sort-numeric-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f162", "voted": false }, "id": "sort-numeric-down", "links": { "self": "/api/icons/sort-numeric-down" }, "type": "icon" }, { "attributes": { "id": "sort-numeric-down-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f886", "voted": false }, "id": "sort-numeric-down-alt", "links": { "self": "/api/icons/sort-numeric-down-alt" }, "type": "icon" }, { "attributes": { "id": "sort-numeric-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f163", "voted": false }, "id": "sort-numeric-up", "links": { "self": "/api/icons/sort-numeric-up" }, "type": "icon" }, { "attributes": { "id": "sort-numeric-up-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f887", "voted": false }, "id": "sort-numeric-up-alt", "links": { "self": "/api/icons/sort-numeric-up-alt" }, "type": "icon" }, { "attributes": { "id": "sort-shapes-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f888", "voted": false }, "id": "sort-shapes-down", "links": { "self": "/api/icons/sort-shapes-down" }, "type": "icon" }, { "attributes": { "id": "sort-shapes-down-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f889", "voted": false }, "id": "sort-shapes-down-alt", "links": { "self": "/api/icons/sort-shapes-down-alt" }, "type": "icon" }, { "attributes": { "id": "sort-shapes-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88a", "voted": false }, "id": "sort-shapes-up", "links": { "self": "/api/icons/sort-shapes-up" }, "type": "icon" }, { "attributes": { "id": "sort-shapes-up-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88b", "voted": false }, "id": "sort-shapes-up-alt", "links": { "self": "/api/icons/sort-shapes-up-alt" }, "type": "icon" }, { "attributes": { "id": "sort-size-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88c", "voted": false }, "id": "sort-size-down", "links": { "self": "/api/icons/sort-size-down" }, "type": "icon" }, { "attributes": { "id": "sort-size-down-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88d", "voted": false }, "id": "sort-size-down-alt", "links": { "self": "/api/icons/sort-size-down-alt" }, "type": "icon" }, { "attributes": { "id": "sort-size-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88e", "voted": false }, "id": "sort-size-up", "links": { "self": "/api/icons/sort-size-up" }, "type": "icon" }, { "attributes": { "id": "sort-size-up-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f88f", "voted": false }, "id": "sort-size-up-alt", "links": { "self": "/api/icons/sort-size-up-alt" }, "type": "icon" }, { "attributes": { "id": "sort-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0de", "voted": false }, "id": "sort-up", "links": { "self": "/api/icons/sort-up" }, "type": "icon" }, { "attributes": { "id": "soundcloud", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1be", "voted": false }, "id": "soundcloud", "links": { "self": "/api/icons/soundcloud" }, "type": "icon" }, { "attributes": { "id": "soup", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f823", "voted": false }, "id": "soup", "links": { "self": "/api/icons/soup" }, "type": "icon" }, { "attributes": { "id": "sourcetree", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7d3", "voted": true }, "id": "sourcetree", "links": { "self": "/api/icons/sourcetree" }, "type": "icon" }, { "attributes": { "id": "spa", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5bb", "voted": false }, "id": "spa", "links": { "self": "/api/icons/spa" }, "type": "icon" }, { "attributes": { "id": "space-shuttle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f197", "voted": false }, "id": "space-shuttle", "links": { "self": "/api/icons/space-shuttle" }, "type": "icon" }, { "attributes": { "id": "space-station-moon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f933", "voted": false }, "id": "space-station-moon", "links": { "self": "/api/icons/space-station-moon" }, "type": "icon" }, { "attributes": { "id": "space-station-moon-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f934", "voted": false }, "id": "space-station-moon-alt", "links": { "self": "/api/icons/space-station-moon-alt" }, "type": "icon" }, { "attributes": { "id": "spade", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f4", "voted": false }, "id": "spade", "links": { "self": "/api/icons/spade" }, "type": "icon" }, { "attributes": { "id": "sparkles", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f890", "voted": false }, "id": "sparkles", "links": { "self": "/api/icons/sparkles" }, "type": "icon" }, { "attributes": { "id": "speakap", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f3", "voted": false }, "id": "speakap", "links": { "self": "/api/icons/speakap" }, "type": "icon" }, { "attributes": { "id": "speaker", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8df", "voted": false }, "id": "speaker", "links": { "self": "/api/icons/speaker" }, "type": "icon" }, { "attributes": { "id": "speaker-deck", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f83c", "voted": false }, "id": "speaker-deck", "links": { "self": "/api/icons/speaker-deck" }, "type": "icon" }, { "attributes": { "id": "speakers", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e0", "voted": false }, "id": "speakers", "links": { "self": "/api/icons/speakers" }, "type": "icon" }, { "attributes": { "id": "spell-check", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f891", "voted": false }, "id": "spell-check", "links": { "self": "/api/icons/spell-check" }, "type": "icon" }, { "attributes": { "id": "spider", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f717", "voted": true }, "id": "spider", "links": { "self": "/api/icons/spider" }, "type": "icon" }, { "attributes": { "id": "spider-black-widow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f718", "voted": false }, "id": "spider-black-widow", "links": { "self": "/api/icons/spider-black-widow" }, "type": "icon" }, { "attributes": { "id": "spider-web", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f719", "voted": false }, "id": "spider-web", "links": { "self": "/api/icons/spider-web" }, "type": "icon" }, { "attributes": { "id": "spinner", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f110", "voted": false }, "id": "spinner", "links": { "self": "/api/icons/spinner" }, "type": "icon" }, { "attributes": { "id": "spinner-third", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3f4", "voted": false }, "id": "spinner-third", "links": { "self": "/api/icons/spinner-third" }, "type": "icon" }, { "attributes": { "id": "splotch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5bc", "voted": false }, "id": "splotch", "links": { "self": "/api/icons/splotch" }, "type": "icon" }, { "attributes": { "id": "spotify", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1bc", "voted": false }, "id": "spotify", "links": { "self": "/api/icons/spotify" }, "type": "icon" }, { "attributes": { "id": "spray-can", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5bd", "voted": false }, "id": "spray-can", "links": { "self": "/api/icons/spray-can" }, "type": "icon" }, { + "attributes": { + "id": "sprinkler", "membership": { + "free": [], + "pro": ["solid", "regular", "light", "duotone"] + }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f935", "voted": false + }, "id": "sprinkler", "links": { "self": "/api/icons/sprinkler" }, "type": "icon" +}, { "attributes": { "id": "square", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c8", "voted": false }, "id": "square", "links": { "self": "/api/icons/square" }, "type": "icon" }, { "attributes": { "id": "square-full", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45c", "voted": false }, "id": "square-full", "links": { "self": "/api/icons/square-full" }, "type": "icon" }, { "attributes": { "id": "square-root", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f697", "voted": false }, "id": "square-root", "links": { "self": "/api/icons/square-root" }, "type": "icon" }, { "attributes": { "id": "square-root-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f698", "voted": false }, "id": "square-root-alt", "links": { "self": "/api/icons/square-root-alt" }, "type": "icon" }, { "attributes": { "id": "squarespace", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5be", "voted": true }, "id": "squarespace", "links": { "self": "/api/icons/squarespace" }, "type": "icon" }, { "attributes": { "id": "squirrel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71a", "voted": false }, "id": "squirrel", "links": { "self": "/api/icons/squirrel" }, "type": "icon" }, { "attributes": { "id": "stack-exchange", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f18d", "voted": false }, "id": "stack-exchange", "links": { "self": "/api/icons/stack-exchange" }, "type": "icon" }, { "attributes": { "id": "stack-overflow", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f16c", "voted": false }, "id": "stack-overflow", "links": { "self": "/api/icons/stack-overflow" }, "type": "icon" }, { "attributes": { "id": "stackpath", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f842", "voted": false }, "id": "stackpath", "links": { "self": "/api/icons/stackpath" }, "type": "icon" }, { "attributes": { "id": "staff", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71b", "voted": false }, "id": "staff", "links": { "self": "/api/icons/staff" }, "type": "icon" }, { "attributes": { "id": "stamp", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5bf", "voted": false }, "id": "stamp", "links": { "self": "/api/icons/stamp" }, "type": "icon" }, { "attributes": { "id": "star", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f005", "voted": false }, "id": "star", "links": { "self": "/api/icons/star" }, "type": "icon" }, { "attributes": { "id": "star-and-crescent", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f699", "voted": false }, "id": "star-and-crescent", "links": { "self": "/api/icons/star-and-crescent" }, "type": "icon" }, { "attributes": { "id": "star-christmas", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d4", "voted": false }, "id": "star-christmas", "links": { "self": "/api/icons/star-christmas" }, "type": "icon" }, { "attributes": { "id": "star-exclamation", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f3", "voted": false }, "id": "star-exclamation", "links": { "self": "/api/icons/star-exclamation" }, "type": "icon" }, { "attributes": { "id": "star-half", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f089", "voted": false }, "id": "star-half", "links": { "self": "/api/icons/star-half" }, "type": "icon" }, { "attributes": { "id": "star-half-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c0", "voted": true }, "id": "star-half-alt", "links": { "self": "/api/icons/star-half-alt" }, "type": "icon" }, { "attributes": { "id": "star-of-david", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f69a", "voted": false }, "id": "star-of-david", "links": { "self": "/api/icons/star-of-david" }, "type": "icon" }, { "attributes": { "id": "star-of-life", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f621", "voted": false }, "id": "star-of-life", "links": { "self": "/api/icons/star-of-life" }, "type": "icon" }, { "attributes": { "id": "star-shooting", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f936", "voted": false }, "id": "star-shooting", "links": { "self": "/api/icons/star-shooting" }, "type": "icon" }, { "attributes": { "id": "starfighter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f937", "voted": false }, "id": "starfighter", "links": { "self": "/api/icons/starfighter" }, "type": "icon" }, { "attributes": { "id": "starfighter-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f938", "voted": false }, "id": "starfighter-alt", "links": { "self": "/api/icons/starfighter-alt" }, "type": "icon" }, { "attributes": { "id": "stars", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f762", "voted": false }, "id": "stars", "links": { "self": "/api/icons/stars" }, "type": "icon" }, { "attributes": { "id": "starship", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f939", "voted": false }, "id": "starship", "links": { "self": "/api/icons/starship" }, "type": "icon" }, { "attributes": { "id": "starship-freighter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93a", "voted": false }, "id": "starship-freighter", "links": { "self": "/api/icons/starship-freighter" }, "type": "icon" }, { "attributes": { "id": "staylinked", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f5", "voted": false }, "id": "staylinked", "links": { "self": "/api/icons/staylinked" }, "type": "icon" }, { "attributes": { "id": "steak", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f824", "voted": false }, "id": "steak", "links": { "self": "/api/icons/steak" }, "type": "icon" }, { "attributes": { "id": "steam", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1b6", "voted": false }, "id": "steam", "links": { "self": "/api/icons/steam" }, "type": "icon" }, { "attributes": { "id": "steam-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1b7", "voted": false }, "id": "steam-square", "links": { "self": "/api/icons/steam-square" }, "type": "icon" }, { "attributes": { "id": "steam-symbol", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f6", "voted": false }, "id": "steam-symbol", "links": { "self": "/api/icons/steam-symbol" }, "type": "icon" }, { "attributes": { "id": "steering-wheel", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f622", "voted": false }, "id": "steering-wheel", "links": { "self": "/api/icons/steering-wheel" }, "type": "icon" }, { "attributes": { "id": "step-backward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f048", "voted": false }, "id": "step-backward", "links": { "self": "/api/icons/step-backward" }, "type": "icon" }, { "attributes": { "id": "step-forward", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f051", "voted": false }, "id": "step-forward", "links": { "self": "/api/icons/step-forward" }, "type": "icon" }, { "attributes": { "id": "stethoscope", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f1", "voted": false }, "id": "stethoscope", "links": { "self": "/api/icons/stethoscope" }, "type": "icon" }, { "attributes": { "id": "sticker-mule", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f7", "voted": false }, "id": "sticker-mule", "links": { "self": "/api/icons/sticker-mule" }, "type": "icon" }, { "attributes": { "id": "sticky-note", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f249", "voted": false }, "id": "sticky-note", "links": { "self": "/api/icons/sticky-note" }, "type": "icon" }, { "attributes": { "id": "stocking", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d5", "voted": false }, "id": "stocking", "links": { "self": "/api/icons/stocking" }, "type": "icon" }, { "attributes": { "id": "stomach", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f623", "voted": false }, "id": "stomach", "links": { "self": "/api/icons/stomach" }, "type": "icon" }, { "attributes": { "id": "stop", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f04d", "voted": false }, "id": "stop", "links": { "self": "/api/icons/stop" }, "type": "icon" }, { + "attributes": { + "id": "stop-circle", "membership": + { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f28d", "voted": false + }, "id": "stop-circle", "links": { "self": "/api/icons/stop-circle" }, "type": "icon" +}, { "attributes": { "id": "stopwatch", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f2", "voted": false }, "id": "stopwatch", "links": { "self": "/api/icons/stopwatch" }, "type": "icon" }, { "attributes": { "id": "stopwatch-20", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f96f", "voted": false }, "id": "stopwatch-20", "links": { "self": "/api/icons/stopwatch-20" }, "type": "icon" }, { "attributes": { "id": "store", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54e", "voted": true }, "id": "store", "links": { "self": "/api/icons/store" }, "type": "icon" }, { "attributes": { "id": "store-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f54f", "voted": true }, "id": "store-alt", "links": { "self": "/api/icons/store-alt" }, "type": "icon" }, { "attributes": { "id": "store-alt-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f970", "voted": false }, "id": "store-alt-slash", "links": { "self": "/api/icons/store-alt-slash" }, "type": "icon" }, { "attributes": { "id": "store-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f971", "voted": false }, "id": "store-slash", "links": { "self": "/api/icons/store-slash" }, "type": "icon" }, { "attributes": { "id": "strava", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f428", "voted": false }, "id": "strava", "links": { "self": "/api/icons/strava" }, "type": "icon" }, { "attributes": { "id": "stream", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f550", "voted": false }, "id": "stream", "links": { "self": "/api/icons/stream" }, "type": "icon" }, { "attributes": { "id": "street-view", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f21d", "voted": false }, "id": "street-view", "links": { "self": "/api/icons/street-view" }, "type": "icon" }, { "attributes": { "id": "stretcher", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f825", "voted": false }, "id": "stretcher", "links": { "self": "/api/icons/stretcher" }, "type": "icon" }, { "attributes": { "id": "strikethrough", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0cc", "voted": false }, "id": "strikethrough", "links": { "self": "/api/icons/strikethrough" }, "type": "icon" }, { "attributes": { "id": "stripe", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f429", "voted": false }, "id": "stripe", "links": { "self": "/api/icons/stripe" }, "type": "icon" }, { "attributes": { "id": "stripe-s", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42a", "voted": false }, "id": "stripe-s", "links": { "self": "/api/icons/stripe-s" }, "type": "icon" }, { "attributes": { "id": "stroopwafel", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f551", "voted": false }, "id": "stroopwafel", "links": { "self": "/api/icons/stroopwafel" }, "type": "icon" }, { "attributes": { "id": "studiovinari", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f8", "voted": false }, "id": "studiovinari", "links": { "self": "/api/icons/studiovinari" }, "type": "icon" }, { "attributes": { "id": "stumbleupon", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a4", "voted": false }, "id": "stumbleupon", "links": { "self": "/api/icons/stumbleupon" }, "type": "icon" }, { "attributes": { "id": "stumbleupon-circle", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1a3", "voted": false }, "id": "stumbleupon-circle", "links": { "self": "/api/icons/stumbleupon-circle" }, "type": "icon" }, { "attributes": { "id": "subscript", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f12c", "voted": false }, "id": "subscript", "links": { "self": "/api/icons/subscript" }, "type": "icon" }, { "attributes": { "id": "subway", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f239", "voted": false }, "id": "subway", "links": { "self": "/api/icons/subway" }, "type": "icon" }, { "attributes": { "id": "suitcase", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f2", "voted": false }, "id": "suitcase", "links": { "self": "/api/icons/suitcase" }, "type": "icon" }, { "attributes": { "id": "suitcase-rolling", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c1", "voted": false }, "id": "suitcase-rolling", "links": { "self": "/api/icons/suitcase-rolling" }, "type": "icon" }, { "attributes": { "id": "sun", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f185", "voted": false }, "id": "sun", "links": { "self": "/api/icons/sun" }, "type": "icon" }, { "attributes": { "id": "sun-cloud", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f763", "voted": false }, "id": "sun-cloud", "links": { "self": "/api/icons/sun-cloud" }, "type": "icon" }, { "attributes": { "id": "sun-dust", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f764", "voted": false }, "id": "sun-dust", "links": { "self": "/api/icons/sun-dust" }, "type": "icon" }, { "attributes": { "id": "sun-haze", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f765", "voted": false }, "id": "sun-haze", "links": { "self": "/api/icons/sun-haze" }, "type": "icon" }, { "attributes": { "id": "sunglasses", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f892", "voted": true }, "id": "sunglasses", "links": { "self": "/api/icons/sunglasses" }, "type": "icon" }, { "attributes": { "id": "sunrise", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f766", "voted": false }, "id": "sunrise", "links": { "self": "/api/icons/sunrise" }, "type": "icon" }, { "attributes": { "id": "sunset", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f767", "voted": false }, "id": "sunset", "links": { "self": "/api/icons/sunset" }, "type": "icon" }, { "attributes": { "id": "superpowers", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2dd", "voted": false }, "id": "superpowers", "links": { "self": "/api/icons/superpowers" }, "type": "icon" }, { "attributes": { "id": "superscript", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f12b", "voted": false }, "id": "superscript", "links": { "self": "/api/icons/superscript" }, "type": "icon" }, { "attributes": { "id": "supple", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3f9", "voted": false }, "id": "supple", "links": { "self": "/api/icons/supple" }, "type": "icon" }, { "attributes": { "id": "surprise", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c2", "voted": false }, "id": "surprise", "links": { "self": "/api/icons/surprise" }, "type": "icon" }, { "attributes": { "id": "suse", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7d6", "voted": true }, "id": "suse", "links": { "self": "/api/icons/suse" }, "type": "icon" }, { "attributes": { "id": "swatchbook", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c3", "voted": false }, "id": "swatchbook", "links": { "self": "/api/icons/swatchbook" }, "type": "icon" }, { "attributes": { "id": "swift", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f8e1", "voted": false }, "id": "swift", "links": { "self": "/api/icons/swift" }, "type": "icon" }, { "attributes": { "id": "swimmer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c4", "voted": false }, "id": "swimmer", "links": { "self": "/api/icons/swimmer" }, "type": "icon" }, { "attributes": { "id": "swimming-pool", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c5", "voted": false }, "id": "swimming-pool", "links": { "self": "/api/icons/swimming-pool" }, "type": "icon" }, { "attributes": { "id": "sword", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71c", "voted": false }, "id": "sword", "links": { "self": "/api/icons/sword" }, "type": "icon" }, { "attributes": { "id": "sword-laser", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93b", "voted": false }, "id": "sword-laser", "links": { "self": "/api/icons/sword-laser" }, "type": "icon" }, { + "attributes": { "id": "sword-laser-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93c", "voted": false }, "id": "sword-laser-alt", "links": + { "self": "/api/icons/sword-laser-alt" }, "type": "icon" +}, { "attributes": { "id": "swords", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71d", "voted": false }, "id": "swords", "links": { "self": "/api/icons/swords" }, "type": "icon" }, { "attributes": { "id": "swords-laser", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93d", "voted": false }, "id": "swords-laser", "links": { "self": "/api/icons/swords-laser" }, "type": "icon" }, { "attributes": { "id": "symfony", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f83d", "voted": false }, "id": "symfony", "links": { "self": "/api/icons/symfony" }, "type": "icon" }, { "attributes": { "id": "synagogue", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f69b", "voted": false }, "id": "synagogue", "links": { "self": "/api/icons/synagogue" }, "type": "icon" }, { "attributes": { "id": "sync", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f021", "voted": false }, "id": "sync", "links": { "self": "/api/icons/sync" }, "type": "icon" }, { "attributes": { "id": "sync-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f1", "voted": false }, "id": "sync-alt", "links": { "self": "/api/icons/sync-alt" }, "type": "icon" }, { "attributes": { "id": "syringe", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48e", "voted": false }, "id": "syringe", "links": { "self": "/api/icons/syringe" }, "type": "icon" }, { "attributes": { "id": "table", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ce", "voted": false }, "id": "table", "links": { "self": "/api/icons/table" }, "type": "icon" }, { "attributes": { "id": "table-tennis", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45d", "voted": false }, "id": "table-tennis", "links": { "self": "/api/icons/table-tennis" }, "type": "icon" }, { "attributes": { "id": "tablet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f10a", "voted": false }, "id": "tablet", "links": { "self": "/api/icons/tablet" }, "type": "icon" }, { "attributes": { "id": "tablet-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3fa", "voted": false }, "id": "tablet-alt", "links": { "self": "/api/icons/tablet-alt" }, "type": "icon" }, { "attributes": { "id": "tablet-android", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3fb", "voted": false }, "id": "tablet-android", "links": { "self": "/api/icons/tablet-android" }, "type": "icon" }, { "attributes": { "id": "tablet-android-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3fc", "voted": false }, "id": "tablet-android-alt", "links": { "self": "/api/icons/tablet-android-alt" }, "type": "icon" }, { "attributes": { "id": "tablet-rugged", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f48f", "voted": false }, "id": "tablet-rugged", "links": { "self": "/api/icons/tablet-rugged" }, "type": "icon" }, { "attributes": { "id": "tablets", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f490", "voted": false }, "id": "tablets", "links": { "self": "/api/icons/tablets" }, "type": "icon" }, { "attributes": { "id": "tachometer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e4", "voted": false }, "id": "tachometer", "links": { "self": "/api/icons/tachometer" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3fd", "voted": false }, "id": "tachometer-alt", "links": { "self": "/api/icons/tachometer-alt" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt-average", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f624", "voted": false }, "id": "tachometer-alt-average", "links": { "self": "/api/icons/tachometer-alt-average" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt-fast", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f625", "voted": false }, "id": "tachometer-alt-fast", "links": { "self": "/api/icons/tachometer-alt-fast" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt-fastest", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f626", "voted": false }, "id": "tachometer-alt-fastest", "links": { "self": "/api/icons/tachometer-alt-fastest" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt-slow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f627", "voted": false }, "id": "tachometer-alt-slow", "links": { "self": "/api/icons/tachometer-alt-slow" }, "type": "icon" }, { "attributes": { "id": "tachometer-alt-slowest", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f628", "voted": false }, "id": "tachometer-alt-slowest", "links": { "self": "/api/icons/tachometer-alt-slowest" }, "type": "icon" }, { "attributes": { "id": "tachometer-average", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f629", "voted": false }, "id": "tachometer-average", "links": { "self": "/api/icons/tachometer-average" }, "type": "icon" }, { "attributes": { "id": "tachometer-fast", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f62a", "voted": false }, "id": "tachometer-fast", "links": { "self": "/api/icons/tachometer-fast" }, "type": "icon" }, { "attributes": { "id": "tachometer-fastest", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f62b", "voted": false }, "id": "tachometer-fastest", "links": { "self": "/api/icons/tachometer-fastest" }, "type": "icon" }, { "attributes": { "id": "tachometer-slow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f62c", "voted": false }, "id": "tachometer-slow", "links": { "self": "/api/icons/tachometer-slow" }, "type": "icon" }, { "attributes": { "id": "tachometer-slowest", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f62d", "voted": false }, "id": "tachometer-slowest", "links": { "self": "/api/icons/tachometer-slowest" }, "type": "icon" }, { "attributes": { "id": "taco", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f826", "voted": false }, "id": "taco", "links": { "self": "/api/icons/taco" }, "type": "icon" }, { "attributes": { "id": "tag", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02b", "voted": false }, "id": "tag", "links": { "self": "/api/icons/tag" }, "type": "icon" }, { "attributes": { "id": "tags", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f02c", "voted": false }, "id": "tags", "links": { "self": "/api/icons/tags" }, "type": "icon" }, { "attributes": { "id": "tally", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f69c", "voted": false }, "id": "tally", "links": { "self": "/api/icons/tally" }, "type": "icon" }, { "attributes": { "id": "tanakh", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f827", "voted": false }, "id": "tanakh", "links": { "self": "/api/icons/tanakh" }, "type": "icon" }, { "attributes": { "id": "tape", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4db", "voted": false }, "id": "tape", "links": { "self": "/api/icons/tape" }, "type": "icon" }, { "attributes": { "id": "tasks", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ae", "voted": false }, "id": "tasks", "links": { "self": "/api/icons/tasks" }, "type": "icon" }, { "attributes": { "id": "tasks-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f828", "voted": false }, "id": "tasks-alt", "links": { "self": "/api/icons/tasks-alt" }, "type": "icon" }, { "attributes": { "id": "taxi", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1ba", "voted": false }, "id": "taxi", "links": { "self": "/api/icons/taxi" }, "type": "icon" }, { "attributes": { "id": "teamspeak", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f4f9", "voted": true }, "id": "teamspeak", "links": { "self": "/api/icons/teamspeak" }, "type": "icon" }, { "attributes": { "id": "teeth", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f62e", "voted": false }, "id": "teeth", "links": { "self": "/api/icons/teeth" }, "type": "icon" }, { + "attributes": { + "id": "teeth-open", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", + "duotone"], "unicode": "f62f", "voted": false + }, "id": "teeth-open", "links": { "self": "/api/icons/teeth-open" }, "type": "icon" +}, { "attributes": { "id": "telegram", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2c6", "voted": false }, "id": "telegram", "links": { "self": "/api/icons/telegram" }, "type": "icon" }, { "attributes": { "id": "telegram-plane", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3fe", "voted": false }, "id": "telegram-plane", "links": { "self": "/api/icons/telegram-plane" }, "type": "icon" }, { "attributes": { "id": "telescope", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93e", "voted": false }, "id": "telescope", "links": { "self": "/api/icons/telescope" }, "type": "icon" }, { "attributes": { "id": "temperature-down", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f93f", "voted": false }, "id": "temperature-down", "links": { "self": "/api/icons/temperature-down" }, "type": "icon" }, { "attributes": { "id": "temperature-frigid", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f768", "voted": false }, "id": "temperature-frigid", "links": { "self": "/api/icons/temperature-frigid" }, "type": "icon" }, { "attributes": { "id": "temperature-high", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f769", "voted": false }, "id": "temperature-high", "links": { "self": "/api/icons/temperature-high" }, "type": "icon" }, { "attributes": { "id": "temperature-hot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76a", "voted": false }, "id": "temperature-hot", "links": { "self": "/api/icons/temperature-hot" }, "type": "icon" }, { "attributes": { "id": "temperature-low", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76b", "voted": false }, "id": "temperature-low", "links": { "self": "/api/icons/temperature-low" }, "type": "icon" }, { "attributes": { "id": "temperature-up", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f940", "voted": false }, "id": "temperature-up", "links": { "self": "/api/icons/temperature-up" }, "type": "icon" }, { "attributes": { "id": "tencent-weibo", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d5", "voted": false }, "id": "tencent-weibo", "links": { "self": "/api/icons/tencent-weibo" }, "type": "icon" }, { "attributes": { "id": "tenge", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d7", "voted": true }, "id": "tenge", "links": { "self": "/api/icons/tenge" }, "type": "icon" }, { "attributes": { "id": "tennis-ball", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45e", "voted": false }, "id": "tennis-ball", "links": { "self": "/api/icons/tennis-ball" }, "type": "icon" }, { "attributes": { "id": "terminal", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f120", "voted": false }, "id": "terminal", "links": { "self": "/api/icons/terminal" }, "type": "icon" }, { "attributes": { "id": "text", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f893", "voted": false }, "id": "text", "links": { "self": "/api/icons/text" }, "type": "icon" }, { "attributes": { "id": "text-height", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f034", "voted": false }, "id": "text-height", "links": { "self": "/api/icons/text-height" }, "type": "icon" }, { "attributes": { "id": "text-size", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f894", "voted": false }, "id": "text-size", "links": { "self": "/api/icons/text-size" }, "type": "icon" }, { "attributes": { "id": "text-width", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f035", "voted": false }, "id": "text-width", "links": { "self": "/api/icons/text-width" }, "type": "icon" }, { "attributes": { "id": "th", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f00a", "voted": false }, "id": "th", "links": { "self": "/api/icons/th" }, "type": "icon" }, { "attributes": { "id": "th-large", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f009", "voted": false }, "id": "th-large", "links": { "self": "/api/icons/th-large" }, "type": "icon" }, { "attributes": { "id": "th-list", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f00b", "voted": false }, "id": "th-list", "links": { "self": "/api/icons/th-list" }, "type": "icon" }, { "attributes": { "id": "the-red-yeti", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f69d", "voted": false }, "id": "the-red-yeti", "links": { "self": "/api/icons/the-red-yeti" }, "type": "icon" }, { "attributes": { "id": "theater-masks", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f630", "voted": false }, "id": "theater-masks", "links": { "self": "/api/icons/theater-masks" }, "type": "icon" }, { "attributes": { "id": "themeco", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5c6", "voted": false }, "id": "themeco", "links": { "self": "/api/icons/themeco" }, "type": "icon" }, { "attributes": { "id": "themeisle", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b2", "voted": false }, "id": "themeisle", "links": { "self": "/api/icons/themeisle" }, "type": "icon" }, { "attributes": { "id": "thermometer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f491", "voted": false }, "id": "thermometer", "links": { "self": "/api/icons/thermometer" }, "type": "icon" }, { "attributes": { "id": "thermometer-empty", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2cb", "voted": false }, "id": "thermometer-empty", "links": { "self": "/api/icons/thermometer-empty" }, "type": "icon" }, { "attributes": { "id": "thermometer-full", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2c7", "voted": false }, "id": "thermometer-full", "links": { "self": "/api/icons/thermometer-full" }, "type": "icon" }, { "attributes": { "id": "thermometer-half", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2c9", "voted": false }, "id": "thermometer-half", "links": { "self": "/api/icons/thermometer-half" }, "type": "icon" }, { "attributes": { "id": "thermometer-quarter", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ca", "voted": false }, "id": "thermometer-quarter", "links": { "self": "/api/icons/thermometer-quarter" }, "type": "icon" }, { "attributes": { "id": "thermometer-three-quarters", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2c8", "voted": false }, "id": "thermometer-three-quarters", "links": { "self": "/api/icons/thermometer-three-quarters" }, "type": "icon" }, { "attributes": { "id": "theta", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f69e", "voted": false }, "id": "theta", "links": { "self": "/api/icons/theta" }, "type": "icon" }, { "attributes": { "id": "think-peaks", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f731", "voted": false }, "id": "think-peaks", "links": { "self": "/api/icons/think-peaks" }, "type": "icon" }, { "attributes": { "id": "thumbs-down", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f165", "voted": false }, "id": "thumbs-down", "links": { "self": "/api/icons/thumbs-down" }, "type": "icon" }, { "attributes": { "id": "thumbs-up", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f164", "voted": false }, "id": "thumbs-up", "links": { "self": "/api/icons/thumbs-up" }, "type": "icon" }, { "attributes": { "id": "thumbtack", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f08d", "voted": false }, "id": "thumbtack", "links": { "self": "/api/icons/thumbtack" }, "type": "icon" }, { "attributes": { "id": "thunderstorm", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76c", "voted": false }, "id": "thunderstorm", "links": { "self": "/api/icons/thunderstorm" }, "type": "icon" }, { "attributes": { "id": "thunderstorm-moon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76d", "voted": false }, "id": "thunderstorm-moon", "links": { "self": "/api/icons/thunderstorm-moon" }, "type": "icon" }, { "attributes": { "id": "thunderstorm-sun", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76e", "voted": false }, "id": "thunderstorm-sun", "links": { "self": "/api/icons/thunderstorm-sun" }, "type": "icon" }, { + "attributes": { + "id": "ticket", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], + "unicode": "f145", "voted": false + }, "id": "ticket", "links": { "self": "/api/icons/ticket" }, "type": "icon" +}, { "attributes": { "id": "ticket-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f3ff", "voted": false }, "id": "ticket-alt", "links": { "self": "/api/icons/ticket-alt" }, "type": "icon" }, { "attributes": { "id": "tilde", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f69f", "voted": false }, "id": "tilde", "links": { "self": "/api/icons/tilde" }, "type": "icon" }, { "attributes": { "id": "times", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f00d", "voted": false }, "id": "times", "links": { "self": "/api/icons/times" }, "type": "icon" }, { "attributes": { "id": "times-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f057", "voted": false }, "id": "times-circle", "links": { "self": "/api/icons/times-circle" }, "type": "icon" }, { "attributes": { "id": "times-hexagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ee", "voted": false }, "id": "times-hexagon", "links": { "self": "/api/icons/times-hexagon" }, "type": "icon" }, { "attributes": { "id": "times-octagon", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2f0", "voted": false }, "id": "times-octagon", "links": { "self": "/api/icons/times-octagon" }, "type": "icon" }, { "attributes": { "id": "times-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2d3", "voted": false }, "id": "times-square", "links": { "self": "/api/icons/times-square" }, "type": "icon" }, { "attributes": { "id": "tint", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f043", "voted": false }, "id": "tint", "links": { "self": "/api/icons/tint" }, "type": "icon" }, { "attributes": { "id": "tint-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c7", "voted": false }, "id": "tint-slash", "links": { "self": "/api/icons/tint-slash" }, "type": "icon" }, { "attributes": { "id": "tire", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f631", "voted": false }, "id": "tire", "links": { "self": "/api/icons/tire" }, "type": "icon" }, { "attributes": { "id": "tire-flat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f632", "voted": false }, "id": "tire-flat", "links": { "self": "/api/icons/tire-flat" }, "type": "icon" }, { "attributes": { "id": "tire-pressure-warning", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f633", "voted": false }, "id": "tire-pressure-warning", "links": { "self": "/api/icons/tire-pressure-warning" }, "type": "icon" }, { "attributes": { "id": "tire-rugged", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f634", "voted": false }, "id": "tire-rugged", "links": { "self": "/api/icons/tire-rugged" }, "type": "icon" }, { "attributes": { "id": "tired", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c8", "voted": false }, "id": "tired", "links": { "self": "/api/icons/tired" }, "type": "icon" }, { "attributes": { "id": "toggle-off", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f204", "voted": false }, "id": "toggle-off", "links": { "self": "/api/icons/toggle-off" }, "type": "icon" }, { "attributes": { "id": "toggle-on", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f205", "voted": false }, "id": "toggle-on", "links": { "self": "/api/icons/toggle-on" }, "type": "icon" }, { "attributes": { "id": "toilet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d8", "voted": true }, "id": "toilet", "links": { "self": "/api/icons/toilet" }, "type": "icon" }, { "attributes": { "id": "toilet-paper", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71e", "voted": false }, "id": "toilet-paper", "links": { "self": "/api/icons/toilet-paper" }, "type": "icon" }, { "attributes": { "id": "toilet-paper-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f71f", "voted": false }, "id": "toilet-paper-alt", "links": { "self": "/api/icons/toilet-paper-alt" }, "type": "icon" }, { "attributes": { "id": "toilet-paper-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f972", "voted": false }, "id": "toilet-paper-slash", "links": { "self": "/api/icons/toilet-paper-slash" }, "type": "icon" }, { "attributes": { "id": "tombstone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f720", "voted": false }, "id": "tombstone", "links": { "self": "/api/icons/tombstone" }, "type": "icon" }, { "attributes": { "id": "tombstone-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f721", "voted": false }, "id": "tombstone-alt", "links": { "self": "/api/icons/tombstone-alt" }, "type": "icon" }, { "attributes": { "id": "toolbox", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f552", "voted": true }, "id": "toolbox", "links": { "self": "/api/icons/toolbox" }, "type": "icon" }, { "attributes": { "id": "tools", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7d9", "voted": true }, "id": "tools", "links": { "self": "/api/icons/tools" }, "type": "icon" }, { "attributes": { "id": "tooth", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5c9", "voted": true }, "id": "tooth", "links": { "self": "/api/icons/tooth" }, "type": "icon" }, { "attributes": { "id": "toothbrush", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f635", "voted": false }, "id": "toothbrush", "links": { "self": "/api/icons/toothbrush" }, "type": "icon" }, { "attributes": { "id": "torah", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a0", "voted": false }, "id": "torah", "links": { "self": "/api/icons/torah" }, "type": "icon" }, { "attributes": { "id": "torii-gate", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a1", "voted": false }, "id": "torii-gate", "links": { "self": "/api/icons/torii-gate" }, "type": "icon" }, { "attributes": { "id": "tornado", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f76f", "voted": false }, "id": "tornado", "links": { "self": "/api/icons/tornado" }, "type": "icon" }, { "attributes": { "id": "tractor", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f722", "voted": false }, "id": "tractor", "links": { "self": "/api/icons/tractor" }, "type": "icon" }, { "attributes": { "id": "trade-federation", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f513", "voted": false }, "id": "trade-federation", "links": { "self": "/api/icons/trade-federation" }, "type": "icon" }, { "attributes": { "id": "trademark", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f25c", "voted": false }, "id": "trademark", "links": { "self": "/api/icons/trademark" }, "type": "icon" }, { "attributes": { "id": "traffic-cone", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f636", "voted": false }, "id": "traffic-cone", "links": { "self": "/api/icons/traffic-cone" }, "type": "icon" }, { "attributes": { "id": "traffic-light", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f637", "voted": false }, "id": "traffic-light", "links": { "self": "/api/icons/traffic-light" }, "type": "icon" }, { "attributes": { "id": "traffic-light-go", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f638", "voted": false }, "id": "traffic-light-go", "links": { "self": "/api/icons/traffic-light-go" }, "type": "icon" }, { "attributes": { "id": "traffic-light-slow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f639", "voted": false }, "id": "traffic-light-slow", "links": { "self": "/api/icons/traffic-light-slow" }, "type": "icon" }, { "attributes": { "id": "traffic-light-stop", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f63a", "voted": false }, "id": "traffic-light-stop", "links": { "self": "/api/icons/traffic-light-stop" }, "type": "icon" }, { "attributes": { "id": "trailer", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f941", "voted": true }, "id": "trailer", "links": { "self": "/api/icons/trailer" }, "type": "icon" }, { + "attributes": { + "id": "train", "membership": { + "free": ["solid"], + "pro": ["solid", "regular", "light", "duotone"] + }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f238", "voted": false + }, "id": "train", "links": { "self": "/api/icons/train" }, "type": "icon" +}, { "attributes": { "id": "tram", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7da", "voted": false }, "id": "tram", "links": { "self": "/api/icons/tram" }, "type": "icon" }, { "attributes": { "id": "transgender", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f224", "voted": false }, "id": "transgender", "links": { "self": "/api/icons/transgender" }, "type": "icon" }, { "attributes": { "id": "transgender-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f225", "voted": false }, "id": "transgender-alt", "links": { "self": "/api/icons/transgender-alt" }, "type": "icon" }, { "attributes": { "id": "transporter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f942", "voted": false }, "id": "transporter", "links": { "self": "/api/icons/transporter" }, "type": "icon" }, { "attributes": { "id": "transporter-1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f943", "voted": false }, "id": "transporter-1", "links": { "self": "/api/icons/transporter-1" }, "type": "icon" }, { "attributes": { "id": "transporter-2", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f944", "voted": false }, "id": "transporter-2", "links": { "self": "/api/icons/transporter-2" }, "type": "icon" }, { "attributes": { "id": "transporter-3", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f945", "voted": false }, "id": "transporter-3", "links": { "self": "/api/icons/transporter-3" }, "type": "icon" }, { "attributes": { "id": "transporter-empty", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f946", "voted": false }, "id": "transporter-empty", "links": { "self": "/api/icons/transporter-empty" }, "type": "icon" }, { "attributes": { "id": "trash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1f8", "voted": false }, "id": "trash", "links": { "self": "/api/icons/trash" }, "type": "icon" }, { "attributes": { "id": "trash-alt", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ed", "voted": false }, "id": "trash-alt", "links": { "self": "/api/icons/trash-alt" }, "type": "icon" }, { "attributes": { "id": "trash-restore", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f829", "voted": true }, "id": "trash-restore", "links": { "self": "/api/icons/trash-restore" }, "type": "icon" }, { "attributes": { "id": "trash-restore-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82a", "voted": true }, "id": "trash-restore-alt", "links": { "self": "/api/icons/trash-restore-alt" }, "type": "icon" }, { "attributes": { "id": "trash-undo", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f895", "voted": true }, "id": "trash-undo", "links": { "self": "/api/icons/trash-undo" }, "type": "icon" }, { "attributes": { "id": "trash-undo-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f896", "voted": false }, "id": "trash-undo-alt", "links": { "self": "/api/icons/trash-undo-alt" }, "type": "icon" }, { "attributes": { "id": "treasure-chest", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f723", "voted": false }, "id": "treasure-chest", "links": { "self": "/api/icons/treasure-chest" }, "type": "icon" }, { "attributes": { "id": "tree", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1bb", "voted": false }, "id": "tree", "links": { "self": "/api/icons/tree" }, "type": "icon" }, { "attributes": { "id": "tree-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f400", "voted": false }, "id": "tree-alt", "links": { "self": "/api/icons/tree-alt" }, "type": "icon" }, { "attributes": { "id": "tree-christmas", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7db", "voted": false }, "id": "tree-christmas", "links": { "self": "/api/icons/tree-christmas" }, "type": "icon" }, { "attributes": { "id": "tree-decorated", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7dc", "voted": false }, "id": "tree-decorated", "links": { "self": "/api/icons/tree-decorated" }, "type": "icon" }, { "attributes": { "id": "tree-large", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7dd", "voted": false }, "id": "tree-large", "links": { "self": "/api/icons/tree-large" }, "type": "icon" }, { "attributes": { "id": "tree-palm", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82b", "voted": false }, "id": "tree-palm", "links": { "self": "/api/icons/tree-palm" }, "type": "icon" }, { "attributes": { "id": "trees", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f724", "voted": false }, "id": "trees", "links": { "self": "/api/icons/trees" }, "type": "icon" }, { "attributes": { "id": "trello", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f181", "voted": false }, "id": "trello", "links": { "self": "/api/icons/trello" }, "type": "icon" }, { "attributes": { "id": "triangle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ec", "voted": false }, "id": "triangle", "links": { "self": "/api/icons/triangle" }, "type": "icon" }, { "attributes": { "id": "triangle-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e2", "voted": false }, "id": "triangle-music", "links": { "self": "/api/icons/triangle-music" }, "type": "icon" }, { "attributes": { "id": "tripadvisor", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f262", "voted": false }, "id": "tripadvisor", "links": { "self": "/api/icons/tripadvisor" }, "type": "icon" }, { "attributes": { "id": "trophy", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f091", "voted": false }, "id": "trophy", "links": { "self": "/api/icons/trophy" }, "type": "icon" }, { "attributes": { "id": "trophy-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2eb", "voted": false }, "id": "trophy-alt", "links": { "self": "/api/icons/trophy-alt" }, "type": "icon" }, { "attributes": { "id": "truck", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0d1", "voted": false }, "id": "truck", "links": { "self": "/api/icons/truck" }, "type": "icon" }, { "attributes": { "id": "truck-container", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4dc", "voted": false }, "id": "truck-container", "links": { "self": "/api/icons/truck-container" }, "type": "icon" }, { "attributes": { "id": "truck-couch", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4dd", "voted": false }, "id": "truck-couch", "links": { "self": "/api/icons/truck-couch" }, "type": "icon" }, { "attributes": { "id": "truck-loading", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4de", "voted": false }, "id": "truck-loading", "links": { "self": "/api/icons/truck-loading" }, "type": "icon" }, { "attributes": { "id": "truck-monster", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f63b", "voted": false }, "id": "truck-monster", "links": { "self": "/api/icons/truck-monster" }, "type": "icon" }, { "attributes": { "id": "truck-moving", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4df", "voted": false }, "id": "truck-moving", "links": { "self": "/api/icons/truck-moving" }, "type": "icon" }, { "attributes": { "id": "truck-pickup", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f63c", "voted": false }, "id": "truck-pickup", "links": { "self": "/api/icons/truck-pickup" }, "type": "icon" }, { "attributes": { "id": "truck-plow", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7de", "voted": false }, "id": "truck-plow", "links": { "self": "/api/icons/truck-plow" }, "type": "icon" }, { "attributes": { "id": "truck-ramp", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4e0", "voted": false }, "id": "truck-ramp", "links": { "self": "/api/icons/truck-ramp" }, "type": "icon" }, { "attributes": { "id": "trumpet", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e3", "voted": false }, "id": "trumpet", "links": { "self": "/api/icons/trumpet" }, "type": "icon" }, { + "attributes": { + "id": "tshirt", + "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f553", "voted": true + }, "id": "tshirt", "links": { "self": "/api/icons/tshirt" }, "type": "icon" +}, { "attributes": { "id": "tty", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1e4", "voted": false }, "id": "tty", "links": { "self": "/api/icons/tty" }, "type": "icon" }, { "attributes": { "id": "tumblr", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f173", "voted": false }, "id": "tumblr", "links": { "self": "/api/icons/tumblr" }, "type": "icon" }, { "attributes": { "id": "tumblr-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f174", "voted": false }, "id": "tumblr-square", "links": { "self": "/api/icons/tumblr-square" }, "type": "icon" }, { "attributes": { "id": "turkey", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f725", "voted": false }, "id": "turkey", "links": { "self": "/api/icons/turkey" }, "type": "icon" }, { "attributes": { "id": "turntable", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e4", "voted": false }, "id": "turntable", "links": { "self": "/api/icons/turntable" }, "type": "icon" }, { "attributes": { "id": "turtle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f726", "voted": true }, "id": "turtle", "links": { "self": "/api/icons/turtle" }, "type": "icon" }, { "attributes": { "id": "tv", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f26c", "voted": false }, "id": "tv", "links": { "self": "/api/icons/tv" }, "type": "icon" }, { "attributes": { "id": "tv-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e5", "voted": false }, "id": "tv-alt", "links": { "self": "/api/icons/tv-alt" }, "type": "icon" }, { "attributes": { "id": "tv-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e6", "voted": false }, "id": "tv-music", "links": { "self": "/api/icons/tv-music" }, "type": "icon" }, { "attributes": { "id": "tv-retro", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f401", "voted": true }, "id": "tv-retro", "links": { "self": "/api/icons/tv-retro" }, "type": "icon" }, { "attributes": { "id": "twitch", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1e8", "voted": false }, "id": "twitch", "links": { "self": "/api/icons/twitch" }, "type": "icon" }, { "attributes": { "id": "twitter", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f099", "voted": false }, "id": "twitter", "links": { "self": "/api/icons/twitter" }, "type": "icon" }, { "attributes": { "id": "twitter-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f081", "voted": false }, "id": "twitter-square", "links": { "self": "/api/icons/twitter-square" }, "type": "icon" }, { "attributes": { "id": "typewriter", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e7", "voted": false }, "id": "typewriter", "links": { "self": "/api/icons/typewriter" }, "type": "icon" }, { "attributes": { "id": "typo3", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f42b", "voted": false }, "id": "typo3", "links": { "self": "/api/icons/typo3" }, "type": "icon" }, { "attributes": { "id": "uber", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f402", "voted": false }, "id": "uber", "links": { "self": "/api/icons/uber" }, "type": "icon" }, { "attributes": { "id": "ubuntu", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7df", "voted": true }, "id": "ubuntu", "links": { "self": "/api/icons/ubuntu" }, "type": "icon" }, { "attributes": { "id": "ufo", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f947", "voted": false }, "id": "ufo", "links": { "self": "/api/icons/ufo" }, "type": "icon" }, { "attributes": { "id": "ufo-beam", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f948", "voted": false }, "id": "ufo-beam", "links": { "self": "/api/icons/ufo-beam" }, "type": "icon" }, { "attributes": { "id": "uikit", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f403", "voted": false }, "id": "uikit", "links": { "self": "/api/icons/uikit" }, "type": "icon" }, { "attributes": { "id": "umbraco", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f8e8", "voted": false }, "id": "umbraco", "links": { "self": "/api/icons/umbraco" }, "type": "icon" }, { "attributes": { "id": "umbrella", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e9", "voted": false }, "id": "umbrella", "links": { "self": "/api/icons/umbrella" }, "type": "icon" }, { "attributes": { "id": "umbrella-beach", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ca", "voted": false }, "id": "umbrella-beach", "links": { "self": "/api/icons/umbrella-beach" }, "type": "icon" }, { "attributes": { "id": "underline", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0cd", "voted": false }, "id": "underline", "links": { "self": "/api/icons/underline" }, "type": "icon" }, { "attributes": { "id": "undo", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0e2", "voted": false }, "id": "undo", "links": { "self": "/api/icons/undo" }, "type": "icon" }, { "attributes": { "id": "undo-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2ea", "voted": false }, "id": "undo-alt", "links": { "self": "/api/icons/undo-alt" }, "type": "icon" }, { "attributes": { "id": "unicorn", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f727", "voted": true }, "id": "unicorn", "links": { "self": "/api/icons/unicorn" }, "type": "icon" }, { "attributes": { "id": "union", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a2", "voted": false }, "id": "union", "links": { "self": "/api/icons/union" }, "type": "icon" }, { "attributes": { "id": "uniregistry", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f404", "voted": false }, "id": "uniregistry", "links": { "self": "/api/icons/uniregistry" }, "type": "icon" }, { "attributes": { "id": "unity", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f949", "voted": true }, "id": "unity", "links": { "self": "/api/icons/unity" }, "type": "icon" }, { "attributes": { "id": "universal-access", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f29a", "voted": false }, "id": "universal-access", "links": { "self": "/api/icons/universal-access" }, "type": "icon" }, { "attributes": { "id": "university", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f19c", "voted": false }, "id": "university", "links": { "self": "/api/icons/university" }, "type": "icon" }, { "attributes": { "id": "unlink", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f127", "voted": false }, "id": "unlink", "links": { "self": "/api/icons/unlink" }, "type": "icon" }, { "attributes": { "id": "unlock", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f09c", "voted": false }, "id": "unlock", "links": { "self": "/api/icons/unlock" }, "type": "icon" }, { "attributes": { "id": "unlock-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f13e", "voted": false }, "id": "unlock-alt", "links": { "self": "/api/icons/unlock-alt" }, "type": "icon" }, { "attributes": { "id": "untappd", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f405", "voted": false }, "id": "untappd", "links": { "self": "/api/icons/untappd" }, "type": "icon" }, { "attributes": { "id": "upload", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f093", "voted": false }, "id": "upload", "links": { "self": "/api/icons/upload" }, "type": "icon" }, { "attributes": { "id": "ups", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7e0", "voted": false }, "id": "ups", "links": { "self": "/api/icons/ups" }, "type": "icon" }, { "attributes": { "id": "usb", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f287", "voted": false }, "id": "usb", "links": { "self": "/api/icons/usb" }, "type": "icon" }, { "attributes": { "id": "usb-drive", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8e9", "voted": false }, "id": "usb-drive", "links": { "self": "/api/icons/usb-drive" }, "type": "icon" }, { "attributes": { "id": "usd-circle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e8", "voted": false }, "id": "usd-circle", "links": { "self": "/api/icons/usd-circle" }, "type": "icon" }, { "attributes": { "id": "usd-square", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e9", "voted": false }, "id": "usd-square", "links": { "self": "/api/icons/usd-square" }, "type": "icon" }, +{ "attributes": { "id": "user", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f007", "voted": false }, "id": "user", "links": { "self": "/api/icons/user" }, "type": "icon" }, { "attributes": { "id": "user-alien", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94a", "voted": false }, "id": "user-alien", "links": { "self": "/api/icons/user-alien" }, "type": "icon" }, { "attributes": { "id": "user-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f406", "voted": false }, "id": "user-alt", "links": { "self": "/api/icons/user-alt" }, "type": "icon" }, { "attributes": { "id": "user-alt-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4fa", "voted": false }, "id": "user-alt-slash", "links": { "self": "/api/icons/user-alt-slash" }, "type": "icon" }, { "attributes": { "id": "user-astronaut", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4fb", "voted": false }, "id": "user-astronaut", "links": { "self": "/api/icons/user-astronaut" }, "type": "icon" }, { "attributes": { "id": "user-chart", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a3", "voted": false }, "id": "user-chart", "links": { "self": "/api/icons/user-chart" }, "type": "icon" }, { "attributes": { "id": "user-check", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4fc", "voted": false }, "id": "user-check", "links": { "self": "/api/icons/user-check" }, "type": "icon" }, { "attributes": { "id": "user-circle", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2bd", "voted": false }, "id": "user-circle", "links": { "self": "/api/icons/user-circle" }, "type": "icon" }, { "attributes": { "id": "user-clock", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4fd", "voted": false }, "id": "user-clock", "links": { "self": "/api/icons/user-clock" }, "type": "icon" }, { "attributes": { "id": "user-cog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4fe", "voted": false }, "id": "user-cog", "links": { "self": "/api/icons/user-cog" }, "type": "icon" }, { "attributes": { "id": "user-cowboy", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8ea", "voted": false }, "id": "user-cowboy", "links": { "self": "/api/icons/user-cowboy" }, "type": "icon" }, { "attributes": { "id": "user-crown", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a4", "voted": false }, "id": "user-crown", "links": { "self": "/api/icons/user-crown" }, "type": "icon" }, { "attributes": { "id": "user-edit", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4ff", "voted": false }, "id": "user-edit", "links": { "self": "/api/icons/user-edit" }, "type": "icon" }, { "attributes": { "id": "user-friends", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f500", "voted": false }, "id": "user-friends", "links": { "self": "/api/icons/user-friends" }, "type": "icon" }, { "attributes": { "id": "user-graduate", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f501", "voted": false }, "id": "user-graduate", "links": { "self": "/api/icons/user-graduate" }, "type": "icon" }, { "attributes": { "id": "user-hard-hat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82c", "voted": false }, "id": "user-hard-hat", "links": { "self": "/api/icons/user-hard-hat" }, "type": "icon" }, { "attributes": { "id": "user-headset", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82d", "voted": true }, "id": "user-headset", "links": { "self": "/api/icons/user-headset" }, "type": "icon" }, { "attributes": { "id": "user-injured", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f728", "voted": false }, "id": "user-injured", "links": { "self": "/api/icons/user-injured" }, "type": "icon" }, { "attributes": { "id": "user-lock", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f502", "voted": false }, "id": "user-lock", "links": { "self": "/api/icons/user-lock" }, "type": "icon" }, { "attributes": { "id": "user-md", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0f0", "voted": false }, "id": "user-md", "links": { "self": "/api/icons/user-md" }, "type": "icon" }, { "attributes": { "id": "user-md-chat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82e", "voted": false }, "id": "user-md-chat", "links": { "self": "/api/icons/user-md-chat" }, "type": "icon" }, { "attributes": { "id": "user-minus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f503", "voted": false }, "id": "user-minus", "links": { "self": "/api/icons/user-minus" }, "type": "icon" }, { "attributes": { "id": "user-music", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8eb", "voted": false }, "id": "user-music", "links": { "self": "/api/icons/user-music" }, "type": "icon" }, { "attributes": { "id": "user-ninja", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f504", "voted": false }, "id": "user-ninja", "links": { "self": "/api/icons/user-ninja" }, "type": "icon" }, { "attributes": { "id": "user-nurse", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f82f", "voted": false }, "id": "user-nurse", "links": { "self": "/api/icons/user-nurse" }, "type": "icon" }, { "attributes": { "id": "user-plus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f234", "voted": false }, "id": "user-plus", "links": { "self": "/api/icons/user-plus" }, "type": "icon" }, { "attributes": { "id": "user-robot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94b", "voted": false }, "id": "user-robot", "links": { "self": "/api/icons/user-robot" }, "type": "icon" }, { "attributes": { "id": "user-secret", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f21b", "voted": false }, "id": "user-secret", "links": { "self": "/api/icons/user-secret" }, "type": "icon" }, { "attributes": { "id": "user-shield", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f505", "voted": false }, "id": "user-shield", "links": { "self": "/api/icons/user-shield" }, "type": "icon" }, { "attributes": { "id": "user-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f506", "voted": false }, "id": "user-slash", "links": { "self": "/api/icons/user-slash" }, "type": "icon" }, { "attributes": { "id": "user-tag", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f507", "voted": false }, "id": "user-tag", "links": { "self": "/api/icons/user-tag" }, "type": "icon" }, { "attributes": { "id": "user-tie", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f508", "voted": false }, "id": "user-tie", "links": { "self": "/api/icons/user-tie" }, "type": "icon" }, { "attributes": { "id": "user-times", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f235", "voted": false }, "id": "user-times", "links": { "self": "/api/icons/user-times" }, "type": "icon" }, { "attributes": { "id": "user-unlock", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f958", "voted": false }, "id": "user-unlock", "links": { "self": "/api/icons/user-unlock" }, "type": "icon" }, { "attributes": { "id": "user-visor", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94c", "voted": false }, "id": "user-visor", "links": { "self": "/api/icons/user-visor" }, "type": "icon" }, { "attributes": { "id": "users", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0c0", "voted": false }, "id": "users", "links": { "self": "/api/icons/users" }, "type": "icon" }, { "attributes": { "id": "users-class", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f63d", "voted": false }, "id": "users-class", "links": { "self": "/api/icons/users-class" }, "type": "icon" }, { "attributes": { "id": "users-cog", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f509", "voted": false }, "id": "users-cog", "links": { "self": "/api/icons/users-cog" }, "type": "icon" }, { + "attributes": { + "id": "users-crown", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] } + , "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a5", "voted": false + }, "id": "users-crown", "links": { "self": "/api/icons/users-crown" }, "type": "icon" +}, { "attributes": { "id": "users-medical", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f830", "voted": false }, "id": "users-medical", "links": { "self": "/api/icons/users-medical" }, "type": "icon" }, { "attributes": { "id": "users-slash", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f973", "voted": false }, "id": "users-slash", "links": { "self": "/api/icons/users-slash" }, "type": "icon" }, { "attributes": { "id": "usps", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7e1", "voted": false }, "id": "usps", "links": { "self": "/api/icons/usps" }, "type": "icon" }, { "attributes": { "id": "ussunnah", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f407", "voted": false }, "id": "ussunnah", "links": { "self": "/api/icons/ussunnah" }, "type": "icon" }, { "attributes": { "id": "utensil-fork", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e3", "voted": false }, "id": "utensil-fork", "links": { "self": "/api/icons/utensil-fork" }, "type": "icon" }, { "attributes": { "id": "utensil-knife", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e4", "voted": false }, "id": "utensil-knife", "links": { "self": "/api/icons/utensil-knife" }, "type": "icon" }, { "attributes": { "id": "utensil-spoon", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e5", "voted": false }, "id": "utensil-spoon", "links": { "self": "/api/icons/utensil-spoon" }, "type": "icon" }, { "attributes": { "id": "utensils", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e7", "voted": false }, "id": "utensils", "links": { "self": "/api/icons/utensils" }, "type": "icon" }, { "attributes": { "id": "utensils-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e6", "voted": false }, "id": "utensils-alt", "links": { "self": "/api/icons/utensils-alt" }, "type": "icon" }, { "attributes": { "id": "vaadin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f408", "voted": false }, "id": "vaadin", "links": { "self": "/api/icons/vaadin" }, "type": "icon" }, { "attributes": { "id": "vacuum", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94d", "voted": false }, "id": "vacuum", "links": { "self": "/api/icons/vacuum" }, "type": "icon" }, { "attributes": { "id": "vacuum-robot", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94e", "voted": false }, "id": "vacuum-robot", "links": { "self": "/api/icons/vacuum-robot" }, "type": "icon" }, { "attributes": { "id": "value-absolute", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a6", "voted": false }, "id": "value-absolute", "links": { "self": "/api/icons/value-absolute" }, "type": "icon" }, { "attributes": { "id": "vector-square", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5cb", "voted": false }, "id": "vector-square", "links": { "self": "/api/icons/vector-square" }, "type": "icon" }, { "attributes": { "id": "venus", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f221", "voted": false }, "id": "venus", "links": { "self": "/api/icons/venus" }, "type": "icon" }, { "attributes": { "id": "venus-double", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f226", "voted": false }, "id": "venus-double", "links": { "self": "/api/icons/venus-double" }, "type": "icon" }, { "attributes": { "id": "venus-mars", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f228", "voted": false }, "id": "venus-mars", "links": { "self": "/api/icons/venus-mars" }, "type": "icon" }, { "attributes": { "id": "vhs", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ec", "voted": false }, "id": "vhs", "links": { "self": "/api/icons/vhs" }, "type": "icon" }, { "attributes": { "id": "viacoin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f237", "voted": false }, "id": "viacoin", "links": { "self": "/api/icons/viacoin" }, "type": "icon" }, { "attributes": { "id": "viadeo", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2a9", "voted": false }, "id": "viadeo", "links": { "self": "/api/icons/viadeo" }, "type": "icon" }, { "attributes": { "id": "viadeo-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2aa", "voted": false }, "id": "viadeo-square", "links": { "self": "/api/icons/viadeo-square" }, "type": "icon" }, { "attributes": { "id": "vial", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f492", "voted": false }, "id": "vial", "links": { "self": "/api/icons/vial" }, "type": "icon" }, { "attributes": { "id": "vials", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f493", "voted": false }, "id": "vials", "links": { "self": "/api/icons/vials" }, "type": "icon" }, { "attributes": { "id": "viber", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f409", "voted": false }, "id": "viber", "links": { "self": "/api/icons/viber" }, "type": "icon" }, { "attributes": { "id": "video", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f03d", "voted": false }, "id": "video", "links": { "self": "/api/icons/video" }, "type": "icon" }, { "attributes": { "id": "video-plus", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4e1", "voted": false }, "id": "video-plus", "links": { "self": "/api/icons/video-plus" }, "type": "icon" }, { "attributes": { "id": "video-slash", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4e2", "voted": false }, "id": "video-slash", "links": { "self": "/api/icons/video-slash" }, "type": "icon" }, { "attributes": { "id": "vihara", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a7", "voted": false }, "id": "vihara", "links": { "self": "/api/icons/vihara" }, "type": "icon" }, { "attributes": { "id": "vimeo", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f40a", "voted": false }, "id": "vimeo", "links": { "self": "/api/icons/vimeo" }, "type": "icon" }, { "attributes": { "id": "vimeo-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f194", "voted": false }, "id": "vimeo-square", "links": { "self": "/api/icons/vimeo-square" }, "type": "icon" }, { "attributes": { "id": "vimeo-v", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f27d", "voted": false }, "id": "vimeo-v", "links": { "self": "/api/icons/vimeo-v" }, "type": "icon" }, { "attributes": { "id": "vine", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1ca", "voted": false }, "id": "vine", "links": { "self": "/api/icons/vine" }, "type": "icon" }, { "attributes": { "id": "violin", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ed", "voted": false }, "id": "violin", "links": { "self": "/api/icons/violin" }, "type": "icon" }, { "attributes": { "id": "virus", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f974", "voted": false }, "id": "virus", "links": { "self": "/api/icons/virus" }, "type": "icon" }, { "attributes": { "id": "virus-slash", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f975", "voted": false }, "id": "virus-slash", "links": { "self": "/api/icons/virus-slash" }, "type": "icon" }, { "attributes": { "id": "viruses", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f976", "voted": false }, "id": "viruses", "links": { "self": "/api/icons/viruses" }, "type": "icon" }, { "attributes": { "id": "vk", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f189", "voted": false }, "id": "vk", "links": { "self": "/api/icons/vk" }, "type": "icon" }, { "attributes": { "id": "vnv", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f40b", "voted": false }, "id": "vnv", "links": { "self": "/api/icons/vnv" }, "type": "icon" }, { "attributes": { "id": "voicemail", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f897", "voted": true }, "id": "voicemail", "links": { "self": "/api/icons/voicemail" }, "type": "icon" }, { "attributes": { "id": "volcano", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f770", "voted": false }, "id": "volcano", "links": { "self": "/api/icons/volcano" }, "type": "icon" }, { "attributes": { "id": "volleyball-ball", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f45f", "voted": false }, "id": "volleyball-ball", "links": { "self": "/api/icons/volleyball-ball" }, "type": "icon" }, { + "attributes": { + "id": "volume", "membership": { + "free": [], "pro": ["solid", "regular", "light" + , "duotone"] + }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a8", "voted": false + }, "id": "volume", "links": { "self": "/api/icons/volume" }, "type": "icon" +}, { "attributes": { "id": "volume-down", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f027", "voted": false }, "id": "volume-down", "links": { "self": "/api/icons/volume-down" }, "type": "icon" }, { "attributes": { "id": "volume-mute", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6a9", "voted": true }, "id": "volume-mute", "links": { "self": "/api/icons/volume-mute" }, "type": "icon" }, { "attributes": { "id": "volume-off", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f026", "voted": false }, "id": "volume-off", "links": { "self": "/api/icons/volume-off" }, "type": "icon" }, { "attributes": { "id": "volume-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e2", "voted": false }, "id": "volume-slash", "links": { "self": "/api/icons/volume-slash" }, "type": "icon" }, { "attributes": { "id": "volume-up", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f028", "voted": false }, "id": "volume-up", "links": { "self": "/api/icons/volume-up" }, "type": "icon" }, { "attributes": { "id": "vote-nay", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f771", "voted": false }, "id": "vote-nay", "links": { "self": "/api/icons/vote-nay" }, "type": "icon" }, { "attributes": { "id": "vote-yea", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f772", "voted": false }, "id": "vote-yea", "links": { "self": "/api/icons/vote-yea" }, "type": "icon" }, { "attributes": { "id": "vr-cardboard", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f729", "voted": true }, "id": "vr-cardboard", "links": { "self": "/api/icons/vr-cardboard" }, "type": "icon" }, { "attributes": { "id": "vuejs", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f41f", "voted": false }, "id": "vuejs", "links": { "self": "/api/icons/vuejs" }, "type": "icon" }, { "attributes": { "id": "wagon-covered", "membership": { "free": [], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f8ee", "voted": false }, "id": "wagon-covered", "links": { "self": "/api/icons/wagon-covered" }, "type": "icon" }, { "attributes": { "id": "walker", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f831", "voted": false }, "id": "walker", "links": { "self": "/api/icons/walker" }, "type": "icon" }, { "attributes": { "id": "walkie-talkie", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8ef", "voted": false }, "id": "walkie-talkie", "links": { "self": "/api/icons/walkie-talkie" }, "type": "icon" }, { "attributes": { "id": "walking", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f554", "voted": true }, "id": "walking", "links": { "self": "/api/icons/walking" }, "type": "icon" }, { "attributes": { "id": "wallet", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f555", "voted": true }, "id": "wallet", "links": { "self": "/api/icons/wallet" }, "type": "icon" }, { "attributes": { "id": "wand", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72a", "voted": false }, "id": "wand", "links": { "self": "/api/icons/wand" }, "type": "icon" }, { "attributes": { "id": "wand-magic", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72b", "voted": false }, "id": "wand-magic", "links": { "self": "/api/icons/wand-magic" }, "type": "icon" }, { "attributes": { "id": "warehouse", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f494", "voted": false }, "id": "warehouse", "links": { "self": "/api/icons/warehouse" }, "type": "icon" }, { "attributes": { "id": "warehouse-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f495", "voted": false }, "id": "warehouse-alt", "links": { "self": "/api/icons/warehouse-alt" }, "type": "icon" }, { "attributes": { "id": "washer", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f898", "voted": true }, "id": "washer", "links": { "self": "/api/icons/washer" }, "type": "icon" }, { "attributes": { "id": "watch", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2e1", "voted": false }, "id": "watch", "links": { "self": "/api/icons/watch" }, "type": "icon" }, { "attributes": { "id": "watch-calculator", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f0", "voted": false }, "id": "watch-calculator", "links": { "self": "/api/icons/watch-calculator" }, "type": "icon" }, { "attributes": { "id": "watch-fitness", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f63e", "voted": false }, "id": "watch-fitness", "links": { "self": "/api/icons/watch-fitness" }, "type": "icon" }, { "attributes": { "id": "water", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f773", "voted": false }, "id": "water", "links": { "self": "/api/icons/water" }, "type": "icon" }, { "attributes": { "id": "water-lower", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f774", "voted": false }, "id": "water-lower", "links": { "self": "/api/icons/water-lower" }, "type": "icon" }, { "attributes": { "id": "water-rise", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f775", "voted": false }, "id": "water-rise", "links": { "self": "/api/icons/water-rise" }, "type": "icon" }, { "attributes": { "id": "wave-sine", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f899", "voted": false }, "id": "wave-sine", "links": { "self": "/api/icons/wave-sine" }, "type": "icon" }, { "attributes": { "id": "wave-square", "membership": { "free": ["solid"], "pro": ["light", "regular", "solid", "duotone"] }, "styles": ["light", "regular", "solid", "duotone"], "unicode": "f83e", "voted": false }, "id": "wave-square", "links": { "self": "/api/icons/wave-square" }, "type": "icon" }, { "attributes": { "id": "wave-triangle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f89a", "voted": false }, "id": "wave-triangle", "links": { "self": "/api/icons/wave-triangle" }, "type": "icon" }, { "attributes": { "id": "waveform", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f1", "voted": false }, "id": "waveform", "links": { "self": "/api/icons/waveform" }, "type": "icon" }, { "attributes": { "id": "waveform-path", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f8f2", "voted": false }, "id": "waveform-path", "links": { "self": "/api/icons/waveform-path" }, "type": "icon" }, { "attributes": { "id": "waze", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f83f", "voted": false }, "id": "waze", "links": { "self": "/api/icons/waze" }, "type": "icon" }, { "attributes": { "id": "webcam", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f832", "voted": true }, "id": "webcam", "links": { "self": "/api/icons/webcam" }, "type": "icon" }, { "attributes": { "id": "webcam-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f833", "voted": true }, "id": "webcam-slash", "links": { "self": "/api/icons/webcam-slash" }, "type": "icon" }, { "attributes": { "id": "weebly", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5cc", "voted": true }, "id": "weebly", "links": { "self": "/api/icons/weebly" }, "type": "icon" }, { "attributes": { "id": "weibo", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f18a", "voted": false }, "id": "weibo", "links": { "self": "/api/icons/weibo" }, "type": "icon" }, { "attributes": { "id": "weight", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f496", "voted": false }, "id": "weight", "links": { "self": "/api/icons/weight" }, "type": "icon" }, { "attributes": { "id": "weight-hanging", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5cd", "voted": false }, "id": "weight-hanging", "links": { "self": "/api/icons/weight-hanging" }, "type": "icon" }, { "attributes": { "id": "weixin", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1d7", "voted": false }, "id": "weixin", "links": { "self": "/api/icons/weixin" }, "type": "icon" }, { "attributes": { "id": "whale", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72c", "voted": false }, "id": "whale", "links": { "self": "/api/icons/whale" }, "type": "icon" }, { + "attributes": { "id": "whatsapp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f232", "voted": false }, "id": "whatsapp", + "links": { "self": "/api/icons/whatsapp" }, "type": "icon" +}, { "attributes": { "id": "whatsapp-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f40c", "voted": false }, "id": "whatsapp-square", "links": { "self": "/api/icons/whatsapp-square" }, "type": "icon" }, { "attributes": { "id": "wheat", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72d", "voted": false }, "id": "wheat", "links": { "self": "/api/icons/wheat" }, "type": "icon" }, { "attributes": { "id": "wheelchair", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f193", "voted": false }, "id": "wheelchair", "links": { "self": "/api/icons/wheelchair" }, "type": "icon" }, { "attributes": { "id": "whistle", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f460", "voted": false }, "id": "whistle", "links": { "self": "/api/icons/whistle" }, "type": "icon" }, { "attributes": { "id": "whmcs", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f40d", "voted": false }, "id": "whmcs", "links": { "self": "/api/icons/whmcs" }, "type": "icon" }, { "attributes": { "id": "wifi", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f1eb", "voted": false }, "id": "wifi", "links": { "self": "/api/icons/wifi" }, "type": "icon" }, { "attributes": { "id": "wifi-1", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6aa", "voted": true }, "id": "wifi-1", "links": { "self": "/api/icons/wifi-1" }, "type": "icon" }, { "attributes": { "id": "wifi-2", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ab", "voted": true }, "id": "wifi-2", "links": { "self": "/api/icons/wifi-2" }, "type": "icon" }, { "attributes": { "id": "wifi-slash", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ac", "voted": true }, "id": "wifi-slash", "links": { "self": "/api/icons/wifi-slash" }, "type": "icon" }, { "attributes": { "id": "wikipedia-w", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f266", "voted": false }, "id": "wikipedia-w", "links": { "self": "/api/icons/wikipedia-w" }, "type": "icon" }, { "attributes": { "id": "wind", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72e", "voted": false }, "id": "wind", "links": { "self": "/api/icons/wind" }, "type": "icon" }, { "attributes": { "id": "wind-turbine", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f89b", "voted": true }, "id": "wind-turbine", "links": { "self": "/api/icons/wind-turbine" }, "type": "icon" }, { "attributes": { "id": "wind-warning", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f776", "voted": false }, "id": "wind-warning", "links": { "self": "/api/icons/wind-warning" }, "type": "icon" }, { "attributes": { "id": "window", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f40e", "voted": false }, "id": "window", "links": { "self": "/api/icons/window" }, "type": "icon" }, { "attributes": { "id": "window-alt", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f40f", "voted": false }, "id": "window-alt", "links": { "self": "/api/icons/window-alt" }, "type": "icon" }, { "attributes": { "id": "window-close", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f410", "voted": false }, "id": "window-close", "links": { "self": "/api/icons/window-close" }, "type": "icon" }, { "attributes": { "id": "window-frame", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f94f", "voted": false }, "id": "window-frame", "links": { "self": "/api/icons/window-frame" }, "type": "icon" }, { "attributes": { "id": "window-frame-open", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f950", "voted": false }, "id": "window-frame-open", "links": { "self": "/api/icons/window-frame-open" }, "type": "icon" }, { "attributes": { "id": "window-maximize", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2d0", "voted": false }, "id": "window-maximize", "links": { "self": "/api/icons/window-maximize" }, "type": "icon" }, { "attributes": { "id": "window-minimize", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2d1", "voted": false }, "id": "window-minimize", "links": { "self": "/api/icons/window-minimize" }, "type": "icon" }, { "attributes": { "id": "window-restore", "membership": { "free": ["solid", "regular"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f2d2", "voted": false }, "id": "window-restore", "links": { "self": "/api/icons/window-restore" }, "type": "icon" }, { "attributes": { "id": "windows", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f17a", "voted": false }, "id": "windows", "links": { "self": "/api/icons/windows" }, "type": "icon" }, { "attributes": { "id": "windsock", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f777", "voted": false }, "id": "windsock", "links": { "self": "/api/icons/windsock" }, "type": "icon" }, { "attributes": { "id": "wine-bottle", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f72f", "voted": false }, "id": "wine-bottle", "links": { "self": "/api/icons/wine-bottle" }, "type": "icon" }, { "attributes": { "id": "wine-glass", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f4e3", "voted": false }, "id": "wine-glass", "links": { "self": "/api/icons/wine-glass" }, "type": "icon" }, { "attributes": { "id": "wine-glass-alt", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f5ce", "voted": false }, "id": "wine-glass-alt", "links": { "self": "/api/icons/wine-glass-alt" }, "type": "icon" }, { "attributes": { "id": "wix", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f5cf", "voted": true }, "id": "wix", "links": { "self": "/api/icons/wix" }, "type": "icon" }, { "attributes": { "id": "wizards-of-the-coast", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f730", "voted": false }, "id": "wizards-of-the-coast", "links": { "self": "/api/icons/wizards-of-the-coast" }, "type": "icon" }, { "attributes": { "id": "wolf-pack-battalion", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f514", "voted": false }, "id": "wolf-pack-battalion", "links": { "self": "/api/icons/wolf-pack-battalion" }, "type": "icon" }, { "attributes": { "id": "won-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f159", "voted": false }, "id": "won-sign", "links": { "self": "/api/icons/won-sign" }, "type": "icon" }, { "attributes": { "id": "wordpress", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f19a", "voted": false }, "id": "wordpress", "links": { "self": "/api/icons/wordpress" }, "type": "icon" }, { "attributes": { "id": "wordpress-simple", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f411", "voted": false }, "id": "wordpress-simple", "links": { "self": "/api/icons/wordpress-simple" }, "type": "icon" }, { "attributes": { "id": "wpbeginner", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f297", "voted": false }, "id": "wpbeginner", "links": { "self": "/api/icons/wpbeginner" }, "type": "icon" }, { "attributes": { "id": "wpexplorer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2de", "voted": false }, "id": "wpexplorer", "links": { "self": "/api/icons/wpexplorer" }, "type": "icon" }, { "attributes": { "id": "wpforms", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f298", "voted": false }, "id": "wpforms", "links": { "self": "/api/icons/wpforms" }, "type": "icon" }, { "attributes": { "id": "wpressr", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f3e4", "voted": false }, "id": "wpressr", "links": { "self": "/api/icons/wpressr" }, "type": "icon" }, { "attributes": { "id": "wreath", "membership": { "free": [], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f7e2", "voted": false }, "id": "wreath", "links": { "self": "/api/icons/wreath" }, "type": "icon" }, { "attributes": { "id": "wrench", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f0ad", "voted": false }, "id": "wrench", "links": { "self": "/api/icons/wrench" }, "type": "icon" }, { "attributes": { "id": "x-ray", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f497", "voted": false }, "id": "x-ray", "links": { "self": "/api/icons/x-ray" }, "type": "icon" }, { "attributes": { "id": "xbox", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f412", "voted": false }, "id": "xbox", "links": { "self": "/api/icons/xbox" }, "type": "icon" }, { "attributes": { "id": "xing", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f168", "voted": false }, "id": "xing", "links": { "self": "/api/icons/xing" }, "type": "icon" }, { + "attributes": { + "id": "xing-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], + "unicode": "f169", "voted": false + }, "id": "xing-square", "links": { "self": "/api/icons/xing-square" }, "type": "icon" +}, { "attributes": { "id": "y-combinator", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f23b", "voted": false }, "id": "y-combinator", "links": { "self": "/api/icons/y-combinator" }, "type": "icon" }, { "attributes": { "id": "yahoo", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f19e", "voted": false }, "id": "yahoo", "links": { "self": "/api/icons/yahoo" }, "type": "icon" }, { "attributes": { "id": "yammer", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f840", "voted": false }, "id": "yammer", "links": { "self": "/api/icons/yammer" }, "type": "icon" }, { "attributes": { "id": "yandex", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f413", "voted": false }, "id": "yandex", "links": { "self": "/api/icons/yandex" }, "type": "icon" }, { "attributes": { "id": "yandex-international", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f414", "voted": false }, "id": "yandex-international", "links": { "self": "/api/icons/yandex-international" }, "type": "icon" }, { "attributes": { "id": "yarn", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f7e3", "voted": true }, "id": "yarn", "links": { "self": "/api/icons/yarn" }, "type": "icon" }, { "attributes": { "id": "yelp", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f1e9", "voted": false }, "id": "yelp", "links": { "self": "/api/icons/yelp" }, "type": "icon" }, { "attributes": { "id": "yen-sign", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f157", "voted": false }, "id": "yen-sign", "links": { "self": "/api/icons/yen-sign" }, "type": "icon" }, { "attributes": { "id": "yin-yang", "membership": { "free": ["solid"], "pro": ["solid", "regular", "light", "duotone"] }, "styles": ["solid", "regular", "light", "duotone"], "unicode": "f6ad", "voted": false }, "id": "yin-yang", "links": { "self": "/api/icons/yin-yang" }, "type": "icon" }, { "attributes": { "id": "yoast", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f2b1", "voted": false }, "id": "yoast", "links": { "self": "/api/icons/yoast" }, "type": "icon" }, { "attributes": { "id": "youtube", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f167", "voted": false }, "id": "youtube", "links": { "self": "/api/icons/youtube" }, "type": "icon" }, { "attributes": { "id": "youtube-square", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f431", "voted": false }, "id": "youtube-square", "links": { "self": "/api/icons/youtube-square" }, "type": "icon" }, { "attributes": { "id": "zhihu", "membership": { "free": ["brands"], "pro": ["brands"] }, "styles": ["brands"], "unicode": "f63f", "voted": true }, "id": "zhihu", "links": { "self": "/api/icons/zhihu" }, "type": "icon" }]; + +export { icons }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/icons/data-material.js b/Vue/Admin/src/router/views/icons/data-material.js new file mode 100644 index 00000000..7b2f34c6 --- /dev/null +++ b/Vue/Admin/src/router/views/icons/data-material.js @@ -0,0 +1,5 @@ +const icons = [{name:"ab-testing",hex:"F01C9",version:"4.0.96"},{name:"abjad-arabic",hex:"F1328",version:"4.9.95"},{name:"abjad-hebrew",hex:"F1329",version:"4.9.95"},{name:"abugida-devanagari",hex:"F132A",version:"4.9.95"},{name:"abugida-thai",hex:"F132B",version:"4.9.95"},{name:"access-point",hex:"F0003",version:"1.5.54"},{name:"access-point-check",hex:"F1538",version:"5.4.55"},{name:"access-point-minus",hex:"F1539",version:"5.4.55"},{name:"access-point-network",hex:"F0002",version:"1.5.54"},{name:"access-point-network-off",hex:"F0BE1",version:"3.2.89"},{name:"access-point-off",hex:"F1511",version:"5.4.55"},{name:"access-point-plus",hex:"F153A",version:"5.4.55"},{name:"access-point-remove",hex:"F153B",version:"5.4.55"},{name:"account",hex:"F0004",version:"1.5.54"},{name:"account-alert",hex:"F0005",version:"1.5.54"},{name:"account-alert-outline",hex:"F0B50",version:"3.0.39"},{name:"account-arrow-left",hex:"F0B51",version:"3.0.39"},{name:"account-arrow-left-outline",hex:"F0B52",version:"3.0.39"},{name:"account-arrow-right",hex:"F0B53",version:"3.0.39"},{name:"account-arrow-right-outline",hex:"F0B54",version:"3.0.39"},{name:"account-box",hex:"F0006",version:"1.5.54"},{name:"account-box-multiple",hex:"F0934",version:"2.4.85"},{name:"account-box-multiple-outline",hex:"F100A",version:"4.1.95"},{name:"account-box-outline",hex:"F0007",version:"1.5.54"},{name:"account-cancel",hex:"F12DF",version:"4.8.95"},{name:"account-cancel-outline",hex:"F12E0",version:"4.8.95"},{name:"account-cash",hex:"F1097",version:"4.2.95"},{name:"account-cash-outline",hex:"F1098",version:"4.2.95"},{name:"account-check",hex:"F0008",version:"1.5.54"},{name:"account-check-outline",hex:"F0BE2",version:"3.2.89"},{name:"account-child",hex:"F0A89",version:"2.7.94"},{name:"account-child-circle",hex:"F0A8A",version:"2.7.94"},{name:"account-child-outline",hex:"F10C8",version:"4.3.95"},{name:"account-circle",hex:"F0009",version:"1.5.54"},{name:"account-circle-outline",hex:"F0B55",version:"3.0.39"},{name:"account-clock",hex:"F0B56",version:"3.0.39"},{name:"account-clock-outline",hex:"F0B57",version:"3.0.39"},{name:"account-cog",hex:"F1370",version:"4.9.95"},{name:"account-cog-outline",hex:"F1371",version:"4.9.95"},{name:"account-convert",hex:"F000A",version:"1.5.54"},{name:"account-convert-outline",hex:"F1301",version:"4.8.95"},{name:"account-cowboy-hat",hex:"F0E9B",version:"3.7.94"},{name:"account-details",hex:"F0631",version:"1.6.50"},{name:"account-details-outline",hex:"F1372",version:"4.9.95"},{name:"account-edit",hex:"F06BC",version:"1.8.36"},{name:"account-edit-outline",hex:"F0FFB",version:"4.0.96"},{name:"account-group",hex:"F0849",version:"2.1.99"},{name:"account-group-outline",hex:"F0B58",version:"3.0.39"},{name:"account-hard-hat",hex:"F05B5",version:"1.5.54"},{name:"account-heart",hex:"F0899",version:"2.2.43"},{name:"account-heart-outline",hex:"F0BE3",version:"3.2.89"},{name:"account-key",hex:"F000B",version:"1.5.54"},{name:"account-key-outline",hex:"F0BE4",version:"3.2.89"},{name:"account-lock",hex:"F115E",version:"4.4.95"},{name:"account-lock-outline",hex:"F115F",version:"4.4.95"},{name:"account-minus",hex:"F000D",version:"1.5.54"},{name:"account-minus-outline",hex:"F0AEC",version:"2.8.94"},{name:"account-multiple",hex:"F000E",version:"1.5.54"},{name:"account-multiple-check",hex:"F08C5",version:"2.3.50"},{name:"account-multiple-check-outline",hex:"F11FE",version:"4.6.95"},{name:"account-multiple-minus",hex:"F05D3",version:"1.5.54"},{name:"account-multiple-minus-outline",hex:"F0BE5",version:"3.2.89"},{name:"account-multiple-outline",hex:"F000F",version:"1.5.54"},{name:"account-multiple-plus",hex:"F0010",version:"1.5.54"},{name:"account-multiple-plus-outline",hex:"F0800",version:"2.1.19"},{name:"account-multiple-remove",hex:"F120A",version:"4.6.95"},{name:"account-multiple-remove-outline",hex:"F120B",version:"4.6.95"},{name:"account-music",hex:"F0803",version:"2.1.19"},{name:"account-music-outline",hex:"F0CE9",version:"3.3.92"},{name:"account-network",hex:"F0011",version:"1.5.54"},{name:"account-network-outline",hex:"F0BE6",version:"3.2.89"},{name:"account-off",hex:"F0012",version:"1.5.54"},{name:"account-off-outline",hex:"F0BE7",version:"3.2.89"},{name:"account-outline",hex:"F0013",version:"1.5.54"},{name:"account-plus",hex:"F0014",version:"1.5.54"},{name:"account-plus-outline",hex:"F0801",version:"2.1.19"},{name:"account-question",hex:"F0B59",version:"3.0.39"},{name:"account-question-outline",hex:"F0B5A",version:"3.0.39"},{name:"account-reactivate",hex:"F152B",version:"5.4.55"},{name:"account-reactivate-outline",hex:"F152C",version:"5.4.55"},{name:"account-remove",hex:"F0015",version:"1.5.54"},{name:"account-remove-outline",hex:"F0AED",version:"2.8.94"},{name:"account-search",hex:"F0016",version:"1.5.54"},{name:"account-search-outline",hex:"F0935",version:"2.4.85"},{name:"account-settings",hex:"F0630",version:"1.6.50"},{name:"account-settings-outline",hex:"F10C9",version:"4.3.95"},{name:"account-star",hex:"F0017",version:"1.5.54"},{name:"account-star-outline",hex:"F0BE8",version:"3.2.89"},{name:"account-supervisor",hex:"F0A8B",version:"2.7.94"},{name:"account-supervisor-circle",hex:"F0A8C",version:"2.7.94"},{name:"account-supervisor-circle-outline",hex:"F14EC",version:"5.4.55"},{name:"account-supervisor-outline",hex:"F112D",version:"4.4.95"},{name:"account-switch",hex:"F0019",version:"1.5.54"},{name:"account-switch-outline",hex:"F04CB",version:"1.5.54"},{name:"account-tie",hex:"F0CE3",version:"3.3.92"},{name:"account-tie-outline",hex:"F10CA",version:"4.3.95"},{name:"account-tie-voice",hex:"F1308",version:"4.8.95"},{name:"account-tie-voice-off",hex:"F130A",version:"4.8.95"},{name:"account-tie-voice-off-outline",hex:"F130B",version:"4.8.95"},{name:"account-tie-voice-outline",hex:"F1309",version:"4.8.95"},{name:"account-voice",hex:"F05CB",version:"1.5.54"},{name:"adjust",hex:"F001A",version:"1.5.54"},{name:"adobe",hex:"F0936",version:"2.4.85"},{name:"adobe-acrobat",hex:"F0F9D",version:"4.0.96"},{name:"air-conditioner",hex:"F001B",version:"1.5.54"},{name:"air-filter",hex:"F0D43",version:"3.4.93"},{name:"air-horn",hex:"F0DAC",version:"3.5.94"},{name:"air-humidifier",hex:"F1099",version:"4.2.95"},{name:"air-humidifier-off",hex:"F1466",version:"5.2.45"},{name:"air-purifier",hex:"F0D44",version:"3.4.93"},{name:"airbag",hex:"F0BE9",version:"3.2.89"},{name:"airballoon",hex:"F001C",version:"1.5.54"},{name:"airballoon-outline",hex:"F100B",version:"4.1.95"},{name:"airplane",hex:"F001D",version:"1.5.54"},{name:"airplane-landing",hex:"F05D4",version:"1.5.54"},{name:"airplane-off",hex:"F001E",version:"1.5.54"},{name:"airplane-takeoff",hex:"F05D5",version:"1.5.54"},{name:"airport",hex:"F084B",version:"2.1.99"},{name:"alarm",hex:"F0020",version:"1.5.54"},{name:"alarm-bell",hex:"F078E",version:"2.0.46"},{name:"alarm-check",hex:"F0021",version:"1.5.54"},{name:"alarm-light",hex:"F078F",version:"2.0.46"},{name:"alarm-light-outline",hex:"F0BEA",version:"3.2.89"},{name:"alarm-multiple",hex:"F0022",version:"1.5.54"},{name:"alarm-note",hex:"F0E71",version:"3.7.94"},{name:"alarm-note-off",hex:"F0E72",version:"3.7.94"},{name:"alarm-off",hex:"F0023",version:"1.5.54"},{name:"alarm-panel",hex:"F15C4",version:"5.6.55"},{name:"alarm-panel-outline",hex:"F15C5",version:"5.6.55"},{name:"alarm-plus",hex:"F0024",version:"1.5.54"},{name:"alarm-snooze",hex:"F068E",version:"1.7.12"},{name:"album",hex:"F0025",version:"1.5.54"},{name:"alert",hex:"F0026",version:"1.5.54"},{name:"alert-box",hex:"F0027",version:"1.5.54"},{name:"alert-box-outline",hex:"F0CE4",version:"3.3.92"},{name:"alert-circle",hex:"F0028",version:"1.5.54"},{name:"alert-circle-check",hex:"F11ED",version:"4.5.95"},{name:"alert-circle-check-outline",hex:"F11EE",version:"4.5.95"},{name:"alert-circle-outline",hex:"F05D6",version:"1.5.54"},{name:"alert-decagram",hex:"F06BD",version:"1.8.36"},{name:"alert-decagram-outline",hex:"F0CE5",version:"3.3.92"},{name:"alert-minus",hex:"F14BB",version:"5.3.45"},{name:"alert-minus-outline",hex:"F14BE",version:"5.3.45"},{name:"alert-octagon",hex:"F0029",version:"1.5.54"},{name:"alert-octagon-outline",hex:"F0CE6",version:"3.3.92"},{name:"alert-octagram",hex:"F0767",version:"1.9.32"},{name:"alert-octagram-outline",hex:"F0CE7",version:"3.3.92"},{name:"alert-outline",hex:"F002A",version:"1.5.54"},{name:"alert-plus",hex:"F14BA",version:"5.3.45"},{name:"alert-plus-outline",hex:"F14BD",version:"5.3.45"},{name:"alert-remove",hex:"F14BC",version:"5.3.45"},{name:"alert-remove-outline",hex:"F14BF",version:"5.3.45"},{name:"alert-rhombus",hex:"F11CE",version:"4.5.95"},{name:"alert-rhombus-outline",hex:"F11CF",version:"4.5.95"},{name:"alien",hex:"F089A",version:"2.2.43"},{name:"alien-outline",hex:"F10CB",version:"4.3.95"},{name:"align-horizontal-center",hex:"F11C3",version:"4.5.95"},{name:"align-horizontal-left",hex:"F11C2",version:"4.5.95"},{name:"align-horizontal-right",hex:"F11C4",version:"4.5.95"},{name:"align-vertical-bottom",hex:"F11C5",version:"4.5.95"},{name:"align-vertical-center",hex:"F11C6",version:"4.5.95"},{name:"align-vertical-top",hex:"F11C7",version:"4.5.95"},{name:"all-inclusive",hex:"F06BE",version:"1.8.36"},{name:"allergy",hex:"F1258",version:"4.7.95"},{name:"alpha",hex:"F002B",version:"1.5.54"},{name:"alpha-a",hex:"F0AEE",version:"2.8.94"},{name:"alpha-a-box",hex:"F0B08",version:"2.8.94"},{name:"alpha-a-box-outline",hex:"F0BEB",version:"3.2.89"},{name:"alpha-a-circle",hex:"F0BEC",version:"3.2.89"},{name:"alpha-a-circle-outline",hex:"F0BED",version:"3.2.89"},{name:"alpha-b",hex:"F0AEF",version:"2.8.94"},{name:"alpha-b-box",hex:"F0B09",version:"2.8.94"},{name:"alpha-b-box-outline",hex:"F0BEE",version:"3.2.89"},{name:"alpha-b-circle",hex:"F0BEF",version:"3.2.89"},{name:"alpha-b-circle-outline",hex:"F0BF0",version:"3.2.89"},{name:"alpha-c",hex:"F0AF0",version:"2.8.94"},{name:"alpha-c-box",hex:"F0B0A",version:"2.8.94"},{name:"alpha-c-box-outline",hex:"F0BF1",version:"3.2.89"},{name:"alpha-c-circle",hex:"F0BF2",version:"3.2.89"},{name:"alpha-c-circle-outline",hex:"F0BF3",version:"3.2.89"},{name:"alpha-d",hex:"F0AF1",version:"2.8.94"},{name:"alpha-d-box",hex:"F0B0B",version:"2.8.94"},{name:"alpha-d-box-outline",hex:"F0BF4",version:"3.2.89"},{name:"alpha-d-circle",hex:"F0BF5",version:"3.2.89"},{name:"alpha-d-circle-outline",hex:"F0BF6",version:"3.2.89"},{name:"alpha-e",hex:"F0AF2",version:"2.8.94"},{name:"alpha-e-box",hex:"F0B0C",version:"2.8.94"},{name:"alpha-e-box-outline",hex:"F0BF7",version:"3.2.89"},{name:"alpha-e-circle",hex:"F0BF8",version:"3.2.89"},{name:"alpha-e-circle-outline",hex:"F0BF9",version:"3.2.89"},{name:"alpha-f",hex:"F0AF3",version:"2.8.94"},{name:"alpha-f-box",hex:"F0B0D",version:"2.8.94"},{name:"alpha-f-box-outline",hex:"F0BFA",version:"3.2.89"},{name:"alpha-f-circle",hex:"F0BFB",version:"3.2.89"},{name:"alpha-f-circle-outline",hex:"F0BFC",version:"3.2.89"},{name:"alpha-g",hex:"F0AF4",version:"2.8.94"},{name:"alpha-g-box",hex:"F0B0E",version:"2.8.94"},{name:"alpha-g-box-outline",hex:"F0BFD",version:"3.2.89"},{name:"alpha-g-circle",hex:"F0BFE",version:"3.2.89"},{name:"alpha-g-circle-outline",hex:"F0BFF",version:"3.2.89"},{name:"alpha-h",hex:"F0AF5",version:"2.8.94"},{name:"alpha-h-box",hex:"F0B0F",version:"2.8.94"},{name:"alpha-h-box-outline",hex:"F0C00",version:"3.2.89"},{name:"alpha-h-circle",hex:"F0C01",version:"3.2.89"},{name:"alpha-h-circle-outline",hex:"F0C02",version:"3.2.89"},{name:"alpha-i",hex:"F0AF6",version:"2.8.94"},{name:"alpha-i-box",hex:"F0B10",version:"2.8.94"},{name:"alpha-i-box-outline",hex:"F0C03",version:"3.2.89"},{name:"alpha-i-circle",hex:"F0C04",version:"3.2.89"},{name:"alpha-i-circle-outline",hex:"F0C05",version:"3.2.89"},{name:"alpha-j",hex:"F0AF7",version:"2.8.94"},{name:"alpha-j-box",hex:"F0B11",version:"2.8.94"},{name:"alpha-j-box-outline",hex:"F0C06",version:"3.2.89"},{name:"alpha-j-circle",hex:"F0C07",version:"3.2.89"},{name:"alpha-j-circle-outline",hex:"F0C08",version:"3.2.89"},{name:"alpha-k",hex:"F0AF8",version:"2.8.94"},{name:"alpha-k-box",hex:"F0B12",version:"2.8.94"},{name:"alpha-k-box-outline",hex:"F0C09",version:"3.2.89"},{name:"alpha-k-circle",hex:"F0C0A",version:"3.2.89"},{name:"alpha-k-circle-outline",hex:"F0C0B",version:"3.2.89"},{name:"alpha-l",hex:"F0AF9",version:"2.8.94"},{name:"alpha-l-box",hex:"F0B13",version:"2.8.94"},{name:"alpha-l-box-outline",hex:"F0C0C",version:"3.2.89"},{name:"alpha-l-circle",hex:"F0C0D",version:"3.2.89"},{name:"alpha-l-circle-outline",hex:"F0C0E",version:"3.2.89"},{name:"alpha-m",hex:"F0AFA",version:"2.8.94"},{name:"alpha-m-box",hex:"F0B14",version:"2.8.94"},{name:"alpha-m-box-outline",hex:"F0C0F",version:"3.2.89"},{name:"alpha-m-circle",hex:"F0C10",version:"3.2.89"},{name:"alpha-m-circle-outline",hex:"F0C11",version:"3.2.89"},{name:"alpha-n",hex:"F0AFB",version:"2.8.94"},{name:"alpha-n-box",hex:"F0B15",version:"2.8.94"},{name:"alpha-n-box-outline",hex:"F0C12",version:"3.2.89"},{name:"alpha-n-circle",hex:"F0C13",version:"3.2.89"},{name:"alpha-n-circle-outline",hex:"F0C14",version:"3.2.89"},{name:"alpha-o",hex:"F0AFC",version:"2.8.94"},{name:"alpha-o-box",hex:"F0B16",version:"2.8.94"},{name:"alpha-o-box-outline",hex:"F0C15",version:"3.2.89"},{name:"alpha-o-circle",hex:"F0C16",version:"3.2.89"},{name:"alpha-o-circle-outline",hex:"F0C17",version:"3.2.89"},{name:"alpha-p",hex:"F0AFD",version:"2.8.94"},{name:"alpha-p-box",hex:"F0B17",version:"2.8.94"},{name:"alpha-p-box-outline",hex:"F0C18",version:"3.2.89"},{name:"alpha-p-circle",hex:"F0C19",version:"3.2.89"},{name:"alpha-p-circle-outline",hex:"F0C1A",version:"3.2.89"},{name:"alpha-q",hex:"F0AFE",version:"2.8.94"},{name:"alpha-q-box",hex:"F0B18",version:"2.8.94"},{name:"alpha-q-box-outline",hex:"F0C1B",version:"3.2.89"},{name:"alpha-q-circle",hex:"F0C1C",version:"3.2.89"},{name:"alpha-q-circle-outline",hex:"F0C1D",version:"3.2.89"},{name:"alpha-r",hex:"F0AFF",version:"2.8.94"},{name:"alpha-r-box",hex:"F0B19",version:"2.8.94"},{name:"alpha-r-box-outline",hex:"F0C1E",version:"3.2.89"},{name:"alpha-r-circle",hex:"F0C1F",version:"3.2.89"},{name:"alpha-r-circle-outline",hex:"F0C20",version:"3.2.89"},{name:"alpha-s",hex:"F0B00",version:"2.8.94"},{name:"alpha-s-box",hex:"F0B1A",version:"2.8.94"},{name:"alpha-s-box-outline",hex:"F0C21",version:"3.2.89"},{name:"alpha-s-circle",hex:"F0C22",version:"3.2.89"},{name:"alpha-s-circle-outline",hex:"F0C23",version:"3.2.89"},{name:"alpha-t",hex:"F0B01",version:"2.8.94"},{name:"alpha-t-box",hex:"F0B1B",version:"2.8.94"},{name:"alpha-t-box-outline",hex:"F0C24",version:"3.2.89"},{name:"alpha-t-circle",hex:"F0C25",version:"3.2.89"},{name:"alpha-t-circle-outline",hex:"F0C26",version:"3.2.89"},{name:"alpha-u",hex:"F0B02",version:"2.8.94"},{name:"alpha-u-box",hex:"F0B1C",version:"2.8.94"},{name:"alpha-u-box-outline",hex:"F0C27",version:"3.2.89"},{name:"alpha-u-circle",hex:"F0C28",version:"3.2.89"},{name:"alpha-u-circle-outline",hex:"F0C29",version:"3.2.89"},{name:"alpha-v",hex:"F0B03",version:"2.8.94"},{name:"alpha-v-box",hex:"F0B1D",version:"2.8.94"},{name:"alpha-v-box-outline",hex:"F0C2A",version:"3.2.89"},{name:"alpha-v-circle",hex:"F0C2B",version:"3.2.89"},{name:"alpha-v-circle-outline",hex:"F0C2C",version:"3.2.89"},{name:"alpha-w",hex:"F0B04",version:"2.8.94"},{name:"alpha-w-box",hex:"F0B1E",version:"2.8.94"},{name:"alpha-w-box-outline",hex:"F0C2D",version:"3.2.89"},{name:"alpha-w-circle",hex:"F0C2E",version:"3.2.89"},{name:"alpha-w-circle-outline",hex:"F0C2F",version:"3.2.89"},{name:"alpha-x",hex:"F0B05",version:"2.8.94"},{name:"alpha-x-box",hex:"F0B1F",version:"2.8.94"},{name:"alpha-x-box-outline",hex:"F0C30",version:"3.2.89"},{name:"alpha-x-circle",hex:"F0C31",version:"3.2.89"},{name:"alpha-x-circle-outline",hex:"F0C32",version:"3.2.89"},{name:"alpha-y",hex:"F0B06",version:"2.8.94"},{name:"alpha-y-box",hex:"F0B20",version:"2.8.94"},{name:"alpha-y-box-outline",hex:"F0C33",version:"3.2.89"},{name:"alpha-y-circle",hex:"F0C34",version:"3.2.89"},{name:"alpha-y-circle-outline",hex:"F0C35",version:"3.2.89"},{name:"alpha-z",hex:"F0B07",version:"2.8.94"},{name:"alpha-z-box",hex:"F0B21",version:"2.8.94"},{name:"alpha-z-box-outline",hex:"F0C36",version:"3.2.89"},{name:"alpha-z-circle",hex:"F0C37",version:"3.2.89"},{name:"alpha-z-circle-outline",hex:"F0C38",version:"3.2.89"},{name:"alphabet-aurebesh",hex:"F132C",version:"4.9.95"},{name:"alphabet-cyrillic",hex:"F132D",version:"4.9.95"},{name:"alphabet-greek",hex:"F132E",version:"4.9.95"},{name:"alphabet-latin",hex:"F132F",version:"4.9.95"},{name:"alphabet-piqad",hex:"F1330",version:"4.9.95"},{name:"alphabet-tengwar",hex:"F1337",version:"4.9.95"},{name:"alphabetical",hex:"F002C",version:"1.5.54"},{name:"alphabetical-off",hex:"F100C",version:"4.1.95"},{name:"alphabetical-variant",hex:"F100D",version:"4.1.95"},{name:"alphabetical-variant-off",hex:"F100E",version:"4.1.95"},{name:"altimeter",hex:"F05D7",version:"1.5.54"},{name:"amazon",hex:"F002D",version:"1.5.54"},{name:"amazon-alexa",hex:"F08C6",version:"2.3.50"},{name:"ambulance",hex:"F002F",version:"1.5.54"},{name:"ammunition",hex:"F0CE8",version:"3.3.92"},{name:"ampersand",hex:"F0A8D",version:"2.7.94"},{name:"amplifier",hex:"F0030",version:"1.5.54"},{name:"amplifier-off",hex:"F11B5",version:"4.5.95"},{name:"anchor",hex:"F0031",version:"1.5.54"},{name:"android",hex:"F0032",version:"1.5.54"},{name:"android-auto",hex:"F0A8E",version:"2.7.94"},{name:"android-debug-bridge",hex:"F0033",version:"1.5.54"},{name:"android-messages",hex:"F0D45",version:"3.4.93"},{name:"android-studio",hex:"F0034",version:"1.5.54"},{name:"angle-acute",hex:"F0937",version:"2.4.85"},{name:"angle-obtuse",hex:"F0938",version:"2.4.85"},{name:"angle-right",hex:"F0939",version:"2.4.85"},{name:"angular",hex:"F06B2",version:"1.7.22"},{name:"angularjs",hex:"F06BF",version:"1.8.36"},{name:"animation",hex:"F05D8",version:"1.5.54"},{name:"animation-outline",hex:"F0A8F",version:"2.7.94"},{name:"animation-play",hex:"F093A",version:"2.4.85"},{name:"animation-play-outline",hex:"F0A90",version:"2.7.94"},{name:"ansible",hex:"F109A",version:"4.2.95"},{name:"antenna",hex:"F1119",version:"4.3.95"},{name:"anvil",hex:"F089B",version:"2.2.43"},{name:"apache-kafka",hex:"F100F",version:"4.1.95"},{name:"api",hex:"F109B",version:"4.2.95"},{name:"api-off",hex:"F1257",version:"4.6.95"},{name:"apple",hex:"F0035",version:"1.5.54"},{name:"apple-airplay",hex:"F001F",version:"1.5.54"},{name:"apple-finder",hex:"F0036",version:"1.5.54"},{name:"apple-icloud",hex:"F0038",version:"1.5.54"},{name:"apple-ios",hex:"F0037",version:"1.5.54"},{name:"apple-keyboard-caps",hex:"F0632",version:"1.6.50"},{name:"apple-keyboard-command",hex:"F0633",version:"1.6.50"},{name:"apple-keyboard-control",hex:"F0634",version:"1.6.50"},{name:"apple-keyboard-option",hex:"F0635",version:"1.6.50"},{name:"apple-keyboard-shift",hex:"F0636",version:"1.6.50"},{name:"apple-safari",hex:"F0039",version:"1.5.54"},{name:"application",hex:"F0614",version:"1.6.50"},{name:"application-cog",hex:"F1577",version:"5.5.55"},{name:"application-export",hex:"F0DAD",version:"3.5.94"},{name:"application-import",hex:"F0DAE",version:"3.5.94"},{name:"application-settings",hex:"F1555",version:"5.5.55"},{name:"approximately-equal",hex:"F0F9E",version:"4.0.96"},{name:"approximately-equal-box",hex:"F0F9F",version:"4.0.96"},{name:"apps",hex:"F003B",version:"1.5.54"},{name:"apps-box",hex:"F0D46",version:"3.4.93"},{name:"arch",hex:"F08C7",version:"2.3.50"},{name:"archive",hex:"F003C",version:"1.5.54"},{name:"archive-alert",hex:"F14FD",version:"5.4.55"},{name:"archive-alert-outline",hex:"F14FE",version:"5.4.55"},{name:"archive-arrow-down",hex:"F1259",version:"4.7.95"},{name:"archive-arrow-down-outline",hex:"F125A",version:"4.7.95"},{name:"archive-arrow-up",hex:"F125B",version:"4.7.95"},{name:"archive-arrow-up-outline",hex:"F125C",version:"4.7.95"},{name:"archive-outline",hex:"F120E",version:"4.6.95"},{name:"arm-flex",hex:"F0FD7",version:"4.2.95"},{name:"arm-flex-outline",hex:"F0FD6",version:"4.2.95"},{name:"arrange-bring-forward",hex:"F003D",version:"1.5.54"},{name:"arrange-bring-to-front",hex:"F003E",version:"1.5.54"},{name:"arrange-send-backward",hex:"F003F",version:"1.5.54"},{name:"arrange-send-to-back",hex:"F0040",version:"1.5.54"},{name:"arrow-all",hex:"F0041",version:"1.5.54"},{name:"arrow-bottom-left",hex:"F0042",version:"1.5.54"},{name:"arrow-bottom-left-bold-outline",hex:"F09B7",version:"2.5.94"},{name:"arrow-bottom-left-thick",hex:"F09B8",version:"2.5.94"},{name:"arrow-bottom-left-thin-circle-outline",hex:"F1596",version:"5.5.55"},{name:"arrow-bottom-right",hex:"F0043",version:"1.5.54"},{name:"arrow-bottom-right-bold-outline",hex:"F09B9",version:"2.5.94"},{name:"arrow-bottom-right-thick",hex:"F09BA",version:"2.5.94"},{name:"arrow-bottom-right-thin-circle-outline",hex:"F1595",version:"5.5.55"},{name:"arrow-collapse",hex:"F0615",version:"1.6.50"},{name:"arrow-collapse-all",hex:"F0044",version:"1.5.54"},{name:"arrow-collapse-down",hex:"F0792",version:"2.0.46"},{name:"arrow-collapse-horizontal",hex:"F084C",version:"2.1.99"},{name:"arrow-collapse-left",hex:"F0793",version:"2.0.46"},{name:"arrow-collapse-right",hex:"F0794",version:"2.0.46"},{name:"arrow-collapse-up",hex:"F0795",version:"2.0.46"},{name:"arrow-collapse-vertical",hex:"F084D",version:"2.1.99"},{name:"arrow-decision",hex:"F09BB",version:"2.5.94"},{name:"arrow-decision-auto",hex:"F09BC",version:"2.5.94"},{name:"arrow-decision-auto-outline",hex:"F09BD",version:"2.5.94"},{name:"arrow-decision-outline",hex:"F09BE",version:"2.5.94"},{name:"arrow-down",hex:"F0045",version:"1.5.54"},{name:"arrow-down-bold",hex:"F072E",version:"1.9.32"},{name:"arrow-down-bold-box",hex:"F072F",version:"1.9.32"},{name:"arrow-down-bold-box-outline",hex:"F0730",version:"1.9.32"},{name:"arrow-down-bold-circle",hex:"F0047",version:"1.5.54"},{name:"arrow-down-bold-circle-outline",hex:"F0048",version:"1.5.54"},{name:"arrow-down-bold-hexagon-outline",hex:"F0049",version:"1.5.54"},{name:"arrow-down-bold-outline",hex:"F09BF",version:"2.5.94"},{name:"arrow-down-box",hex:"F06C0",version:"1.8.36"},{name:"arrow-down-circle",hex:"F0CDB",version:"3.3.92"},{name:"arrow-down-circle-outline",hex:"F0CDC",version:"3.3.92"},{name:"arrow-down-drop-circle",hex:"F004A",version:"1.5.54"},{name:"arrow-down-drop-circle-outline",hex:"F004B",version:"1.5.54"},{name:"arrow-down-thick",hex:"F0046",version:"1.5.54"},{name:"arrow-down-thin-circle-outline",hex:"F1599",version:"5.5.55"},{name:"arrow-expand",hex:"F0616",version:"1.6.50"},{name:"arrow-expand-all",hex:"F004C",version:"1.5.54"},{name:"arrow-expand-down",hex:"F0796",version:"2.0.46"},{name:"arrow-expand-horizontal",hex:"F084E",version:"2.1.99"},{name:"arrow-expand-left",hex:"F0797",version:"2.0.46"},{name:"arrow-expand-right",hex:"F0798",version:"2.0.46"},{name:"arrow-expand-up",hex:"F0799",version:"2.0.46"},{name:"arrow-expand-vertical",hex:"F084F",version:"2.1.99"},{name:"arrow-horizontal-lock",hex:"F115B",version:"4.4.95"},{name:"arrow-left",hex:"F004D",version:"1.5.54"},{name:"arrow-left-bold",hex:"F0731",version:"1.9.32"},{name:"arrow-left-bold-box",hex:"F0732",version:"1.9.32"},{name:"arrow-left-bold-box-outline",hex:"F0733",version:"1.9.32"},{name:"arrow-left-bold-circle",hex:"F004F",version:"1.5.54"},{name:"arrow-left-bold-circle-outline",hex:"F0050",version:"1.5.54"},{name:"arrow-left-bold-hexagon-outline",hex:"F0051",version:"1.5.54"},{name:"arrow-left-bold-outline",hex:"F09C0",version:"2.5.94"},{name:"arrow-left-box",hex:"F06C1",version:"1.8.36"},{name:"arrow-left-circle",hex:"F0CDD",version:"3.3.92"},{name:"arrow-left-circle-outline",hex:"F0CDE",version:"3.3.92"},{name:"arrow-left-drop-circle",hex:"F0052",version:"1.5.54"},{name:"arrow-left-drop-circle-outline",hex:"F0053",version:"1.5.54"},{name:"arrow-left-right",hex:"F0E73",version:"3.7.94"},{name:"arrow-left-right-bold",hex:"F0E74",version:"3.7.94"},{name:"arrow-left-right-bold-outline",hex:"F09C1",version:"2.5.94"},{name:"arrow-left-thick",hex:"F004E",version:"1.5.54"},{name:"arrow-left-thin-circle-outline",hex:"F159A",version:"5.5.55"},{name:"arrow-right",hex:"F0054",version:"1.5.54"},{name:"arrow-right-bold",hex:"F0734",version:"1.9.32"},{name:"arrow-right-bold-box",hex:"F0735",version:"1.9.32"},{name:"arrow-right-bold-box-outline",hex:"F0736",version:"1.9.32"},{name:"arrow-right-bold-circle",hex:"F0056",version:"1.5.54"},{name:"arrow-right-bold-circle-outline",hex:"F0057",version:"1.5.54"},{name:"arrow-right-bold-hexagon-outline",hex:"F0058",version:"1.5.54"},{name:"arrow-right-bold-outline",hex:"F09C2",version:"2.5.94"},{name:"arrow-right-box",hex:"F06C2",version:"1.8.36"},{name:"arrow-right-circle",hex:"F0CDF",version:"3.3.92"},{name:"arrow-right-circle-outline",hex:"F0CE0",version:"3.3.92"},{name:"arrow-right-drop-circle",hex:"F0059",version:"1.5.54"},{name:"arrow-right-drop-circle-outline",hex:"F005A",version:"1.5.54"},{name:"arrow-right-thick",hex:"F0055",version:"1.5.54"},{name:"arrow-right-thin-circle-outline",hex:"F1598",version:"5.5.55"},{name:"arrow-split-horizontal",hex:"F093B",version:"2.4.85"},{name:"arrow-split-vertical",hex:"F093C",version:"2.4.85"},{name:"arrow-top-left",hex:"F005B",version:"1.5.54"},{name:"arrow-top-left-bold-outline",hex:"F09C3",version:"2.5.94"},{name:"arrow-top-left-bottom-right",hex:"F0E75",version:"3.7.94"},{name:"arrow-top-left-bottom-right-bold",hex:"F0E76",version:"3.7.94"},{name:"arrow-top-left-thick",hex:"F09C4",version:"2.5.94"},{name:"arrow-top-left-thin-circle-outline",hex:"F1593",version:"5.5.55"},{name:"arrow-top-right",hex:"F005C",version:"1.5.54"},{name:"arrow-top-right-bold-outline",hex:"F09C5",version:"2.5.94"},{name:"arrow-top-right-bottom-left",hex:"F0E77",version:"3.7.94"},{name:"arrow-top-right-bottom-left-bold",hex:"F0E78",version:"3.7.94"},{name:"arrow-top-right-thick",hex:"F09C6",version:"2.5.94"},{name:"arrow-top-right-thin-circle-outline",hex:"F1594",version:"5.5.55"},{name:"arrow-up",hex:"F005D",version:"1.5.54"},{name:"arrow-up-bold",hex:"F0737",version:"1.9.32"},{name:"arrow-up-bold-box",hex:"F0738",version:"1.9.32"},{name:"arrow-up-bold-box-outline",hex:"F0739",version:"1.9.32"},{name:"arrow-up-bold-circle",hex:"F005F",version:"1.5.54"},{name:"arrow-up-bold-circle-outline",hex:"F0060",version:"1.5.54"},{name:"arrow-up-bold-hexagon-outline",hex:"F0061",version:"1.5.54"},{name:"arrow-up-bold-outline",hex:"F09C7",version:"2.5.94"},{name:"arrow-up-box",hex:"F06C3",version:"1.8.36"},{name:"arrow-up-circle",hex:"F0CE1",version:"3.3.92"},{name:"arrow-up-circle-outline",hex:"F0CE2",version:"3.3.92"},{name:"arrow-up-down",hex:"F0E79",version:"3.7.94"},{name:"arrow-up-down-bold",hex:"F0E7A",version:"3.7.94"},{name:"arrow-up-down-bold-outline",hex:"F09C8",version:"2.5.94"},{name:"arrow-up-drop-circle",hex:"F0062",version:"1.5.54"},{name:"arrow-up-drop-circle-outline",hex:"F0063",version:"1.5.54"},{name:"arrow-up-thick",hex:"F005E",version:"1.5.54"},{name:"arrow-up-thin-circle-outline",hex:"F1597",version:"5.5.55"},{name:"arrow-vertical-lock",hex:"F115C",version:"4.4.95"},{name:"artstation",hex:"F0B5B",version:"3.0.39"},{name:"aspect-ratio",hex:"F0A24",version:"2.6.95"},{name:"assistant",hex:"F0064",version:"1.5.54"},{name:"asterisk",hex:"F06C4",version:"1.8.36"},{name:"at",hex:"F0065",version:"1.5.54"},{name:"atlassian",hex:"F0804",version:"2.1.19"},{name:"atm",hex:"F0D47",version:"3.4.93"},{name:"atom",hex:"F0768",version:"1.9.32"},{name:"atom-variant",hex:"F0E7B",version:"3.7.94"},{name:"attachment",hex:"F0066",version:"1.5.54"},{name:"audio-video",hex:"F093D",version:"2.4.85"},{name:"audio-video-off",hex:"F11B6",version:"4.5.95"},{name:"augmented-reality",hex:"F0850",version:"2.1.99"},{name:"auto-download",hex:"F137E",version:"4.9.95"},{name:"auto-fix",hex:"F0068",version:"1.5.54"},{name:"auto-upload",hex:"F0069",version:"1.5.54"},{name:"autorenew",hex:"F006A",version:"1.5.54"},{name:"av-timer",hex:"F006B",version:"1.5.54"},{name:"aws",hex:"F0E0F",version:"3.6.95"},{name:"axe",hex:"F08C8",version:"2.3.50"},{name:"axis",hex:"F0D48",version:"3.4.93"},{name:"axis-arrow",hex:"F0D49",version:"3.4.93"},{name:"axis-arrow-info",hex:"F140E",version:"5.1.45"},{name:"axis-arrow-lock",hex:"F0D4A",version:"3.4.93"},{name:"axis-lock",hex:"F0D4B",version:"3.4.93"},{name:"axis-x-arrow",hex:"F0D4C",version:"3.4.93"},{name:"axis-x-arrow-lock",hex:"F0D4D",version:"3.4.93"},{name:"axis-x-rotate-clockwise",hex:"F0D4E",version:"3.4.93"},{name:"axis-x-rotate-counterclockwise",hex:"F0D4F",version:"3.4.93"},{name:"axis-x-y-arrow-lock",hex:"F0D50",version:"3.4.93"},{name:"axis-y-arrow",hex:"F0D51",version:"3.4.93"},{name:"axis-y-arrow-lock",hex:"F0D52",version:"3.4.93"},{name:"axis-y-rotate-clockwise",hex:"F0D53",version:"3.4.93"},{name:"axis-y-rotate-counterclockwise",hex:"F0D54",version:"3.4.93"},{name:"axis-z-arrow",hex:"F0D55",version:"3.4.93"},{name:"axis-z-arrow-lock",hex:"F0D56",version:"3.4.93"},{name:"axis-z-rotate-clockwise",hex:"F0D57",version:"3.4.93"},{name:"axis-z-rotate-counterclockwise",hex:"F0D58",version:"3.4.93"},{name:"babel",hex:"F0A25",version:"2.6.95"},{name:"baby",hex:"F006C",version:"1.5.54"},{name:"baby-bottle",hex:"F0F39",version:"3.9.97"},{name:"baby-bottle-outline",hex:"F0F3A",version:"3.9.97"},{name:"baby-buggy",hex:"F13E0",version:"5.1.45"},{name:"baby-carriage",hex:"F068F",version:"1.7.12"},{name:"baby-carriage-off",hex:"F0FA0",version:"4.0.96"},{name:"baby-face",hex:"F0E7C",version:"3.7.94"},{name:"baby-face-outline",hex:"F0E7D",version:"3.7.94"},{name:"backburger",hex:"F006D",version:"1.5.54"},{name:"backspace",hex:"F006E",version:"1.5.54"},{name:"backspace-outline",hex:"F0B5C",version:"3.0.39"},{name:"backspace-reverse",hex:"F0E7E",version:"3.7.94"},{name:"backspace-reverse-outline",hex:"F0E7F",version:"3.7.94"},{name:"backup-restore",hex:"F006F",version:"1.5.54"},{name:"bacteria",hex:"F0ED5",version:"3.8.95"},{name:"bacteria-outline",hex:"F0ED6",version:"3.8.95"},{name:"badge-account",hex:"F0DA7",version:"3.5.94"},{name:"badge-account-alert",hex:"F0DA8",version:"3.5.94"},{name:"badge-account-alert-outline",hex:"F0DA9",version:"3.5.94"},{name:"badge-account-horizontal",hex:"F0E0D",version:"3.6.95"},{name:"badge-account-horizontal-outline",hex:"F0E0E",version:"3.6.95"},{name:"badge-account-outline",hex:"F0DAA",version:"3.5.94"},{name:"badminton",hex:"F0851",version:"2.1.99"},{name:"bag-carry-on",hex:"F0F3B",version:"3.9.97"},{name:"bag-carry-on-check",hex:"F0D65",version:"3.4.93"},{name:"bag-carry-on-off",hex:"F0F3C",version:"3.9.97"},{name:"bag-checked",hex:"F0F3D",version:"3.9.97"},{name:"bag-personal",hex:"F0E10",version:"3.6.95"},{name:"bag-personal-off",hex:"F0E11",version:"3.6.95"},{name:"bag-personal-off-outline",hex:"F0E12",version:"3.6.95"},{name:"bag-personal-outline",hex:"F0E13",version:"3.6.95"},{name:"bag-suitcase",hex:"F158B",version:"5.5.55"},{name:"bag-suitcase-off",hex:"F158D",version:"5.5.55"},{name:"bag-suitcase-off-outline",hex:"F158E",version:"5.5.55"},{name:"bag-suitcase-outline",hex:"F158C",version:"5.5.55"},{name:"baguette",hex:"F0F3E",version:"3.9.97"},{name:"balloon",hex:"F0A26",version:"2.6.95"},{name:"ballot",hex:"F09C9",version:"2.5.94"},{name:"ballot-outline",hex:"F09CA",version:"2.5.94"},{name:"ballot-recount",hex:"F0C39",version:"3.2.89"},{name:"ballot-recount-outline",hex:"F0C3A",version:"3.2.89"},{name:"bandage",hex:"F0DAF",version:"3.5.94"},{name:"bandcamp",hex:"F0675",version:"1.7.12"},{name:"bank",hex:"F0070",version:"1.5.54"},{name:"bank-check",hex:"F1655",version:"5.7.55"},{name:"bank-minus",hex:"F0DB0",version:"3.5.94"},{name:"bank-off",hex:"F1656",version:"5.7.55"},{name:"bank-off-outline",hex:"F1657",version:"5.7.55"},{name:"bank-outline",hex:"F0E80",version:"3.7.94"},{name:"bank-plus",hex:"F0DB1",version:"3.5.94"},{name:"bank-remove",hex:"F0DB2",version:"3.5.94"},{name:"bank-transfer",hex:"F0A27",version:"2.6.95"},{name:"bank-transfer-in",hex:"F0A28",version:"2.6.95"},{name:"bank-transfer-out",hex:"F0A29",version:"2.6.95"},{name:"barcode",hex:"F0071",version:"1.5.54"},{name:"barcode-off",hex:"F1236",version:"4.6.95"},{name:"barcode-scan",hex:"F0072",version:"1.5.54"},{name:"barley",hex:"F0073",version:"1.5.54"},{name:"barley-off",hex:"F0B5D",version:"3.0.39"},{name:"barn",hex:"F0B5E",version:"3.0.39"},{name:"barrel",hex:"F0074",version:"1.5.54"},{name:"baseball",hex:"F0852",version:"2.1.99"},{name:"baseball-bat",hex:"F0853",version:"2.1.99"},{name:"baseball-diamond",hex:"F15EC",version:"5.6.55"},{name:"baseball-diamond-outline",hex:"F15ED",version:"5.6.55"},{name:"bash",hex:"F1183",version:"4.4.95"},{name:"basket",hex:"F0076",version:"1.5.54"},{name:"basket-fill",hex:"F0077",version:"1.5.54"},{name:"basket-minus",hex:"F1523",version:"5.4.55"},{name:"basket-minus-outline",hex:"F1524",version:"5.4.55"},{name:"basket-off",hex:"F1525",version:"5.4.55"},{name:"basket-off-outline",hex:"F1526",version:"5.4.55"},{name:"basket-outline",hex:"F1181",version:"4.4.95"},{name:"basket-plus",hex:"F1527",version:"5.4.55"},{name:"basket-plus-outline",hex:"F1528",version:"5.4.55"},{name:"basket-remove",hex:"F1529",version:"5.4.55"},{name:"basket-remove-outline",hex:"F152A",version:"5.4.55"},{name:"basket-unfill",hex:"F0078",version:"1.5.54"},{name:"basketball",hex:"F0806",version:"2.1.19"},{name:"basketball-hoop",hex:"F0C3B",version:"3.2.89"},{name:"basketball-hoop-outline",hex:"F0C3C",version:"3.2.89"},{name:"bat",hex:"F0B5F",version:"3.0.39"},{name:"battery",hex:"F0079",version:"1.5.54"},{name:"battery-10",hex:"F007A",version:"1.5.54"},{name:"battery-10-bluetooth",hex:"F093E",version:"2.4.85"},{name:"battery-20",hex:"F007B",version:"1.5.54"},{name:"battery-20-bluetooth",hex:"F093F",version:"2.4.85"},{name:"battery-30",hex:"F007C",version:"1.5.54"},{name:"battery-30-bluetooth",hex:"F0940",version:"2.4.85"},{name:"battery-40",hex:"F007D",version:"1.5.54"},{name:"battery-40-bluetooth",hex:"F0941",version:"2.4.85"},{name:"battery-50",hex:"F007E",version:"1.5.54"},{name:"battery-50-bluetooth",hex:"F0942",version:"2.4.85"},{name:"battery-60",hex:"F007F",version:"1.5.54"},{name:"battery-60-bluetooth",hex:"F0943",version:"2.4.85"},{name:"battery-70",hex:"F0080",version:"1.5.54"},{name:"battery-70-bluetooth",hex:"F0944",version:"2.4.85"},{name:"battery-80",hex:"F0081",version:"1.5.54"},{name:"battery-80-bluetooth",hex:"F0945",version:"2.4.85"},{name:"battery-90",hex:"F0082",version:"1.5.54"},{name:"battery-90-bluetooth",hex:"F0946",version:"2.4.85"},{name:"battery-alert",hex:"F0083",version:"1.5.54"},{name:"battery-alert-bluetooth",hex:"F0947",version:"2.4.85"},{name:"battery-alert-variant",hex:"F10CC",version:"4.3.95"},{name:"battery-alert-variant-outline",hex:"F10CD",version:"4.3.95"},{name:"battery-bluetooth",hex:"F0948",version:"2.4.85"},{name:"battery-bluetooth-variant",hex:"F0949",version:"2.4.85"},{name:"battery-charging",hex:"F0084",version:"1.5.54"},{name:"battery-charging-10",hex:"F089C",version:"2.2.43"},{name:"battery-charging-100",hex:"F0085",version:"1.5.54"},{name:"battery-charging-20",hex:"F0086",version:"1.5.54"},{name:"battery-charging-30",hex:"F0087",version:"1.5.54"},{name:"battery-charging-40",hex:"F0088",version:"1.5.54"},{name:"battery-charging-50",hex:"F089D",version:"2.2.43"},{name:"battery-charging-60",hex:"F0089",version:"1.5.54"},{name:"battery-charging-70",hex:"F089E",version:"2.2.43"},{name:"battery-charging-80",hex:"F008A",version:"1.5.54"},{name:"battery-charging-90",hex:"F008B",version:"1.5.54"},{name:"battery-charging-high",hex:"F12A6",version:"4.7.95"},{name:"battery-charging-low",hex:"F12A4",version:"4.7.95"},{name:"battery-charging-medium",hex:"F12A5",version:"4.7.95"},{name:"battery-charging-outline",hex:"F089F",version:"2.2.43"},{name:"battery-charging-wireless",hex:"F0807",version:"2.1.19"},{name:"battery-charging-wireless-10",hex:"F0808",version:"2.1.19"},{name:"battery-charging-wireless-20",hex:"F0809",version:"2.1.19"},{name:"battery-charging-wireless-30",hex:"F080A",version:"2.1.19"},{name:"battery-charging-wireless-40",hex:"F080B",version:"2.1.19"},{name:"battery-charging-wireless-50",hex:"F080C",version:"2.1.19"},{name:"battery-charging-wireless-60",hex:"F080D",version:"2.1.19"},{name:"battery-charging-wireless-70",hex:"F080E",version:"2.1.19"},{name:"battery-charging-wireless-80",hex:"F080F",version:"2.1.19"},{name:"battery-charging-wireless-90",hex:"F0810",version:"2.1.19"},{name:"battery-charging-wireless-alert",hex:"F0811",version:"2.1.19"},{name:"battery-charging-wireless-outline",hex:"F0812",version:"2.1.19"},{name:"battery-heart",hex:"F120F",version:"4.6.95"},{name:"battery-heart-outline",hex:"F1210",version:"4.6.95"},{name:"battery-heart-variant",hex:"F1211",version:"4.6.95"},{name:"battery-high",hex:"F12A3",version:"4.7.95"},{name:"battery-low",hex:"F12A1",version:"4.7.95"},{name:"battery-medium",hex:"F12A2",version:"4.7.95"},{name:"battery-minus",hex:"F008C",version:"1.5.54"},{name:"battery-negative",hex:"F008D",version:"1.5.54"},{name:"battery-off",hex:"F125D",version:"4.7.95"},{name:"battery-off-outline",hex:"F125E",version:"4.7.95"},{name:"battery-outline",hex:"F008E",version:"1.5.54"},{name:"battery-plus",hex:"F008F",version:"1.5.54"},{name:"battery-positive",hex:"F0090",version:"1.5.54"},{name:"battery-unknown",hex:"F0091",version:"1.5.54"},{name:"battery-unknown-bluetooth",hex:"F094A",version:"2.4.85"},{name:"battlenet",hex:"F0B60",version:"3.0.39"},{name:"beach",hex:"F0092",version:"1.5.54"},{name:"beaker",hex:"F0CEA",version:"3.3.92"},{name:"beaker-alert",hex:"F1229",version:"4.6.95"},{name:"beaker-alert-outline",hex:"F122A",version:"4.6.95"},{name:"beaker-check",hex:"F122B",version:"4.6.95"},{name:"beaker-check-outline",hex:"F122C",version:"4.6.95"},{name:"beaker-minus",hex:"F122D",version:"4.6.95"},{name:"beaker-minus-outline",hex:"F122E",version:"4.6.95"},{name:"beaker-outline",hex:"F0690",version:"1.7.12"},{name:"beaker-plus",hex:"F122F",version:"4.6.95"},{name:"beaker-plus-outline",hex:"F1230",version:"4.6.95"},{name:"beaker-question",hex:"F1231",version:"4.6.95"},{name:"beaker-question-outline",hex:"F1232",version:"4.6.95"},{name:"beaker-remove",hex:"F1233",version:"4.6.95"},{name:"beaker-remove-outline",hex:"F1234",version:"4.6.95"},{name:"bed",hex:"F02E3",version:"1.5.54"},{name:"bed-double",hex:"F0FD4",version:"4.2.95"},{name:"bed-double-outline",hex:"F0FD3",version:"4.2.95"},{name:"bed-empty",hex:"F08A0",version:"2.2.43"},{name:"bed-king",hex:"F0FD2",version:"4.2.95"},{name:"bed-king-outline",hex:"F0FD1",version:"4.2.95"},{name:"bed-outline",hex:"F0099",version:"1.5.54"},{name:"bed-queen",hex:"F0FD0",version:"4.2.95"},{name:"bed-queen-outline",hex:"F0FDB",version:"4.2.95"},{name:"bed-single",hex:"F106D",version:"4.2.95"},{name:"bed-single-outline",hex:"F106E",version:"4.2.95"},{name:"bee",hex:"F0FA1",version:"4.0.96"},{name:"bee-flower",hex:"F0FA2",version:"4.0.96"},{name:"beehive-off-outline",hex:"F13ED",version:"5.1.45"},{name:"beehive-outline",hex:"F10CE",version:"4.3.95"},{name:"beekeeper",hex:"F14E2",version:"5.4.55"},{name:"beer",hex:"F0098",version:"1.5.54"},{name:"beer-outline",hex:"F130C",version:"4.8.95"},{name:"bell",hex:"F009A",version:"1.5.54"},{name:"bell-alert",hex:"F0D59",version:"3.4.93"},{name:"bell-alert-outline",hex:"F0E81",version:"3.7.94"},{name:"bell-cancel",hex:"F13E7",version:"5.1.45"},{name:"bell-cancel-outline",hex:"F13E8",version:"5.1.45"},{name:"bell-check",hex:"F11E5",version:"4.5.95"},{name:"bell-check-outline",hex:"F11E6",version:"4.5.95"},{name:"bell-circle",hex:"F0D5A",version:"3.4.93"},{name:"bell-circle-outline",hex:"F0D5B",version:"3.4.93"},{name:"bell-minus",hex:"F13E9",version:"5.1.45"},{name:"bell-minus-outline",hex:"F13EA",version:"5.1.45"},{name:"bell-off",hex:"F009B",version:"1.5.54"},{name:"bell-off-outline",hex:"F0A91",version:"2.7.94"},{name:"bell-outline",hex:"F009C",version:"1.5.54"},{name:"bell-plus",hex:"F009D",version:"1.5.54"},{name:"bell-plus-outline",hex:"F0A92",version:"2.7.94"},{name:"bell-remove",hex:"F13EB",version:"5.1.45"},{name:"bell-remove-outline",hex:"F13EC",version:"5.1.45"},{name:"bell-ring",hex:"F009E",version:"1.5.54"},{name:"bell-ring-outline",hex:"F009F",version:"1.5.54"},{name:"bell-sleep",hex:"F00A0",version:"1.5.54"},{name:"bell-sleep-outline",hex:"F0A93",version:"2.7.94"},{name:"beta",hex:"F00A1",version:"1.5.54"},{name:"betamax",hex:"F09CB",version:"2.5.94"},{name:"biathlon",hex:"F0E14",version:"3.6.95"},{name:"bicycle",hex:"F109C",version:"4.2.95"},{name:"bicycle-basket",hex:"F1235",version:"4.6.95"},{name:"bicycle-electric",hex:"F15B4",version:"5.6.55"},{name:"bicycle-penny-farthing",hex:"F15E9",version:"5.6.55"},{name:"bike",hex:"F00A3",version:"1.5.54"},{name:"bike-fast",hex:"F111F",version:"4.3.95"},{name:"billboard",hex:"F1010",version:"4.1.95"},{name:"billiards",hex:"F0B61",version:"3.0.39"},{name:"billiards-rack",hex:"F0B62",version:"3.0.39"},{name:"binoculars",hex:"F00A5",version:"1.5.54"},{name:"bio",hex:"F00A6",version:"1.5.54"},{name:"biohazard",hex:"F00A7",version:"1.5.54"},{name:"bird",hex:"F15C6",version:"5.6.55"},{name:"bitbucket",hex:"F00A8",version:"1.5.54"},{name:"bitcoin",hex:"F0813",version:"2.1.19"},{name:"black-mesa",hex:"F00A9",version:"1.5.54"},{name:"blender",hex:"F0CEB",version:"3.3.92"},{name:"blender-software",hex:"F00AB",version:"1.5.54"},{name:"blinds",hex:"F00AC",version:"1.5.54"},{name:"blinds-open",hex:"F1011",version:"4.1.95"},{name:"block-helper",hex:"F00AD",version:"1.5.54"},{name:"blogger",hex:"F00AE",version:"1.5.54"},{name:"blood-bag",hex:"F0CEC",version:"3.3.92"},{name:"bluetooth",hex:"F00AF",version:"1.5.54"},{name:"bluetooth-audio",hex:"F00B0",version:"1.5.54"},{name:"bluetooth-connect",hex:"F00B1",version:"1.5.54"},{name:"bluetooth-off",hex:"F00B2",version:"1.5.54"},{name:"bluetooth-settings",hex:"F00B3",version:"1.5.54"},{name:"bluetooth-transfer",hex:"F00B4",version:"1.5.54"},{name:"blur",hex:"F00B5",version:"1.5.54"},{name:"blur-linear",hex:"F00B6",version:"1.5.54"},{name:"blur-off",hex:"F00B7",version:"1.5.54"},{name:"blur-radial",hex:"F00B8",version:"1.5.54"},{name:"bolnisi-cross",hex:"F0CED",version:"3.3.92"},{name:"bolt",hex:"F0DB3",version:"3.5.94"},{name:"bomb",hex:"F0691",version:"1.7.12"},{name:"bomb-off",hex:"F06C5",version:"1.8.36"},{name:"bone",hex:"F00B9",version:"1.5.54"},{name:"book",hex:"F00BA",version:"1.5.54"},{name:"book-account",hex:"F13AD",version:"5.0.45"},{name:"book-account-outline",hex:"F13AE",version:"5.0.45"},{name:"book-alert",hex:"F167C",version:"5.8.55"},{name:"book-alert-outline",hex:"F167D",version:"5.8.55"},{name:"book-alphabet",hex:"F061D",version:"1.6.50"},{name:"book-arrow-down",hex:"F167E",version:"5.8.55"},{name:"book-arrow-down-outline",hex:"F167F",version:"5.8.55"},{name:"book-arrow-left",hex:"F1680",version:"5.8.55"},{name:"book-arrow-left-outline",hex:"F1681",version:"5.8.55"},{name:"book-arrow-right",hex:"F1682",version:"5.8.55"},{name:"book-arrow-right-outline",hex:"F1683",version:"5.8.55"},{name:"book-arrow-up",hex:"F1684",version:"5.8.55"},{name:"book-arrow-up-outline",hex:"F1685",version:"5.8.55"},{name:"book-cancel",hex:"F1686",version:"5.8.55"},{name:"book-cancel-outline",hex:"F1687",version:"5.8.55"},{name:"book-check",hex:"F14F3",version:"5.4.55"},{name:"book-check-outline",hex:"F14F4",version:"5.4.55"},{name:"book-clock",hex:"F1688",version:"5.8.55"},{name:"book-clock-outline",hex:"F1689",version:"5.8.55"},{name:"book-cog",hex:"F168A",version:"5.8.55"},{name:"book-cog-outline",hex:"F168B",version:"5.8.55"},{name:"book-cross",hex:"F00A2",version:"1.5.54"},{name:"book-edit",hex:"F168C",version:"5.8.55"},{name:"book-edit-outline",hex:"F168D",version:"5.8.55"},{name:"book-education",hex:"F16C9",version:"5.8.55"},{name:"book-education-outline",hex:"F16CA",version:"5.8.55"},{name:"book-information-variant",hex:"F106F",version:"4.2.95"},{name:"book-lock",hex:"F079A",version:"2.0.46"},{name:"book-lock-open",hex:"F079B",version:"2.0.46"},{name:"book-lock-open-outline",hex:"F168E",version:"5.8.55"},{name:"book-lock-outline",hex:"F168F",version:"5.8.55"},{name:"book-marker",hex:"F1690",version:"5.8.55"},{name:"book-marker-outline",hex:"F1691",version:"5.8.55"},{name:"book-minus",hex:"F05D9",version:"1.5.54"},{name:"book-minus-multiple",hex:"F0A94",version:"2.7.94"},{name:"book-minus-multiple-outline",hex:"F090B",version:"2.3.50"},{name:"book-minus-outline",hex:"F1692",version:"5.8.55"},{name:"book-multiple",hex:"F00BB",version:"1.5.54"},{name:"book-multiple-outline",hex:"F0436",version:"1.5.54"},{name:"book-music",hex:"F0067",version:"1.5.54"},{name:"book-music-outline",hex:"F1693",version:"5.8.55"},{name:"book-off",hex:"F1694",version:"5.8.55"},{name:"book-off-outline",hex:"F1695",version:"5.8.55"},{name:"book-open",hex:"F00BD",version:"1.5.54"},{name:"book-open-blank-variant",hex:"F00BE",version:"1.5.54"},{name:"book-open-outline",hex:"F0B63",version:"3.0.39"},{name:"book-open-page-variant",hex:"F05DA",version:"1.5.54"},{name:"book-open-page-variant-outline",hex:"F15D6",version:"5.6.55"},{name:"book-open-variant",hex:"F14F7",version:"5.4.55"},{name:"book-outline",hex:"F0B64",version:"3.0.39"},{name:"book-play",hex:"F0E82",version:"3.7.94"},{name:"book-play-outline",hex:"F0E83",version:"3.7.94"},{name:"book-plus",hex:"F05DB",version:"1.5.54"},{name:"book-plus-multiple",hex:"F0A95",version:"2.7.94"},{name:"book-plus-multiple-outline",hex:"F0ADE",version:"2.7.94"},{name:"book-plus-outline",hex:"F1696",version:"5.8.55"},{name:"book-refresh",hex:"F1697",version:"5.8.55"},{name:"book-refresh-outline",hex:"F1698",version:"5.8.55"},{name:"book-remove",hex:"F0A97",version:"2.7.94"},{name:"book-remove-multiple",hex:"F0A96",version:"2.7.94"},{name:"book-remove-multiple-outline",hex:"F04CA",version:"1.5.54"},{name:"book-remove-outline",hex:"F1699",version:"5.8.55"},{name:"book-search",hex:"F0E84",version:"3.7.94"},{name:"book-search-outline",hex:"F0E85",version:"3.7.94"},{name:"book-settings",hex:"F169A",version:"5.8.55"},{name:"book-settings-outline",hex:"F169B",version:"5.8.55"},{name:"book-sync",hex:"F169C",version:"5.8.55"},{name:"book-sync-outline",hex:"F16C8",version:"5.8.55"},{name:"book-variant",hex:"F00BF",version:"1.5.54"},{name:"book-variant-multiple",hex:"F00BC",version:"1.5.54"},{name:"bookmark",hex:"F00C0",version:"1.5.54"},{name:"bookmark-check",hex:"F00C1",version:"1.5.54"},{name:"bookmark-check-outline",hex:"F137B",version:"4.9.95"},{name:"bookmark-minus",hex:"F09CC",version:"2.5.94"},{name:"bookmark-minus-outline",hex:"F09CD",version:"2.5.94"},{name:"bookmark-multiple",hex:"F0E15",version:"3.6.95"},{name:"bookmark-multiple-outline",hex:"F0E16",version:"3.6.95"},{name:"bookmark-music",hex:"F00C2",version:"1.5.54"},{name:"bookmark-music-outline",hex:"F1379",version:"4.9.95"},{name:"bookmark-off",hex:"F09CE",version:"2.5.94"},{name:"bookmark-off-outline",hex:"F09CF",version:"2.5.94"},{name:"bookmark-outline",hex:"F00C3",version:"1.5.54"},{name:"bookmark-plus",hex:"F00C5",version:"1.5.54"},{name:"bookmark-plus-outline",hex:"F00C4",version:"1.5.54"},{name:"bookmark-remove",hex:"F00C6",version:"1.5.54"},{name:"bookmark-remove-outline",hex:"F137A",version:"4.9.95"},{name:"bookshelf",hex:"F125F",version:"4.7.95"},{name:"boom-gate",hex:"F0E86",version:"3.7.94"},{name:"boom-gate-alert",hex:"F0E87",version:"3.7.94"},{name:"boom-gate-alert-outline",hex:"F0E88",version:"3.7.94"},{name:"boom-gate-down",hex:"F0E89",version:"3.7.94"},{name:"boom-gate-down-outline",hex:"F0E8A",version:"3.7.94"},{name:"boom-gate-outline",hex:"F0E8B",version:"3.7.94"},{name:"boom-gate-up",hex:"F0E8C",version:"3.7.94"},{name:"boom-gate-up-outline",hex:"F0E8D",version:"3.7.94"},{name:"boombox",hex:"F05DC",version:"1.5.54"},{name:"boomerang",hex:"F10CF",version:"4.3.95"},{name:"bootstrap",hex:"F06C6",version:"1.8.36"},{name:"border-all",hex:"F00C7",version:"1.5.54"},{name:"border-all-variant",hex:"F08A1",version:"2.2.43"},{name:"border-bottom",hex:"F00C8",version:"1.5.54"},{name:"border-bottom-variant",hex:"F08A2",version:"2.2.43"},{name:"border-color",hex:"F00C9",version:"1.5.54"},{name:"border-horizontal",hex:"F00CA",version:"1.5.54"},{name:"border-inside",hex:"F00CB",version:"1.5.54"},{name:"border-left",hex:"F00CC",version:"1.5.54"},{name:"border-left-variant",hex:"F08A3",version:"2.2.43"},{name:"border-none",hex:"F00CD",version:"1.5.54"},{name:"border-none-variant",hex:"F08A4",version:"2.2.43"},{name:"border-outside",hex:"F00CE",version:"1.5.54"},{name:"border-right",hex:"F00CF",version:"1.5.54"},{name:"border-right-variant",hex:"F08A5",version:"2.2.43"},{name:"border-style",hex:"F00D0",version:"1.5.54"},{name:"border-top",hex:"F00D1",version:"1.5.54"},{name:"border-top-variant",hex:"F08A6",version:"2.2.43"},{name:"border-vertical",hex:"F00D2",version:"1.5.54"},{name:"bottle-soda",hex:"F1070",version:"4.2.95"},{name:"bottle-soda-classic",hex:"F1071",version:"4.2.95"},{name:"bottle-soda-classic-outline",hex:"F1363",version:"4.9.95"},{name:"bottle-soda-outline",hex:"F1072",version:"4.2.95"},{name:"bottle-tonic",hex:"F112E",version:"4.4.95"},{name:"bottle-tonic-outline",hex:"F112F",version:"4.4.95"},{name:"bottle-tonic-plus",hex:"F1130",version:"4.4.95"},{name:"bottle-tonic-plus-outline",hex:"F1131",version:"4.4.95"},{name:"bottle-tonic-skull",hex:"F1132",version:"4.4.95"},{name:"bottle-tonic-skull-outline",hex:"F1133",version:"4.4.95"},{name:"bottle-wine",hex:"F0854",version:"2.1.99"},{name:"bottle-wine-outline",hex:"F1310",version:"4.8.95"},{name:"bow-tie",hex:"F0678",version:"1.7.12"},{name:"bowl",hex:"F028E",version:"1.5.54"},{name:"bowl-mix",hex:"F0617",version:"1.6.50"},{name:"bowl-mix-outline",hex:"F02E4",version:"1.5.54"},{name:"bowl-outline",hex:"F02A9",version:"1.5.54"},{name:"bowling",hex:"F00D3",version:"1.5.54"},{name:"box",hex:"F00D4",version:"1.5.54"},{name:"box-cutter",hex:"F00D5",version:"1.5.54"},{name:"box-cutter-off",hex:"F0B4A",version:"2.8.94"},{name:"box-shadow",hex:"F0637",version:"1.6.50"},{name:"boxing-glove",hex:"F0B65",version:"3.0.39"},{name:"braille",hex:"F09D0",version:"2.5.94"},{name:"brain",hex:"F09D1",version:"2.5.94"},{name:"bread-slice",hex:"F0CEE",version:"3.3.92"},{name:"bread-slice-outline",hex:"F0CEF",version:"3.3.92"},{name:"bridge",hex:"F0618",version:"1.6.50"},{name:"briefcase",hex:"F00D6",version:"1.5.54"},{name:"briefcase-account",hex:"F0CF0",version:"3.3.92"},{name:"briefcase-account-outline",hex:"F0CF1",version:"3.3.92"},{name:"briefcase-check",hex:"F00D7",version:"1.5.54"},{name:"briefcase-check-outline",hex:"F131E",version:"4.8.95"},{name:"briefcase-clock",hex:"F10D0",version:"4.3.95"},{name:"briefcase-clock-outline",hex:"F10D1",version:"4.3.95"},{name:"briefcase-download",hex:"F00D8",version:"1.5.54"},{name:"briefcase-download-outline",hex:"F0C3D",version:"3.2.89"},{name:"briefcase-edit",hex:"F0A98",version:"2.7.94"},{name:"briefcase-edit-outline",hex:"F0C3E",version:"3.2.89"},{name:"briefcase-minus",hex:"F0A2A",version:"2.6.95"},{name:"briefcase-minus-outline",hex:"F0C3F",version:"3.2.89"},{name:"briefcase-off",hex:"F1658",version:"5.7.55"},{name:"briefcase-off-outline",hex:"F1659",version:"5.7.55"},{name:"briefcase-outline",hex:"F0814",version:"2.1.19"},{name:"briefcase-plus",hex:"F0A2B",version:"2.6.95"},{name:"briefcase-plus-outline",hex:"F0C40",version:"3.2.89"},{name:"briefcase-remove",hex:"F0A2C",version:"2.6.95"},{name:"briefcase-remove-outline",hex:"F0C41",version:"3.2.89"},{name:"briefcase-search",hex:"F0A2D",version:"2.6.95"},{name:"briefcase-search-outline",hex:"F0C42",version:"3.2.89"},{name:"briefcase-upload",hex:"F00D9",version:"1.5.54"},{name:"briefcase-upload-outline",hex:"F0C43",version:"3.2.89"},{name:"briefcase-variant",hex:"F1494",version:"5.3.45"},{name:"briefcase-variant-off",hex:"F165A",version:"5.7.55"},{name:"briefcase-variant-off-outline",hex:"F165B",version:"5.7.55"},{name:"briefcase-variant-outline",hex:"F1495",version:"5.3.45"},{name:"brightness-1",hex:"F00DA",version:"1.5.54"},{name:"brightness-2",hex:"F00DB",version:"1.5.54"},{name:"brightness-3",hex:"F00DC",version:"1.5.54"},{name:"brightness-4",hex:"F00DD",version:"1.5.54"},{name:"brightness-5",hex:"F00DE",version:"1.5.54"},{name:"brightness-6",hex:"F00DF",version:"1.5.54"},{name:"brightness-7",hex:"F00E0",version:"1.5.54"},{name:"brightness-auto",hex:"F00E1",version:"1.5.54"},{name:"brightness-percent",hex:"F0CF2",version:"3.3.92"},{name:"broom",hex:"F00E2",version:"1.5.54"},{name:"brush",hex:"F00E3",version:"1.5.54"},{name:"bucket",hex:"F1415",version:"5.1.45"},{name:"bucket-outline",hex:"F1416",version:"5.1.45"},{name:"buddhism",hex:"F094B",version:"2.4.85"},{name:"buffer",hex:"F0619",version:"1.6.50"},{name:"buffet",hex:"F0578",version:"1.5.54"},{name:"bug",hex:"F00E4",version:"1.5.54"},{name:"bug-check",hex:"F0A2E",version:"2.6.95"},{name:"bug-check-outline",hex:"F0A2F",version:"2.6.95"},{name:"bug-outline",hex:"F0A30",version:"2.6.95"},{name:"bugle",hex:"F0DB4",version:"3.5.94"},{name:"bulldozer",hex:"F0B22",version:"2.8.94"},{name:"bullet",hex:"F0CF3",version:"3.3.92"},{name:"bulletin-board",hex:"F00E5",version:"1.5.54"},{name:"bullhorn",hex:"F00E6",version:"1.5.54"},{name:"bullhorn-outline",hex:"F0B23",version:"2.8.94"},{name:"bullseye",hex:"F05DD",version:"1.5.54"},{name:"bullseye-arrow",hex:"F08C9",version:"2.3.50"},{name:"bulma",hex:"F12E7",version:"4.8.95"},{name:"bunk-bed",hex:"F1302",version:"4.8.95"},{name:"bunk-bed-outline",hex:"F0097",version:"1.5.54"},{name:"bus",hex:"F00E7",version:"1.5.54"},{name:"bus-alert",hex:"F0A99",version:"2.7.94"},{name:"bus-articulated-end",hex:"F079C",version:"2.0.46"},{name:"bus-articulated-front",hex:"F079D",version:"2.0.46"},{name:"bus-clock",hex:"F08CA",version:"2.3.50"},{name:"bus-double-decker",hex:"F079E",version:"2.0.46"},{name:"bus-marker",hex:"F1212",version:"4.6.95"},{name:"bus-multiple",hex:"F0F3F",version:"3.9.97"},{name:"bus-school",hex:"F079F",version:"2.0.46"},{name:"bus-side",hex:"F07A0",version:"2.0.46"},{name:"bus-stop",hex:"F1012",version:"4.1.95"},{name:"bus-stop-covered",hex:"F1013",version:"4.1.95"},{name:"bus-stop-uncovered",hex:"F1014",version:"4.1.95"},{name:"butterfly",hex:"F1589",version:"5.5.55"},{name:"butterfly-outline",hex:"F158A",version:"5.5.55"},{name:"cable-data",hex:"F1394",version:"5.0.45"},{name:"cached",hex:"F00E8",version:"1.5.54"},{name:"cactus",hex:"F0DB5",version:"3.5.94"},{name:"cake",hex:"F00E9",version:"1.5.54"},{name:"cake-layered",hex:"F00EA",version:"1.5.54"},{name:"cake-variant",hex:"F00EB",version:"1.5.54"},{name:"calculator",hex:"F00EC",version:"1.5.54"},{name:"calculator-variant",hex:"F0A9A",version:"2.7.94"},{name:"calculator-variant-outline",hex:"F15A6",version:"5.5.55"},{name:"calendar",hex:"F00ED",version:"1.5.54"},{name:"calendar-account",hex:"F0ED7",version:"3.8.95"},{name:"calendar-account-outline",hex:"F0ED8",version:"3.8.95"},{name:"calendar-alert",hex:"F0A31",version:"2.6.95"},{name:"calendar-arrow-left",hex:"F1134",version:"4.4.95"},{name:"calendar-arrow-right",hex:"F1135",version:"4.4.95"},{name:"calendar-blank",hex:"F00EE",version:"1.5.54"},{name:"calendar-blank-multiple",hex:"F1073",version:"4.2.95"},{name:"calendar-blank-outline",hex:"F0B66",version:"3.0.39"},{name:"calendar-check",hex:"F00EF",version:"1.5.54"},{name:"calendar-check-outline",hex:"F0C44",version:"3.2.89"},{name:"calendar-clock",hex:"F00F0",version:"1.5.54"},{name:"calendar-cursor",hex:"F157B",version:"5.5.55"},{name:"calendar-edit",hex:"F08A7",version:"2.2.43"},{name:"calendar-end",hex:"F166C",version:"5.7.55"},{name:"calendar-export",hex:"F0B24",version:"2.8.94"},{name:"calendar-heart",hex:"F09D2",version:"2.5.94"},{name:"calendar-import",hex:"F0B25",version:"2.8.94"},{name:"calendar-lock",hex:"F1641",version:"5.7.55"},{name:"calendar-lock-outline",hex:"F1642",version:"5.7.55"},{name:"calendar-minus",hex:"F0D5C",version:"3.4.93"},{name:"calendar-month",hex:"F0E17",version:"3.6.95"},{name:"calendar-month-outline",hex:"F0E18",version:"3.6.95"},{name:"calendar-multiple",hex:"F00F1",version:"1.5.54"},{name:"calendar-multiple-check",hex:"F00F2",version:"1.5.54"},{name:"calendar-multiselect",hex:"F0A32",version:"2.6.95"},{name:"calendar-outline",hex:"F0B67",version:"3.0.39"},{name:"calendar-plus",hex:"F00F3",version:"1.5.54"},{name:"calendar-question",hex:"F0692",version:"1.7.12"},{name:"calendar-range",hex:"F0679",version:"1.7.12"},{name:"calendar-range-outline",hex:"F0B68",version:"3.0.39"},{name:"calendar-refresh",hex:"F01E1",version:"1.5.54"},{name:"calendar-refresh-outline",hex:"F0203",version:"1.5.54"},{name:"calendar-remove",hex:"F00F4",version:"1.5.54"},{name:"calendar-remove-outline",hex:"F0C45",version:"3.2.89"},{name:"calendar-search",hex:"F094C",version:"2.4.85"},{name:"calendar-star",hex:"F09D3",version:"2.5.94"},{name:"calendar-start",hex:"F166D",version:"5.7.55"},{name:"calendar-sync",hex:"F0E8E",version:"3.7.94"},{name:"calendar-sync-outline",hex:"F0E8F",version:"3.7.94"},{name:"calendar-text",hex:"F00F5",version:"1.5.54"},{name:"calendar-text-outline",hex:"F0C46",version:"3.2.89"},{name:"calendar-today",hex:"F00F6",version:"1.5.54"},{name:"calendar-week",hex:"F0A33",version:"2.6.95"},{name:"calendar-week-begin",hex:"F0A34",version:"2.6.95"},{name:"calendar-weekend",hex:"F0ED9",version:"3.8.95"},{name:"calendar-weekend-outline",hex:"F0EDA",version:"3.8.95"},{name:"call-made",hex:"F00F7",version:"1.5.54"},{name:"call-merge",hex:"F00F8",version:"1.5.54"},{name:"call-missed",hex:"F00F9",version:"1.5.54"},{name:"call-received",hex:"F00FA",version:"1.5.54"},{name:"call-split",hex:"F00FB",version:"1.5.54"},{name:"camcorder",hex:"F00FC",version:"1.5.54"},{name:"camcorder-off",hex:"F00FF",version:"1.5.54"},{name:"camera",hex:"F0100",version:"1.5.54"},{name:"camera-account",hex:"F08CB",version:"2.3.50"},{name:"camera-burst",hex:"F0693",version:"1.7.12"},{name:"camera-control",hex:"F0B69",version:"3.0.39"},{name:"camera-enhance",hex:"F0101",version:"1.5.54"},{name:"camera-enhance-outline",hex:"F0B6A",version:"3.0.39"},{name:"camera-flip",hex:"F15D9",version:"5.6.55"},{name:"camera-flip-outline",hex:"F15DA",version:"5.6.55"},{name:"camera-front",hex:"F0102",version:"1.5.54"},{name:"camera-front-variant",hex:"F0103",version:"1.5.54"},{name:"camera-gopro",hex:"F07A1",version:"2.0.46"},{name:"camera-image",hex:"F08CC",version:"2.3.50"},{name:"camera-iris",hex:"F0104",version:"1.5.54"},{name:"camera-metering-center",hex:"F07A2",version:"2.0.46"},{name:"camera-metering-matrix",hex:"F07A3",version:"2.0.46"},{name:"camera-metering-partial",hex:"F07A4",version:"2.0.46"},{name:"camera-metering-spot",hex:"F07A5",version:"2.0.46"},{name:"camera-off",hex:"F05DF",version:"1.5.54"},{name:"camera-outline",hex:"F0D5D",version:"3.4.93"},{name:"camera-party-mode",hex:"F0105",version:"1.5.54"},{name:"camera-plus",hex:"F0EDB",version:"3.8.95"},{name:"camera-plus-outline",hex:"F0EDC",version:"3.8.95"},{name:"camera-rear",hex:"F0106",version:"1.5.54"},{name:"camera-rear-variant",hex:"F0107",version:"1.5.54"},{name:"camera-retake",hex:"F0E19",version:"3.6.95"},{name:"camera-retake-outline",hex:"F0E1A",version:"3.6.95"},{name:"camera-switch",hex:"F0108",version:"1.5.54"},{name:"camera-switch-outline",hex:"F084A",version:"2.1.99"},{name:"camera-timer",hex:"F0109",version:"1.5.54"},{name:"camera-wireless",hex:"F0DB6",version:"3.5.94"},{name:"camera-wireless-outline",hex:"F0DB7",version:"3.5.94"},{name:"campfire",hex:"F0EDD",version:"3.8.95"},{name:"cancel",hex:"F073A",version:"1.9.32"},{name:"candle",hex:"F05E2",version:"1.5.54"},{name:"candycane",hex:"F010A",version:"1.5.54"},{name:"cannabis",hex:"F07A6",version:"2.0.46"},{name:"cannabis-off",hex:"F166E",version:"5.7.55"},{name:"caps-lock",hex:"F0A9B",version:"2.7.94"},{name:"car",hex:"F010B",version:"1.5.54"},{name:"car-2-plus",hex:"F1015",version:"4.1.95"},{name:"car-3-plus",hex:"F1016",version:"4.1.95"},{name:"car-arrow-left",hex:"F13B2",version:"5.0.45"},{name:"car-arrow-right",hex:"F13B3",version:"5.0.45"},{name:"car-back",hex:"F0E1B",version:"3.6.95"},{name:"car-battery",hex:"F010C",version:"1.5.54"},{name:"car-brake-abs",hex:"F0C47",version:"3.2.89"},{name:"car-brake-alert",hex:"F0C48",version:"3.2.89"},{name:"car-brake-hold",hex:"F0D5E",version:"3.4.93"},{name:"car-brake-parking",hex:"F0D5F",version:"3.4.93"},{name:"car-brake-retarder",hex:"F1017",version:"4.1.95"},{name:"car-child-seat",hex:"F0FA3",version:"4.0.96"},{name:"car-clutch",hex:"F1018",version:"4.1.95"},{name:"car-cog",hex:"F13CC",version:"5.1.45"},{name:"car-connected",hex:"F010D",version:"1.5.54"},{name:"car-convertible",hex:"F07A7",version:"2.0.46"},{name:"car-coolant-level",hex:"F1019",version:"4.1.95"},{name:"car-cruise-control",hex:"F0D60",version:"3.4.93"},{name:"car-defrost-front",hex:"F0D61",version:"3.4.93"},{name:"car-defrost-rear",hex:"F0D62",version:"3.4.93"},{name:"car-door",hex:"F0B6B",version:"3.0.39"},{name:"car-door-lock",hex:"F109D",version:"4.2.95"},{name:"car-electric",hex:"F0B6C",version:"3.0.39"},{name:"car-electric-outline",hex:"F15B5",version:"5.6.55"},{name:"car-emergency",hex:"F160F",version:"5.6.55"},{name:"car-esp",hex:"F0C49",version:"3.2.89"},{name:"car-estate",hex:"F07A8",version:"2.0.46"},{name:"car-hatchback",hex:"F07A9",version:"2.0.46"},{name:"car-info",hex:"F11BE",version:"4.5.95"},{name:"car-key",hex:"F0B6D",version:"3.0.39"},{name:"car-lifted-pickup",hex:"F152D",version:"5.4.55"},{name:"car-light-dimmed",hex:"F0C4A",version:"3.2.89"},{name:"car-light-fog",hex:"F0C4B",version:"3.2.89"},{name:"car-light-high",hex:"F0C4C",version:"3.2.89"},{name:"car-limousine",hex:"F08CD",version:"2.3.50"},{name:"car-multiple",hex:"F0B6E",version:"3.0.39"},{name:"car-off",hex:"F0E1C",version:"3.6.95"},{name:"car-outline",hex:"F14ED",version:"5.4.55"},{name:"car-parking-lights",hex:"F0D63",version:"3.4.93"},{name:"car-pickup",hex:"F07AA",version:"2.0.46"},{name:"car-seat",hex:"F0FA4",version:"4.0.96"},{name:"car-seat-cooler",hex:"F0FA5",version:"4.0.96"},{name:"car-seat-heater",hex:"F0FA6",version:"4.0.96"},{name:"car-settings",hex:"F13CD",version:"5.1.45"},{name:"car-shift-pattern",hex:"F0F40",version:"3.9.97"},{name:"car-side",hex:"F07AB",version:"2.0.46"},{name:"car-sports",hex:"F07AC",version:"2.0.46"},{name:"car-tire-alert",hex:"F0C4D",version:"3.2.89"},{name:"car-traction-control",hex:"F0D64",version:"3.4.93"},{name:"car-turbocharger",hex:"F101A",version:"4.1.95"},{name:"car-wash",hex:"F010E",version:"1.5.54"},{name:"car-windshield",hex:"F101B",version:"4.1.95"},{name:"car-windshield-outline",hex:"F101C",version:"4.1.95"},{name:"carabiner",hex:"F14C0",version:"5.3.45"},{name:"caravan",hex:"F07AD",version:"2.0.46"},{name:"card",hex:"F0B6F",version:"3.0.39"},{name:"card-account-details",hex:"F05D2",version:"1.5.54"},{name:"card-account-details-outline",hex:"F0DAB",version:"3.5.94"},{name:"card-account-details-star",hex:"F02A3",version:"1.5.54"},{name:"card-account-details-star-outline",hex:"F06DB",version:"1.8.36"},{name:"card-account-mail",hex:"F018E",version:"1.5.54"},{name:"card-account-mail-outline",hex:"F0E98",version:"3.7.94"},{name:"card-account-phone",hex:"F0E99",version:"3.7.94"},{name:"card-account-phone-outline",hex:"F0E9A",version:"3.7.94"},{name:"card-bulleted",hex:"F0B70",version:"3.0.39"},{name:"card-bulleted-off",hex:"F0B71",version:"3.0.39"},{name:"card-bulleted-off-outline",hex:"F0B72",version:"3.0.39"},{name:"card-bulleted-outline",hex:"F0B73",version:"3.0.39"},{name:"card-bulleted-settings",hex:"F0B74",version:"3.0.39"},{name:"card-bulleted-settings-outline",hex:"F0B75",version:"3.0.39"},{name:"card-minus",hex:"F1600",version:"5.6.55"},{name:"card-minus-outline",hex:"F1601",version:"5.6.55"},{name:"card-off",hex:"F1602",version:"5.6.55"},{name:"card-off-outline",hex:"F1603",version:"5.6.55"},{name:"card-outline",hex:"F0B76",version:"3.0.39"},{name:"card-plus",hex:"F11FF",version:"4.6.95"},{name:"card-plus-outline",hex:"F1200",version:"4.6.95"},{name:"card-remove",hex:"F1604",version:"5.6.55"},{name:"card-remove-outline",hex:"F1605",version:"5.6.55"},{name:"card-search",hex:"F1074",version:"4.2.95"},{name:"card-search-outline",hex:"F1075",version:"4.2.95"},{name:"card-text",hex:"F0B77",version:"3.0.39"},{name:"card-text-outline",hex:"F0B78",version:"3.0.39"},{name:"cards",hex:"F0638",version:"1.6.50"},{name:"cards-club",hex:"F08CE",version:"2.3.50"},{name:"cards-diamond",hex:"F08CF",version:"2.3.50"},{name:"cards-diamond-outline",hex:"F101D",version:"4.1.95"},{name:"cards-heart",hex:"F08D0",version:"2.3.50"},{name:"cards-outline",hex:"F0639",version:"1.6.50"},{name:"cards-playing-outline",hex:"F063A",version:"1.6.50"},{name:"cards-spade",hex:"F08D1",version:"2.3.50"},{name:"cards-variant",hex:"F06C7",version:"1.8.36"},{name:"carrot",hex:"F010F",version:"1.5.54"},{name:"cart",hex:"F0110",version:"1.5.54"},{name:"cart-arrow-down",hex:"F0D66",version:"3.4.93"},{name:"cart-arrow-right",hex:"F0C4E",version:"3.2.89"},{name:"cart-arrow-up",hex:"F0D67",version:"3.4.93"},{name:"cart-check",hex:"F15EA",version:"5.6.55"},{name:"cart-minus",hex:"F0D68",version:"3.4.93"},{name:"cart-off",hex:"F066B",version:"1.6.50"},{name:"cart-outline",hex:"F0111",version:"1.5.54"},{name:"cart-plus",hex:"F0112",version:"1.5.54"},{name:"cart-remove",hex:"F0D69",version:"3.4.93"},{name:"cart-variant",hex:"F15EB",version:"5.6.55"},{name:"case-sensitive-alt",hex:"F0113",version:"1.5.54"},{name:"cash",hex:"F0114",version:"1.5.54"},{name:"cash-100",hex:"F0115",version:"1.5.54"},{name:"cash-check",hex:"F14EE",version:"5.4.55"},{name:"cash-lock",hex:"F14EA",version:"5.4.55"},{name:"cash-lock-open",hex:"F14EB",version:"5.4.55"},{name:"cash-marker",hex:"F0DB8",version:"3.5.94"},{name:"cash-minus",hex:"F1260",version:"4.7.95"},{name:"cash-multiple",hex:"F0116",version:"1.5.54"},{name:"cash-plus",hex:"F1261",version:"4.7.95"},{name:"cash-refund",hex:"F0A9C",version:"2.7.94"},{name:"cash-register",hex:"F0CF4",version:"3.3.92"},{name:"cash-remove",hex:"F1262",version:"4.7.95"},{name:"cash-usd",hex:"F1176",version:"4.4.95"},{name:"cash-usd-outline",hex:"F0117",version:"1.5.54"},{name:"cassette",hex:"F09D4",version:"2.5.94"},{name:"cast",hex:"F0118",version:"1.5.54"},{name:"cast-audio",hex:"F101E",version:"4.1.95"},{name:"cast-connected",hex:"F0119",version:"1.5.54"},{name:"cast-education",hex:"F0E1D",version:"3.6.95"},{name:"cast-off",hex:"F078A",version:"1.9.32"},{name:"castle",hex:"F011A",version:"1.5.54"},{name:"cat",hex:"F011B",version:"1.5.54"},{name:"cctv",hex:"F07AE",version:"2.0.46"},{name:"ceiling-light",hex:"F0769",version:"1.9.32"},{name:"cellphone",hex:"F011C",version:"1.5.54"},{name:"cellphone-android",hex:"F011D",version:"1.5.54",deprecated:true},{name:"cellphone-arrow-down",hex:"F09D5",version:"2.5.94"},{name:"cellphone-basic",hex:"F011E",version:"1.5.54"},{name:"cellphone-charging",hex:"F1397",version:"5.0.45"},{name:"cellphone-cog",hex:"F0951",version:"2.4.85"},{name:"cellphone-dock",hex:"F011F",version:"1.5.54"},{name:"cellphone-erase",hex:"F094D",version:"2.4.85"},{name:"cellphone-information",hex:"F0F41",version:"3.9.97"},{name:"cellphone-iphone",hex:"F0120",version:"1.5.54",deprecated:true},{name:"cellphone-key",hex:"F094E",version:"2.4.85"},{name:"cellphone-link",hex:"F0121",version:"1.5.54"},{name:"cellphone-link-off",hex:"F0122",version:"1.5.54"},{name:"cellphone-lock",hex:"F094F",version:"2.4.85"},{name:"cellphone-message",hex:"F08D3",version:"2.3.50"},{name:"cellphone-message-off",hex:"F10D2",version:"4.3.95"},{name:"cellphone-nfc",hex:"F0E90",version:"3.7.94"},{name:"cellphone-nfc-off",hex:"F12D8",version:"4.8.95"},{name:"cellphone-off",hex:"F0950",version:"2.4.85"},{name:"cellphone-play",hex:"F101F",version:"4.1.95"},{name:"cellphone-screenshot",hex:"F0A35",version:"2.6.95"},{name:"cellphone-settings",hex:"F0123",version:"1.5.54"},{name:"cellphone-sound",hex:"F0952",version:"2.4.85"},{name:"cellphone-text",hex:"F08D2",version:"2.3.50"},{name:"cellphone-wireless",hex:"F0815",version:"2.1.19"},{name:"celtic-cross",hex:"F0CF5",version:"3.3.92"},{name:"centos",hex:"F111A",version:"4.3.95"},{name:"certificate",hex:"F0124",version:"1.5.54"},{name:"certificate-outline",hex:"F1188",version:"4.4.95"},{name:"chair-rolling",hex:"F0F48",version:"3.9.97"},{name:"chair-school",hex:"F0125",version:"1.5.54"},{name:"charity",hex:"F0C4F",version:"3.2.89"},{name:"chart-arc",hex:"F0126",version:"1.5.54"},{name:"chart-areaspline",hex:"F0127",version:"1.5.54"},{name:"chart-areaspline-variant",hex:"F0E91",version:"3.7.94"},{name:"chart-bar",hex:"F0128",version:"1.5.54"},{name:"chart-bar-stacked",hex:"F076A",version:"1.9.32"},{name:"chart-bell-curve",hex:"F0C50",version:"3.2.89"},{name:"chart-bell-curve-cumulative",hex:"F0FA7",version:"4.0.96"},{name:"chart-box",hex:"F154D",version:"5.4.55"},{name:"chart-box-outline",hex:"F154E",version:"5.4.55"},{name:"chart-box-plus-outline",hex:"F154F",version:"5.4.55"},{name:"chart-bubble",hex:"F05E3",version:"1.5.54"},{name:"chart-donut",hex:"F07AF",version:"2.0.46"},{name:"chart-donut-variant",hex:"F07B0",version:"2.0.46"},{name:"chart-gantt",hex:"F066C",version:"1.6.50"},{name:"chart-histogram",hex:"F0129",version:"1.5.54"},{name:"chart-line",hex:"F012A",version:"1.5.54"},{name:"chart-line-stacked",hex:"F076B",version:"1.9.32"},{name:"chart-line-variant",hex:"F07B1",version:"2.0.46"},{name:"chart-multiline",hex:"F08D4",version:"2.3.50"},{name:"chart-multiple",hex:"F1213",version:"4.6.95"},{name:"chart-pie",hex:"F012B",version:"1.5.54"},{name:"chart-ppf",hex:"F1380",version:"4.9.95"},{name:"chart-sankey",hex:"F11DF",version:"4.5.95"},{name:"chart-sankey-variant",hex:"F11E0",version:"4.5.95"},{name:"chart-scatter-plot",hex:"F0E92",version:"3.7.94"},{name:"chart-scatter-plot-hexbin",hex:"F066D",version:"1.6.50"},{name:"chart-timeline",hex:"F066E",version:"1.6.50"},{name:"chart-timeline-variant",hex:"F0E93",version:"3.7.94"},{name:"chart-timeline-variant-shimmer",hex:"F15B6",version:"5.6.55"},{name:"chart-tree",hex:"F0E94",version:"3.7.94"},{name:"chat",hex:"F0B79",version:"3.0.39"},{name:"chat-alert",hex:"F0B7A",version:"3.0.39"},{name:"chat-alert-outline",hex:"F12C9",version:"4.8.95"},{name:"chat-minus",hex:"F1410",version:"5.1.45"},{name:"chat-minus-outline",hex:"F1413",version:"5.1.45"},{name:"chat-outline",hex:"F0EDE",version:"3.8.95"},{name:"chat-plus",hex:"F140F",version:"5.1.45"},{name:"chat-plus-outline",hex:"F1412",version:"5.1.45"},{name:"chat-processing",hex:"F0B7B",version:"3.0.39"},{name:"chat-processing-outline",hex:"F12CA",version:"4.8.95"},{name:"chat-remove",hex:"F1411",version:"5.1.45"},{name:"chat-remove-outline",hex:"F1414",version:"5.1.45"},{name:"chat-sleep",hex:"F12D1",version:"4.8.95"},{name:"chat-sleep-outline",hex:"F12D2",version:"4.8.95"},{name:"check",hex:"F012C",version:"1.5.54"},{name:"check-all",hex:"F012D",version:"1.5.54"},{name:"check-bold",hex:"F0E1E",version:"3.6.95"},{name:"check-box-multiple-outline",hex:"F0C51",version:"3.2.89"},{name:"check-box-outline",hex:"F0C52",version:"3.2.89"},{name:"check-circle",hex:"F05E0",version:"1.5.54"},{name:"check-circle-outline",hex:"F05E1",version:"1.5.54"},{name:"check-decagram",hex:"F0791",version:"2.0.46"},{name:"check-network",hex:"F0C53",version:"3.2.89"},{name:"check-network-outline",hex:"F0C54",version:"3.2.89"},{name:"check-outline",hex:"F0855",version:"2.1.99"},{name:"check-underline",hex:"F0E1F",version:"3.6.95"},{name:"check-underline-circle",hex:"F0E20",version:"3.6.95"},{name:"check-underline-circle-outline",hex:"F0E21",version:"3.6.95"},{name:"checkbook",hex:"F0A9D",version:"2.7.94"},{name:"checkbox-blank",hex:"F012E",version:"1.5.54"},{name:"checkbox-blank-circle",hex:"F012F",version:"1.5.54"},{name:"checkbox-blank-circle-outline",hex:"F0130",version:"1.5.54"},{name:"checkbox-blank-off",hex:"F12EC",version:"4.8.95"},{name:"checkbox-blank-off-outline",hex:"F12ED",version:"4.8.95"},{name:"checkbox-blank-outline",hex:"F0131",version:"1.5.54"},{name:"checkbox-intermediate",hex:"F0856",version:"2.1.99"},{name:"checkbox-marked",hex:"F0132",version:"1.5.54"},{name:"checkbox-marked-circle",hex:"F0133",version:"1.5.54"},{name:"checkbox-marked-circle-outline",hex:"F0134",version:"1.5.54"},{name:"checkbox-marked-outline",hex:"F0135",version:"1.5.54"},{name:"checkbox-multiple-blank",hex:"F0136",version:"1.5.54"},{name:"checkbox-multiple-blank-circle",hex:"F063B",version:"1.6.50"},{name:"checkbox-multiple-blank-circle-outline",hex:"F063C",version:"1.6.50"},{name:"checkbox-multiple-blank-outline",hex:"F0137",version:"1.5.54"},{name:"checkbox-multiple-marked",hex:"F0138",version:"1.5.54"},{name:"checkbox-multiple-marked-circle",hex:"F063D",version:"1.6.50"},{name:"checkbox-multiple-marked-circle-outline",hex:"F063E",version:"1.6.50"},{name:"checkbox-multiple-marked-outline",hex:"F0139",version:"1.5.54"},{name:"checkerboard",hex:"F013A",version:"1.5.54"},{name:"checkerboard-minus",hex:"F1202",version:"4.6.95"},{name:"checkerboard-plus",hex:"F1201",version:"4.6.95"},{name:"checkerboard-remove",hex:"F1203",version:"4.6.95"},{name:"cheese",hex:"F12B9",version:"4.7.95"},{name:"cheese-off",hex:"F13EE",version:"5.1.45"},{name:"chef-hat",hex:"F0B7C",version:"3.0.39"},{name:"chemical-weapon",hex:"F013B",version:"1.5.54"},{name:"chess-bishop",hex:"F085C",version:"2.1.99"},{name:"chess-king",hex:"F0857",version:"2.1.99"},{name:"chess-knight",hex:"F0858",version:"2.1.99"},{name:"chess-pawn",hex:"F0859",version:"2.1.99"},{name:"chess-queen",hex:"F085A",version:"2.1.99"},{name:"chess-rook",hex:"F085B",version:"2.1.99"},{name:"chevron-double-down",hex:"F013C",version:"1.5.54"},{name:"chevron-double-left",hex:"F013D",version:"1.5.54"},{name:"chevron-double-right",hex:"F013E",version:"1.5.54"},{name:"chevron-double-up",hex:"F013F",version:"1.5.54"},{name:"chevron-down",hex:"F0140",version:"1.5.54"},{name:"chevron-down-box",hex:"F09D6",version:"2.5.94"},{name:"chevron-down-box-outline",hex:"F09D7",version:"2.5.94"},{name:"chevron-down-circle",hex:"F0B26",version:"2.8.94"},{name:"chevron-down-circle-outline",hex:"F0B27",version:"2.8.94"},{name:"chevron-left",hex:"F0141",version:"1.5.54"},{name:"chevron-left-box",hex:"F09D8",version:"2.5.94"},{name:"chevron-left-box-outline",hex:"F09D9",version:"2.5.94"},{name:"chevron-left-circle",hex:"F0B28",version:"2.8.94"},{name:"chevron-left-circle-outline",hex:"F0B29",version:"2.8.94"},{name:"chevron-right",hex:"F0142",version:"1.5.54"},{name:"chevron-right-box",hex:"F09DA",version:"2.5.94"},{name:"chevron-right-box-outline",hex:"F09DB",version:"2.5.94"},{name:"chevron-right-circle",hex:"F0B2A",version:"2.8.94"},{name:"chevron-right-circle-outline",hex:"F0B2B",version:"2.8.94"},{name:"chevron-triple-down",hex:"F0DB9",version:"3.5.94"},{name:"chevron-triple-left",hex:"F0DBA",version:"3.5.94"},{name:"chevron-triple-right",hex:"F0DBB",version:"3.5.94"},{name:"chevron-triple-up",hex:"F0DBC",version:"3.5.94"},{name:"chevron-up",hex:"F0143",version:"1.5.54"},{name:"chevron-up-box",hex:"F09DC",version:"2.5.94"},{name:"chevron-up-box-outline",hex:"F09DD",version:"2.5.94"},{name:"chevron-up-circle",hex:"F0B2C",version:"2.8.94"},{name:"chevron-up-circle-outline",hex:"F0B2D",version:"2.8.94"},{name:"chili-hot",hex:"F07B2",version:"2.0.46"},{name:"chili-medium",hex:"F07B3",version:"2.0.46"},{name:"chili-mild",hex:"F07B4",version:"2.0.46"},{name:"chili-off",hex:"F1467",version:"5.2.45"},{name:"chip",hex:"F061A",version:"1.6.50"},{name:"christianity",hex:"F0953",version:"2.4.85"},{name:"christianity-outline",hex:"F0CF6",version:"3.3.92"},{name:"church",hex:"F0144",version:"1.5.54"},{name:"cigar",hex:"F1189",version:"4.4.95"},{name:"cigar-off",hex:"F141B",version:"5.2.45"},{name:"circle",hex:"F0765",version:"1.9.32"},{name:"circle-box",hex:"F15DC",version:"5.6.55"},{name:"circle-box-outline",hex:"F15DD",version:"5.6.55"},{name:"circle-double",hex:"F0E95",version:"3.7.94"},{name:"circle-edit-outline",hex:"F08D5",version:"2.3.50"},{name:"circle-expand",hex:"F0E96",version:"3.7.94"},{name:"circle-half",hex:"F1395",version:"5.0.45"},{name:"circle-half-full",hex:"F1396",version:"5.0.45"},{name:"circle-medium",hex:"F09DE",version:"2.5.94"},{name:"circle-multiple",hex:"F0B38",version:"2.8.94"},{name:"circle-multiple-outline",hex:"F0695",version:"1.7.12"},{name:"circle-off-outline",hex:"F10D3",version:"4.3.95"},{name:"circle-outline",hex:"F0766",version:"1.9.32"},{name:"circle-slice-1",hex:"F0A9E",version:"2.7.94"},{name:"circle-slice-2",hex:"F0A9F",version:"2.7.94"},{name:"circle-slice-3",hex:"F0AA0",version:"2.7.94"},{name:"circle-slice-4",hex:"F0AA1",version:"2.7.94"},{name:"circle-slice-5",hex:"F0AA2",version:"2.7.94"},{name:"circle-slice-6",hex:"F0AA3",version:"2.7.94"},{name:"circle-slice-7",hex:"F0AA4",version:"2.7.94"},{name:"circle-slice-8",hex:"F0AA5",version:"2.7.94"},{name:"circle-small",hex:"F09DF",version:"2.5.94"},{name:"circular-saw",hex:"F0E22",version:"3.6.95"},{name:"city",hex:"F0146",version:"1.5.54"},{name:"city-variant",hex:"F0A36",version:"2.6.95"},{name:"city-variant-outline",hex:"F0A37",version:"2.6.95"},{name:"clipboard",hex:"F0147",version:"1.5.54"},{name:"clipboard-account",hex:"F0148",version:"1.5.54"},{name:"clipboard-account-outline",hex:"F0C55",version:"3.2.89"},{name:"clipboard-alert",hex:"F0149",version:"1.5.54"},{name:"clipboard-alert-outline",hex:"F0CF7",version:"3.3.92"},{name:"clipboard-arrow-down",hex:"F014A",version:"1.5.54"},{name:"clipboard-arrow-down-outline",hex:"F0C56",version:"3.2.89"},{name:"clipboard-arrow-left",hex:"F014B",version:"1.5.54"},{name:"clipboard-arrow-left-outline",hex:"F0CF8",version:"3.3.92"},{name:"clipboard-arrow-right",hex:"F0CF9",version:"3.3.92"},{name:"clipboard-arrow-right-outline",hex:"F0CFA",version:"3.3.92"},{name:"clipboard-arrow-up",hex:"F0C57",version:"3.2.89"},{name:"clipboard-arrow-up-outline",hex:"F0C58",version:"3.2.89"},{name:"clipboard-check",hex:"F014E",version:"1.5.54"},{name:"clipboard-check-multiple",hex:"F1263",version:"4.7.95"},{name:"clipboard-check-multiple-outline",hex:"F1264",version:"4.7.95"},{name:"clipboard-check-outline",hex:"F08A8",version:"2.2.43"},{name:"clipboard-edit",hex:"F14E5",version:"5.4.55"},{name:"clipboard-edit-outline",hex:"F14E6",version:"5.4.55"},{name:"clipboard-file",hex:"F1265",version:"4.7.95"},{name:"clipboard-file-outline",hex:"F1266",version:"4.7.95"},{name:"clipboard-flow",hex:"F06C8",version:"1.8.36"},{name:"clipboard-flow-outline",hex:"F1117",version:"4.3.95"},{name:"clipboard-list",hex:"F10D4",version:"4.3.95"},{name:"clipboard-list-outline",hex:"F10D5",version:"4.3.95"},{name:"clipboard-minus",hex:"F1618",version:"5.7.55"},{name:"clipboard-minus-outline",hex:"F1619",version:"5.7.55"},{name:"clipboard-multiple",hex:"F1267",version:"4.7.95"},{name:"clipboard-multiple-outline",hex:"F1268",version:"4.7.95"},{name:"clipboard-off",hex:"F161A",version:"5.7.55"},{name:"clipboard-off-outline",hex:"F161B",version:"5.7.55"},{name:"clipboard-outline",hex:"F014C",version:"1.5.54"},{name:"clipboard-play",hex:"F0C59",version:"3.2.89"},{name:"clipboard-play-multiple",hex:"F1269",version:"4.7.95"},{name:"clipboard-play-multiple-outline",hex:"F126A",version:"4.7.95"},{name:"clipboard-play-outline",hex:"F0C5A",version:"3.2.89"},{name:"clipboard-plus",hex:"F0751",version:"1.9.32"},{name:"clipboard-plus-outline",hex:"F131F",version:"4.8.95"},{name:"clipboard-pulse",hex:"F085D",version:"2.1.99"},{name:"clipboard-pulse-outline",hex:"F085E",version:"2.1.99"},{name:"clipboard-remove",hex:"F161C",version:"5.7.55"},{name:"clipboard-remove-outline",hex:"F161D",version:"5.7.55"},{name:"clipboard-search",hex:"F161E",version:"5.7.55"},{name:"clipboard-search-outline",hex:"F161F",version:"5.7.55"},{name:"clipboard-text",hex:"F014D",version:"1.5.54"},{name:"clipboard-text-multiple",hex:"F126B",version:"4.7.95"},{name:"clipboard-text-multiple-outline",hex:"F126C",version:"4.7.95"},{name:"clipboard-text-off",hex:"F1620",version:"5.7.55"},{name:"clipboard-text-off-outline",hex:"F1621",version:"5.7.55"},{name:"clipboard-text-outline",hex:"F0A38",version:"2.6.95"},{name:"clipboard-text-play",hex:"F0C5B",version:"3.2.89"},{name:"clipboard-text-play-outline",hex:"F0C5C",version:"3.2.89"},{name:"clipboard-text-search",hex:"F1622",version:"5.7.55"},{name:"clipboard-text-search-outline",hex:"F1623",version:"5.7.55"},{name:"clippy",hex:"F014F",version:"1.5.54"},{name:"clock",hex:"F0954",version:"2.4.85"},{name:"clock-alert",hex:"F0955",version:"2.4.85"},{name:"clock-alert-outline",hex:"F05CE",version:"1.5.54"},{name:"clock-check",hex:"F0FA8",version:"4.0.96"},{name:"clock-check-outline",hex:"F0FA9",version:"4.0.96"},{name:"clock-digital",hex:"F0E97",version:"3.7.94"},{name:"clock-end",hex:"F0151",version:"1.5.54"},{name:"clock-fast",hex:"F0152",version:"1.5.54"},{name:"clock-in",hex:"F0153",version:"1.5.54"},{name:"clock-out",hex:"F0154",version:"1.5.54"},{name:"clock-outline",hex:"F0150",version:"1.5.54"},{name:"clock-start",hex:"F0155",version:"1.5.54"},{name:"clock-time-eight",hex:"F1446",version:"5.2.45"},{name:"clock-time-eight-outline",hex:"F1452",version:"5.2.45"},{name:"clock-time-eleven",hex:"F1449",version:"5.2.45"},{name:"clock-time-eleven-outline",hex:"F1455",version:"5.2.45"},{name:"clock-time-five",hex:"F1443",version:"5.2.45"},{name:"clock-time-five-outline",hex:"F144F",version:"5.2.45"},{name:"clock-time-four",hex:"F1442",version:"5.2.45"},{name:"clock-time-four-outline",hex:"F144E",version:"5.2.45"},{name:"clock-time-nine",hex:"F1447",version:"5.2.45"},{name:"clock-time-nine-outline",hex:"F1453",version:"5.2.45"},{name:"clock-time-one",hex:"F143F",version:"5.2.45"},{name:"clock-time-one-outline",hex:"F144B",version:"5.2.45"},{name:"clock-time-seven",hex:"F1445",version:"5.2.45"},{name:"clock-time-seven-outline",hex:"F1451",version:"5.2.45"},{name:"clock-time-six",hex:"F1444",version:"5.2.45"},{name:"clock-time-six-outline",hex:"F1450",version:"5.2.45"},{name:"clock-time-ten",hex:"F1448",version:"5.2.45"},{name:"clock-time-ten-outline",hex:"F1454",version:"5.2.45"},{name:"clock-time-three",hex:"F1441",version:"5.2.45"},{name:"clock-time-three-outline",hex:"F144D",version:"5.2.45"},{name:"clock-time-twelve",hex:"F144A",version:"5.2.45"},{name:"clock-time-twelve-outline",hex:"F1456",version:"5.2.45"},{name:"clock-time-two",hex:"F1440",version:"5.2.45"},{name:"clock-time-two-outline",hex:"F144C",version:"5.2.45"},{name:"close",hex:"F0156",version:"1.5.54"},{name:"close-box",hex:"F0157",version:"1.5.54"},{name:"close-box-multiple",hex:"F0C5D",version:"3.2.89"},{name:"close-box-multiple-outline",hex:"F0C5E",version:"3.2.89"},{name:"close-box-outline",hex:"F0158",version:"1.5.54"},{name:"close-circle",hex:"F0159",version:"1.5.54"},{name:"close-circle-multiple",hex:"F062A",version:"1.6.50"},{name:"close-circle-multiple-outline",hex:"F0883",version:"2.1.99"},{name:"close-circle-outline",hex:"F015A",version:"1.5.54"},{name:"close-network",hex:"F015B",version:"1.5.54"},{name:"close-network-outline",hex:"F0C5F",version:"3.2.89"},{name:"close-octagon",hex:"F015C",version:"1.5.54"},{name:"close-octagon-outline",hex:"F015D",version:"1.5.54"},{name:"close-outline",hex:"F06C9",version:"1.8.36"},{name:"close-thick",hex:"F1398",version:"5.0.45"},{name:"closed-caption",hex:"F015E",version:"1.5.54"},{name:"closed-caption-outline",hex:"F0DBD",version:"3.5.94"},{name:"cloud",hex:"F015F",version:"1.5.54"},{name:"cloud-alert",hex:"F09E0",version:"2.5.94"},{name:"cloud-braces",hex:"F07B5",version:"2.0.46"},{name:"cloud-check",hex:"F0160",version:"1.5.54"},{name:"cloud-check-outline",hex:"F12CC",version:"4.8.95"},{name:"cloud-circle",hex:"F0161",version:"1.5.54"},{name:"cloud-download",hex:"F0162",version:"1.5.54"},{name:"cloud-download-outline",hex:"F0B7D",version:"3.0.39"},{name:"cloud-lock",hex:"F11F1",version:"4.5.95"},{name:"cloud-lock-outline",hex:"F11F2",version:"4.5.95"},{name:"cloud-off-outline",hex:"F0164",version:"1.5.54"},{name:"cloud-outline",hex:"F0163",version:"1.5.54"},{name:"cloud-print",hex:"F0165",version:"1.5.54"},{name:"cloud-print-outline",hex:"F0166",version:"1.5.54"},{name:"cloud-question",hex:"F0A39",version:"2.6.95"},{name:"cloud-refresh",hex:"F052A",version:"1.5.54"},{name:"cloud-search",hex:"F0956",version:"2.4.85"},{name:"cloud-search-outline",hex:"F0957",version:"2.4.85"},{name:"cloud-sync",hex:"F063F",version:"1.6.50"},{name:"cloud-sync-outline",hex:"F12D6",version:"4.8.95"},{name:"cloud-tags",hex:"F07B6",version:"2.0.46"},{name:"cloud-upload",hex:"F0167",version:"1.5.54"},{name:"cloud-upload-outline",hex:"F0B7E",version:"3.0.39"},{name:"clover",hex:"F0816",version:"2.1.19"},{name:"coach-lamp",hex:"F1020",version:"4.1.95"},{name:"coat-rack",hex:"F109E",version:"4.2.95"},{name:"code-array",hex:"F0168",version:"1.5.54"},{name:"code-braces",hex:"F0169",version:"1.5.54"},{name:"code-braces-box",hex:"F10D6",version:"4.3.95"},{name:"code-brackets",hex:"F016A",version:"1.5.54"},{name:"code-equal",hex:"F016B",version:"1.5.54"},{name:"code-greater-than",hex:"F016C",version:"1.5.54"},{name:"code-greater-than-or-equal",hex:"F016D",version:"1.5.54"},{name:"code-json",hex:"F0626",version:"1.6.50"},{name:"code-less-than",hex:"F016E",version:"1.5.54"},{name:"code-less-than-or-equal",hex:"F016F",version:"1.5.54"},{name:"code-not-equal",hex:"F0170",version:"1.5.54"},{name:"code-not-equal-variant",hex:"F0171",version:"1.5.54"},{name:"code-parentheses",hex:"F0172",version:"1.5.54"},{name:"code-parentheses-box",hex:"F10D7",version:"4.3.95"},{name:"code-string",hex:"F0173",version:"1.5.54"},{name:"code-tags",hex:"F0174",version:"1.5.54"},{name:"code-tags-check",hex:"F0694",version:"1.7.12"},{name:"codepen",hex:"F0175",version:"1.5.54"},{name:"coffee",hex:"F0176",version:"1.5.54"},{name:"coffee-maker",hex:"F109F",version:"4.2.95"},{name:"coffee-off",hex:"F0FAA",version:"3.9.97"},{name:"coffee-off-outline",hex:"F0FAB",version:"3.9.97"},{name:"coffee-outline",hex:"F06CA",version:"1.8.36"},{name:"coffee-to-go",hex:"F0177",version:"1.5.54"},{name:"coffee-to-go-outline",hex:"F130E",version:"4.8.95"},{name:"coffin",hex:"F0B7F",version:"3.0.39"},{name:"cog",hex:"F0493",version:"1.5.54"},{name:"cog-box",hex:"F0494",version:"1.5.54"},{name:"cog-clockwise",hex:"F11DD",version:"4.5.95"},{name:"cog-counterclockwise",hex:"F11DE",version:"4.5.95"},{name:"cog-off",hex:"F13CE",version:"5.1.45"},{name:"cog-off-outline",hex:"F13CF",version:"5.1.45"},{name:"cog-outline",hex:"F08BB",version:"2.2.43"},{name:"cog-refresh",hex:"F145E",version:"5.2.45"},{name:"cog-refresh-outline",hex:"F145F",version:"5.2.45"},{name:"cog-sync",hex:"F1460",version:"5.2.45"},{name:"cog-sync-outline",hex:"F1461",version:"5.2.45"},{name:"cog-transfer",hex:"F105B",version:"4.1.95"},{name:"cog-transfer-outline",hex:"F105C",version:"4.1.95"},{name:"cogs",hex:"F08D6",version:"2.3.50"},{name:"collage",hex:"F0640",version:"1.6.50"},{name:"collapse-all",hex:"F0AA6",version:"2.7.94"},{name:"collapse-all-outline",hex:"F0AA7",version:"2.7.94"},{name:"color-helper",hex:"F0179",version:"1.5.54"},{name:"comma",hex:"F0E23",version:"3.6.95"},{name:"comma-box",hex:"F0E2B",version:"3.6.95"},{name:"comma-box-outline",hex:"F0E24",version:"3.6.95"},{name:"comma-circle",hex:"F0E25",version:"3.6.95"},{name:"comma-circle-outline",hex:"F0E26",version:"3.6.95"},{name:"comment",hex:"F017A",version:"1.5.54"},{name:"comment-account",hex:"F017B",version:"1.5.54"},{name:"comment-account-outline",hex:"F017C",version:"1.5.54"},{name:"comment-alert",hex:"F017D",version:"1.5.54"},{name:"comment-alert-outline",hex:"F017E",version:"1.5.54"},{name:"comment-arrow-left",hex:"F09E1",version:"2.5.94"},{name:"comment-arrow-left-outline",hex:"F09E2",version:"2.5.94"},{name:"comment-arrow-right",hex:"F09E3",version:"2.5.94"},{name:"comment-arrow-right-outline",hex:"F09E4",version:"2.5.94"},{name:"comment-bookmark",hex:"F15AE",version:"5.5.55"},{name:"comment-bookmark-outline",hex:"F15AF",version:"5.5.55"},{name:"comment-check",hex:"F017F",version:"1.5.54"},{name:"comment-check-outline",hex:"F0180",version:"1.5.54"},{name:"comment-edit",hex:"F11BF",version:"4.5.95"},{name:"comment-edit-outline",hex:"F12C4",version:"4.8.95"},{name:"comment-eye",hex:"F0A3A",version:"2.6.95"},{name:"comment-eye-outline",hex:"F0A3B",version:"2.6.95"},{name:"comment-flash",hex:"F15B0",version:"5.5.55"},{name:"comment-flash-outline",hex:"F15B1",version:"5.5.55"},{name:"comment-minus",hex:"F15DF",version:"5.6.55"},{name:"comment-minus-outline",hex:"F15E0",version:"5.6.55"},{name:"comment-multiple",hex:"F085F",version:"2.1.99"},{name:"comment-multiple-outline",hex:"F0181",version:"1.5.54"},{name:"comment-off",hex:"F15E1",version:"5.6.55"},{name:"comment-off-outline",hex:"F15E2",version:"5.6.55"},{name:"comment-outline",hex:"F0182",version:"1.5.54"},{name:"comment-plus",hex:"F09E5",version:"2.5.94"},{name:"comment-plus-outline",hex:"F0183",version:"1.5.54"},{name:"comment-processing",hex:"F0184",version:"1.5.54"},{name:"comment-processing-outline",hex:"F0185",version:"1.5.54"},{name:"comment-question",hex:"F0817",version:"2.1.19"},{name:"comment-question-outline",hex:"F0186",version:"1.5.54"},{name:"comment-quote",hex:"F1021",version:"4.1.95"},{name:"comment-quote-outline",hex:"F1022",version:"4.1.95"},{name:"comment-remove",hex:"F05DE",version:"1.5.54"},{name:"comment-remove-outline",hex:"F0187",version:"1.5.54"},{name:"comment-search",hex:"F0A3C",version:"2.6.95"},{name:"comment-search-outline",hex:"F0A3D",version:"2.6.95"},{name:"comment-text",hex:"F0188",version:"1.5.54"},{name:"comment-text-multiple",hex:"F0860",version:"2.1.99"},{name:"comment-text-multiple-outline",hex:"F0861",version:"2.1.99"},{name:"comment-text-outline",hex:"F0189",version:"1.5.54"},{name:"compare",hex:"F018A",version:"1.5.54"},{name:"compare-horizontal",hex:"F1492",version:"5.3.45"},{name:"compare-vertical",hex:"F1493",version:"5.3.45"},{name:"compass",hex:"F018B",version:"1.5.54"},{name:"compass-off",hex:"F0B80",version:"3.0.39"},{name:"compass-off-outline",hex:"F0B81",version:"3.0.39"},{name:"compass-outline",hex:"F018C",version:"1.5.54"},{name:"compass-rose",hex:"F1382",version:"4.9.95"},{name:"concourse-ci",hex:"F10A0",version:"4.2.95"},{name:"connection",hex:"F1616",version:"5.6.55"},{name:"console",hex:"F018D",version:"1.5.54"},{name:"console-line",hex:"F07B7",version:"2.0.46"},{name:"console-network",hex:"F08A9",version:"2.2.43"},{name:"console-network-outline",hex:"F0C60",version:"3.2.89"},{name:"consolidate",hex:"F10D8",version:"4.3.95"},{name:"contactless-payment",hex:"F0D6A",version:"3.4.93"},{name:"contactless-payment-circle",hex:"F0321",version:"1.5.54"},{name:"contactless-payment-circle-outline",hex:"F0408",version:"1.5.54"},{name:"contacts",hex:"F06CB",version:"1.8.36"},{name:"contacts-outline",hex:"F05B8",version:"1.5.54"},{name:"contain",hex:"F0A3E",version:"2.6.95"},{name:"contain-end",hex:"F0A3F",version:"2.6.95"},{name:"contain-start",hex:"F0A40",version:"2.6.95"},{name:"content-copy",hex:"F018F",version:"1.5.54"},{name:"content-cut",hex:"F0190",version:"1.5.54"},{name:"content-duplicate",hex:"F0191",version:"1.5.54"},{name:"content-paste",hex:"F0192",version:"1.5.54"},{name:"content-save",hex:"F0193",version:"1.5.54"},{name:"content-save-alert",hex:"F0F42",version:"3.9.97"},{name:"content-save-alert-outline",hex:"F0F43",version:"3.9.97"},{name:"content-save-all",hex:"F0194",version:"1.5.54"},{name:"content-save-all-outline",hex:"F0F44",version:"3.9.97"},{name:"content-save-cog",hex:"F145B",version:"5.2.45"},{name:"content-save-cog-outline",hex:"F145C",version:"5.2.45"},{name:"content-save-edit",hex:"F0CFB",version:"3.3.92"},{name:"content-save-edit-outline",hex:"F0CFC",version:"3.3.92"},{name:"content-save-move",hex:"F0E27",version:"3.6.95"},{name:"content-save-move-outline",hex:"F0E28",version:"3.6.95"},{name:"content-save-off",hex:"F1643",version:"5.7.55"},{name:"content-save-off-outline",hex:"F1644",version:"5.7.55"},{name:"content-save-outline",hex:"F0818",version:"2.1.19"},{name:"content-save-settings",hex:"F061B",version:"1.6.50"},{name:"content-save-settings-outline",hex:"F0B2E",version:"2.8.94"},{name:"contrast",hex:"F0195",version:"1.5.54"},{name:"contrast-box",hex:"F0196",version:"1.5.54"},{name:"contrast-circle",hex:"F0197",version:"1.5.54"},{name:"controller-classic",hex:"F0B82",version:"3.0.39"},{name:"controller-classic-outline",hex:"F0B83",version:"3.0.39"},{name:"cookie",hex:"F0198",version:"1.5.54"},{name:"cookie-alert",hex:"F16D0",version:"5.8.55"},{name:"cookie-alert-outline",hex:"F16D1",version:"5.8.55"},{name:"cookie-check",hex:"F16D2",version:"5.8.55"},{name:"cookie-check-outline",hex:"F16D3",version:"5.8.55"},{name:"cookie-cog",hex:"F16D4",version:"5.8.55"},{name:"cookie-cog-outline",hex:"F16D5",version:"5.8.55"},{name:"cookie-minus",hex:"F16DA",version:"5.8.55"},{name:"cookie-minus-outline",hex:"F16DB",version:"5.8.55"},{name:"cookie-outline",hex:"F16DE",version:"5.8.55"},{name:"cookie-plus",hex:"F16D6",version:"5.8.55"},{name:"cookie-plus-outline",hex:"F16D7",version:"5.8.55"},{name:"cookie-remove",hex:"F16D8",version:"5.8.55"},{name:"cookie-remove-outline",hex:"F16D9",version:"5.8.55"},{name:"cookie-settings",hex:"F16DC",version:"5.8.55"},{name:"cookie-settings-outline",hex:"F16DD",version:"5.8.55"},{name:"coolant-temperature",hex:"F03C8",version:"1.5.54"},{name:"copyright",hex:"F05E6",version:"1.5.54"},{name:"cordova",hex:"F0958",version:"2.4.85"},{name:"corn",hex:"F07B8",version:"2.0.46"},{name:"corn-off",hex:"F13EF",version:"5.1.45"},{name:"cosine-wave",hex:"F1479",version:"5.2.45"},{name:"counter",hex:"F0199",version:"1.5.54"},{name:"cow",hex:"F019A",version:"1.5.54"},{name:"cpu-32-bit",hex:"F0EDF",version:"3.8.95"},{name:"cpu-64-bit",hex:"F0EE0",version:"3.8.95"},{name:"crane",hex:"F0862",version:"2.1.99"},{name:"creation",hex:"F0674",version:"1.7.12"},{name:"creative-commons",hex:"F0D6B",version:"3.4.93"},{name:"credit-card",hex:"F0FEF",version:"4.0.96"},{name:"credit-card-check",hex:"F13D0",version:"5.1.45"},{name:"credit-card-check-outline",hex:"F13D1",version:"5.1.45"},{name:"credit-card-clock",hex:"F0EE1",version:"3.8.95"},{name:"credit-card-clock-outline",hex:"F0EE2",version:"3.8.95"},{name:"credit-card-marker",hex:"F06A8",version:"1.7.12"},{name:"credit-card-marker-outline",hex:"F0DBE",version:"3.5.94"},{name:"credit-card-minus",hex:"F0FAC",version:"4.0.96"},{name:"credit-card-minus-outline",hex:"F0FAD",version:"4.0.96"},{name:"credit-card-multiple",hex:"F0FF0",version:"4.0.96"},{name:"credit-card-multiple-outline",hex:"F019C",version:"1.5.54"},{name:"credit-card-off",hex:"F0FF1",version:"4.0.96"},{name:"credit-card-off-outline",hex:"F05E4",version:"1.5.54"},{name:"credit-card-outline",hex:"F019B",version:"1.5.54"},{name:"credit-card-plus",hex:"F0FF2",version:"4.0.96"},{name:"credit-card-plus-outline",hex:"F0676",version:"1.7.12"},{name:"credit-card-refresh",hex:"F1645",version:"5.7.55"},{name:"credit-card-refresh-outline",hex:"F1646",version:"5.7.55"},{name:"credit-card-refund",hex:"F0FF3",version:"4.0.96"},{name:"credit-card-refund-outline",hex:"F0AA8",version:"2.7.94"},{name:"credit-card-remove",hex:"F0FAE",version:"4.0.96"},{name:"credit-card-remove-outline",hex:"F0FAF",version:"4.0.96"},{name:"credit-card-scan",hex:"F0FF4",version:"4.0.96"},{name:"credit-card-scan-outline",hex:"F019D",version:"1.5.54"},{name:"credit-card-search",hex:"F1647",version:"5.7.55"},{name:"credit-card-search-outline",hex:"F1648",version:"5.7.55"},{name:"credit-card-settings",hex:"F0FF5",version:"4.0.96"},{name:"credit-card-settings-outline",hex:"F08D7",version:"2.3.50"},{name:"credit-card-sync",hex:"F1649",version:"5.7.55"},{name:"credit-card-sync-outline",hex:"F164A",version:"5.7.55"},{name:"credit-card-wireless",hex:"F0802",version:"2.1.19"},{name:"credit-card-wireless-off",hex:"F057A",version:"1.5.54"},{name:"credit-card-wireless-off-outline",hex:"F057B",version:"1.5.54"},{name:"credit-card-wireless-outline",hex:"F0D6C",version:"3.4.93"},{name:"cricket",hex:"F0D6D",version:"3.4.93"},{name:"crop",hex:"F019E",version:"1.5.54"},{name:"crop-free",hex:"F019F",version:"1.5.54"},{name:"crop-landscape",hex:"F01A0",version:"1.5.54"},{name:"crop-portrait",hex:"F01A1",version:"1.5.54"},{name:"crop-rotate",hex:"F0696",version:"1.7.12"},{name:"crop-square",hex:"F01A2",version:"1.5.54"},{name:"crosshairs",hex:"F01A3",version:"1.5.54"},{name:"crosshairs-gps",hex:"F01A4",version:"1.5.54"},{name:"crosshairs-off",hex:"F0F45",version:"3.9.97"},{name:"crosshairs-question",hex:"F1136",version:"4.4.95"},{name:"crown",hex:"F01A5",version:"1.5.54"},{name:"crown-outline",hex:"F11D0",version:"4.5.95"},{name:"cryengine",hex:"F0959",version:"2.4.85"},{name:"crystal-ball",hex:"F0B2F",version:"2.8.94"},{name:"cube",hex:"F01A6",version:"1.5.54"},{name:"cube-off",hex:"F141C",version:"5.2.45"},{name:"cube-off-outline",hex:"F141D",version:"5.2.45"},{name:"cube-outline",hex:"F01A7",version:"1.5.54"},{name:"cube-scan",hex:"F0B84",version:"3.0.39"},{name:"cube-send",hex:"F01A8",version:"1.5.54"},{name:"cube-unfolded",hex:"F01A9",version:"1.5.54"},{name:"cup",hex:"F01AA",version:"1.5.54"},{name:"cup-off",hex:"F05E5",version:"1.5.54"},{name:"cup-off-outline",hex:"F137D",version:"4.9.95"},{name:"cup-outline",hex:"F130F",version:"4.8.95"},{name:"cup-water",hex:"F01AB",version:"1.5.54"},{name:"cupboard",hex:"F0F46",version:"3.9.97"},{name:"cupboard-outline",hex:"F0F47",version:"3.9.97"},{name:"cupcake",hex:"F095A",version:"2.4.85"},{name:"curling",hex:"F0863",version:"2.1.99"},{name:"currency-bdt",hex:"F0864",version:"2.1.99"},{name:"currency-brl",hex:"F0B85",version:"3.0.39"},{name:"currency-btc",hex:"F01AC",version:"1.5.54"},{name:"currency-cny",hex:"F07BA",version:"2.0.46"},{name:"currency-eth",hex:"F07BB",version:"2.0.46"},{name:"currency-eur",hex:"F01AD",version:"1.5.54"},{name:"currency-eur-off",hex:"F1315",version:"4.8.95"},{name:"currency-gbp",hex:"F01AE",version:"1.5.54"},{name:"currency-ils",hex:"F0C61",version:"3.2.89"},{name:"currency-inr",hex:"F01AF",version:"1.5.54"},{name:"currency-jpy",hex:"F07BC",version:"2.0.46"},{name:"currency-krw",hex:"F07BD",version:"2.0.46"},{name:"currency-kzt",hex:"F0865",version:"2.1.99"},{name:"currency-mnt",hex:"F1512",version:"5.4.55"},{name:"currency-ngn",hex:"F01B0",version:"1.5.54"},{name:"currency-php",hex:"F09E6",version:"2.5.94"},{name:"currency-rial",hex:"F0E9C",version:"3.7.94"},{name:"currency-rub",hex:"F01B1",version:"1.5.54"},{name:"currency-sign",hex:"F07BE",version:"2.0.46"},{name:"currency-try",hex:"F01B2",version:"1.5.54"},{name:"currency-twd",hex:"F07BF",version:"2.0.46"},{name:"currency-usd",hex:"F01C1",version:"1.5.54"},{name:"currency-usd-circle",hex:"F116B",version:"4.4.95"},{name:"currency-usd-circle-outline",hex:"F0178",version:"1.5.54"},{name:"currency-usd-off",hex:"F067A",version:"1.7.12"},{name:"current-ac",hex:"F1480",version:"5.3.45"},{name:"current-dc",hex:"F095C",version:"2.4.85"},{name:"cursor-default",hex:"F01C0",version:"1.5.54"},{name:"cursor-default-click",hex:"F0CFD",version:"3.3.92"},{name:"cursor-default-click-outline",hex:"F0CFE",version:"3.3.92"},{name:"cursor-default-gesture",hex:"F1127",version:"4.3.95"},{name:"cursor-default-gesture-outline",hex:"F1128",version:"4.3.95"},{name:"cursor-default-outline",hex:"F01BF",version:"1.5.54"},{name:"cursor-move",hex:"F01BE",version:"1.5.54"},{name:"cursor-pointer",hex:"F01BD",version:"1.5.54"},{name:"cursor-text",hex:"F05E7",version:"1.5.54"},{name:"dance-ballroom",hex:"F15FB",version:"5.6.55"},{name:"dance-pole",hex:"F1578",version:"5.5.55"},{name:"data-matrix",hex:"F153C",version:"5.4.55"},{name:"data-matrix-edit",hex:"F153D",version:"5.4.55"},{name:"data-matrix-minus",hex:"F153E",version:"5.4.55"},{name:"data-matrix-plus",hex:"F153F",version:"5.4.55"},{name:"data-matrix-remove",hex:"F1540",version:"5.4.55"},{name:"data-matrix-scan",hex:"F1541",version:"5.4.55"},{name:"database",hex:"F01BC",version:"1.5.54"},{name:"database-alert",hex:"F163A",version:"5.7.55"},{name:"database-alert-outline",hex:"F1624",version:"5.7.55"},{name:"database-arrow-down",hex:"F163B",version:"5.7.55"},{name:"database-arrow-down-outline",hex:"F1625",version:"5.7.55"},{name:"database-arrow-left",hex:"F163C",version:"5.7.55"},{name:"database-arrow-left-outline",hex:"F1626",version:"5.7.55"},{name:"database-arrow-right",hex:"F163D",version:"5.7.55"},{name:"database-arrow-right-outline",hex:"F1627",version:"5.7.55"},{name:"database-arrow-up",hex:"F163E",version:"5.7.55"},{name:"database-arrow-up-outline",hex:"F1628",version:"5.7.55"},{name:"database-check",hex:"F0AA9",version:"2.7.94"},{name:"database-check-outline",hex:"F1629",version:"5.7.55"},{name:"database-clock",hex:"F163F",version:"5.7.55"},{name:"database-clock-outline",hex:"F162A",version:"5.7.55"},{name:"database-cog",hex:"F164B",version:"5.7.55"},{name:"database-cog-outline",hex:"F164C",version:"5.7.55"},{name:"database-edit",hex:"F0B86",version:"3.0.39"},{name:"database-edit-outline",hex:"F162B",version:"5.7.55"},{name:"database-export",hex:"F095E",version:"2.4.85"},{name:"database-export-outline",hex:"F162C",version:"5.7.55"},{name:"database-import",hex:"F095D",version:"2.4.85"},{name:"database-import-outline",hex:"F162D",version:"5.7.55"},{name:"database-lock",hex:"F0AAA",version:"2.7.94"},{name:"database-lock-outline",hex:"F162E",version:"5.7.55"},{name:"database-marker",hex:"F12F6",version:"4.8.95"},{name:"database-marker-outline",hex:"F162F",version:"5.7.55"},{name:"database-minus",hex:"F01BB",version:"1.5.54"},{name:"database-minus-outline",hex:"F1630",version:"5.7.55"},{name:"database-off",hex:"F1640",version:"5.7.55"},{name:"database-off-outline",hex:"F1631",version:"5.7.55"},{name:"database-outline",hex:"F1632",version:"5.7.55"},{name:"database-plus",hex:"F01BA",version:"1.5.54"},{name:"database-plus-outline",hex:"F1633",version:"5.7.55"},{name:"database-refresh",hex:"F05C2",version:"1.5.54"},{name:"database-refresh-outline",hex:"F1634",version:"5.7.55"},{name:"database-remove",hex:"F0D00",version:"3.3.92"},{name:"database-remove-outline",hex:"F1635",version:"5.7.55"},{name:"database-search",hex:"F0866",version:"2.1.99"},{name:"database-search-outline",hex:"F1636",version:"5.7.55"},{name:"database-settings",hex:"F0D01",version:"3.3.92"},{name:"database-settings-outline",hex:"F1637",version:"5.7.55"},{name:"database-sync",hex:"F0CFF",version:"3.3.92"},{name:"database-sync-outline",hex:"F1638",version:"5.7.55"},{name:"death-star",hex:"F08D8",version:"2.3.50"},{name:"death-star-variant",hex:"F08D9",version:"2.3.50"},{name:"deathly-hallows",hex:"F0B87",version:"3.0.39"},{name:"debian",hex:"F08DA",version:"2.3.50"},{name:"debug-step-into",hex:"F01B9",version:"1.5.54"},{name:"debug-step-out",hex:"F01B8",version:"1.5.54"},{name:"debug-step-over",hex:"F01B7",version:"1.5.54"},{name:"decagram",hex:"F076C",version:"1.9.32"},{name:"decagram-outline",hex:"F076D",version:"1.9.32"},{name:"decimal",hex:"F10A1",version:"4.2.95"},{name:"decimal-comma",hex:"F10A2",version:"4.2.95"},{name:"decimal-comma-decrease",hex:"F10A3",version:"4.2.95"},{name:"decimal-comma-increase",hex:"F10A4",version:"4.2.95"},{name:"decimal-decrease",hex:"F01B6",version:"1.5.54"},{name:"decimal-increase",hex:"F01B5",version:"1.5.54"},{name:"delete",hex:"F01B4",version:"1.5.54"},{name:"delete-alert",hex:"F10A5",version:"4.2.95"},{name:"delete-alert-outline",hex:"F10A6",version:"4.2.95"},{name:"delete-circle",hex:"F0683",version:"1.7.12"},{name:"delete-circle-outline",hex:"F0B88",version:"3.0.39"},{name:"delete-clock",hex:"F1556",version:"5.5.55"},{name:"delete-clock-outline",hex:"F1557",version:"5.5.55"},{name:"delete-empty",hex:"F06CC",version:"1.8.36"},{name:"delete-empty-outline",hex:"F0E9D",version:"3.7.94"},{name:"delete-forever",hex:"F05E8",version:"1.5.54"},{name:"delete-forever-outline",hex:"F0B89",version:"3.0.39"},{name:"delete-off",hex:"F10A7",version:"4.2.95"},{name:"delete-off-outline",hex:"F10A8",version:"4.2.95"},{name:"delete-outline",hex:"F09E7",version:"2.5.94"},{name:"delete-restore",hex:"F0819",version:"2.1.19"},{name:"delete-sweep",hex:"F05E9",version:"1.5.54"},{name:"delete-sweep-outline",hex:"F0C62",version:"3.2.89"},{name:"delete-variant",hex:"F01B3",version:"1.5.54"},{name:"delta",hex:"F01C2",version:"1.5.54"},{name:"desk",hex:"F1239",version:"4.6.95"},{name:"desk-lamp",hex:"F095F",version:"2.4.85"},{name:"deskphone",hex:"F01C3",version:"1.5.54"},{name:"desktop-classic",hex:"F07C0",version:"2.0.46"},{name:"desktop-mac",hex:"F01C4",version:"1.5.54"},{name:"desktop-mac-dashboard",hex:"F09E8",version:"2.5.94"},{name:"desktop-tower",hex:"F01C5",version:"1.5.54"},{name:"desktop-tower-monitor",hex:"F0AAB",version:"2.7.94"},{name:"details",hex:"F01C6",version:"1.5.54"},{name:"dev-to",hex:"F0D6E",version:"3.4.93"},{name:"developer-board",hex:"F0697",version:"1.7.12"},{name:"deviantart",hex:"F01C7",version:"1.5.54"},{name:"devices",hex:"F0FB0",version:"4.0.96"},{name:"diabetes",hex:"F1126",version:"4.3.95"},{name:"dialpad",hex:"F061C",version:"1.6.50"},{name:"diameter",hex:"F0C63",version:"3.2.89"},{name:"diameter-outline",hex:"F0C64",version:"3.2.89"},{name:"diameter-variant",hex:"F0C65",version:"3.2.89"},{name:"diamond",hex:"F0B8A",version:"3.0.39"},{name:"diamond-outline",hex:"F0B8B",version:"3.0.39"},{name:"diamond-stone",hex:"F01C8",version:"1.5.54"},{name:"dice-1",hex:"F01CA",version:"1.5.54"},{name:"dice-1-outline",hex:"F114A",version:"4.4.95"},{name:"dice-2",hex:"F01CB",version:"1.5.54"},{name:"dice-2-outline",hex:"F114B",version:"4.4.95"},{name:"dice-3",hex:"F01CC",version:"1.5.54"},{name:"dice-3-outline",hex:"F114C",version:"4.4.95"},{name:"dice-4",hex:"F01CD",version:"1.5.54"},{name:"dice-4-outline",hex:"F114D",version:"4.4.95"},{name:"dice-5",hex:"F01CE",version:"1.5.54"},{name:"dice-5-outline",hex:"F114E",version:"4.4.95"},{name:"dice-6",hex:"F01CF",version:"1.5.54"},{name:"dice-6-outline",hex:"F114F",version:"4.4.95"},{name:"dice-d10",hex:"F1153",version:"4.4.95"},{name:"dice-d10-outline",hex:"F076F",version:"1.9.32"},{name:"dice-d12",hex:"F1154",version:"4.4.95"},{name:"dice-d12-outline",hex:"F0867",version:"2.1.99"},{name:"dice-d20",hex:"F1155",version:"4.4.95"},{name:"dice-d20-outline",hex:"F05EA",version:"1.5.54"},{name:"dice-d4",hex:"F1150",version:"4.4.95"},{name:"dice-d4-outline",hex:"F05EB",version:"1.5.54"},{name:"dice-d6",hex:"F1151",version:"4.4.95"},{name:"dice-d6-outline",hex:"F05ED",version:"1.5.54"},{name:"dice-d8",hex:"F1152",version:"4.4.95"},{name:"dice-d8-outline",hex:"F05EC",version:"1.5.54"},{name:"dice-multiple",hex:"F076E",version:"1.9.32"},{name:"dice-multiple-outline",hex:"F1156",version:"4.4.95"},{name:"digital-ocean",hex:"F1237",version:"4.6.95"},{name:"dip-switch",hex:"F07C1",version:"2.0.46"},{name:"directions",hex:"F01D0",version:"1.5.54"},{name:"directions-fork",hex:"F0641",version:"1.6.50"},{name:"disc",hex:"F05EE",version:"1.5.54"},{name:"disc-alert",hex:"F01D1",version:"1.5.54"},{name:"disc-player",hex:"F0960",version:"2.4.85"},{name:"discord",hex:"F066F",version:"1.6.50"},{name:"dishwasher",hex:"F0AAC",version:"2.7.94"},{name:"dishwasher-alert",hex:"F11B8",version:"4.5.95"},{name:"dishwasher-off",hex:"F11B9",version:"4.5.95"},{name:"disqus",hex:"F01D2",version:"1.5.54"},{name:"distribute-horizontal-center",hex:"F11C9",version:"4.5.95"},{name:"distribute-horizontal-left",hex:"F11C8",version:"4.5.95"},{name:"distribute-horizontal-right",hex:"F11CA",version:"4.5.95"},{name:"distribute-vertical-bottom",hex:"F11CB",version:"4.5.95"},{name:"distribute-vertical-center",hex:"F11CC",version:"4.5.95"},{name:"distribute-vertical-top",hex:"F11CD",version:"4.5.95"},{name:"diving-flippers",hex:"F0DBF",version:"3.5.94"},{name:"diving-helmet",hex:"F0DC0",version:"3.5.94"},{name:"diving-scuba",hex:"F0DC1",version:"3.5.94"},{name:"diving-scuba-flag",hex:"F0DC2",version:"3.5.94"},{name:"diving-scuba-tank",hex:"F0DC3",version:"3.5.94"},{name:"diving-scuba-tank-multiple",hex:"F0DC4",version:"3.5.94"},{name:"diving-snorkel",hex:"F0DC5",version:"3.5.94"},{name:"division",hex:"F01D4",version:"1.5.54"},{name:"division-box",hex:"F01D5",version:"1.5.54"},{name:"dlna",hex:"F0A41",version:"2.6.95"},{name:"dna",hex:"F0684",version:"1.7.12"},{name:"dns",hex:"F01D6",version:"1.5.54"},{name:"dns-outline",hex:"F0B8C",version:"3.0.39"},{name:"do-not-disturb",hex:"F0698",version:"1.7.12",deprecated:true},{name:"do-not-disturb-off",hex:"F0699",version:"1.7.12",deprecated:true},{name:"dock-bottom",hex:"F10A9",version:"4.2.95"},{name:"dock-left",hex:"F10AA",version:"4.2.95"},{name:"dock-right",hex:"F10AB",version:"4.2.95"},{name:"dock-top",hex:"F1513",version:"5.4.55"},{name:"dock-window",hex:"F10AC",version:"4.2.95"},{name:"docker",hex:"F0868",version:"2.1.99"},{name:"doctor",hex:"F0A42",version:"2.6.95"},{name:"dog",hex:"F0A43",version:"2.6.95"},{name:"dog-service",hex:"F0AAD",version:"2.7.94"},{name:"dog-side",hex:"F0A44",version:"2.6.95"},{name:"dolby",hex:"F06B3",version:"1.7.22"},{name:"dolly",hex:"F0E9E",version:"3.7.94"},{name:"domain",hex:"F01D7",version:"1.5.54"},{name:"domain-off",hex:"F0D6F",version:"3.4.93"},{name:"domain-plus",hex:"F10AD",version:"4.2.95"},{name:"domain-remove",hex:"F10AE",version:"4.2.95"},{name:"dome-light",hex:"F141E",version:"5.2.45"},{name:"domino-mask",hex:"F1023",version:"4.1.95"},{name:"donkey",hex:"F07C2",version:"2.0.46"},{name:"door",hex:"F081A",version:"2.1.19"},{name:"door-closed",hex:"F081B",version:"2.1.19"},{name:"door-closed-lock",hex:"F10AF",version:"4.2.95"},{name:"door-open",hex:"F081C",version:"2.1.19"},{name:"doorbell",hex:"F12E6",version:"4.8.95"},{name:"doorbell-video",hex:"F0869",version:"2.1.99"},{name:"dot-net",hex:"F0AAE",version:"2.7.94"},{name:"dots-grid",hex:"F15FC",version:"5.6.55"},{name:"dots-hexagon",hex:"F15FF",version:"5.6.55"},{name:"dots-horizontal",hex:"F01D8",version:"1.5.54"},{name:"dots-horizontal-circle",hex:"F07C3",version:"2.0.46"},{name:"dots-horizontal-circle-outline",hex:"F0B8D",version:"3.0.39"},{name:"dots-square",hex:"F15FD",version:"5.6.55"},{name:"dots-triangle",hex:"F15FE",version:"5.6.55"},{name:"dots-vertical",hex:"F01D9",version:"1.5.54"},{name:"dots-vertical-circle",hex:"F07C4",version:"2.0.46"},{name:"dots-vertical-circle-outline",hex:"F0B8E",version:"3.0.39"},{name:"douban",hex:"F069A",version:"1.7.12"},{name:"download",hex:"F01DA",version:"1.5.54"},{name:"download-box",hex:"F1462",version:"5.2.45"},{name:"download-box-outline",hex:"F1463",version:"5.2.45"},{name:"download-circle",hex:"F1464",version:"5.2.45"},{name:"download-circle-outline",hex:"F1465",version:"5.2.45"},{name:"download-lock",hex:"F1320",version:"4.9.95"},{name:"download-lock-outline",hex:"F1321",version:"4.9.95"},{name:"download-multiple",hex:"F09E9",version:"2.5.94"},{name:"download-network",hex:"F06F4",version:"1.8.36"},{name:"download-network-outline",hex:"F0C66",version:"3.2.89"},{name:"download-off",hex:"F10B0",version:"4.2.95"},{name:"download-off-outline",hex:"F10B1",version:"4.2.95"},{name:"download-outline",hex:"F0B8F",version:"3.0.39"},{name:"drag",hex:"F01DB",version:"1.5.54"},{name:"drag-horizontal",hex:"F01DC",version:"1.5.54"},{name:"drag-horizontal-variant",hex:"F12F0",version:"4.8.95"},{name:"drag-variant",hex:"F0B90",version:"3.0.39"},{name:"drag-vertical",hex:"F01DD",version:"1.5.54"},{name:"drag-vertical-variant",hex:"F12F1",version:"4.8.95"},{name:"drama-masks",hex:"F0D02",version:"3.3.92"},{name:"draw",hex:"F0F49",version:"3.9.97"},{name:"drawing",hex:"F01DE",version:"1.5.54"},{name:"drawing-box",hex:"F01DF",version:"1.5.54"},{name:"dresser",hex:"F0F4A",version:"3.9.97"},{name:"dresser-outline",hex:"F0F4B",version:"3.9.97"},{name:"drone",hex:"F01E2",version:"1.5.54"},{name:"dropbox",hex:"F01E3",version:"1.5.54"},{name:"drupal",hex:"F01E4",version:"1.5.54"},{name:"duck",hex:"F01E5",version:"1.5.54"},{name:"dumbbell",hex:"F01E6",version:"1.5.54"},{name:"dump-truck",hex:"F0C67",version:"3.2.89"},{name:"ear-hearing",hex:"F07C5",version:"2.0.46"},{name:"ear-hearing-off",hex:"F0A45",version:"2.6.95"},{name:"earth",hex:"F01E7",version:"1.5.54"},{name:"earth-arrow-right",hex:"F1311",version:"4.8.95"},{name:"earth-box",hex:"F06CD",version:"1.8.36"},{name:"earth-box-minus",hex:"F1407",version:"5.1.45"},{name:"earth-box-off",hex:"F06CE",version:"1.8.36"},{name:"earth-box-plus",hex:"F1406",version:"5.1.45"},{name:"earth-box-remove",hex:"F1408",version:"5.1.45"},{name:"earth-minus",hex:"F1404",version:"5.1.45"},{name:"earth-off",hex:"F01E8",version:"1.5.54"},{name:"earth-plus",hex:"F1403",version:"5.1.45"},{name:"earth-remove",hex:"F1405",version:"5.1.45"},{name:"egg",hex:"F0AAF",version:"2.7.94"},{name:"egg-easter",hex:"F0AB0",version:"2.7.94"},{name:"egg-off",hex:"F13F0",version:"5.1.45"},{name:"egg-off-outline",hex:"F13F1",version:"5.1.45"},{name:"egg-outline",hex:"F13F2",version:"5.1.45"},{name:"eiffel-tower",hex:"F156B",version:"5.5.55"},{name:"eight-track",hex:"F09EA",version:"2.5.94"},{name:"eject",hex:"F01EA",version:"1.5.54"},{name:"eject-outline",hex:"F0B91",version:"3.0.39"},{name:"electric-switch",hex:"F0E9F",version:"3.7.94"},{name:"electric-switch-closed",hex:"F10D9",version:"4.3.95"},{name:"electron-framework",hex:"F1024",version:"4.1.95"},{name:"elephant",hex:"F07C6",version:"2.0.46"},{name:"elevation-decline",hex:"F01EB",version:"1.5.54"},{name:"elevation-rise",hex:"F01EC",version:"1.5.54"},{name:"elevator",hex:"F01ED",version:"1.5.54"},{name:"elevator-down",hex:"F12C2",version:"4.8.95"},{name:"elevator-passenger",hex:"F1381",version:"4.9.95"},{name:"elevator-up",hex:"F12C1",version:"4.8.95"},{name:"ellipse",hex:"F0EA0",version:"3.7.94"},{name:"ellipse-outline",hex:"F0EA1",version:"3.7.94"},{name:"email",hex:"F01EE",version:"1.5.54"},{name:"email-alert",hex:"F06CF",version:"1.8.36"},{name:"email-alert-outline",hex:"F0D42",version:"3.4.93"},{name:"email-box",hex:"F0D03",version:"3.3.92"},{name:"email-check",hex:"F0AB1",version:"2.7.94"},{name:"email-check-outline",hex:"F0AB2",version:"2.7.94"},{name:"email-edit",hex:"F0EE3",version:"3.8.95"},{name:"email-edit-outline",hex:"F0EE4",version:"3.8.95"},{name:"email-lock",hex:"F01F1",version:"1.5.54"},{name:"email-mark-as-unread",hex:"F0B92",version:"3.0.39"},{name:"email-minus",hex:"F0EE5",version:"3.8.95"},{name:"email-minus-outline",hex:"F0EE6",version:"3.8.95"},{name:"email-multiple",hex:"F0EE7",version:"3.8.95"},{name:"email-multiple-outline",hex:"F0EE8",version:"3.8.95"},{name:"email-newsletter",hex:"F0FB1",version:"4.0.96"},{name:"email-off",hex:"F13E3",version:"5.1.45"},{name:"email-off-outline",hex:"F13E4",version:"5.1.45"},{name:"email-open",hex:"F01EF",version:"1.5.54"},{name:"email-open-multiple",hex:"F0EE9",version:"3.8.95"},{name:"email-open-multiple-outline",hex:"F0EEA",version:"3.8.95"},{name:"email-open-outline",hex:"F05EF",version:"1.5.54"},{name:"email-outline",hex:"F01F0",version:"1.5.54"},{name:"email-plus",hex:"F09EB",version:"2.5.94"},{name:"email-plus-outline",hex:"F09EC",version:"2.5.94"},{name:"email-receive",hex:"F10DA",version:"4.3.95"},{name:"email-receive-outline",hex:"F10DB",version:"4.3.95"},{name:"email-remove",hex:"F1661",version:"5.7.55"},{name:"email-remove-outline",hex:"F1662",version:"5.7.55"},{name:"email-search",hex:"F0961",version:"2.4.85"},{name:"email-search-outline",hex:"F0962",version:"2.4.85"},{name:"email-send",hex:"F10DC",version:"4.3.95"},{name:"email-send-outline",hex:"F10DD",version:"4.3.95"},{name:"email-sync",hex:"F12C7",version:"4.8.95"},{name:"email-sync-outline",hex:"F12C8",version:"4.8.95"},{name:"email-variant",hex:"F05F0",version:"1.5.54"},{name:"ember",hex:"F0B30",version:"2.8.94"},{name:"emby",hex:"F06B4",version:"1.7.22"},{name:"emoticon",hex:"F0C68",version:"3.2.89"},{name:"emoticon-angry",hex:"F0C69",version:"3.2.89"},{name:"emoticon-angry-outline",hex:"F0C6A",version:"3.2.89"},{name:"emoticon-confused",hex:"F10DE",version:"4.3.95"},{name:"emoticon-confused-outline",hex:"F10DF",version:"4.3.95"},{name:"emoticon-cool",hex:"F0C6B",version:"3.2.89"},{name:"emoticon-cool-outline",hex:"F01F3",version:"1.5.54"},{name:"emoticon-cry",hex:"F0C6C",version:"3.2.89"},{name:"emoticon-cry-outline",hex:"F0C6D",version:"3.2.89"},{name:"emoticon-dead",hex:"F0C6E",version:"3.2.89"},{name:"emoticon-dead-outline",hex:"F069B",version:"1.7.12"},{name:"emoticon-devil",hex:"F0C6F",version:"3.2.89"},{name:"emoticon-devil-outline",hex:"F01F4",version:"1.5.54"},{name:"emoticon-excited",hex:"F0C70",version:"3.2.89"},{name:"emoticon-excited-outline",hex:"F069C",version:"1.7.12"},{name:"emoticon-frown",hex:"F0F4C",version:"3.9.97"},{name:"emoticon-frown-outline",hex:"F0F4D",version:"3.9.97"},{name:"emoticon-happy",hex:"F0C71",version:"3.2.89"},{name:"emoticon-happy-outline",hex:"F01F5",version:"1.5.54"},{name:"emoticon-kiss",hex:"F0C72",version:"3.2.89"},{name:"emoticon-kiss-outline",hex:"F0C73",version:"3.2.89"},{name:"emoticon-lol",hex:"F1214",version:"4.6.95"},{name:"emoticon-lol-outline",hex:"F1215",version:"4.6.95"},{name:"emoticon-neutral",hex:"F0C74",version:"3.2.89"},{name:"emoticon-neutral-outline",hex:"F01F6",version:"1.5.54"},{name:"emoticon-outline",hex:"F01F2",version:"1.5.54"},{name:"emoticon-poop",hex:"F01F7",version:"1.5.54"},{name:"emoticon-poop-outline",hex:"F0C75",version:"3.2.89"},{name:"emoticon-sad",hex:"F0C76",version:"3.2.89"},{name:"emoticon-sad-outline",hex:"F01F8",version:"1.5.54"},{name:"emoticon-sick",hex:"F157C",version:"5.5.55"},{name:"emoticon-sick-outline",hex:"F157D",version:"5.5.55"},{name:"emoticon-tongue",hex:"F01F9",version:"1.5.54"},{name:"emoticon-tongue-outline",hex:"F0C77",version:"3.2.89"},{name:"emoticon-wink",hex:"F0C78",version:"3.2.89"},{name:"emoticon-wink-outline",hex:"F0C79",version:"3.2.89"},{name:"engine",hex:"F01FA",version:"1.5.54"},{name:"engine-off",hex:"F0A46",version:"2.6.95"},{name:"engine-off-outline",hex:"F0A47",version:"2.6.95"},{name:"engine-outline",hex:"F01FB",version:"1.5.54"},{name:"epsilon",hex:"F10E0",version:"4.3.95"},{name:"equal",hex:"F01FC",version:"1.5.54"},{name:"equal-box",hex:"F01FD",version:"1.5.54"},{name:"equalizer",hex:"F0EA2",version:"3.7.94"},{name:"equalizer-outline",hex:"F0EA3",version:"3.7.94"},{name:"eraser",hex:"F01FE",version:"1.5.54"},{name:"eraser-variant",hex:"F0642",version:"1.6.50"},{name:"escalator",hex:"F01FF",version:"1.5.54"},{name:"escalator-box",hex:"F1399",version:"5.0.45"},{name:"escalator-down",hex:"F12C0",version:"4.8.95"},{name:"escalator-up",hex:"F12BF",version:"4.8.95"},{name:"eslint",hex:"F0C7A",version:"3.2.89"},{name:"et",hex:"F0AB3",version:"2.7.94"},{name:"ethereum",hex:"F086A",version:"2.1.99"},{name:"ethernet",hex:"F0200",version:"1.5.54"},{name:"ethernet-cable",hex:"F0201",version:"1.5.54"},{name:"ethernet-cable-off",hex:"F0202",version:"1.5.54"},{name:"ev-plug-ccs1",hex:"F1519",version:"5.4.55"},{name:"ev-plug-ccs2",hex:"F151A",version:"5.4.55"},{name:"ev-plug-chademo",hex:"F151B",version:"5.4.55"},{name:"ev-plug-tesla",hex:"F151C",version:"5.4.55"},{name:"ev-plug-type1",hex:"F151D",version:"5.4.55"},{name:"ev-plug-type2",hex:"F151E",version:"5.4.55"},{name:"ev-station",hex:"F05F1",version:"1.5.54"},{name:"evernote",hex:"F0204",version:"1.5.54"},{name:"excavator",hex:"F1025",version:"4.1.95"},{name:"exclamation",hex:"F0205",version:"1.5.54"},{name:"exclamation-thick",hex:"F1238",version:"4.6.95"},{name:"exit-run",hex:"F0A48",version:"2.6.95"},{name:"exit-to-app",hex:"F0206",version:"1.5.54"},{name:"expand-all",hex:"F0AB4",version:"2.7.94"},{name:"expand-all-outline",hex:"F0AB5",version:"2.7.94"},{name:"expansion-card",hex:"F08AE",version:"2.2.43"},{name:"expansion-card-variant",hex:"F0FB2",version:"4.0.96"},{name:"exponent",hex:"F0963",version:"2.4.85"},{name:"exponent-box",hex:"F0964",version:"2.4.85"},{name:"export",hex:"F0207",version:"1.5.54"},{name:"export-variant",hex:"F0B93",version:"3.0.39"},{name:"eye",hex:"F0208",version:"1.5.54"},{name:"eye-check",hex:"F0D04",version:"3.3.92"},{name:"eye-check-outline",hex:"F0D05",version:"3.3.92"},{name:"eye-circle",hex:"F0B94",version:"3.0.39"},{name:"eye-circle-outline",hex:"F0B95",version:"3.0.39"},{name:"eye-minus",hex:"F1026",version:"4.1.95"},{name:"eye-minus-outline",hex:"F1027",version:"4.1.95"},{name:"eye-off",hex:"F0209",version:"1.5.54"},{name:"eye-off-outline",hex:"F06D1",version:"1.8.36"},{name:"eye-outline",hex:"F06D0",version:"1.8.36"},{name:"eye-plus",hex:"F086B",version:"2.1.99"},{name:"eye-plus-outline",hex:"F086C",version:"2.1.99"},{name:"eye-remove",hex:"F15E3",version:"5.6.55"},{name:"eye-remove-outline",hex:"F15E4",version:"5.6.55"},{name:"eye-settings",hex:"F086D",version:"2.1.99"},{name:"eye-settings-outline",hex:"F086E",version:"2.1.99"},{name:"eyedropper",hex:"F020A",version:"1.5.54"},{name:"eyedropper-minus",hex:"F13DD",version:"5.1.45"},{name:"eyedropper-off",hex:"F13DF",version:"5.1.45"},{name:"eyedropper-plus",hex:"F13DC",version:"5.1.45"},{name:"eyedropper-remove",hex:"F13DE",version:"5.1.45"},{name:"eyedropper-variant",hex:"F020B",version:"1.5.54"},{name:"face",hex:"F0643",version:"1.6.50"},{name:"face-agent",hex:"F0D70",version:"3.4.93"},{name:"face-mask",hex:"F1586",version:"5.5.55"},{name:"face-mask-outline",hex:"F1587",version:"5.5.55"},{name:"face-outline",hex:"F0B96",version:"3.0.39"},{name:"face-profile",hex:"F0644",version:"1.6.50"},{name:"face-profile-woman",hex:"F1076",version:"4.2.95"},{name:"face-recognition",hex:"F0C7B",version:"3.2.89"},{name:"face-shimmer",hex:"F15CC",version:"5.6.55"},{name:"face-shimmer-outline",hex:"F15CD",version:"5.6.55"},{name:"face-woman",hex:"F1077",version:"4.2.95"},{name:"face-woman-outline",hex:"F1078",version:"4.2.95"},{name:"face-woman-shimmer",hex:"F15CE",version:"5.6.55"},{name:"face-woman-shimmer-outline",hex:"F15CF",version:"5.6.55"},{name:"facebook",hex:"F020C",version:"1.5.54"},{name:"facebook-gaming",hex:"F07DD",version:"2.0.46"},{name:"facebook-messenger",hex:"F020E",version:"1.5.54"},{name:"facebook-workplace",hex:"F0B31",version:"2.8.94"},{name:"factory",hex:"F020F",version:"1.5.54"},{name:"family-tree",hex:"F160E",version:"5.6.55"},{name:"fan",hex:"F0210",version:"1.5.54"},{name:"fan-alert",hex:"F146C",version:"5.2.45"},{name:"fan-chevron-down",hex:"F146D",version:"5.2.45"},{name:"fan-chevron-up",hex:"F146E",version:"5.2.45"},{name:"fan-minus",hex:"F1470",version:"5.2.45"},{name:"fan-off",hex:"F081D",version:"2.1.19"},{name:"fan-plus",hex:"F146F",version:"5.2.45"},{name:"fan-remove",hex:"F1471",version:"5.2.45"},{name:"fan-speed-1",hex:"F1472",version:"5.2.45"},{name:"fan-speed-2",hex:"F1473",version:"5.2.45"},{name:"fan-speed-3",hex:"F1474",version:"5.2.45"},{name:"fast-forward",hex:"F0211",version:"1.5.54"},{name:"fast-forward-10",hex:"F0D71",version:"3.4.93"},{name:"fast-forward-30",hex:"F0D06",version:"3.3.92"},{name:"fast-forward-5",hex:"F11F8",version:"4.6.95"},{name:"fast-forward-60",hex:"F160B",version:"5.6.55"},{name:"fast-forward-outline",hex:"F06D2",version:"1.8.36"},{name:"fax",hex:"F0212",version:"1.5.54"},{name:"feather",hex:"F06D3",version:"1.8.36"},{name:"feature-search",hex:"F0A49",version:"2.6.95"},{name:"feature-search-outline",hex:"F0A4A",version:"2.6.95"},{name:"fedora",hex:"F08DB",version:"2.3.50"},{name:"fencing",hex:"F14C1",version:"5.3.45"},{name:"ferris-wheel",hex:"F0EA4",version:"3.7.94"},{name:"ferry",hex:"F0213",version:"1.5.54"},{name:"file",hex:"F0214",version:"1.5.54"},{name:"file-account",hex:"F073B",version:"1.9.32"},{name:"file-account-outline",hex:"F1028",version:"4.1.95"},{name:"file-alert",hex:"F0A4B",version:"2.6.95"},{name:"file-alert-outline",hex:"F0A4C",version:"2.6.95"},{name:"file-cabinet",hex:"F0AB6",version:"2.7.94"},{name:"file-cad",hex:"F0EEB",version:"3.8.95"},{name:"file-cad-box",hex:"F0EEC",version:"3.8.95"},{name:"file-cancel",hex:"F0DC6",version:"3.5.94"},{name:"file-cancel-outline",hex:"F0DC7",version:"3.5.94"},{name:"file-certificate",hex:"F1186",version:"4.4.95"},{name:"file-certificate-outline",hex:"F1187",version:"4.4.95"},{name:"file-chart",hex:"F0215",version:"1.5.54"},{name:"file-chart-outline",hex:"F1029",version:"4.1.95"},{name:"file-check",hex:"F0216",version:"1.5.54"},{name:"file-check-outline",hex:"F0E29",version:"3.6.95"},{name:"file-clock",hex:"F12E1",version:"4.8.95"},{name:"file-clock-outline",hex:"F12E2",version:"4.8.95"},{name:"file-cloud",hex:"F0217",version:"1.5.54"},{name:"file-cloud-outline",hex:"F102A",version:"4.1.95"},{name:"file-code",hex:"F022E",version:"1.5.54"},{name:"file-code-outline",hex:"F102B",version:"4.1.95"},{name:"file-cog",hex:"F107B",version:"4.2.95"},{name:"file-cog-outline",hex:"F107C",version:"4.2.95"},{name:"file-compare",hex:"F08AA",version:"2.2.43"},{name:"file-delimited",hex:"F0218",version:"1.5.54"},{name:"file-delimited-outline",hex:"F0EA5",version:"3.7.94"},{name:"file-document",hex:"F0219",version:"1.5.54"},{name:"file-document-edit",hex:"F0DC8",version:"3.5.94"},{name:"file-document-edit-outline",hex:"F0DC9",version:"3.5.94"},{name:"file-document-multiple",hex:"F1517",version:"5.4.55"},{name:"file-document-multiple-outline",hex:"F1518",version:"5.4.55"},{name:"file-document-outline",hex:"F09EE",version:"2.5.94"},{name:"file-download",hex:"F0965",version:"2.4.85"},{name:"file-download-outline",hex:"F0966",version:"2.4.85"},{name:"file-edit",hex:"F11E7",version:"4.5.95"},{name:"file-edit-outline",hex:"F11E8",version:"4.5.95"},{name:"file-excel",hex:"F021B",version:"1.5.54"},{name:"file-excel-box",hex:"F021C",version:"1.5.54"},{name:"file-excel-box-outline",hex:"F102C",version:"4.1.95"},{name:"file-excel-outline",hex:"F102D",version:"4.1.95"},{name:"file-export",hex:"F021D",version:"1.5.54"},{name:"file-export-outline",hex:"F102E",version:"4.1.95"},{name:"file-eye",hex:"F0DCA",version:"3.5.94"},{name:"file-eye-outline",hex:"F0DCB",version:"3.5.94"},{name:"file-find",hex:"F021E",version:"1.5.54"},{name:"file-find-outline",hex:"F0B97",version:"3.0.39"},{name:"file-hidden",hex:"F0613",version:"1.5.54"},{name:"file-image",hex:"F021F",version:"1.5.54"},{name:"file-image-outline",hex:"F0EB0",version:"3.7.94"},{name:"file-import",hex:"F0220",version:"1.5.54"},{name:"file-import-outline",hex:"F102F",version:"4.1.95"},{name:"file-key",hex:"F1184",version:"4.4.95"},{name:"file-key-outline",hex:"F1185",version:"4.4.95"},{name:"file-link",hex:"F1177",version:"4.4.95"},{name:"file-link-outline",hex:"F1178",version:"4.4.95"},{name:"file-lock",hex:"F0221",version:"1.5.54"},{name:"file-lock-outline",hex:"F1030",version:"4.1.95"},{name:"file-move",hex:"F0AB9",version:"2.7.94"},{name:"file-move-outline",hex:"F1031",version:"4.1.95"},{name:"file-multiple",hex:"F0222",version:"1.5.54"},{name:"file-multiple-outline",hex:"F1032",version:"4.1.95"},{name:"file-music",hex:"F0223",version:"1.5.54"},{name:"file-music-outline",hex:"F0E2A",version:"3.6.95"},{name:"file-outline",hex:"F0224",version:"1.5.54"},{name:"file-pdf",hex:"F0225",version:"1.5.54"},{name:"file-pdf-box",hex:"F0226",version:"1.5.54"},{name:"file-pdf-box-outline",hex:"F0FB3",version:"4.0.96"},{name:"file-pdf-outline",hex:"F0E2D",version:"3.6.95"},{name:"file-percent",hex:"F081E",version:"2.1.19"},{name:"file-percent-outline",hex:"F1033",version:"4.1.95"},{name:"file-phone",hex:"F1179",version:"4.4.95"},{name:"file-phone-outline",hex:"F117A",version:"4.4.95"},{name:"file-plus",hex:"F0752",version:"1.9.32"},{name:"file-plus-outline",hex:"F0EED",version:"3.8.95"},{name:"file-powerpoint",hex:"F0227",version:"1.5.54"},{name:"file-powerpoint-box",hex:"F0228",version:"1.5.54"},{name:"file-powerpoint-box-outline",hex:"F1034",version:"4.1.95"},{name:"file-powerpoint-outline",hex:"F1035",version:"4.1.95"},{name:"file-presentation-box",hex:"F0229",version:"1.5.54"},{name:"file-question",hex:"F086F",version:"2.1.99"},{name:"file-question-outline",hex:"F1036",version:"4.1.95"},{name:"file-refresh",hex:"F0918",version:"2.3.50"},{name:"file-refresh-outline",hex:"F0541",version:"1.5.54"},{name:"file-remove",hex:"F0B98",version:"3.0.39"},{name:"file-remove-outline",hex:"F1037",version:"4.1.95"},{name:"file-replace",hex:"F0B32",version:"2.8.94"},{name:"file-replace-outline",hex:"F0B33",version:"2.8.94"},{name:"file-restore",hex:"F0670",version:"1.6.50"},{name:"file-restore-outline",hex:"F1038",version:"4.1.95"},{name:"file-search",hex:"F0C7C",version:"3.2.89"},{name:"file-search-outline",hex:"F0C7D",version:"3.2.89"},{name:"file-send",hex:"F022A",version:"1.5.54"},{name:"file-send-outline",hex:"F1039",version:"4.1.95"},{name:"file-settings",hex:"F1079",version:"4.2.95"},{name:"file-settings-outline",hex:"F107A",version:"4.2.95"},{name:"file-star",hex:"F103A",version:"4.1.95"},{name:"file-star-outline",hex:"F103B",version:"4.1.95"},{name:"file-swap",hex:"F0FB4",version:"4.0.96"},{name:"file-swap-outline",hex:"F0FB5",version:"4.0.96"},{name:"file-sync",hex:"F1216",version:"4.6.95"},{name:"file-sync-outline",hex:"F1217",version:"4.6.95"},{name:"file-table",hex:"F0C7E",version:"3.2.89"},{name:"file-table-box",hex:"F10E1",version:"4.3.95"},{name:"file-table-box-multiple",hex:"F10E2",version:"4.3.95"},{name:"file-table-box-multiple-outline",hex:"F10E3",version:"4.3.95"},{name:"file-table-box-outline",hex:"F10E4",version:"4.3.95"},{name:"file-table-outline",hex:"F0C7F",version:"3.2.89"},{name:"file-tree",hex:"F0645",version:"1.6.50"},{name:"file-tree-outline",hex:"F13D2",version:"5.1.45"},{name:"file-undo",hex:"F08DC",version:"2.3.50"},{name:"file-undo-outline",hex:"F103C",version:"4.1.95"},{name:"file-upload",hex:"F0A4D",version:"2.6.95"},{name:"file-upload-outline",hex:"F0A4E",version:"2.6.95"},{name:"file-video",hex:"F022B",version:"1.5.54"},{name:"file-video-outline",hex:"F0E2C",version:"3.6.95"},{name:"file-word",hex:"F022C",version:"1.5.54"},{name:"file-word-box",hex:"F022D",version:"1.5.54"},{name:"file-word-box-outline",hex:"F103D",version:"4.1.95"},{name:"file-word-outline",hex:"F103E",version:"4.1.95"},{name:"film",hex:"F022F",version:"1.5.54"},{name:"filmstrip",hex:"F0230",version:"1.5.54"},{name:"filmstrip-box",hex:"F0332",version:"1.5.54"},{name:"filmstrip-box-multiple",hex:"F0D18",version:"3.3.92"},{name:"filmstrip-off",hex:"F0231",version:"1.5.54"},{name:"filter",hex:"F0232",version:"1.5.54"},{name:"filter-menu",hex:"F10E5",version:"4.3.95"},{name:"filter-menu-outline",hex:"F10E6",version:"4.3.95"},{name:"filter-minus",hex:"F0EEE",version:"3.8.95"},{name:"filter-minus-outline",hex:"F0EEF",version:"3.8.95"},{name:"filter-off",hex:"F14EF",version:"5.4.55"},{name:"filter-off-outline",hex:"F14F0",version:"5.4.55"},{name:"filter-outline",hex:"F0233",version:"1.5.54"},{name:"filter-plus",hex:"F0EF0",version:"3.8.95"},{name:"filter-plus-outline",hex:"F0EF1",version:"3.8.95"},{name:"filter-remove",hex:"F0234",version:"1.5.54"},{name:"filter-remove-outline",hex:"F0235",version:"1.5.54"},{name:"filter-variant",hex:"F0236",version:"1.5.54"},{name:"filter-variant-minus",hex:"F1112",version:"4.3.95"},{name:"filter-variant-plus",hex:"F1113",version:"4.3.95"},{name:"filter-variant-remove",hex:"F103F",version:"4.1.95"},{name:"finance",hex:"F081F",version:"2.1.19"},{name:"find-replace",hex:"F06D4",version:"1.8.36"},{name:"fingerprint",hex:"F0237",version:"1.5.54"},{name:"fingerprint-off",hex:"F0EB1",version:"3.7.94"},{name:"fire",hex:"F0238",version:"1.5.54"},{name:"fire-alert",hex:"F15D7",version:"5.6.55"},{name:"fire-extinguisher",hex:"F0EF2",version:"3.8.95"},{name:"fire-hydrant",hex:"F1137",version:"4.4.95"},{name:"fire-hydrant-alert",hex:"F1138",version:"4.4.95"},{name:"fire-hydrant-off",hex:"F1139",version:"4.4.95"},{name:"fire-truck",hex:"F08AB",version:"2.2.43"},{name:"firebase",hex:"F0967",version:"2.4.85"},{name:"firefox",hex:"F0239",version:"1.5.54"},{name:"fireplace",hex:"F0E2E",version:"3.6.95"},{name:"fireplace-off",hex:"F0E2F",version:"3.6.95"},{name:"firework",hex:"F0E30",version:"3.6.95"},{name:"fish",hex:"F023A",version:"1.5.54"},{name:"fish-off",hex:"F13F3",version:"5.1.45"},{name:"fishbowl",hex:"F0EF3",version:"3.8.95"},{name:"fishbowl-outline",hex:"F0EF4",version:"3.8.95"},{name:"fit-to-page",hex:"F0EF5",version:"3.8.95"},{name:"fit-to-page-outline",hex:"F0EF6",version:"3.8.95"},{name:"flag",hex:"F023B",version:"1.5.54"},{name:"flag-checkered",hex:"F023C",version:"1.5.54"},{name:"flag-minus",hex:"F0B99",version:"3.0.39"},{name:"flag-minus-outline",hex:"F10B2",version:"4.2.95"},{name:"flag-outline",hex:"F023D",version:"1.5.54"},{name:"flag-plus",hex:"F0B9A",version:"3.0.39"},{name:"flag-plus-outline",hex:"F10B3",version:"4.2.95"},{name:"flag-remove",hex:"F0B9B",version:"3.0.39"},{name:"flag-remove-outline",hex:"F10B4",version:"4.2.95"},{name:"flag-triangle",hex:"F023F",version:"1.5.54"},{name:"flag-variant",hex:"F0240",version:"1.5.54"},{name:"flag-variant-outline",hex:"F023E",version:"1.5.54"},{name:"flare",hex:"F0D72",version:"3.4.93"},{name:"flash",hex:"F0241",version:"1.5.54"},{name:"flash-alert",hex:"F0EF7",version:"3.8.95"},{name:"flash-alert-outline",hex:"F0EF8",version:"3.8.95"},{name:"flash-auto",hex:"F0242",version:"1.5.54"},{name:"flash-circle",hex:"F0820",version:"2.1.19"},{name:"flash-off",hex:"F0243",version:"1.5.54"},{name:"flash-outline",hex:"F06D5",version:"1.8.36"},{name:"flash-red-eye",hex:"F067B",version:"1.7.12"},{name:"flashlight",hex:"F0244",version:"1.5.54"},{name:"flashlight-off",hex:"F0245",version:"1.5.54"},{name:"flask",hex:"F0093",version:"1.5.54"},{name:"flask-empty",hex:"F0094",version:"1.5.54"},{name:"flask-empty-minus",hex:"F123A",version:"4.6.95"},{name:"flask-empty-minus-outline",hex:"F123B",version:"4.6.95"},{name:"flask-empty-off",hex:"F13F4",version:"5.1.45"},{name:"flask-empty-off-outline",hex:"F13F5",version:"5.1.45"},{name:"flask-empty-outline",hex:"F0095",version:"1.5.54"},{name:"flask-empty-plus",hex:"F123C",version:"4.6.95"},{name:"flask-empty-plus-outline",hex:"F123D",version:"4.6.95"},{name:"flask-empty-remove",hex:"F123E",version:"4.6.95"},{name:"flask-empty-remove-outline",hex:"F123F",version:"4.6.95"},{name:"flask-minus",hex:"F1240",version:"4.6.95"},{name:"flask-minus-outline",hex:"F1241",version:"4.6.95"},{name:"flask-off",hex:"F13F6",version:"5.1.45"},{name:"flask-off-outline",hex:"F13F7",version:"5.1.45"},{name:"flask-outline",hex:"F0096",version:"1.5.54"},{name:"flask-plus",hex:"F1242",version:"4.6.95"},{name:"flask-plus-outline",hex:"F1243",version:"4.6.95"},{name:"flask-remove",hex:"F1244",version:"4.6.95"},{name:"flask-remove-outline",hex:"F1245",version:"4.6.95"},{name:"flask-round-bottom",hex:"F124B",version:"4.6.95"},{name:"flask-round-bottom-empty",hex:"F124C",version:"4.6.95"},{name:"flask-round-bottom-empty-outline",hex:"F124D",version:"4.6.95"},{name:"flask-round-bottom-outline",hex:"F124E",version:"4.6.95"},{name:"fleur-de-lis",hex:"F1303",version:"4.8.95"},{name:"flip-horizontal",hex:"F10E7",version:"4.3.95"},{name:"flip-to-back",hex:"F0247",version:"1.5.54"},{name:"flip-to-front",hex:"F0248",version:"1.5.54"},{name:"flip-vertical",hex:"F10E8",version:"4.3.95"},{name:"floor-lamp",hex:"F08DD",version:"2.3.50"},{name:"floor-lamp-dual",hex:"F1040",version:"4.1.95"},{name:"floor-lamp-variant",hex:"F1041",version:"4.1.95"},{name:"floor-plan",hex:"F0821",version:"2.1.19"},{name:"floppy",hex:"F0249",version:"1.5.54"},{name:"floppy-variant",hex:"F09EF",version:"2.5.94"},{name:"flower",hex:"F024A",version:"1.5.54"},{name:"flower-outline",hex:"F09F0",version:"2.5.94"},{name:"flower-poppy",hex:"F0D08",version:"3.3.92"},{name:"flower-tulip",hex:"F09F1",version:"2.5.94"},{name:"flower-tulip-outline",hex:"F09F2",version:"2.5.94"},{name:"focus-auto",hex:"F0F4E",version:"3.9.97"},{name:"focus-field",hex:"F0F4F",version:"3.9.97"},{name:"focus-field-horizontal",hex:"F0F50",version:"3.9.97"},{name:"focus-field-vertical",hex:"F0F51",version:"3.9.97"},{name:"folder",hex:"F024B",version:"1.5.54"},{name:"folder-account",hex:"F024C",version:"1.5.54"},{name:"folder-account-outline",hex:"F0B9C",version:"3.0.39"},{name:"folder-alert",hex:"F0DCC",version:"3.5.94"},{name:"folder-alert-outline",hex:"F0DCD",version:"3.5.94"},{name:"folder-clock",hex:"F0ABA",version:"2.7.94"},{name:"folder-clock-outline",hex:"F0ABB",version:"2.7.94"},{name:"folder-cog",hex:"F107F",version:"4.2.95"},{name:"folder-cog-outline",hex:"F1080",version:"4.2.95"},{name:"folder-download",hex:"F024D",version:"1.5.54"},{name:"folder-download-outline",hex:"F10E9",version:"4.3.95"},{name:"folder-edit",hex:"F08DE",version:"2.3.50"},{name:"folder-edit-outline",hex:"F0DCE",version:"3.5.94"},{name:"folder-google-drive",hex:"F024E",version:"1.5.54"},{name:"folder-heart",hex:"F10EA",version:"4.3.95"},{name:"folder-heart-outline",hex:"F10EB",version:"4.3.95"},{name:"folder-home",hex:"F10B5",version:"4.2.95"},{name:"folder-home-outline",hex:"F10B6",version:"4.2.95"},{name:"folder-image",hex:"F024F",version:"1.5.54"},{name:"folder-information",hex:"F10B7",version:"4.2.95"},{name:"folder-information-outline",hex:"F10B8",version:"4.2.95"},{name:"folder-key",hex:"F08AC",version:"2.2.43"},{name:"folder-key-network",hex:"F08AD",version:"2.2.43"},{name:"folder-key-network-outline",hex:"F0C80",version:"3.2.89"},{name:"folder-key-outline",hex:"F10EC",version:"4.3.95"},{name:"folder-lock",hex:"F0250",version:"1.5.54"},{name:"folder-lock-open",hex:"F0251",version:"1.5.54"},{name:"folder-marker",hex:"F126D",version:"4.7.95"},{name:"folder-marker-outline",hex:"F126E",version:"4.7.95"},{name:"folder-move",hex:"F0252",version:"1.5.54"},{name:"folder-move-outline",hex:"F1246",version:"4.6.95"},{name:"folder-multiple",hex:"F0253",version:"1.5.54"},{name:"folder-multiple-image",hex:"F0254",version:"1.5.54"},{name:"folder-multiple-outline",hex:"F0255",version:"1.5.54"},{name:"folder-multiple-plus",hex:"F147E",version:"5.3.45"},{name:"folder-multiple-plus-outline",hex:"F147F",version:"5.3.45"},{name:"folder-music",hex:"F1359",version:"4.9.95"},{name:"folder-music-outline",hex:"F135A",version:"4.9.95"},{name:"folder-network",hex:"F0870",version:"2.1.99"},{name:"folder-network-outline",hex:"F0C81",version:"3.2.89"},{name:"folder-open",hex:"F0770",version:"1.9.32"},{name:"folder-open-outline",hex:"F0DCF",version:"3.5.94"},{name:"folder-outline",hex:"F0256",version:"1.5.54"},{name:"folder-plus",hex:"F0257",version:"1.5.54"},{name:"folder-plus-outline",hex:"F0B9D",version:"3.0.39"},{name:"folder-pound",hex:"F0D09",version:"3.3.92"},{name:"folder-pound-outline",hex:"F0D0A",version:"3.3.92"},{name:"folder-refresh",hex:"F0749",version:"1.9.32"},{name:"folder-refresh-outline",hex:"F0542",version:"1.5.54"},{name:"folder-remove",hex:"F0258",version:"1.5.54"},{name:"folder-remove-outline",hex:"F0B9E",version:"3.0.39"},{name:"folder-search",hex:"F0968",version:"2.4.85"},{name:"folder-search-outline",hex:"F0969",version:"2.4.85"},{name:"folder-settings",hex:"F107D",version:"4.2.95"},{name:"folder-settings-outline",hex:"F107E",version:"4.2.95"},{name:"folder-star",hex:"F069D",version:"1.7.12"},{name:"folder-star-multiple",hex:"F13D3",version:"5.1.45"},{name:"folder-star-multiple-outline",hex:"F13D4",version:"5.1.45"},{name:"folder-star-outline",hex:"F0B9F",version:"3.0.39"},{name:"folder-swap",hex:"F0FB6",version:"4.0.96"},{name:"folder-swap-outline",hex:"F0FB7",version:"4.0.96"},{name:"folder-sync",hex:"F0D0B",version:"3.3.92"},{name:"folder-sync-outline",hex:"F0D0C",version:"3.3.92"},{name:"folder-table",hex:"F12E3",version:"4.8.95"},{name:"folder-table-outline",hex:"F12E4",version:"4.8.95"},{name:"folder-text",hex:"F0C82",version:"3.2.89"},{name:"folder-text-outline",hex:"F0C83",version:"3.2.89"},{name:"folder-upload",hex:"F0259",version:"1.5.54"},{name:"folder-upload-outline",hex:"F10ED",version:"4.3.95"},{name:"folder-zip",hex:"F06EB",version:"1.8.36"},{name:"folder-zip-outline",hex:"F07B9",version:"2.0.46"},{name:"font-awesome",hex:"F003A",version:"1.5.54"},{name:"food",hex:"F025A",version:"1.5.54"},{name:"food-apple",hex:"F025B",version:"1.5.54"},{name:"food-apple-outline",hex:"F0C84",version:"3.2.89"},{name:"food-croissant",hex:"F07C8",version:"2.0.46"},{name:"food-drumstick",hex:"F141F",version:"5.2.45"},{name:"food-drumstick-off",hex:"F1468",version:"5.2.45"},{name:"food-drumstick-off-outline",hex:"F1469",version:"5.2.45"},{name:"food-drumstick-outline",hex:"F1420",version:"5.2.45"},{name:"food-fork-drink",hex:"F05F2",version:"1.5.54"},{name:"food-halal",hex:"F1572",version:"5.5.55"},{name:"food-kosher",hex:"F1573",version:"5.5.55"},{name:"food-off",hex:"F05F3",version:"1.5.54"},{name:"food-steak",hex:"F146A",version:"5.2.45"},{name:"food-steak-off",hex:"F146B",version:"5.2.45"},{name:"food-variant",hex:"F025C",version:"1.5.54"},{name:"food-variant-off",hex:"F13E5",version:"5.1.45"},{name:"foot-print",hex:"F0F52",version:"3.9.97"},{name:"football",hex:"F025D",version:"1.5.54"},{name:"football-australian",hex:"F025E",version:"1.5.54"},{name:"football-helmet",hex:"F025F",version:"1.5.54"},{name:"forklift",hex:"F07C9",version:"2.0.46"},{name:"form-dropdown",hex:"F1400",version:"5.1.45"},{name:"form-select",hex:"F1401",version:"5.1.45"},{name:"form-textarea",hex:"F1095",version:"4.2.95"},{name:"form-textbox",hex:"F060E",version:"1.5.54"},{name:"form-textbox-lock",hex:"F135D",version:"4.9.95"},{name:"form-textbox-password",hex:"F07F5",version:"2.0.46"},{name:"format-align-bottom",hex:"F0753",version:"1.9.32"},{name:"format-align-center",hex:"F0260",version:"1.5.54"},{name:"format-align-justify",hex:"F0261",version:"1.5.54"},{name:"format-align-left",hex:"F0262",version:"1.5.54"},{name:"format-align-middle",hex:"F0754",version:"1.9.32"},{name:"format-align-right",hex:"F0263",version:"1.5.54"},{name:"format-align-top",hex:"F0755",version:"1.9.32"},{name:"format-annotation-minus",hex:"F0ABC",version:"2.7.94"},{name:"format-annotation-plus",hex:"F0646",version:"1.6.50"},{name:"format-bold",hex:"F0264",version:"1.5.54"},{name:"format-clear",hex:"F0265",version:"1.5.54"},{name:"format-color-fill",hex:"F0266",version:"1.5.54"},{name:"format-color-highlight",hex:"F0E31",version:"3.6.95"},{name:"format-color-marker-cancel",hex:"F1313",version:"4.8.95"},{name:"format-color-text",hex:"F069E",version:"1.7.12"},{name:"format-columns",hex:"F08DF",version:"2.3.50"},{name:"format-float-center",hex:"F0267",version:"1.5.54"},{name:"format-float-left",hex:"F0268",version:"1.5.54"},{name:"format-float-none",hex:"F0269",version:"1.5.54"},{name:"format-float-right",hex:"F026A",version:"1.5.54"},{name:"format-font",hex:"F06D6",version:"1.8.36"},{name:"format-font-size-decrease",hex:"F09F3",version:"2.5.94"},{name:"format-font-size-increase",hex:"F09F4",version:"2.5.94"},{name:"format-header-1",hex:"F026B",version:"1.5.54"},{name:"format-header-2",hex:"F026C",version:"1.5.54"},{name:"format-header-3",hex:"F026D",version:"1.5.54"},{name:"format-header-4",hex:"F026E",version:"1.5.54"},{name:"format-header-5",hex:"F026F",version:"1.5.54"},{name:"format-header-6",hex:"F0270",version:"1.5.54"},{name:"format-header-decrease",hex:"F0271",version:"1.5.54"},{name:"format-header-equal",hex:"F0272",version:"1.5.54"},{name:"format-header-increase",hex:"F0273",version:"1.5.54"},{name:"format-header-pound",hex:"F0274",version:"1.5.54"},{name:"format-horizontal-align-center",hex:"F061E",version:"1.6.50"},{name:"format-horizontal-align-left",hex:"F061F",version:"1.6.50"},{name:"format-horizontal-align-right",hex:"F0620",version:"1.6.50"},{name:"format-indent-decrease",hex:"F0275",version:"1.5.54"},{name:"format-indent-increase",hex:"F0276",version:"1.5.54"},{name:"format-italic",hex:"F0277",version:"1.5.54"},{name:"format-letter-case",hex:"F0B34",version:"2.8.94"},{name:"format-letter-case-lower",hex:"F0B35",version:"2.8.94"},{name:"format-letter-case-upper",hex:"F0B36",version:"2.8.94"},{name:"format-letter-ends-with",hex:"F0FB8",version:"4.0.96"},{name:"format-letter-matches",hex:"F0FB9",version:"4.0.96"},{name:"format-letter-starts-with",hex:"F0FBA",version:"4.0.96"},{name:"format-line-spacing",hex:"F0278",version:"1.5.54"},{name:"format-line-style",hex:"F05C8",version:"1.5.54"},{name:"format-line-weight",hex:"F05C9",version:"1.5.54"},{name:"format-list-bulleted",hex:"F0279",version:"1.5.54"},{name:"format-list-bulleted-square",hex:"F0DD0",version:"3.5.94"},{name:"format-list-bulleted-triangle",hex:"F0EB2",version:"3.7.94"},{name:"format-list-bulleted-type",hex:"F027A",version:"1.5.54"},{name:"format-list-checkbox",hex:"F096A",version:"2.4.85"},{name:"format-list-checks",hex:"F0756",version:"1.9.32"},{name:"format-list-numbered",hex:"F027B",version:"1.5.54"},{name:"format-list-numbered-rtl",hex:"F0D0D",version:"3.3.92"},{name:"format-list-text",hex:"F126F",version:"4.7.95"},{name:"format-overline",hex:"F0EB3",version:"3.7.94"},{name:"format-page-break",hex:"F06D7",version:"1.8.36"},{name:"format-paint",hex:"F027C",version:"1.5.54"},{name:"format-paragraph",hex:"F027D",version:"1.5.54"},{name:"format-pilcrow",hex:"F06D8",version:"1.8.36"},{name:"format-quote-close",hex:"F027E",version:"1.5.54"},{name:"format-quote-close-outline",hex:"F11A8",version:"4.5.95"},{name:"format-quote-open",hex:"F0757",version:"1.9.32"},{name:"format-quote-open-outline",hex:"F11A7",version:"4.5.95"},{name:"format-rotate-90",hex:"F06AA",version:"1.7.12"},{name:"format-section",hex:"F069F",version:"1.7.12"},{name:"format-size",hex:"F027F",version:"1.5.54"},{name:"format-strikethrough",hex:"F0280",version:"1.5.54"},{name:"format-strikethrough-variant",hex:"F0281",version:"1.5.54"},{name:"format-subscript",hex:"F0282",version:"1.5.54"},{name:"format-superscript",hex:"F0283",version:"1.5.54"},{name:"format-text",hex:"F0284",version:"1.5.54"},{name:"format-text-rotation-angle-down",hex:"F0FBB",version:"4.0.96"},{name:"format-text-rotation-angle-up",hex:"F0FBC",version:"4.0.96"},{name:"format-text-rotation-down",hex:"F0D73",version:"3.4.93"},{name:"format-text-rotation-down-vertical",hex:"F0FBD",version:"4.0.96"},{name:"format-text-rotation-none",hex:"F0D74",version:"3.4.93"},{name:"format-text-rotation-up",hex:"F0FBE",version:"4.0.96"},{name:"format-text-rotation-vertical",hex:"F0FBF",version:"4.0.96"},{name:"format-text-variant",hex:"F0E32",version:"3.6.95"},{name:"format-text-variant-outline",hex:"F150F",version:"5.4.55"},{name:"format-text-wrapping-clip",hex:"F0D0E",version:"3.3.92"},{name:"format-text-wrapping-overflow",hex:"F0D0F",version:"3.3.92"},{name:"format-text-wrapping-wrap",hex:"F0D10",version:"3.3.92"},{name:"format-textbox",hex:"F0D11",version:"3.3.92"},{name:"format-textdirection-l-to-r",hex:"F0285",version:"1.5.54"},{name:"format-textdirection-r-to-l",hex:"F0286",version:"1.5.54"},{name:"format-title",hex:"F05F4",version:"1.5.54"},{name:"format-underline",hex:"F0287",version:"1.5.54"},{name:"format-vertical-align-bottom",hex:"F0621",version:"1.6.50"},{name:"format-vertical-align-center",hex:"F0622",version:"1.6.50"},{name:"format-vertical-align-top",hex:"F0623",version:"1.6.50"},{name:"format-wrap-inline",hex:"F0288",version:"1.5.54"},{name:"format-wrap-square",hex:"F0289",version:"1.5.54"},{name:"format-wrap-tight",hex:"F028A",version:"1.5.54"},{name:"format-wrap-top-bottom",hex:"F028B",version:"1.5.54"},{name:"forum",hex:"F028C",version:"1.5.54"},{name:"forum-outline",hex:"F0822",version:"2.1.19"},{name:"forward",hex:"F028D",version:"1.5.54"},{name:"forwardburger",hex:"F0D75",version:"3.4.93"},{name:"fountain",hex:"F096B",version:"2.4.85"},{name:"fountain-pen",hex:"F0D12",version:"3.3.92"},{name:"fountain-pen-tip",hex:"F0D13",version:"3.3.92"},{name:"freebsd",hex:"F08E0",version:"2.3.50"},{name:"frequently-asked-questions",hex:"F0EB4",version:"3.7.94"},{name:"fridge",hex:"F0290",version:"1.5.54"},{name:"fridge-alert",hex:"F11B1",version:"4.5.95"},{name:"fridge-alert-outline",hex:"F11B2",version:"4.5.95"},{name:"fridge-bottom",hex:"F0292",version:"1.5.54"},{name:"fridge-industrial",hex:"F15EE",version:"5.6.55"},{name:"fridge-industrial-alert",hex:"F15EF",version:"5.6.55"},{name:"fridge-industrial-alert-outline",hex:"F15F0",version:"5.6.55"},{name:"fridge-industrial-off",hex:"F15F1",version:"5.6.55"},{name:"fridge-industrial-off-outline",hex:"F15F2",version:"5.6.55"},{name:"fridge-industrial-outline",hex:"F15F3",version:"5.6.55"},{name:"fridge-off",hex:"F11AF",version:"4.5.95"},{name:"fridge-off-outline",hex:"F11B0",version:"4.5.95"},{name:"fridge-outline",hex:"F028F",version:"1.5.54"},{name:"fridge-top",hex:"F0291",version:"1.5.54"},{name:"fridge-variant",hex:"F15F4",version:"5.6.55"},{name:"fridge-variant-alert",hex:"F15F5",version:"5.6.55"},{name:"fridge-variant-alert-outline",hex:"F15F6",version:"5.6.55"},{name:"fridge-variant-off",hex:"F15F7",version:"5.6.55"},{name:"fridge-variant-off-outline",hex:"F15F8",version:"5.6.55"},{name:"fridge-variant-outline",hex:"F15F9",version:"5.6.55"},{name:"fruit-cherries",hex:"F1042",version:"4.1.95"},{name:"fruit-cherries-off",hex:"F13F8",version:"5.1.45"},{name:"fruit-citrus",hex:"F1043",version:"4.1.95"},{name:"fruit-citrus-off",hex:"F13F9",version:"5.1.45"},{name:"fruit-grapes",hex:"F1044",version:"4.1.95"},{name:"fruit-grapes-outline",hex:"F1045",version:"4.1.95"},{name:"fruit-pineapple",hex:"F1046",version:"4.1.95"},{name:"fruit-watermelon",hex:"F1047",version:"4.1.95"},{name:"fuel",hex:"F07CA",version:"2.0.46"},{name:"fullscreen",hex:"F0293",version:"1.5.54"},{name:"fullscreen-exit",hex:"F0294",version:"1.5.54"},{name:"function",hex:"F0295",version:"1.5.54"},{name:"function-variant",hex:"F0871",version:"2.1.99"},{name:"furigana-horizontal",hex:"F1081",version:"4.2.95"},{name:"furigana-vertical",hex:"F1082",version:"4.2.95"},{name:"fuse",hex:"F0C85",version:"3.2.89"},{name:"fuse-alert",hex:"F142D",version:"5.2.45"},{name:"fuse-blade",hex:"F0C86",version:"3.2.89"},{name:"fuse-off",hex:"F142C",version:"5.2.45"},{name:"gamepad",hex:"F0296",version:"1.5.54"},{name:"gamepad-circle",hex:"F0E33",version:"3.6.95"},{name:"gamepad-circle-down",hex:"F0E34",version:"3.6.95"},{name:"gamepad-circle-left",hex:"F0E35",version:"3.6.95"},{name:"gamepad-circle-outline",hex:"F0E36",version:"3.6.95"},{name:"gamepad-circle-right",hex:"F0E37",version:"3.6.95"},{name:"gamepad-circle-up",hex:"F0E38",version:"3.6.95"},{name:"gamepad-down",hex:"F0E39",version:"3.6.95"},{name:"gamepad-left",hex:"F0E3A",version:"3.6.95"},{name:"gamepad-right",hex:"F0E3B",version:"3.6.95"},{name:"gamepad-round",hex:"F0E3C",version:"3.6.95"},{name:"gamepad-round-down",hex:"F0E3D",version:"3.6.95"},{name:"gamepad-round-left",hex:"F0E3E",version:"3.6.95"},{name:"gamepad-round-outline",hex:"F0E3F",version:"3.6.95"},{name:"gamepad-round-right",hex:"F0E40",version:"3.6.95"},{name:"gamepad-round-up",hex:"F0E41",version:"3.6.95"},{name:"gamepad-square",hex:"F0EB5",version:"3.7.94"},{name:"gamepad-square-outline",hex:"F0EB6",version:"3.7.94"},{name:"gamepad-up",hex:"F0E42",version:"3.6.95"},{name:"gamepad-variant",hex:"F0297",version:"1.5.54"},{name:"gamepad-variant-outline",hex:"F0EB7",version:"3.7.94"},{name:"gamma",hex:"F10EE",version:"4.3.95"},{name:"gantry-crane",hex:"F0DD1",version:"3.5.94"},{name:"garage",hex:"F06D9",version:"1.8.36"},{name:"garage-alert",hex:"F0872",version:"2.1.99"},{name:"garage-alert-variant",hex:"F12D5",version:"4.8.95"},{name:"garage-open",hex:"F06DA",version:"1.8.36"},{name:"garage-open-variant",hex:"F12D4",version:"4.8.95"},{name:"garage-variant",hex:"F12D3",version:"4.8.95"},{name:"gas-cylinder",hex:"F0647",version:"1.6.50"},{name:"gas-station",hex:"F0298",version:"1.5.54"},{name:"gas-station-off",hex:"F1409",version:"5.1.45"},{name:"gas-station-off-outline",hex:"F140A",version:"5.1.45"},{name:"gas-station-outline",hex:"F0EB8",version:"3.7.94"},{name:"gate",hex:"F0299",version:"1.5.54"},{name:"gate-and",hex:"F08E1",version:"2.3.50"},{name:"gate-arrow-right",hex:"F1169",version:"4.4.95"},{name:"gate-nand",hex:"F08E2",version:"2.3.50"},{name:"gate-nor",hex:"F08E3",version:"2.3.50"},{name:"gate-not",hex:"F08E4",version:"2.3.50"},{name:"gate-open",hex:"F116A",version:"4.4.95"},{name:"gate-or",hex:"F08E5",version:"2.3.50"},{name:"gate-xnor",hex:"F08E6",version:"2.3.50"},{name:"gate-xor",hex:"F08E7",version:"2.3.50"},{name:"gatsby",hex:"F0E43",version:"3.6.95"},{name:"gauge",hex:"F029A",version:"1.5.54"},{name:"gauge-empty",hex:"F0873",version:"2.1.99"},{name:"gauge-full",hex:"F0874",version:"2.1.99"},{name:"gauge-low",hex:"F0875",version:"2.1.99"},{name:"gavel",hex:"F029B",version:"1.5.54"},{name:"gender-female",hex:"F029C",version:"1.5.54"},{name:"gender-male",hex:"F029D",version:"1.5.54"},{name:"gender-male-female",hex:"F029E",version:"1.5.54"},{name:"gender-male-female-variant",hex:"F113F",version:"4.4.95"},{name:"gender-non-binary",hex:"F1140",version:"4.4.95"},{name:"gender-transgender",hex:"F029F",version:"1.5.54"},{name:"gentoo",hex:"F08E8",version:"2.3.50"},{name:"gesture",hex:"F07CB",version:"2.0.46"},{name:"gesture-double-tap",hex:"F073C",version:"1.9.32"},{name:"gesture-pinch",hex:"F0ABD",version:"2.7.94"},{name:"gesture-spread",hex:"F0ABE",version:"2.7.94"},{name:"gesture-swipe",hex:"F0D76",version:"3.4.93"},{name:"gesture-swipe-down",hex:"F073D",version:"1.9.32"},{name:"gesture-swipe-horizontal",hex:"F0ABF",version:"2.7.94"},{name:"gesture-swipe-left",hex:"F073E",version:"1.9.32"},{name:"gesture-swipe-right",hex:"F073F",version:"1.9.32"},{name:"gesture-swipe-up",hex:"F0740",version:"1.9.32"},{name:"gesture-swipe-vertical",hex:"F0AC0",version:"2.7.94"},{name:"gesture-tap",hex:"F0741",version:"1.9.32"},{name:"gesture-tap-box",hex:"F12A9",version:"4.7.95"},{name:"gesture-tap-button",hex:"F12A8",version:"4.7.95"},{name:"gesture-tap-hold",hex:"F0D77",version:"3.4.93"},{name:"gesture-two-double-tap",hex:"F0742",version:"1.9.32"},{name:"gesture-two-tap",hex:"F0743",version:"1.9.32"},{name:"ghost",hex:"F02A0",version:"1.5.54"},{name:"ghost-off",hex:"F09F5",version:"2.5.94"},{name:"ghost-off-outline",hex:"F165C",version:"5.7.55"},{name:"ghost-outline",hex:"F165D",version:"5.7.55"},{name:"gif",hex:"F0D78",version:"3.4.93"},{name:"gift",hex:"F0E44",version:"3.6.95"},{name:"gift-outline",hex:"F02A1",version:"1.5.54"},{name:"git",hex:"F02A2",version:"1.5.54"},{name:"github",hex:"F02A4",version:"1.5.54"},{name:"gitlab",hex:"F0BA0",version:"3.0.39"},{name:"glass-cocktail",hex:"F0356",version:"1.5.54"},{name:"glass-cocktail-off",hex:"F15E6",version:"5.6.55"},{name:"glass-flute",hex:"F02A5",version:"1.5.54"},{name:"glass-mug",hex:"F02A6",version:"1.5.54"},{name:"glass-mug-off",hex:"F15E7",version:"5.6.55"},{name:"glass-mug-variant",hex:"F1116",version:"4.3.95"},{name:"glass-mug-variant-off",hex:"F15E8",version:"5.6.55"},{name:"glass-pint-outline",hex:"F130D",version:"4.8.95"},{name:"glass-stange",hex:"F02A7",version:"1.5.54"},{name:"glass-tulip",hex:"F02A8",version:"1.5.54"},{name:"glass-wine",hex:"F0876",version:"2.1.99"},{name:"glasses",hex:"F02AA",version:"1.5.54"},{name:"globe-light",hex:"F12D7",version:"4.8.95"},{name:"globe-model",hex:"F08E9",version:"2.3.50"},{name:"gmail",hex:"F02AB",version:"1.5.54"},{name:"gnome",hex:"F02AC",version:"1.5.54"},{name:"go-kart",hex:"F0D79",version:"3.4.93"},{name:"go-kart-track",hex:"F0D7A",version:"3.4.93"},{name:"gog",hex:"F0BA1",version:"3.0.39"},{name:"gold",hex:"F124F",version:"4.6.95"},{name:"golf",hex:"F0823",version:"2.1.19"},{name:"golf-cart",hex:"F11A4",version:"4.5.95"},{name:"golf-tee",hex:"F1083",version:"4.2.95"},{name:"gondola",hex:"F0686",version:"1.7.12"},{name:"goodreads",hex:"F0D7B",version:"3.4.93"},{name:"google",hex:"F02AD",version:"1.5.54"},{name:"google-ads",hex:"F0C87",version:"3.2.89"},{name:"google-analytics",hex:"F07CC",version:"2.0.46"},{name:"google-assistant",hex:"F07CD",version:"2.0.46"},{name:"google-cardboard",hex:"F02AE",version:"1.5.54"},{name:"google-chrome",hex:"F02AF",version:"1.5.54"},{name:"google-circles",hex:"F02B0",version:"1.5.54"},{name:"google-circles-communities",hex:"F02B1",version:"1.5.54"},{name:"google-circles-extended",hex:"F02B2",version:"1.5.54"},{name:"google-circles-group",hex:"F02B3",version:"1.5.54"},{name:"google-classroom",hex:"F02C0",version:"1.5.54"},{name:"google-cloud",hex:"F11F6",version:"4.6.95"},{name:"google-controller",hex:"F02B4",version:"1.5.54"},{name:"google-controller-off",hex:"F02B5",version:"1.5.54"},{name:"google-downasaur",hex:"F1362",version:"4.9.95"},{name:"google-drive",hex:"F02B6",version:"1.5.54"},{name:"google-earth",hex:"F02B7",version:"1.5.54"},{name:"google-fit",hex:"F096C",version:"2.4.85"},{name:"google-glass",hex:"F02B8",version:"1.5.54"},{name:"google-hangouts",hex:"F02C9",version:"1.5.54"},{name:"google-home",hex:"F0824",version:"2.1.19"},{name:"google-keep",hex:"F06DC",version:"1.8.36"},{name:"google-lens",hex:"F09F6",version:"2.5.94"},{name:"google-maps",hex:"F05F5",version:"1.5.54"},{name:"google-my-business",hex:"F1048",version:"4.1.95"},{name:"google-nearby",hex:"F02B9",version:"1.5.54"},{name:"google-photos",hex:"F06DD",version:"1.8.36"},{name:"google-play",hex:"F02BC",version:"1.5.54"},{name:"google-plus",hex:"F02BD",version:"1.5.54"},{name:"google-podcast",hex:"F0EB9",version:"3.7.94"},{name:"google-spreadsheet",hex:"F09F7",version:"2.5.94"},{name:"google-street-view",hex:"F0C88",version:"3.2.89"},{name:"google-translate",hex:"F02BF",version:"1.5.54"},{name:"gradient",hex:"F06A0",version:"1.7.12"},{name:"grain",hex:"F0D7C",version:"3.4.93"},{name:"graph",hex:"F1049",version:"4.1.95"},{name:"graph-outline",hex:"F104A",version:"4.1.95"},{name:"graphql",hex:"F0877",version:"2.1.99"},{name:"grass",hex:"F1510",version:"5.4.55"},{name:"grave-stone",hex:"F0BA2",version:"3.0.39"},{name:"grease-pencil",hex:"F0648",version:"1.6.50"},{name:"greater-than",hex:"F096D",version:"2.4.85"},{name:"greater-than-or-equal",hex:"F096E",version:"2.4.85"},{name:"grid",hex:"F02C1",version:"1.5.54"},{name:"grid-large",hex:"F0758",version:"1.9.32"},{name:"grid-off",hex:"F02C2",version:"1.5.54"},{name:"grill",hex:"F0E45",version:"3.6.95"},{name:"grill-outline",hex:"F118A",version:"4.4.95"},{name:"group",hex:"F02C3",version:"1.5.54"},{name:"guitar-acoustic",hex:"F0771",version:"1.9.32"},{name:"guitar-electric",hex:"F02C4",version:"1.5.54"},{name:"guitar-pick",hex:"F02C5",version:"1.5.54"},{name:"guitar-pick-outline",hex:"F02C6",version:"1.5.54"},{name:"guy-fawkes-mask",hex:"F0825",version:"2.1.19"},{name:"hail",hex:"F0AC1",version:"2.7.94"},{name:"hair-dryer",hex:"F10EF",version:"4.3.95"},{name:"hair-dryer-outline",hex:"F10F0",version:"4.3.95"},{name:"halloween",hex:"F0BA3",version:"3.0.39"},{name:"hamburger",hex:"F0685",version:"1.7.12"},{name:"hammer",hex:"F08EA",version:"2.3.50"},{name:"hammer-screwdriver",hex:"F1322",version:"4.9.95"},{name:"hammer-wrench",hex:"F1323",version:"4.9.95"},{name:"hand",hex:"F0A4F",version:"2.6.95"},{name:"hand-heart",hex:"F10F1",version:"4.3.95"},{name:"hand-heart-outline",hex:"F157E",version:"5.5.55"},{name:"hand-left",hex:"F0E46",version:"3.6.95"},{name:"hand-okay",hex:"F0A50",version:"2.6.95"},{name:"hand-peace",hex:"F0A51",version:"2.6.95"},{name:"hand-peace-variant",hex:"F0A52",version:"2.6.95"},{name:"hand-pointing-down",hex:"F0A53",version:"2.6.95"},{name:"hand-pointing-left",hex:"F0A54",version:"2.6.95"},{name:"hand-pointing-right",hex:"F02C7",version:"1.5.54"},{name:"hand-pointing-up",hex:"F0A55",version:"2.6.95"},{name:"hand-right",hex:"F0E47",version:"3.6.95"},{name:"hand-saw",hex:"F0E48",version:"3.6.95"},{name:"hand-wash",hex:"F157F",version:"5.5.55"},{name:"hand-wash-outline",hex:"F1580",version:"5.5.55"},{name:"hand-water",hex:"F139F",version:"5.0.45"},{name:"handball",hex:"F0F53",version:"3.9.97"},{name:"handcuffs",hex:"F113E",version:"4.4.95"},{name:"handshake",hex:"F1218",version:"4.6.95"},{name:"handshake-outline",hex:"F15A1",version:"5.5.55"},{name:"hanger",hex:"F02C8",version:"1.5.54"},{name:"hard-hat",hex:"F096F",version:"2.4.85"},{name:"harddisk",hex:"F02CA",version:"1.5.54"},{name:"harddisk-plus",hex:"F104B",version:"4.1.95"},{name:"harddisk-remove",hex:"F104C",version:"4.1.95"},{name:"hat-fedora",hex:"F0BA4",version:"3.0.39"},{name:"hazard-lights",hex:"F0C89",version:"3.2.89"},{name:"hdr",hex:"F0D7D",version:"3.4.93"},{name:"hdr-off",hex:"F0D7E",version:"3.4.93"},{name:"head",hex:"F135E",version:"4.9.95"},{name:"head-alert",hex:"F1338",version:"4.9.95"},{name:"head-alert-outline",hex:"F1339",version:"4.9.95"},{name:"head-check",hex:"F133A",version:"4.9.95"},{name:"head-check-outline",hex:"F133B",version:"4.9.95"},{name:"head-cog",hex:"F133C",version:"4.9.95"},{name:"head-cog-outline",hex:"F133D",version:"4.9.95"},{name:"head-dots-horizontal",hex:"F133E",version:"4.9.95"},{name:"head-dots-horizontal-outline",hex:"F133F",version:"4.9.95"},{name:"head-flash",hex:"F1340",version:"4.9.95"},{name:"head-flash-outline",hex:"F1341",version:"4.9.95"},{name:"head-heart",hex:"F1342",version:"4.9.95"},{name:"head-heart-outline",hex:"F1343",version:"4.9.95"},{name:"head-lightbulb",hex:"F1344",version:"4.9.95"},{name:"head-lightbulb-outline",hex:"F1345",version:"4.9.95"},{name:"head-minus",hex:"F1346",version:"4.9.95"},{name:"head-minus-outline",hex:"F1347",version:"4.9.95"},{name:"head-outline",hex:"F135F",version:"4.9.95"},{name:"head-plus",hex:"F1348",version:"4.9.95"},{name:"head-plus-outline",hex:"F1349",version:"4.9.95"},{name:"head-question",hex:"F134A",version:"4.9.95"},{name:"head-question-outline",hex:"F134B",version:"4.9.95"},{name:"head-remove",hex:"F134C",version:"4.9.95"},{name:"head-remove-outline",hex:"F134D",version:"4.9.95"},{name:"head-snowflake",hex:"F134E",version:"4.9.95"},{name:"head-snowflake-outline",hex:"F134F",version:"4.9.95"},{name:"head-sync",hex:"F1350",version:"4.9.95"},{name:"head-sync-outline",hex:"F1351",version:"4.9.95"},{name:"headphones",hex:"F02CB",version:"1.5.54"},{name:"headphones-bluetooth",hex:"F0970",version:"2.4.85"},{name:"headphones-box",hex:"F02CC",version:"1.5.54"},{name:"headphones-off",hex:"F07CE",version:"2.0.46"},{name:"headphones-settings",hex:"F02CD",version:"1.5.54"},{name:"headset",hex:"F02CE",version:"1.5.54"},{name:"headset-dock",hex:"F02CF",version:"1.5.54"},{name:"headset-off",hex:"F02D0",version:"1.5.54"},{name:"heart",hex:"F02D1",version:"1.5.54"},{name:"heart-box",hex:"F02D2",version:"1.5.54"},{name:"heart-box-outline",hex:"F02D3",version:"1.5.54"},{name:"heart-broken",hex:"F02D4",version:"1.5.54"},{name:"heart-broken-outline",hex:"F0D14",version:"3.3.92"},{name:"heart-circle",hex:"F0971",version:"2.4.85"},{name:"heart-circle-outline",hex:"F0972",version:"2.4.85"},{name:"heart-cog",hex:"F1663",version:"5.7.55"},{name:"heart-cog-outline",hex:"F1664",version:"5.7.55"},{name:"heart-flash",hex:"F0EF9",version:"3.8.95"},{name:"heart-half",hex:"F06DF",version:"1.8.36"},{name:"heart-half-full",hex:"F06DE",version:"1.8.36"},{name:"heart-half-outline",hex:"F06E0",version:"1.8.36"},{name:"heart-minus",hex:"F142F",version:"5.2.45"},{name:"heart-minus-outline",hex:"F1432",version:"5.2.45"},{name:"heart-multiple",hex:"F0A56",version:"2.6.95"},{name:"heart-multiple-outline",hex:"F0A57",version:"2.6.95"},{name:"heart-off",hex:"F0759",version:"1.9.32"},{name:"heart-off-outline",hex:"F1434",version:"5.2.45"},{name:"heart-outline",hex:"F02D5",version:"1.5.54"},{name:"heart-plus",hex:"F142E",version:"5.2.45"},{name:"heart-plus-outline",hex:"F1431",version:"5.2.45"},{name:"heart-pulse",hex:"F05F6",version:"1.5.54"},{name:"heart-remove",hex:"F1430",version:"5.2.45"},{name:"heart-remove-outline",hex:"F1433",version:"5.2.45"},{name:"heart-settings",hex:"F1665",version:"5.7.55"},{name:"heart-settings-outline",hex:"F1666",version:"5.7.55"},{name:"helicopter",hex:"F0AC2",version:"2.7.94"},{name:"help",hex:"F02D6",version:"1.5.54"},{name:"help-box",hex:"F078B",version:"1.9.32"},{name:"help-circle",hex:"F02D7",version:"1.5.54"},{name:"help-circle-outline",hex:"F0625",version:"1.6.50"},{name:"help-network",hex:"F06F5",version:"1.8.36"},{name:"help-network-outline",hex:"F0C8A",version:"3.2.89"},{name:"help-rhombus",hex:"F0BA5",version:"3.0.39"},{name:"help-rhombus-outline",hex:"F0BA6",version:"3.0.39"},{name:"hexadecimal",hex:"F12A7",version:"4.7.95"},{name:"hexagon",hex:"F02D8",version:"1.5.54"},{name:"hexagon-multiple",hex:"F06E1",version:"1.8.36"},{name:"hexagon-multiple-outline",hex:"F10F2",version:"4.3.95"},{name:"hexagon-outline",hex:"F02D9",version:"1.5.54"},{name:"hexagon-slice-1",hex:"F0AC3",version:"2.7.94"},{name:"hexagon-slice-2",hex:"F0AC4",version:"2.7.94"},{name:"hexagon-slice-3",hex:"F0AC5",version:"2.7.94"},{name:"hexagon-slice-4",hex:"F0AC6",version:"2.7.94"},{name:"hexagon-slice-5",hex:"F0AC7",version:"2.7.94"},{name:"hexagon-slice-6",hex:"F0AC8",version:"2.7.94"},{name:"hexagram",hex:"F0AC9",version:"2.7.94"},{name:"hexagram-outline",hex:"F0ACA",version:"2.7.94"},{name:"high-definition",hex:"F07CF",version:"2.0.46"},{name:"high-definition-box",hex:"F0878",version:"2.1.99"},{name:"highway",hex:"F05F7",version:"1.5.54"},{name:"hiking",hex:"F0D7F",version:"3.4.93"},{name:"hinduism",hex:"F0973",version:"2.4.85"},{name:"history",hex:"F02DA",version:"1.5.54"},{name:"hockey-puck",hex:"F0879",version:"2.1.99"},{name:"hockey-sticks",hex:"F087A",version:"2.1.99"},{name:"hololens",hex:"F02DB",version:"1.5.54"},{name:"home",hex:"F02DC",version:"1.5.54"},{name:"home-account",hex:"F0826",version:"2.1.19"},{name:"home-alert",hex:"F087B",version:"2.1.99"},{name:"home-alert-outline",hex:"F15D0",version:"5.6.55"},{name:"home-analytics",hex:"F0EBA",version:"3.7.94"},{name:"home-assistant",hex:"F07D0",version:"2.0.46"},{name:"home-automation",hex:"F07D1",version:"2.0.46"},{name:"home-circle",hex:"F07D2",version:"2.0.46"},{name:"home-circle-outline",hex:"F104D",version:"4.1.95"},{name:"home-city",hex:"F0D15",version:"3.3.92"},{name:"home-city-outline",hex:"F0D16",version:"3.3.92"},{name:"home-currency-usd",hex:"F08AF",version:"2.2.43"},{name:"home-edit",hex:"F1159",version:"4.4.95"},{name:"home-edit-outline",hex:"F115A",version:"4.4.95"},{name:"home-export-outline",hex:"F0F9B",version:"3.9.97"},{name:"home-flood",hex:"F0EFA",version:"3.8.95"},{name:"home-floor-0",hex:"F0DD2",version:"3.5.94"},{name:"home-floor-1",hex:"F0D80",version:"3.4.93"},{name:"home-floor-2",hex:"F0D81",version:"3.4.93"},{name:"home-floor-3",hex:"F0D82",version:"3.4.93"},{name:"home-floor-a",hex:"F0D83",version:"3.4.93"},{name:"home-floor-b",hex:"F0D84",version:"3.4.93"},{name:"home-floor-g",hex:"F0D85",version:"3.4.93"},{name:"home-floor-l",hex:"F0D86",version:"3.4.93"},{name:"home-floor-negative-1",hex:"F0DD3",version:"3.5.94"},{name:"home-group",hex:"F0DD4",version:"3.5.94"},{name:"home-heart",hex:"F0827",version:"2.1.19"},{name:"home-import-outline",hex:"F0F9C",version:"3.9.97"},{name:"home-lightbulb",hex:"F1251",version:"4.6.95"},{name:"home-lightbulb-outline",hex:"F1252",version:"4.6.95"},{name:"home-lock",hex:"F08EB",version:"2.3.50"},{name:"home-lock-open",hex:"F08EC",version:"2.3.50"},{name:"home-map-marker",hex:"F05F8",version:"1.5.54"},{name:"home-minus",hex:"F0974",version:"2.4.85"},{name:"home-minus-outline",hex:"F13D5",version:"5.1.45"},{name:"home-modern",hex:"F02DD",version:"1.5.54"},{name:"home-outline",hex:"F06A1",version:"1.7.12"},{name:"home-plus",hex:"F0975",version:"2.4.85"},{name:"home-plus-outline",hex:"F13D6",version:"5.1.45"},{name:"home-remove",hex:"F1247",version:"4.6.95"},{name:"home-remove-outline",hex:"F13D7",version:"5.1.45"},{name:"home-roof",hex:"F112B",version:"4.3.95"},{name:"home-search",hex:"F13B0",version:"5.0.45"},{name:"home-search-outline",hex:"F13B1",version:"5.0.45"},{name:"home-thermometer",hex:"F0F54",version:"3.9.97"},{name:"home-thermometer-outline",hex:"F0F55",version:"3.9.97"},{name:"home-variant",hex:"F02DE",version:"1.5.54"},{name:"home-variant-outline",hex:"F0BA7",version:"3.0.39"},{name:"hook",hex:"F06E2",version:"1.8.36"},{name:"hook-off",hex:"F06E3",version:"1.8.36"},{name:"hops",hex:"F02DF",version:"1.5.54"},{name:"horizontal-rotate-clockwise",hex:"F10F3",version:"4.3.95"},{name:"horizontal-rotate-counterclockwise",hex:"F10F4",version:"4.3.95"},{name:"horse",hex:"F15BF",version:"5.6.55"},{name:"horse-human",hex:"F15C0",version:"5.6.55"},{name:"horse-variant",hex:"F15C1",version:"5.6.55"},{name:"horseshoe",hex:"F0A58",version:"2.6.95"},{name:"hospital",hex:"F0FF6",version:"4.0.96"},{name:"hospital-box",hex:"F02E0",version:"1.5.54"},{name:"hospital-box-outline",hex:"F0FF7",version:"4.0.96"},{name:"hospital-building",hex:"F02E1",version:"1.5.54"},{name:"hospital-marker",hex:"F02E2",version:"1.5.54"},{name:"hot-tub",hex:"F0828",version:"2.1.19"},{name:"hours-24",hex:"F1478",version:"5.2.45"},{name:"hubspot",hex:"F0D17",version:"3.3.92"},{name:"hulu",hex:"F0829",version:"2.1.19"},{name:"human",hex:"F02E6",version:"1.5.54"},{name:"human-baby-changing-table",hex:"F138B",version:"5.0.45"},{name:"human-cane",hex:"F1581",version:"5.5.55"},{name:"human-capacity-decrease",hex:"F159B",version:"5.5.55"},{name:"human-capacity-increase",hex:"F159C",version:"5.5.55"},{name:"human-child",hex:"F02E7",version:"1.5.54"},{name:"human-edit",hex:"F14E8",version:"5.4.55"},{name:"human-female",hex:"F0649",version:"1.6.50"},{name:"human-female-boy",hex:"F0A59",version:"2.6.95"},{name:"human-female-dance",hex:"F15C9",version:"5.6.55"},{name:"human-female-female",hex:"F0A5A",version:"2.6.95"},{name:"human-female-girl",hex:"F0A5B",version:"2.6.95"},{name:"human-greeting",hex:"F064A",version:"1.6.50"},{name:"human-greeting-proximity",hex:"F159D",version:"5.5.55"},{name:"human-handsdown",hex:"F064B",version:"1.6.50"},{name:"human-handsup",hex:"F064C",version:"1.6.50"},{name:"human-male",hex:"F064D",version:"1.6.50"},{name:"human-male-boy",hex:"F0A5C",version:"2.6.95"},{name:"human-male-child",hex:"F138C",version:"5.0.45"},{name:"human-male-female",hex:"F02E8",version:"1.5.54"},{name:"human-male-girl",hex:"F0A5D",version:"2.6.95"},{name:"human-male-height",hex:"F0EFB",version:"3.8.95"},{name:"human-male-height-variant",hex:"F0EFC",version:"3.8.95"},{name:"human-male-male",hex:"F0A5E",version:"2.6.95"},{name:"human-pregnant",hex:"F05CF",version:"1.5.54"},{name:"human-queue",hex:"F1571",version:"5.5.55"},{name:"human-scooter",hex:"F11E9",version:"4.5.95"},{name:"human-wheelchair",hex:"F138D",version:"5.0.45"},{name:"humble-bundle",hex:"F0744",version:"1.9.32"},{name:"hvac",hex:"F1352",version:"4.9.95"},{name:"hvac-off",hex:"F159E",version:"5.5.55"},{name:"hydraulic-oil-level",hex:"F1324",version:"4.9.95"},{name:"hydraulic-oil-temperature",hex:"F1325",version:"4.9.95"},{name:"hydro-power",hex:"F12E5",version:"4.8.95"},{name:"ice-cream",hex:"F082A",version:"2.1.19"},{name:"ice-cream-off",hex:"F0E52",version:"3.6.95"},{name:"ice-pop",hex:"F0EFD",version:"3.8.95"},{name:"id-card",hex:"F0FC0",version:"4.0.96"},{name:"identifier",hex:"F0EFE",version:"3.8.95"},{name:"ideogram-cjk",hex:"F1331",version:"4.9.95"},{name:"ideogram-cjk-variant",hex:"F1332",version:"4.9.95"},{name:"iframe",hex:"F0C8B",version:"3.2.89"},{name:"iframe-array",hex:"F10F5",version:"4.3.95"},{name:"iframe-array-outline",hex:"F10F6",version:"4.3.95"},{name:"iframe-braces",hex:"F10F7",version:"4.3.95"},{name:"iframe-braces-outline",hex:"F10F8",version:"4.3.95"},{name:"iframe-outline",hex:"F0C8C",version:"3.2.89"},{name:"iframe-parentheses",hex:"F10F9",version:"4.3.95"},{name:"iframe-parentheses-outline",hex:"F10FA",version:"4.3.95"},{name:"iframe-variable",hex:"F10FB",version:"4.3.95"},{name:"iframe-variable-outline",hex:"F10FC",version:"4.3.95"},{name:"image",hex:"F02E9",version:"1.5.54"},{name:"image-album",hex:"F02EA",version:"1.5.54"},{name:"image-area",hex:"F02EB",version:"1.5.54"},{name:"image-area-close",hex:"F02EC",version:"1.5.54"},{name:"image-auto-adjust",hex:"F0FC1",version:"4.0.96"},{name:"image-broken",hex:"F02ED",version:"1.5.54"},{name:"image-broken-variant",hex:"F02EE",version:"1.5.54"},{name:"image-edit",hex:"F11E3",version:"4.5.95"},{name:"image-edit-outline",hex:"F11E4",version:"4.5.95"},{name:"image-filter-black-white",hex:"F02F0",version:"1.5.54"},{name:"image-filter-center-focus",hex:"F02F1",version:"1.5.54"},{name:"image-filter-center-focus-strong",hex:"F0EFF",version:"3.8.95"},{name:"image-filter-center-focus-strong-outline",hex:"F0F00",version:"3.8.95"},{name:"image-filter-center-focus-weak",hex:"F02F2",version:"1.5.54"},{name:"image-filter-drama",hex:"F02F3",version:"1.5.54"},{name:"image-filter-frames",hex:"F02F4",version:"1.5.54"},{name:"image-filter-hdr",hex:"F02F5",version:"1.5.54"},{name:"image-filter-none",hex:"F02F6",version:"1.5.54"},{name:"image-filter-tilt-shift",hex:"F02F7",version:"1.5.54"},{name:"image-filter-vintage",hex:"F02F8",version:"1.5.54"},{name:"image-frame",hex:"F0E49",version:"3.6.95"},{name:"image-minus",hex:"F1419",version:"5.1.45"},{name:"image-move",hex:"F09F8",version:"2.5.94"},{name:"image-multiple",hex:"F02F9",version:"1.5.54"},{name:"image-multiple-outline",hex:"F02EF",version:"1.5.54"},{name:"image-off",hex:"F082B",version:"2.1.19"},{name:"image-off-outline",hex:"F11D1",version:"4.5.95"},{name:"image-outline",hex:"F0976",version:"2.4.85"},{name:"image-plus",hex:"F087C",version:"2.1.99"},{name:"image-remove",hex:"F1418",version:"5.1.45"},{name:"image-search",hex:"F0977",version:"2.4.85"},{name:"image-search-outline",hex:"F0978",version:"2.4.85"},{name:"image-size-select-actual",hex:"F0C8D",version:"3.2.89"},{name:"image-size-select-large",hex:"F0C8E",version:"3.2.89"},{name:"image-size-select-small",hex:"F0C8F",version:"3.2.89"},{name:"image-text",hex:"F160D",version:"5.6.55"},{name:"import",hex:"F02FA",version:"1.5.54"},{name:"inbox",hex:"F0687",version:"1.7.12"},{name:"inbox-arrow-down",hex:"F02FB",version:"1.5.54"},{name:"inbox-arrow-down-outline",hex:"F1270",version:"4.7.95"},{name:"inbox-arrow-up",hex:"F03D1",version:"1.5.54"},{name:"inbox-arrow-up-outline",hex:"F1271",version:"4.7.95"},{name:"inbox-full",hex:"F1272",version:"4.7.95"},{name:"inbox-full-outline",hex:"F1273",version:"4.7.95"},{name:"inbox-multiple",hex:"F08B0",version:"2.2.43"},{name:"inbox-multiple-outline",hex:"F0BA8",version:"3.0.39"},{name:"inbox-outline",hex:"F1274",version:"4.7.95"},{name:"inbox-remove",hex:"F159F",version:"5.5.55"},{name:"inbox-remove-outline",hex:"F15A0",version:"5.5.55"},{name:"incognito",hex:"F05F9",version:"1.5.54"},{name:"incognito-circle",hex:"F1421",version:"5.2.45"},{name:"incognito-circle-off",hex:"F1422",version:"5.2.45"},{name:"incognito-off",hex:"F0075",version:"1.5.54"},{name:"infinity",hex:"F06E4",version:"1.8.36"},{name:"information",hex:"F02FC",version:"1.5.54"},{name:"information-outline",hex:"F02FD",version:"1.5.54"},{name:"information-variant",hex:"F064E",version:"1.6.50"},{name:"instagram",hex:"F02FE",version:"1.5.54"},{name:"instrument-triangle",hex:"F104E",version:"4.1.95"},{name:"invert-colors",hex:"F0301",version:"1.5.54"},{name:"invert-colors-off",hex:"F0E4A",version:"3.6.95"},{name:"iobroker",hex:"F12E8",version:"4.8.95"},{name:"ip",hex:"F0A5F",version:"2.6.95"},{name:"ip-network",hex:"F0A60",version:"2.6.95"},{name:"ip-network-outline",hex:"F0C90",version:"3.2.89"},{name:"ipod",hex:"F0C91",version:"3.2.89"},{name:"islam",hex:"F0979",version:"2.4.85"},{name:"island",hex:"F104F",version:"4.1.95"},{name:"iv-bag",hex:"F10B9",version:"4.2.95"},{name:"jabber",hex:"F0DD5",version:"3.5.94"},{name:"jeepney",hex:"F0302",version:"1.5.54"},{name:"jellyfish",hex:"F0F01",version:"3.8.95"},{name:"jellyfish-outline",hex:"F0F02",version:"3.8.95"},{name:"jira",hex:"F0303",version:"1.5.54"},{name:"jquery",hex:"F087D",version:"2.1.99"},{name:"jsfiddle",hex:"F0304",version:"1.5.54"},{name:"judaism",hex:"F097A",version:"2.4.85"},{name:"jump-rope",hex:"F12FF",version:"4.8.95"},{name:"kabaddi",hex:"F0D87",version:"3.4.93"},{name:"kangaroo",hex:"F1558",version:"5.5.55"},{name:"karate",hex:"F082C",version:"2.1.19"},{name:"keg",hex:"F0305",version:"1.5.54"},{name:"kettle",hex:"F05FA",version:"1.5.54"},{name:"kettle-alert",hex:"F1317",version:"4.8.95"},{name:"kettle-alert-outline",hex:"F1318",version:"4.8.95"},{name:"kettle-off",hex:"F131B",version:"4.8.95"},{name:"kettle-off-outline",hex:"F131C",version:"4.8.95"},{name:"kettle-outline",hex:"F0F56",version:"3.9.97"},{name:"kettle-steam",hex:"F1319",version:"4.8.95"},{name:"kettle-steam-outline",hex:"F131A",version:"4.8.95"},{name:"kettlebell",hex:"F1300",version:"4.8.95"},{name:"key",hex:"F0306",version:"1.5.54"},{name:"key-arrow-right",hex:"F1312",version:"4.8.95"},{name:"key-chain",hex:"F1574",version:"5.5.55"},{name:"key-chain-variant",hex:"F1575",version:"5.5.55"},{name:"key-change",hex:"F0307",version:"1.5.54"},{name:"key-link",hex:"F119F",version:"4.4.95"},{name:"key-minus",hex:"F0308",version:"1.5.54"},{name:"key-outline",hex:"F0DD6",version:"3.5.94"},{name:"key-plus",hex:"F0309",version:"1.5.54"},{name:"key-remove",hex:"F030A",version:"1.5.54"},{name:"key-star",hex:"F119E",version:"4.4.95"},{name:"key-variant",hex:"F030B",version:"1.5.54"},{name:"key-wireless",hex:"F0FC2",version:"4.0.96"},{name:"keyboard",hex:"F030C",version:"1.5.54"},{name:"keyboard-backspace",hex:"F030D",version:"1.5.54"},{name:"keyboard-caps",hex:"F030E",version:"1.5.54"},{name:"keyboard-close",hex:"F030F",version:"1.5.54"},{name:"keyboard-esc",hex:"F12B7",version:"4.7.95"},{name:"keyboard-f1",hex:"F12AB",version:"4.7.95"},{name:"keyboard-f10",hex:"F12B4",version:"4.7.95"},{name:"keyboard-f11",hex:"F12B5",version:"4.7.95"},{name:"keyboard-f12",hex:"F12B6",version:"4.7.95"},{name:"keyboard-f2",hex:"F12AC",version:"4.7.95"},{name:"keyboard-f3",hex:"F12AD",version:"4.7.95"},{name:"keyboard-f4",hex:"F12AE",version:"4.7.95"},{name:"keyboard-f5",hex:"F12AF",version:"4.7.95"},{name:"keyboard-f6",hex:"F12B0",version:"4.7.95"},{name:"keyboard-f7",hex:"F12B1",version:"4.7.95"},{name:"keyboard-f8",hex:"F12B2",version:"4.7.95"},{name:"keyboard-f9",hex:"F12B3",version:"4.7.95"},{name:"keyboard-off",hex:"F0310",version:"1.5.54"},{name:"keyboard-off-outline",hex:"F0E4B",version:"3.6.95"},{name:"keyboard-outline",hex:"F097B",version:"2.4.85"},{name:"keyboard-return",hex:"F0311",version:"1.5.54"},{name:"keyboard-settings",hex:"F09F9",version:"2.5.94"},{name:"keyboard-settings-outline",hex:"F09FA",version:"2.5.94"},{name:"keyboard-space",hex:"F1050",version:"4.1.95"},{name:"keyboard-tab",hex:"F0312",version:"1.5.54"},{name:"keyboard-variant",hex:"F0313",version:"1.5.54"},{name:"khanda",hex:"F10FD",version:"4.3.95"},{name:"kickstarter",hex:"F0745",version:"1.9.32"},{name:"klingon",hex:"F135B",version:"4.9.95"},{name:"knife",hex:"F09FB",version:"2.5.94"},{name:"knife-military",hex:"F09FC",version:"2.5.94"},{name:"kodi",hex:"F0314",version:"1.5.54"},{name:"kubernetes",hex:"F10FE",version:"4.3.95"},{name:"label",hex:"F0315",version:"1.5.54"},{name:"label-multiple",hex:"F1375",version:"4.9.95"},{name:"label-multiple-outline",hex:"F1376",version:"4.9.95"},{name:"label-off",hex:"F0ACB",version:"2.7.94"},{name:"label-off-outline",hex:"F0ACC",version:"2.7.94"},{name:"label-outline",hex:"F0316",version:"1.5.54"},{name:"label-percent",hex:"F12EA",version:"4.8.95"},{name:"label-percent-outline",hex:"F12EB",version:"4.8.95"},{name:"label-variant",hex:"F0ACD",version:"2.7.94"},{name:"label-variant-outline",hex:"F0ACE",version:"2.7.94"},{name:"ladder",hex:"F15A2",version:"5.5.55"},{name:"ladybug",hex:"F082D",version:"2.1.19"},{name:"lambda",hex:"F0627",version:"1.6.50"},{name:"lamp",hex:"F06B5",version:"1.7.22"},{name:"lamps",hex:"F1576",version:"5.5.55"},{name:"lan",hex:"F0317",version:"1.5.54"},{name:"lan-check",hex:"F12AA",version:"4.7.95"},{name:"lan-connect",hex:"F0318",version:"1.5.54"},{name:"lan-disconnect",hex:"F0319",version:"1.5.54"},{name:"lan-pending",hex:"F031A",version:"1.5.54"},{name:"language-c",hex:"F0671",version:"1.6.50"},{name:"language-cpp",hex:"F0672",version:"1.6.50"},{name:"language-csharp",hex:"F031B",version:"1.5.54"},{name:"language-css3",hex:"F031C",version:"1.5.54"},{name:"language-fortran",hex:"F121A",version:"4.6.95"},{name:"language-go",hex:"F07D3",version:"2.0.46"},{name:"language-haskell",hex:"F0C92",version:"3.2.89"},{name:"language-html5",hex:"F031D",version:"1.5.54"},{name:"language-java",hex:"F0B37",version:"2.8.94"},{name:"language-javascript",hex:"F031E",version:"1.5.54"},{name:"language-kotlin",hex:"F1219",version:"4.6.95"},{name:"language-lua",hex:"F08B1",version:"2.2.43"},{name:"language-markdown",hex:"F0354",version:"1.5.54"},{name:"language-markdown-outline",hex:"F0F5B",version:"3.9.97"},{name:"language-php",hex:"F031F",version:"1.5.54"},{name:"language-python",hex:"F0320",version:"1.5.54"},{name:"language-r",hex:"F07D4",version:"2.0.46"},{name:"language-ruby",hex:"F0D2D",version:"3.3.92"},{name:"language-ruby-on-rails",hex:"F0ACF",version:"2.7.94"},{name:"language-rust",hex:"F1617",version:"5.6.55"},{name:"language-swift",hex:"F06E5",version:"1.8.36"},{name:"language-typescript",hex:"F06E6",version:"1.8.36"},{name:"language-xaml",hex:"F0673",version:"1.6.50"},{name:"laptop",hex:"F0322",version:"1.5.54"},{name:"laptop-chromebook",hex:"F0323",version:"1.5.54",deprecated:true},{name:"laptop-mac",hex:"F0324",version:"1.5.54",deprecated:true},{name:"laptop-off",hex:"F06E7",version:"1.8.36"},{name:"laptop-windows",hex:"F0325",version:"1.5.54",deprecated:true},{name:"laravel",hex:"F0AD0",version:"2.7.94"},{name:"laser-pointer",hex:"F1484",version:"5.3.45"},{name:"lasso",hex:"F0F03",version:"3.8.95"},{name:"lastpass",hex:"F0446",version:"1.5.54"},{name:"latitude",hex:"F0F57",version:"3.9.97"},{name:"launch",hex:"F0327",version:"1.5.54"},{name:"lava-lamp",hex:"F07D5",version:"2.0.46"},{name:"layers",hex:"F0328",version:"1.5.54"},{name:"layers-minus",hex:"F0E4C",version:"3.6.95"},{name:"layers-off",hex:"F0329",version:"1.5.54"},{name:"layers-off-outline",hex:"F09FD",version:"2.5.94"},{name:"layers-outline",hex:"F09FE",version:"2.5.94"},{name:"layers-plus",hex:"F0E4D",version:"3.6.95"},{name:"layers-remove",hex:"F0E4E",version:"3.6.95"},{name:"layers-search",hex:"F1206",version:"4.6.95"},{name:"layers-search-outline",hex:"F1207",version:"4.6.95"},{name:"layers-triple",hex:"F0F58",version:"3.9.97"},{name:"layers-triple-outline",hex:"F0F59",version:"3.9.97"},{name:"lead-pencil",hex:"F064F",version:"1.6.50"},{name:"leaf",hex:"F032A",version:"1.5.54"},{name:"leaf-maple",hex:"F0C93",version:"3.2.89"},{name:"leaf-maple-off",hex:"F12DA",version:"4.8.95"},{name:"leaf-off",hex:"F12D9",version:"4.8.95"},{name:"leak",hex:"F0DD7",version:"3.5.94"},{name:"leak-off",hex:"F0DD8",version:"3.5.94"},{name:"led-off",hex:"F032B",version:"1.5.54"},{name:"led-on",hex:"F032C",version:"1.5.54"},{name:"led-outline",hex:"F032D",version:"1.5.54"},{name:"led-strip",hex:"F07D6",version:"2.0.46"},{name:"led-strip-variant",hex:"F1051",version:"4.1.95"},{name:"led-variant-off",hex:"F032E",version:"1.5.54"},{name:"led-variant-on",hex:"F032F",version:"1.5.54"},{name:"led-variant-outline",hex:"F0330",version:"1.5.54"},{name:"leek",hex:"F117D",version:"4.4.95"},{name:"less-than",hex:"F097C",version:"2.4.85"},{name:"less-than-or-equal",hex:"F097D",version:"2.4.85"},{name:"library",hex:"F0331",version:"1.5.54"},{name:"library-shelves",hex:"F0BA9",version:"3.0.39"},{name:"license",hex:"F0FC3",version:"4.0.96"},{name:"lifebuoy",hex:"F087E",version:"2.1.99"},{name:"light-switch",hex:"F097E",version:"2.4.85"},{name:"lightbulb",hex:"F0335",version:"1.5.54"},{name:"lightbulb-cfl",hex:"F1208",version:"4.6.95"},{name:"lightbulb-cfl-off",hex:"F1209",version:"4.6.95"},{name:"lightbulb-cfl-spiral",hex:"F1275",version:"4.7.95"},{name:"lightbulb-cfl-spiral-off",hex:"F12C3",version:"4.8.95"},{name:"lightbulb-group",hex:"F1253",version:"4.6.95"},{name:"lightbulb-group-off",hex:"F12CD",version:"4.8.95"},{name:"lightbulb-group-off-outline",hex:"F12CE",version:"4.8.95"},{name:"lightbulb-group-outline",hex:"F1254",version:"4.6.95"},{name:"lightbulb-multiple",hex:"F1255",version:"4.6.95"},{name:"lightbulb-multiple-off",hex:"F12CF",version:"4.8.95"},{name:"lightbulb-multiple-off-outline",hex:"F12D0",version:"4.8.95"},{name:"lightbulb-multiple-outline",hex:"F1256",version:"4.6.95"},{name:"lightbulb-off",hex:"F0E4F",version:"3.6.95"},{name:"lightbulb-off-outline",hex:"F0E50",version:"3.6.95"},{name:"lightbulb-on",hex:"F06E8",version:"1.8.36"},{name:"lightbulb-on-outline",hex:"F06E9",version:"1.8.36"},{name:"lightbulb-outline",hex:"F0336",version:"1.5.54"},{name:"lighthouse",hex:"F09FF",version:"2.5.94"},{name:"lighthouse-on",hex:"F0A00",version:"2.5.94"},{name:"lightning-bolt",hex:"F140B",version:"5.1.45"},{name:"lightning-bolt-outline",hex:"F140C",version:"5.1.45"},{name:"lingerie",hex:"F1476",version:"5.2.45"},{name:"link",hex:"F0337",version:"1.5.54"},{name:"link-box",hex:"F0D1A",version:"3.3.92"},{name:"link-box-outline",hex:"F0D1B",version:"3.3.92"},{name:"link-box-variant",hex:"F0D1C",version:"3.3.92"},{name:"link-box-variant-outline",hex:"F0D1D",version:"3.3.92"},{name:"link-lock",hex:"F10BA",version:"4.2.95"},{name:"link-off",hex:"F0338",version:"1.5.54"},{name:"link-plus",hex:"F0C94",version:"3.2.89"},{name:"link-variant",hex:"F0339",version:"1.5.54"},{name:"link-variant-minus",hex:"F10FF",version:"4.3.95"},{name:"link-variant-off",hex:"F033A",version:"1.5.54"},{name:"link-variant-plus",hex:"F1100",version:"4.3.95"},{name:"link-variant-remove",hex:"F1101",version:"4.3.95"},{name:"linkedin",hex:"F033B",version:"1.5.54"},{name:"linux",hex:"F033D",version:"1.5.54"},{name:"linux-mint",hex:"F08ED",version:"2.3.50"},{name:"lipstick",hex:"F13B5",version:"5.0.45"},{name:"list-status",hex:"F15AB",version:"5.5.55"},{name:"litecoin",hex:"F0A61",version:"2.6.95"},{name:"loading",hex:"F0772",version:"1.9.32"},{name:"location-enter",hex:"F0FC4",version:"4.0.96"},{name:"location-exit",hex:"F0FC5",version:"4.0.96"},{name:"lock",hex:"F033E",version:"1.5.54"},{name:"lock-alert",hex:"F08EE",version:"2.3.50"},{name:"lock-alert-outline",hex:"F15D1",version:"5.6.55"},{name:"lock-check",hex:"F139A",version:"5.0.45"},{name:"lock-check-outline",hex:"F16A8",version:"5.8.55"},{name:"lock-clock",hex:"F097F",version:"2.4.85"},{name:"lock-minus",hex:"F16A9",version:"5.8.55"},{name:"lock-minus-outline",hex:"F16AA",version:"5.8.55"},{name:"lock-off",hex:"F1671",version:"5.7.55"},{name:"lock-off-outline",hex:"F1672",version:"5.7.55"},{name:"lock-open",hex:"F033F",version:"1.5.54"},{name:"lock-open-alert",hex:"F139B",version:"5.0.45"},{name:"lock-open-alert-outline",hex:"F15D2",version:"5.6.55"},{name:"lock-open-check",hex:"F139C",version:"5.0.45"},{name:"lock-open-check-outline",hex:"F16AB",version:"5.8.55"},{name:"lock-open-minus",hex:"F16AC",version:"5.8.55"},{name:"lock-open-minus-outline",hex:"F16AD",version:"5.8.55"},{name:"lock-open-outline",hex:"F0340",version:"1.5.54"},{name:"lock-open-plus",hex:"F16AE",version:"5.8.55"},{name:"lock-open-plus-outline",hex:"F16AF",version:"5.8.55"},{name:"lock-open-remove",hex:"F16B0",version:"5.8.55"},{name:"lock-open-remove-outline",hex:"F16B1",version:"5.8.55"},{name:"lock-open-variant",hex:"F0FC6",version:"4.0.96"},{name:"lock-open-variant-outline",hex:"F0FC7",version:"4.0.96"},{name:"lock-outline",hex:"F0341",version:"1.5.54"},{name:"lock-pattern",hex:"F06EA",version:"1.8.36"},{name:"lock-plus",hex:"F05FB",version:"1.5.54"},{name:"lock-plus-outline",hex:"F16B2",version:"5.8.55"},{name:"lock-question",hex:"F08EF",version:"2.3.50"},{name:"lock-remove",hex:"F16B3",version:"5.8.55"},{name:"lock-remove-outline",hex:"F16B4",version:"5.8.55"},{name:"lock-reset",hex:"F0773",version:"1.9.32"},{name:"lock-smart",hex:"F08B2",version:"2.2.43"},{name:"locker",hex:"F07D7",version:"2.0.46"},{name:"locker-multiple",hex:"F07D8",version:"2.0.46"},{name:"login",hex:"F0342",version:"1.5.54"},{name:"login-variant",hex:"F05FC",version:"1.5.54"},{name:"logout",hex:"F0343",version:"1.5.54"},{name:"logout-variant",hex:"F05FD",version:"1.5.54"},{name:"longitude",hex:"F0F5A",version:"3.9.97"},{name:"looks",hex:"F0344",version:"1.5.54"},{name:"lotion",hex:"F1582",version:"5.5.55"},{name:"lotion-outline",hex:"F1583",version:"5.5.55"},{name:"lotion-plus",hex:"F1584",version:"5.5.55"},{name:"lotion-plus-outline",hex:"F1585",version:"5.5.55"},{name:"loupe",hex:"F0345",version:"1.5.54"},{name:"lumx",hex:"F0346",version:"1.5.54"},{name:"lungs",hex:"F1084",version:"4.2.95"},{name:"magnet",hex:"F0347",version:"1.5.54"},{name:"magnet-on",hex:"F0348",version:"1.5.54"},{name:"magnify",hex:"F0349",version:"1.5.54"},{name:"magnify-close",hex:"F0980",version:"2.4.85"},{name:"magnify-minus",hex:"F034A",version:"1.5.54"},{name:"magnify-minus-cursor",hex:"F0A62",version:"2.6.95"},{name:"magnify-minus-outline",hex:"F06EC",version:"1.8.36"},{name:"magnify-plus",hex:"F034B",version:"1.5.54"},{name:"magnify-plus-cursor",hex:"F0A63",version:"2.6.95"},{name:"magnify-plus-outline",hex:"F06ED",version:"1.8.36"},{name:"magnify-remove-cursor",hex:"F120C",version:"4.6.95"},{name:"magnify-remove-outline",hex:"F120D",version:"4.6.95"},{name:"magnify-scan",hex:"F1276",version:"4.7.95"},{name:"mail",hex:"F0EBB",version:"3.7.94"},{name:"mailbox",hex:"F06EE",version:"1.8.36"},{name:"mailbox-open",hex:"F0D88",version:"3.4.93"},{name:"mailbox-open-outline",hex:"F0D89",version:"3.4.93"},{name:"mailbox-open-up",hex:"F0D8A",version:"3.4.93"},{name:"mailbox-open-up-outline",hex:"F0D8B",version:"3.4.93"},{name:"mailbox-outline",hex:"F0D8C",version:"3.4.93"},{name:"mailbox-up",hex:"F0D8D",version:"3.4.93"},{name:"mailbox-up-outline",hex:"F0D8E",version:"3.4.93"},{name:"manjaro",hex:"F160A",version:"5.6.55"},{name:"map",hex:"F034D",version:"1.5.54"},{name:"map-check",hex:"F0EBC",version:"3.7.94"},{name:"map-check-outline",hex:"F0EBD",version:"3.7.94"},{name:"map-clock",hex:"F0D1E",version:"3.3.92"},{name:"map-clock-outline",hex:"F0D1F",version:"3.3.92"},{name:"map-legend",hex:"F0A01",version:"2.5.94"},{name:"map-marker",hex:"F034E",version:"1.5.54"},{name:"map-marker-alert",hex:"F0F05",version:"3.8.95"},{name:"map-marker-alert-outline",hex:"F0F06",version:"3.8.95"},{name:"map-marker-check",hex:"F0C95",version:"3.2.89"},{name:"map-marker-check-outline",hex:"F12FB",version:"4.8.95"},{name:"map-marker-circle",hex:"F034F",version:"1.5.54"},{name:"map-marker-distance",hex:"F08F0",version:"2.3.50"},{name:"map-marker-down",hex:"F1102",version:"4.3.95"},{name:"map-marker-left",hex:"F12DB",version:"4.8.95"},{name:"map-marker-left-outline",hex:"F12DD",version:"4.8.95"},{name:"map-marker-minus",hex:"F0650",version:"1.6.50"},{name:"map-marker-minus-outline",hex:"F12F9",version:"4.8.95"},{name:"map-marker-multiple",hex:"F0350",version:"1.5.54"},{name:"map-marker-multiple-outline",hex:"F1277",version:"4.7.95"},{name:"map-marker-off",hex:"F0351",version:"1.5.54"},{name:"map-marker-off-outline",hex:"F12FD",version:"4.8.95"},{name:"map-marker-outline",hex:"F07D9",version:"2.0.46"},{name:"map-marker-path",hex:"F0D20",version:"3.3.92"},{name:"map-marker-plus",hex:"F0651",version:"1.6.50"},{name:"map-marker-plus-outline",hex:"F12F8",version:"4.8.95"},{name:"map-marker-question",hex:"F0F07",version:"3.8.95"},{name:"map-marker-question-outline",hex:"F0F08",version:"3.8.95"},{name:"map-marker-radius",hex:"F0352",version:"1.5.54"},{name:"map-marker-radius-outline",hex:"F12FC",version:"4.8.95"},{name:"map-marker-remove",hex:"F0F09",version:"3.8.95"},{name:"map-marker-remove-outline",hex:"F12FA",version:"4.8.95"},{name:"map-marker-remove-variant",hex:"F0F0A",version:"3.8.95"},{name:"map-marker-right",hex:"F12DC",version:"4.8.95"},{name:"map-marker-right-outline",hex:"F12DE",version:"4.8.95"},{name:"map-marker-star",hex:"F1608",version:"5.6.55"},{name:"map-marker-star-outline",hex:"F1609",version:"5.6.55"},{name:"map-marker-up",hex:"F1103",version:"4.3.95"},{name:"map-minus",hex:"F0981",version:"2.4.85"},{name:"map-outline",hex:"F0982",version:"2.4.85"},{name:"map-plus",hex:"F0983",version:"2.4.85"},{name:"map-search",hex:"F0984",version:"2.4.85"},{name:"map-search-outline",hex:"F0985",version:"2.4.85"},{name:"mapbox",hex:"F0BAA",version:"3.0.39"},{name:"margin",hex:"F0353",version:"1.5.54"},{name:"marker",hex:"F0652",version:"1.6.50"},{name:"marker-cancel",hex:"F0DD9",version:"3.5.94"},{name:"marker-check",hex:"F0355",version:"1.5.54"},{name:"mastodon",hex:"F0AD1",version:"2.7.94"},{name:"material-design",hex:"F0986",version:"2.4.85"},{name:"material-ui",hex:"F0357",version:"1.5.54"},{name:"math-compass",hex:"F0358",version:"1.5.54"},{name:"math-cos",hex:"F0C96",version:"3.2.89"},{name:"math-integral",hex:"F0FC8",version:"4.0.96"},{name:"math-integral-box",hex:"F0FC9",version:"4.0.96"},{name:"math-log",hex:"F1085",version:"4.2.95"},{name:"math-norm",hex:"F0FCA",version:"4.0.96"},{name:"math-norm-box",hex:"F0FCB",version:"4.0.96"},{name:"math-sin",hex:"F0C97",version:"3.2.89"},{name:"math-tan",hex:"F0C98",version:"3.2.89"},{name:"matrix",hex:"F0628",version:"1.6.50"},{name:"medal",hex:"F0987",version:"2.4.85"},{name:"medal-outline",hex:"F1326",version:"4.9.95"},{name:"medical-bag",hex:"F06EF",version:"1.8.36"},{name:"meditation",hex:"F117B",version:"4.4.95"},{name:"memory",hex:"F035B",version:"1.5.54"},{name:"menu",hex:"F035C",version:"1.5.54"},{name:"menu-down",hex:"F035D",version:"1.5.54"},{name:"menu-down-outline",hex:"F06B6",version:"1.7.22"},{name:"menu-left",hex:"F035E",version:"1.5.54"},{name:"menu-left-outline",hex:"F0A02",version:"2.5.94"},{name:"menu-open",hex:"F0BAB",version:"3.0.39"},{name:"menu-right",hex:"F035F",version:"1.5.54"},{name:"menu-right-outline",hex:"F0A03",version:"2.5.94"},{name:"menu-swap",hex:"F0A64",version:"2.6.95"},{name:"menu-swap-outline",hex:"F0A65",version:"2.6.95"},{name:"menu-up",hex:"F0360",version:"1.5.54"},{name:"menu-up-outline",hex:"F06B7",version:"1.7.22"},{name:"merge",hex:"F0F5C",version:"3.9.97"},{name:"message",hex:"F0361",version:"1.5.54"},{name:"message-alert",hex:"F0362",version:"1.5.54"},{name:"message-alert-outline",hex:"F0A04",version:"2.5.94"},{name:"message-arrow-left",hex:"F12F2",version:"4.8.95"},{name:"message-arrow-left-outline",hex:"F12F3",version:"4.8.95"},{name:"message-arrow-right",hex:"F12F4",version:"4.8.95"},{name:"message-arrow-right-outline",hex:"F12F5",version:"4.8.95"},{name:"message-bookmark",hex:"F15AC",version:"5.5.55"},{name:"message-bookmark-outline",hex:"F15AD",version:"5.5.55"},{name:"message-bulleted",hex:"F06A2",version:"1.7.12"},{name:"message-bulleted-off",hex:"F06A3",version:"1.7.12"},{name:"message-cog",hex:"F06F1",version:"1.8.36"},{name:"message-cog-outline",hex:"F1172",version:"4.4.95"},{name:"message-draw",hex:"F0363",version:"1.5.54"},{name:"message-flash",hex:"F15A9",version:"5.5.55"},{name:"message-flash-outline",hex:"F15AA",version:"5.5.55"},{name:"message-image",hex:"F0364",version:"1.5.54"},{name:"message-image-outline",hex:"F116C",version:"4.4.95"},{name:"message-lock",hex:"F0FCC",version:"4.0.96"},{name:"message-lock-outline",hex:"F116D",version:"4.4.95"},{name:"message-minus",hex:"F116E",version:"4.4.95"},{name:"message-minus-outline",hex:"F116F",version:"4.4.95"},{name:"message-off",hex:"F164D",version:"5.7.55"},{name:"message-off-outline",hex:"F164E",version:"5.7.55"},{name:"message-outline",hex:"F0365",version:"1.5.54"},{name:"message-plus",hex:"F0653",version:"1.6.50"},{name:"message-plus-outline",hex:"F10BB",version:"4.2.95"},{name:"message-processing",hex:"F0366",version:"1.5.54"},{name:"message-processing-outline",hex:"F1170",version:"4.4.95"},{name:"message-reply",hex:"F0367",version:"1.5.54"},{name:"message-reply-text",hex:"F0368",version:"1.5.54"},{name:"message-settings",hex:"F06F0",version:"1.8.36"},{name:"message-settings-outline",hex:"F1171",version:"4.4.95"},{name:"message-text",hex:"F0369",version:"1.5.54"},{name:"message-text-clock",hex:"F1173",version:"4.4.95"},{name:"message-text-clock-outline",hex:"F1174",version:"4.4.95"},{name:"message-text-lock",hex:"F0FCD",version:"4.0.96"},{name:"message-text-lock-outline",hex:"F1175",version:"4.4.95"},{name:"message-text-outline",hex:"F036A",version:"1.5.54"},{name:"message-video",hex:"F036B",version:"1.5.54"},{name:"meteor",hex:"F0629",version:"1.6.50"},{name:"metronome",hex:"F07DA",version:"2.0.46"},{name:"metronome-tick",hex:"F07DB",version:"2.0.46"},{name:"micro-sd",hex:"F07DC",version:"2.0.46"},{name:"microphone",hex:"F036C",version:"1.5.54"},{name:"microphone-minus",hex:"F08B3",version:"2.2.43"},{name:"microphone-off",hex:"F036D",version:"1.5.54"},{name:"microphone-outline",hex:"F036E",version:"1.5.54"},{name:"microphone-plus",hex:"F08B4",version:"2.2.43"},{name:"microphone-settings",hex:"F036F",version:"1.5.54"},{name:"microphone-variant",hex:"F0370",version:"1.5.54"},{name:"microphone-variant-off",hex:"F0371",version:"1.5.54"},{name:"microscope",hex:"F0654",version:"1.6.50"},{name:"microsoft",hex:"F0372",version:"1.5.54"},{name:"microsoft-access",hex:"F138E",version:"5.0.45"},{name:"microsoft-azure",hex:"F0805",version:"2.1.19"},{name:"microsoft-azure-devops",hex:"F0FD5",version:"4.2.95"},{name:"microsoft-bing",hex:"F00A4",version:"1.5.54"},{name:"microsoft-dynamics-365",hex:"F0988",version:"2.4.85"},{name:"microsoft-edge",hex:"F01E9",version:"1.5.54"},{name:"microsoft-edge-legacy",hex:"F1250",version:"4.6.95"},{name:"microsoft-excel",hex:"F138F",version:"5.0.45"},{name:"microsoft-internet-explorer",hex:"F0300",version:"1.5.54"},{name:"microsoft-office",hex:"F03C6",version:"1.5.54"},{name:"microsoft-onedrive",hex:"F03CA",version:"1.5.54"},{name:"microsoft-onenote",hex:"F0747",version:"1.9.32"},{name:"microsoft-outlook",hex:"F0D22",version:"3.3.92"},{name:"microsoft-powerpoint",hex:"F1390",version:"5.0.45"},{name:"microsoft-sharepoint",hex:"F1391",version:"5.0.45"},{name:"microsoft-teams",hex:"F02BB",version:"1.5.54"},{name:"microsoft-visual-studio",hex:"F0610",version:"1.5.54"},{name:"microsoft-visual-studio-code",hex:"F0A1E",version:"2.5.94"},{name:"microsoft-windows",hex:"F05B3",version:"1.5.54"},{name:"microsoft-windows-classic",hex:"F0A21",version:"2.5.94"},{name:"microsoft-word",hex:"F1392",version:"5.0.45"},{name:"microsoft-xbox",hex:"F05B9",version:"1.5.54"},{name:"microsoft-xbox-controller",hex:"F05BA",version:"1.5.54"},{name:"microsoft-xbox-controller-battery-alert",hex:"F074B",version:"1.9.32"},{name:"microsoft-xbox-controller-battery-charging",hex:"F0A22",version:"2.5.94"},{name:"microsoft-xbox-controller-battery-empty",hex:"F074C",version:"1.9.32"},{name:"microsoft-xbox-controller-battery-full",hex:"F074D",version:"1.9.32"},{name:"microsoft-xbox-controller-battery-low",hex:"F074E",version:"1.9.32"},{name:"microsoft-xbox-controller-battery-medium",hex:"F074F",version:"1.9.32"},{name:"microsoft-xbox-controller-battery-unknown",hex:"F0750",version:"1.9.32"},{name:"microsoft-xbox-controller-menu",hex:"F0E6F",version:"3.6.95"},{name:"microsoft-xbox-controller-off",hex:"F05BB",version:"1.5.54"},{name:"microsoft-xbox-controller-view",hex:"F0E70",version:"3.6.95"},{name:"microsoft-yammer",hex:"F0789",version:"1.9.32"},{name:"microwave",hex:"F0C99",version:"3.2.89"},{name:"microwave-off",hex:"F1423",version:"5.2.45"},{name:"middleware",hex:"F0F5D",version:"3.9.97"},{name:"middleware-outline",hex:"F0F5E",version:"3.9.97"},{name:"midi",hex:"F08F1",version:"2.3.50"},{name:"midi-port",hex:"F08F2",version:"2.3.50"},{name:"mine",hex:"F0DDA",version:"3.5.94"},{name:"minecraft",hex:"F0373",version:"1.5.54"},{name:"mini-sd",hex:"F0A05",version:"2.5.94"},{name:"minidisc",hex:"F0A06",version:"2.5.94"},{name:"minus",hex:"F0374",version:"1.5.54"},{name:"minus-box",hex:"F0375",version:"1.5.54"},{name:"minus-box-multiple",hex:"F1141",version:"4.4.95"},{name:"minus-box-multiple-outline",hex:"F1142",version:"4.4.95"},{name:"minus-box-outline",hex:"F06F2",version:"1.8.36"},{name:"minus-circle",hex:"F0376",version:"1.5.54"},{name:"minus-circle-multiple",hex:"F035A",version:"1.5.54"},{name:"minus-circle-multiple-outline",hex:"F0AD3",version:"2.7.94"},{name:"minus-circle-off",hex:"F1459",version:"5.2.45"},{name:"minus-circle-off-outline",hex:"F145A",version:"5.2.45"},{name:"minus-circle-outline",hex:"F0377",version:"1.5.54"},{name:"minus-network",hex:"F0378",version:"1.5.54"},{name:"minus-network-outline",hex:"F0C9A",version:"3.2.89"},{name:"minus-thick",hex:"F1639",version:"5.7.55"},{name:"mirror",hex:"F11FD",version:"4.6.95"},{name:"mixed-martial-arts",hex:"F0D8F",version:"3.4.93"},{name:"mixed-reality",hex:"F087F",version:"2.1.99"},{name:"molecule",hex:"F0BAC",version:"3.0.39"},{name:"molecule-co",hex:"F12FE",version:"4.8.95"},{name:"molecule-co2",hex:"F07E4",version:"2.0.46"},{name:"monitor",hex:"F0379",version:"1.5.54"},{name:"monitor-cellphone",hex:"F0989",version:"2.4.85"},{name:"monitor-cellphone-star",hex:"F098A",version:"2.4.85"},{name:"monitor-clean",hex:"F1104",version:"4.3.95"},{name:"monitor-dashboard",hex:"F0A07",version:"2.5.94"},{name:"monitor-edit",hex:"F12C6",version:"4.8.95"},{name:"monitor-eye",hex:"F13B4",version:"5.0.45"},{name:"monitor-lock",hex:"F0DDB",version:"3.5.94"},{name:"monitor-multiple",hex:"F037A",version:"1.5.54"},{name:"monitor-off",hex:"F0D90",version:"3.4.93"},{name:"monitor-screenshot",hex:"F0E51",version:"3.6.95"},{name:"monitor-share",hex:"F1483",version:"5.3.45"},{name:"monitor-speaker",hex:"F0F5F",version:"3.9.97"},{name:"monitor-speaker-off",hex:"F0F60",version:"3.9.97"},{name:"monitor-star",hex:"F0DDC",version:"3.5.94"},{name:"moon-first-quarter",hex:"F0F61",version:"3.9.97"},{name:"moon-full",hex:"F0F62",version:"3.9.97"},{name:"moon-last-quarter",hex:"F0F63",version:"3.9.97"},{name:"moon-new",hex:"F0F64",version:"3.9.97"},{name:"moon-waning-crescent",hex:"F0F65",version:"3.9.97"},{name:"moon-waning-gibbous",hex:"F0F66",version:"3.9.97"},{name:"moon-waxing-crescent",hex:"F0F67",version:"3.9.97"},{name:"moon-waxing-gibbous",hex:"F0F68",version:"3.9.97"},{name:"moped",hex:"F1086",version:"4.2.95"},{name:"moped-electric",hex:"F15B7",version:"5.6.55"},{name:"moped-electric-outline",hex:"F15B8",version:"5.6.55"},{name:"moped-outline",hex:"F15B9",version:"5.6.55"},{name:"more",hex:"F037B",version:"1.5.54"},{name:"mother-heart",hex:"F1314",version:"4.8.95"},{name:"mother-nurse",hex:"F0D21",version:"3.3.92"},{name:"motion",hex:"F15B2",version:"5.5.55"},{name:"motion-outline",hex:"F15B3",version:"5.5.55"},{name:"motion-pause",hex:"F1590",version:"5.5.55"},{name:"motion-pause-outline",hex:"F1592",version:"5.5.55"},{name:"motion-play",hex:"F158F",version:"5.5.55"},{name:"motion-play-outline",hex:"F1591",version:"5.5.55"},{name:"motion-sensor",hex:"F0D91",version:"3.4.93"},{name:"motion-sensor-off",hex:"F1435",version:"5.2.45"},{name:"motorbike",hex:"F037C",version:"1.5.54"},{name:"motorbike-electric",hex:"F15BA",version:"5.6.55"},{name:"mouse",hex:"F037D",version:"1.5.54"},{name:"mouse-bluetooth",hex:"F098B",version:"2.4.85"},{name:"mouse-move-down",hex:"F1550",version:"5.5.55"},{name:"mouse-move-up",hex:"F1551",version:"5.5.55"},{name:"mouse-move-vertical",hex:"F1552",version:"5.5.55"},{name:"mouse-off",hex:"F037E",version:"1.5.54"},{name:"mouse-variant",hex:"F037F",version:"1.5.54"},{name:"mouse-variant-off",hex:"F0380",version:"1.5.54"},{name:"move-resize",hex:"F0655",version:"1.6.50"},{name:"move-resize-variant",hex:"F0656",version:"1.6.50"},{name:"movie",hex:"F0381",version:"1.5.54"},{name:"movie-edit",hex:"F1122",version:"4.3.95"},{name:"movie-edit-outline",hex:"F1123",version:"4.3.95"},{name:"movie-filter",hex:"F1124",version:"4.3.95"},{name:"movie-filter-outline",hex:"F1125",version:"4.3.95"},{name:"movie-open",hex:"F0FCE",version:"4.0.96"},{name:"movie-open-outline",hex:"F0FCF",version:"4.0.96"},{name:"movie-outline",hex:"F0DDD",version:"3.5.94"},{name:"movie-roll",hex:"F07DE",version:"2.0.46"},{name:"movie-search",hex:"F11D2",version:"4.5.95"},{name:"movie-search-outline",hex:"F11D3",version:"4.5.95"},{name:"mower",hex:"F166F",version:"5.7.55"},{name:"mower-bag",hex:"F1670",version:"5.7.55"},{name:"muffin",hex:"F098C",version:"2.4.85"},{name:"multiplication",hex:"F0382",version:"1.5.54"},{name:"multiplication-box",hex:"F0383",version:"1.5.54"},{name:"mushroom",hex:"F07DF",version:"2.0.46"},{name:"mushroom-off",hex:"F13FA",version:"5.1.45"},{name:"mushroom-off-outline",hex:"F13FB",version:"5.1.45"},{name:"mushroom-outline",hex:"F07E0",version:"2.0.46"},{name:"music",hex:"F075A",version:"1.9.32"},{name:"music-accidental-double-flat",hex:"F0F69",version:"3.9.97"},{name:"music-accidental-double-sharp",hex:"F0F6A",version:"3.9.97"},{name:"music-accidental-flat",hex:"F0F6B",version:"3.9.97"},{name:"music-accidental-natural",hex:"F0F6C",version:"3.9.97"},{name:"music-accidental-sharp",hex:"F0F6D",version:"3.9.97"},{name:"music-box",hex:"F0384",version:"1.5.54"},{name:"music-box-multiple",hex:"F0333",version:"1.5.54"},{name:"music-box-multiple-outline",hex:"F0F04",version:"3.8.95"},{name:"music-box-outline",hex:"F0385",version:"1.5.54"},{name:"music-circle",hex:"F0386",version:"1.5.54"},{name:"music-circle-outline",hex:"F0AD4",version:"2.7.94"},{name:"music-clef-alto",hex:"F0F6E",version:"3.9.97"},{name:"music-clef-bass",hex:"F0F6F",version:"3.9.97"},{name:"music-clef-treble",hex:"F0F70",version:"3.9.97"},{name:"music-note",hex:"F0387",version:"1.5.54"},{name:"music-note-bluetooth",hex:"F05FE",version:"1.5.54"},{name:"music-note-bluetooth-off",hex:"F05FF",version:"1.5.54"},{name:"music-note-eighth",hex:"F0388",version:"1.5.54"},{name:"music-note-eighth-dotted",hex:"F0F71",version:"3.9.97"},{name:"music-note-half",hex:"F0389",version:"1.5.54"},{name:"music-note-half-dotted",hex:"F0F72",version:"3.9.97"},{name:"music-note-off",hex:"F038A",version:"1.5.54"},{name:"music-note-off-outline",hex:"F0F73",version:"3.9.97"},{name:"music-note-outline",hex:"F0F74",version:"3.9.97"},{name:"music-note-plus",hex:"F0DDE",version:"3.5.94"},{name:"music-note-quarter",hex:"F038B",version:"1.5.54"},{name:"music-note-quarter-dotted",hex:"F0F75",version:"3.9.97"},{name:"music-note-sixteenth",hex:"F038C",version:"1.5.54"},{name:"music-note-sixteenth-dotted",hex:"F0F76",version:"3.9.97"},{name:"music-note-whole",hex:"F038D",version:"1.5.54"},{name:"music-note-whole-dotted",hex:"F0F77",version:"3.9.97"},{name:"music-off",hex:"F075B",version:"1.9.32"},{name:"music-rest-eighth",hex:"F0F78",version:"3.9.97"},{name:"music-rest-half",hex:"F0F79",version:"3.9.97"},{name:"music-rest-quarter",hex:"F0F7A",version:"3.9.97"},{name:"music-rest-sixteenth",hex:"F0F7B",version:"3.9.97"},{name:"music-rest-whole",hex:"F0F7C",version:"3.9.97"},{name:"mustache",hex:"F15DE",version:"5.6.55"},{name:"nail",hex:"F0DDF",version:"3.5.94"},{name:"nas",hex:"F08F3",version:"2.3.50"},{name:"nativescript",hex:"F0880",version:"2.1.99"},{name:"nature",hex:"F038E",version:"1.5.54"},{name:"nature-people",hex:"F038F",version:"1.5.54"},{name:"navigation",hex:"F0390",version:"1.5.54"},{name:"navigation-outline",hex:"F1607",version:"5.6.55"},{name:"near-me",hex:"F05CD",version:"1.5.54"},{name:"necklace",hex:"F0F0B",version:"3.8.95"},{name:"needle",hex:"F0391",version:"1.5.54"},{name:"netflix",hex:"F0746",version:"1.9.32"},{name:"network",hex:"F06F3",version:"1.8.36"},{name:"network-off",hex:"F0C9B",version:"3.2.89"},{name:"network-off-outline",hex:"F0C9C",version:"3.2.89"},{name:"network-outline",hex:"F0C9D",version:"3.2.89"},{name:"network-strength-1",hex:"F08F4",version:"2.3.50"},{name:"network-strength-1-alert",hex:"F08F5",version:"2.3.50"},{name:"network-strength-2",hex:"F08F6",version:"2.3.50"},{name:"network-strength-2-alert",hex:"F08F7",version:"2.3.50"},{name:"network-strength-3",hex:"F08F8",version:"2.3.50"},{name:"network-strength-3-alert",hex:"F08F9",version:"2.3.50"},{name:"network-strength-4",hex:"F08FA",version:"2.3.50"},{name:"network-strength-4-alert",hex:"F08FB",version:"2.3.50"},{name:"network-strength-off",hex:"F08FC",version:"2.3.50"},{name:"network-strength-off-outline",hex:"F08FD",version:"2.3.50"},{name:"network-strength-outline",hex:"F08FE",version:"2.3.50"},{name:"new-box",hex:"F0394",version:"1.5.54"},{name:"newspaper",hex:"F0395",version:"1.5.54"},{name:"newspaper-minus",hex:"F0F0C",version:"3.8.95"},{name:"newspaper-plus",hex:"F0F0D",version:"3.8.95"},{name:"newspaper-variant",hex:"F1001",version:"4.0.96"},{name:"newspaper-variant-multiple",hex:"F1002",version:"4.0.96"},{name:"newspaper-variant-multiple-outline",hex:"F1003",version:"4.0.96"},{name:"newspaper-variant-outline",hex:"F1004",version:"4.0.96"},{name:"nfc",hex:"F0396",version:"1.5.54"},{name:"nfc-search-variant",hex:"F0E53",version:"3.6.95"},{name:"nfc-tap",hex:"F0397",version:"1.5.54"},{name:"nfc-variant",hex:"F0398",version:"1.5.54"},{name:"nfc-variant-off",hex:"F0E54",version:"3.6.95"},{name:"ninja",hex:"F0774",version:"1.9.32"},{name:"nintendo-game-boy",hex:"F1393",version:"5.0.45"},{name:"nintendo-switch",hex:"F07E1",version:"2.0.46"},{name:"nintendo-wii",hex:"F05AB",version:"1.5.54"},{name:"nintendo-wiiu",hex:"F072D",version:"1.8.36"},{name:"nix",hex:"F1105",version:"4.3.95"},{name:"nodejs",hex:"F0399",version:"1.5.54"},{name:"noodles",hex:"F117E",version:"4.4.95"},{name:"not-equal",hex:"F098D",version:"2.4.85"},{name:"not-equal-variant",hex:"F098E",version:"2.4.85"},{name:"note",hex:"F039A",version:"1.5.54"},{name:"note-minus",hex:"F164F",version:"5.7.55"},{name:"note-minus-outline",hex:"F1650",version:"5.7.55"},{name:"note-multiple",hex:"F06B8",version:"1.7.22"},{name:"note-multiple-outline",hex:"F06B9",version:"1.7.22"},{name:"note-outline",hex:"F039B",version:"1.5.54"},{name:"note-plus",hex:"F039C",version:"1.5.54"},{name:"note-plus-outline",hex:"F039D",version:"1.5.54"},{name:"note-remove",hex:"F1651",version:"5.7.55"},{name:"note-remove-outline",hex:"F1652",version:"5.7.55"},{name:"note-search",hex:"F1653",version:"5.7.55"},{name:"note-search-outline",hex:"F1654",version:"5.7.55"},{name:"note-text",hex:"F039E",version:"1.5.54"},{name:"note-text-outline",hex:"F11D7",version:"4.5.95"},{name:"notebook",hex:"F082E",version:"2.1.19"},{name:"notebook-check",hex:"F14F5",version:"5.4.55"},{name:"notebook-check-outline",hex:"F14F6",version:"5.4.55"},{name:"notebook-edit",hex:"F14E7",version:"5.4.55"},{name:"notebook-edit-outline",hex:"F14E9",version:"5.4.55"},{name:"notebook-minus",hex:"F1610",version:"5.6.55"},{name:"notebook-minus-outline",hex:"F1611",version:"5.6.55"},{name:"notebook-multiple",hex:"F0E55",version:"3.6.95"},{name:"notebook-outline",hex:"F0EBF",version:"3.7.94"},{name:"notebook-plus",hex:"F1612",version:"5.6.55"},{name:"notebook-plus-outline",hex:"F1613",version:"5.6.55"},{name:"notebook-remove",hex:"F1614",version:"5.6.55"},{name:"notebook-remove-outline",hex:"F1615",version:"5.6.55"},{name:"notification-clear-all",hex:"F039F",version:"1.5.54"},{name:"npm",hex:"F06F7",version:"1.8.36"},{name:"nuke",hex:"F06A4",version:"1.7.12"},{name:"null",hex:"F07E2",version:"2.0.46"},{name:"numeric",hex:"F03A0",version:"1.5.54"},{name:"numeric-0",hex:"F0B39",version:"2.8.94"},{name:"numeric-0-box",hex:"F03A1",version:"1.5.54"},{name:"numeric-0-box-multiple",hex:"F0F0E",version:"3.8.95"},{name:"numeric-0-box-multiple-outline",hex:"F03A2",version:"1.5.54"},{name:"numeric-0-box-outline",hex:"F03A3",version:"1.5.54"},{name:"numeric-0-circle",hex:"F0C9E",version:"3.2.89"},{name:"numeric-0-circle-outline",hex:"F0C9F",version:"3.2.89"},{name:"numeric-1",hex:"F0B3A",version:"2.8.94"},{name:"numeric-1-box",hex:"F03A4",version:"1.5.54"},{name:"numeric-1-box-multiple",hex:"F0F0F",version:"3.8.95"},{name:"numeric-1-box-multiple-outline",hex:"F03A5",version:"1.5.54"},{name:"numeric-1-box-outline",hex:"F03A6",version:"1.5.54"},{name:"numeric-1-circle",hex:"F0CA0",version:"3.2.89"},{name:"numeric-1-circle-outline",hex:"F0CA1",version:"3.2.89"},{name:"numeric-10",hex:"F0FE9",version:"4.0.96"},{name:"numeric-10-box",hex:"F0F7D",version:"3.9.97"},{name:"numeric-10-box-multiple",hex:"F0FEA",version:"4.0.96"},{name:"numeric-10-box-multiple-outline",hex:"F0FEB",version:"4.0.96"},{name:"numeric-10-box-outline",hex:"F0F7E",version:"3.9.97"},{name:"numeric-10-circle",hex:"F0FEC",version:"4.0.96"},{name:"numeric-10-circle-outline",hex:"F0FED",version:"4.0.96"},{name:"numeric-2",hex:"F0B3B",version:"2.8.94"},{name:"numeric-2-box",hex:"F03A7",version:"1.5.54"},{name:"numeric-2-box-multiple",hex:"F0F10",version:"3.8.95"},{name:"numeric-2-box-multiple-outline",hex:"F03A8",version:"1.5.54"},{name:"numeric-2-box-outline",hex:"F03A9",version:"1.5.54"},{name:"numeric-2-circle",hex:"F0CA2",version:"3.2.89"},{name:"numeric-2-circle-outline",hex:"F0CA3",version:"3.2.89"},{name:"numeric-3",hex:"F0B3C",version:"2.8.94"},{name:"numeric-3-box",hex:"F03AA",version:"1.5.54"},{name:"numeric-3-box-multiple",hex:"F0F11",version:"3.8.95"},{name:"numeric-3-box-multiple-outline",hex:"F03AB",version:"1.5.54"},{name:"numeric-3-box-outline",hex:"F03AC",version:"1.5.54"},{name:"numeric-3-circle",hex:"F0CA4",version:"3.2.89"},{name:"numeric-3-circle-outline",hex:"F0CA5",version:"3.2.89"},{name:"numeric-4",hex:"F0B3D",version:"2.8.94"},{name:"numeric-4-box",hex:"F03AD",version:"1.5.54"},{name:"numeric-4-box-multiple",hex:"F0F12",version:"3.8.95"},{name:"numeric-4-box-multiple-outline",hex:"F03B2",version:"1.5.54"},{name:"numeric-4-box-outline",hex:"F03AE",version:"1.5.54"},{name:"numeric-4-circle",hex:"F0CA6",version:"3.2.89"},{name:"numeric-4-circle-outline",hex:"F0CA7",version:"3.2.89"},{name:"numeric-5",hex:"F0B3E",version:"2.8.94"},{name:"numeric-5-box",hex:"F03B1",version:"1.5.54"},{name:"numeric-5-box-multiple",hex:"F0F13",version:"3.8.95"},{name:"numeric-5-box-multiple-outline",hex:"F03AF",version:"1.5.54"},{name:"numeric-5-box-outline",hex:"F03B0",version:"1.5.54"},{name:"numeric-5-circle",hex:"F0CA8",version:"3.2.89"},{name:"numeric-5-circle-outline",hex:"F0CA9",version:"3.2.89"},{name:"numeric-6",hex:"F0B3F",version:"2.8.94"},{name:"numeric-6-box",hex:"F03B3",version:"1.5.54"},{name:"numeric-6-box-multiple",hex:"F0F14",version:"3.8.95"},{name:"numeric-6-box-multiple-outline",hex:"F03B4",version:"1.5.54"},{name:"numeric-6-box-outline",hex:"F03B5",version:"1.5.54"},{name:"numeric-6-circle",hex:"F0CAA",version:"3.2.89"},{name:"numeric-6-circle-outline",hex:"F0CAB",version:"3.2.89"},{name:"numeric-7",hex:"F0B40",version:"2.8.94"},{name:"numeric-7-box",hex:"F03B6",version:"1.5.54"},{name:"numeric-7-box-multiple",hex:"F0F15",version:"3.8.95"},{name:"numeric-7-box-multiple-outline",hex:"F03B7",version:"1.5.54"},{name:"numeric-7-box-outline",hex:"F03B8",version:"1.5.54"},{name:"numeric-7-circle",hex:"F0CAC",version:"3.2.89"},{name:"numeric-7-circle-outline",hex:"F0CAD",version:"3.2.89"},{name:"numeric-8",hex:"F0B41",version:"2.8.94"},{name:"numeric-8-box",hex:"F03B9",version:"1.5.54"},{name:"numeric-8-box-multiple",hex:"F0F16",version:"3.8.95"},{name:"numeric-8-box-multiple-outline",hex:"F03BA",version:"1.5.54"},{name:"numeric-8-box-outline",hex:"F03BB",version:"1.5.54"},{name:"numeric-8-circle",hex:"F0CAE",version:"3.2.89"},{name:"numeric-8-circle-outline",hex:"F0CAF",version:"3.2.89"},{name:"numeric-9",hex:"F0B42",version:"2.8.94"},{name:"numeric-9-box",hex:"F03BC",version:"1.5.54"},{name:"numeric-9-box-multiple",hex:"F0F17",version:"3.8.95"},{name:"numeric-9-box-multiple-outline",hex:"F03BD",version:"1.5.54"},{name:"numeric-9-box-outline",hex:"F03BE",version:"1.5.54"},{name:"numeric-9-circle",hex:"F0CB0",version:"3.2.89"},{name:"numeric-9-circle-outline",hex:"F0CB1",version:"3.2.89"},{name:"numeric-9-plus",hex:"F0FEE",version:"4.0.96"},{name:"numeric-9-plus-box",hex:"F03BF",version:"1.5.54"},{name:"numeric-9-plus-box-multiple",hex:"F0F18",version:"3.8.95"},{name:"numeric-9-plus-box-multiple-outline",hex:"F03C0",version:"1.5.54"},{name:"numeric-9-plus-box-outline",hex:"F03C1",version:"1.5.54"},{name:"numeric-9-plus-circle",hex:"F0CB2",version:"3.2.89"},{name:"numeric-9-plus-circle-outline",hex:"F0CB3",version:"3.2.89"},{name:"numeric-negative-1",hex:"F1052",version:"4.1.95"},{name:"numeric-positive-1",hex:"F15CB",version:"5.6.55"},{name:"nut",hex:"F06F8",version:"1.8.36"},{name:"nutrition",hex:"F03C2",version:"1.5.54"},{name:"nuxt",hex:"F1106",version:"4.3.95"},{name:"oar",hex:"F067C",version:"1.7.12"},{name:"ocarina",hex:"F0DE0",version:"3.5.94"},{name:"oci",hex:"F12E9",version:"4.8.95"},{name:"ocr",hex:"F113A",version:"4.4.95"},{name:"octagon",hex:"F03C3",version:"1.5.54"},{name:"octagon-outline",hex:"F03C4",version:"1.5.54"},{name:"octagram",hex:"F06F9",version:"1.8.36"},{name:"octagram-outline",hex:"F0775",version:"1.9.32"},{name:"odnoklassniki",hex:"F03C5",version:"1.5.54"},{name:"offer",hex:"F121B",version:"4.6.95"},{name:"office-building",hex:"F0991",version:"2.4.85"},{name:"office-building-marker",hex:"F1520",version:"5.4.55"},{name:"office-building-marker-outline",hex:"F1521",version:"5.4.55"},{name:"office-building-outline",hex:"F151F",version:"5.4.55"},{name:"oil",hex:"F03C7",version:"1.5.54"},{name:"oil-lamp",hex:"F0F19",version:"3.8.95"},{name:"oil-level",hex:"F1053",version:"4.1.95"},{name:"oil-temperature",hex:"F0FF8",version:"4.0.96"},{name:"omega",hex:"F03C9",version:"1.5.54"},{name:"one-up",hex:"F0BAD",version:"3.0.39"},{name:"onepassword",hex:"F0881",version:"2.1.99"},{name:"opacity",hex:"F05CC",version:"1.5.54"},{name:"open-in-app",hex:"F03CB",version:"1.5.54"},{name:"open-in-new",hex:"F03CC",version:"1.5.54"},{name:"open-source-initiative",hex:"F0BAE",version:"3.0.39"},{name:"openid",hex:"F03CD",version:"1.5.54"},{name:"opera",hex:"F03CE",version:"1.5.54"},{name:"orbit",hex:"F0018",version:"1.5.54"},{name:"orbit-variant",hex:"F15DB",version:"5.6.55"},{name:"order-alphabetical-ascending",hex:"F020D",version:"1.5.54"},{name:"order-alphabetical-descending",hex:"F0D07",version:"3.3.92"},{name:"order-bool-ascending",hex:"F02BE",version:"1.5.54"},{name:"order-bool-ascending-variant",hex:"F098F",version:"2.4.85"},{name:"order-bool-descending",hex:"F1384",version:"5.0.45"},{name:"order-bool-descending-variant",hex:"F0990",version:"2.4.85"},{name:"order-numeric-ascending",hex:"F0545",version:"1.5.54"},{name:"order-numeric-descending",hex:"F0546",version:"1.5.54"},{name:"origin",hex:"F0B43",version:"2.8.94"},{name:"ornament",hex:"F03CF",version:"1.5.54"},{name:"ornament-variant",hex:"F03D0",version:"1.5.54"},{name:"outdoor-lamp",hex:"F1054",version:"4.1.95"},{name:"overscan",hex:"F1005",version:"4.0.96"},{name:"owl",hex:"F03D2",version:"1.5.54"},{name:"pac-man",hex:"F0BAF",version:"3.0.39"},{name:"package",hex:"F03D3",version:"1.5.54"},{name:"package-down",hex:"F03D4",version:"1.5.54"},{name:"package-up",hex:"F03D5",version:"1.5.54"},{name:"package-variant",hex:"F03D6",version:"1.5.54"},{name:"package-variant-closed",hex:"F03D7",version:"1.5.54"},{name:"page-first",hex:"F0600",version:"1.5.54"},{name:"page-last",hex:"F0601",version:"1.5.54"},{name:"page-layout-body",hex:"F06FA",version:"1.8.36"},{name:"page-layout-footer",hex:"F06FB",version:"1.8.36"},{name:"page-layout-header",hex:"F06FC",version:"1.8.36"},{name:"page-layout-header-footer",hex:"F0F7F",version:"3.9.97"},{name:"page-layout-sidebar-left",hex:"F06FD",version:"1.8.36"},{name:"page-layout-sidebar-right",hex:"F06FE",version:"1.8.36"},{name:"page-next",hex:"F0BB0",version:"3.0.39"},{name:"page-next-outline",hex:"F0BB1",version:"3.0.39"},{name:"page-previous",hex:"F0BB2",version:"3.0.39"},{name:"page-previous-outline",hex:"F0BB3",version:"3.0.39"},{name:"pail",hex:"F1417",version:"5.1.45"},{name:"pail-minus",hex:"F1437",version:"5.2.45"},{name:"pail-minus-outline",hex:"F143C",version:"5.2.45"},{name:"pail-off",hex:"F1439",version:"5.2.45"},{name:"pail-off-outline",hex:"F143E",version:"5.2.45"},{name:"pail-outline",hex:"F143A",version:"5.2.45"},{name:"pail-plus",hex:"F1436",version:"5.2.45"},{name:"pail-plus-outline",hex:"F143B",version:"5.2.45"},{name:"pail-remove",hex:"F1438",version:"5.2.45"},{name:"pail-remove-outline",hex:"F143D",version:"5.2.45"},{name:"palette",hex:"F03D8",version:"1.5.54"},{name:"palette-advanced",hex:"F03D9",version:"1.5.54"},{name:"palette-outline",hex:"F0E0C",version:"3.5.95"},{name:"palette-swatch",hex:"F08B5",version:"2.2.43"},{name:"palette-swatch-outline",hex:"F135C",version:"4.9.95"},{name:"palm-tree",hex:"F1055",version:"4.1.95"},{name:"pan",hex:"F0BB4",version:"3.0.39"},{name:"pan-bottom-left",hex:"F0BB5",version:"3.0.39"},{name:"pan-bottom-right",hex:"F0BB6",version:"3.0.39"},{name:"pan-down",hex:"F0BB7",version:"3.0.39"},{name:"pan-horizontal",hex:"F0BB8",version:"3.0.39"},{name:"pan-left",hex:"F0BB9",version:"3.0.39"},{name:"pan-right",hex:"F0BBA",version:"3.0.39"},{name:"pan-top-left",hex:"F0BBB",version:"3.0.39"},{name:"pan-top-right",hex:"F0BBC",version:"3.0.39"},{name:"pan-up",hex:"F0BBD",version:"3.0.39"},{name:"pan-vertical",hex:"F0BBE",version:"3.0.39"},{name:"panda",hex:"F03DA",version:"1.5.54"},{name:"pandora",hex:"F03DB",version:"1.5.54"},{name:"panorama",hex:"F03DC",version:"1.5.54"},{name:"panorama-fisheye",hex:"F03DD",version:"1.5.54"},{name:"panorama-horizontal",hex:"F03DE",version:"1.5.54"},{name:"panorama-vertical",hex:"F03DF",version:"1.5.54"},{name:"panorama-wide-angle",hex:"F03E0",version:"1.5.54"},{name:"paper-cut-vertical",hex:"F03E1",version:"1.5.54"},{name:"paper-roll",hex:"F1157",version:"4.4.95"},{name:"paper-roll-outline",hex:"F1158",version:"4.4.95"},{name:"paperclip",hex:"F03E2",version:"1.5.54"},{name:"parachute",hex:"F0CB4",version:"3.2.89"},{name:"parachute-outline",hex:"F0CB5",version:"3.2.89"},{name:"parking",hex:"F03E3",version:"1.5.54"},{name:"party-popper",hex:"F1056",version:"4.1.95"},{name:"passport",hex:"F07E3",version:"2.0.46"},{name:"passport-biometric",hex:"F0DE1",version:"3.5.94"},{name:"pasta",hex:"F1160",version:"4.4.95"},{name:"patio-heater",hex:"F0F80",version:"3.9.97"},{name:"patreon",hex:"F0882",version:"2.1.99"},{name:"pause",hex:"F03E4",version:"1.5.54"},{name:"pause-circle",hex:"F03E5",version:"1.5.54"},{name:"pause-circle-outline",hex:"F03E6",version:"1.5.54"},{name:"pause-octagon",hex:"F03E7",version:"1.5.54"},{name:"pause-octagon-outline",hex:"F03E8",version:"1.5.54"},{name:"paw",hex:"F03E9",version:"1.5.54"},{name:"paw-off",hex:"F0657",version:"1.6.50"},{name:"paw-off-outline",hex:"F1676",version:"5.7.55"},{name:"paw-outline",hex:"F1675",version:"5.7.55"},{name:"pdf-box",hex:"F0E56",version:"3.6.95"},{name:"peace",hex:"F0884",version:"2.1.99"},{name:"peanut",hex:"F0FFC",version:"4.0.96"},{name:"peanut-off",hex:"F0FFD",version:"4.0.96"},{name:"peanut-off-outline",hex:"F0FFF",version:"4.0.96"},{name:"peanut-outline",hex:"F0FFE",version:"4.0.96"},{name:"pen",hex:"F03EA",version:"1.5.54"},{name:"pen-lock",hex:"F0DE2",version:"3.5.94"},{name:"pen-minus",hex:"F0DE3",version:"3.5.94"},{name:"pen-off",hex:"F0DE4",version:"3.5.94"},{name:"pen-plus",hex:"F0DE5",version:"3.5.94"},{name:"pen-remove",hex:"F0DE6",version:"3.5.94"},{name:"pencil",hex:"F03EB",version:"1.5.54"},{name:"pencil-box",hex:"F03EC",version:"1.5.54"},{name:"pencil-box-multiple",hex:"F1144",version:"4.4.95"},{name:"pencil-box-multiple-outline",hex:"F1145",version:"4.4.95"},{name:"pencil-box-outline",hex:"F03ED",version:"1.5.54"},{name:"pencil-circle",hex:"F06FF",version:"1.8.36"},{name:"pencil-circle-outline",hex:"F0776",version:"1.9.32"},{name:"pencil-lock",hex:"F03EE",version:"1.5.54"},{name:"pencil-lock-outline",hex:"F0DE7",version:"3.5.94"},{name:"pencil-minus",hex:"F0DE8",version:"3.5.94"},{name:"pencil-minus-outline",hex:"F0DE9",version:"3.5.94"},{name:"pencil-off",hex:"F03EF",version:"1.5.54"},{name:"pencil-off-outline",hex:"F0DEA",version:"3.5.94"},{name:"pencil-outline",hex:"F0CB6",version:"3.2.89"},{name:"pencil-plus",hex:"F0DEB",version:"3.5.94"},{name:"pencil-plus-outline",hex:"F0DEC",version:"3.5.94"},{name:"pencil-remove",hex:"F0DED",version:"3.5.94"},{name:"pencil-remove-outline",hex:"F0DEE",version:"3.5.94"},{name:"pencil-ruler",hex:"F1353",version:"4.9.95"},{name:"penguin",hex:"F0EC0",version:"3.7.94"},{name:"pentagon",hex:"F0701",version:"1.8.36"},{name:"pentagon-outline",hex:"F0700",version:"1.8.36"},{name:"pentagram",hex:"F1667",version:"5.7.55"},{name:"percent",hex:"F03F0",version:"1.5.54"},{name:"percent-outline",hex:"F1278",version:"4.7.95"},{name:"periodic-table",hex:"F08B6",version:"2.2.43"},{name:"perspective-less",hex:"F0D23",version:"3.3.92"},{name:"perspective-more",hex:"F0D24",version:"3.3.92"},{name:"pharmacy",hex:"F03F1",version:"1.5.54"},{name:"phone",hex:"F03F2",version:"1.5.54"},{name:"phone-alert",hex:"F0F1A",version:"3.8.95"},{name:"phone-alert-outline",hex:"F118E",version:"4.5.95"},{name:"phone-bluetooth",hex:"F03F3",version:"1.5.54"},{name:"phone-bluetooth-outline",hex:"F118F",version:"4.5.95"},{name:"phone-cancel",hex:"F10BC",version:"4.2.95"},{name:"phone-cancel-outline",hex:"F1190",version:"4.5.95"},{name:"phone-check",hex:"F11A9",version:"4.5.95"},{name:"phone-check-outline",hex:"F11AA",version:"4.5.95"},{name:"phone-classic",hex:"F0602",version:"1.5.54"},{name:"phone-classic-off",hex:"F1279",version:"4.7.95"},{name:"phone-dial",hex:"F1559",version:"5.5.55"},{name:"phone-dial-outline",hex:"F155A",version:"5.5.55"},{name:"phone-forward",hex:"F03F4",version:"1.5.54"},{name:"phone-forward-outline",hex:"F1191",version:"4.5.95"},{name:"phone-hangup",hex:"F03F5",version:"1.5.54"},{name:"phone-hangup-outline",hex:"F1192",version:"4.5.95"},{name:"phone-in-talk",hex:"F03F6",version:"1.5.54"},{name:"phone-in-talk-outline",hex:"F1182",version:"4.4.95"},{name:"phone-incoming",hex:"F03F7",version:"1.5.54"},{name:"phone-incoming-outline",hex:"F1193",version:"4.5.95"},{name:"phone-lock",hex:"F03F8",version:"1.5.54"},{name:"phone-lock-outline",hex:"F1194",version:"4.5.95"},{name:"phone-log",hex:"F03F9",version:"1.5.54"},{name:"phone-log-outline",hex:"F1195",version:"4.5.95"},{name:"phone-message",hex:"F1196",version:"4.5.95"},{name:"phone-message-outline",hex:"F1197",version:"4.5.95"},{name:"phone-minus",hex:"F0658",version:"1.6.50"},{name:"phone-minus-outline",hex:"F1198",version:"4.5.95"},{name:"phone-missed",hex:"F03FA",version:"1.5.54"},{name:"phone-missed-outline",hex:"F11A5",version:"4.5.95"},{name:"phone-off",hex:"F0DEF",version:"3.5.94"},{name:"phone-off-outline",hex:"F11A6",version:"4.5.95"},{name:"phone-outgoing",hex:"F03FB",version:"1.5.54"},{name:"phone-outgoing-outline",hex:"F1199",version:"4.5.95"},{name:"phone-outline",hex:"F0DF0",version:"3.5.94"},{name:"phone-paused",hex:"F03FC",version:"1.5.54"},{name:"phone-paused-outline",hex:"F119A",version:"4.5.95"},{name:"phone-plus",hex:"F0659",version:"1.6.50"},{name:"phone-plus-outline",hex:"F119B",version:"4.5.95"},{name:"phone-remove",hex:"F152F",version:"5.4.55"},{name:"phone-remove-outline",hex:"F1530",version:"5.4.55"},{name:"phone-return",hex:"F082F",version:"2.1.19"},{name:"phone-return-outline",hex:"F119C",version:"4.5.95"},{name:"phone-ring",hex:"F11AB",version:"4.5.95"},{name:"phone-ring-outline",hex:"F11AC",version:"4.5.95"},{name:"phone-rotate-landscape",hex:"F0885",version:"2.1.99"},{name:"phone-rotate-portrait",hex:"F0886",version:"2.1.99"},{name:"phone-settings",hex:"F03FD",version:"1.5.54"},{name:"phone-settings-outline",hex:"F119D",version:"4.5.95"},{name:"phone-voip",hex:"F03FE",version:"1.5.54"},{name:"pi",hex:"F03FF",version:"1.5.54"},{name:"pi-box",hex:"F0400",version:"1.5.54"},{name:"pi-hole",hex:"F0DF1",version:"3.5.94"},{name:"piano",hex:"F067D",version:"1.7.12"},{name:"pickaxe",hex:"F08B7",version:"2.2.43"},{name:"picture-in-picture-bottom-right",hex:"F0E57",version:"3.6.95"},{name:"picture-in-picture-bottom-right-outline",hex:"F0E58",version:"3.6.95"},{name:"picture-in-picture-top-right",hex:"F0E59",version:"3.6.95"},{name:"picture-in-picture-top-right-outline",hex:"F0E5A",version:"3.6.95"},{name:"pier",hex:"F0887",version:"2.1.99"},{name:"pier-crane",hex:"F0888",version:"2.1.99"},{name:"pig",hex:"F0401",version:"1.5.54"},{name:"pig-variant",hex:"F1006",version:"4.0.96"},{name:"pig-variant-outline",hex:"F1678",version:"5.7.55"},{name:"piggy-bank",hex:"F1007",version:"4.0.96"},{name:"piggy-bank-outline",hex:"F1679",version:"5.7.55"},{name:"pill",hex:"F0402",version:"1.5.54"},{name:"pillar",hex:"F0702",version:"1.8.36"},{name:"pin",hex:"F0403",version:"1.5.54"},{name:"pin-off",hex:"F0404",version:"1.5.54"},{name:"pin-off-outline",hex:"F0930",version:"2.3.54"},{name:"pin-outline",hex:"F0931",version:"2.3.54"},{name:"pine-tree",hex:"F0405",version:"1.5.54"},{name:"pine-tree-box",hex:"F0406",version:"1.5.54"},{name:"pine-tree-fire",hex:"F141A",version:"5.2.45"},{name:"pinterest",hex:"F0407",version:"1.5.54"},{name:"pinwheel",hex:"F0AD5",version:"2.7.94"},{name:"pinwheel-outline",hex:"F0AD6",version:"2.7.94"},{name:"pipe",hex:"F07E5",version:"2.0.46"},{name:"pipe-disconnected",hex:"F07E6",version:"2.0.46"},{name:"pipe-leak",hex:"F0889",version:"2.1.99"},{name:"pipe-wrench",hex:"F1354",version:"4.9.95"},{name:"pirate",hex:"F0A08",version:"2.5.94"},{name:"pistol",hex:"F0703",version:"1.8.36"},{name:"piston",hex:"F088A",version:"2.1.99"},{name:"pitchfork",hex:"F1553",version:"5.5.55"},{name:"pizza",hex:"F0409",version:"1.5.54"},{name:"play",hex:"F040A",version:"1.5.54"},{name:"play-box",hex:"F127A",version:"4.7.95"},{name:"play-box-multiple",hex:"F0D19",version:"3.3.92"},{name:"play-box-multiple-outline",hex:"F13E6",version:"5.1.45"},{name:"play-box-outline",hex:"F040B",version:"1.5.54"},{name:"play-circle",hex:"F040C",version:"1.5.54"},{name:"play-circle-outline",hex:"F040D",version:"1.5.54"},{name:"play-network",hex:"F088B",version:"2.1.99"},{name:"play-network-outline",hex:"F0CB7",version:"3.2.89"},{name:"play-outline",hex:"F0F1B",version:"3.8.95"},{name:"play-pause",hex:"F040E",version:"1.5.54"},{name:"play-protected-content",hex:"F040F",version:"1.5.54"},{name:"play-speed",hex:"F08FF",version:"2.3.50"},{name:"playlist-check",hex:"F05C7",version:"1.5.54"},{name:"playlist-edit",hex:"F0900",version:"2.3.50"},{name:"playlist-minus",hex:"F0410",version:"1.5.54"},{name:"playlist-music",hex:"F0CB8",version:"3.2.89"},{name:"playlist-music-outline",hex:"F0CB9",version:"3.2.89"},{name:"playlist-play",hex:"F0411",version:"1.5.54"},{name:"playlist-plus",hex:"F0412",version:"1.5.54"},{name:"playlist-remove",hex:"F0413",version:"1.5.54"},{name:"playlist-star",hex:"F0DF2",version:"3.5.94"},{name:"plex",hex:"F06BA",version:"1.7.22"},{name:"plus",hex:"F0415",version:"1.5.54"},{name:"plus-box",hex:"F0416",version:"1.5.54"},{name:"plus-box-multiple",hex:"F0334",version:"1.5.54"},{name:"plus-box-multiple-outline",hex:"F1143",version:"4.4.95"},{name:"plus-box-outline",hex:"F0704",version:"1.8.36"},{name:"plus-circle",hex:"F0417",version:"1.5.54"},{name:"plus-circle-multiple",hex:"F034C",version:"1.5.54"},{name:"plus-circle-multiple-outline",hex:"F0418",version:"1.5.54"},{name:"plus-circle-outline",hex:"F0419",version:"1.5.54"},{name:"plus-minus",hex:"F0992",version:"2.4.85"},{name:"plus-minus-box",hex:"F0993",version:"2.4.85"},{name:"plus-minus-variant",hex:"F14C9",version:"5.3.45"},{name:"plus-network",hex:"F041A",version:"1.5.54"},{name:"plus-network-outline",hex:"F0CBA",version:"3.2.89"},{name:"plus-one",hex:"F041B",version:"1.5.54",deprecated:true},{name:"plus-outline",hex:"F0705",version:"1.8.36"},{name:"plus-thick",hex:"F11EC",version:"4.5.95"},{name:"podcast",hex:"F0994",version:"2.4.85"},{name:"podium",hex:"F0D25",version:"3.3.92"},{name:"podium-bronze",hex:"F0D26",version:"3.3.92"},{name:"podium-gold",hex:"F0D27",version:"3.3.92"},{name:"podium-silver",hex:"F0D28",version:"3.3.92"},{name:"point-of-sale",hex:"F0D92",version:"3.4.93"},{name:"pokeball",hex:"F041D",version:"1.5.54"},{name:"pokemon-go",hex:"F0A09",version:"2.5.94"},{name:"poker-chip",hex:"F0830",version:"2.1.19"},{name:"polaroid",hex:"F041E",version:"1.5.54"},{name:"police-badge",hex:"F1167",version:"4.4.95"},{name:"police-badge-outline",hex:"F1168",version:"4.4.95"},{name:"poll",hex:"F041F",version:"1.5.54"},{name:"poll-box",hex:"F0420",version:"1.5.54"},{name:"poll-box-outline",hex:"F127B",version:"4.7.95"},{name:"polo",hex:"F14C3",version:"5.3.45"},{name:"polymer",hex:"F0421",version:"1.5.54"},{name:"pool",hex:"F0606",version:"1.5.54"},{name:"popcorn",hex:"F0422",version:"1.5.54"},{name:"post",hex:"F1008",version:"4.0.96"},{name:"post-outline",hex:"F1009",version:"4.0.96"},{name:"postage-stamp",hex:"F0CBB",version:"3.2.89"},{name:"pot",hex:"F02E5",version:"1.5.54"},{name:"pot-mix",hex:"F065B",version:"1.6.50"},{name:"pot-mix-outline",hex:"F0677",version:"1.7.12"},{name:"pot-outline",hex:"F02FF",version:"1.5.54"},{name:"pot-steam",hex:"F065A",version:"1.6.50"},{name:"pot-steam-outline",hex:"F0326",version:"1.5.54"},{name:"pound",hex:"F0423",version:"1.5.54"},{name:"pound-box",hex:"F0424",version:"1.5.54"},{name:"pound-box-outline",hex:"F117F",version:"4.4.95"},{name:"power",hex:"F0425",version:"1.5.54"},{name:"power-cycle",hex:"F0901",version:"2.3.50"},{name:"power-off",hex:"F0902",version:"2.3.50"},{name:"power-on",hex:"F0903",version:"2.3.50"},{name:"power-plug",hex:"F06A5",version:"1.7.12"},{name:"power-plug-off",hex:"F06A6",version:"1.7.12"},{name:"power-plug-off-outline",hex:"F1424",version:"5.2.45"},{name:"power-plug-outline",hex:"F1425",version:"5.2.45"},{name:"power-settings",hex:"F0426",version:"1.5.54"},{name:"power-sleep",hex:"F0904",version:"2.3.50"},{name:"power-socket",hex:"F0427",version:"1.5.54"},{name:"power-socket-au",hex:"F0905",version:"2.3.50"},{name:"power-socket-de",hex:"F1107",version:"4.3.95"},{name:"power-socket-eu",hex:"F07E7",version:"2.0.46"},{name:"power-socket-fr",hex:"F1108",version:"4.3.95"},{name:"power-socket-it",hex:"F14FF",version:"5.4.55"},{name:"power-socket-jp",hex:"F1109",version:"4.3.95"},{name:"power-socket-uk",hex:"F07E8",version:"2.0.46"},{name:"power-socket-us",hex:"F07E9",version:"2.0.46"},{name:"power-standby",hex:"F0906",version:"2.3.50"},{name:"powershell",hex:"F0A0A",version:"2.5.94"},{name:"prescription",hex:"F0706",version:"1.8.36"},{name:"presentation",hex:"F0428",version:"1.5.54"},{name:"presentation-play",hex:"F0429",version:"1.5.54"},{name:"pretzel",hex:"F1562",version:"5.5.55"},{name:"printer",hex:"F042A",version:"1.5.54"},{name:"printer-3d",hex:"F042B",version:"1.5.54"},{name:"printer-3d-nozzle",hex:"F0E5B",version:"3.6.95"},{name:"printer-3d-nozzle-alert",hex:"F11C0",version:"4.5.95"},{name:"printer-3d-nozzle-alert-outline",hex:"F11C1",version:"4.5.95"},{name:"printer-3d-nozzle-outline",hex:"F0E5C",version:"3.6.95"},{name:"printer-alert",hex:"F042C",version:"1.5.54"},{name:"printer-check",hex:"F1146",version:"4.4.95"},{name:"printer-eye",hex:"F1458",version:"5.2.45"},{name:"printer-off",hex:"F0E5D",version:"3.6.95"},{name:"printer-pos",hex:"F1057",version:"4.1.95"},{name:"printer-search",hex:"F1457",version:"5.2.45"},{name:"printer-settings",hex:"F0707",version:"1.8.36"},{name:"printer-wireless",hex:"F0A0B",version:"2.5.94"},{name:"priority-high",hex:"F0603",version:"1.5.54"},{name:"priority-low",hex:"F0604",version:"1.5.54"},{name:"professional-hexagon",hex:"F042D",version:"1.5.54"},{name:"progress-alert",hex:"F0CBC",version:"3.2.89"},{name:"progress-check",hex:"F0995",version:"2.4.85"},{name:"progress-clock",hex:"F0996",version:"2.4.85"},{name:"progress-close",hex:"F110A",version:"4.3.95"},{name:"progress-download",hex:"F0997",version:"2.4.85"},{name:"progress-question",hex:"F1522",version:"5.4.55"},{name:"progress-upload",hex:"F0998",version:"2.4.85"},{name:"progress-wrench",hex:"F0CBD",version:"3.2.89"},{name:"projector",hex:"F042E",version:"1.5.54"},{name:"projector-screen",hex:"F042F",version:"1.5.54"},{name:"propane-tank",hex:"F1357",version:"4.9.95"},{name:"propane-tank-outline",hex:"F1358",version:"4.9.95"},{name:"protocol",hex:"F0FD8",version:"4.0.96"},{name:"publish",hex:"F06A7",version:"1.7.12"},{name:"pulse",hex:"F0430",version:"1.5.54"},{name:"pump",hex:"F1402",version:"5.1.45"},{name:"pumpkin",hex:"F0BBF",version:"3.0.39"},{name:"purse",hex:"F0F1C",version:"3.8.95"},{name:"purse-outline",hex:"F0F1D",version:"3.8.95"},{name:"puzzle",hex:"F0431",version:"1.5.54"},{name:"puzzle-check",hex:"F1426",version:"5.2.45"},{name:"puzzle-check-outline",hex:"F1427",version:"5.2.45"},{name:"puzzle-edit",hex:"F14D3",version:"5.3.45"},{name:"puzzle-edit-outline",hex:"F14D9",version:"5.3.45"},{name:"puzzle-heart",hex:"F14D4",version:"5.3.45"},{name:"puzzle-heart-outline",hex:"F14DA",version:"5.3.45"},{name:"puzzle-minus",hex:"F14D1",version:"5.3.45"},{name:"puzzle-minus-outline",hex:"F14D7",version:"5.3.45"},{name:"puzzle-outline",hex:"F0A66",version:"2.6.95"},{name:"puzzle-plus",hex:"F14D0",version:"5.3.45"},{name:"puzzle-plus-outline",hex:"F14D6",version:"5.3.45"},{name:"puzzle-remove",hex:"F14D2",version:"5.3.45"},{name:"puzzle-remove-outline",hex:"F14D8",version:"5.3.45"},{name:"puzzle-star",hex:"F14D5",version:"5.3.45"},{name:"puzzle-star-outline",hex:"F14DB",version:"5.3.45"},{name:"qi",hex:"F0999",version:"2.4.85"},{name:"qqchat",hex:"F0605",version:"1.5.54"},{name:"qrcode",hex:"F0432",version:"1.5.54"},{name:"qrcode-edit",hex:"F08B8",version:"2.2.43"},{name:"qrcode-minus",hex:"F118C",version:"4.4.95"},{name:"qrcode-plus",hex:"F118B",version:"4.4.95"},{name:"qrcode-remove",hex:"F118D",version:"4.4.95"},{name:"qrcode-scan",hex:"F0433",version:"1.5.54"},{name:"quadcopter",hex:"F0434",version:"1.5.54"},{name:"quality-high",hex:"F0435",version:"1.5.54"},{name:"quality-low",hex:"F0A0C",version:"2.5.94"},{name:"quality-medium",hex:"F0A0D",version:"2.5.94"},{name:"quora",hex:"F0D29",version:"3.3.92"},{name:"rabbit",hex:"F0907",version:"2.3.50"},{name:"racing-helmet",hex:"F0D93",version:"3.4.93"},{name:"racquetball",hex:"F0D94",version:"3.4.93"},{name:"radar",hex:"F0437",version:"1.5.54"},{name:"radiator",hex:"F0438",version:"1.5.54"},{name:"radiator-disabled",hex:"F0AD7",version:"2.7.94"},{name:"radiator-off",hex:"F0AD8",version:"2.7.94"},{name:"radio",hex:"F0439",version:"1.5.54"},{name:"radio-am",hex:"F0CBE",version:"3.2.89"},{name:"radio-fm",hex:"F0CBF",version:"3.2.89"},{name:"radio-handheld",hex:"F043A",version:"1.5.54"},{name:"radio-off",hex:"F121C",version:"4.6.95"},{name:"radio-tower",hex:"F043B",version:"1.5.54"},{name:"radioactive",hex:"F043C",version:"1.5.54"},{name:"radioactive-off",hex:"F0EC1",version:"3.7.94"},{name:"radiobox-blank",hex:"F043D",version:"1.5.54"},{name:"radiobox-marked",hex:"F043E",version:"1.5.54"},{name:"radiology-box",hex:"F14C5",version:"5.3.45"},{name:"radiology-box-outline",hex:"F14C6",version:"5.3.45"},{name:"radius",hex:"F0CC0",version:"3.2.89"},{name:"radius-outline",hex:"F0CC1",version:"3.2.89"},{name:"railroad-light",hex:"F0F1E",version:"3.8.95"},{name:"rake",hex:"F1544",version:"5.4.55"},{name:"raspberry-pi",hex:"F043F",version:"1.5.54"},{name:"ray-end",hex:"F0440",version:"1.5.54"},{name:"ray-end-arrow",hex:"F0441",version:"1.5.54"},{name:"ray-start",hex:"F0442",version:"1.5.54"},{name:"ray-start-arrow",hex:"F0443",version:"1.5.54"},{name:"ray-start-end",hex:"F0444",version:"1.5.54"},{name:"ray-start-vertex-end",hex:"F15D8",version:"5.6.55"},{name:"ray-vertex",hex:"F0445",version:"1.5.54"},{name:"react",hex:"F0708",version:"1.8.36"},{name:"read",hex:"F0447",version:"1.5.54"},{name:"receipt",hex:"F0449",version:"1.5.54"},{name:"record",hex:"F044A",version:"1.5.54"},{name:"record-circle",hex:"F0EC2",version:"3.7.94"},{name:"record-circle-outline",hex:"F0EC3",version:"3.7.94"},{name:"record-player",hex:"F099A",version:"2.4.85"},{name:"record-rec",hex:"F044B",version:"1.5.54"},{name:"rectangle",hex:"F0E5E",version:"3.6.95"},{name:"rectangle-outline",hex:"F0E5F",version:"3.6.95"},{name:"recycle",hex:"F044C",version:"1.5.54"},{name:"recycle-variant",hex:"F139D",version:"5.0.45"},{name:"reddit",hex:"F044D",version:"1.5.54"},{name:"redhat",hex:"F111B",version:"4.3.95"},{name:"redo",hex:"F044E",version:"1.5.54"},{name:"redo-variant",hex:"F044F",version:"1.5.54"},{name:"reflect-horizontal",hex:"F0A0E",version:"2.5.94"},{name:"reflect-vertical",hex:"F0A0F",version:"2.5.94"},{name:"refresh",hex:"F0450",version:"1.5.54"},{name:"refresh-circle",hex:"F1377",version:"4.9.95"},{name:"regex",hex:"F0451",version:"1.5.54"},{name:"registered-trademark",hex:"F0A67",version:"2.6.95"},{name:"reiterate",hex:"F1588",version:"5.5.55"},{name:"relation-many-to-many",hex:"F1496",version:"5.3.45"},{name:"relation-many-to-one",hex:"F1497",version:"5.3.45"},{name:"relation-many-to-one-or-many",hex:"F1498",version:"5.3.45"},{name:"relation-many-to-only-one",hex:"F1499",version:"5.3.45"},{name:"relation-many-to-zero-or-many",hex:"F149A",version:"5.3.45"},{name:"relation-many-to-zero-or-one",hex:"F149B",version:"5.3.45"},{name:"relation-one-or-many-to-many",hex:"F149C",version:"5.3.45"},{name:"relation-one-or-many-to-one",hex:"F149D",version:"5.3.45"},{name:"relation-one-or-many-to-one-or-many",hex:"F149E",version:"5.3.45"},{name:"relation-one-or-many-to-only-one",hex:"F149F",version:"5.3.45"},{name:"relation-one-or-many-to-zero-or-many",hex:"F14A0",version:"5.3.45"},{name:"relation-one-or-many-to-zero-or-one",hex:"F14A1",version:"5.3.45"},{name:"relation-one-to-many",hex:"F14A2",version:"5.3.45"},{name:"relation-one-to-one",hex:"F14A3",version:"5.3.45"},{name:"relation-one-to-one-or-many",hex:"F14A4",version:"5.3.45"},{name:"relation-one-to-only-one",hex:"F14A5",version:"5.3.45"},{name:"relation-one-to-zero-or-many",hex:"F14A6",version:"5.3.45"},{name:"relation-one-to-zero-or-one",hex:"F14A7",version:"5.3.45"},{name:"relation-only-one-to-many",hex:"F14A8",version:"5.3.45"},{name:"relation-only-one-to-one",hex:"F14A9",version:"5.3.45"},{name:"relation-only-one-to-one-or-many",hex:"F14AA",version:"5.3.45"},{name:"relation-only-one-to-only-one",hex:"F14AB",version:"5.3.45"},{name:"relation-only-one-to-zero-or-many",hex:"F14AC",version:"5.3.45"},{name:"relation-only-one-to-zero-or-one",hex:"F14AD",version:"5.3.45"},{name:"relation-zero-or-many-to-many",hex:"F14AE",version:"5.3.45"},{name:"relation-zero-or-many-to-one",hex:"F14AF",version:"5.3.45"},{name:"relation-zero-or-many-to-one-or-many",hex:"F14B0",version:"5.3.45"},{name:"relation-zero-or-many-to-only-one",hex:"F14B1",version:"5.3.45"},{name:"relation-zero-or-many-to-zero-or-many",hex:"F14B2",version:"5.3.45"},{name:"relation-zero-or-many-to-zero-or-one",hex:"F14B3",version:"5.3.45"},{name:"relation-zero-or-one-to-many",hex:"F14B4",version:"5.3.45"},{name:"relation-zero-or-one-to-one",hex:"F14B5",version:"5.3.45"},{name:"relation-zero-or-one-to-one-or-many",hex:"F14B6",version:"5.3.45"},{name:"relation-zero-or-one-to-only-one",hex:"F14B7",version:"5.3.45"},{name:"relation-zero-or-one-to-zero-or-many",hex:"F14B8",version:"5.3.45"},{name:"relation-zero-or-one-to-zero-or-one",hex:"F14B9",version:"5.3.45"},{name:"relative-scale",hex:"F0452",version:"1.5.54"},{name:"reload",hex:"F0453",version:"1.5.54"},{name:"reload-alert",hex:"F110B",version:"4.3.95"},{name:"reminder",hex:"F088C",version:"2.1.99"},{name:"remote",hex:"F0454",version:"1.5.54"},{name:"remote-desktop",hex:"F08B9",version:"2.2.43"},{name:"remote-off",hex:"F0EC4",version:"3.7.94"},{name:"remote-tv",hex:"F0EC5",version:"3.7.94"},{name:"remote-tv-off",hex:"F0EC6",version:"3.7.94"},{name:"rename-box",hex:"F0455",version:"1.5.54"},{name:"reorder-horizontal",hex:"F0688",version:"1.7.12"},{name:"reorder-vertical",hex:"F0689",version:"1.7.12"},{name:"repeat",hex:"F0456",version:"1.5.54"},{name:"repeat-off",hex:"F0457",version:"1.5.54"},{name:"repeat-once",hex:"F0458",version:"1.5.54"},{name:"replay",hex:"F0459",version:"1.5.54"},{name:"reply",hex:"F045A",version:"1.5.54"},{name:"reply-all",hex:"F045B",version:"1.5.54"},{name:"reply-all-outline",hex:"F0F1F",version:"3.8.95"},{name:"reply-circle",hex:"F11AE",version:"4.5.95"},{name:"reply-outline",hex:"F0F20",version:"3.8.95"},{name:"reproduction",hex:"F045C",version:"1.5.54"},{name:"resistor",hex:"F0B44",version:"2.8.94"},{name:"resistor-nodes",hex:"F0B45",version:"2.8.94"},{name:"resize",hex:"F0A68",version:"2.6.95"},{name:"resize-bottom-right",hex:"F045D",version:"1.5.54"},{name:"responsive",hex:"F045E",version:"1.5.54"},{name:"restart",hex:"F0709",version:"1.8.36"},{name:"restart-alert",hex:"F110C",version:"4.3.95"},{name:"restart-off",hex:"F0D95",version:"3.4.93"},{name:"restore",hex:"F099B",version:"2.4.85"},{name:"restore-alert",hex:"F110D",version:"4.3.95"},{name:"rewind",hex:"F045F",version:"1.5.54"},{name:"rewind-10",hex:"F0D2A",version:"3.3.92"},{name:"rewind-30",hex:"F0D96",version:"3.4.93"},{name:"rewind-5",hex:"F11F9",version:"4.6.95"},{name:"rewind-60",hex:"F160C",version:"5.6.55"},{name:"rewind-outline",hex:"F070A",version:"1.8.36"},{name:"rhombus",hex:"F070B",version:"1.8.36"},{name:"rhombus-medium",hex:"F0A10",version:"2.5.94"},{name:"rhombus-medium-outline",hex:"F14DC",version:"5.3.45"},{name:"rhombus-outline",hex:"F070C",version:"1.8.36"},{name:"rhombus-split",hex:"F0A11",version:"2.5.94"},{name:"rhombus-split-outline",hex:"F14DD",version:"5.3.45"},{name:"ribbon",hex:"F0460",version:"1.5.54"},{name:"rice",hex:"F07EA",version:"2.0.46"},{name:"rickshaw",hex:"F15BB",version:"5.6.55"},{name:"rickshaw-electric",hex:"F15BC",version:"5.6.55"},{name:"ring",hex:"F07EB",version:"2.0.46"},{name:"rivet",hex:"F0E60",version:"3.6.95"},{name:"road",hex:"F0461",version:"1.5.54"},{name:"road-variant",hex:"F0462",version:"1.5.54"},{name:"robber",hex:"F1058",version:"4.1.95"},{name:"robot",hex:"F06A9",version:"1.7.12"},{name:"robot-angry",hex:"F169D",version:"5.8.55"},{name:"robot-angry-outline",hex:"F169E",version:"5.8.55"},{name:"robot-confused",hex:"F169F",version:"5.8.55"},{name:"robot-confused-outline",hex:"F16A0",version:"5.8.55"},{name:"robot-dead",hex:"F16A1",version:"5.8.55"},{name:"robot-dead-outline",hex:"F16A2",version:"5.8.55"},{name:"robot-excited",hex:"F16A3",version:"5.8.55"},{name:"robot-excited-outline",hex:"F16A4",version:"5.8.55"},{name:"robot-industrial",hex:"F0B46",version:"2.8.94"},{name:"robot-love",hex:"F16A5",version:"5.8.55"},{name:"robot-love-outline",hex:"F16A6",version:"5.8.55"},{name:"robot-mower",hex:"F11F7",version:"4.6.95"},{name:"robot-mower-outline",hex:"F11F3",version:"4.5.95"},{name:"robot-off",hex:"F16A7",version:"5.8.55"},{name:"robot-off-outline",hex:"F167B",version:"5.7.55"},{name:"robot-outline",hex:"F167A",version:"5.7.55"},{name:"robot-vacuum",hex:"F070D",version:"1.8.36"},{name:"robot-vacuum-variant",hex:"F0908",version:"2.3.50"},{name:"rocket",hex:"F0463",version:"1.5.54"},{name:"rocket-launch",hex:"F14DE",version:"5.3.45"},{name:"rocket-launch-outline",hex:"F14DF",version:"5.3.45"},{name:"rocket-outline",hex:"F13AF",version:"5.0.45"},{name:"rodent",hex:"F1327",version:"4.9.95"},{name:"roller-skate",hex:"F0D2B",version:"3.3.92"},{name:"roller-skate-off",hex:"F0145",version:"1.5.54"},{name:"rollerblade",hex:"F0D2C",version:"3.3.92"},{name:"rollerblade-off",hex:"F002E",version:"1.5.54"},{name:"rollupjs",hex:"F0BC0",version:"3.0.39"},{name:"roman-numeral-1",hex:"F1088",version:"4.2.95"},{name:"roman-numeral-10",hex:"F1091",version:"4.2.95"},{name:"roman-numeral-2",hex:"F1089",version:"4.2.95"},{name:"roman-numeral-3",hex:"F108A",version:"4.2.95"},{name:"roman-numeral-4",hex:"F108B",version:"4.2.95"},{name:"roman-numeral-5",hex:"F108C",version:"4.2.95"},{name:"roman-numeral-6",hex:"F108D",version:"4.2.95"},{name:"roman-numeral-7",hex:"F108E",version:"4.2.95"},{name:"roman-numeral-8",hex:"F108F",version:"4.2.95"},{name:"roman-numeral-9",hex:"F1090",version:"4.2.95"},{name:"room-service",hex:"F088D",version:"2.1.99"},{name:"room-service-outline",hex:"F0D97",version:"3.4.93"},{name:"rotate-3d",hex:"F0EC7",version:"3.7.94"},{name:"rotate-3d-variant",hex:"F0464",version:"1.5.54"},{name:"rotate-left",hex:"F0465",version:"1.5.54"},{name:"rotate-left-variant",hex:"F0466",version:"1.5.54"},{name:"rotate-orbit",hex:"F0D98",version:"3.4.93"},{name:"rotate-right",hex:"F0467",version:"1.5.54"},{name:"rotate-right-variant",hex:"F0468",version:"1.5.54"},{name:"rounded-corner",hex:"F0607",version:"1.5.54"},{name:"router",hex:"F11E2",version:"4.5.95"},{name:"router-network",hex:"F1087",version:"4.2.95"},{name:"router-wireless",hex:"F0469",version:"1.5.54"},{name:"router-wireless-off",hex:"F15A3",version:"5.5.55"},{name:"router-wireless-settings",hex:"F0A69",version:"2.6.95"},{name:"routes",hex:"F046A",version:"1.5.54"},{name:"routes-clock",hex:"F1059",version:"4.1.95"},{name:"rowing",hex:"F0608",version:"1.5.54"},{name:"rss",hex:"F046B",version:"1.5.54"},{name:"rss-box",hex:"F046C",version:"1.5.54"},{name:"rss-off",hex:"F0F21",version:"3.8.95"},{name:"rug",hex:"F1475",version:"5.2.45"},{name:"rugby",hex:"F0D99",version:"3.4.93"},{name:"ruler",hex:"F046D",version:"1.5.54"},{name:"ruler-square",hex:"F0CC2",version:"3.2.89"},{name:"ruler-square-compass",hex:"F0EBE",version:"3.7.94"},{name:"run",hex:"F070E",version:"1.8.36"},{name:"run-fast",hex:"F046E",version:"1.5.54"},{name:"rv-truck",hex:"F11D4",version:"4.5.95"},{name:"sack",hex:"F0D2E",version:"3.3.92"},{name:"sack-percent",hex:"F0D2F",version:"3.3.92"},{name:"safe",hex:"F0A6A",version:"2.6.95"},{name:"safe-square",hex:"F127C",version:"4.7.95"},{name:"safe-square-outline",hex:"F127D",version:"4.7.95"},{name:"safety-goggles",hex:"F0D30",version:"3.3.92"},{name:"sail-boat",hex:"F0EC8",version:"3.7.94"},{name:"sale",hex:"F046F",version:"1.5.54"},{name:"salesforce",hex:"F088E",version:"2.1.99"},{name:"sass",hex:"F07EC",version:"2.0.46"},{name:"satellite",hex:"F0470",version:"1.5.54"},{name:"satellite-uplink",hex:"F0909",version:"2.3.50"},{name:"satellite-variant",hex:"F0471",version:"1.5.54"},{name:"sausage",hex:"F08BA",version:"2.2.43"},{name:"saw-blade",hex:"F0E61",version:"3.6.95"},{name:"sawtooth-wave",hex:"F147A",version:"5.2.45"},{name:"saxophone",hex:"F0609",version:"1.5.54"},{name:"scale",hex:"F0472",version:"1.5.54"},{name:"scale-balance",hex:"F05D1",version:"1.5.54"},{name:"scale-bathroom",hex:"F0473",version:"1.5.54"},{name:"scale-off",hex:"F105A",version:"4.1.95"},{name:"scan-helper",hex:"F13D8",version:"5.1.45"},{name:"scanner",hex:"F06AB",version:"1.7.12"},{name:"scanner-off",hex:"F090A",version:"2.3.50"},{name:"scatter-plot",hex:"F0EC9",version:"3.7.94"},{name:"scatter-plot-outline",hex:"F0ECA",version:"3.7.94"},{name:"school",hex:"F0474",version:"1.5.54"},{name:"school-outline",hex:"F1180",version:"4.4.95"},{name:"scissors-cutting",hex:"F0A6B",version:"2.6.95"},{name:"scooter",hex:"F15BD",version:"5.6.55"},{name:"scooter-electric",hex:"F15BE",version:"5.6.55"},{name:"scoreboard",hex:"F127E",version:"4.7.95"},{name:"scoreboard-outline",hex:"F127F",version:"4.7.95"},{name:"screen-rotation",hex:"F0475",version:"1.5.54"},{name:"screen-rotation-lock",hex:"F0478",version:"1.5.54"},{name:"screw-flat-top",hex:"F0DF3",version:"3.5.94"},{name:"screw-lag",hex:"F0DF4",version:"3.5.94"},{name:"screw-machine-flat-top",hex:"F0DF5",version:"3.5.94"},{name:"screw-machine-round-top",hex:"F0DF6",version:"3.5.94"},{name:"screw-round-top",hex:"F0DF7",version:"3.5.94"},{name:"screwdriver",hex:"F0476",version:"1.5.54"},{name:"script",hex:"F0BC1",version:"3.0.39"},{name:"script-outline",hex:"F0477",version:"1.5.54"},{name:"script-text",hex:"F0BC2",version:"3.0.39"},{name:"script-text-outline",hex:"F0BC3",version:"3.0.39"},{name:"sd",hex:"F0479",version:"1.5.54"},{name:"seal",hex:"F047A",version:"1.5.54"},{name:"seal-variant",hex:"F0FD9",version:"4.0.96"},{name:"search-web",hex:"F070F",version:"1.8.36"},{name:"seat",hex:"F0CC3",version:"3.2.89"},{name:"seat-flat",hex:"F047B",version:"1.5.54"},{name:"seat-flat-angled",hex:"F047C",version:"1.5.54"},{name:"seat-individual-suite",hex:"F047D",version:"1.5.54"},{name:"seat-legroom-extra",hex:"F047E",version:"1.5.54"},{name:"seat-legroom-normal",hex:"F047F",version:"1.5.54"},{name:"seat-legroom-reduced",hex:"F0480",version:"1.5.54"},{name:"seat-outline",hex:"F0CC4",version:"3.2.89"},{name:"seat-passenger",hex:"F1249",version:"4.6.95"},{name:"seat-recline-extra",hex:"F0481",version:"1.5.54"},{name:"seat-recline-normal",hex:"F0482",version:"1.5.54"},{name:"seatbelt",hex:"F0CC5",version:"3.2.89"},{name:"security",hex:"F0483",version:"1.5.54"},{name:"security-network",hex:"F0484",version:"1.5.54"},{name:"seed",hex:"F0E62",version:"3.6.95"},{name:"seed-off",hex:"F13FD",version:"5.1.45"},{name:"seed-off-outline",hex:"F13FE",version:"5.1.45"},{name:"seed-outline",hex:"F0E63",version:"3.6.95"},{name:"seesaw",hex:"F15A4",version:"5.5.55"},{name:"segment",hex:"F0ECB",version:"3.7.94"},{name:"select",hex:"F0485",version:"1.5.54"},{name:"select-all",hex:"F0486",version:"1.5.54"},{name:"select-color",hex:"F0D31",version:"3.3.92"},{name:"select-compare",hex:"F0AD9",version:"2.7.94"},{name:"select-drag",hex:"F0A6C",version:"2.6.95"},{name:"select-group",hex:"F0F82",version:"3.9.97"},{name:"select-inverse",hex:"F0487",version:"1.5.54"},{name:"select-marker",hex:"F1280",version:"4.7.95"},{name:"select-multiple",hex:"F1281",version:"4.7.95"},{name:"select-multiple-marker",hex:"F1282",version:"4.7.95"},{name:"select-off",hex:"F0488",version:"1.5.54"},{name:"select-place",hex:"F0FDA",version:"4.0.96"},{name:"select-search",hex:"F1204",version:"4.6.95"},{name:"selection",hex:"F0489",version:"1.5.54"},{name:"selection-drag",hex:"F0A6D",version:"2.6.95"},{name:"selection-ellipse",hex:"F0D32",version:"3.3.92"},{name:"selection-ellipse-arrow-inside",hex:"F0F22",version:"3.8.95"},{name:"selection-marker",hex:"F1283",version:"4.7.95"},{name:"selection-multiple",hex:"F1285",version:"4.7.95"},{name:"selection-multiple-marker",hex:"F1284",version:"4.7.95"},{name:"selection-off",hex:"F0777",version:"1.9.32"},{name:"selection-search",hex:"F1205",version:"4.6.95"},{name:"semantic-web",hex:"F1316",version:"4.8.95"},{name:"send",hex:"F048A",version:"1.5.54"},{name:"send-check",hex:"F1161",version:"4.4.95"},{name:"send-check-outline",hex:"F1162",version:"4.4.95"},{name:"send-circle",hex:"F0DF8",version:"3.5.94"},{name:"send-circle-outline",hex:"F0DF9",version:"3.5.94"},{name:"send-clock",hex:"F1163",version:"4.4.95"},{name:"send-clock-outline",hex:"F1164",version:"4.4.95"},{name:"send-lock",hex:"F07ED",version:"2.0.46"},{name:"send-lock-outline",hex:"F1166",version:"4.4.95"},{name:"send-outline",hex:"F1165",version:"4.4.95"},{name:"serial-port",hex:"F065C",version:"1.6.50"},{name:"server",hex:"F048B",version:"1.5.54"},{name:"server-minus",hex:"F048C",version:"1.5.54"},{name:"server-network",hex:"F048D",version:"1.5.54"},{name:"server-network-off",hex:"F048E",version:"1.5.54"},{name:"server-off",hex:"F048F",version:"1.5.54"},{name:"server-plus",hex:"F0490",version:"1.5.54"},{name:"server-remove",hex:"F0491",version:"1.5.54"},{name:"server-security",hex:"F0492",version:"1.5.54"},{name:"set-all",hex:"F0778",version:"1.9.32"},{name:"set-center",hex:"F0779",version:"1.9.32"},{name:"set-center-right",hex:"F077A",version:"1.9.32"},{name:"set-left",hex:"F077B",version:"1.9.32"},{name:"set-left-center",hex:"F077C",version:"1.9.32"},{name:"set-left-right",hex:"F077D",version:"1.9.32"},{name:"set-merge",hex:"F14E0",version:"5.3.45"},{name:"set-none",hex:"F077E",version:"1.9.32"},{name:"set-right",hex:"F077F",version:"1.9.32"},{name:"set-split",hex:"F14E1",version:"5.3.45"},{name:"set-square",hex:"F145D",version:"5.2.45"},{name:"set-top-box",hex:"F099F",version:"2.4.85"},{name:"settings-helper",hex:"F0A6E",version:"2.6.95"},{name:"shaker",hex:"F110E",version:"4.3.95"},{name:"shaker-outline",hex:"F110F",version:"4.3.95"},{name:"shape",hex:"F0831",version:"2.1.19"},{name:"shape-circle-plus",hex:"F065D",version:"1.6.50"},{name:"shape-outline",hex:"F0832",version:"2.1.19"},{name:"shape-oval-plus",hex:"F11FA",version:"4.6.95"},{name:"shape-plus",hex:"F0495",version:"1.5.54"},{name:"shape-polygon-plus",hex:"F065E",version:"1.6.50"},{name:"shape-rectangle-plus",hex:"F065F",version:"1.6.50"},{name:"shape-square-plus",hex:"F0660",version:"1.6.50"},{name:"shape-square-rounded-plus",hex:"F14FA",version:"5.4.55"},{name:"share",hex:"F0496",version:"1.5.54"},{name:"share-all",hex:"F11F4",version:"4.6.95"},{name:"share-all-outline",hex:"F11F5",version:"4.6.95"},{name:"share-circle",hex:"F11AD",version:"4.5.95"},{name:"share-off",hex:"F0F23",version:"3.8.95"},{name:"share-off-outline",hex:"F0F24",version:"3.8.95"},{name:"share-outline",hex:"F0932",version:"2.3.54"},{name:"share-variant",hex:"F0497",version:"1.5.54"},{name:"share-variant-outline",hex:"F1514",version:"5.4.55"},{name:"shark-fin",hex:"F1673",version:"5.7.55"},{name:"shark-fin-outline",hex:"F1674",version:"5.7.55"},{name:"sheep",hex:"F0CC6",version:"3.2.89"},{name:"shield",hex:"F0498",version:"1.5.54"},{name:"shield-account",hex:"F088F",version:"2.1.99"},{name:"shield-account-outline",hex:"F0A12",version:"2.5.94"},{name:"shield-account-variant",hex:"F15A7",version:"5.5.55"},{name:"shield-account-variant-outline",hex:"F15A8",version:"5.5.55"},{name:"shield-airplane",hex:"F06BB",version:"1.7.22"},{name:"shield-airplane-outline",hex:"F0CC7",version:"3.2.89"},{name:"shield-alert",hex:"F0ECC",version:"3.7.94"},{name:"shield-alert-outline",hex:"F0ECD",version:"3.7.94"},{name:"shield-bug",hex:"F13DA",version:"5.1.45"},{name:"shield-bug-outline",hex:"F13DB",version:"5.1.45"},{name:"shield-car",hex:"F0F83",version:"3.9.97"},{name:"shield-check",hex:"F0565",version:"1.5.54"},{name:"shield-check-outline",hex:"F0CC8",version:"3.2.89"},{name:"shield-cross",hex:"F0CC9",version:"3.2.89"},{name:"shield-cross-outline",hex:"F0CCA",version:"3.2.89"},{name:"shield-edit",hex:"F11A0",version:"4.5.95"},{name:"shield-edit-outline",hex:"F11A1",version:"4.5.95"},{name:"shield-half",hex:"F1360",version:"4.9.95"},{name:"shield-half-full",hex:"F0780",version:"1.9.32"},{name:"shield-home",hex:"F068A",version:"1.7.12"},{name:"shield-home-outline",hex:"F0CCB",version:"3.2.89"},{name:"shield-key",hex:"F0BC4",version:"3.0.39"},{name:"shield-key-outline",hex:"F0BC5",version:"3.0.39"},{name:"shield-link-variant",hex:"F0D33",version:"3.3.92"},{name:"shield-link-variant-outline",hex:"F0D34",version:"3.3.92"},{name:"shield-lock",hex:"F099D",version:"2.4.85"},{name:"shield-lock-outline",hex:"F0CCC",version:"3.2.89"},{name:"shield-off",hex:"F099E",version:"2.4.85"},{name:"shield-off-outline",hex:"F099C",version:"2.4.85"},{name:"shield-outline",hex:"F0499",version:"1.5.54"},{name:"shield-plus",hex:"F0ADA",version:"2.7.94"},{name:"shield-plus-outline",hex:"F0ADB",version:"2.7.94"},{name:"shield-refresh",hex:"F00AA",version:"1.5.54"},{name:"shield-refresh-outline",hex:"F01E0",version:"1.5.54"},{name:"shield-remove",hex:"F0ADC",version:"2.7.94"},{name:"shield-remove-outline",hex:"F0ADD",version:"2.7.94"},{name:"shield-search",hex:"F0D9A",version:"3.4.93"},{name:"shield-star",hex:"F113B",version:"4.4.95"},{name:"shield-star-outline",hex:"F113C",version:"4.4.95"},{name:"shield-sun",hex:"F105D",version:"4.1.95"},{name:"shield-sun-outline",hex:"F105E",version:"4.1.95"},{name:"shield-sync",hex:"F11A2",version:"4.5.95"},{name:"shield-sync-outline",hex:"F11A3",version:"4.5.95"},{name:"ship-wheel",hex:"F0833",version:"2.1.19"},{name:"shoe-ballet",hex:"F15CA",version:"5.6.55"},{name:"shoe-cleat",hex:"F15C7",version:"5.6.55"},{name:"shoe-formal",hex:"F0B47",version:"2.8.94"},{name:"shoe-heel",hex:"F0B48",version:"2.8.94"},{name:"shoe-print",hex:"F0DFA",version:"3.5.94"},{name:"shoe-sneaker",hex:"F15C8",version:"5.6.55"},{name:"shopping",hex:"F049A",version:"1.5.54"},{name:"shopping-music",hex:"F049B",version:"1.5.54"},{name:"shopping-outline",hex:"F11D5",version:"4.5.95"},{name:"shopping-search",hex:"F0F84",version:"3.9.97"},{name:"shore",hex:"F14F9",version:"5.4.55"},{name:"shovel",hex:"F0710",version:"1.8.36"},{name:"shovel-off",hex:"F0711",version:"1.8.36"},{name:"shower",hex:"F09A0",version:"2.4.85"},{name:"shower-head",hex:"F09A1",version:"2.4.85"},{name:"shredder",hex:"F049C",version:"1.5.54"},{name:"shuffle",hex:"F049D",version:"1.5.54"},{name:"shuffle-disabled",hex:"F049E",version:"1.5.54"},{name:"shuffle-variant",hex:"F049F",version:"1.5.54"},{name:"shuriken",hex:"F137F",version:"4.9.95"},{name:"sigma",hex:"F04A0",version:"1.5.54"},{name:"sigma-lower",hex:"F062B",version:"1.6.50"},{name:"sign-caution",hex:"F04A1",version:"1.5.54"},{name:"sign-direction",hex:"F0781",version:"1.9.32"},{name:"sign-direction-minus",hex:"F1000",version:"4.0.96"},{name:"sign-direction-plus",hex:"F0FDC",version:"4.0.96"},{name:"sign-direction-remove",hex:"F0FDD",version:"4.0.96"},{name:"sign-pole",hex:"F14F8",version:"5.4.55"},{name:"sign-real-estate",hex:"F1118",version:"4.3.95"},{name:"sign-text",hex:"F0782",version:"1.9.32"},{name:"signal",hex:"F04A2",version:"1.5.54"},{name:"signal-2g",hex:"F0712",version:"1.8.36"},{name:"signal-3g",hex:"F0713",version:"1.8.36"},{name:"signal-4g",hex:"F0714",version:"1.8.36"},{name:"signal-5g",hex:"F0A6F",version:"2.6.95"},{name:"signal-cellular-1",hex:"F08BC",version:"2.2.43"},{name:"signal-cellular-2",hex:"F08BD",version:"2.2.43"},{name:"signal-cellular-3",hex:"F08BE",version:"2.2.43"},{name:"signal-cellular-outline",hex:"F08BF",version:"2.2.43"},{name:"signal-distance-variant",hex:"F0E64",version:"3.6.95"},{name:"signal-hspa",hex:"F0715",version:"1.8.36"},{name:"signal-hspa-plus",hex:"F0716",version:"1.8.36"},{name:"signal-off",hex:"F0783",version:"1.9.32"},{name:"signal-variant",hex:"F060A",version:"1.5.54"},{name:"signature",hex:"F0DFB",version:"3.5.94"},{name:"signature-freehand",hex:"F0DFC",version:"3.5.94"},{name:"signature-image",hex:"F0DFD",version:"3.5.94"},{name:"signature-text",hex:"F0DFE",version:"3.5.94"},{name:"silo",hex:"F0B49",version:"2.8.94"},{name:"silverware",hex:"F04A3",version:"1.5.54"},{name:"silverware-clean",hex:"F0FDE",version:"4.0.96"},{name:"silverware-fork",hex:"F04A4",version:"1.5.54"},{name:"silverware-fork-knife",hex:"F0A70",version:"2.6.95"},{name:"silverware-spoon",hex:"F04A5",version:"1.5.54"},{name:"silverware-variant",hex:"F04A6",version:"1.5.54"},{name:"sim",hex:"F04A7",version:"1.5.54"},{name:"sim-alert",hex:"F04A8",version:"1.5.54"},{name:"sim-alert-outline",hex:"F15D3",version:"5.6.55"},{name:"sim-off",hex:"F04A9",version:"1.5.54"},{name:"sim-off-outline",hex:"F15D4",version:"5.6.55"},{name:"sim-outline",hex:"F15D5",version:"5.6.55"},{name:"simple-icons",hex:"F131D",version:"4.8.95"},{name:"sina-weibo",hex:"F0ADF",version:"2.7.94"},{name:"sine-wave",hex:"F095B",version:"2.4.85"},{name:"sitemap",hex:"F04AA",version:"1.5.54"},{name:"size-l",hex:"F13A6",version:"5.0.45"},{name:"size-m",hex:"F13A5",version:"5.0.45"},{name:"size-s",hex:"F13A4",version:"5.0.45"},{name:"size-xl",hex:"F13A7",version:"5.0.45"},{name:"size-xs",hex:"F13A3",version:"5.0.45"},{name:"size-xxl",hex:"F13A8",version:"5.0.45"},{name:"size-xxs",hex:"F13A2",version:"5.0.45"},{name:"size-xxxl",hex:"F13A9",version:"5.0.45"},{name:"skate",hex:"F0D35",version:"3.3.92"},{name:"skateboard",hex:"F14C2",version:"5.3.45"},{name:"skew-less",hex:"F0D36",version:"3.3.92"},{name:"skew-more",hex:"F0D37",version:"3.3.92"},{name:"ski",hex:"F1304",version:"4.8.95"},{name:"ski-cross-country",hex:"F1305",version:"4.8.95"},{name:"ski-water",hex:"F1306",version:"4.8.95"},{name:"skip-backward",hex:"F04AB",version:"1.5.54"},{name:"skip-backward-outline",hex:"F0F25",version:"3.8.95"},{name:"skip-forward",hex:"F04AC",version:"1.5.54"},{name:"skip-forward-outline",hex:"F0F26",version:"3.8.95"},{name:"skip-next",hex:"F04AD",version:"1.5.54"},{name:"skip-next-circle",hex:"F0661",version:"1.6.50"},{name:"skip-next-circle-outline",hex:"F0662",version:"1.6.50"},{name:"skip-next-outline",hex:"F0F27",version:"3.8.95"},{name:"skip-previous",hex:"F04AE",version:"1.5.54"},{name:"skip-previous-circle",hex:"F0663",version:"1.6.50"},{name:"skip-previous-circle-outline",hex:"F0664",version:"1.6.50"},{name:"skip-previous-outline",hex:"F0F28",version:"3.8.95"},{name:"skull",hex:"F068C",version:"1.7.12"},{name:"skull-crossbones",hex:"F0BC6",version:"3.0.39"},{name:"skull-crossbones-outline",hex:"F0BC7",version:"3.0.39"},{name:"skull-outline",hex:"F0BC8",version:"3.0.39"},{name:"skull-scan",hex:"F14C7",version:"5.3.45"},{name:"skull-scan-outline",hex:"F14C8",version:"5.3.45"},{name:"skype",hex:"F04AF",version:"1.5.54"},{name:"skype-business",hex:"F04B0",version:"1.5.54"},{name:"slack",hex:"F04B1",version:"1.5.54"},{name:"slash-forward",hex:"F0FDF",version:"4.0.96"},{name:"slash-forward-box",hex:"F0FE0",version:"4.0.96"},{name:"sleep",hex:"F04B2",version:"1.5.54"},{name:"sleep-off",hex:"F04B3",version:"1.5.54"},{name:"slide",hex:"F15A5",version:"5.5.55"},{name:"slope-downhill",hex:"F0DFF",version:"3.5.94"},{name:"slope-uphill",hex:"F0E00",version:"3.5.94"},{name:"slot-machine",hex:"F1114",version:"4.3.95"},{name:"slot-machine-outline",hex:"F1115",version:"4.3.95"},{name:"smart-card",hex:"F10BD",version:"4.2.95"},{name:"smart-card-outline",hex:"F10BE",version:"4.2.95"},{name:"smart-card-reader",hex:"F10BF",version:"4.2.95"},{name:"smart-card-reader-outline",hex:"F10C0",version:"4.2.95"},{name:"smog",hex:"F0A71",version:"2.6.95"},{name:"smoke-detector",hex:"F0392",version:"1.5.54"},{name:"smoking",hex:"F04B4",version:"1.5.54"},{name:"smoking-off",hex:"F04B5",version:"1.5.54"},{name:"smoking-pipe",hex:"F140D",version:"5.1.45"},{name:"smoking-pipe-off",hex:"F1428",version:"5.2.45"},{name:"snail",hex:"F1677",version:"5.7.55"},{name:"snake",hex:"F150E",version:"5.4.55"},{name:"snapchat",hex:"F04B6",version:"1.5.54"},{name:"snowboard",hex:"F1307",version:"4.8.95"},{name:"snowflake",hex:"F0717",version:"1.8.36"},{name:"snowflake-alert",hex:"F0F29",version:"3.8.95"},{name:"snowflake-melt",hex:"F12CB",version:"4.8.95"},{name:"snowflake-off",hex:"F14E3",version:"5.4.55"},{name:"snowflake-variant",hex:"F0F2A",version:"3.8.95"},{name:"snowman",hex:"F04B7",version:"1.5.54"},{name:"soccer",hex:"F04B8",version:"1.5.54"},{name:"soccer-field",hex:"F0834",version:"2.1.19"},{name:"social-distance-2-meters",hex:"F1579",version:"5.5.55"},{name:"social-distance-6-feet",hex:"F157A",version:"5.5.55"},{name:"sofa",hex:"F04B9",version:"1.5.54"},{name:"sofa-outline",hex:"F156D",version:"5.5.55"},{name:"sofa-single",hex:"F156E",version:"5.5.55"},{name:"sofa-single-outline",hex:"F156F",version:"5.5.55"},{name:"solar-panel",hex:"F0D9B",version:"3.4.93"},{name:"solar-panel-large",hex:"F0D9C",version:"3.4.93"},{name:"solar-power",hex:"F0A72",version:"2.6.95"},{name:"soldering-iron",hex:"F1092",version:"4.2.95"},{name:"solid",hex:"F068D",version:"1.7.12"},{name:"sony-playstation",hex:"F0414",version:"1.5.54"},{name:"sort",hex:"F04BA",version:"1.5.54"},{name:"sort-alphabetical-ascending",hex:"F05BD",version:"1.5.54"},{name:"sort-alphabetical-ascending-variant",hex:"F1148",version:"4.4.95"},{name:"sort-alphabetical-descending",hex:"F05BF",version:"1.5.54"},{name:"sort-alphabetical-descending-variant",hex:"F1149",version:"4.4.95"},{name:"sort-alphabetical-variant",hex:"F04BB",version:"1.5.54"},{name:"sort-ascending",hex:"F04BC",version:"1.5.54"},{name:"sort-bool-ascending",hex:"F1385",version:"5.0.45"},{name:"sort-bool-ascending-variant",hex:"F1386",version:"5.0.45"},{name:"sort-bool-descending",hex:"F1387",version:"5.0.45"},{name:"sort-bool-descending-variant",hex:"F1388",version:"5.0.45"},{name:"sort-calendar-ascending",hex:"F1547",version:"5.4.55"},{name:"sort-calendar-descending",hex:"F1548",version:"5.4.55"},{name:"sort-clock-ascending",hex:"F1549",version:"5.4.55"},{name:"sort-clock-ascending-outline",hex:"F154A",version:"5.4.55"},{name:"sort-clock-descending",hex:"F154B",version:"5.4.55"},{name:"sort-clock-descending-outline",hex:"F154C",version:"5.4.55"},{name:"sort-descending",hex:"F04BD",version:"1.5.54"},{name:"sort-numeric-ascending",hex:"F1389",version:"5.0.45"},{name:"sort-numeric-ascending-variant",hex:"F090D",version:"2.3.50"},{name:"sort-numeric-descending",hex:"F138A",version:"5.0.45"},{name:"sort-numeric-descending-variant",hex:"F0AD2",version:"2.7.94"},{name:"sort-numeric-variant",hex:"F04BE",version:"1.5.54"},{name:"sort-reverse-variant",hex:"F033C",version:"1.5.54"},{name:"sort-variant",hex:"F04BF",version:"1.5.54"},{name:"sort-variant-lock",hex:"F0CCD",version:"3.2.89"},{name:"sort-variant-lock-open",hex:"F0CCE",version:"3.2.89"},{name:"sort-variant-remove",hex:"F1147",version:"4.4.95"},{name:"soundcloud",hex:"F04C0",version:"1.5.54"},{name:"source-branch",hex:"F062C",version:"1.6.50"},{name:"source-branch-check",hex:"F14CF",version:"5.3.45"},{name:"source-branch-minus",hex:"F14CB",version:"5.3.45"},{name:"source-branch-plus",hex:"F14CA",version:"5.3.45"},{name:"source-branch-refresh",hex:"F14CD",version:"5.3.45"},{name:"source-branch-remove",hex:"F14CC",version:"5.3.45"},{name:"source-branch-sync",hex:"F14CE",version:"5.3.45"},{name:"source-commit",hex:"F0718",version:"1.8.36"},{name:"source-commit-end",hex:"F0719",version:"1.8.36"},{name:"source-commit-end-local",hex:"F071A",version:"1.8.36"},{name:"source-commit-local",hex:"F071B",version:"1.8.36"},{name:"source-commit-next-local",hex:"F071C",version:"1.8.36"},{name:"source-commit-start",hex:"F071D",version:"1.8.36"},{name:"source-commit-start-next-local",hex:"F071E",version:"1.8.36"},{name:"source-fork",hex:"F04C1",version:"1.5.54"},{name:"source-merge",hex:"F062D",version:"1.6.50"},{name:"source-pull",hex:"F04C2",version:"1.5.54"},{name:"source-repository",hex:"F0CCF",version:"3.2.89"},{name:"source-repository-multiple",hex:"F0CD0",version:"3.2.89"},{name:"soy-sauce",hex:"F07EE",version:"2.0.46"},{name:"soy-sauce-off",hex:"F13FC",version:"5.1.45"},{name:"spa",hex:"F0CD1",version:"3.2.89"},{name:"spa-outline",hex:"F0CD2",version:"3.2.89"},{name:"space-invaders",hex:"F0BC9",version:"3.0.39"},{name:"space-station",hex:"F1383",version:"4.9.95"},{name:"spade",hex:"F0E65",version:"3.6.95"},{name:"sparkles",hex:"F1545",version:"5.4.55"},{name:"speaker",hex:"F04C3",version:"1.5.54"},{name:"speaker-bluetooth",hex:"F09A2",version:"2.4.85"},{name:"speaker-multiple",hex:"F0D38",version:"3.3.92"},{name:"speaker-off",hex:"F04C4",version:"1.5.54"},{name:"speaker-wireless",hex:"F071F",version:"1.8.36"},{name:"speedometer",hex:"F04C5",version:"1.5.54"},{name:"speedometer-medium",hex:"F0F85",version:"3.9.97"},{name:"speedometer-slow",hex:"F0F86",version:"3.9.97"},{name:"spellcheck",hex:"F04C6",version:"1.5.54"},{name:"spider",hex:"F11EA",version:"4.5.95"},{name:"spider-thread",hex:"F11EB",version:"4.5.95"},{name:"spider-web",hex:"F0BCA",version:"3.0.39"},{name:"spirit-level",hex:"F14F1",version:"5.4.55"},{name:"spoon-sugar",hex:"F1429",version:"5.2.45"},{name:"spotify",hex:"F04C7",version:"1.5.54"},{name:"spotlight",hex:"F04C8",version:"1.5.54"},{name:"spotlight-beam",hex:"F04C9",version:"1.5.54"},{name:"spray",hex:"F0665",version:"1.6.50"},{name:"spray-bottle",hex:"F0AE0",version:"2.7.94"},{name:"sprinkler",hex:"F105F",version:"4.1.95"},{name:"sprinkler-variant",hex:"F1060",version:"4.1.95"},{name:"sprout",hex:"F0E66",version:"3.6.95"},{name:"sprout-outline",hex:"F0E67",version:"3.6.95"},{name:"square",hex:"F0764",version:"1.9.32"},{name:"square-circle",hex:"F1500",version:"5.4.55"},{name:"square-edit-outline",hex:"F090C",version:"2.3.50"},{name:"square-medium",hex:"F0A13",version:"2.5.94"},{name:"square-medium-outline",hex:"F0A14",version:"2.5.94"},{name:"square-off",hex:"F12EE",version:"4.8.95"},{name:"square-off-outline",hex:"F12EF",version:"4.8.95"},{name:"square-outline",hex:"F0763",version:"1.9.32"},{name:"square-root",hex:"F0784",version:"1.9.32"},{name:"square-root-box",hex:"F09A3",version:"2.4.85"},{name:"square-rounded",hex:"F14FB",version:"5.4.55"},{name:"square-rounded-outline",hex:"F14FC",version:"5.4.55"},{name:"square-small",hex:"F0A15",version:"2.5.94"},{name:"square-wave",hex:"F147B",version:"5.2.45"},{name:"squeegee",hex:"F0AE1",version:"2.7.94"},{name:"ssh",hex:"F08C0",version:"2.2.43"},{name:"stack-exchange",hex:"F060B",version:"1.5.54"},{name:"stack-overflow",hex:"F04CC",version:"1.5.54"},{name:"stackpath",hex:"F0359",version:"1.5.54"},{name:"stadium",hex:"F0FF9",version:"4.0.96"},{name:"stadium-variant",hex:"F0720",version:"1.8.36"},{name:"stairs",hex:"F04CD",version:"1.5.54"},{name:"stairs-box",hex:"F139E",version:"5.0.45"},{name:"stairs-down",hex:"F12BE",version:"4.8.95"},{name:"stairs-up",hex:"F12BD",version:"4.8.95"},{name:"stamper",hex:"F0D39",version:"3.3.92"},{name:"standard-definition",hex:"F07EF",version:"2.0.46"},{name:"star",hex:"F04CE",version:"1.5.54"},{name:"star-box",hex:"F0A73",version:"2.6.95"},{name:"star-box-multiple",hex:"F1286",version:"4.7.95"},{name:"star-box-multiple-outline",hex:"F1287",version:"4.7.95"},{name:"star-box-outline",hex:"F0A74",version:"2.6.95"},{name:"star-check",hex:"F1566",version:"5.5.55"},{name:"star-check-outline",hex:"F156A",version:"5.5.55"},{name:"star-circle",hex:"F04CF",version:"1.5.54"},{name:"star-circle-outline",hex:"F09A4",version:"2.4.85"},{name:"star-cog",hex:"F1668",version:"5.7.55"},{name:"star-cog-outline",hex:"F1669",version:"5.7.55"},{name:"star-face",hex:"F09A5",version:"2.4.85"},{name:"star-four-points",hex:"F0AE2",version:"2.7.94"},{name:"star-four-points-outline",hex:"F0AE3",version:"2.7.94"},{name:"star-half",hex:"F0246",version:"1.5.54"},{name:"star-half-full",hex:"F04D0",version:"1.5.54"},{name:"star-minus",hex:"F1564",version:"5.5.55"},{name:"star-minus-outline",hex:"F1568",version:"5.5.55"},{name:"star-off",hex:"F04D1",version:"1.5.54"},{name:"star-off-outline",hex:"F155B",version:"5.5.55"},{name:"star-outline",hex:"F04D2",version:"1.5.54"},{name:"star-plus",hex:"F1563",version:"5.5.55"},{name:"star-plus-outline",hex:"F1567",version:"5.5.55"},{name:"star-remove",hex:"F1565",version:"5.5.55"},{name:"star-remove-outline",hex:"F1569",version:"5.5.55"},{name:"star-settings",hex:"F166A",version:"5.7.55"},{name:"star-settings-outline",hex:"F166B",version:"5.7.55"},{name:"star-three-points",hex:"F0AE4",version:"2.7.94"},{name:"star-three-points-outline",hex:"F0AE5",version:"2.7.94"},{name:"state-machine",hex:"F11EF",version:"4.5.95"},{name:"steam",hex:"F04D3",version:"1.5.54"},{name:"steering",hex:"F04D4",version:"1.5.54"},{name:"steering-off",hex:"F090E",version:"2.3.50"},{name:"step-backward",hex:"F04D5",version:"1.5.54"},{name:"step-backward-2",hex:"F04D6",version:"1.5.54"},{name:"step-forward",hex:"F04D7",version:"1.5.54"},{name:"step-forward-2",hex:"F04D8",version:"1.5.54"},{name:"stethoscope",hex:"F04D9",version:"1.5.54"},{name:"sticker",hex:"F1364",version:"4.9.95"},{name:"sticker-alert",hex:"F1365",version:"4.9.95"},{name:"sticker-alert-outline",hex:"F1366",version:"4.9.95"},{name:"sticker-check",hex:"F1367",version:"4.9.95"},{name:"sticker-check-outline",hex:"F1368",version:"4.9.95"},{name:"sticker-circle-outline",hex:"F05D0",version:"1.5.54"},{name:"sticker-emoji",hex:"F0785",version:"1.9.32"},{name:"sticker-minus",hex:"F1369",version:"4.9.95"},{name:"sticker-minus-outline",hex:"F136A",version:"4.9.95"},{name:"sticker-outline",hex:"F136B",version:"4.9.95"},{name:"sticker-plus",hex:"F136C",version:"4.9.95"},{name:"sticker-plus-outline",hex:"F136D",version:"4.9.95"},{name:"sticker-remove",hex:"F136E",version:"4.9.95"},{name:"sticker-remove-outline",hex:"F136F",version:"4.9.95"},{name:"stocking",hex:"F04DA",version:"1.5.54"},{name:"stomach",hex:"F1093",version:"4.2.95"},{name:"stop",hex:"F04DB",version:"1.5.54"},{name:"stop-circle",hex:"F0666",version:"1.6.50"},{name:"stop-circle-outline",hex:"F0667",version:"1.6.50"},{name:"store",hex:"F04DC",version:"1.5.54"},{name:"store-24-hour",hex:"F04DD",version:"1.5.54"},{name:"store-minus",hex:"F165E",version:"5.7.55"},{name:"store-outline",hex:"F1361",version:"4.9.95"},{name:"store-plus",hex:"F165F",version:"5.7.55"},{name:"store-remove",hex:"F1660",version:"5.7.55"},{name:"storefront",hex:"F07C7",version:"2.0.46"},{name:"storefront-outline",hex:"F10C1",version:"4.2.95"},{name:"stove",hex:"F04DE",version:"1.5.54"},{name:"strategy",hex:"F11D6",version:"4.5.95"},{name:"stretch-to-page",hex:"F0F2B",version:"3.8.95"},{name:"stretch-to-page-outline",hex:"F0F2C",version:"3.8.95"},{name:"string-lights",hex:"F12BA",version:"4.7.95"},{name:"string-lights-off",hex:"F12BB",version:"4.7.95"},{name:"subdirectory-arrow-left",hex:"F060C",version:"1.5.54"},{name:"subdirectory-arrow-right",hex:"F060D",version:"1.5.54"},{name:"submarine",hex:"F156C",version:"5.5.55"},{name:"subtitles",hex:"F0A16",version:"2.5.94"},{name:"subtitles-outline",hex:"F0A17",version:"2.5.94"},{name:"subway",hex:"F06AC",version:"1.7.12"},{name:"subway-alert-variant",hex:"F0D9D",version:"3.4.93"},{name:"subway-variant",hex:"F04DF",version:"1.5.54"},{name:"summit",hex:"F0786",version:"1.9.32"},{name:"sunglasses",hex:"F04E0",version:"1.5.54"},{name:"surround-sound",hex:"F05C5",version:"1.5.54"},{name:"surround-sound-2-0",hex:"F07F0",version:"2.0.46"},{name:"surround-sound-3-1",hex:"F07F1",version:"2.0.46"},{name:"surround-sound-5-1",hex:"F07F2",version:"2.0.46"},{name:"surround-sound-7-1",hex:"F07F3",version:"2.0.46"},{name:"svg",hex:"F0721",version:"1.8.36"},{name:"swap-horizontal",hex:"F04E1",version:"1.5.54"},{name:"swap-horizontal-bold",hex:"F0BCD",version:"3.0.39"},{name:"swap-horizontal-circle",hex:"F0FE1",version:"4.0.96"},{name:"swap-horizontal-circle-outline",hex:"F0FE2",version:"4.0.96"},{name:"swap-horizontal-variant",hex:"F08C1",version:"2.2.43"},{name:"swap-vertical",hex:"F04E2",version:"1.5.54"},{name:"swap-vertical-bold",hex:"F0BCE",version:"3.0.39"},{name:"swap-vertical-circle",hex:"F0FE3",version:"4.0.96"},{name:"swap-vertical-circle-outline",hex:"F0FE4",version:"4.0.96"},{name:"swap-vertical-variant",hex:"F08C2",version:"2.2.43"},{name:"swim",hex:"F04E3",version:"1.5.54"},{name:"switch",hex:"F04E4",version:"1.5.54"},{name:"sword",hex:"F04E5",version:"1.5.54"},{name:"sword-cross",hex:"F0787",version:"1.9.32"},{name:"syllabary-hangul",hex:"F1333",version:"4.9.95"},{name:"syllabary-hiragana",hex:"F1334",version:"4.9.95"},{name:"syllabary-katakana",hex:"F1335",version:"4.9.95"},{name:"syllabary-katakana-halfwidth",hex:"F1336",version:"4.9.95"},{name:"symbol",hex:"F1501",version:"5.4.55"},{name:"symfony",hex:"F0AE6",version:"2.7.94"},{name:"sync",hex:"F04E6",version:"1.5.54"},{name:"sync-alert",hex:"F04E7",version:"1.5.54"},{name:"sync-circle",hex:"F1378",version:"4.9.95"},{name:"sync-off",hex:"F04E8",version:"1.5.54"},{name:"tab",hex:"F04E9",version:"1.5.54"},{name:"tab-minus",hex:"F0B4B",version:"2.8.94"},{name:"tab-plus",hex:"F075C",version:"1.9.32"},{name:"tab-remove",hex:"F0B4C",version:"2.8.94"},{name:"tab-unselected",hex:"F04EA",version:"1.5.54"},{name:"table",hex:"F04EB",version:"1.5.54"},{name:"table-account",hex:"F13B9",version:"5.1.45"},{name:"table-alert",hex:"F13BA",version:"5.1.45"},{name:"table-arrow-down",hex:"F13BB",version:"5.1.45"},{name:"table-arrow-left",hex:"F13BC",version:"5.1.45"},{name:"table-arrow-right",hex:"F13BD",version:"5.1.45"},{name:"table-arrow-up",hex:"F13BE",version:"5.1.45"},{name:"table-border",hex:"F0A18",version:"2.5.94"},{name:"table-cancel",hex:"F13BF",version:"5.1.45"},{name:"table-chair",hex:"F1061",version:"4.1.95"},{name:"table-check",hex:"F13C0",version:"5.1.45"},{name:"table-clock",hex:"F13C1",version:"5.1.45"},{name:"table-cog",hex:"F13C2",version:"5.1.45"},{name:"table-column",hex:"F0835",version:"2.1.19"},{name:"table-column-plus-after",hex:"F04EC",version:"1.5.54"},{name:"table-column-plus-before",hex:"F04ED",version:"1.5.54"},{name:"table-column-remove",hex:"F04EE",version:"1.5.54"},{name:"table-column-width",hex:"F04EF",version:"1.5.54"},{name:"table-edit",hex:"F04F0",version:"1.5.54"},{name:"table-eye",hex:"F1094",version:"4.2.95"},{name:"table-eye-off",hex:"F13C3",version:"5.1.45"},{name:"table-furniture",hex:"F05BC",version:"1.5.54"},{name:"table-headers-eye",hex:"F121D",version:"4.6.95"},{name:"table-headers-eye-off",hex:"F121E",version:"4.6.95"},{name:"table-heart",hex:"F13C4",version:"5.1.45"},{name:"table-key",hex:"F13C5",version:"5.1.45"},{name:"table-large",hex:"F04F1",version:"1.5.54"},{name:"table-large-plus",hex:"F0F87",version:"3.9.97"},{name:"table-large-remove",hex:"F0F88",version:"3.9.97"},{name:"table-lock",hex:"F13C6",version:"5.1.45"},{name:"table-merge-cells",hex:"F09A6",version:"2.4.85"},{name:"table-minus",hex:"F13C7",version:"5.1.45"},{name:"table-multiple",hex:"F13C8",version:"5.1.45"},{name:"table-network",hex:"F13C9",version:"5.1.45"},{name:"table-of-contents",hex:"F0836",version:"2.1.19"},{name:"table-off",hex:"F13CA",version:"5.1.45"},{name:"table-plus",hex:"F0A75",version:"2.6.95"},{name:"table-refresh",hex:"F13A0",version:"5.0.45"},{name:"table-remove",hex:"F0A76",version:"2.6.95"},{name:"table-row",hex:"F0837",version:"2.1.19"},{name:"table-row-height",hex:"F04F2",version:"1.5.54"},{name:"table-row-plus-after",hex:"F04F3",version:"1.5.54"},{name:"table-row-plus-before",hex:"F04F4",version:"1.5.54"},{name:"table-row-remove",hex:"F04F5",version:"1.5.54"},{name:"table-search",hex:"F090F",version:"2.3.50"},{name:"table-settings",hex:"F0838",version:"2.1.19"},{name:"table-split-cell",hex:"F142A",version:"5.2.45"},{name:"table-star",hex:"F13CB",version:"5.1.45"},{name:"table-sync",hex:"F13A1",version:"5.0.45"},{name:"table-tennis",hex:"F0E68",version:"3.6.95"},{name:"tablet",hex:"F04F6",version:"1.5.54"},{name:"tablet-android",hex:"F04F7",version:"1.5.54"},{name:"tablet-cellphone",hex:"F09A7",version:"2.4.85"},{name:"tablet-dashboard",hex:"F0ECE",version:"3.7.94"},{name:"tablet-ipad",hex:"F04F8",version:"1.5.54",deprecated:true},{name:"taco",hex:"F0762",version:"1.9.32"},{name:"tag",hex:"F04F9",version:"1.5.54"},{name:"tag-faces",hex:"F04FA",version:"1.5.54"},{name:"tag-heart",hex:"F068B",version:"1.7.12"},{name:"tag-heart-outline",hex:"F0BCF",version:"3.0.39"},{name:"tag-minus",hex:"F0910",version:"2.3.50"},{name:"tag-minus-outline",hex:"F121F",version:"4.6.95"},{name:"tag-multiple",hex:"F04FB",version:"1.5.54"},{name:"tag-multiple-outline",hex:"F12F7",version:"4.8.95"},{name:"tag-off",hex:"F1220",version:"4.6.95"},{name:"tag-off-outline",hex:"F1221",version:"4.6.95"},{name:"tag-outline",hex:"F04FC",version:"1.5.54"},{name:"tag-plus",hex:"F0722",version:"1.8.36"},{name:"tag-plus-outline",hex:"F1222",version:"4.6.95"},{name:"tag-remove",hex:"F0723",version:"1.8.36"},{name:"tag-remove-outline",hex:"F1223",version:"4.6.95"},{name:"tag-text",hex:"F1224",version:"4.6.95"},{name:"tag-text-outline",hex:"F04FD",version:"1.5.54"},{name:"tailwind",hex:"F13FF",version:"5.1.45"},{name:"tank",hex:"F0D3A",version:"3.3.92"},{name:"tanker-truck",hex:"F0FE5",version:"4.0.96"},{name:"tape-drive",hex:"F16DF",version:"5.8.55"},{name:"tape-measure",hex:"F0B4D",version:"2.8.94"},{name:"target",hex:"F04FE",version:"1.5.54"},{name:"target-account",hex:"F0BD0",version:"3.0.39"},{name:"target-variant",hex:"F0A77",version:"2.6.95"},{name:"taxi",hex:"F04FF",version:"1.5.54"},{name:"tea",hex:"F0D9E",version:"3.4.93"},{name:"tea-outline",hex:"F0D9F",version:"3.4.93"},{name:"teach",hex:"F0890",version:"2.1.99"},{name:"teamviewer",hex:"F0500",version:"1.5.54"},{name:"telegram",hex:"F0501",version:"1.5.54",deprecated:true},{name:"telescope",hex:"F0B4E",version:"2.8.94"},{name:"television",hex:"F0502",version:"1.5.54"},{name:"television-ambient-light",hex:"F1356",version:"4.9.95"},{name:"television-box",hex:"F0839",version:"2.1.19"},{name:"television-classic",hex:"F07F4",version:"2.0.46"},{name:"television-classic-off",hex:"F083A",version:"2.1.19"},{name:"television-clean",hex:"F1110",version:"4.3.95"},{name:"television-guide",hex:"F0503",version:"1.5.54"},{name:"television-off",hex:"F083B",version:"2.1.19"},{name:"television-pause",hex:"F0F89",version:"3.9.97"},{name:"television-play",hex:"F0ECF",version:"3.7.94"},{name:"television-stop",hex:"F0F8A",version:"3.9.97"},{name:"temperature-celsius",hex:"F0504",version:"1.5.54"},{name:"temperature-fahrenheit",hex:"F0505",version:"1.5.54"},{name:"temperature-kelvin",hex:"F0506",version:"1.5.54"},{name:"tennis",hex:"F0DA0",version:"3.4.93"},{name:"tennis-ball",hex:"F0507",version:"1.5.54"},{name:"tent",hex:"F0508",version:"1.5.54"},{name:"terraform",hex:"F1062",version:"4.1.95"},{name:"terrain",hex:"F0509",version:"1.5.54"},{name:"test-tube",hex:"F0668",version:"1.6.50"},{name:"test-tube-empty",hex:"F0911",version:"2.3.50"},{name:"test-tube-off",hex:"F0912",version:"2.3.50"},{name:"text",hex:"F09A8",version:"2.4.85"},{name:"text-account",hex:"F1570",version:"5.5.55"},{name:"text-box",hex:"F021A",version:"1.5.54"},{name:"text-box-check",hex:"F0EA6",version:"3.7.94"},{name:"text-box-check-outline",hex:"F0EA7",version:"3.7.94"},{name:"text-box-minus",hex:"F0EA8",version:"3.7.94"},{name:"text-box-minus-outline",hex:"F0EA9",version:"3.7.94"},{name:"text-box-multiple",hex:"F0AB7",version:"2.7.94"},{name:"text-box-multiple-outline",hex:"F0AB8",version:"2.7.94"},{name:"text-box-outline",hex:"F09ED",version:"2.5.94"},{name:"text-box-plus",hex:"F0EAA",version:"3.7.94"},{name:"text-box-plus-outline",hex:"F0EAB",version:"3.7.94"},{name:"text-box-remove",hex:"F0EAC",version:"3.7.94"},{name:"text-box-remove-outline",hex:"F0EAD",version:"3.7.94"},{name:"text-box-search",hex:"F0EAE",version:"3.7.94"},{name:"text-box-search-outline",hex:"F0EAF",version:"3.7.94"},{name:"text-recognition",hex:"F113D",version:"4.4.95"},{name:"text-search",hex:"F13B8",version:"5.1.45"},{name:"text-shadow",hex:"F0669",version:"1.6.50"},{name:"text-short",hex:"F09A9",version:"2.4.85"},{name:"text-subject",hex:"F09AA",version:"2.4.85"},{name:"text-to-speech",hex:"F050A",version:"1.5.54"},{name:"text-to-speech-off",hex:"F050B",version:"1.5.54"},{name:"texture",hex:"F050C",version:"1.5.54"},{name:"texture-box",hex:"F0FE6",version:"4.0.96"},{name:"theater",hex:"F050D",version:"1.5.54"},{name:"theme-light-dark",hex:"F050E",version:"1.5.54"},{name:"thermometer",hex:"F050F",version:"1.5.54"},{name:"thermometer-alert",hex:"F0E01",version:"3.5.94"},{name:"thermometer-chevron-down",hex:"F0E02",version:"3.5.94"},{name:"thermometer-chevron-up",hex:"F0E03",version:"3.5.94"},{name:"thermometer-high",hex:"F10C2",version:"4.2.95"},{name:"thermometer-lines",hex:"F0510",version:"1.5.54"},{name:"thermometer-low",hex:"F10C3",version:"4.2.95"},{name:"thermometer-minus",hex:"F0E04",version:"3.5.94"},{name:"thermometer-off",hex:"F1531",version:"5.4.55"},{name:"thermometer-plus",hex:"F0E05",version:"3.5.94"},{name:"thermostat",hex:"F0393",version:"1.5.54"},{name:"thermostat-box",hex:"F0891",version:"2.1.99"},{name:"thought-bubble",hex:"F07F6",version:"2.0.46"},{name:"thought-bubble-outline",hex:"F07F7",version:"2.0.46"},{name:"thumb-down",hex:"F0511",version:"1.5.54"},{name:"thumb-down-outline",hex:"F0512",version:"1.5.54"},{name:"thumb-up",hex:"F0513",version:"1.5.54"},{name:"thumb-up-outline",hex:"F0514",version:"1.5.54"},{name:"thumbs-up-down",hex:"F0515",version:"1.5.54"},{name:"ticket",hex:"F0516",version:"1.5.54"},{name:"ticket-account",hex:"F0517",version:"1.5.54"},{name:"ticket-confirmation",hex:"F0518",version:"1.5.54"},{name:"ticket-confirmation-outline",hex:"F13AA",version:"5.0.45"},{name:"ticket-outline",hex:"F0913",version:"2.3.50"},{name:"ticket-percent",hex:"F0724",version:"1.8.36"},{name:"ticket-percent-outline",hex:"F142B",version:"5.2.45"},{name:"tie",hex:"F0519",version:"1.5.54"},{name:"tilde",hex:"F0725",version:"1.8.36"},{name:"timelapse",hex:"F051A",version:"1.5.54"},{name:"timeline",hex:"F0BD1",version:"3.0.39"},{name:"timeline-alert",hex:"F0F95",version:"3.9.97"},{name:"timeline-alert-outline",hex:"F0F98",version:"3.9.97"},{name:"timeline-check",hex:"F1532",version:"5.4.55"},{name:"timeline-check-outline",hex:"F1533",version:"5.4.55"},{name:"timeline-clock",hex:"F11FB",version:"4.6.95"},{name:"timeline-clock-outline",hex:"F11FC",version:"4.6.95"},{name:"timeline-help",hex:"F0F99",version:"3.9.97"},{name:"timeline-help-outline",hex:"F0F9A",version:"3.9.97"},{name:"timeline-minus",hex:"F1534",version:"5.4.55"},{name:"timeline-minus-outline",hex:"F1535",version:"5.4.55"},{name:"timeline-outline",hex:"F0BD2",version:"3.0.39"},{name:"timeline-plus",hex:"F0F96",version:"3.9.97"},{name:"timeline-plus-outline",hex:"F0F97",version:"3.9.97"},{name:"timeline-remove",hex:"F1536",version:"5.4.55"},{name:"timeline-remove-outline",hex:"F1537",version:"5.4.55"},{name:"timeline-text",hex:"F0BD3",version:"3.0.39"},{name:"timeline-text-outline",hex:"F0BD4",version:"3.0.39"},{name:"timer",hex:"F13AB",version:"5.0.45"},{name:"timer-10",hex:"F051C",version:"1.5.54"},{name:"timer-3",hex:"F051D",version:"1.5.54"},{name:"timer-off",hex:"F13AC",version:"5.0.45"},{name:"timer-off-outline",hex:"F051E",version:"1.5.54"},{name:"timer-outline",hex:"F051B",version:"1.5.54"},{name:"timer-sand",hex:"F051F",version:"1.5.54"},{name:"timer-sand-empty",hex:"F06AD",version:"1.7.12"},{name:"timer-sand-full",hex:"F078C",version:"1.9.32"},{name:"timetable",hex:"F0520",version:"1.5.54"},{name:"toaster",hex:"F1063",version:"4.1.95"},{name:"toaster-off",hex:"F11B7",version:"4.5.95"},{name:"toaster-oven",hex:"F0CD3",version:"3.2.89"},{name:"toggle-switch",hex:"F0521",version:"1.5.54"},{name:"toggle-switch-off",hex:"F0522",version:"1.5.54"},{name:"toggle-switch-off-outline",hex:"F0A19",version:"2.5.94"},{name:"toggle-switch-outline",hex:"F0A1A",version:"2.5.94"},{name:"toilet",hex:"F09AB",version:"2.4.85"},{name:"toolbox",hex:"F09AC",version:"2.4.85"},{name:"toolbox-outline",hex:"F09AD",version:"2.4.85"},{name:"tools",hex:"F1064",version:"4.1.95"},{name:"tooltip",hex:"F0523",version:"1.5.54"},{name:"tooltip-account",hex:"F000C",version:"1.5.54"},{name:"tooltip-check",hex:"F155C",version:"5.5.55"},{name:"tooltip-check-outline",hex:"F155D",version:"5.5.55"},{name:"tooltip-edit",hex:"F0524",version:"1.5.54"},{name:"tooltip-edit-outline",hex:"F12C5",version:"4.8.95"},{name:"tooltip-image",hex:"F0525",version:"1.5.54"},{name:"tooltip-image-outline",hex:"F0BD5",version:"3.0.39"},{name:"tooltip-minus",hex:"F155E",version:"5.5.55"},{name:"tooltip-minus-outline",hex:"F155F",version:"5.5.55"},{name:"tooltip-outline",hex:"F0526",version:"1.5.54"},{name:"tooltip-plus",hex:"F0BD6",version:"3.0.39"},{name:"tooltip-plus-outline",hex:"F0527",version:"1.5.54"},{name:"tooltip-remove",hex:"F1560",version:"5.5.55"},{name:"tooltip-remove-outline",hex:"F1561",version:"5.5.55"},{name:"tooltip-text",hex:"F0528",version:"1.5.54"},{name:"tooltip-text-outline",hex:"F0BD7",version:"3.0.39"},{name:"tooth",hex:"F08C3",version:"2.2.43"},{name:"tooth-outline",hex:"F0529",version:"1.5.54"},{name:"toothbrush",hex:"F1129",version:"4.3.95"},{name:"toothbrush-electric",hex:"F112C",version:"4.4.95"},{name:"toothbrush-paste",hex:"F112A",version:"4.3.95"},{name:"torch",hex:"F1606",version:"5.6.55"},{name:"tortoise",hex:"F0D3B",version:"3.3.92"},{name:"toslink",hex:"F12B8",version:"4.7.95"},{name:"tournament",hex:"F09AE",version:"2.4.85"},{name:"tow-truck",hex:"F083C",version:"2.1.19"},{name:"tower-beach",hex:"F0681",version:"1.7.12"},{name:"tower-fire",hex:"F0682",version:"1.7.12"},{name:"toy-brick",hex:"F1288",version:"4.7.95"},{name:"toy-brick-marker",hex:"F1289",version:"4.7.95"},{name:"toy-brick-marker-outline",hex:"F128A",version:"4.7.95"},{name:"toy-brick-minus",hex:"F128B",version:"4.7.95"},{name:"toy-brick-minus-outline",hex:"F128C",version:"4.7.95"},{name:"toy-brick-outline",hex:"F128D",version:"4.7.95"},{name:"toy-brick-plus",hex:"F128E",version:"4.7.95"},{name:"toy-brick-plus-outline",hex:"F128F",version:"4.7.95"},{name:"toy-brick-remove",hex:"F1290",version:"4.7.95"},{name:"toy-brick-remove-outline",hex:"F1291",version:"4.7.95"},{name:"toy-brick-search",hex:"F1292",version:"4.7.95"},{name:"toy-brick-search-outline",hex:"F1293",version:"4.7.95"},{name:"track-light",hex:"F0914",version:"2.3.50"},{name:"trackpad",hex:"F07F8",version:"2.0.46"},{name:"trackpad-lock",hex:"F0933",version:"2.3.54"},{name:"tractor",hex:"F0892",version:"2.1.99"},{name:"tractor-variant",hex:"F14C4",version:"5.3.45"},{name:"trademark",hex:"F0A78",version:"2.6.95"},{name:"traffic-cone",hex:"F137C",version:"4.9.95"},{name:"traffic-light",hex:"F052B",version:"1.5.54"},{name:"train",hex:"F052C",version:"1.5.54"},{name:"train-car",hex:"F0BD8",version:"3.0.39"},{name:"train-variant",hex:"F08C4",version:"2.2.43"},{name:"tram",hex:"F052D",version:"1.5.54"},{name:"tram-side",hex:"F0FE7",version:"4.0.96"},{name:"transcribe",hex:"F052E",version:"1.5.54"},{name:"transcribe-close",hex:"F052F",version:"1.5.54"},{name:"transfer",hex:"F1065",version:"4.1.95"},{name:"transfer-down",hex:"F0DA1",version:"3.4.93"},{name:"transfer-left",hex:"F0DA2",version:"3.4.93"},{name:"transfer-right",hex:"F0530",version:"1.5.54"},{name:"transfer-up",hex:"F0DA3",version:"3.4.93"},{name:"transit-connection",hex:"F0D3C",version:"3.3.92"},{name:"transit-connection-horizontal",hex:"F1546",version:"5.4.55"},{name:"transit-connection-variant",hex:"F0D3D",version:"3.3.92"},{name:"transit-detour",hex:"F0F8B",version:"3.9.97"},{name:"transit-skip",hex:"F1515",version:"5.4.55"},{name:"transit-transfer",hex:"F06AE",version:"1.7.12"},{name:"transition",hex:"F0915",version:"2.3.50"},{name:"transition-masked",hex:"F0916",version:"2.3.50"},{name:"translate",hex:"F05CA",version:"1.5.54"},{name:"translate-off",hex:"F0E06",version:"3.5.94"},{name:"transmission-tower",hex:"F0D3E",version:"3.3.92"},{name:"trash-can",hex:"F0A79",version:"2.6.95"},{name:"trash-can-outline",hex:"F0A7A",version:"2.6.95"},{name:"tray",hex:"F1294",version:"4.7.95"},{name:"tray-alert",hex:"F1295",version:"4.7.95"},{name:"tray-full",hex:"F1296",version:"4.7.95"},{name:"tray-minus",hex:"F1297",version:"4.7.95"},{name:"tray-plus",hex:"F1298",version:"4.7.95"},{name:"tray-remove",hex:"F1299",version:"4.7.95"},{name:"treasure-chest",hex:"F0726",version:"1.8.36"},{name:"tree",hex:"F0531",version:"1.5.54"},{name:"tree-outline",hex:"F0E69",version:"3.6.95"},{name:"trello",hex:"F0532",version:"1.5.54"},{name:"trending-down",hex:"F0533",version:"1.5.54"},{name:"trending-neutral",hex:"F0534",version:"1.5.54"},{name:"trending-up",hex:"F0535",version:"1.5.54"},{name:"triangle",hex:"F0536",version:"1.5.54"},{name:"triangle-outline",hex:"F0537",version:"1.5.54"},{name:"triangle-wave",hex:"F147C",version:"5.2.45"},{name:"triforce",hex:"F0BD9",version:"3.0.39"},{name:"trophy",hex:"F0538",version:"1.5.54"},{name:"trophy-award",hex:"F0539",version:"1.5.54"},{name:"trophy-broken",hex:"F0DA4",version:"3.4.93"},{name:"trophy-outline",hex:"F053A",version:"1.5.54"},{name:"trophy-variant",hex:"F053B",version:"1.5.54"},{name:"trophy-variant-outline",hex:"F053C",version:"1.5.54"},{name:"truck",hex:"F053D",version:"1.5.54"},{name:"truck-check",hex:"F0CD4",version:"3.2.89"},{name:"truck-check-outline",hex:"F129A",version:"4.7.95"},{name:"truck-delivery",hex:"F053E",version:"1.5.54"},{name:"truck-delivery-outline",hex:"F129B",version:"4.7.95"},{name:"truck-fast",hex:"F0788",version:"1.9.32"},{name:"truck-fast-outline",hex:"F129C",version:"4.7.95"},{name:"truck-outline",hex:"F129D",version:"4.7.95"},{name:"truck-trailer",hex:"F0727",version:"1.8.36"},{name:"trumpet",hex:"F1096",version:"4.2.95"},{name:"tshirt-crew",hex:"F0A7B",version:"2.6.95"},{name:"tshirt-crew-outline",hex:"F053F",version:"1.5.54"},{name:"tshirt-v",hex:"F0A7C",version:"2.6.95"},{name:"tshirt-v-outline",hex:"F0540",version:"1.5.54"},{name:"tumble-dryer",hex:"F0917",version:"2.3.50"},{name:"tumble-dryer-alert",hex:"F11BA",version:"4.5.95"},{name:"tumble-dryer-off",hex:"F11BB",version:"4.5.95"},{name:"tune",hex:"F062E",version:"1.6.50"},{name:"tune-variant",hex:"F1542",version:"5.4.55"},{name:"tune-vertical",hex:"F066A",version:"1.6.50"},{name:"tune-vertical-variant",hex:"F1543",version:"5.4.55"},{name:"turnstile",hex:"F0CD5",version:"3.2.89"},{name:"turnstile-outline",hex:"F0CD6",version:"3.2.89"},{name:"turtle",hex:"F0CD7",version:"3.2.89"},{name:"twitch",hex:"F0543",version:"1.5.54"},{name:"twitter",hex:"F0544",version:"1.5.54"},{name:"twitter-retweet",hex:"F0547",version:"1.5.54"},{name:"two-factor-authentication",hex:"F09AF",version:"2.4.85"},{name:"typewriter",hex:"F0F2D",version:"3.8.95"},{name:"ubisoft",hex:"F0BDA",version:"3.0.39"},{name:"ubuntu",hex:"F0548",version:"1.5.54"},{name:"ufo",hex:"F10C4",version:"4.2.95"},{name:"ufo-outline",hex:"F10C5",version:"4.2.95"},{name:"ultra-high-definition",hex:"F07F9",version:"2.0.46"},{name:"umbraco",hex:"F0549",version:"1.5.54"},{name:"umbrella",hex:"F054A",version:"1.5.54"},{name:"umbrella-closed",hex:"F09B0",version:"2.4.85"},{name:"umbrella-closed-outline",hex:"F13E2",version:"5.1.45"},{name:"umbrella-closed-variant",hex:"F13E1",version:"5.1.45"},{name:"umbrella-outline",hex:"F054B",version:"1.5.54"},{name:"undo",hex:"F054C",version:"1.5.54"},{name:"undo-variant",hex:"F054D",version:"1.5.54"},{name:"unfold-less-horizontal",hex:"F054E",version:"1.5.54"},{name:"unfold-less-vertical",hex:"F0760",version:"1.9.32"},{name:"unfold-more-horizontal",hex:"F054F",version:"1.5.54"},{name:"unfold-more-vertical",hex:"F0761",version:"1.9.32"},{name:"ungroup",hex:"F0550",version:"1.5.54"},{name:"unicode",hex:"F0ED0",version:"3.7.94"},{name:"unicorn",hex:"F15C2",version:"5.6.55"},{name:"unicorn-variant",hex:"F15C3",version:"5.6.55"},{name:"unicycle",hex:"F15E5",version:"5.6.55"},{name:"unity",hex:"F06AF",version:"1.7.12"},{name:"unreal",hex:"F09B1",version:"2.4.85"},{name:"untappd",hex:"F0551",version:"1.5.54"},{name:"update",hex:"F06B0",version:"1.7.12"},{name:"upload",hex:"F0552",version:"1.5.54"},{name:"upload-lock",hex:"F1373",version:"4.9.95"},{name:"upload-lock-outline",hex:"F1374",version:"4.9.95"},{name:"upload-multiple",hex:"F083D",version:"2.1.19"},{name:"upload-network",hex:"F06F6",version:"1.8.36"},{name:"upload-network-outline",hex:"F0CD8",version:"3.2.89"},{name:"upload-off",hex:"F10C6",version:"4.2.95"},{name:"upload-off-outline",hex:"F10C7",version:"4.2.95"},{name:"upload-outline",hex:"F0E07",version:"3.5.94"},{name:"usb",hex:"F0553",version:"1.5.54"},{name:"usb-flash-drive",hex:"F129E",version:"4.7.95"},{name:"usb-flash-drive-outline",hex:"F129F",version:"4.7.95"},{name:"usb-port",hex:"F11F0",version:"4.5.95"},{name:"valve",hex:"F1066",version:"4.1.95"},{name:"valve-closed",hex:"F1067",version:"4.1.95"},{name:"valve-open",hex:"F1068",version:"4.1.95"},{name:"van-passenger",hex:"F07FA",version:"2.0.46"},{name:"van-utility",hex:"F07FB",version:"2.0.46"},{name:"vanish",hex:"F07FC",version:"2.0.46"},{name:"vanish-quarter",hex:"F1554",version:"5.5.55"},{name:"vanity-light",hex:"F11E1",version:"4.5.95"},{name:"variable",hex:"F0AE7",version:"2.7.94"},{name:"variable-box",hex:"F1111",version:"4.3.95"},{name:"vector-arrange-above",hex:"F0554",version:"1.5.54"},{name:"vector-arrange-below",hex:"F0555",version:"1.5.54"},{name:"vector-bezier",hex:"F0AE8",version:"2.7.94"},{name:"vector-circle",hex:"F0556",version:"1.5.54"},{name:"vector-circle-variant",hex:"F0557",version:"1.5.54"},{name:"vector-combine",hex:"F0558",version:"1.5.54"},{name:"vector-curve",hex:"F0559",version:"1.5.54"},{name:"vector-difference",hex:"F055A",version:"1.5.54"},{name:"vector-difference-ab",hex:"F055B",version:"1.5.54"},{name:"vector-difference-ba",hex:"F055C",version:"1.5.54"},{name:"vector-ellipse",hex:"F0893",version:"2.1.99"},{name:"vector-intersection",hex:"F055D",version:"1.5.54"},{name:"vector-line",hex:"F055E",version:"1.5.54"},{name:"vector-link",hex:"F0FE8",version:"4.0.96"},{name:"vector-point",hex:"F055F",version:"1.5.54"},{name:"vector-polygon",hex:"F0560",version:"1.5.54"},{name:"vector-polyline",hex:"F0561",version:"1.5.54"},{name:"vector-polyline-edit",hex:"F1225",version:"4.6.95"},{name:"vector-polyline-minus",hex:"F1226",version:"4.6.95"},{name:"vector-polyline-plus",hex:"F1227",version:"4.6.95"},{name:"vector-polyline-remove",hex:"F1228",version:"4.6.95"},{name:"vector-radius",hex:"F074A",version:"1.9.32"},{name:"vector-rectangle",hex:"F05C6",version:"1.5.54"},{name:"vector-selection",hex:"F0562",version:"1.5.54"},{name:"vector-square",hex:"F0001",version:"1.5.54"},{name:"vector-triangle",hex:"F0563",version:"1.5.54"},{name:"vector-union",hex:"F0564",version:"1.5.54"},{name:"vhs",hex:"F0A1B",version:"2.5.94"},{name:"vibrate",hex:"F0566",version:"1.5.54"},{name:"vibrate-off",hex:"F0CD9",version:"3.2.89"},{name:"video",hex:"F0567",version:"1.5.54"},{name:"video-3d",hex:"F07FD",version:"2.0.46"},{name:"video-3d-off",hex:"F13D9",version:"5.1.45"},{name:"video-3d-variant",hex:"F0ED1",version:"3.7.94"},{name:"video-4k-box",hex:"F083E",version:"2.1.19"},{name:"video-account",hex:"F0919",version:"2.3.50"},{name:"video-box",hex:"F00FD",version:"1.5.54"},{name:"video-box-off",hex:"F00FE",version:"1.5.54"},{name:"video-check",hex:"F1069",version:"4.1.95"},{name:"video-check-outline",hex:"F106A",version:"4.1.95"},{name:"video-high-definition",hex:"F152E",version:"5.4.55"},{name:"video-image",hex:"F091A",version:"2.3.50"},{name:"video-input-antenna",hex:"F083F",version:"2.1.19"},{name:"video-input-component",hex:"F0840",version:"2.1.19"},{name:"video-input-hdmi",hex:"F0841",version:"2.1.19"},{name:"video-input-scart",hex:"F0F8C",version:"3.9.97"},{name:"video-input-svideo",hex:"F0842",version:"2.1.19"},{name:"video-minus",hex:"F09B2",version:"2.4.85"},{name:"video-minus-outline",hex:"F02BA",version:"1.5.54"},{name:"video-off",hex:"F0568",version:"1.5.54"},{name:"video-off-outline",hex:"F0BDB",version:"3.0.39"},{name:"video-outline",hex:"F0BDC",version:"3.0.39"},{name:"video-plus",hex:"F09B3",version:"2.4.85"},{name:"video-plus-outline",hex:"F01D3",version:"1.5.54"},{name:"video-stabilization",hex:"F091B",version:"2.3.50"},{name:"video-switch",hex:"F0569",version:"1.5.54"},{name:"video-switch-outline",hex:"F0790",version:"2.0.46"},{name:"video-vintage",hex:"F0A1C",version:"2.5.94"},{name:"video-wireless",hex:"F0ED2",version:"3.7.94"},{name:"video-wireless-outline",hex:"F0ED3",version:"3.7.94"},{name:"view-agenda",hex:"F056A",version:"1.5.54"},{name:"view-agenda-outline",hex:"F11D8",version:"4.5.95"},{name:"view-array",hex:"F056B",version:"1.5.54"},{name:"view-array-outline",hex:"F1485",version:"5.3.45"},{name:"view-carousel",hex:"F056C",version:"1.5.54"},{name:"view-carousel-outline",hex:"F1486",version:"5.3.45"},{name:"view-column",hex:"F056D",version:"1.5.54"},{name:"view-column-outline",hex:"F1487",version:"5.3.45"},{name:"view-comfy",hex:"F0E6A",version:"3.6.95"},{name:"view-comfy-outline",hex:"F1488",version:"5.3.45"},{name:"view-compact",hex:"F0E6B",version:"3.6.95"},{name:"view-compact-outline",hex:"F0E6C",version:"3.6.95"},{name:"view-dashboard",hex:"F056E",version:"1.5.54"},{name:"view-dashboard-outline",hex:"F0A1D",version:"2.5.94"},{name:"view-dashboard-variant",hex:"F0843",version:"2.1.19"},{name:"view-dashboard-variant-outline",hex:"F1489",version:"5.3.45"},{name:"view-day",hex:"F056F",version:"1.5.54"},{name:"view-day-outline",hex:"F148A",version:"5.3.45"},{name:"view-grid",hex:"F0570",version:"1.5.54"},{name:"view-grid-outline",hex:"F11D9",version:"4.5.95"},{name:"view-grid-plus",hex:"F0F8D",version:"3.9.97"},{name:"view-grid-plus-outline",hex:"F11DA",version:"4.5.95"},{name:"view-headline",hex:"F0571",version:"1.5.54"},{name:"view-list",hex:"F0572",version:"1.5.54"},{name:"view-list-outline",hex:"F148B",version:"5.3.45"},{name:"view-module",hex:"F0573",version:"1.5.54"},{name:"view-module-outline",hex:"F148C",version:"5.3.45"},{name:"view-parallel",hex:"F0728",version:"1.8.36"},{name:"view-parallel-outline",hex:"F148D",version:"5.3.45"},{name:"view-quilt",hex:"F0574",version:"1.5.54"},{name:"view-quilt-outline",hex:"F148E",version:"5.3.45"},{name:"view-sequential",hex:"F0729",version:"1.8.36"},{name:"view-sequential-outline",hex:"F148F",version:"5.3.45"},{name:"view-split-horizontal",hex:"F0BCB",version:"3.0.39"},{name:"view-split-vertical",hex:"F0BCC",version:"3.0.39"},{name:"view-stream",hex:"F0575",version:"1.5.54"},{name:"view-stream-outline",hex:"F1490",version:"5.3.45"},{name:"view-week",hex:"F0576",version:"1.5.54"},{name:"view-week-outline",hex:"F1491",version:"5.3.45"},{name:"vimeo",hex:"F0577",version:"1.5.54"},{name:"violin",hex:"F060F",version:"1.5.54"},{name:"virtual-reality",hex:"F0894",version:"2.1.99"},{name:"virus",hex:"F13B6",version:"5.1.45"},{name:"virus-outline",hex:"F13B7",version:"5.1.45"},{name:"vk",hex:"F0579",version:"1.5.54"},{name:"vlc",hex:"F057C",version:"1.5.54"},{name:"voice-off",hex:"F0ED4",version:"3.7.95"},{name:"voicemail",hex:"F057D",version:"1.5.54"},{name:"volleyball",hex:"F09B4",version:"2.4.85"},{name:"volume-high",hex:"F057E",version:"1.5.54"},{name:"volume-low",hex:"F057F",version:"1.5.54"},{name:"volume-medium",hex:"F0580",version:"1.5.54"},{name:"volume-minus",hex:"F075E",version:"1.9.32"},{name:"volume-mute",hex:"F075F",version:"1.9.32"},{name:"volume-off",hex:"F0581",version:"1.5.54"},{name:"volume-plus",hex:"F075D",version:"1.9.32"},{name:"volume-source",hex:"F1120",version:"4.3.95"},{name:"volume-variant-off",hex:"F0E08",version:"3.5.94"},{name:"volume-vibrate",hex:"F1121",version:"4.3.95"},{name:"vote",hex:"F0A1F",version:"2.5.94"},{name:"vote-outline",hex:"F0A20",version:"2.5.94"},{name:"vpn",hex:"F0582",version:"1.5.54"},{name:"vuejs",hex:"F0844",version:"2.1.19"},{name:"vuetify",hex:"F0E6D",version:"3.6.95"},{name:"walk",hex:"F0583",version:"1.5.54"},{name:"wall",hex:"F07FE",version:"2.0.46"},{name:"wall-sconce",hex:"F091C",version:"2.3.50"},{name:"wall-sconce-flat",hex:"F091D",version:"2.3.50"},{name:"wall-sconce-flat-variant",hex:"F041C",version:"1.5.54"},{name:"wall-sconce-round",hex:"F0748",version:"1.9.32"},{name:"wall-sconce-round-variant",hex:"F091E",version:"2.3.50"},{name:"wallet",hex:"F0584",version:"1.5.54"},{name:"wallet-giftcard",hex:"F0585",version:"1.5.54"},{name:"wallet-membership",hex:"F0586",version:"1.5.54"},{name:"wallet-outline",hex:"F0BDD",version:"3.0.39"},{name:"wallet-plus",hex:"F0F8E",version:"3.9.97"},{name:"wallet-plus-outline",hex:"F0F8F",version:"3.9.97"},{name:"wallet-travel",hex:"F0587",version:"1.5.54"},{name:"wallpaper",hex:"F0E09",version:"3.5.94"},{name:"wan",hex:"F0588",version:"1.5.54"},{name:"wardrobe",hex:"F0F90",version:"3.9.97"},{name:"wardrobe-outline",hex:"F0F91",version:"3.9.97"},{name:"warehouse",hex:"F0F81",version:"3.9.97"},{name:"washing-machine",hex:"F072A",version:"1.8.36"},{name:"washing-machine-alert",hex:"F11BC",version:"4.5.95"},{name:"washing-machine-off",hex:"F11BD",version:"4.5.95"},{name:"watch",hex:"F0589",version:"1.5.54"},{name:"watch-export",hex:"F058A",version:"1.5.54"},{name:"watch-export-variant",hex:"F0895",version:"2.1.99"},{name:"watch-import",hex:"F058B",version:"1.5.54"},{name:"watch-import-variant",hex:"F0896",version:"2.1.99"},{name:"watch-variant",hex:"F0897",version:"2.1.99"},{name:"watch-vibrate",hex:"F06B1",version:"1.7.12"},{name:"watch-vibrate-off",hex:"F0CDA",version:"3.2.89"},{name:"water",hex:"F058C",version:"1.5.54"},{name:"water-alert",hex:"F1502",version:"5.4.55"},{name:"water-alert-outline",hex:"F1503",version:"5.4.55"},{name:"water-boiler",hex:"F0F92",version:"3.9.97"},{name:"water-boiler-alert",hex:"F11B3",version:"4.5.95"},{name:"water-boiler-off",hex:"F11B4",version:"4.5.95"},{name:"water-check",hex:"F1504",version:"5.4.55"},{name:"water-check-outline",hex:"F1505",version:"5.4.55"},{name:"water-minus",hex:"F1506",version:"5.4.55"},{name:"water-minus-outline",hex:"F1507",version:"5.4.55"},{name:"water-off",hex:"F058D",version:"1.5.54"},{name:"water-off-outline",hex:"F1508",version:"5.4.55"},{name:"water-outline",hex:"F0E0A",version:"3.5.94"},{name:"water-percent",hex:"F058E",version:"1.5.54"},{name:"water-percent-alert",hex:"F1509",version:"5.4.55"},{name:"water-plus",hex:"F150A",version:"5.4.55"},{name:"water-plus-outline",hex:"F150B",version:"5.4.55"},{name:"water-polo",hex:"F12A0",version:"4.7.95"},{name:"water-pump",hex:"F058F",version:"1.5.54"},{name:"water-pump-off",hex:"F0F93",version:"3.9.97"},{name:"water-remove",hex:"F150C",version:"5.4.55"},{name:"water-remove-outline",hex:"F150D",version:"5.4.55"},{name:"water-well",hex:"F106B",version:"4.1.95"},{name:"water-well-outline",hex:"F106C",version:"4.1.95"},{name:"watering-can",hex:"F1481",version:"5.3.45"},{name:"watering-can-outline",hex:"F1482",version:"5.3.45"},{name:"watermark",hex:"F0612",version:"1.5.54"},{name:"wave",hex:"F0F2E",version:"3.8.95"},{name:"waveform",hex:"F147D",version:"5.2.45"},{name:"waves",hex:"F078D",version:"1.9.32"},{name:"waze",hex:"F0BDE",version:"3.0.39"},{name:"weather-cloudy",hex:"F0590",version:"1.5.54"},{name:"weather-cloudy-alert",hex:"F0F2F",version:"3.8.95"},{name:"weather-cloudy-arrow-right",hex:"F0E6E",version:"3.6.95"},{name:"weather-fog",hex:"F0591",version:"1.5.54"},{name:"weather-hail",hex:"F0592",version:"1.5.54"},{name:"weather-hazy",hex:"F0F30",version:"3.8.95"},{name:"weather-hurricane",hex:"F0898",version:"2.1.99"},{name:"weather-lightning",hex:"F0593",version:"1.5.54"},{name:"weather-lightning-rainy",hex:"F067E",version:"1.7.12"},{name:"weather-night",hex:"F0594",version:"1.5.54"},{name:"weather-night-partly-cloudy",hex:"F0F31",version:"3.8.95"},{name:"weather-partly-cloudy",hex:"F0595",version:"1.5.54"},{name:"weather-partly-lightning",hex:"F0F32",version:"3.8.95"},{name:"weather-partly-rainy",hex:"F0F33",version:"3.8.95"},{name:"weather-partly-snowy",hex:"F0F34",version:"3.8.95"},{name:"weather-partly-snowy-rainy",hex:"F0F35",version:"3.8.95"},{name:"weather-pouring",hex:"F0596",version:"1.5.54"},{name:"weather-rainy",hex:"F0597",version:"1.5.54"},{name:"weather-snowy",hex:"F0598",version:"1.5.54"},{name:"weather-snowy-heavy",hex:"F0F36",version:"3.8.95"},{name:"weather-snowy-rainy",hex:"F067F",version:"1.7.12"},{name:"weather-sunny",hex:"F0599",version:"1.5.54"},{name:"weather-sunny-alert",hex:"F0F37",version:"3.8.95"},{name:"weather-sunny-off",hex:"F14E4",version:"5.4.55"},{name:"weather-sunset",hex:"F059A",version:"1.5.54"},{name:"weather-sunset-down",hex:"F059B",version:"1.5.54"},{name:"weather-sunset-up",hex:"F059C",version:"1.5.54"},{name:"weather-tornado",hex:"F0F38",version:"3.8.95"},{name:"weather-windy",hex:"F059D",version:"1.5.54"},{name:"weather-windy-variant",hex:"F059E",version:"1.5.54"},{name:"web",hex:"F059F",version:"1.5.54"},{name:"web-box",hex:"F0F94",version:"3.9.97"},{name:"web-clock",hex:"F124A",version:"4.6.95"},{name:"webcam",hex:"F05A0",version:"1.5.54"},{name:"webhook",hex:"F062F",version:"1.6.50"},{name:"webpack",hex:"F072B",version:"1.8.36"},{name:"webrtc",hex:"F1248",version:"4.6.95"},{name:"wechat",hex:"F0611",version:"1.5.54"},{name:"weight",hex:"F05A1",version:"1.5.54"},{name:"weight-gram",hex:"F0D3F",version:"3.3.92"},{name:"weight-kilogram",hex:"F05A2",version:"1.5.54"},{name:"weight-lifter",hex:"F115D",version:"4.4.95"},{name:"weight-pound",hex:"F09B5",version:"2.4.85"},{name:"whatsapp",hex:"F05A3",version:"1.5.54"},{name:"wheel-barrow",hex:"F14F2",version:"5.4.55"},{name:"wheelchair-accessibility",hex:"F05A4",version:"1.5.54"},{name:"whistle",hex:"F09B6",version:"2.4.85"},{name:"whistle-outline",hex:"F12BC",version:"4.8.95"},{name:"white-balance-auto",hex:"F05A5",version:"1.5.54"},{name:"white-balance-incandescent",hex:"F05A6",version:"1.5.54"},{name:"white-balance-iridescent",hex:"F05A7",version:"1.5.54"},{name:"white-balance-sunny",hex:"F05A8",version:"1.5.54"},{name:"widgets",hex:"F072C",version:"1.8.36"},{name:"widgets-outline",hex:"F1355",version:"4.9.95"},{name:"wifi",hex:"F05A9",version:"1.5.54"},{name:"wifi-alert",hex:"F16B5",version:"5.8.55"},{name:"wifi-arrow-down",hex:"F16B6",version:"5.8.55"},{name:"wifi-arrow-left",hex:"F16B7",version:"5.8.55"},{name:"wifi-arrow-left-right",hex:"F16B8",version:"5.8.55"},{name:"wifi-arrow-right",hex:"F16B9",version:"5.8.55"},{name:"wifi-arrow-up",hex:"F16BA",version:"5.8.55"},{name:"wifi-arrow-up-down",hex:"F16BB",version:"5.8.55"},{name:"wifi-cancel",hex:"F16BC",version:"5.8.55"},{name:"wifi-check",hex:"F16BD",version:"5.8.55"},{name:"wifi-cog",hex:"F16BE",version:"5.8.55"},{name:"wifi-lock",hex:"F16BF",version:"5.8.55"},{name:"wifi-lock-open",hex:"F16C0",version:"5.8.55"},{name:"wifi-marker",hex:"F16C1",version:"5.8.55"},{name:"wifi-minus",hex:"F16C2",version:"5.8.55"},{name:"wifi-off",hex:"F05AA",version:"1.5.54"},{name:"wifi-plus",hex:"F16C3",version:"5.8.55"},{name:"wifi-refresh",hex:"F16C4",version:"5.8.55"},{name:"wifi-remove",hex:"F16C5",version:"5.8.55"},{name:"wifi-settings",hex:"F16C6",version:"5.8.55"},{name:"wifi-star",hex:"F0E0B",version:"3.5.94"},{name:"wifi-strength-1",hex:"F091F",version:"2.3.50"},{name:"wifi-strength-1-alert",hex:"F0920",version:"2.3.50"},{name:"wifi-strength-1-lock",hex:"F0921",version:"2.3.50"},{name:"wifi-strength-1-lock-open",hex:"F16CB",version:"5.8.55"},{name:"wifi-strength-2",hex:"F0922",version:"2.3.50"},{name:"wifi-strength-2-alert",hex:"F0923",version:"2.3.50"},{name:"wifi-strength-2-lock",hex:"F0924",version:"2.3.50"},{name:"wifi-strength-2-lock-open",hex:"F16CC",version:"5.8.55"},{name:"wifi-strength-3",hex:"F0925",version:"2.3.50"},{name:"wifi-strength-3-alert",hex:"F0926",version:"2.3.50"},{name:"wifi-strength-3-lock",hex:"F0927",version:"2.3.50"},{name:"wifi-strength-3-lock-open",hex:"F16CD",version:"5.8.55"},{name:"wifi-strength-4",hex:"F0928",version:"2.3.50"},{name:"wifi-strength-4-alert",hex:"F0929",version:"2.3.50"},{name:"wifi-strength-4-lock",hex:"F092A",version:"2.3.50"},{name:"wifi-strength-4-lock-open",hex:"F16CE",version:"5.8.55"},{name:"wifi-strength-alert-outline",hex:"F092B",version:"2.3.50"},{name:"wifi-strength-lock-open-outline",hex:"F16CF",version:"5.8.55"},{name:"wifi-strength-lock-outline",hex:"F092C",version:"2.3.50"},{name:"wifi-strength-off",hex:"F092D",version:"2.3.50"},{name:"wifi-strength-off-outline",hex:"F092E",version:"2.3.50"},{name:"wifi-strength-outline",hex:"F092F",version:"2.3.50"},{name:"wifi-sync",hex:"F16C7",version:"5.8.55"},{name:"wikipedia",hex:"F05AC",version:"1.5.54"},{name:"wind-turbine",hex:"F0DA5",version:"3.4.93"},{name:"window-close",hex:"F05AD",version:"1.5.54"},{name:"window-closed",hex:"F05AE",version:"1.5.54"},{name:"window-closed-variant",hex:"F11DB",version:"4.5.95"},{name:"window-maximize",hex:"F05AF",version:"1.5.54"},{name:"window-minimize",hex:"F05B0",version:"1.5.54"},{name:"window-open",hex:"F05B1",version:"1.5.54"},{name:"window-open-variant",hex:"F11DC",version:"4.5.95"},{name:"window-restore",hex:"F05B2",version:"1.5.54"},{name:"window-shutter",hex:"F111C",version:"4.3.95"},{name:"window-shutter-alert",hex:"F111D",version:"4.3.95"},{name:"window-shutter-open",hex:"F111E",version:"4.3.95"},{name:"windsock",hex:"F15FA",version:"5.6.55"},{name:"wiper",hex:"F0AE9",version:"2.7.94"},{name:"wiper-wash",hex:"F0DA6",version:"3.4.93"},{name:"wizard-hat",hex:"F1477",version:"5.2.45"},{name:"wordpress",hex:"F05B4",version:"1.5.54"},{name:"wrap",hex:"F05B6",version:"1.5.54"},{name:"wrap-disabled",hex:"F0BDF",version:"3.0.39"},{name:"wrench",hex:"F05B7",version:"1.5.54"},{name:"wrench-outline",hex:"F0BE0",version:"3.0.39"},{name:"xamarin",hex:"F0845",version:"2.1.19"},{name:"xamarin-outline",hex:"F0846",version:"2.1.19"},{name:"xing",hex:"F05BE",version:"1.5.54"},{name:"xml",hex:"F05C0",version:"1.5.54"},{name:"xmpp",hex:"F07FF",version:"2.0.46"},{name:"y-combinator",hex:"F0624",version:"1.6.50"},{name:"yahoo",hex:"F0B4F",version:"2.8.94"},{name:"yeast",hex:"F05C1",version:"1.5.54"},{name:"yin-yang",hex:"F0680",version:"1.7.12"},{name:"yoga",hex:"F117C",version:"4.4.95"},{name:"youtube",hex:"F05C3",version:"1.5.54"},{name:"youtube-gaming",hex:"F0848",version:"2.1.19"},{name:"youtube-studio",hex:"F0847",version:"2.1.19"},{name:"youtube-subscription",hex:"F0D40",version:"3.3.92"},{name:"youtube-tv",hex:"F0448",version:"1.5.54"},{name:"yurt",hex:"F1516",version:"5.4.55"},{name:"z-wave",hex:"F0AEA",version:"2.7.94"},{name:"zend",hex:"F0AEB",version:"2.7.94"},{name:"zigbee",hex:"F0D41",version:"3.3.92"},{name:"zip-box",hex:"F05C4",version:"1.5.54"},{name:"zip-box-outline",hex:"F0FFA",version:"4.0.96"},{name:"zip-disk",hex:"F0A23",version:"2.5.94"},{name:"zodiac-aquarius",hex:"F0A7D",version:"2.6.95"},{name:"zodiac-aries",hex:"F0A7E",version:"2.6.95"},{name:"zodiac-cancer",hex:"F0A7F",version:"2.6.95"},{name:"zodiac-capricorn",hex:"F0A80",version:"2.6.95"},{name:"zodiac-gemini",hex:"F0A81",version:"2.6.95"},{name:"zodiac-leo",hex:"F0A82",version:"2.6.95"},{name:"zodiac-libra",hex:"F0A83",version:"2.6.95"},{name:"zodiac-pisces",hex:"F0A84",version:"2.6.95"},{name:"zodiac-sagittarius",hex:"F0A85",version:"2.6.95"},{name:"zodiac-scorpio",hex:"F0A86",version:"2.6.95"},{name:"zodiac-taurus",hex:"F0A87",version:"2.6.95"},{name:"zodiac-virgo",hex:"F0A88",version:"2.6.95"}]; + +export { + icons +}; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/icons/dripicons.vue b/Vue/Admin/src/router/views/icons/dripicons.vue new file mode 100644 index 00000000..0d287422 --- /dev/null +++ b/Vue/Admin/src/router/views/icons/dripicons.vue @@ -0,0 +1,658 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/icons/fontawesome.vue b/Vue/Admin/src/router/views/icons/fontawesome.vue new file mode 100644 index 00000000..540692b0 --- /dev/null +++ b/Vue/Admin/src/router/views/icons/fontawesome.vue @@ -0,0 +1,131 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/icons/materialdesign.vue b/Vue/Admin/src/router/views/icons/materialdesign.vue new file mode 100644 index 00000000..70ce9f3e --- /dev/null +++ b/Vue/Admin/src/router/views/icons/materialdesign.vue @@ -0,0 +1,190 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/invoices/detail.vue b/Vue/Admin/src/router/views/invoices/detail.vue new file mode 100644 index 00000000..2a176e64 --- /dev/null +++ b/Vue/Admin/src/router/views/invoices/detail.vue @@ -0,0 +1,154 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/invoices/list.vue b/Vue/Admin/src/router/views/invoices/list.vue new file mode 100644 index 00000000..c00fb086 --- /dev/null +++ b/Vue/Admin/src/router/views/invoices/list.vue @@ -0,0 +1,554 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/maps/google.vue b/Vue/Admin/src/router/views/maps/google.vue new file mode 100644 index 00000000..8c1af660 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/google.vue @@ -0,0 +1,392 @@ + + + diff --git a/Vue/Admin/src/router/views/maps/leaflet/basic.vue b/Vue/Admin/src/router/views/maps/leaflet/basic.vue new file mode 100644 index 00000000..3a5e22f9 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/basic.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/maps/leaflet/boundary.vue b/Vue/Admin/src/router/views/maps/leaflet/boundary.vue new file mode 100644 index 00000000..0a1c8e44 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/boundary.vue @@ -0,0 +1,45 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/maps/leaflet/geometry.vue b/Vue/Admin/src/router/views/maps/leaflet/geometry.vue new file mode 100644 index 00000000..049c8dab --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/geometry.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/maps/leaflet/icons.vue b/Vue/Admin/src/router/views/maps/leaflet/icons.vue new file mode 100644 index 00000000..01a58aa9 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/icons.vue @@ -0,0 +1,48 @@ + + + + diff --git a/Vue/Admin/src/router/views/maps/leaflet/index.vue b/Vue/Admin/src/router/views/maps/leaflet/index.vue new file mode 100644 index 00000000..c0429266 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/index.vue @@ -0,0 +1,97 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/maps/leaflet/markers.vue b/Vue/Admin/src/router/views/maps/leaflet/markers.vue new file mode 100644 index 00000000..fb090887 --- /dev/null +++ b/Vue/Admin/src/router/views/maps/leaflet/markers.vue @@ -0,0 +1,66 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/projects/create.vue b/Vue/Admin/src/router/views/projects/create.vue new file mode 100644 index 00000000..60dcdc35 --- /dev/null +++ b/Vue/Admin/src/router/views/projects/create.vue @@ -0,0 +1,147 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/projects/data-overview.js b/Vue/Admin/src/router/views/projects/data-overview.js new file mode 100644 index 00000000..9dc0aca7 --- /dev/null +++ b/Vue/Admin/src/router/views/projects/data-overview.js @@ -0,0 +1,46 @@ +const barChart = { + series: [{ + name: 'Overview', + data: [42, 56, 40, 64, 26, 42, 56, 35, 62] + }], + chartOptions: { + chart: { + toolbar: { + show: false + }, + }, + plotOptions: { + bar: { + columnWidth: '14%', + endingShape: 'rounded' + } + }, + dataLabels: { + enabled: false + }, + grid: { + yaxis: { + lines: { + show: false, + } + } + }, + yaxis: { + title: { + text: '% (Percentage)' + } + }, + xaxis: { + labels: { + rotate: -90 + }, + categories: ['1', '2', '3', '4', '5', '6', '7', '8', '9'], + title: { + text: 'Week', + } + }, + colors: ['#556ee6'], + }, +}; + +export { barChart }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/projects/data-projects.js b/Vue/Admin/src/router/views/projects/data-projects.js new file mode 100644 index 00000000..9c06539e --- /dev/null +++ b/Vue/Admin/src/router/views/projects/data-projects.js @@ -0,0 +1,94 @@ +const projectData = [ + { + id: 1, + image: require('@/assets/images/companies/img-1.png'), + text: 'New admin Design', + subtext: 'It will be as simple as Occidental', + users: [require('@/assets/images/users/avatar-2.jpg'), require('@/assets/images/users/avatar-1.jpg')], + status: 'Completed', + date: '15 Oct, 19', + comment: 214 + }, + { + id: 2, + image: require('@/assets/images/companies/img-2.png'), + text: 'Brand logo design', + subtext: 'To achieve it would be necessary', + users: [require('@/assets/images/users/avatar-3.jpg')], + status: 'Pending', + date: '22 Oct, 19', + comment: 183 + }, + { + id: 3, + image: require('@/assets/images/companies/img-3.png'), + text: 'New Landing Design', + subtext: 'For science, music, sport, etc', + users: [require('@/assets/images/users/avatar-5.jpg'), require('@/assets/images/users/avatar-4.jpg')], + status: 'Delay', + date: '13 Oct, 19', + comment: 175 + }, + { + id: 4, + image: require('@/assets/images/companies/img-4.png'), + text: 'Redesign - Landing page', + subtext: 'If several languages coalesce', + users: [require('@/assets/images/users/avatar-6.jpg')], + status: 'Completed', + date: '14 Oct, 19', + comment: 202 + }, + { + id: 5, + image: require('@/assets/images/companies/img-5.png'), + text: 'Skote Dashboard UI', + subtext: 'Separate existence is a myth', + users: [require('@/assets/images/users/avatar-7.jpg'), require('@/assets/images/users/avatar-8.jpg')], + status: 'Completed', + date: '13 Oct, 19', + comment: 194 + }, + { + id: 6, + image: require('@/assets/images/companies/img-6.png'), + text: 'Blog Template UI', + subtext: 'For science, music, sport, etc', + users: [require('@/assets/images/users/avatar-6.jpg')], + status: 'Pending', + date: '24 Oct, 19', + comment: 122 + }, + { + id: 7, + image: require('@/assets/images/companies/img-3.png'), + text: 'Multipurpose Landing', + subtext: 'It will be as simple as Occidental', + users: [require('@/assets/images/users/avatar-3.jpg')], + status: 'Delay', + date: '15 Oct, 19', + comment: 214 + }, + { + id: 8, + image: require('@/assets/images/companies/img-4.png'), + text: 'App Landing UI', + subtext: 'For science, music, sport, etc', + users: [require('@/assets/images/users/avatar-4.jpg')], + status: 'Completed', + date: '11 Oct, 19', + comment: 185 + }, + { + id: 9, + image: require('@/assets/images/companies/img-2.png'), + text: 'New admin Design', + subtext: 'Their most common words.', + users: [require('@/assets/images/users/avatar-5.jpg')], + status: 'Completed', + date: '12 Oct, 19', + comment: 106 + }, +]; + +export { projectData }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/projects/overview.vue b/Vue/Admin/src/router/views/projects/overview.vue new file mode 100644 index 00000000..ab9ada3c --- /dev/null +++ b/Vue/Admin/src/router/views/projects/overview.vue @@ -0,0 +1,441 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/projects/projects-grid.vue b/Vue/Admin/src/router/views/projects/projects-grid.vue new file mode 100644 index 00000000..46f6d89d --- /dev/null +++ b/Vue/Admin/src/router/views/projects/projects-grid.vue @@ -0,0 +1,177 @@ + + + diff --git a/Vue/Admin/src/router/views/projects/projects-list.vue b/Vue/Admin/src/router/views/projects/projects-list.vue new file mode 100644 index 00000000..77c73b6d --- /dev/null +++ b/Vue/Admin/src/router/views/projects/projects-list.vue @@ -0,0 +1,155 @@ + + + diff --git a/Vue/Admin/src/router/views/sample-pages/confirm-mail-2.vue b/Vue/Admin/src/router/views/sample-pages/confirm-mail-2.vue new file mode 100644 index 00000000..2d065e34 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/confirm-mail-2.vue @@ -0,0 +1,166 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/confirm-mail.vue b/Vue/Admin/src/router/views/sample-pages/confirm-mail.vue new file mode 100644 index 00000000..6f80aa24 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/confirm-mail.vue @@ -0,0 +1,82 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/email-verification-2.vue b/Vue/Admin/src/router/views/sample-pages/email-verification-2.vue new file mode 100644 index 00000000..67c2023f --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/email-verification-2.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/email-verification.vue b/Vue/Admin/src/router/views/sample-pages/email-verification.vue new file mode 100644 index 00000000..a3b52dd6 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/email-verification.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/lockscreen-2.vue b/Vue/Admin/src/router/views/sample-pages/lockscreen-2.vue new file mode 100644 index 00000000..4daac76f --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/lockscreen-2.vue @@ -0,0 +1,199 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/lockscreen.vue b/Vue/Admin/src/router/views/sample-pages/lockscreen.vue new file mode 100644 index 00000000..c1b0673f --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/lockscreen.vue @@ -0,0 +1,115 @@ + + + diff --git a/Vue/Admin/src/router/views/sample-pages/login-2.vue b/Vue/Admin/src/router/views/sample-pages/login-2.vue new file mode 100644 index 00000000..23683249 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/login-2.vue @@ -0,0 +1,403 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/login-sample.vue b/Vue/Admin/src/router/views/sample-pages/login-sample.vue new file mode 100644 index 00000000..21bc266b --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/login-sample.vue @@ -0,0 +1,292 @@ + + + diff --git a/Vue/Admin/src/router/views/sample-pages/recoverpw-sample.vue b/Vue/Admin/src/router/views/sample-pages/recoverpw-sample.vue new file mode 100644 index 00000000..f9890d76 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/recoverpw-sample.vue @@ -0,0 +1,202 @@ + + + diff --git a/Vue/Admin/src/router/views/sample-pages/recoverpwd-2.vue b/Vue/Admin/src/router/views/sample-pages/recoverpwd-2.vue new file mode 100644 index 00000000..0c42cdaf --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/recoverpwd-2.vue @@ -0,0 +1,287 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/register-2.vue b/Vue/Admin/src/router/views/sample-pages/register-2.vue new file mode 100644 index 00000000..ef8ba6a9 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/register-2.vue @@ -0,0 +1,433 @@ + + + + + diff --git a/Vue/Admin/src/router/views/sample-pages/register-sample.vue b/Vue/Admin/src/router/views/sample-pages/register-sample.vue new file mode 100644 index 00000000..b429180b --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/register-sample.vue @@ -0,0 +1,155 @@ + + + diff --git a/Vue/Admin/src/router/views/sample-pages/two-step-verification-2.vue b/Vue/Admin/src/router/views/sample-pages/two-step-verification-2.vue new file mode 100644 index 00000000..cf0a40f8 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/two-step-verification-2.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/sample-pages/two-step-verification.vue b/Vue/Admin/src/router/views/sample-pages/two-step-verification.vue new file mode 100644 index 00000000..54fbb121 --- /dev/null +++ b/Vue/Admin/src/router/views/sample-pages/two-step-verification.vue @@ -0,0 +1,86 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/tables/basictable.vue b/Vue/Admin/src/router/views/tables/basictable.vue new file mode 100644 index 00000000..0369f6bc --- /dev/null +++ b/Vue/Admin/src/router/views/tables/basictable.vue @@ -0,0 +1,825 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/tasks/data-kanaban.js b/Vue/Admin/src/router/views/tasks/data-kanaban.js new file mode 100644 index 00000000..5650c0b3 --- /dev/null +++ b/Vue/Admin/src/router/views/tasks/data-kanaban.js @@ -0,0 +1,92 @@ +const upcomingTasks = [ + { + id: 1, + title: 'Topnav layout design', + date: '14 Oct, 2019', + task: 'Waiting', + user: [require('@/assets/images/users/avatar-4.jpg'), require('@/assets/images/users/avatar-5.jpg')], + budget: 145, + groupId: 1 + }, + { + id: 2, + title: 'Create a New Landing UI', + date: '15 Oct, 2019', + task: 'Approved', + user: [require('@/assets/images/users/avatar-6.jpg'), require('@/assets/images/users/avatar-7.jpg')], + budget: 112, + groupId: 1 + }, + { + id: 3, + title: 'Create a Skote Logo', + date: '15 Oct, 2019', + task: 'Waiting', + user: [require('@/assets/images/users/avatar-5.jpg')], + budget: 86, + groupId: 1 + }, +]; + +const progressTasks = [ + { + id: 4, + title: 'Brand logo design', + date: '12 Oct, 2019', + task: 'Complete', + user: [require('@/assets/images/users/avatar-6.jpg')], + budget: 132, + groupId: 2 + }, + { + id: 5, + title: 'Create a Blog Template UI', + date: '13 Oct, 2019', + task: 'Pending', + user: [require('@/assets/images/users/avatar-8.jpg'), require('@/assets/images/users/avatar-1.jpg')], + budget: 103, + groupId: 2 + }, + { + id: 6, + title: 'Skote Dashboard UI', + date: '13 Oct, 2019', + task: 'Complete', + user: [require('@/assets/images/users/avatar-2.jpg')], + budget: 94, + groupId: 2 + }, +]; + +const completedTasks = [ + { + id: 7, + title: 'Redesign - Landing page', + date: '10 Oct, 2019', + task: 'Complete', + user: [require('@/assets/images/users/avatar-4.jpg')], + budget: 145, + groupId: 3 + }, + { + id: 8, + title: 'Multipurpose Landing', + date: '09 Oct, 2019', + task: 'Complete', + user: [require('@/assets/images/users/avatar-6.jpg'), require('@/assets/images/users/avatar-7.jpg')], + budget: 92, + groupId: 3 + }, + { + id: 9, + title: 'Skote landing Psd', + date: '15 Oct, 2019', + task: 'Waiting', + user: [require('@/assets/images/users/avatar-5.jpg')], + budget: 86, + groupId: 3 + }, +]; + +export { upcomingTasks, progressTasks, completedTasks }; + diff --git a/Vue/Admin/src/router/views/tasks/data-tasklist.js b/Vue/Admin/src/router/views/tasks/data-tasklist.js new file mode 100644 index 00000000..aec9a5d2 --- /dev/null +++ b/Vue/Admin/src/router/views/tasks/data-tasklist.js @@ -0,0 +1,122 @@ +const tasksChart = { + series: [{ + name: 'Complete Tasks', + type: 'column', + data: [23, 11, 22, 27, 13, 22, 52, 21, 44, 22, 30] + }, + { + name: 'All Tasks', + type: 'line', + data: [23, 11, 34, 27, 17, 22, 62, 32, 44, 22, 39] + }], + chartOptions: { + chart: { + stacked: false, + toolbar: { + show: false, + } + }, + dataLabels: { + enabled: false + }, + stroke: { + width: 2, + curve: 'smooth' + }, + plotOptions: { + bar: { + columnWidth: '20%', + endingShape: 'rounded' + } + }, + colors: ['#556ee6', '#34c38f'], + fill: { + gradient: { + inverseColors: false, + shade: 'light', + type: "vertical", + opacityFrom: 0.85, + opacityTo: 0.55, + stops: [0, 100, 100, 100] + } + }, + labels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov'], + markers: { + size: 0 + }, + yaxis: { + min: 0 + }, + } +}; + +const tasks = [ + { + index: 1, + taskType: 'upcoming', + name: 'Create a Skote Dashboard UI', + images: [require('@/assets/images/users/avatar-2.jpg'), require('@/assets/images/users/avatar-1.jpg')], + status: 'Waiting', + checked: false + }, + { + index: 2, + taskType: 'upcoming', + name: 'Create a New Landing UI', + images: [require('@/assets/images/users/avatar-4.jpg'), require('@/assets/images/users/avatar-5.jpg')], + status: 'Approved', + checked: true + }, + { + index: 3, + taskType: 'upcoming', + name: 'Create a Skote Logo', + images: [require('@/assets/images/users/avatar-1.jpg')], + status: 'Waiting', + checked: false + }, + { + index: 4, + taskType: 'inprogress', + name: 'Brand logo design', + images: [require('@/assets/images/users/avatar-7.jpg')], + status: 'Complete', + checked: true + }, + { + index: 5, + taskType: 'inprogress', + name: 'Create a Blog Template UI', + images: [require('@/assets/images/users/avatar-8.jpg'), require('@/assets/images/users/avatar-1.jpg')], + status: 'Pending', + checked: false + }, + { + index: 6, + taskType: 'completed', + name: 'Redesign - Landing page', + images: [require('@/assets/images/users/avatar-6.jpg')], + status: 'Complete', + checked: false + }, + { + index: 7, + taskType: 'completed', + name: 'Multipurpose Landing', + images: [require('@/assets/images/users/avatar-7.jpg')], + status: 'Complete', + checked: true + }, + { + index: 8, + taskType: 'completed', + name: 'Create a Blog Template UI', + images: [require('@/assets/images/users/avatar-4.jpg'), require('@/assets/images/users/avatar-2.jpg')], + status: 'Complete', + checked: false + } +]; + + + +export { tasksChart, tasks }; \ No newline at end of file diff --git a/Vue/Admin/src/router/views/tasks/kanbanboard.vue b/Vue/Admin/src/router/views/tasks/kanbanboard.vue new file mode 100644 index 00000000..d7a9c5e6 --- /dev/null +++ b/Vue/Admin/src/router/views/tasks/kanbanboard.vue @@ -0,0 +1,367 @@ + + + diff --git a/Vue/Admin/src/router/views/tasks/task-create.vue b/Vue/Admin/src/router/views/tasks/task-create.vue new file mode 100644 index 00000000..5b5b328f --- /dev/null +++ b/Vue/Admin/src/router/views/tasks/task-create.vue @@ -0,0 +1,158 @@ + + + diff --git a/Vue/Admin/src/router/views/tasks/task-list.vue b/Vue/Admin/src/router/views/tasks/task-list.vue new file mode 100644 index 00000000..823eea79 --- /dev/null +++ b/Vue/Admin/src/router/views/tasks/task-list.vue @@ -0,0 +1,562 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/alerts.vue b/Vue/Admin/src/router/views/ui/alerts.vue new file mode 100644 index 00000000..9533d442 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/alerts.vue @@ -0,0 +1,262 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/buttons.vue b/Vue/Admin/src/router/views/ui/buttons.vue new file mode 100644 index 00000000..feb951a3 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/buttons.vue @@ -0,0 +1,774 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/cards.vue b/Vue/Admin/src/router/views/ui/cards.vue new file mode 100644 index 00000000..41343355 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/cards.vue @@ -0,0 +1,441 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/carousel.vue b/Vue/Admin/src/router/views/ui/carousel.vue new file mode 100644 index 00000000..afa58464 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/carousel.vue @@ -0,0 +1,222 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/colors.vue b/Vue/Admin/src/router/views/ui/colors.vue new file mode 100644 index 00000000..be141627 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/colors.vue @@ -0,0 +1,171 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/cropper.vue b/Vue/Admin/src/router/views/ui/cropper.vue new file mode 100644 index 00000000..76a2d8f0 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/cropper.vue @@ -0,0 +1,103 @@ + + + + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/dropdowns.vue b/Vue/Admin/src/router/views/ui/dropdowns.vue new file mode 100644 index 00000000..3b09744d --- /dev/null +++ b/Vue/Admin/src/router/views/ui/dropdowns.vue @@ -0,0 +1,344 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/general.vue b/Vue/Admin/src/router/views/ui/general.vue new file mode 100644 index 00000000..8d97922c --- /dev/null +++ b/Vue/Admin/src/router/views/ui/general.vue @@ -0,0 +1,327 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/grid.vue b/Vue/Admin/src/router/views/ui/grid.vue new file mode 100644 index 00000000..aa02f70f --- /dev/null +++ b/Vue/Admin/src/router/views/ui/grid.vue @@ -0,0 +1,139 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/images.vue b/Vue/Admin/src/router/views/ui/images.vue new file mode 100644 index 00000000..07abe14f --- /dev/null +++ b/Vue/Admin/src/router/views/ui/images.vue @@ -0,0 +1,211 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/lightbox.vue b/Vue/Admin/src/router/views/ui/lightbox.vue new file mode 100644 index 00000000..50af24da --- /dev/null +++ b/Vue/Admin/src/router/views/ui/lightbox.vue @@ -0,0 +1,236 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/modals.vue b/Vue/Admin/src/router/views/ui/modals.vue new file mode 100644 index 00000000..32608dc4 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/modals.vue @@ -0,0 +1,301 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/offcanvas.vue b/Vue/Admin/src/router/views/ui/offcanvas.vue new file mode 100644 index 00000000..56e003d5 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/offcanvas.vue @@ -0,0 +1,359 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/placeholder.vue b/Vue/Admin/src/router/views/ui/placeholder.vue new file mode 100644 index 00000000..4e4b9330 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/placeholder.vue @@ -0,0 +1,169 @@ + + + diff --git a/Vue/Admin/src/router/views/ui/progressbars.vue b/Vue/Admin/src/router/views/ui/progressbars.vue new file mode 100644 index 00000000..d9c843a3 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/progressbars.vue @@ -0,0 +1,165 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/rangeslider.vue b/Vue/Admin/src/router/views/ui/rangeslider.vue new file mode 100644 index 00000000..0674b9d1 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/rangeslider.vue @@ -0,0 +1,183 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/sweet-alert.vue b/Vue/Admin/src/router/views/ui/sweet-alert.vue new file mode 100644 index 00000000..709492bd --- /dev/null +++ b/Vue/Admin/src/router/views/ui/sweet-alert.vue @@ -0,0 +1,349 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/tabs-accordions.vue b/Vue/Admin/src/router/views/ui/tabs-accordions.vue new file mode 100644 index 00000000..995ab4e7 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/tabs-accordions.vue @@ -0,0 +1,320 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/typography.vue b/Vue/Admin/src/router/views/ui/typography.vue new file mode 100644 index 00000000..9564b5cc --- /dev/null +++ b/Vue/Admin/src/router/views/ui/typography.vue @@ -0,0 +1,265 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/ui/video.vue b/Vue/Admin/src/router/views/ui/video.vue new file mode 100644 index 00000000..e4dd2559 --- /dev/null +++ b/Vue/Admin/src/router/views/ui/video.vue @@ -0,0 +1,103 @@ + + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/utility/404.vue b/Vue/Admin/src/router/views/utility/404.vue new file mode 100644 index 00000000..14243bfd --- /dev/null +++ b/Vue/Admin/src/router/views/utility/404.vue @@ -0,0 +1,37 @@ + + + diff --git a/Vue/Admin/src/router/views/utility/500.vue b/Vue/Admin/src/router/views/utility/500.vue new file mode 100644 index 00000000..9e1b9a44 --- /dev/null +++ b/Vue/Admin/src/router/views/utility/500.vue @@ -0,0 +1,36 @@ + + diff --git a/Vue/Admin/src/router/views/utility/coming-soon.vue b/Vue/Admin/src/router/views/utility/coming-soon.vue new file mode 100644 index 00000000..db0e654e --- /dev/null +++ b/Vue/Admin/src/router/views/utility/coming-soon.vue @@ -0,0 +1,145 @@ + + diff --git a/Vue/Admin/src/router/views/utility/data-pricing.js b/Vue/Admin/src/router/views/utility/data-pricing.js new file mode 100644 index 00000000..1e3b9a5d --- /dev/null +++ b/Vue/Admin/src/router/views/utility/data-pricing.js @@ -0,0 +1,28 @@ +const pricingData = [ + { + name: 'Starter', + text: 'Neque quis est', + icon: 'bx-walk', + price: 19 + }, + { + name: 'Professional', + text: 'Quis autem iure', + icon: 'bx-run', + price: 29 + }, + { + name: 'Enterprise', + text: 'Sed ut neque unde', + icon: 'bx-cycling', + price: 39 + }, + { + name: 'Unlimited', + text: 'Itaque earum hic', + icon: 'bx-car', + price: 49 + }, +]; + +export { pricingData }; diff --git a/Vue/Admin/src/router/views/utility/faqs.vue b/Vue/Admin/src/router/views/utility/faqs.vue new file mode 100644 index 00000000..6bbea9eb --- /dev/null +++ b/Vue/Admin/src/router/views/utility/faqs.vue @@ -0,0 +1,260 @@ + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/utility/maintenance.vue b/Vue/Admin/src/router/views/utility/maintenance.vue new file mode 100644 index 00000000..7b8f7805 --- /dev/null +++ b/Vue/Admin/src/router/views/utility/maintenance.vue @@ -0,0 +1,118 @@ + + diff --git a/Vue/Admin/src/router/views/utility/pricing.vue b/Vue/Admin/src/router/views/utility/pricing.vue new file mode 100644 index 00000000..0a81a934 --- /dev/null +++ b/Vue/Admin/src/router/views/utility/pricing.vue @@ -0,0 +1,96 @@ + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/utility/starter.vue b/Vue/Admin/src/router/views/utility/starter.vue new file mode 100644 index 00000000..5ca81b54 --- /dev/null +++ b/Vue/Admin/src/router/views/utility/starter.vue @@ -0,0 +1,36 @@ + + \ No newline at end of file diff --git a/Vue/Admin/src/router/views/utility/timeline.vue b/Vue/Admin/src/router/views/utility/timeline.vue new file mode 100644 index 00000000..f4938b75 --- /dev/null +++ b/Vue/Admin/src/router/views/utility/timeline.vue @@ -0,0 +1,350 @@ + + + + \ No newline at end of file diff --git a/Vue/Admin/src/state/helpers.js b/Vue/Admin/src/state/helpers.js new file mode 100644 index 00000000..e60cea76 --- /dev/null +++ b/Vue/Admin/src/state/helpers.js @@ -0,0 +1,33 @@ +import { mapState, mapGetters, mapActions } from 'vuex' + +export const authComputed = { + ...mapState('auth', { + currentUser: (state) => state.currentUser, + }), + ...mapGetters('auth', ['loggedIn']), +} + +export const layoutComputed = { + ...mapState('layout', { + layoutType: (state) => state.layoutType, + leftSidebarType: (state) => state.leftSidebarType, + layoutWidth: (state) => state.layoutWidth, + topbar: (state) => state.topbar, + loader: (state) => state.loader + }) +} + +export const authMethods = mapActions('auth', ['logIn', 'logOut', 'register', 'resetPassword']) + +export const layoutMethods = mapActions('layout', ['changeLayoutType', 'changeLayoutWidth', 'changeLeftSidebarType', 'changeTopbar', 'changeLoaderValue']) + +export const authFackMethods = mapActions('authfack', ['login', 'registeruser', 'logout']) + +export const notificationMethods = mapActions('notification', ['success', 'error', 'clear']) + +export const todoComputed = { + ...mapState('todo', { + todos: (state) => state.todos + }) +} +export const todoMethods = mapActions('todo', ['fetchTodos']) \ No newline at end of file diff --git a/Vue/Admin/src/state/modules/auth.js b/Vue/Admin/src/state/modules/auth.js new file mode 100644 index 00000000..428cb3a8 --- /dev/null +++ b/Vue/Admin/src/state/modules/auth.js @@ -0,0 +1,93 @@ +import { getFirebaseBackend } from '../../authUtils.js' + +export const state = { + currentUser: sessionStorage.getItem('authUser'), +} + +export const mutations = { + SET_CURRENT_USER(state, newValue) { + state.currentUser = newValue + saveState('auth.currentUser', newValue) + } +} + +export const getters = { + // Whether the user is currently logged in. + loggedIn(state) { + return !!state.currentUser + } +} + +export const actions = { + // This is automatically run in `src/state/store.js` when the app + // starts, along with any other actions named `init` in other modules. + // eslint-disable-next-line no-unused-vars + init({ state, dispatch }) { + dispatch('validate') + }, + + // Logs in the current user. + logIn({ commit, dispatch, getters }, { email, password } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().loginUser(email, password).then((response) => { + const user = response + commit('SET_CURRENT_USER', user) + return user + }); + }, + + // Logs out the current user. + logOut({ commit }) { + // eslint-disable-next-line no-unused-vars + commit('SET_CURRENT_USER', null) + return new Promise((resolve, reject) => { + // eslint-disable-next-line no-unused-vars + getFirebaseBackend().logout().then((response) => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + }, + + // register the user + register({ commit, dispatch, getters }, { username, email, password } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().registerUser(username, email, password).then((response) => { + const user = response + commit('SET_CURRENT_USER', user) + return user + }); + }, + + // register the user + // eslint-disable-next-line no-unused-vars + resetPassword({ commit, dispatch, getters }, { email } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().forgetPassword(email).then((response) => { + const message = response.data + return message + }); + }, + + // Validates the current user's token and refreshes it + // with new data from the API. + // eslint-disable-next-line no-unused-vars + validate({ commit, state }) { + if (!state.currentUser) return Promise.resolve(null) + const user = getFirebaseBackend().getAuthenticatedUser(); + commit('SET_CURRENT_USER', user) + return user; + }, +} + +// === +// Private helpers +// === + +function saveState(key, state) { + window.sessionStorage.setItem(key, JSON.stringify(state)) +} diff --git a/Vue/Admin/src/state/modules/authfack.js b/Vue/Admin/src/state/modules/authfack.js new file mode 100644 index 00000000..d255ae48 --- /dev/null +++ b/Vue/Admin/src/state/modules/authfack.js @@ -0,0 +1,77 @@ +import { userService } from '../../helpers/authservice/user.service'; +import router from '../../router/index' + +const user = JSON.parse(localStorage.getItem('user')); +export const state = user + ? { status: { loggeduser: true }, user } + : { status: {}, user: null }; + +export const actions = { + // Logs in the user. + // eslint-disable-next-line no-unused-vars + login({ dispatch, commit }, { email, password }) { + commit('loginRequest', { email }); + + userService.login(email, password) + .then( + user => { + commit('loginSuccess', user); + router.push('/'); + }, + error => { + commit('loginFailure', error); + dispatch('notification/error', error, { root: true }); + } + ); + }, + // Logout the user + logout({ commit }) { + userService.logout(); + commit('logout'); + }, + // register the user + registeruser({ dispatch, commit }, user) { + commit('registerRequest', user); + userService.register(user) + .then( + user => { + commit('registerSuccess', user); + dispatch('notification/success', 'Registration successful', { root: true }); + router.push('/login'); + }, + error => { + commit('registerFailure', error); + dispatch('notification/error', error, { root: true }); + } + ); + } +}; + +export const mutations = { + loginRequest(state, user) { + state.status = { loggingIn: true }; + state.user = user; + }, + loginSuccess(state, user) { + state.status = { loggeduser: true }; + state.user = user; + }, + loginFailure(state) { + state.status = {}; + state.user = null; + }, + logout(state) { + state.status = {}; + state.user = null; + }, + registerRequest(state) { + state.status = { registering: true }; + }, + registerSuccess(state) { + state.status = {}; + }, + registerFailure(state) { + state.status = {}; + } +}; + diff --git a/Vue/Admin/src/state/modules/index.js b/Vue/Admin/src/state/modules/index.js new file mode 100644 index 00000000..a9d1f901 --- /dev/null +++ b/Vue/Admin/src/state/modules/index.js @@ -0,0 +1,80 @@ +// Register each file as a corresponding Vuex module. Module nesting +// will mirror [sub-]directory hierarchy and modules are namespaced +// as the camelCase equivalent of their file name. + +import camelCase from 'lodash/camelCase' + +const modulesCache = {} +const storeData = { modules: {} } + +;(function updateModules() { + // Allow us to dynamically require all Vuex module files. + // https://webpack.js.org/guides/dependency-management/#require-context + const requireModule = require.context( + // Search for files in the current directory. + '.', + // Search for files in subdirectories. + true, + // Include any .js files that are not this file or a unit test. + /^((?!index|\.unit\.).)*\.js$/ + ) + + // For every Vuex module... + requireModule.keys().forEach((fileName) => { + const moduleDefinition = requireModule(fileName) + + // Skip the module during hot reload if it refers to the + // same module definition as the one we have cached. + if (modulesCache[fileName] === moduleDefinition) return + + // Update the module cache, for efficient hot reloading. + modulesCache[fileName] = moduleDefinition + + // Get the module path as an array. + const modulePath = fileName + // Remove the "./" from the beginning. + .replace(/^\.\//, '') + // Remove the file extension from the end. + .replace(/\.\w+$/, '') + // Split nested modules into an array path. + .split(/\//) + // camelCase all module namespaces and names. + .map(camelCase) + + // Get the modules object for the current path. + const { modules } = getNamespace(storeData, modulePath) + + // Add the module to our modules object. + modules[modulePath.pop()] = { + // Modules are namespaced by default. + namespaced: true, + ...moduleDefinition, + } + }) + + // If the environment supports hot reloading... + if (module.hot) { + // Whenever any Vuex module is updated... + module.hot.accept(requireModule.id, () => { + // Update `storeData.modules` with the latest definitions. + updateModules() + // Trigger a hot update in the store. + require('../store').default.hotUpdate({ modules: storeData.modules }) + }) + } +})() + +// Recursively get the namespace of a Vuex module, even if nested. +function getNamespace(subtree, path) { + if (path.length === 1) return subtree + + const namespace = path.shift() + subtree.modules[namespace] = { + modules: {}, + namespaced: true, + ...subtree.modules[namespace], + } + return getNamespace(subtree.modules[namespace], path) +} + +export default storeData.modules diff --git a/Vue/Admin/src/state/modules/layout.js b/Vue/Admin/src/state/modules/layout.js new file mode 100644 index 00000000..5a232a75 --- /dev/null +++ b/Vue/Admin/src/state/modules/layout.js @@ -0,0 +1,47 @@ +export const state = { + layoutType: 'vertical', + layoutWidth: 'fluid', + leftSidebarType: 'dark', + topbar: 'dark', + loader: false +} + +export const mutations = { + CHANGE_LAYOUT(state, layoutType) { + state.layoutType = layoutType; + }, + CHANGE_LAYOUT_WIDTH(state, layoutWidth) { + state.layoutWidth = layoutWidth; + }, + CHANGE_LEFT_SIDEBAR_TYPE(state, leftSidebarType) { + state.leftSidebarType = leftSidebarType; + }, + CHANGE_TOPBAR(state, topbar) { + state.topbar = topbar; + }, + LOADER(state, loader) { + state.loader = loader + } +} + +export const actions = { + changeLayoutType({ commit }, { layoutType }) { + commit('CHANGE_LAYOUT', layoutType); + }, + + changeLayoutWidth({ commit }, { layoutWidth }) { + commit('CHANGE_LAYOUT_WIDTH', layoutWidth) + }, + + changeLeftSidebarType({ commit }, { leftSidebarType }) { + commit('CHANGE_LEFT_SIDEBAR_TYPE', leftSidebarType) + }, + + changeTopbar({ commit }, { topbar }) { + commit('CHANGE_TOPBAR', topbar) + }, + + changeLoaderValue({ commit }, { loader }) { + commit('LOADER', loader) + } +} diff --git a/Vue/Admin/src/state/modules/notification.js b/Vue/Admin/src/state/modules/notification.js new file mode 100644 index 00000000..88008c86 --- /dev/null +++ b/Vue/Admin/src/state/modules/notification.js @@ -0,0 +1,31 @@ +export const state = { + type: null, + message: null +}; + +export const mutations = { + success(state, message) { + state.type = 'alert-success'; + state.message = message; + }, + error(state, message) { + state.type = 'alert-danger'; + state.message = message; + }, + clear(state) { + state.type = null; + state.message = null; + } +}; + +export const actions = { + success({ commit }, message) { + commit('success', message); + }, + error({ commit }, message) { + commit('error', message); + }, + clear({ commit }) { + commit('clear'); + } +}; diff --git a/Vue/Admin/src/state/modules/todo.js b/Vue/Admin/src/state/modules/todo.js new file mode 100644 index 00000000..23f480dd --- /dev/null +++ b/Vue/Admin/src/state/modules/todo.js @@ -0,0 +1,23 @@ +import axios from "axios"; + +export const state = { + todos: [], +}; + +export const getters = { + todos: state => state.todos, +}; + +export const mutations = { + setTodos(state, newValue) { + state.todos = newValue + }, +}; + +export const actions = { + fetchTodos({ commit }) { + axios.get('https://jsonplaceholder.typicode.com/todos').then(res => { + commit('setTodos', res.data) + }) + }, +}; diff --git a/Vue/Admin/src/state/store.js b/Vue/Admin/src/state/store.js new file mode 100644 index 00000000..11a446fd --- /dev/null +++ b/Vue/Admin/src/state/store.js @@ -0,0 +1,14 @@ +import { createStore } from 'vuex' + +import modules from './modules' + +const store = createStore({ + modules, + // Enable strict mode in development to get a warning + // when mutating state outside of a mutation. + // https://vuex.vuejs.org/guide/strict.html + strict: process.env.NODE_ENV !== 'production', +}) + +export default store + diff --git a/Vue/Admin/vue.config.js b/Vue/Admin/vue.config.js new file mode 100644 index 00000000..6bcaaa68 --- /dev/null +++ b/Vue/Admin/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + pluginOptions: { + i18n: { + locale: 'en', + fallbackLocale: 'en', + localeDir: 'locales', + enableInSFC: false + } + } +} diff --git a/Vue/Admin/yarn.lock b/Vue/Admin/yarn.lock new file mode 100644 index 00000000..d913c8fb --- /dev/null +++ b/Vue/Admin/yarn.lock @@ -0,0 +1,10323 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@anivive/vue3-form-wizard@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@anivive/vue3-form-wizard/-/vue3-form-wizard-1.0.1.tgz#d9f77ea05327c2ddc5776a9dfbaf87b12370effb" + integrity sha512-VrP5jq/LzQEm3dp95AsQBr5S2F8HNM4NJXopD79NY/NZnW/I9FxcVBl8/T11Z6CquUgce5zyFCFS/wj8L8njhQ== + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== + dependencies: + "@babel/highlight" "^7.16.7" + +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" + integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== + +"@babel/core@^7.11.0": + version "7.16.12" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" + integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helpers" "^7.16.7" + "@babel/parser" "^7.16.12" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.10" + "@babel/types" "^7.16.8" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + source-map "^0.5.0" + +"@babel/generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== + dependencies: + "@babel/types" "^7.16.8" + jsesc "^2.5.1" + source-map "^0.5.0" + +"@babel/helper-annotate-as-pure@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" + integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.9.6": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== + dependencies: + "@babel/compat-data" "^7.16.4" + "@babel/helper-validator-option" "^7.16.7" + browserslist "^4.17.5" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c" + integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + +"@babel/helper-create-regexp-features-plugin@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz#0cb82b9bac358eb73bfbd73985a776bfa6b14d48" + integrity sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + regexpu-core "^4.7.1" + +"@babel/helper-define-polyfill-provider@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" + integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== + dependencies: + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" + +"@babel/helper-environment-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-explode-assignable-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" + integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== + dependencies: + "@babel/helper-get-function-arity" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-get-function-arity@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-hoist-variables@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-member-expression-to-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" + integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-transforms@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-optimise-call-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" + integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== + dependencies: + "@babel/types" "^7.16.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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" + integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== + +"@babel/helper-remap-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" + integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-wrap-function" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helper-replace-supers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" + integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-simple-access@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": + version "7.16.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" + integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== + dependencies: + "@babel/types" "^7.16.0" + +"@babel/helper-split-export-declaration@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-validator-identifier@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== + +"@babel/helper-validator-option@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== + +"@babel/helper-wrap-function@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" + integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== + dependencies: + "@babel/helper-function-name" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helpers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" + integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== + dependencies: + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/highlight@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" + integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.7.0": + version "7.16.12" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" + integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": + version "7.16.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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" + integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9" + integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + +"@babel/plugin-proposal-async-generator-functions@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8" + integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + "@babel/plugin-syntax-async-generators" "^7.8.4" + +"@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" + integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-proposal-class-static-block@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a" + integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-proposal-decorators@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz#922907d2e3e327f5b07d2246bcfc0bd438f360d2" + integrity sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-decorators" "^7.16.7" + +"@babel/plugin-proposal-dynamic-import@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2" + integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + +"@babel/plugin-proposal-export-namespace-from@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163" + integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-proposal-json-strings@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8" + integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-proposal-logical-assignment-operators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea" + integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" + integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-proposal-numeric-separator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9" + integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-proposal-object-rest-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8" + integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA== + dependencies: + "@babel/compat-data" "^7.16.4" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.16.7" + +"@babel/plugin-proposal-optional-catch-binding@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" + integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-proposal-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" + integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-methods@^7.16.11": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.10" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-proposal-private-property-in-object@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce" + integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2" + integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-decorators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz#f66a0199f16de7c1ef5192160ccf5d069739e3d3" + integrity sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-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-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" + integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-transform-arrow-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" + integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" + integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + +"@babel/plugin-transform-block-scoped-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" + integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-block-scoping@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" + integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-classes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" + integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" + integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-destructuring@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz#ca9588ae2d63978a4c29d3f33282d8603f618e23" + integrity sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241" + integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-duplicate-keys@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9" + integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-exponentiation-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" + integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-for-of@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" + integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" + integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== + dependencies: + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" + integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-member-expression-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" + integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-modules-amd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186" + integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-commonjs@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" + integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-systemjs@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7" + integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw== + dependencies: + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-umd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618" + integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252" + integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + +"@babel/plugin-transform-new-target@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244" + integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-object-super@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" + integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + +"@babel/plugin-transform-parameters@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" + integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-property-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" + integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-regenerator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" + integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== + dependencies: + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586" + integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-runtime@^7.11.0": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz#53d9fd3496daedce1dd99639097fa5d14f4c7c2c" + integrity sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + semver "^6.3.0" + +"@babel/plugin-transform-shorthand-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" + integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" + integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + +"@babel/plugin-transform-sticky-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" + integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-template-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" + integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-typeof-symbol@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e" + integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-escapes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3" + integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" + integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/preset-env@^7.11.0": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== + dependencies: + "@babel/compat-data" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-async-generator-functions" "^7.16.8" + "@babel/plugin-proposal-class-properties" "^7.16.7" + "@babel/plugin-proposal-class-static-block" "^7.16.7" + "@babel/plugin-proposal-dynamic-import" "^7.16.7" + "@babel/plugin-proposal-export-namespace-from" "^7.16.7" + "@babel/plugin-proposal-json-strings" "^7.16.7" + "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7" + "@babel/plugin-proposal-numeric-separator" "^7.16.7" + "@babel/plugin-proposal-object-rest-spread" "^7.16.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-private-methods" "^7.16.11" + "@babel/plugin-proposal-private-property-in-object" "^7.16.7" + "@babel/plugin-proposal-unicode-property-regex" "^7.16.7" + "@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-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-transform-arrow-functions" "^7.16.7" + "@babel/plugin-transform-async-to-generator" "^7.16.8" + "@babel/plugin-transform-block-scoped-functions" "^7.16.7" + "@babel/plugin-transform-block-scoping" "^7.16.7" + "@babel/plugin-transform-classes" "^7.16.7" + "@babel/plugin-transform-computed-properties" "^7.16.7" + "@babel/plugin-transform-destructuring" "^7.16.7" + "@babel/plugin-transform-dotall-regex" "^7.16.7" + "@babel/plugin-transform-duplicate-keys" "^7.16.7" + "@babel/plugin-transform-exponentiation-operator" "^7.16.7" + "@babel/plugin-transform-for-of" "^7.16.7" + "@babel/plugin-transform-function-name" "^7.16.7" + "@babel/plugin-transform-literals" "^7.16.7" + "@babel/plugin-transform-member-expression-literals" "^7.16.7" + "@babel/plugin-transform-modules-amd" "^7.16.7" + "@babel/plugin-transform-modules-commonjs" "^7.16.8" + "@babel/plugin-transform-modules-systemjs" "^7.16.7" + "@babel/plugin-transform-modules-umd" "^7.16.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8" + "@babel/plugin-transform-new-target" "^7.16.7" + "@babel/plugin-transform-object-super" "^7.16.7" + "@babel/plugin-transform-parameters" "^7.16.7" + "@babel/plugin-transform-property-literals" "^7.16.7" + "@babel/plugin-transform-regenerator" "^7.16.7" + "@babel/plugin-transform-reserved-words" "^7.16.7" + "@babel/plugin-transform-shorthand-properties" "^7.16.7" + "@babel/plugin-transform-spread" "^7.16.7" + "@babel/plugin-transform-sticky-regex" "^7.16.7" + "@babel/plugin-transform-template-literals" "^7.16.7" + "@babel/plugin-transform-typeof-symbol" "^7.16.7" + "@babel/plugin-transform-unicode-escapes" "^7.16.7" + "@babel/plugin-transform-unicode-regex" "^7.16.7" + "@babel/preset-modules" "^0.1.5" + "@babel/types" "^7.16.8" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + core-js-compat "^3.20.2" + semver "^6.3.0" + +"@babel/preset-modules@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" + integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" + "@babel/plugin-transform-dotall-regex" "^7.4.4" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa" + integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/template@^7.0.0", "@babel/template@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/parser" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.7.0": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" + integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.16.8" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/parser" "^7.16.10" + "@babel/types" "^7.16.8" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.4.4", "@babel/types@^7.7.0": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + to-fast-properties "^2.0.0" + +"@ckeditor/ckeditor5-adapter-ckfinder@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-31.1.0.tgz#d21bcedaaa5039033916629dd469947f685e1486" + integrity sha512-KAXL4erWg9cL0+Xd4sBBSEQmbJERL5g0DsG/B1CB5bND6JRVPPzfpbQp7yAMK7xGdS5ObpmHhilHYW+/Ujl5jw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-autoformat@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-31.1.0.tgz#448e1318c427c9e8d418e8de80f0de8bdaec0800" + integrity sha512-77tNW5nqyG2RXErS7wChXr5syK2g/pLMsVzjbt/4yZJr86tJ6eEIlKEGNvJocP1a1uazy5QARXQlyZeY8zqp6w== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-basic-styles@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-31.1.0.tgz#2c454d62dad2d5e4c7297cc0a458b7064fdefac3" + integrity sha512-NqxlHwAN14istEMpIYgwRHljs7DHvntWE9k9VxThNjSUeWedv5JmQgyMXnexXwm2GY/K4Sx1wT6/FrlVsJq4NQ== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-block-quote@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-31.1.0.tgz#1ac6abdb7a3585430a52322fa3862ac4f9c63337" + integrity sha512-rdnNUItJmPZV1ipgMIkDYE+AW+g4TXlp/d52bUzsq+uyDpDg3YIuu81NrKWDOEaV6LYOh+ePeSbkqQivsEIjeQ== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-build-classic@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-build-classic/-/ckeditor5-build-classic-31.1.0.tgz#e8342c3f383c02e5d8bcec0274100018ea347061" + integrity sha512-g55K2CLOaLKb56OItEYafPhA9Zf8VqRmlXLYgUqJUJ0px0xrO82+G7vU7az9WJyjiW+nSkvusRBON9SZv1/Bdw== + dependencies: + "@ckeditor/ckeditor5-adapter-ckfinder" "^31.1.0" + "@ckeditor/ckeditor5-autoformat" "^31.1.0" + "@ckeditor/ckeditor5-basic-styles" "^31.1.0" + "@ckeditor/ckeditor5-block-quote" "^31.1.0" + "@ckeditor/ckeditor5-ckfinder" "^31.1.0" + "@ckeditor/ckeditor5-cloud-services" "^31.1.0" + "@ckeditor/ckeditor5-easy-image" "^31.1.0" + "@ckeditor/ckeditor5-editor-classic" "^31.1.0" + "@ckeditor/ckeditor5-essentials" "^31.1.0" + "@ckeditor/ckeditor5-heading" "^31.1.0" + "@ckeditor/ckeditor5-image" "^31.1.0" + "@ckeditor/ckeditor5-indent" "^31.1.0" + "@ckeditor/ckeditor5-link" "^31.1.0" + "@ckeditor/ckeditor5-list" "^31.1.0" + "@ckeditor/ckeditor5-media-embed" "^31.1.0" + "@ckeditor/ckeditor5-paragraph" "^31.1.0" + "@ckeditor/ckeditor5-paste-from-office" "^31.1.0" + "@ckeditor/ckeditor5-table" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + +"@ckeditor/ckeditor5-ckfinder@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-31.1.0.tgz#c9b83417e667f05f034d4af9fccd676f45614cf2" + integrity sha512-aFYWVbOabQ9p03E97QPV1t/mWla2rPA+9fXBIk4ug5+jcLOG6GNt+B/RTFG5QxxfgWJWh/I2C3UR82Ia8Kq29A== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-clipboard@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-31.1.0.tgz#2671692014e9e45507b866cdd389c916aa955b88" + integrity sha512-rHvswGs4Q/ZiKPGk0J7+Nrb3mqNugKQFOXA7SSecOI9ZRt6hIxr4fgj4ccb8ceuHNr2vJNmTGC8jjKX7wGHPbw== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + "@ckeditor/ckeditor5-widget" "^31.1.0" + lodash-es "^4.17.11" + +"@ckeditor/ckeditor5-cloud-services@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-31.1.0.tgz#354b18424254fbf4e7de9604bbb31fd3cef5d8ae" + integrity sha512-QTmADTvwnxx0FukZiTstCNYbf11La9Xarw61kv/W+g3JnkIGzguj3H4MJ2WYKLAuEZIr5czOATVRPvS11lFZNA== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-core@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-core/-/ckeditor5-core-31.1.0.tgz#8c0d88a5f47aa66c2d75d5a6945f030b266b9f8b" + integrity sha512-5BUosLrUliV2NZ9DAW48Za/4P3QWmwKMoHohCvq7Jq9Us6TQCnEKauUNexJFDAWqUAdN2WlqaVdSL+FmfhmzSA== + dependencies: + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-easy-image@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-31.1.0.tgz#adebd166b55d1588d62a806a6cb66d8b5cb29759" + integrity sha512-eS6VJw6b7baoS76m3oYpCmhjITKXYom5qAOOfvYyH0FOHLhU0iGJPj7Apy7NYNpj1/MlntBz5S3kz/j0HAbrtw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-editor-classic@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-31.1.0.tgz#82b10d6f4d15c9186029aabd1dbb157c7cd97b5f" + integrity sha512-DCwDBnjQ5vuD47JMmbuo193nb/hMW+mlHaHMBEy8lCWtfsUpqd6pG1mG5zCvTAX++8XDVFAjtdayANuQRej0jg== + dependencies: + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-engine@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-31.1.0.tgz#35cdc74224b20de506ae51618fa778c488439c68" + integrity sha512-lHZjdKKeBWR4N2rk4rdnxDtdE3F1Q7Z2Ag2RgHG8GT3J6s2BNx/z++9GxhlCKPR3TQ70XWCLBLGXuFHXIvU0Kg== + dependencies: + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-enter@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-31.1.0.tgz#9edda405fa0669fe8e5f299fec56bbba60773183" + integrity sha512-9K5d12lCfvnUGESwxpu2UJCLsAaa40QR4JgVHKV0CZpERfcsvcF3XdM8cggS/Ovin2TBq1w+tXhOKbop5Why9Q== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-essentials@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-31.1.0.tgz#513d0e67ccf9c862ffaaaee80d48be68b6c2560c" + integrity sha512-QXFDBHfovjJ5BtIh2YEi37Y3L3/5tvV3XB+W04vTyPP7fkK/kAf7+0I8XpQzW9v2OMQEPvCyeSBOHWXD2P4G2Q== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-heading@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-31.1.0.tgz#cc987ea27549567b1d1911cb9e01fcc9544cfb84" + integrity sha512-KVRl0aTT/2XBOp/hVrVa2lq9/WXc78XMT2a2cnXPHcbH8hbE0jvBSSHK6HM4SrbM1Xjv+l02a9syluNMPK3PDg== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-image@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-image/-/ckeditor5-image-31.1.0.tgz#d1f17f07ac7fd83b2f8ac75f6012fa0c94fd724b" + integrity sha512-TvEVrq6fRazITt2CMU8rPLQPCW8DrP5tE/fyXsh1cwfFzPYKxyMqFrNb65GMSTFIVWgJ1RfWac9GLTMw6c1tRg== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-indent@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-31.1.0.tgz#ce0422071a8b04b18bb5e35c3afb620d4107e773" + integrity sha512-kHme0J60/y8NCD2VBkYPY0fb3ypx1FqlE1Dt+2rujd2d+boSbML72eAkDDhHODcBohUDyudjm8wflJSsadBbhw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-link@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-link/-/ckeditor5-link-31.1.0.tgz#dffd84b974d56ab0a9354738e8f600fac94cb7c5" + integrity sha512-N81EmhslyZoDocbamYEXDsC2MJChSlG8N7ZsVd5+TGF2ZrGlY/5cczY/hEgJcs4CGMaXOboCGRZjGsQQ2Z4u0g== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-list@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-list/-/ckeditor5-list-31.1.0.tgz#0c8906ad30419c5f156c19b461555cdb8535637f" + integrity sha512-/L/wsqeW4r7VF+HNDs58tXtSCIPODqlAJ82zMt3Pk5wx8BgXmFgguZ3RRZJdC3CyP6VZwfDMAzDNgU6H51+Tuw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-media-embed@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-31.1.0.tgz#7c4a0c672d9ae00272245f68d4aa0db21aaf1bf8" + integrity sha512-/MflPFvjWnbdL2Pv+MtgKQPubLYPdH/I2BUKQkRGPdFBhdfiC9fcZWC+JzGw+GQzs4jVcgjKrnaz0fGHlIpjtA== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-paragraph@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-31.1.0.tgz#a0b620d89033b440a63cfc5991cd005d9bdfc532" + integrity sha512-rltzxwcKwR6mxZqomKLkrdLuVkkeKiESv7bweVY9VcPb7hk0BiLZcYkLqsOlfkZHWHWCiQ+5UDR8ctuaVmiUjg== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-paste-from-office@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-31.1.0.tgz#5b886144e6a3474009cdf1ec22de07ed27d41276" + integrity sha512-2BUHw2KmX7+YjR1IqMAPMiiSf01SEK64CPCmnOdNgV1XcM3Kjc2svdFCslulW6gT8C3WNFPD+aeAyp4O9LLnGw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-select-all@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-31.1.0.tgz#d7272a45e126586df6c906cd3712d32a7c8b015f" + integrity sha512-d6bTtuZLoBN61jPjbY562awfRYy+xhnCEIilsoRLb04mFNa6HnFs/mZtNIFqrm7dYZWSkJz9+1XwQouYW+kGqQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-table@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-table/-/ckeditor5-table-31.1.0.tgz#532fa802c9d882235e2374a9c2198c537cd6d892" + integrity sha512-GIVnraBOG5bPkF3KTV4anPIQo8CnMUkdwA3EYkdgpdOBSaaYYK4d66ej0OXCHSfKyJ+jwg9VoxVnQB/zZiCJLA== + dependencies: + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-typing@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-31.1.0.tgz#ce2c708d3ec283a9f16da0dd0dd6f7d82248ac5a" + integrity sha512-juskFEb1YrXLS+wcLEnc3GZtqkq95Q13sNAAyvKaEXzNphy4PBv+odLAwP7KCrxifVf278bgVxGDV5GPPAenOA== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-ui@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-31.1.0.tgz#c17fde1b6f7a787072eb1b0c0c629593565a45de" + integrity sha512-fHBLsRK7XRxeewm1NH9idU4zUguhysQPEmEhqWOi+GRt2I0pYrc22GYNJF3yKMqp1LfiLi7GAT66X2RL9rCEaQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-undo@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-31.1.0.tgz#910a110fd49e9c491793d7698a489e66e0a93294" + integrity sha512-eNWEP9E5Ji2W7NU6vCKOqjYW0+/xwXGkiExboTApudJDT1IWu2hqoaVQ+3eEWHWJbqCxIRSHif6+uYEBIoInXg== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + +"@ckeditor/ckeditor5-upload@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-31.1.0.tgz#b8ac2633590b02a2f69ad93fc715625c08ecf0ee" + integrity sha512-j+FNllYawZgTWCVOUSce/34SMfwgqNa2F7yvdmw4pmPSl8mlSZxSEYA9mLqbKpXwsuFY0iY14JQEB2bngNgTbA== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-utils@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-31.1.0.tgz#c3f4589df5c5ec8224c96dcf692e07d24ad31d7f" + integrity sha512-l2C2m8uLxKTblXX6SY+k40tK9U4pFZ2WCYP1dc3B0qz5an+h7e5EqRz3kFs+MVw0HM6VCYWDFql/JZDAFonOmQ== + dependencies: + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-vue@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-vue/-/ckeditor5-vue-2.0.1.tgz#f187cce9a4b116592a4e6feab09d8a6c991831d6" + integrity sha512-EriE1OQVNj1uhn3UL3myYY3JTfcUWHO46Yqga8U+/61V5vU3tIV6Z7/9q/MYe8UcFk0AM1sZcYXaKvWW57vnwg== + +"@ckeditor/ckeditor5-widget@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-31.1.0.tgz#2c196e2f67f446b6f9231689b73faa822ff4f1d4" + integrity sha512-e/B2qjgwXHuj/Qo+cGAM7j3NTPXvTikL+wjEF5sh5a0w5el9Sv97tzew5rojkZ6ypQykE+1ue+F579b74n7QiQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-enter" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@firebase/analytics-compat@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/analytics-compat/-/analytics-compat-0.1.6.tgz#a5a8c909c67128d89c0aaa1c87699d1c5e873746" + integrity sha512-xvdp4/zwOG1f+v9JSpfCQoPJ98HcJR42cEnZ9pRIQLmUy7L7QceIuaF3m+zVtoqa4agBQnJ1dhe58FshOFKOPw== + dependencies: + "@firebase/analytics" "0.7.5" + "@firebase/analytics-types" "0.7.0" + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/analytics-types@0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@firebase/analytics-types/-/analytics-types-0.7.0.tgz#91960e7c87ce8bf18cf8dd9e55ccbf5dc3989b5d" + integrity sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ== + +"@firebase/analytics@0.7.5": + version "0.7.5" + resolved "https://registry.yarnpkg.com/@firebase/analytics/-/analytics-0.7.5.tgz#c12a2ea10067e8e0947bc54758750c65a700e79f" + integrity sha512-vrKDh84hBbKPJaU2oAZDewyC79D8opJOQZ5AU3BXBBwEfRjKt3C3jj/Vl6aJUme+RKXlomTw3xcHIOoPzTgBVA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-check-compat@0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@firebase/app-check-compat/-/app-check-compat-0.2.3.tgz#f6ee8b8581423fe4efbba6165c14c3f9625a95e4" + integrity sha512-e2mKkuecr1XgsyTGXKfg83PcV1UdT7+tXYoHIjeBeLrP5gGL4OQbWCzzt6uVQpk1gmJbUktje/rd6Et6cdL+wg== + dependencies: + "@firebase/app-check" "0.5.3" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-check-interop-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/app-check-interop-types/-/app-check-interop-types-0.1.0.tgz#83afd9d41f99166c2bdb2d824e5032e9edd8fe53" + integrity sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA== + +"@firebase/app-check@0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@firebase/app-check/-/app-check-0.5.3.tgz#477ea3d925bde898dce1c25bc3d3886252ad2aaf" + integrity sha512-M2/UO5PgxHCl0wPYWGdF6lO8nqclwuRMCIrc+75xv3/Dr3hhUu4ztF5JNaAV5tktSCt1UrnASG+4rNVifCzSRw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-compat@0.1.16": + version "0.1.16" + resolved "https://registry.yarnpkg.com/@firebase/app-compat/-/app-compat-0.1.16.tgz#cf006b7c9639731a9f13e9d20c6a36298f73eeef" + integrity sha512-PCGqanykO1H2jO3gzT0x7VxjZ0stBkF89VBqpOJfZ+srjSQgfWZuHjwbaVoq2Ayza1/s79iF0Eg7LSBx54TBSg== + dependencies: + "@firebase/app" "0.7.15" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-types@0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.7.0.tgz#c9e16d1b8bed1a991840b8d2a725fb58d0b5899f" + integrity sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg== + +"@firebase/app@0.7.15": + version "0.7.15" + resolved "https://registry.yarnpkg.com/@firebase/app/-/app-0.7.15.tgz#b437bc6a0a2f8c592fc40812084df63aa302435f" + integrity sha512-jZzopQ5rKC3QcivZ9tBsYjPWB0+d5+lSO4tASIgAia30pyACCFaN2M1PKX/lwoGmB+oklHzSIMu+iNtLUyDl2A== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/auth-compat@0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@firebase/auth-compat/-/auth-compat-0.2.7.tgz#9386ea64096a445c244061b9a8686389a560b7bc" + integrity sha512-VdwGPf5Gr6s7JCW9Y7NOuCIp/izOHVdWcVKLlotcaWep3z+C+1eTws7bbQU+sy2xbsXEXETHAM6Gb6AMu8fC4g== + dependencies: + "@firebase/auth" "0.19.7" + "@firebase/auth-types" "0.11.0" + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + selenium-webdriver "^4.0.0-beta.2" + tslib "^2.1.0" + +"@firebase/auth-interop-types@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz#5ce13fc1c527ad36f1bb1322c4492680a6cf4964" + integrity sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g== + +"@firebase/auth-types@0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@firebase/auth-types/-/auth-types-0.11.0.tgz#b9c73c60ca07945b3bbd7a097633e5f78fa9e886" + integrity sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw== + +"@firebase/auth@0.19.7": + version "0.19.7" + resolved "https://registry.yarnpkg.com/@firebase/auth/-/auth-0.19.7.tgz#0c537e3966fc95f9e79783c49242818426956c96" + integrity sha512-+9a5ideiY+ey3LeRsg9RdnR+BjxJwN8+nfifNl1Hucuj2MZOXIv/D6D/6xzi4XdZj3cFrFvBjZdg5nCiKZsZ7w== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + selenium-webdriver "4.0.0-rc-1" + tslib "^2.1.0" + +"@firebase/component@0.5.10": + version "0.5.10" + resolved "https://registry.yarnpkg.com/@firebase/component/-/component-0.5.10.tgz#eab8acfd9b1a2b6534a63cbcd7cbc7660c47663d" + integrity sha512-mzUpg6rsBbdQJvAdu1rNWabU3O7qdd+B+/ubE1b+pTbBKfw5ySRpRRE6sKcZ/oQuwLh0HHB6FRJHcylmI7jDzA== + dependencies: + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/database-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/database-compat/-/database-compat-0.1.5.tgz#df451ce6a8d0ea2ebc2b1c8017da7d773424371d" + integrity sha512-UVxkHL24sZfsjsjs+yiKIdYdrWXHrLxSFCYNdwNXDlTkAc0CWP9AAY3feLhBVpUKk+4Cj0I4sGnyIm2C1ltAYg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/database" "0.12.5" + "@firebase/database-types" "0.9.4" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/database-types@0.9.4": + version "0.9.4" + resolved "https://registry.yarnpkg.com/@firebase/database-types/-/database-types-0.9.4.tgz#08b7da33d8dca8f5adab45bfb1cdf8654f2c6720" + integrity sha512-uAQuc6NUZ5Oh/cWZPeMValtcZ+4L1stgKOeYvz7mLn8+s03tnCDL2N47OLCHdntktVkhImQTwGNARgqhIhtNeA== + dependencies: + "@firebase/app-types" "0.7.0" + "@firebase/util" "1.4.3" + +"@firebase/database@0.12.5": + version "0.12.5" + resolved "https://registry.yarnpkg.com/@firebase/database/-/database-0.12.5.tgz#e7f8e8052c3038aff79633e5395c3cc5c30ca7b2" + integrity sha512-1Pd2jYqvqZI7SQWAiXbTZxmsOa29PyOaPiUtr8pkLSfLp4AeyMBegYAXCLYLW6BNhKn3zNKFkxYDxYHq4q+Ixg== + dependencies: + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + faye-websocket "0.11.4" + tslib "^2.1.0" + +"@firebase/firestore-compat@0.1.13": + version "0.1.13" + resolved "https://registry.yarnpkg.com/@firebase/firestore-compat/-/firestore-compat-0.1.13.tgz#d249d9ae92b33799ca836de7d0ba48ad0c872c8a" + integrity sha512-FJSSn0zYBuf8YQAqrRWnXT/fHI/PBgwNEz6IzGw7EN7KHLWX4lCwNBFhAK5+ieJJDN3CbXjtSeVH3qc+cPiOjA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/firestore" "3.4.4" + "@firebase/firestore-types" "2.5.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/firestore-types@2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@firebase/firestore-types/-/firestore-types-2.5.0.tgz#16fca40b6980fdb000de86042d7a96635f2bcdd7" + integrity sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA== + +"@firebase/firestore@3.4.4": + version "3.4.4" + resolved "https://registry.yarnpkg.com/@firebase/firestore/-/firestore-3.4.4.tgz#6810b2b9a9fa2cafe7c1d1d83f9274e15b95268d" + integrity sha512-IC8KZ6LbhECch9xPWp2Kj/0dqN+douzw7SWMAfWxXKmg+CjXpoyUoCh7UU/jshWafd4AUU3OV8QTv8tXRaMpdA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + "@firebase/webchannel-wrapper" "0.6.1" + "@grpc/grpc-js" "^1.3.2" + "@grpc/proto-loader" "^0.6.0" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/functions-compat@0.1.9": + version "0.1.9" + resolved "https://registry.yarnpkg.com/@firebase/functions-compat/-/functions-compat-0.1.9.tgz#c81b98a0b1378e234533b3552dcef9529da6c389" + integrity sha512-XhcLUVgxwqyk4euz1VO/qM6LUrkbR0vibh/2triR2ciJS2epkpvPICVMxWXaetsKOVpcaTs15eGpJClCRHGLjw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/functions" "0.7.8" + "@firebase/functions-types" "0.5.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/functions-types@0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@firebase/functions-types/-/functions-types-0.5.0.tgz#b50ba95ccce9e96f7cda453228ffe1684645625b" + integrity sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA== + +"@firebase/functions@0.7.8": + version "0.7.8" + resolved "https://registry.yarnpkg.com/@firebase/functions/-/functions-0.7.8.tgz#5cc45dddc42e8ce0fac7d8ce2f95e92bfbe33544" + integrity sha512-WNpKnQqufNkqHkFm1ol4oeF+/mA1y5gtj1csRFZqQS2EeDcq6FCs49abBFpjBOxWz8XDDNlSasCKhIrAAKIFfg== + dependencies: + "@firebase/app-check-interop-types" "0.1.0" + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.10" + "@firebase/messaging-interop-types" "0.1.0" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/installations@0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@firebase/installations/-/installations-0.5.5.tgz#b517e20fe4ce4b9e2f3349596391d54f2294bf7f" + integrity sha512-mYWUxYXPlxcR0YOikPw88TjIS2NK35Z0ivkJL0+FevNnVIsqwGSe12AtPlZB/kzjB0RtHoKW+cWC0V9xiTgJ3Q== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + idb "3.0.2" + tslib "^2.1.0" + +"@firebase/logger@0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@firebase/logger/-/logger-0.3.2.tgz#5046ffa8295c577846d54b6ca95645a03809800e" + integrity sha512-lzLrcJp9QBWpo40OcOM9B8QEtBw2Fk1zOZQdvv+rWS6gKmhQBCEMc4SMABQfWdjsylBcDfniD1Q+fUX1dcBTXA== + dependencies: + tslib "^2.1.0" + +"@firebase/messaging-compat@0.1.7": + version "0.1.7" + resolved "https://registry.yarnpkg.com/@firebase/messaging-compat/-/messaging-compat-0.1.7.tgz#db9066032bbb001f18d34d707e42f4703d3c8ffb" + integrity sha512-EKKcMin7myL8GXu2Mq6daje6o13VZtgxUKe+sLVL4DfxPbJdhVvNirYTi14KM81tDPdKAIakZNIGiIm/r8S2zA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/messaging" "0.9.7" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/messaging-interop-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/messaging-interop-types/-/messaging-interop-types-0.1.0.tgz#bdac02dd31edd5cb9eec37b1db698ea5e2c1a631" + integrity sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ== + +"@firebase/messaging@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@firebase/messaging/-/messaging-0.9.7.tgz#fa4e566f3632d3437cbc667c7755ed0c83ee38a2" + integrity sha512-qRPWO5fvS1yahe0As0rlpo+Gc3v5IKHlULGJPYvWGJWE3W5aCvooxsT3vYgYNmAMFjgLlugfg8KKd41O1ebgqg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/messaging-interop-types" "0.1.0" + "@firebase/util" "1.4.3" + idb "3.0.2" + tslib "^2.1.0" + +"@firebase/performance-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/performance-compat/-/performance-compat-0.1.5.tgz#e5e13629740ad28fdcbb7bb4e6e49160bbe71550" + integrity sha512-s9mqR0GXJaqvIZD/GsshacpKOGa3NP6Yht33mNEtpL7ERqj35mvD1CBoUwH52eMYAaxlQd9y9JrphQgK3EmWWw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/performance" "0.5.5" + "@firebase/performance-types" "0.1.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/performance-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/performance-types/-/performance-types-0.1.0.tgz#5e6efa9dc81860aee2cb7121b39ae8fa137e69fc" + integrity sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w== + +"@firebase/performance@0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@firebase/performance/-/performance-0.5.5.tgz#2ec0167f4d318f05a5a4fe6daac3977cc1bc598d" + integrity sha512-eA8mEKVnyY64fwAKxHbJF5t1hNkdR0EZVib0LfEWl/2elPmFcjik097hqLHzdFE88JYCxNGfFaSPo9Lbk/qe6A== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/polyfill@0.3.36": + version "0.3.36" + resolved "https://registry.yarnpkg.com/@firebase/polyfill/-/polyfill-0.3.36.tgz#c057cce6748170f36966b555749472b25efdb145" + integrity sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg== + dependencies: + core-js "3.6.5" + promise-polyfill "8.1.3" + whatwg-fetch "2.0.4" + +"@firebase/remote-config-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/remote-config-compat/-/remote-config-compat-0.1.5.tgz#560aef7ce56d235ac2cfbebccc65fbe9545f6574" + integrity sha512-bgpmrCGyOj46c0xNFvivcXRHlaVkbt4mX2etbF9s6jaOILPd4rBHIfAiBpKL64GGwTkrOjWO9/HZun4I01gbpg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/remote-config" "0.3.4" + "@firebase/remote-config-types" "0.2.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/remote-config-types@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@firebase/remote-config-types/-/remote-config-types-0.2.0.tgz#1e2759fc01f20b58c564db42196f075844c3d1fd" + integrity sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw== + +"@firebase/remote-config@0.3.4": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@firebase/remote-config/-/remote-config-0.3.4.tgz#1197c92513130bcb1fe67c4978e6a9b034ef88be" + integrity sha512-SLlyVVNJ6DnU1AOjNrmv5u9Fge7gUwZVooyxMIkaT3Lj9MBM5MwfJsoG3UyiV4l7yI0iPj34LuKPpMJXOOcs4w== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/storage-compat@0.1.10": + version "0.1.10" + resolved "https://registry.yarnpkg.com/@firebase/storage-compat/-/storage-compat-0.1.10.tgz#94a7fbe89e901f4cd0d8fbec4be554186f897fea" + integrity sha512-l/mvUhDEJ/0/F2uBqmEqxZk+jvIEwLc9BO6lGPE3TtPdT2896u3GIzbI4XHjSLLUo5bA0ZKz8Z7GVev9CLsHfA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/storage" "0.9.2" + "@firebase/storage-types" "0.6.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/storage-types@0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@firebase/storage-types/-/storage-types-0.6.0.tgz#0b1af64a2965af46fca138e5b70700e9b7e6312a" + integrity sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA== + +"@firebase/storage@0.9.2": + version "0.9.2" + resolved "https://registry.yarnpkg.com/@firebase/storage/-/storage-0.9.2.tgz#ca7bd034a45a9ec41412238eb82fe9413b1b4653" + integrity sha512-5xWgVHnE+n+cZAnFYd3NyNAQbp6/t3NL7TdqRGu1OaW5L7ioN7Rhq+L4I2yjIskVCoTaemYQDF+vICjCWoalbA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/util@1.4.3": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@firebase/util/-/util-1.4.3.tgz#4358cf5f18beaa9c8a1e5a5fc4c7c44a4ccd4b7b" + integrity sha512-gQJl6r0a+MElLQEyU8Dx0kkC2coPj67f/zKZrGR7z7WpLgVanhaCUqEsptwpwoxi9RMFIaebleG+C9xxoARq+Q== + dependencies: + tslib "^2.1.0" + +"@firebase/webchannel-wrapper@0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.6.1.tgz#0c74724ba6e9ea6ad25a391eab60a79eaba4c556" + integrity sha512-9FqhNjKQWpQ3fGnSOCovHOm+yhhiorKEqYLAfd525jWavunDJcx8rOW6i6ozAh+FbwcYMkL7b+3j4UR/30MpoQ== + +"@fullcalendar/bootstrap@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/bootstrap/-/bootstrap-5.10.1.tgz#40a3f15e8a76bd789644afd4c45b755c76803f90" + integrity sha512-KQRFRc/uiOw+jhcdt3oVIJMXcchsIgoet0nYfo8TRGisP5ZJ7DLoXl4iEVah/DFVkjqSyjre4iNsWzat2U4aww== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/common@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/common/-/common-5.10.1.tgz#a019951743852277a4095e536fd7716f6f85b9aa" + integrity sha512-EumKIJcQTvQdTs75/9dmeREFgjcRVWzqHJS1Xvlz5mNsmB+w9EINCHETRjChtAQg1WD/lTQyVj4sHsKO7vCMSw== + dependencies: + tslib "^2.1.0" + +"@fullcalendar/core@^5.10.1", "@fullcalendar/core@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/core/-/core-5.10.1.tgz#05c7653e5004149a63bcb03e9dc8b049186ca50b" + integrity sha512-8sVuC6ywXV+cxqsqTZaR1hgUqeyjVed20NyZ7lGW9AY0kma1GIEwLgqPS5Q6uVhHyin68lmgecKfJCwhxENE8w== + dependencies: + "@fullcalendar/common" "~5.10.1" + preact "^10.0.5" + tslib "^2.1.0" + +"@fullcalendar/daygrid@^5.10.1", "@fullcalendar/daygrid@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.10.1.tgz#bdee4f58364fdab631b2abf8b56094ab5776f203" + integrity sha512-sfUMP+rew0krsBffgNcWWKhBCiyytGfRKZJoc64E8ohX7VWjPcPZuB1xgO5U4wPLmNkT0rZiHoGeQGTXw1+ZKg== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/interaction@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/interaction/-/interaction-5.10.1.tgz#dfa74b5c50bbd5608eb50aeab6e579c8d20cb367" + integrity sha512-H1g1QeXg7yXtUcKmVtfg7uzm5R5ElFTvYniiXU+8kJda69IDg7Lee+Y7UDv5dvLb5/HxO86RhPVxRtcOQ8XdXw== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/list@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/list/-/list-5.10.1.tgz#8505aae09845b82f5bdb6251bda0f9d6342ef9d9" + integrity sha512-sB+AzM9P1nzGIzwVFNN8Zbocg5lkVQftyuJAZtULgu9o9e1rH/Aqsxt9Itf00N3WmMOh8H1LlnRpZF5kGu/j2w== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/timegrid@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-5.10.1.tgz#fa7feb909bf599eac1466b9e70c0d56ce0d1aefc" + integrity sha512-0O0m+JzFBlg8gxYr/rIjZViRlbndCtjZlDjjIylQHFBeWC32e3cpHEavKGbTIBLN8SDilUYAJnE21abSqC2G/w== + dependencies: + "@fullcalendar/common" "~5.10.1" + "@fullcalendar/daygrid" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/vue3@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/vue3/-/vue3-5.10.1.tgz#b34adcaf7837256a5aa9240592a0d97b55eb675d" + integrity sha512-Unc0Ya/PBbh1zXc3b8NYV9YlDD2J+V5+DbZ0Hbir4J+8tFgNZbSe94R0iAxvvygvj4RltoJz7cRE0Sp2J47G5Q== + dependencies: + "@fullcalendar/core" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/vue@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/vue/-/vue-5.10.1.tgz#900ffa55b9f57a3b35c6860e8028737b927d3374" + integrity sha512-fzWa76ztn4w6pWUHDGQnedrWeHaBUQ3uTuGT3nM7jr3NOKdufAfzh8y4UHRFN2P2pIWpcEV3wji6DZcHmqhyYw== + dependencies: + "@fullcalendar/core" "~5.10.1" + tslib "^2.1.0" + +"@googlemaps/js-api-loader@^1.12.11": + version "1.13.2" + resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.13.2.tgz#1a459f995c4f64fa1aec60f2693fc5033e97d703" + integrity sha512-/jFmrbQjc56OcMXoPSYYX9tUxmSLCmguBaAl3HeB3SyJM5G0Zwu7JdvkJ/ROJgPxrMdS/1j8gaNPxmtbUCbkVw== + dependencies: + fast-deep-equal "^3.1.3" + +"@grpc/grpc-js@^1.3.2": + version "1.5.3" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.3.tgz#fe78a40eab4e21a6044ff6f23798f712ea352a8f" + integrity sha512-q0xgaZ3ymUM+ZOhe1hdocVSdKHCnJ6llLSXcP+MqMXMyYPUZ3mzQOCxZ3Zkg+QZ7sZ950sn7hvueQrIJZumPZg== + dependencies: + "@grpc/proto-loader" "^0.6.4" + "@types/node" ">=12.12.47" + +"@grpc/proto-loader@^0.6.0", "@grpc/proto-loader@^0.6.4": + version "0.6.9" + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.9.tgz#4014eef366da733f8e04a9ddd7376fe8a58547b7" + integrity sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg== + dependencies: + "@types/long" "^4.0.1" + lodash.camelcase "^4.3.0" + long "^4.0.0" + protobufjs "^6.10.0" + yargs "^16.2.0" + +"@hapi/address@2.x.x": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" + integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== + +"@hapi/bourne@1.x.x": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a" + integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA== + +"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0": + version "8.5.1" + resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" + integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== + +"@hapi/joi@^15.0.1": + version "15.1.1" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7" + integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ== + dependencies: + "@hapi/address" "2.x.x" + "@hapi/bourne" "1.x.x" + "@hapi/hoek" "8.x.x" + "@hapi/topo" "3.x.x" + +"@hapi/topo@3.x.x": + version "3.1.6" + resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29" + integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ== + dependencies: + "@hapi/hoek" "^8.3.0" + +"@intervolga/optimize-cssnano-plugin@^1.0.5": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8" + integrity sha512-zN69TnSr0viRSU6cEDIcuPcP67QcpQ6uHACg58FiN9PDrU6SLyGW3MR4tiISbYxy1kDWAVPwD+XwQTWE5cigAA== + dependencies: + cssnano "^4.0.0" + cssnano-preset-default "^4.0.0" + postcss "^7.0.0" + +"@intlify/core-base@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.2.0-beta.35.tgz#ef714d6ddf387024b1f1c0fcde0040a11bd33b0e" + integrity sha512-53yuCpo2ov5OKdvBTvE5zKMo2clLVqNORwkcY9TUu0B+yrOeDwLWQnbPJnOoDu5KkRdbdXlMxnHNCpJ5vlGZ1g== + dependencies: + "@intlify/devtools-if" "9.2.0-beta.35" + "@intlify/message-compiler" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + "@intlify/vue-devtools" "9.2.0-beta.35" + +"@intlify/devtools-if@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.2.0-beta.35.tgz#16a8bb6b3f6d612ed705ab00a28eba8a8cb7b1ba" + integrity sha512-y3+7M+eS9mqeXTBa1QWAvt4nsjwWJ5G4xT+G3IFtd7Vb2CQHwli229n0avD+VdlDGwWCDWpLkny8QWtdNEYpOA== + dependencies: + "@intlify/shared" "9.2.0-beta.35" + +"@intlify/message-compiler@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.0-beta.35.tgz#3df3809650f4fef97d00ae739a87f33eb095bd79" + integrity sha512-wYQCgnRtyJ40HK3bJTrszHDaxqDXZH+9Ps7RsXNuNwZ9hIb1cVkLiUNIbuJS/XSJ1kATJXA6K+4if6ZLb0Ozxw== + dependencies: + "@intlify/shared" "9.2.0-beta.35" + source-map "0.6.1" + +"@intlify/shared@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-beta.35.tgz#10f98403cb541d29d90d428a2ef58fbd927caf1d" + integrity sha512-DXf7xrwf08GKhr93XPQ8EgaEN0CIELl+mAS6SlRhi/aLtZv5HSGSMkz4M/ICwoWzFLSgOx/ZdBSasex19MMogg== + +"@intlify/vue-devtools@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.0-beta.35.tgz#209b5c4964a6dfc40ecc0497334f3fcc347b59d8" + integrity sha512-h7nf5F7AV4uKrr7zKTIyv8EOaIv4yAXuo7tvnFsp5uF8FO+kpBwWDm5csw9v9neyz42hiINJSP0Amou9M2ShEA== + dependencies: + "@intlify/core-base" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + +"@j-t-mcc/vue3-chartjs@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@j-t-mcc/vue3-chartjs/-/vue3-chartjs-1.2.0.tgz#80c92d226473ccfa0c6b716500913bf6be397147" + integrity sha512-YFf5XpIXt+qPqW0S/RetEV/Dic7DvPoz+2BMrswDvXe4n0q83aanf6Lo0ae5wvwBwBzDXRQ2FSs8x9oecxQkeA== + +"@juggle/resize-observer@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0" + integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw== + +"@mrmlnc/readdir-enhanced@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" + integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== + dependencies: + call-me-maybe "^1.0.1" + glob-to-regexp "^0.3.0" + +"@nodelib/fs.stat@^1.1.2": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" + integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== + +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= + +"@protobufjs/base64@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== + +"@protobufjs/codegen@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== + +"@protobufjs/eventemitter@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= + +"@protobufjs/fetch@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= + dependencies: + "@protobufjs/aspromise" "^1.1.1" + "@protobufjs/inquire" "^1.1.0" + +"@protobufjs/float@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= + +"@protobufjs/inquire@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= + +"@protobufjs/path@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= + +"@protobufjs/pool@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= + +"@protobufjs/utf8@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= + +"@soda/friendly-errors-webpack-plugin@^1.7.1": + version "1.8.1" + resolved "https://registry.yarnpkg.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz#4d4fbb1108993aaa362116247c3d18188a2c6c85" + integrity sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg== + dependencies: + chalk "^3.0.0" + error-stack-parser "^2.0.6" + string-width "^4.2.3" + strip-ansi "^6.0.1" + +"@soda/get-current-script@^1.0.0": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz#a53515db25d8038374381b73af20bb4f2e508d87" + integrity sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w== + +"@swc/helpers@^0.2.13": + version "0.2.14" + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.2.14.tgz#20288c3627442339dd3d743c944f7043ee3590f0" + integrity sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA== + +"@tweenjs/tween.js@^18.6.4": + version "18.6.4" + resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-18.6.4.tgz#40a3d0a93647124872dec8e0fd1bd5926695b6ca" + integrity sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ== + +"@types/body-parser@*": + version "1.19.2" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" + integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/connect-history-api-fallback@*": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" + integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== + dependencies: + "@types/express-serve-static-core" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.35" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" + integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== + dependencies: + "@types/node" "*" + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.28" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" + integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express@*": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" + integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/glob@^7.1.1": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" + integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== + dependencies: + "@types/minimatch" "*" + "@types/node" "*" + +"@types/http-proxy@^1.17.5": + version "1.17.8" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55" + integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA== + dependencies: + "@types/node" "*" + +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": + version "7.0.9" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + +"@types/long@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" + integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== + +"@types/minimatch@*": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== + +"@types/minimist@^1.2.0": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" + integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== + +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": + version "17.0.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.13.tgz#5ed7ed7c662948335fcad6c412bb42d99ea754e3" + integrity sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw== + +"@types/normalize-package-data@^2.4.0": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== + +"@types/q@^1.5.1": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" + integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== + +"@types/qs@*": + version "6.9.7" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== + +"@types/range-parser@*": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" + integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== + +"@types/serve-static@*": + version "1.13.10" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" + integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +"@types/source-list-map@*": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" + integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== + +"@types/tapable@^1": + version "1.0.8" + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== + +"@types/uglify-js@*": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea" + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ== + dependencies: + source-map "^0.6.1" + +"@types/webpack-dev-server@^3.11.0": + version "3.11.6" + resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.6.tgz#d8888cfd2f0630203e13d3ed7833a4d11b8a34dc" + integrity sha512-XCph0RiiqFGetukCTC3KVnY1jwLcZ84illFRMbyFzCcWl90B/76ew0tSqF46oBhnLC4obNDG7dMO0JfTN0MgMQ== + dependencies: + "@types/connect-history-api-fallback" "*" + "@types/express" "*" + "@types/serve-static" "*" + "@types/webpack" "^4" + http-proxy-middleware "^1.0.0" + +"@types/webpack-sources@*": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== + dependencies: + "@types/node" "*" + "@types/source-list-map" "*" + source-map "^0.7.3" + +"@types/webpack@^4", "@types/webpack@^4.0.0": + version "4.41.32" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== + dependencies: + "@types/node" "*" + "@types/tapable" "^1" + "@types/uglify-js" "*" + "@types/webpack-sources" "*" + anymatch "^3.0.0" + source-map "^0.6.0" + +"@vue-leaflet/vue-leaflet@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@vue-leaflet/vue-leaflet/-/vue-leaflet-0.6.1.tgz#d731a5d2256d049e345f58330616180191d88b12" + integrity sha512-/sm0bdrdftXh5nSGEPsoKrJI1D/GtKiEsBo9X/TA2yu4lYTDcaem6U4t1Ea5CoLleiZRCNUrZr9PG/xHdUPXYA== + +"@vue/babel-helper-vue-jsx-merge-props@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" + integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== + +"@vue/babel-helper-vue-transform-on@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" + integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA== + +"@vue/babel-plugin-jsx@^1.0.3": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz#0c5bac27880d23f89894cd036a37b55ef61ddfc1" + integrity sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + "@babel/template" "^7.0.0" + "@babel/traverse" "^7.0.0" + "@babel/types" "^7.0.0" + "@vue/babel-helper-vue-transform-on" "^1.0.2" + camelcase "^6.0.0" + html-tags "^3.1.0" + svg-tags "^1.0.0" + +"@vue/babel-plugin-transform-vue-jsx@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.2.1.tgz#646046c652c2f0242727f34519d917b064041ed7" + integrity sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + html-tags "^2.0.0" + lodash.kebabcase "^4.1.1" + svg-tags "^1.0.0" + +"@vue/babel-preset-app@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.15.tgz#f6bc08f8f674e98a260004234cde18b966d72eb0" + integrity sha512-J+YttzvwRfV1BPczf8r3qCevznYk+jh531agVF+5EYlHF4Sgh/cGXTz9qkkiux3LQgvhEGXgmCteg1n38WuuKg== + dependencies: + "@babel/core" "^7.11.0" + "@babel/helper-compilation-targets" "^7.9.6" + "@babel/helper-module-imports" "^7.8.3" + "@babel/plugin-proposal-class-properties" "^7.8.3" + "@babel/plugin-proposal-decorators" "^7.8.3" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-jsx" "^7.8.3" + "@babel/plugin-transform-runtime" "^7.11.0" + "@babel/preset-env" "^7.11.0" + "@babel/runtime" "^7.11.0" + "@vue/babel-plugin-jsx" "^1.0.3" + "@vue/babel-preset-jsx" "^1.2.4" + babel-plugin-dynamic-import-node "^2.3.3" + core-js "^3.6.5" + core-js-compat "^3.6.5" + semver "^6.1.0" + +"@vue/babel-preset-jsx@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87" + integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w== + dependencies: + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + "@vue/babel-sugar-composition-api-inject-h" "^1.2.1" + "@vue/babel-sugar-composition-api-render-instance" "^1.2.4" + "@vue/babel-sugar-functional-vue" "^1.2.2" + "@vue/babel-sugar-inject-h" "^1.2.2" + "@vue/babel-sugar-v-model" "^1.2.3" + "@vue/babel-sugar-v-on" "^1.2.3" + +"@vue/babel-sugar-composition-api-inject-h@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.2.1.tgz#05d6e0c432710e37582b2be9a6049b689b6f03eb" + integrity sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-composition-api-render-instance@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.4.tgz#e4cbc6997c344fac271785ad7a29325c51d68d19" + integrity sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-functional-vue@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz#267a9ac8d787c96edbf03ce3f392c49da9bd2658" + integrity sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-inject-h@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.2.2.tgz#d738d3c893367ec8491dcbb669b000919293e3aa" + integrity sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-v-model@^1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.3.tgz#fa1f29ba51ebf0aa1a6c35fa66d539bc459a18f2" + integrity sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + camelcase "^5.0.0" + html-tags "^2.0.0" + svg-tags "^1.0.0" + +"@vue/babel-sugar-v-on@^1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.2.3.tgz#342367178586a69f392f04bfba32021d02913ada" + integrity sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + camelcase "^5.0.0" + +"@vue/cli-overlay@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.15.tgz#0700fd6bad39336d4189ba3ff7d25e638e818c9c" + integrity sha512-0zI0kANAVmjFO2LWGUIzdGPMeE3+9k+KeRDXsUqB30YfRF7abjfiiRPq5BU9pOzlJbVdpRkisschBrvdJqDuDg== + +"@vue/cli-plugin-babel@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.15.tgz#ae4fb2ed54255fe3d84df381dab68509641179ed" + integrity sha512-hBLrwYfFkHldEe34op/YNgPhpOWI5n5DB2Qt9I/1Epeif4M4iFaayrgjvOR9AVM6WbD3Yx7WCFszYpWrQZpBzQ== + dependencies: + "@babel/core" "^7.11.0" + "@vue/babel-preset-app" "^4.5.15" + "@vue/cli-shared-utils" "^4.5.15" + babel-loader "^8.1.0" + cache-loader "^4.1.0" + thread-loader "^2.1.3" + webpack "^4.0.0" + +"@vue/cli-plugin-eslint@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.15.tgz#5781824a941f34c26336a67b1f6584a06c6a24ff" + integrity sha512-/2Fl6wY/5bz3HD035oSnFRMsKNxDxU396KqBdpCQdwdvqk4mm6JAbXqihpcBRTNPeTO6w+LwGe6FE56PVbJdbg== + dependencies: + "@vue/cli-shared-utils" "^4.5.15" + eslint-loader "^2.2.1" + globby "^9.2.0" + inquirer "^7.1.0" + webpack "^4.0.0" + yorkie "^2.0.0" + +"@vue/cli-plugin-router@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.15.tgz#1e75c8c89df42c694f143b9f1028de3cf5d61e1e" + integrity sha512-q7Y6kP9b3k55Ca2j59xJ7XPA6x+iSRB+N4ac0ZbcL1TbInVQ4j5wCzyE+uqid40hLy4fUdlpl4X9fHJEwuVxPA== + dependencies: + "@vue/cli-shared-utils" "^4.5.15" + +"@vue/cli-plugin-vuex@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.15.tgz#466c1f02777d02fef53a9bb49a36cc3a3bcfec4e" + integrity sha512-fqap+4HN+w+InDxlA3hZTOGE0tzBTgXhKLoDydhywqgmhQ1D9JA6Feh94ze6tG8DsWX58/ujYUqA8jAz17FJtg== + +"@vue/cli-service@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.5.15.tgz#0e9a186d51550027d0e68e95042077eb4d115b45" + integrity sha512-sFWnLYVCn4zRfu45IcsIE9eXM0YpDV3S11vlM2/DVbIPAGoYo5ySpSof6aHcIvkeGsIsrHFpPHzNvDZ/efs7jA== + dependencies: + "@intervolga/optimize-cssnano-plugin" "^1.0.5" + "@soda/friendly-errors-webpack-plugin" "^1.7.1" + "@soda/get-current-script" "^1.0.0" + "@types/minimist" "^1.2.0" + "@types/webpack" "^4.0.0" + "@types/webpack-dev-server" "^3.11.0" + "@vue/cli-overlay" "^4.5.15" + "@vue/cli-plugin-router" "^4.5.15" + "@vue/cli-plugin-vuex" "^4.5.15" + "@vue/cli-shared-utils" "^4.5.15" + "@vue/component-compiler-utils" "^3.1.2" + "@vue/preload-webpack-plugin" "^1.1.0" + "@vue/web-component-wrapper" "^1.2.0" + acorn "^7.4.0" + acorn-walk "^7.1.1" + address "^1.1.2" + autoprefixer "^9.8.6" + browserslist "^4.12.0" + cache-loader "^4.1.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + cli-highlight "^2.1.4" + clipboardy "^2.3.0" + cliui "^6.0.0" + copy-webpack-plugin "^5.1.1" + css-loader "^3.5.3" + cssnano "^4.1.10" + debug "^4.1.1" + default-gateway "^5.0.5" + dotenv "^8.2.0" + dotenv-expand "^5.1.0" + file-loader "^4.2.0" + fs-extra "^7.0.1" + globby "^9.2.0" + hash-sum "^2.0.0" + html-webpack-plugin "^3.2.0" + launch-editor-middleware "^2.2.1" + lodash.defaultsdeep "^4.6.1" + lodash.mapvalues "^4.6.0" + lodash.transform "^4.6.0" + mini-css-extract-plugin "^0.9.0" + minimist "^1.2.5" + pnp-webpack-plugin "^1.6.4" + portfinder "^1.0.26" + postcss-loader "^3.0.0" + ssri "^8.0.1" + terser-webpack-plugin "^1.4.4" + thread-loader "^2.1.3" + url-loader "^2.2.0" + vue-loader "^15.9.2" + vue-style-loader "^4.1.2" + webpack "^4.0.0" + webpack-bundle-analyzer "^3.8.0" + webpack-chain "^6.4.0" + webpack-dev-server "^3.11.0" + webpack-merge "^4.2.2" + optionalDependencies: + vue-loader-v16 "npm:vue-loader@^16.1.0" + +"@vue/cli-shared-utils@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.15.tgz#dba3858165dbe3465755f256a4890e69084532d6" + integrity sha512-SKaej9hHzzjKSOw1NlFmc6BSE0vcqUQMQiv1cxQ2DhVyy4QxZXBmzmiLBUBe+hYZZs1neXW7n//udeN9bCAY+Q== + dependencies: + "@hapi/joi" "^15.0.1" + chalk "^2.4.2" + execa "^1.0.0" + launch-editor "^2.2.1" + lru-cache "^5.1.1" + node-ipc "^9.1.1" + open "^6.3.0" + ora "^3.4.0" + read-pkg "^5.1.1" + request "^2.88.2" + semver "^6.1.0" + strip-ansi "^6.0.0" + +"@vue/compiler-core@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.29.tgz#b06097ab8ff0493177c68c5ea5b63d379a061097" + integrity sha512-RePZ/J4Ub3sb7atQw6V6Rez+/5LCRHGFlSetT3N4VMrejqJnNPXKUt5AVm/9F5MJriy2w/VudEIvgscCfCWqxw== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + source-map "^0.6.1" + +"@vue/compiler-core@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.31.tgz#d38f06c2cf845742403b523ab4596a3fda152e89" + integrity sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + source-map "^0.6.1" + +"@vue/compiler-dom@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.29.tgz#ad0ead405bd2f2754161335aad9758aa12430715" + integrity sha512-y26vK5khdNS9L3ckvkqJk/78qXwWb75Ci8iYLb67AkJuIgyKhIOcR1E8RIt4mswlVCIeI9gQ+fmtdhaiTAtrBQ== + dependencies: + "@vue/compiler-core" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/compiler-dom@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.31.tgz#b1b7dfad55c96c8cc2b919cd7eb5fd7e4ddbf00e" + integrity sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg== + dependencies: + "@vue/compiler-core" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/compiler-sfc@3.2.29", "@vue/compiler-sfc@^3.0.0": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.29.tgz#f76d556cd5fca6a55a3ea84c88db1a2a53a36ead" + integrity sha512-X9+0dwsag2u6hSOP/XsMYqFti/edvYvxamgBgCcbSYuXx1xLZN+dS/GvQKM4AgGS4djqo0jQvWfIXdfZ2ET68g== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.29" + "@vue/compiler-dom" "3.2.29" + "@vue/compiler-ssr" "3.2.29" + "@vue/reactivity-transform" "3.2.29" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + magic-string "^0.25.7" + postcss "^8.1.10" + source-map "^0.6.1" + +"@vue/compiler-sfc@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.31.tgz#d02b29c3fe34d599a52c5ae1c6937b4d69f11c2f" + integrity sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.31" + "@vue/compiler-dom" "3.2.31" + "@vue/compiler-ssr" "3.2.31" + "@vue/reactivity-transform" "3.2.31" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + magic-string "^0.25.7" + postcss "^8.1.10" + source-map "^0.6.1" + +"@vue/compiler-ssr@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.29.tgz#37b15b32dcd2f6b410bb61fca3f37b1a92b7eb1e" + integrity sha512-LrvQwXlx66uWsB9/VydaaqEpae9xtmlUkeSKF6aPDbzx8M1h7ukxaPjNCAXuFd3fUHblcri8k42lfimHfzMICA== + dependencies: + "@vue/compiler-dom" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/compiler-ssr@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.31.tgz#4fa00f486c9c4580b40a4177871ebbd650ecb99c" + integrity sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw== + dependencies: + "@vue/compiler-dom" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9" + integrity sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ== + dependencies: + consolidate "^0.15.1" + hash-sum "^1.0.2" + lru-cache "^4.1.2" + merge-source-map "^1.1.0" + postcss "^7.0.36" + postcss-selector-parser "^6.0.2" + source-map "~0.6.1" + vue-template-es2015-compiler "^1.9.0" + optionalDependencies: + prettier "^1.18.2 || ^2.0.0" + +"@vue/devtools-api@^6.0.0-beta.11", "@vue/devtools-api@^6.0.0-beta.18": + version "6.0.0-beta.21.1" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.21.1.tgz#f1410f53c42aa67fa3b01ca7bdba891f69d7bc97" + integrity sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw== + +"@vue/devtools-api@^6.0.0-beta.13": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.1.4.tgz#b4aec2f4b4599e11ba774a50c67fa378c9824e53" + integrity sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ== + +"@vue/preload-webpack-plugin@^1.1.0": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz#ceb924b4ecb3b9c43871c7a429a02f8423e621ab" + integrity sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ== + +"@vue/reactivity-transform@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.29.tgz#a08d606e10016b7cf588d1a43dae4db2953f9354" + integrity sha512-YF6HdOuhdOw6KyRm59+3rML8USb9o8mYM1q+SH0G41K3/q/G7uhPnHGKvspzceD7h9J3VR1waOQ93CUZj7J7OA== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.29" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + magic-string "^0.25.7" + +"@vue/reactivity-transform@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.31.tgz#0f5b25c24e70edab2b613d5305c465b50fc00911" + integrity sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.31" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + magic-string "^0.25.7" + +"@vue/reactivity@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.29.tgz#afdc9c111d4139b14600be17ad80267212af6052" + integrity sha512-Ryhb6Gy62YolKXH1gv42pEqwx7zs3n8gacRVZICSgjQz8Qr8QeCcFygBKYfJm3o1SccR7U+bVBQDWZGOyG1k4g== + dependencies: + "@vue/shared" "3.2.29" + +"@vue/reactivity@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.31.tgz#fc90aa2cdf695418b79e534783aca90d63a46bbd" + integrity sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw== + dependencies: + "@vue/shared" "3.2.31" + +"@vue/runtime-core@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.29.tgz#fb8577b2fcf52e8d967bd91cdf49ab9fb91f9417" + integrity sha512-VMvQuLdzoTGmCwIKTKVwKmIL0qcODIqe74JtK1pVr5lnaE0l25hopodmPag3RcnIcIXe+Ye3B2olRCn7fTCgig== + dependencies: + "@vue/reactivity" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/runtime-core@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.31.tgz#9d284c382f5f981b7a7b5971052a1dc4ef39ac7a" + integrity sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA== + dependencies: + "@vue/reactivity" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/runtime-dom@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.29.tgz#35e9a2bf04ef80b86ac2ca0e7b2ceaccf1e18f01" + integrity sha512-YJgLQLwr+SQyORzTsBQLL5TT/5UiV83tEotqjL7F9aFDIQdFBTCwpkCFvX9jqwHoyi9sJqM9XtTrMcc8z/OjPA== + dependencies: + "@vue/runtime-core" "3.2.29" + "@vue/shared" "3.2.29" + csstype "^2.6.8" + +"@vue/runtime-dom@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.31.tgz#79ce01817cb3caf2c9d923f669b738d2d7953eff" + integrity sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g== + dependencies: + "@vue/runtime-core" "3.2.31" + "@vue/shared" "3.2.31" + csstype "^2.6.8" + +"@vue/server-renderer@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.29.tgz#ea6afa361b9c781a868c8da18c761f9b7bc89102" + integrity sha512-lpiYx7ciV7rWfJ0tPkoSOlLmwqBZ9FTmQm33S+T4g0j1fO/LmhJ9b9Ctl1o5xvIFVDk9QkSUWANZn7H2pXuxVw== + dependencies: + "@vue/compiler-ssr" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/server-renderer@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.31.tgz#201e9d6ce735847d5989403af81ef80960da7141" + integrity sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg== + dependencies: + "@vue/compiler-ssr" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/shared@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.29.tgz#07dac7051117236431d2f737d16932aa38bbb925" + integrity sha512-BjNpU8OK6Z0LVzGUppEk0CMYm/hKDnZfYdjSmPOs0N+TR1cLKJAkDwW8ASZUvaaSLEi6d3hVM7jnWnX+6yWnHw== + +"@vue/shared@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.31.tgz#c90de7126d833dcd3a4c7534d534be2fb41faa4e" + integrity sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ== + +"@vue/web-component-wrapper@^1.2.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz#b6b40a7625429d2bd7c2281ddba601ed05dc7f1a" + integrity sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA== + +"@vueform/multiselect@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@vueform/multiselect/-/multiselect-2.3.1.tgz#4fbaf81ece0fcf7f1eb08b718c8d81028d3438ab" + integrity sha512-JyOfVOanRZHDWzdgrbO05KvSu4WOH4aPPa2sajMxu4C4QjZp2NeezW6Bdt588IuFfVn34n0s0w8w/bxtuH4KRQ== + +"@vueform/slider@^2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@vueform/slider/-/slider-2.0.8.tgz#efd707d036635d236ad34c42294d74618590ff28" + integrity sha512-aQQ0VL2JJwbKNLyDhX4vFkvVgYTwemSvyEW16S0hkaledDMUTQC73b5ZWQOwZdOq4cjFreS9lYiUBQ+t4kcYKw== + +"@vuelidate/core@^2.0.0-alpha.34": + version "2.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@vuelidate/core/-/core-2.0.0-alpha.34.tgz#4a2ce2ae18c8ffadb76b296b2c7c0e10a2f48a37" + integrity sha512-8SHViBA+bBaXGH8UwcdGG7vEQ8mG8rhtsddJiq9Abz9YvzWxFxd8spAhe9ggfCtyRuvwCCpPbxx63NOGThVZkQ== + dependencies: + vue-demi "^0.12.0" + +"@vuelidate/validators@^2.0.0-alpha.26": + version "2.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@vuelidate/validators/-/validators-2.0.0-alpha.26.tgz#dbea8d44b7607ac0b4dced36ea3e4641f1617942" + integrity sha512-O53AU/dGMMOEPMC6bqhs9JvJAz03z0lLxIDq1tL8bWZylzRWeuF9a2sERxy82t2MnQ+ag15tUpTFpTbaYBm9tg== + dependencies: + vue-demi "^0.12.0" + +"@webassemblyjs/ast@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" + integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== + dependencies: + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + +"@webassemblyjs/floating-point-hex-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" + integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== + +"@webassemblyjs/helper-api-error@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" + integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== + +"@webassemblyjs/helper-buffer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" + integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== + +"@webassemblyjs/helper-code-frame@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" + integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== + dependencies: + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/helper-fsm@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" + integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== + +"@webassemblyjs/helper-module-context@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" + integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== + dependencies: + "@webassemblyjs/ast" "1.9.0" + +"@webassemblyjs/helper-wasm-bytecode@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" + integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== + +"@webassemblyjs/helper-wasm-section@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" + integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + +"@webassemblyjs/ieee754@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" + integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== + dependencies: + "@xtuc/ieee754" "^1.2.0" + +"@webassemblyjs/leb128@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" + integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== + dependencies: + "@xtuc/long" "4.2.2" + +"@webassemblyjs/utf8@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" + integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== + +"@webassemblyjs/wasm-edit@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" + integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/helper-wasm-section" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-opt" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/wasm-gen@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" + integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wasm-opt@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" + integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + +"@webassemblyjs/wasm-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" + integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wast-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" + integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/floating-point-hex-parser" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-code-frame" "1.9.0" + "@webassemblyjs/helper-fsm" "1.9.0" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/wast-printer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" + integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + "@xtuc/long" "4.2.2" + +"@xtuc/ieee754@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" + integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== + +"@xtuc/long@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== + +accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + dependencies: + mime-types "~2.1.24" + negotiator "0.6.2" + +acorn-jsx@^5.2.0: + version "5.3.2" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== + +acorn-walk@^7.1.1: + version "7.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" + integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== + +acorn@^6.4.1: + version "6.4.2" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" + integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + +acorn@^7.1.1, acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + +address@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" + integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== + +ajv-errors@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" + integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== + +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== + +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: + 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" + +alphanum-sort@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" + integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= + +ansi-colors@^3.0.0: + version "3.2.4" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" + integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== + +ansi-escapes@^4.2.1: + version "4.3.2" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" + +ansi-html-community@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" + integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + +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-styles@^3.2.0, 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" + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +anymatch@^3.0.0, anymatch@~3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +apexcharts@^3.33.0: + version "3.33.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.33.0.tgz#8fb807fb6c5a55a37a1168f0dbf0548d1ae69fdb" + integrity sha512-gOc0qZijuomtXTThLbb0sKn+mZJkVQADyK/Zw9vQ0JjKVbMYxzek61xk40hT49i1Sq6/MUqsz0WgUXYpqqf8Mg== + dependencies: + svg.draggable.js "^2.2.2" + svg.easing.js "^2.0.0" + svg.filter.js "^2.0.2" + svg.pathmorphing.js "^0.1.3" + svg.resize.js "^1.4.3" + svg.select.js "^3.0.1" + +aproba@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +arch@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" + integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +array-flatten@^2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" + integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== + +array-union@^1.0.1, array-union@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= + dependencies: + array-uniq "^1.0.1" + +array-uniq@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +asn1.js@^5.2.0: + version "5.4.1" + resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" + integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== + dependencies: + bn.js "^4.0.0" + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + safer-buffer "^2.1.0" + +asn1@~0.2.3: + version "0.2.6" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" + integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + +assert@^1.1.1: + version "1.5.0" + resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" + integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== + dependencies: + object-assign "^4.1.1" + util "0.10.3" + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +astral-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== + +async-each@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +async-limiter@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== + +async@^2.6.2: + version "2.6.3" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" + integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + dependencies: + lodash "^4.17.14" + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +attr-accept@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b" + integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg== + +autoprefixer@^9.8.6: + version "9.8.8" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" + integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== + dependencies: + browserslist "^4.12.0" + caniuse-lite "^1.0.30001109" + normalize-range "^0.1.2" + num2fraction "^1.2.2" + picocolors "^0.2.1" + postcss "^7.0.32" + postcss-value-parser "^4.1.0" + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + +aws4@^1.8.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" + integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== + +axios@^0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" + integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== + dependencies: + follow-redirects "^1.14.7" + +babel-eslint@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/parser" "^7.7.0" + "@babel/traverse" "^7.7.0" + "@babel/types" "^7.7.0" + eslint-visitor-keys "^1.0.0" + resolve "^1.12.0" + +babel-loader@^8.1.0: + version "8.2.3" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" + integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== + dependencies: + find-cache-dir "^3.3.1" + loader-utils "^1.4.0" + make-dir "^3.1.0" + schema-utils "^2.6.5" + +babel-plugin-dynamic-import-node@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== + dependencies: + object.assign "^4.1.0" + +babel-plugin-polyfill-corejs2@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" + integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.3.1" + semver "^6.1.1" + +babel-plugin-polyfill-corejs3@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz#d66183bf10976ea677f4149a7fcc4d8df43d4060" + integrity sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + core-js-compat "^3.20.0" + +babel-plugin-polyfill-regenerator@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" + integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + +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== + +base64-js@^1.0.2: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +batch@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" + integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= + +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + dependencies: + tweetnacl "^0.14.3" + +bfj@^6.1.1: + version "6.1.2" + resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f" + integrity sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw== + dependencies: + bluebird "^3.5.5" + check-types "^8.0.3" + hoopy "^0.1.4" + tryer "^1.0.1" + +big.js@^3.1.3: + version "3.2.0" + resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" + integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q== + +big.js@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" + integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + +bindings@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +bluebird@^3.1.1, bluebird@^3.5.5: + version "3.7.2" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: + version "4.12.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== + +bn.js@^5.0.0, bn.js@^5.1.1: + version "5.2.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" + integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== + +body-parser@1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.1.tgz#1499abbaa9274af3ecc9f6f10396c995943e31d4" + integrity sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA== + dependencies: + bytes "3.1.1" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.8.1" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.9.6" + raw-body "2.4.2" + type-is "~1.6.18" + +bonjour@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" + integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= + dependencies: + array-flatten "^2.1.0" + deep-equal "^1.0.1" + dns-equal "^1.0.0" + dns-txt "^2.0.2" + multicast-dns "^6.0.1" + multicast-dns-service-types "^1.1.0" + +boolbase@^1.0.0, boolbase@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= + +bootstrap-vue-3@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/bootstrap-vue-3/-/bootstrap-vue-3-0.1.0.tgz#363dd24d4f8109eb341ce54758fb5bc02d5405db" + integrity sha512-9u/S1qLFMppKdJ15mF/oi2FMj3XRy1ikNizWIobdxM3bhP4gMyo432CsCjtyNaB5jWHTZX+8y3Ylvvk4MQQGcw== + dependencies: + bootstrap "^5.1.3" + core-js "^3.6.5" + +bootstrap@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34" + integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q== + +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" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +braces@^3.0.1, braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +brorand@^1.0.1, brorand@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" + integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= + +browserify-aes@^1.0.0, browserify-aes@^1.0.4: + version "1.2.0" + resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" + integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== + dependencies: + buffer-xor "^1.0.3" + cipher-base "^1.0.0" + create-hash "^1.1.0" + evp_bytestokey "^1.0.3" + inherits "^2.0.1" + safe-buffer "^5.0.1" + +browserify-cipher@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" + integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== + dependencies: + browserify-aes "^1.0.4" + browserify-des "^1.0.0" + evp_bytestokey "^1.0.0" + +browserify-des@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" + integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== + dependencies: + cipher-base "^1.0.1" + des.js "^1.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" + integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== + dependencies: + bn.js "^5.0.0" + randombytes "^2.0.1" + +browserify-sign@^4.0.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" + integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== + dependencies: + bn.js "^5.1.1" + browserify-rsa "^4.0.1" + create-hash "^1.2.0" + create-hmac "^1.1.7" + elliptic "^6.5.3" + inherits "^2.0.4" + parse-asn1 "^5.1.5" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +browserify-zlib@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" + integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== + dependencies: + pako "~1.0.5" + +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.17.5, browserslist@^4.19.1: + version "4.19.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3" + integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A== + dependencies: + caniuse-lite "^1.0.30001286" + electron-to-chromium "^1.4.17" + escalade "^3.1.1" + node-releases "^2.0.1" + picocolors "^1.0.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== + +buffer-indexof@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" + integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== + +buffer-json@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/buffer-json/-/buffer-json-2.0.0.tgz#f73e13b1e42f196fe2fd67d001c7d7107edd7c23" + integrity sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw== + +buffer-xor@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" + integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= + +buffer@^4.3.0: + version "4.9.2" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" + integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== + dependencies: + base64-js "^1.0.2" + ieee754 "^1.1.4" + isarray "^1.0.0" + +builtin-status-codes@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" + integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + +bytes@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a" + integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg== + +cacache@^12.0.2, cacache@^12.0.3: + version "12.0.4" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" + integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== + dependencies: + bluebird "^3.5.5" + chownr "^1.1.1" + figgy-pudding "^3.5.1" + glob "^7.1.4" + graceful-fs "^4.1.15" + infer-owner "^1.0.3" + lru-cache "^5.1.1" + mississippi "^3.0.0" + mkdirp "^0.5.1" + move-concurrently "^1.0.1" + promise-inflight "^1.0.1" + rimraf "^2.6.3" + ssri "^6.0.1" + unique-filename "^1.1.1" + y18n "^4.0.0" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +cache-loader@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-4.1.0.tgz#9948cae353aec0a1fcb1eafda2300816ec85387e" + integrity sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw== + dependencies: + buffer-json "^2.0.0" + find-cache-dir "^3.0.0" + loader-utils "^1.2.3" + mkdirp "^0.5.1" + neo-async "^2.6.1" + schema-utils "^2.0.0" + +call-bind@^1.0.0, call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + +call-me-maybe@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" + integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= + +caller-callsite@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" + integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= + dependencies: + callsites "^2.0.0" + +caller-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" + integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= + dependencies: + caller-callsite "^2.0.0" + +callsites@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" + integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + +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== + +camel-case@3.0.x: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" + integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= + dependencies: + no-case "^2.2.0" + upper-case "^1.1.1" + +camelcase@^5.0.0, camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +camelcase@^6.0.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + +can-use-dom@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a" + integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= + +caniuse-api@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== + dependencies: + browserslist "^4.0.0" + caniuse-lite "^1.0.0" + lodash.memoize "^4.1.2" + lodash.uniq "^4.5.0" + +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001286: + version "1.0.30001303" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001303.tgz#9b168e4f43ccfc372b86f4bc5a551d9b909c95c9" + integrity sha512-/Mqc1oESndUNszJP0kx0UaQU9kEv9nNtJ7Kn8AdA0mNnH8eR1cj0kG+NbNuC1Wq/b21eA8prhKRA3bbkjONegQ== + +case-sensitive-paths-webpack-plugin@^2.3.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" + integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, 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@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^4.0.0, chalk@^4.1.0: + 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" + +chardet@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== + +chart.js@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.7.0.tgz#7a19c93035341df801d613993c2170a1fcf1d882" + integrity sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg== + +chartist@^0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/chartist/-/chartist-0.11.4.tgz#e96e1c573d8b67478920a3a6ae52359d9fc8d8b7" + integrity sha512-H4AimxaUD738/u9Mq8t27J4lh6STsLi4BQHt65nOtpLk3xyrBPaLiLMrHw7/WV9CmsjGA02WihjuL5qpSagLYw== + +check-types@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552" + integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== + +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + 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" + +chokidar@^2.1.8: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +chownr@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + +chrome-trace-event@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" + integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== + +ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== + +cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" + integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +ckeditor5@^31.1.0: + version "31.1.0" + resolved "https://registry.yarnpkg.com/ckeditor5/-/ckeditor5-31.1.0.tgz#abe8595e7cc64bd3e2b85cddfcab57caae3ecfef" + integrity sha512-uuU5JNeiLFIv6oMtSmHdKOmgO8ZjqoSqV/rJWSpc9yxXbhjjs3Gdb6lbF9f0V5OCvQSIBCTtYVYllzfXAXMyqA== + dependencies: + "@ckeditor/ckeditor5-clipboard" "^31.1.0" + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-enter" "^31.1.0" + "@ckeditor/ckeditor5-paragraph" "^31.1.0" + "@ckeditor/ckeditor5-select-all" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-undo" "^31.1.0" + "@ckeditor/ckeditor5-upload" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + "@ckeditor/ckeditor5-widget" "^31.1.0" + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +clean-css@4.2.x: + version "4.2.4" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178" + integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A== + dependencies: + source-map "~0.6.0" + +cli-cursor@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= + dependencies: + restore-cursor "^2.0.0" + +cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + dependencies: + restore-cursor "^3.1.0" + +cli-highlight@^2.1.4: + version "2.1.11" + resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.11.tgz#49736fa452f0aaf4fae580e30acb26828d2dc1bf" + integrity sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg== + dependencies: + chalk "^4.0.0" + highlight.js "^10.7.1" + mz "^2.4.0" + parse5 "^5.1.1" + parse5-htmlparser2-tree-adapter "^6.0.0" + yargs "^16.0.0" + +cli-spinners@^2.0.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" + integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== + +cli-width@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" + integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== + +click-outside-vue3@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/click-outside-vue3/-/click-outside-vue3-4.0.1.tgz#81a6ac01696b301764b42db6fdbdf28e7cd8ef95" + integrity sha512-sbplNecrup5oGqA3o4bo8XmvHRT6q9fvw21Z67aDbTqB9M6LF7CuYLTlLvNtOgKU6W3zst5H5zJuEh4auqA34g== + +clipboardy@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-2.3.0.tgz#3c2903650c68e46a91b388985bc2774287dba290" + integrity sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ== + dependencies: + arch "^2.1.1" + execa "^1.0.0" + is-wsl "^2.1.1" + +cliui@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + dependencies: + string-width "^3.1.0" + strip-ansi "^5.2.0" + wrap-ansi "^5.1.0" + +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^6.2.0" + +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= + +coa@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" + integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== + dependencies: + "@types/q" "^1.5.1" + chalk "^2.4.1" + q "^1.1.2" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0, color-convert@^1.9.3: + 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 sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@^1.0.0, 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== + +color-string@^1.6.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa" + integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +color@^3.0.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== + dependencies: + color-convert "^1.9.3" + color-string "^1.6.0" + +combined-stream@^1.0.6, combined-stream@~1.0.6: + 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.17.x: + version "2.17.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" + integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== + +commander@^2.18.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@~2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" + integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== + +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +compressible@~2.0.16: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +compression@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" + integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== + dependencies: + accepts "~1.3.5" + bytes "3.0.0" + compressible "~2.0.16" + debug "2.6.9" + on-headers "~1.0.2" + safe-buffer "5.1.2" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +concat-stream@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +connect-history-api-fallback@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" + integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== + +console-browserify@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" + integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== + +consolidate@^0.15.1: + version "0.15.1" + resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.15.1.tgz#21ab043235c71a07d45d9aad98593b0dba56bab7" + integrity sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + dependencies: + bluebird "^3.1.1" + +constants-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" + integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= + +content-disposition@0.5.4: + version "0.5.4" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== + dependencies: + safe-buffer "5.2.1" + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +convert-source-map@^1.7.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== + dependencies: + safe-buffer "~5.1.1" + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" + integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== + +copy-concurrently@^1.0.0: + version "1.0.5" + resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" + integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== + dependencies: + aproba "^1.1.1" + fs-write-stream-atomic "^1.0.8" + iferr "^0.1.5" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.0" + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +copy-webpack-plugin@^5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz#8a889e1dcafa6c91c6cd4be1ad158f1d3823bae2" + integrity sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ== + dependencies: + cacache "^12.0.3" + find-cache-dir "^2.1.0" + glob-parent "^3.1.0" + globby "^7.1.1" + is-glob "^4.0.1" + loader-utils "^1.2.3" + minimatch "^3.0.4" + normalize-path "^3.0.0" + p-limit "^2.2.1" + schema-utils "^1.0.0" + serialize-javascript "^4.0.0" + webpack-log "^2.0.0" + +core-js-compat@^3.20.0, core-js-compat@^3.20.2, core-js-compat@^3.6.5: + version "3.20.3" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6" + integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw== + dependencies: + browserslist "^4.19.1" + semver "7.0.0" + +core-js@3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" + integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + +core-js@^3.0.1, core-js@^3.6.5: + version "3.20.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a" + integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag== + +core-util-is@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + +cosmiconfig@^5.0.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" + integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + dependencies: + import-fresh "^2.0.0" + is-directory "^0.3.1" + js-yaml "^3.13.1" + parse-json "^4.0.0" + +create-ecdh@^4.0.0: + version "4.0.4" + resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" + integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== + dependencies: + bn.js "^4.1.0" + elliptic "^6.5.3" + +create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" + integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== + dependencies: + cipher-base "^1.0.1" + inherits "^2.0.1" + md5.js "^1.3.4" + ripemd160 "^2.0.1" + sha.js "^2.4.0" + +create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" + integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== + dependencies: + cipher-base "^1.0.3" + create-hash "^1.1.0" + inherits "^2.0.1" + ripemd160 "^2.0.0" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +cropperjs@^1.5.6: + version "1.5.12" + resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.5.12.tgz#d9c0db2bfb8c0d769d51739e8f916bbc44e10f50" + integrity sha512-re7UdjE5UnwdrovyhNzZ6gathI4Rs3KGCBSc8HCIjUo5hO42CtzyblmWLj6QWVw7huHyDMfpKxhiO2II77nhDw== + +cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^6.0.0, cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^7.0.0: + 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-browserify@^3.11.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" + integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== + dependencies: + browserify-cipher "^1.0.0" + browserify-sign "^4.0.0" + create-ecdh "^4.0.0" + create-hash "^1.1.0" + create-hmac "^1.1.0" + diffie-hellman "^5.0.0" + inherits "^2.0.1" + pbkdf2 "^3.0.3" + public-encrypt "^4.0.0" + randombytes "^2.0.0" + randomfill "^1.0.3" + +css-color-names@0.0.4, css-color-names@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" + integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= + +css-declaration-sorter@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" + integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== + dependencies: + postcss "^7.0.1" + timsort "^0.3.0" + +css-loader@^3.5.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" + integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== + dependencies: + camelcase "^5.3.1" + cssesc "^3.0.0" + icss-utils "^4.1.1" + loader-utils "^1.2.3" + normalize-path "^3.0.0" + postcss "^7.0.32" + postcss-modules-extract-imports "^2.0.0" + postcss-modules-local-by-default "^3.0.2" + postcss-modules-scope "^2.2.0" + postcss-modules-values "^3.0.0" + postcss-value-parser "^4.1.0" + schema-utils "^2.7.0" + semver "^6.3.0" + +css-select-base-adapter@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" + integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== + +css-select@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" + integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== + dependencies: + boolbase "^1.0.0" + css-what "^3.2.1" + domutils "^1.7.0" + nth-check "^1.0.2" + +css-select@^4.1.3: + version "4.2.1" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== + dependencies: + boolbase "^1.0.0" + css-what "^5.1.0" + domhandler "^4.3.0" + domutils "^2.8.0" + nth-check "^2.0.1" + +css-tree@1.0.0-alpha.37: + version "1.0.0-alpha.37" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" + integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== + dependencies: + mdn-data "2.0.4" + source-map "^0.6.1" + +css-tree@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== + dependencies: + mdn-data "2.0.14" + source-map "^0.6.1" + +css-what@^3.2.1: + version "3.4.2" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" + integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== + +css-what@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== + +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== + +cssnano-preset-default@^4.0.0, cssnano-preset-default@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff" + integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== + dependencies: + css-declaration-sorter "^4.0.1" + cssnano-util-raw-cache "^4.0.1" + postcss "^7.0.0" + postcss-calc "^7.0.1" + postcss-colormin "^4.0.3" + postcss-convert-values "^4.0.1" + postcss-discard-comments "^4.0.2" + postcss-discard-duplicates "^4.0.2" + postcss-discard-empty "^4.0.1" + postcss-discard-overridden "^4.0.1" + postcss-merge-longhand "^4.0.11" + postcss-merge-rules "^4.0.3" + postcss-minify-font-values "^4.0.2" + postcss-minify-gradients "^4.0.2" + postcss-minify-params "^4.0.2" + postcss-minify-selectors "^4.0.2" + postcss-normalize-charset "^4.0.1" + postcss-normalize-display-values "^4.0.2" + postcss-normalize-positions "^4.0.2" + postcss-normalize-repeat-style "^4.0.2" + postcss-normalize-string "^4.0.2" + postcss-normalize-timing-functions "^4.0.2" + postcss-normalize-unicode "^4.0.1" + postcss-normalize-url "^4.0.1" + postcss-normalize-whitespace "^4.0.2" + postcss-ordered-values "^4.1.2" + postcss-reduce-initial "^4.0.3" + postcss-reduce-transforms "^4.0.2" + postcss-svgo "^4.0.3" + postcss-unique-selectors "^4.0.1" + +cssnano-util-get-arguments@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" + integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= + +cssnano-util-get-match@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" + integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= + +cssnano-util-raw-cache@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" + integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== + dependencies: + postcss "^7.0.0" + +cssnano-util-same-parent@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" + integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== + +cssnano@^4.0.0, cssnano@^4.1.10: + version "4.1.11" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99" + integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== + dependencies: + cosmiconfig "^5.0.0" + cssnano-preset-default "^4.0.8" + is-resolvable "^1.0.0" + postcss "^7.0.0" + +csso@^4.0.2: + version "4.2.0" + resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== + dependencies: + css-tree "^1.1.2" + +csstype@^2.6.8: + version "2.6.19" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.19.tgz#feeb5aae89020bb389e1f63669a5ed490e391caa" + integrity sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ== + +cyclist@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + dependencies: + assert-plus "^1.0.0" + +date-fns@^2.22.1: + version "2.28.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" + integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== + +debug@2.6.9, debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^3.1.1, debug@^3.2.6: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== + dependencies: + ms "2.1.2" + +decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-equal@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" + integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== + dependencies: + is-arguments "^1.0.4" + is-date-object "^1.0.1" + is-regex "^1.0.4" + object-is "^1.0.1" + object-keys "^1.1.1" + regexp.prototype.flags "^1.2.0" + +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@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" + integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ== + +deepmerge@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== + +default-gateway@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" + integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== + dependencies: + execa "^1.0.0" + ip-regex "^2.1.0" + +default-gateway@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-5.0.5.tgz#4fd6bd5d2855d39b34cc5a59505486e9aafc9b10" + integrity sha512-z2RnruVmj8hVMmAnEJMTIJNijhKCDiGjbLP+BHJFOT7ld3Bo5qcIBpVYDniqhbMIIf+jZDlkP2MkPXiQy/DBLA== + dependencies: + execa "^3.3.0" + +defaults@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" + integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= + dependencies: + clone "^1.0.2" + +define-properties@^1.1.2, define-properties@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +del@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" + integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== + dependencies: + "@types/glob" "^7.1.1" + globby "^6.1.0" + is-path-cwd "^2.0.0" + is-path-in-cwd "^2.0.0" + p-map "^2.0.0" + pify "^4.0.1" + rimraf "^2.6.3" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +des.js@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" + integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + dependencies: + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +detect-node@^2.0.4: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" + integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== + +diffie-hellman@^5.0.0: + version "5.0.3" + resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" + integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== + dependencies: + bn.js "^4.1.0" + miller-rabin "^4.0.0" + randombytes "^2.0.0" + +dir-glob@^2.0.0, dir-glob@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" + integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== + dependencies: + path-type "^3.0.0" + +dns-equal@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" + integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= + +dns-packet@^1.3.1: + version "1.3.4" + resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f" + integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA== + dependencies: + ip "^1.1.0" + safe-buffer "^5.0.1" + +dns-txt@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" + integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= + dependencies: + buffer-indexof "^1.0.0" + +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" + +dom-converter@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" + integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== + dependencies: + utila "~0.4" + +dom-serializer@0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" + integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== + dependencies: + domelementtype "^2.0.1" + entities "^2.0.0" + +dom-serializer@^1.0.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + +domain-browser@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" + integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== + +domelementtype@1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" + integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== + +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== + dependencies: + domelementtype "^2.2.0" + +domutils@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" + integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== + dependencies: + dom-serializer "0" + domelementtype "1" + +domutils@^2.5.2, domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + +dot-prop@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== + dependencies: + is-obj "^2.0.0" + +dotenv-expand@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" + integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== + +dotenv@^8.2.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" + integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== + +dropzone@^6.0.0-beta.2: + version "6.0.0-beta.2" + resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-6.0.0-beta.2.tgz#098be8fa84bdc08674cf0b74f4c889e2679083d6" + integrity sha512-k44yLuFFhRk53M8zP71FaaNzJYIzr99SKmpbO/oZKNslDjNXQsBTdfLs+iONd0U0L94zzlFzRnFdqbLcs7h9fQ== + dependencies: + "@swc/helpers" "^0.2.13" + just-extend "^5.0.0" + +duplexer@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== + +duplexify@^3.4.2, duplexify@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" + integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +easy-stack@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.1.tgz#8afe4264626988cabb11f3c704ccd0c835411066" + integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w== + +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + +echarts@^5.2.2, echarts@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.3.0.tgz#39342fcf0f763413fecd9d2afd1c415163de694d" + integrity sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ== + dependencies: + tslib "2.3.0" + zrender "5.3.0" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +ejs@^2.6.1: + version "2.7.4" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" + integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== + +electron-to-chromium@^1.4.17: + version "1.4.56" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.56.tgz#f660fd2c6739b341d8922fe3a441a5a2804911a1" + integrity sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g== + +elliptic@^6.5.3: + version "6.5.4" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + hash.js "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" + +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + +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== + +emojis-list@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" + integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= + +emojis-list@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" + integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enhanced-resolve@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== + dependencies: + graceful-fs "^4.1.2" + memory-fs "^0.5.0" + tapable "^1.0.0" + +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +errno@^0.1.3, errno@~0.1.7: + version "0.1.8" + resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== + dependencies: + prr "~1.0.1" + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +error-stack-parser@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" + integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== + dependencies: + stackframe "^1.1.1" + +es-abstract@^1.17.2, es-abstract@^1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" + integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== + dependencies: + call-bind "^1.0.2" + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + get-intrinsic "^1.1.1" + get-symbol-description "^1.0.0" + has "^1.0.3" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + is-callable "^1.2.4" + is-negative-zero "^2.0.1" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.1" + is-string "^1.0.7" + is-weakref "^1.0.1" + object-inspect "^1.11.0" + object-keys "^1.1.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" + +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" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +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 sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +eslint-loader@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337" + integrity sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg== + dependencies: + loader-fs-cache "^1.0.0" + loader-utils "^1.0.2" + object-assign "^4.0.1" + object-hash "^1.1.4" + rimraf "^2.6.1" + +eslint-plugin-vue@^7.0.0: + version "7.20.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" + integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw== + dependencies: + eslint-utils "^2.1.0" + natural-compare "^1.4.0" + semver "^6.3.0" + vue-eslint-parser "^7.10.0" + +eslint-scope@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" + integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== + dependencies: + esrecurse "^4.1.0" + estraverse "^4.1.1" + +eslint-scope@^5.0.0, eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +eslint-utils@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" + integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" + integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + +eslint@^6.7.2: + version "6.8.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" + integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== + dependencies: + "@babel/code-frame" "^7.0.0" + ajv "^6.10.0" + chalk "^2.1.0" + cross-spawn "^6.0.5" + debug "^4.0.1" + doctrine "^3.0.0" + eslint-scope "^5.0.0" + eslint-utils "^1.4.3" + eslint-visitor-keys "^1.1.0" + espree "^6.1.2" + esquery "^1.0.1" + esutils "^2.0.2" + file-entry-cache "^5.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^5.0.0" + globals "^12.1.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + inquirer "^7.0.0" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.3.0" + lodash "^4.17.14" + minimatch "^3.0.4" + mkdirp "^0.5.1" + natural-compare "^1.4.0" + optionator "^0.8.3" + progress "^2.0.0" + regexpp "^2.0.1" + semver "^6.1.2" + strip-ansi "^5.2.0" + strip-json-comments "^3.0.1" + table "^5.2.3" + text-table "^0.2.0" + v8-compile-cache "^2.0.3" + +espree@^6.1.2, espree@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" + integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw== + dependencies: + acorn "^7.1.1" + acorn-jsx "^5.2.0" + eslint-visitor-keys "^1.1.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.0.1, esquery@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.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@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +estraverse@^5.1.0, estraverse@^5.2.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@^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== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-pubsub@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/event-pubsub/-/event-pubsub-4.3.0.tgz#f68d816bc29f1ec02c539dc58c8dd40ce72cb36e" + integrity sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ== + +eventemitter3@^4.0.0: + version "4.0.7" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" + integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + +events@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" + integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== + +eventsource@^1.0.7: + version "1.1.0" + resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.0.tgz#00e8ca7c92109e94b0ddf32dac677d841028cfaf" + integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== + dependencies: + original "^1.0.0" + +evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" + integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== + dependencies: + md5.js "^1.3.4" + safe-buffer "^5.1.1" + +execa@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" + integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== + dependencies: + cross-spawn "^6.0.0" + get-stream "^4.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execa@^3.3.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89" + integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== + dependencies: + cross-spawn "^7.0.0" + get-stream "^5.0.0" + human-signals "^1.1.1" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.0" + onetime "^5.1.0" + p-finally "^2.0.0" + signal-exit "^3.0.2" + strip-final-newline "^2.0.0" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +express@^4.16.3, express@^4.17.1: + version "4.17.2" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.2.tgz#c18369f265297319beed4e5558753cc8c1364cb3" + integrity sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg== + dependencies: + accepts "~1.3.7" + array-flatten "1.1.1" + body-parser "1.19.1" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.4.1" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.7" + qs "6.9.6" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.17.2" + serve-static "1.14.2" + setprototypeof "1.2.0" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +external-editor@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== + dependencies: + chardet "^0.7.0" + iconv-lite "^0.4.24" + tmp "^0.0.33" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + +extsprintf@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" + integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== + +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@^2.2.6: + version "2.2.7" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" + integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== + dependencies: + "@mrmlnc/readdir-enhanced" "^2.2.1" + "@nodelib/fs.stat" "^1.1.2" + glob-parent "^3.1.0" + is-glob "^4.0.0" + merge2 "^1.2.3" + micromatch "^3.1.10" + +fast-json-stable-stringify@^2.0.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 sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + +faye-websocket@0.11.4, faye-websocket@^0.11.3: + version "0.11.4" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== + dependencies: + websocket-driver ">=0.5.1" + +fecha@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce" + integrity sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q== + +figgy-pudding@^3.5.1: + version "3.5.2" + resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" + integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== + +figures@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== + dependencies: + escape-string-regexp "^1.0.5" + +file-entry-cache@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" + integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== + dependencies: + flat-cache "^2.0.1" + +file-loader@^4.2.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" + integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== + dependencies: + loader-utils "^1.2.3" + schema-utils "^2.5.0" + +file-selector@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.4.tgz#7b98286f9dbb9925f420130ea5ed0a69238d4d80" + integrity sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA== + dependencies: + tslib "^2.0.3" + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +filesize@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" + integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +finalhandler@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +find-cache-dir@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz#c8defae57c8a52a8a784f9e31c57c742e993a0b9" + integrity sha1-yN765XyKUqinhPnjHFfHQumToLk= + dependencies: + commondir "^1.0.1" + mkdirp "^0.5.1" + pkg-dir "^1.0.0" + +find-cache-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" + integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== + dependencies: + commondir "^1.0.1" + make-dir "^2.0.0" + pkg-dir "^3.0.0" + +find-cache-dir@^3.0.0, find-cache-dir@^3.3.1: + version "3.3.2" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" + integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== + dependencies: + commondir "^1.0.1" + make-dir "^3.0.2" + pkg-dir "^4.1.0" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +find-up@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +firebase@^9.6.3: + version "9.6.5" + resolved "https://registry.yarnpkg.com/firebase/-/firebase-9.6.5.tgz#cf664a953e85f8c7013783db9be21f063877ca9b" + integrity sha512-RtJjR5iWU4B9FyGIQ3uorJwp9vXiu5ozAJZZjd1m2Lh9lWqfTKVQitG6nZOdK/Bcc/p4X3OEzlCcBnbi+XFZBA== + dependencies: + "@firebase/analytics" "0.7.5" + "@firebase/analytics-compat" "0.1.6" + "@firebase/app" "0.7.15" + "@firebase/app-check" "0.5.3" + "@firebase/app-check-compat" "0.2.3" + "@firebase/app-compat" "0.1.16" + "@firebase/app-types" "0.7.0" + "@firebase/auth" "0.19.7" + "@firebase/auth-compat" "0.2.7" + "@firebase/database" "0.12.5" + "@firebase/database-compat" "0.1.5" + "@firebase/firestore" "3.4.4" + "@firebase/firestore-compat" "0.1.13" + "@firebase/functions" "0.7.8" + "@firebase/functions-compat" "0.1.9" + "@firebase/installations" "0.5.5" + "@firebase/messaging" "0.9.7" + "@firebase/messaging-compat" "0.1.7" + "@firebase/performance" "0.5.5" + "@firebase/performance-compat" "0.1.5" + "@firebase/polyfill" "0.3.36" + "@firebase/remote-config" "0.3.4" + "@firebase/remote-config-compat" "0.1.5" + "@firebase/storage" "0.9.2" + "@firebase/storage-compat" "0.1.10" + "@firebase/util" "1.4.3" + +flat-cache@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" + integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== + dependencies: + flatted "^2.0.0" + rimraf "2.6.3" + write "1.0.3" + +flatted@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" + integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== + +flush-write-stream@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" + integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== + dependencies: + inherits "^2.0.3" + readable-stream "^2.3.6" + +follow-redirects@^1.0.0, follow-redirects@^1.14.7: + version "1.14.7" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +from2@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.0" + +fs-extra@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + +fs-write-stream-atomic@^1.0.8: + version "1.0.10" + resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" + integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + dependencies: + graceful-fs "^4.1.2" + iferr "^0.1.5" + imurmurhash "^0.1.4" + readable-stream "1 || 2" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.7: + version "1.2.13" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + dependencies: + bindings "^1.5.0" + nan "^2.12.1" + +fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + +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-caller-file@^2.0.1, get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" + integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + +get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + +get-stream@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-symbol-description@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" + integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + dependencies: + assert-plus "^1.0.0" + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-parent@^5.0.0, 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-to-regexp@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" + integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= + +glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: + version "7.2.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" + integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + 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@^12.1.0: + version "12.4.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" + integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== + dependencies: + type-fest "^0.8.1" + +globby@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" + integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= + dependencies: + array-union "^1.0.1" + glob "^7.0.3" + object-assign "^4.0.1" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +globby@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" + integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA= + dependencies: + array-union "^1.0.1" + dir-glob "^2.0.0" + glob "^7.1.2" + ignore "^3.3.5" + pify "^3.0.0" + slash "^1.0.0" + +globby@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" + integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== + dependencies: + "@types/glob" "^7.1.1" + array-union "^1.0.2" + dir-glob "^2.2.2" + fast-glob "^2.2.6" + glob "^7.1.3" + ignore "^4.0.3" + pify "^4.0.1" + slash "^2.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: + version "4.2.9" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" + integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== + +gzip-size@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" + integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== + dependencies: + duplexer "^0.1.1" + pify "^4.0.1" + +handle-thing@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" + integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== + +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + dependencies: + ajv "^6.12.3" + har-schema "^2.0.0" + +has-bigints@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" + integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +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-symbols@^1.0.1, has-symbols@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" + integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.0, has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hash-base@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" + integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== + dependencies: + inherits "^2.0.4" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +hash-sum@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04" + integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ= + +hash-sum@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a" + integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== + +hash.js@^1.0.0, hash.js@^1.0.3: + version "1.1.7" + resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" + integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== + dependencies: + inherits "^2.0.3" + minimalistic-assert "^1.0.1" + +he@1.2.x: + version "1.2.0" + resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== + +hex-color-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" + integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== + +highlight.js@*: + version "11.4.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.4.0.tgz#34ceadd49e1596ee5aba3d99346cdfd4845ee05a" + integrity sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA== + +highlight.js@^10.7.1: + version "10.7.3" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531" + integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== + +hmac-drbg@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" + integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= + dependencies: + hash.js "^1.0.3" + minimalistic-assert "^1.0.0" + minimalistic-crypto-utils "^1.0.1" + +hoopy@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" + integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== + +hosted-git-info@^2.1.4: + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + +hpack.js@^2.1.6: + version "2.1.6" + resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" + integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= + dependencies: + inherits "^2.0.1" + obuf "^1.0.0" + readable-stream "^2.0.1" + wbuf "^1.1.0" + +hsl-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" + integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= + +hsla-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" + integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= + +html-entities@^1.3.1: + version "1.4.0" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" + integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== + +html-minifier@^3.2.3: + version "3.5.21" + resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c" + integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA== + dependencies: + camel-case "3.0.x" + clean-css "4.2.x" + commander "2.17.x" + he "1.2.x" + param-case "2.1.x" + relateurl "0.2.x" + uglify-js "3.4.x" + +html-tags@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" + integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos= + +html-tags@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" + integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== + +html-webpack-plugin@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" + integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s= + dependencies: + html-minifier "^3.2.3" + loader-utils "^0.2.16" + lodash "^4.17.3" + pretty-error "^2.0.2" + tapable "^1.0.0" + toposort "^1.0.0" + util.promisify "1.0.0" + +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" + +http-deceiver@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" + integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= + +http-errors@1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" + integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.2.0" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.1" + +http-errors@~1.6.2: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-parser-js@>=0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.5.tgz#d7c30d5d3c90d865b4a2e870181f9d6f22ac7ac5" + integrity sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA== + +http-proxy-middleware@0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" + integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== + dependencies: + http-proxy "^1.17.0" + is-glob "^4.0.0" + lodash "^4.17.11" + micromatch "^3.1.10" + +http-proxy-middleware@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#43700d6d9eecb7419bf086a128d0f7205d9eb665" + integrity sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg== + dependencies: + "@types/http-proxy" "^1.17.5" + http-proxy "^1.18.1" + is-glob "^4.0.1" + is-plain-obj "^3.0.0" + micromatch "^4.0.2" + +http-proxy@^1.17.0, http-proxy@^1.18.1: + version "1.18.1" + resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== + dependencies: + eventemitter3 "^4.0.0" + follow-redirects "^1.0.0" + requires-port "^1.0.0" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +https-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" + integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= + +human-signals@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== + +iconv-lite@0.4.24, iconv-lite@^0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +icss-utils@^4.0.0, icss-utils@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" + integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== + dependencies: + postcss "^7.0.14" + +idb@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/idb/-/idb-3.0.2.tgz#c8e9122d5ddd40f13b60ae665e4862f8b13fa384" + integrity sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw== + +ieee754@^1.1.4: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +iferr@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" + integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= + +ignore@^3.3.5: + version "3.3.10" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" + integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== + +ignore@^4.0.3, ignore@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" + integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== + +immediate@~3.0.5: + version "3.0.6" + resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" + integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= + +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + +import-cwd@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" + integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= + dependencies: + import-from "^2.1.0" + +import-fresh@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" + integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= + dependencies: + caller-path "^2.0.0" + resolve-from "^3.0.0" + +import-fresh@^3.0.0: + 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" + +import-from@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" + integrity sha1-M1238qev/VOqpHHUuAId7ja387E= + dependencies: + resolve-from "^3.0.0" + +import-local@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== + dependencies: + pkg-dir "^3.0.0" + resolve-cwd "^2.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +indexes-of@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" + integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= + +infer-owner@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +inherits@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" + integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= + +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +inquirer@^7.0.0, inquirer@^7.1.0: + version "7.3.3" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" + integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== + dependencies: + ansi-escapes "^4.2.1" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-width "^3.0.0" + external-editor "^3.0.3" + figures "^3.0.0" + lodash "^4.17.19" + mute-stream "0.0.8" + run-async "^2.4.0" + rxjs "^6.6.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + through "^2.3.6" + +internal-ip@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" + integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== + dependencies: + default-gateway "^4.2.0" + ipaddr.js "^1.9.0" + +internal-slot@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" + integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== + dependencies: + get-intrinsic "^1.1.0" + has "^1.0.3" + side-channel "^1.0.4" + +ip-regex@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= + +ip@^1.1.0, ip@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" + integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= + +ipaddr.js@1.9.1, ipaddr.js@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +is-absolute-url@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" + integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= + +is-absolute-url@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" + integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arguments@^1.0.4: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + +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@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +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-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.4, is-callable@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" + integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== + +is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== + dependencies: + ci-info "^1.5.0" + +is-color-stop@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" + integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= + dependencies: + css-color-names "^0.0.4" + hex-color-regex "^1.1.0" + hsl-regex "^1.0.0" + hsla-regex "^1.0.0" + rgb-regex "^1.0.1" + rgba-regex "^1.0.0" + +is-core-module@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" + integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== + dependencies: + has "^1.0.3" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + 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-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-directory@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" + integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + +is-docker@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.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 sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +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-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0, is-glob@^4.0.1, 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-negative-zero@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" + integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== + +is-number-object@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0" + integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + dependencies: + has-tostringtag "^1.0.0" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +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@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== + +is-path-cwd@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== + +is-path-in-cwd@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" + integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== + dependencies: + is-path-inside "^2.1.0" + +is-path-inside@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" + integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== + dependencies: + path-is-inside "^1.0.2" + +is-plain-obj@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" + integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= + +is-plain-obj@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" + integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-regex@^1.0.4, 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-resolvable@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" + integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== + +is-shared-array-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" + integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== + +is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + +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-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + +is-weakref@^1.0.1: + 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-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +is-wsl@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + +is-wsl@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + +isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + +javascript-stringify@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79" + integrity sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg== + +js-message@1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/js-message/-/js-message-1.0.7.tgz#fbddd053c7a47021871bb8b2c95397cc17c20e47" + integrity sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA== + +js-queue@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/js-queue/-/js-queue-2.0.2.tgz#0be590338f903b36c73d33c31883a821412cd482" + integrity sha512-pbKLsbCfi7kriM3s1J4DDCo7jQkI58zPLHi0heXPzPlj0hjUsm+FesPUbE0DSbIVIK503A36aUBoCN7eMFedkA== + dependencies: + easy-stack "^1.0.1" + +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@^3.13.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + +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 sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= + +json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +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@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 sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + +json3@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" + integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== + +json5@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= + +json5@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + dependencies: + minimist "^1.2.0" + +json5@^2.1.2: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== + dependencies: + minimist "^1.2.5" + +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= + optionalDependencies: + graceful-fs "^4.1.6" + +jsprim@^1.2.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" + integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.4.0" + verror "1.10.0" + +jszip@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9" + integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg== + dependencies: + lie "~3.3.0" + pako "~1.0.2" + readable-stream "~2.3.6" + set-immediate-shim "~1.0.1" + +just-extend@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-5.1.1.tgz#4f33b1fc719964f816df55acc905776694b713ab" + integrity sha512-b+z6yF1d4EOyDgylzQo5IminlUmzSeqR1hs/bzjBNjuGras4FXq/6TrzjxfN0j+TmI0ltJzTNlqXUMCniciwKQ== + +killable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" + integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +klona@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" + integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== + +launch-editor-middleware@^2.2.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.3.0.tgz#edd0ed45a46f5f1cf27540f93346b5de9e8c3be0" + integrity sha512-GJR64trLdFFwCoL9DMn/d1SZX0OzTDPixu4mcfWTShQ4tIqCHCGvlg9fOEYQXyBlrSMQwylsJfUWncheShfV2w== + dependencies: + launch-editor "^2.3.0" + +launch-editor@^2.2.1, launch-editor@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.3.0.tgz#23b2081403b7eeaae2918bda510f3535ccab0ee4" + integrity sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA== + dependencies: + picocolors "^1.0.0" + shell-quote "^1.6.1" + +leaflet@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19" + integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw== + +levn@^0.3.0, levn@~0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= + dependencies: + prelude-ls "~1.1.2" + type-check "~0.3.2" + +lie@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" + integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== + dependencies: + immediate "~3.0.5" + +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== + +loader-fs-cache@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9" + integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA== + dependencies: + find-cache-dir "^0.1.1" + mkdirp "^0.5.1" + +loader-runner@^2.3.1, loader-runner@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" + integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== + +loader-utils@^0.2.16: + version "0.2.17" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348" + integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g= + dependencies: + big.js "^3.1.3" + emojis-list "^2.0.0" + json5 "^0.5.0" + object-assign "^4.0.1" + +loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" + integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^1.0.1" + +loader-utils@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" + integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^2.1.2" + +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + +lodash-es@^4.17.11, lodash-es@^4.17.15, lodash-es@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + +lodash.camelcase@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + +lodash.defaultsdeep@^4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz#512e9bd721d272d94e3d3a63653fa17516741ca6" + integrity sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA== + +lodash.kebabcase@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" + integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY= + +lodash.mapvalues@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" + integrity sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw= + +lodash.memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= + +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= + +lodash.transform@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0" + integrity sha1-EjBkIvYzJK7YSD0/ODMrX2cFR6A= + +lodash.uniq@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= + +lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +log-symbols@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" + integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== + dependencies: + chalk "^2.0.1" + +loglevel@^1.6.8: + version "1.8.0" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114" + integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA== + +long@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" + integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== + +lower-case@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" + integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= + +lru-cache@^4.0.1, lru-cache@^4.1.2: + version "4.1.5" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" + integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + +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" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +magic-string@^0.25.7: + version "0.25.7" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051" + integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== + dependencies: + sourcemap-codec "^1.4.4" + +make-dir@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + +make-dir@^3.0.2, make-dir@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== + dependencies: + semver "^6.0.0" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +maska@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/maska/-/maska-1.5.0.tgz#6e2f6386d290ab7dc8b44cfc04f34891e06a1e25" + integrity sha512-BwZXzs5gHeu6wtn3iWFqrKRtcsM3sTpkHvfAngVNVNlN7tl9ZyQUeHTz11s9Sy7Bq1MoQ+xyR/+IzghY8nR84Q== + +md5.js@^1.3.4: + version "1.3.5" + resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" + integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +mdn-data@2.0.14: + version "2.0.14" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + +mdn-data@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" + integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +memory-fs@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" + integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +memory-fs@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" + integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +merge-source-map@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646" + integrity sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== + dependencies: + source-map "^0.6.1" + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.2.3: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +metismenujs@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/metismenujs/-/metismenujs-1.3.1.tgz#4b306d1b0dcad050aa01e131ca7639d27d1ed910" + integrity sha512-bb2f78827KWj/zeY9ZmnEnuEU9kRaW/WL1r5jJ2ALAtY34qSIvygE/HzNw1QXWQrW6t4ILELZGS6CcDz6gr5mw== + +micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +micromatch@^4.0.2: + version "4.0.4" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" + integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + dependencies: + braces "^3.0.1" + picomatch "^2.2.3" + +miller-rabin@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" + integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== + dependencies: + bn.js "^4.0.0" + brorand "^1.0.1" + +mime-db@1.51.0, "mime-db@>= 1.43.0 < 2": + version "1.51.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" + integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== + +mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: + version "2.1.34" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" + integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== + dependencies: + mime-db "1.51.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.4.4: + version "2.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== + +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +mini-css-extract-plugin@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" + integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== + dependencies: + loader-utils "^1.1.0" + normalize-url "1.9.1" + schema-utils "^1.0.0" + webpack-sources "^1.1.0" + +minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== + +minimalistic-crypto-utils@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" + integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.0, minimist@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + +minipass@^3.1.1: + version "3.1.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" + integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== + dependencies: + yallist "^4.0.0" + +mississippi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" + integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== + dependencies: + concat-stream "^1.5.0" + duplexify "^3.4.2" + end-of-stream "^1.1.0" + flush-write-stream "^1.0.0" + from2 "^2.1.0" + parallel-transform "^1.1.0" + pump "^3.0.0" + pumpify "^1.3.3" + stream-each "^1.1.0" + through2 "^2.0.0" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + dependencies: + minimist "^1.2.5" + +moment@^2.29.1: + version "2.29.1" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" + integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== + +move-concurrently@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" + integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + dependencies: + aproba "^1.1.1" + copy-concurrently "^1.0.0" + fs-write-stream-atomic "^1.0.8" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.3" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +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== + +ms@2.1.3, ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +multicast-dns-service-types@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" + integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= + +multicast-dns@^6.0.1: + version "6.2.3" + resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229" + integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== + dependencies: + dns-packet "^1.3.1" + thunky "^1.0.2" + +mute-stream@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== + +mz@^2.4.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" + +nan@^2.12.1: + version "2.15.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" + integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== + +nanoid@^3.1.30: + version "3.2.0" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" + integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + +neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +no-case@^2.2.0: + version "2.3.2" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" + integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== + dependencies: + lower-case "^1.1.1" + +node-fetch@2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + +node-forge@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" + integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + +node-ipc@^9.1.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/node-ipc/-/node-ipc-9.2.1.tgz#b32f66115f9d6ce841dc4ec2009d6a733f98bb6b" + integrity sha512-mJzaM6O3xHf9VT8BULvJSbdVbmHUKRNOH7zDDkCrA1/T+CVjq2WVIDfLt0azZRXpgArJtl3rtmEozrbXPZ9GaQ== + dependencies: + event-pubsub "4.3.0" + js-message "1.0.7" + js-queue "2.0.2" + +node-libs-browser@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" + integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== + dependencies: + assert "^1.1.1" + browserify-zlib "^0.2.0" + buffer "^4.3.0" + console-browserify "^1.1.0" + constants-browserify "^1.0.0" + crypto-browserify "^3.11.0" + domain-browser "^1.1.1" + events "^3.0.0" + https-browserify "^1.0.0" + os-browserify "^0.3.0" + path-browserify "0.0.1" + process "^0.11.10" + punycode "^1.2.4" + querystring-es3 "^0.2.0" + readable-stream "^2.3.3" + stream-browserify "^2.0.1" + stream-http "^2.7.2" + string_decoder "^1.0.0" + timers-browserify "^2.0.4" + tty-browserify "0.0.0" + url "^0.11.0" + util "^0.11.0" + vm-browserify "^1.0.1" + +node-releases@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5" + integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== + +normalize-package-data@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" + integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k= + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +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 sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= + +normalize-url@1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" + integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= + dependencies: + object-assign "^4.0.1" + prepend-http "^1.0.0" + query-string "^4.1.0" + sort-keys "^1.0.0" + +normalize-url@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" + integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + +npm-run-path@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + +nth-check@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" + integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== + dependencies: + boolbase "~1.0.0" + +nth-check@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + dependencies: + boolbase "^1.0.0" + +num2fraction@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" + integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= + +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-hash@^1.1.4: + version "1.3.1" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" + integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== + +object-inspect@^1.11.0, object-inspect@^1.9.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" + integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== + +object-is@^1.0.1: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +object-keys@^1.0.12, 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-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.assign@^4.1.0, object.assign@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + has-symbols "^1.0.1" + object-keys "^1.1.1" + +object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: + version "2.1.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" + integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +object.values@^1.1.0: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" + integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +obuf@^1.0.0, obuf@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" + integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +on-headers@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +onetime@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= + dependencies: + mimic-fn "^1.0.0" + +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +open@^6.3.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" + integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== + dependencies: + is-wsl "^1.1.0" + +opener@^1.5.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" + integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== + +opn@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" + integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== + dependencies: + is-wsl "^1.1.0" + +optionator@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" + integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== + dependencies: + deep-is "~0.1.3" + fast-levenshtein "~2.0.6" + levn "~0.3.0" + prelude-ls "~1.1.2" + type-check "~0.3.2" + word-wrap "~1.2.3" + +ora@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" + integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== + dependencies: + chalk "^2.4.2" + cli-cursor "^2.1.0" + cli-spinners "^2.0.0" + log-symbols "^2.2.0" + strip-ansi "^5.2.0" + wcwidth "^1.0.1" + +original@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" + integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== + dependencies: + url-parse "^1.4.3" + +os-browserify@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" + integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= + +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + +p-finally@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" + integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== + +p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + +p-map@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" + integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== + +p-retry@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" + integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== + dependencies: + retry "^0.12.0" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +pako@~1.0.2, pako@~1.0.5: + version "1.0.11" + resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" + integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== + +parallel-transform@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" + integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== + dependencies: + cyclist "^1.0.1" + inherits "^2.0.3" + readable-stream "^2.1.5" + +param-case@2.1.x: + version "2.1.1" + resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" + integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc= + dependencies: + no-case "^2.2.0" + +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-asn1@^5.0.0, parse-asn1@^5.1.5: + version "5.1.6" + resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" + integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== + dependencies: + asn1.js "^5.2.0" + browserify-aes "^1.0.0" + evp_bytestokey "^1.0.0" + pbkdf2 "^3.0.3" + safe-buffer "^5.1.1" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +parse-json@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +parse5-htmlparser2-tree-adapter@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" + integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== + dependencies: + parse5 "^6.0.1" + +parse5@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" + integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== + +parse5@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" + integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== + +parseurl@~1.3.2, parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-browserify@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" + integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= + dependencies: + pinkie-promise "^2.0.0" + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + +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 sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-is-inside@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + +path-key@^2.0.0, path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-key@^3.0.0, 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-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +path-type@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== + dependencies: + pify "^3.0.0" + +pbkdf2@^3.0.3: + version "3.1.2" + resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" + integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== + dependencies: + create-hash "^1.1.2" + create-hmac "^1.1.4" + ripemd160 "^2.0.1" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= + +pkg-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4" + integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q= + dependencies: + find-up "^1.0.0" + +pkg-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" + integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== + dependencies: + find-up "^3.0.0" + +pkg-dir@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + dependencies: + find-up "^4.0.0" + +pnp-webpack-plugin@^1.6.4: + version "1.7.0" + resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9" + integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg== + dependencies: + ts-pnp "^1.1.6" + +portfinder@^1.0.26: + version "1.0.28" + resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" + integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== + dependencies: + async "^2.6.2" + debug "^3.1.1" + mkdirp "^0.5.5" + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +postcss-calc@^7.0.1: + version "7.0.5" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" + integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== + dependencies: + postcss "^7.0.27" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.0.2" + +postcss-colormin@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" + integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== + dependencies: + browserslist "^4.0.0" + color "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-convert-values@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" + integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-discard-comments@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" + integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== + dependencies: + postcss "^7.0.0" + +postcss-discard-duplicates@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" + integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== + dependencies: + postcss "^7.0.0" + +postcss-discard-empty@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" + integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== + dependencies: + postcss "^7.0.0" + +postcss-discard-overridden@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" + integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== + dependencies: + postcss "^7.0.0" + +postcss-load-config@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a" + integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== + dependencies: + cosmiconfig "^5.0.0" + import-cwd "^2.0.0" + +postcss-loader@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" + integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== + dependencies: + loader-utils "^1.1.0" + postcss "^7.0.0" + postcss-load-config "^2.0.0" + schema-utils "^1.0.0" + +postcss-merge-longhand@^4.0.11: + version "4.0.11" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" + integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== + dependencies: + css-color-names "0.0.4" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + stylehacks "^4.0.0" + +postcss-merge-rules@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" + integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + cssnano-util-same-parent "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + vendors "^1.0.0" + +postcss-minify-font-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" + integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-gradients@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" + integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + is-color-stop "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-params@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" + integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== + dependencies: + alphanum-sort "^1.0.0" + browserslist "^4.0.0" + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + uniqs "^2.0.0" + +postcss-minify-selectors@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" + integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== + dependencies: + alphanum-sort "^1.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +postcss-modules-extract-imports@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" + integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== + dependencies: + postcss "^7.0.5" + +postcss-modules-local-by-default@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" + integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== + dependencies: + icss-utils "^4.1.1" + postcss "^7.0.32" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.1.0" + +postcss-modules-scope@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" + integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== + dependencies: + postcss "^7.0.6" + postcss-selector-parser "^6.0.0" + +postcss-modules-values@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" + integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== + dependencies: + icss-utils "^4.0.0" + postcss "^7.0.6" + +postcss-normalize-charset@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" + integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== + dependencies: + postcss "^7.0.0" + +postcss-normalize-display-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" + integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-positions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" + integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== + dependencies: + cssnano-util-get-arguments "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-repeat-style@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" + integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-string@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" + integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== + dependencies: + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-timing-functions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" + integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-unicode@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" + integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-url@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" + integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== + dependencies: + is-absolute-url "^2.0.0" + normalize-url "^3.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-whitespace@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" + integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-ordered-values@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" + integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== + dependencies: + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-reduce-initial@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" + integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + +postcss-reduce-transforms@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" + integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== + dependencies: + cssnano-util-get-match "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-selector-parser@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" + integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== + dependencies: + dot-prop "^5.2.0" + indexes-of "^1.0.1" + uniq "^1.0.1" + +postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: + version "6.0.9" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" + integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-svgo@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e" + integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + svgo "^1.0.0" + +postcss-unique-selectors@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" + integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== + dependencies: + alphanum-sort "^1.0.0" + postcss "^7.0.0" + uniqs "^2.0.0" + +postcss-value-parser@^3.0.0: + version "3.3.1" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" + integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + +postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.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@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== + dependencies: + picocolors "^0.2.1" + source-map "^0.6.1" + +postcss@^8.1.10: + version "8.4.5" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95" + integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg== + dependencies: + nanoid "^3.1.30" + picocolors "^1.0.0" + source-map-js "^1.0.1" + +preact@^10.0.5: + version "10.6.5" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.5.tgz#726d8bd12903a0d51cdd17e2e1b90cc539403e0c" + integrity sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w== + +prelude-ls@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= + +prepend-http@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + +"prettier@^1.18.2 || ^2.0.0": + version "2.5.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" + integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== + +pretty-error@^2.0.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6" + integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== + dependencies: + lodash "^4.17.20" + renderkid "^2.0.4" + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +process@^0.11.10: + version "0.11.10" + resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= + +progress@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +promise-inflight@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= + +promise-polyfill@8.1.3: + version "8.1.3" + resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.1.3.tgz#8c99b3cf53f3a91c68226ffde7bde81d7f904116" + integrity sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g== + +protobufjs@^6.10.0: + version "6.11.2" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b" + integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" + +proxy-addr@~2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + +prr@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= + +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +psl@^1.1.28: + version "1.8.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" + integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== + +public-encrypt@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" + integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== + dependencies: + bn.js "^4.1.0" + browserify-rsa "^4.0.0" + create-hash "^1.1.0" + parse-asn1 "^5.0.0" + randombytes "^2.0.1" + safe-buffer "^5.1.2" + +pump@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.3.3: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + +punycode@1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" + integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= + +punycode@^1.2.4: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= + +punycode@^2.1.0, punycode@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + +q@^1.1.2: + version "1.5.1" + resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" + integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + +qs@6.9.6: + version "6.9.6" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee" + integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ== + +qs@~6.5.2: + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== + +query-string@^4.1.0: + version "4.3.4" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" + integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= + dependencies: + object-assign "^4.1.0" + strict-uri-encode "^1.0.0" + +querystring-es3@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" + integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= + +querystring@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" + integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= + +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== + +randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, 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" + +randomfill@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" + integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== + dependencies: + randombytes "^2.0.5" + safe-buffer "^5.1.0" + +range-parser@^1.2.1, range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raw-body@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.2.tgz#baf3e9c21eebced59dd6533ac872b71f7b61cb32" + integrity sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ== + dependencies: + bytes "3.1.1" + http-errors "1.8.1" + iconv-lite "0.4.24" + unpipe "1.0.0" + +read-pkg@^5.1.1: + version "5.2.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== + dependencies: + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^2.5.0" + parse-json "^5.0.0" + type-fest "^0.6.0" + +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.0.6, readable-stream@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +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" + +regenerate-unicode-properties@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326" + integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA== + 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.13.4: + version "0.13.9" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== + +regenerator-transform@^0.14.2: + version "0.14.5" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" + integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== + dependencies: + "@babel/runtime" "^7.8.4" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regexp.prototype.flags@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" + integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +regexpp@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" + integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== + +regexpu-core@^4.7.1: + version "4.8.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0" + integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties "^9.0.0" + regjsgen "^0.5.2" + regjsparser "^0.7.0" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.0.0" + +regjsgen@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" + integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== + +regjsparser@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968" + integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ== + dependencies: + jsesc "~0.5.0" + +relateurl@0.2.x: + version "0.2.7" + resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" + integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +renderkid@^2.0.4: + version "2.0.7" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609" + integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ== + dependencies: + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^3.0.1" + +repeat-element@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" + integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +request@^2.88.2: + version "2.88.2" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.3" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.5.0" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= + +resize-observer-polyfill@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" + integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== + +resolve-cwd@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= + dependencies: + resolve-from "^3.0.0" + +resolve-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + integrity sha1-six699nWiBvItuZTM17rywoYh0g= + +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-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2: + version "1.22.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" + integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== + dependencies: + is-core-module "^2.8.1" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +restore-cursor@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= + dependencies: + onetime "^2.0.0" + signal-exit "^3.0.2" + +restore-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +retry@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + +rgb-regex@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" + integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= + +rgba-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" + integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= + +rimraf@2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" + integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== + dependencies: + glob "^7.1.3" + +rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rimraf@^3.0.0, 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" + +ripemd160@^2.0.0, ripemd160@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" + integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + +run-async@^2.4.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== + +run-queue@^1.0.0, run-queue@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" + integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + dependencies: + aproba "^1.1.1" + +rxjs@^6.6.0: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== + dependencies: + tslib "^1.9.0" + +safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.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@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sass-loader@^10.0.1: + version "10.2.1" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.2.1.tgz#17e51df313f1a7a203889ce8ff91be362651276e" + integrity sha512-RRvWl+3K2LSMezIsd008ErK4rk6CulIMSwrcc2aZvjymUgKo/vjXGp1rSWmfTUX7bblEOz8tst4wBwWtCGBqKA== + dependencies: + klona "^2.0.4" + loader-utils "^2.0.0" + neo-async "^2.6.2" + schema-utils "^3.0.0" + semver "^7.3.2" + +sass@^1.48.0: + version "1.49.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078" + integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + +sax@~1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +schema-utils@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" + integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== + dependencies: + ajv "^6.1.0" + ajv-errors "^1.0.0" + ajv-keywords "^3.1.0" + +schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.7.0: + version "2.7.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" + integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== + dependencies: + "@types/json-schema" "^7.0.5" + ajv "^6.12.4" + ajv-keywords "^3.5.2" + +schema-utils@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" + integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== + dependencies: + "@types/json-schema" "^7.0.8" + ajv "^6.12.5" + ajv-keywords "^3.5.2" + +select-hose@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" + integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= + +selenium-webdriver@4.0.0-rc-1: + version "4.0.0-rc-1" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.0.0-rc-1.tgz#b1e7e5821298c8a071e988518dd6b759f0c41281" + integrity sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw== + dependencies: + jszip "^3.6.0" + rimraf "^3.0.2" + tmp "^0.2.1" + ws ">=7.4.6" + +selenium-webdriver@^4.0.0-beta.2: + version "4.1.1" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.1.1.tgz#da083177d811f36614950e809e2982570f67d02e" + integrity sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ== + dependencies: + jszip "^3.6.0" + tmp "^0.2.1" + ws ">=7.4.6" + +selfsigned@^1.10.8: + version "1.10.14" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.14.tgz#ee51d84d9dcecc61e07e4aba34f229ab525c1574" + integrity sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA== + dependencies: + node-forge "^0.10.0" + +"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" + integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== + +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^7.3.2: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" + +send@0.17.2: + version "0.17.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" + integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "1.8.1" + mime "1.6.0" + ms "2.1.3" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + +serialize-javascript@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" + integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== + dependencies: + randombytes "^2.1.0" + +serve-index@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" + integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= + dependencies: + accepts "~1.3.4" + batch "0.6.1" + debug "2.6.9" + escape-html "~1.0.3" + http-errors "~1.6.2" + mime-types "~2.1.17" + parseurl "~1.3.2" + +serve-static@1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa" + integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.2" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-immediate-shim@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" + integrity sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E= + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +setimmediate@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + +setprototypeof@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + +sha.js@^2.4.0, sha.js@^2.4.8: + version "2.4.11" + resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" + integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +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@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +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== + +shell-quote@^1.6.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== + +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== + dependencies: + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" + +signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.6" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af" + integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ== + +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + +simplebar-vue3@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/simplebar-vue3/-/simplebar-vue3-0.1.5.tgz#002c1f9651310dcbd58dc454b816e114f3ceacb5" + integrity sha512-s0i42kXQwjfQfBBrD1pWVzicTkZ+oo2rg3KCk+eMOCWaOKywFXxelATk7mk7j6d3LCpBoT1g9oWl+wOljwgM1g== + +simplebar@^5.3.6: + version "5.3.6" + resolved "https://registry.yarnpkg.com/simplebar/-/simplebar-5.3.6.tgz#d9383576a09a6fd09e19543f8e9906a3e87c3896" + integrity sha512-FJUMbV+hNDd/m+1/fvD41TXKd5mSdlI5zgBygkaQIV3SffNbcLhSbJT6ufTs8ZNRLJ6i+qc/KCFMqWmvlGWMhA== + dependencies: + "@juggle/resize-observer" "^3.3.1" + can-use-dom "^0.1.0" + core-js "^3.0.1" + lodash.debounce "^4.0.8" + lodash.memoize "^4.1.2" + lodash.throttle "^4.1.1" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= + +slash@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== + +slice-ansi@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" + integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== + dependencies: + ansi-styles "^3.2.0" + astral-regex "^1.0.0" + is-fullwidth-code-point "^2.0.0" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +sockjs-client@^1.5.0: + version "1.5.2" + resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.2.tgz#4bc48c2da9ce4769f19dc723396b50f5c12330a3" + integrity sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ== + dependencies: + debug "^3.2.6" + eventsource "^1.0.7" + faye-websocket "^0.11.3" + inherits "^2.0.4" + json3 "^3.3.3" + url-parse "^1.5.3" + +sockjs@^0.3.21: + version "0.3.24" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" + integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== + dependencies: + faye-websocket "^0.11.3" + uuid "^8.3.2" + websocket-driver "^0.7.4" + +sort-keys@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" + integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= + dependencies: + is-plain-obj "^1.0.0" + +source-list-map@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" + integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== + +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-resolve@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@~0.5.12: + 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-url@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== + +source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: + 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.5.0, source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +source-map@^0.7.3: + version "0.7.3" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + +sourcemap-codec@^1.4.4: + version "1.4.8" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== + +spdx-correct@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" + integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" + integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.11" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" + integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== + +spdy-transport@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" + integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== + dependencies: + debug "^4.1.0" + detect-node "^2.0.4" + hpack.js "^2.1.6" + obuf "^1.1.2" + readable-stream "^3.0.6" + wbuf "^1.7.3" + +spdy@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" + integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== + dependencies: + debug "^4.1.0" + handle-thing "^2.0.0" + http-deceiver "^1.2.7" + select-hose "^2.0.0" + spdy-transport "^3.0.0" + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +sshpk@^1.7.0: + version "1.17.0" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" + integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + +ssri@^6.0.1: + version "6.0.2" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== + dependencies: + figgy-pudding "^3.5.1" + +ssri@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" + integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== + dependencies: + minipass "^3.1.1" + +stable@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + +stackframe@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303" + integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +stream-browserify@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" + integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== + dependencies: + inherits "~2.0.1" + readable-stream "^2.0.2" + +stream-each@^1.1.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" + integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== + dependencies: + end-of-stream "^1.1.0" + stream-shift "^1.0.0" + +stream-http@^2.7.2: + version "2.8.3" + resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" + integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== + dependencies: + builtin-status-codes "^3.0.0" + inherits "^2.0.1" + readable-stream "^2.3.6" + to-arraybuffer "^1.0.0" + xtend "^4.0.0" + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +strict-uri-encode@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" + integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= + +string-width@^3.0.0, string-width@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + 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.prototype.trimend@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" + integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +string.prototype.trimstart@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" + integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +string_decoder@^1.0.0, string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +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-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + +strip-indent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" + integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= + +strip-json-comments@^3.0.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== + +stylehacks@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" + integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +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@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + 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== + +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= + +svg.draggable.js@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/svg.draggable.js/-/svg.draggable.js-2.2.2.tgz#c514a2f1405efb6f0263e7958f5b68fce50603ba" + integrity sha512-JzNHBc2fLQMzYCZ90KZHN2ohXL0BQJGQimK1kGk6AvSeibuKcIdDX9Kr0dT9+UJ5O8nYA0RB839Lhvk4CY4MZw== + dependencies: + svg.js "^2.0.1" + +svg.easing.js@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/svg.easing.js/-/svg.easing.js-2.0.0.tgz#8aa9946b0a8e27857a5c40a10eba4091e5691f12" + integrity sha1-iqmUawqOJ4V6XEChDrpAkeVpHxI= + dependencies: + svg.js ">=2.3.x" + +svg.filter.js@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/svg.filter.js/-/svg.filter.js-2.0.2.tgz#91008e151389dd9230779fcbe6e2c9a362d1c203" + integrity sha1-kQCOFROJ3ZIwd5/L5uLJo2LRwgM= + dependencies: + svg.js "^2.2.5" + +svg.js@>=2.3.x, svg.js@^2.0.1, svg.js@^2.2.5, svg.js@^2.4.0, svg.js@^2.6.5: + version "2.7.1" + resolved "https://registry.yarnpkg.com/svg.js/-/svg.js-2.7.1.tgz#eb977ed4737001eab859949b4a398ee1bb79948d" + integrity sha512-ycbxpizEQktk3FYvn/8BH+6/EuWXg7ZpQREJvgacqn46gIddG24tNNe4Son6omdXCnSOaApnpZw6MPCBA1dODA== + +svg.pathmorphing.js@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/svg.pathmorphing.js/-/svg.pathmorphing.js-0.1.3.tgz#c25718a1cc7c36e852ecabc380e758ac09bb2b65" + integrity sha512-49HWI9X4XQR/JG1qXkSDV8xViuTLIWm/B/7YuQELV5KMOPtXjiwH4XPJvr/ghEDibmLQ9Oc22dpWpG0vUDDNww== + dependencies: + svg.js "^2.4.0" + +svg.resize.js@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/svg.resize.js/-/svg.resize.js-1.4.3.tgz#885abd248e0cd205b36b973c4b578b9a36f23332" + integrity sha512-9k5sXJuPKp+mVzXNvxz7U0uC9oVMQrrf7cFsETznzUDDm0x8+77dtZkWdMfRlmbkEEYvUn9btKuZ3n41oNA+uw== + dependencies: + svg.js "^2.6.5" + svg.select.js "^2.1.2" + +svg.select.js@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/svg.select.js/-/svg.select.js-2.1.2.tgz#e41ce13b1acff43a7441f9f8be87a2319c87be73" + integrity sha512-tH6ABEyJsAOVAhwcCjF8mw4crjXSI1aa7j2VQR8ZuJ37H2MBUbyeqYr5nEO7sSN3cy9AR9DUwNg0t/962HlDbQ== + dependencies: + svg.js "^2.2.5" + +svg.select.js@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/svg.select.js/-/svg.select.js-3.0.1.tgz#a4198e359f3825739226415f82176a90ea5cc917" + integrity sha512-h5IS/hKkuVCbKSieR9uQCj9w+zLHoPh+ce19bBYyqF53g6mnPB8sAtIbe1s9dh2S2fCmYX2xel1Ln3PJBbK4kw== + dependencies: + svg.js "^2.6.5" + +svgo@^1.0.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" + integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== + dependencies: + chalk "^2.4.1" + coa "^2.0.2" + css-select "^2.0.0" + css-select-base-adapter "^0.1.1" + css-tree "1.0.0-alpha.37" + csso "^4.0.2" + js-yaml "^3.13.1" + mkdirp "~0.5.1" + object.values "^1.1.0" + sax "~1.2.4" + stable "^0.1.8" + unquote "~1.1.1" + util.promisify "~1.0.0" + +sweetalert2@^11.3.6: + version "11.3.10" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.3.10.tgz#7d6c904c95edb50ac37200b1bd528fe47b827edf" + integrity sha512-/3nhG5QCREkPUndAbOF9h1IM7lgCIU/evsNXd/YUfa9eJ04M+hxksxIio8hhtH16UnWd2GvJ+zvFQ8H9hLRhsw== + +table@^5.2.3: + version "5.4.6" + resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" + integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== + dependencies: + ajv "^6.10.2" + lodash "^4.17.14" + slice-ansi "^2.1.0" + string-width "^3.0.0" + +tapable@^1.0.0, tapable@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" + integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== + +terser-webpack-plugin@^1.4.3, terser-webpack-plugin@^1.4.4: + version "1.4.5" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" + integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== + dependencies: + cacache "^12.0.2" + find-cache-dir "^2.1.0" + is-wsl "^1.1.0" + schema-utils "^1.0.0" + serialize-javascript "^4.0.0" + source-map "^0.6.1" + terser "^4.1.2" + webpack-sources "^1.4.0" + worker-farm "^1.7.0" + +terser@^4.1.2: + version "4.8.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== + dependencies: + commander "^2.20.0" + source-map "~0.6.1" + source-map-support "~0.5.12" + +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= + 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" + +thread-loader@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-2.1.3.tgz#cbd2c139fc2b2de6e9d28f62286ab770c1acbdda" + integrity sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg== + dependencies: + loader-runner "^2.3.1" + loader-utils "^1.1.0" + neo-async "^2.6.0" + +through2@^2.0.0: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +through@^2.3.6: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + +thunky@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" + integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== + +timers-browserify@^2.0.4: + version "2.0.12" + resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" + integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== + dependencies: + setimmediate "^1.0.4" + +timsort@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" + integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= + +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + +tmp@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" + integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== + dependencies: + rimraf "^3.0.0" + +to-arraybuffer@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" + integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= + +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 sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +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" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +toidentifier@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== + +toposort@^1.0.0: + version "1.0.7" + resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" + integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= + +tough-cookie@~2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" + integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== + dependencies: + psl "^1.1.28" + punycode "^2.1.1" + +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + +tryer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" + integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== + +ts-pnp@^1.1.6: + version "1.2.0" + resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92" + integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== + +tslib@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" + integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== + +tslib@^1.9.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== + +tty-browserify@0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" + integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + +type-check@~0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= + dependencies: + prelude-ls "~1.1.2" + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + +type-fest@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + +type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + +uglify-js@3.4.x: + version "3.4.10" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" + integrity sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw== + dependencies: + commander "~2.19.0" + source-map "~0.6.1" + +unbox-primitive@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" + integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + dependencies: + function-bind "^1.1.1" + has-bigints "^1.0.1" + has-symbols "^1.0.2" + 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.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" + integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" + integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +uniq@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" + integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= + +uniqs@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" + integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= + +unique-filename@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + dependencies: + unique-slug "^2.0.0" + +unique-slug@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" + integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== + dependencies: + imurmurhash "^0.1.4" + +universalify@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +unquote@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" + integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +upper-case@^1.1.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" + integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= + +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" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +url-loader@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.3.0.tgz#e0e2ef658f003efb8ca41b0f3ffbf76bab88658b" + integrity sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== + dependencies: + loader-utils "^1.2.3" + mime "^2.4.4" + schema-utils "^2.5.0" + +url-parse@^1.4.3, url-parse@^1.5.3: + version "1.5.4" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.4.tgz#e4f645a7e2a0852cc8a66b14b292a3e9a11a97fd" + integrity sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +url@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" + integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= + dependencies: + punycode "1.3.2" + querystring "0.2.0" + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +util.promisify@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" + integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== + dependencies: + define-properties "^1.1.2" + object.getownpropertydescriptors "^2.0.3" + +util.promisify@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" + integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.2" + has-symbols "^1.0.1" + object.getownpropertydescriptors "^2.1.0" + +util@0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" + integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= + dependencies: + inherits "2.0.1" + +util@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" + integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== + dependencies: + inherits "2.0.3" + +utila@~0.4: + version "0.4.0" + resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" + integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@^3.3.2: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + +uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +v8-compile-cache@^2.0.3: + version "2.3.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" + integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +vendors@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" + integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +vm-browserify@^1.0.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" + integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== + +vue-chartist@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vue-chartist/-/vue-chartist-3.0.0.tgz#25f1eba8e5c70114f065492e8b18875e967cfa04" + integrity sha512-NDuwimeNZdYv1W09Kkrg4qfXCwFJPCJASL6X/iX7r/gvRHg5epodf7ZB5DWVAADNVOQzK+ifmokBz+NiQAA/Tg== + dependencies: + chartist "^0.11.4" + +vue-cropperjs@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/vue-cropperjs/-/vue-cropperjs-5.0.0.tgz#7f8cbc460737af3831b4ded634c95905198e329e" + integrity sha512-RhnC8O33uRZNkn74aiHZwNHnBJOXWlS4P6gsRI0lw4cZlWjKSCywZI9oSI9POlIPI6OYv30jvnHMXGch85tw7w== + dependencies: + cropperjs "^1.5.6" + +vue-demi@^0.12.0: + version "0.12.1" + resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.12.1.tgz#f7e18efbecffd11ab069d1472d7a06e319b4174c" + integrity sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw== + +vue-draggable-next@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/vue-draggable-next/-/vue-draggable-next-2.1.1.tgz#49886da82f116d11b3e4df7674320fdacf5d7e04" + integrity sha512-f5lmA7t6LMaL4viR7dU30zzvqJzaKQs0ymL0Jy9UDT9uiZ2tXF3MzPzEvpTH2UODXZJkT+SnjeV1fXHMsgXLYA== + +vue-easy-lightbox@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/vue-easy-lightbox/-/vue-easy-lightbox-1.2.4.tgz#1215300a0b4df8c2a2541ac1706bcf4be055c206" + integrity sha512-V3hCEb1vWvMw6hbEe8fHBXvCYg2t01qGzYfvyu+z7InQTEq+8T1yRXqDiDI2NFSIQuScldOESo6kNklf21GPtw== + +vue-eslint-parser@^7.10.0: + version "7.11.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf" + integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg== + dependencies: + debug "^4.1.1" + eslint-scope "^5.1.1" + eslint-visitor-keys "^1.1.0" + espree "^6.2.1" + esquery "^1.4.0" + lodash "^4.17.21" + semver "^6.3.0" + +vue-form-wizard@^0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/vue-form-wizard/-/vue-form-wizard-0.8.4.tgz#ddf864c9709b7ba2a6323f59e5d6d17536b7800e" + integrity sha512-/Zk1+B7bz7qHFJ16mwu021lpPXWf/9Tlr2mTNG3J7M0Hdy3rgA802lWsbKYySns0B0qtsD8BYGjQ2Wyxgg+4uw== + +vue-highlightjs@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/vue-highlightjs/-/vue-highlightjs-1.3.3.tgz#29a0d57132fc1ce15cfa61e896918f5b718c5d52" + integrity sha1-KaDVcTL8HOFc+mHolpGPW3GMXVI= + dependencies: + highlight.js "*" + +vue-hot-reload-api@^2.3.0: + version "2.3.4" + resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" + integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== + +vue-hotel-datepicker@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/vue-hotel-datepicker/-/vue-hotel-datepicker-4.5.1.tgz#e70948b982daf6499f9f210ea1a3b23c4f3c9364" + integrity sha512-CQtrypXyn3Y/4rR0Vmgfv0asOi03BuKjfl4SRiO1YyqAXsyqOfbXmPJmbAyAkbFysvj+fRbV0MMa60aG9Usdlw== + dependencies: + fecha "^4.2.1" + lodash.throttle "^4.1.1" + vue "^2.6.14" + +vue-i18n@^9.2.0-beta.35: + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.2.0-beta.35.tgz#9e5f18bcab8ca40db5c6fe8115bacea3e13cb981" + integrity sha512-kTYzZSB3B/ar3M9RfQ0KAyTGfvRw544qVzY++/sNV4stOKG6NxIDOdHdYTfVEXTSkczFwoZHTKXTWNVpx+GuHA== + dependencies: + "@intlify/core-base" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + "@intlify/vue-devtools" "9.2.0-beta.35" + "@vue/devtools-api" "^6.0.0-beta.13" + +"vue-loader-v16@npm:vue-loader@^16.1.0": + version "16.8.3" + resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.8.3.tgz#d43e675def5ba9345d6c7f05914c13d861997087" + integrity sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA== + dependencies: + chalk "^4.1.0" + hash-sum "^2.0.0" + loader-utils "^2.0.0" + +vue-loader@^15.9.2: + version "15.9.8" + resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.8.tgz#4b0f602afaf66a996be1e534fb9609dc4ab10e61" + integrity sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog== + dependencies: + "@vue/component-compiler-utils" "^3.1.0" + hash-sum "^1.0.2" + loader-utils "^1.1.0" + vue-hot-reload-api "^2.3.0" + vue-style-loader "^4.1.0" + +vue-meta@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/vue-meta/-/vue-meta-2.4.0.tgz#a419fb4b4135ce965dab32ec641d1989c2ee4845" + integrity sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw== + dependencies: + deepmerge "^4.2.2" + +vue-number-input-spinner@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/vue-number-input-spinner/-/vue-number-input-spinner-2.2.0.tgz#b4ef53ed93124219444af4783f7cb800600ff2f7" + integrity sha512-q1zzpNdGMdqEefoqPCSkNE3iZFEwb9EVq+TtnRKY1gf6EGhbJC6QVV6HGD+R8rjbTWekfWVAzeexrdizHMb5Ow== + dependencies: + vue-highlightjs "^1.3.3" + +vue-router@^4: + version "4.0.12" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.12.tgz#8dc792cddf5bb1abcc3908f9064136de7e13c460" + integrity sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg== + dependencies: + "@vue/devtools-api" "^6.0.0-beta.18" + +vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: + version "4.1.3" + resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz#6d55863a51fa757ab24e89d9371465072aa7bc35" + integrity sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg== + dependencies: + hash-sum "^1.0.2" + loader-utils "^1.0.2" + +vue-switches@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/vue-switches/-/vue-switches-2.0.1.tgz#f23436259c7fe4ffca9c4a6df49ac78941e20a20" + integrity sha512-rDqBtK3TKy1pEvyZeWmnSHVeXqAcn+ozch7LiNThBzr1QMjg5rhvqBY7uWeli/baDDslf6CXmBJbHPwASJLqoA== + dependencies: + vue "^2.2.6" + +vue-template-es2015-compiler@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" + integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== + +vue3-apexcharts@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/vue3-apexcharts/-/vue3-apexcharts-1.4.1.tgz#ea561308430a1c5213b7f17c44ba3c845f6c490d" + integrity sha512-96qP8JDqB9vwU7bkG5nVU+E0UGQn7yYQVqUUCLQMYWDuQyu2vE77H/UFZ1yI+hwzlSTBKT9BqnNG8JsFegB3eg== + +vue3-carousel@^0.1.36: + version "0.1.38" + resolved "https://registry.yarnpkg.com/vue3-carousel/-/vue3-carousel-0.1.38.tgz#dbd832ef7eb936d1e699cabc83d34472787174f2" + integrity sha512-mTWvlyFIu2QqnMbHiphdJWKRBaPHG8oXr5fcRWjvnPwcQ3XCpI9/FLDI/l1vVBCs13hBSuKp/kYleuxs2WOoKA== + +vue3-component-base@^0.0.9: + version "0.0.9" + resolved "https://registry.yarnpkg.com/vue3-component-base/-/vue3-component-base-0.0.9.tgz#2b5d9c10b6c6ff17e8aa73994cca27d5b55f4186" + integrity sha512-uuef43JSlsrpiZVto2GLklxWzvkrDBtbtz8z7dgRBl1aCnQ+JK5rbcwqlFhsDUmdy5oBnnYcbxS0r0K/1u5RYw== + dependencies: + lodash-es "^4.17.21" + tslib "^2.3.1" + vue "^3.2.26" + +vue3-datepicker@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/vue3-datepicker/-/vue3-datepicker-0.3.2.tgz#7161d84f9398185ffee3fc40569d285838fe23a3" + integrity sha512-YVXQDq29bIYi1iepvV70vgCCiOdNtqA2naQ+1xThiNV4JUKI6j6lNSzkgjhFj7XcAWwdqsF+WPFo5IqZiAKXiQ== + dependencies: + date-fns "^2.22.1" + +vue3-draggable@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/vue3-draggable/-/vue3-draggable-2.0.9.tgz#cca733432dbca51c0ba88c5c33a8843f26b8f8c9" + integrity sha512-OpjCSzGpkXsraBJzYrMS5LKXHThb0r+V8zItUNOZF7gZgdH0Cg2IL3XT0x4IhJdMaLvzRZCXE6UQj/459npJIw== + +vue3-dropzone@^0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/vue3-dropzone/-/vue3-dropzone-0.0.7.tgz#a7ac29ce8996e61f5d92952b65de1acf2fe0dac9" + integrity sha512-aNUCEWcq/umC1rPLkpXBMcA8OIn17OKRKZxqIhVSBBhqt0F6ObAacKMC8noOTfHutVWzXhQU1qk8ynqCRfsEWA== + dependencies: + attr-accept "^2.2.2" + file-selector "^0.2.4" + +vue3-echarts@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/vue3-echarts/-/vue3-echarts-1.0.4.tgz#25dce2ddf308086584fa12e4329ca38549541e31" + integrity sha512-e1aeb1zzr83NUMCHTyuWwdFw5d/cjCRR1bzZORMF/c6nULdkvvAEFQDyzEEqCLwivUbuke3/rkUcglxFoWjoTg== + dependencies: + echarts "^5.2.2" + resize-observer-polyfill "^1.5.1" + tslib "^2.3.1" + vue "^3.2.26" + vue3-component-base "^0.0.9" + +vue3-google-map@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/vue3-google-map/-/vue3-google-map-0.8.3.tgz#9e3fdcaf0e309d0ea8c2aac705073758daf12d78" + integrity sha512-ewIKCpM6JFULdkWvkU0x+HTDJ0PGSJuaL9ziDPT+1yXJHWnsnFeLJ4EqIHAfsZ68hWQp3ZC2EybQm/AfoGb5lA== + dependencies: + "@googlemaps/js-api-loader" "^1.12.11" + +vue3-scroll-spy@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/vue3-scroll-spy/-/vue3-scroll-spy-1.0.8.tgz#1dea6928a7edd0932a629c8962792188dd26cb6b" + integrity sha512-7MBIteXsisL40ZIueHxYZL8OJTqMUO0jx/2N7R1pWMs8pIgNvyVbzuxlDvcwRtOvJxtyeuylg9fWAmLqxPnR4A== + dependencies: + "@tweenjs/tween.js" "^18.6.4" + vue "^3.0.6" + +vue@^2.2.6, vue@^2.6.14: + version "2.6.14" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235" + integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ== + +vue@^3.0.0, vue@^3.2.26: + version "3.2.29" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.29.tgz#3571b65dbd796d3a6347e2fd45a8e6e11c13d56a" + integrity sha512-cFIwr7LkbtCRanjNvh6r7wp2yUxfxeM2yPpDQpAfaaLIGZSrUmLbNiSze9nhBJt5MrZ68Iqt0O5scwAMEVxF+Q== + dependencies: + "@vue/compiler-dom" "3.2.29" + "@vue/compiler-sfc" "3.2.29" + "@vue/runtime-dom" "3.2.29" + "@vue/server-renderer" "3.2.29" + "@vue/shared" "3.2.29" + +vue@^3.0.6: + version "3.2.31" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.31.tgz#e0c49924335e9f188352816788a4cca10f817ce6" + integrity sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw== + dependencies: + "@vue/compiler-dom" "3.2.31" + "@vue/compiler-sfc" "3.2.31" + "@vue/runtime-dom" "3.2.31" + "@vue/server-renderer" "3.2.31" + "@vue/shared" "3.2.31" + +vuex@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.2.tgz#f896dbd5bf2a0e963f00c67e9b610de749ccacc9" + integrity sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q== + dependencies: + "@vue/devtools-api" "^6.0.0-beta.11" + +watchpack-chokidar2@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" + integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== + dependencies: + chokidar "^2.1.8" + +watchpack@^1.7.4: + version "1.7.5" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" + integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== + dependencies: + graceful-fs "^4.1.2" + neo-async "^2.5.0" + optionalDependencies: + chokidar "^3.4.1" + watchpack-chokidar2 "^2.0.1" + +wbuf@^1.1.0, wbuf@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" + integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== + dependencies: + minimalistic-assert "^1.0.0" + +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= + dependencies: + defaults "^1.0.3" + +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + +webpack-bundle-analyzer@^3.8.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz#f6f94db108fb574e415ad313de41a2707d33ef3c" + integrity sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA== + dependencies: + acorn "^7.1.1" + acorn-walk "^7.1.1" + bfj "^6.1.1" + chalk "^2.4.1" + commander "^2.18.0" + ejs "^2.6.1" + express "^4.16.3" + filesize "^3.6.1" + gzip-size "^5.0.0" + lodash "^4.17.19" + mkdirp "^0.5.1" + opener "^1.5.1" + ws "^6.0.0" + +webpack-chain@^6.4.0: + version "6.5.1" + resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.5.1.tgz#4f27284cbbb637e3c8fbdef43eef588d4d861206" + integrity sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA== + dependencies: + deepmerge "^1.5.2" + javascript-stringify "^2.0.1" + +webpack-dev-middleware@^3.7.2: + version "3.7.3" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" + integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== + dependencies: + memory-fs "^0.4.1" + mime "^2.4.4" + mkdirp "^0.5.1" + range-parser "^1.2.1" + webpack-log "^2.0.0" + +webpack-dev-server@^3.11.0: + version "3.11.3" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz#8c86b9d2812bf135d3c9bce6f07b718e30f7c3d3" + integrity sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA== + dependencies: + ansi-html-community "0.0.8" + bonjour "^3.5.0" + chokidar "^2.1.8" + compression "^1.7.4" + connect-history-api-fallback "^1.6.0" + debug "^4.1.1" + del "^4.1.1" + express "^4.17.1" + html-entities "^1.3.1" + http-proxy-middleware "0.19.1" + import-local "^2.0.0" + internal-ip "^4.3.0" + ip "^1.1.5" + is-absolute-url "^3.0.3" + killable "^1.0.1" + loglevel "^1.6.8" + opn "^5.5.0" + p-retry "^3.0.1" + portfinder "^1.0.26" + schema-utils "^1.0.0" + selfsigned "^1.10.8" + semver "^6.3.0" + serve-index "^1.9.1" + sockjs "^0.3.21" + sockjs-client "^1.5.0" + spdy "^4.0.2" + strip-ansi "^3.0.1" + supports-color "^6.1.0" + url "^0.11.0" + webpack-dev-middleware "^3.7.2" + webpack-log "^2.0.0" + ws "^6.2.1" + yargs "^13.3.2" + +webpack-log@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" + integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== + dependencies: + ansi-colors "^3.0.0" + uuid "^3.3.2" + +webpack-merge@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" + integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g== + dependencies: + lodash "^4.17.15" + +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== + dependencies: + source-list-map "^2.0.0" + source-map "~0.6.1" + +webpack@^4.0.0: + version "4.46.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" + integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/wasm-edit" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + acorn "^6.4.1" + ajv "^6.10.2" + ajv-keywords "^3.4.1" + chrome-trace-event "^1.0.2" + enhanced-resolve "^4.5.0" + eslint-scope "^4.0.3" + json-parse-better-errors "^1.0.2" + loader-runner "^2.4.0" + loader-utils "^1.2.3" + memory-fs "^0.4.1" + micromatch "^3.1.10" + mkdirp "^0.5.3" + neo-async "^2.6.1" + node-libs-browser "^2.2.1" + schema-utils "^1.0.0" + tapable "^1.1.3" + terser-webpack-plugin "^1.4.3" + watchpack "^1.7.4" + webpack-sources "^1.4.1" + +websocket-driver@>=0.5.1, websocket-driver@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +whatwg-fetch@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" + integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng== + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +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-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +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.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" + integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + +worker-farm@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" + integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== + dependencies: + errno "~0.1.7" + +wrap-ansi@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +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" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" + integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== + dependencies: + mkdirp "^0.5.1" + +ws@>=7.4.6: + version "8.4.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" + integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== + +ws@^6.0.0, ws@^6.2.1: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== + dependencies: + async-limiter "~1.0.0" + +xtend@^4.0.0, xtend@~4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + +y18n@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs-parser@^20.2.2: + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== + +yargs@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + dependencies: + cliui "^5.0.0" + find-up "^3.0.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^3.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^13.1.2" + +yargs@^16.0.0, yargs@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + +yorkie@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9" + integrity sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw== + dependencies: + execa "^0.8.0" + is-ci "^1.0.10" + normalize-path "^1.0.0" + strip-indent "^2.0.0" + +zrender@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.3.0.tgz#297c05dc2521362816c4ddced10a1e306646bbc8" + integrity sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ== + dependencies: + tslib "2.3.0" diff --git a/Vue/Starterkit/.env b/Vue/Starterkit/.env new file mode 100644 index 00000000..18cfa9ad --- /dev/null +++ b/Vue/Starterkit/.env @@ -0,0 +1,15 @@ +VUE_APP_URL=http://localhost:8080/ + +VUE_APP_I18N_LOCALE=en +VUE_APP_I18N_FALLBACK_LOCALE=en + +VUE_APP_DEFAULT_AUTH=fakebackend + +VUE_APP_APIKEY= +VUE_APP_AUTHDOMAIN= +VUE_APP_DATABASEURL= +VUE_APP_PROJECTId= +VUE_APP_STORAGEBUCKET= +VUE_APP_MESSAGINGSENDERID= +VUE_APP_APPId= +VUE_APP_MEASUREMENTID= \ No newline at end of file diff --git a/Vue/Starterkit/.env.production b/Vue/Starterkit/.env.production new file mode 100644 index 00000000..18cfa9ad --- /dev/null +++ b/Vue/Starterkit/.env.production @@ -0,0 +1,15 @@ +VUE_APP_URL=http://localhost:8080/ + +VUE_APP_I18N_LOCALE=en +VUE_APP_I18N_FALLBACK_LOCALE=en + +VUE_APP_DEFAULT_AUTH=fakebackend + +VUE_APP_APIKEY= +VUE_APP_AUTHDOMAIN= +VUE_APP_DATABASEURL= +VUE_APP_PROJECTId= +VUE_APP_STORAGEBUCKET= +VUE_APP_MESSAGINGSENDERID= +VUE_APP_APPId= +VUE_APP_MEASUREMENTID= \ No newline at end of file diff --git a/Vue/Starterkit/.gitignore b/Vue/Starterkit/.gitignore new file mode 100644 index 00000000..403adbc1 --- /dev/null +++ b/Vue/Starterkit/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/Vue/Starterkit/README.md b/Vue/Starterkit/README.md new file mode 100644 index 00000000..7a227ac1 --- /dev/null +++ b/Vue/Starterkit/README.md @@ -0,0 +1,24 @@ +# skote + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Lints and fixes files +``` +yarn lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/Vue/Starterkit/babel.config.js b/Vue/Starterkit/babel.config.js new file mode 100644 index 00000000..e9558405 --- /dev/null +++ b/Vue/Starterkit/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/Vue/Starterkit/package.json b/Vue/Starterkit/package.json new file mode 100644 index 00000000..64a2b02b --- /dev/null +++ b/Vue/Starterkit/package.json @@ -0,0 +1,97 @@ +{ + "name": "skote", + "version": "1.0.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint" + }, + "dependencies": { + "@anivive/vue3-form-wizard": "^1.0.1", + "@ckeditor/ckeditor5-build-classic": "^31.1.0", + "@ckeditor/ckeditor5-vue": "^2.0.1", + "@fullcalendar/bootstrap": "^5.10.1", + "@fullcalendar/core": "^5.10.1", + "@fullcalendar/daygrid": "^5.10.1", + "@fullcalendar/interaction": "^5.10.1", + "@fullcalendar/list": "^5.10.1", + "@fullcalendar/timegrid": "^5.10.1", + "@fullcalendar/vue": "^5.10.1", + "@fullcalendar/vue3": "^5.10.1", + "@j-t-mcc/vue3-chartjs": "^1.2.0", + "@vue-leaflet/vue-leaflet": "^0.6.1", + "@vueform/multiselect": "^2.3.1", + "@vueform/slider": "^2.0.8", + "@vuelidate/core": "^2.0.0-alpha.34", + "@vuelidate/validators": "^2.0.0-alpha.26", + "apexcharts": "^3.33.0", + "axios": "^0.25.0", + "bootstrap": "^5.1.3", + "bootstrap-vue-3": "^0.1.0", + "chart.js": "^3.7.0", + "click-outside-vue3": "^4.0.1", + "core-js": "^3.6.5", + "dropzone": "^6.0.0-beta.2", + "echarts": "^5.3.0", + "firebase": "^9.6.3", + "leaflet": "^1.7.1", + "maska": "^1.5.0", + "metismenujs": "^1.3.1", + "moment": "^2.29.1", + "sass": "^1.48.0", + "sass-loader": "^10.0.1", + "simplebar": "^5.3.6", + "simplebar-vue3": "^0.1.5", + "sweetalert2": "^11.3.6", + "vue": "^3.0.0", + "vue-chartist": "^3.0.0", + "vue-cropperjs": "^5.0.0", + "vue-draggable-next": "^2.1.1", + "vue-easy-lightbox": "^1.2.4", + "vue-form-wizard": "^0.8.4", + "vue-hotel-datepicker": "^4.5.1", + "vue-i18n": "^9.2.0-beta.35", + "vue-meta": "^2.4.0", + "vue-number-input-spinner": "^2.2.0", + "vue-router": "^4", + "vue-switches": "^2.0.1", + "vue3-apexcharts": "^1.4.1", + "vue3-carousel": "^0.1.36", + "vue3-datepicker": "^0.3.2", + "vue3-draggable": "^2.0.9", + "vue3-dropzone": "^0.0.7", + "vue3-echarts": "^1.0.4", + "vue3-google-map": "^0.8.3", + "vue3-scroll-spy": "^1.0.8", + "vuex": "^4.0.2" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "~4.5.0", + "@vue/cli-plugin-eslint": "~4.5.0", + "@vue/cli-service": "~4.5.0", + "@vue/compiler-sfc": "^3.0.0", + "babel-eslint": "^10.1.0", + "eslint": "^6.7.2", + "eslint-plugin-vue": "^7.0.0" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/vue3-essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "babel-eslint" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/Vue/Starterkit/public/favicon.ico b/Vue/Starterkit/public/favicon.ico new file mode 100644 index 00000000..46c74a1d Binary files /dev/null and b/Vue/Starterkit/public/favicon.ico differ diff --git a/Vue/Starterkit/public/favicon1.ico b/Vue/Starterkit/public/favicon1.ico new file mode 100644 index 00000000..df36fcfb Binary files /dev/null and b/Vue/Starterkit/public/favicon1.ico differ diff --git a/Vue/Starterkit/public/index.html b/Vue/Starterkit/public/index.html new file mode 100644 index 00000000..08d41bde --- /dev/null +++ b/Vue/Starterkit/public/index.html @@ -0,0 +1,17 @@ + + + + + + + + Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5 + + + +
+ + + diff --git a/Vue/Starterkit/src/App.vue b/Vue/Starterkit/src/App.vue new file mode 100644 index 00000000..1467aaaa --- /dev/null +++ b/Vue/Starterkit/src/App.vue @@ -0,0 +1,12 @@ + + + diff --git a/Vue/Starterkit/src/app.config.json b/Vue/Starterkit/src/app.config.json new file mode 100644 index 00000000..07b34a69 --- /dev/null +++ b/Vue/Starterkit/src/app.config.json @@ -0,0 +1,4 @@ +{ + "title": "Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5", + "description": "Skote is a fully featured premium Vuejs admin dashboard template built on top of awesome Bootstrap 5" +} diff --git a/Vue/Starterkit/src/assets/fonts/boxicons.eot b/Vue/Starterkit/src/assets/fonts/boxicons.eot new file mode 100644 index 00000000..149b2576 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/boxicons.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/boxicons.svg b/Vue/Starterkit/src/assets/fonts/boxicons.svg new file mode 100644 index 00000000..8895bf2f --- /dev/null +++ b/Vue/Starterkit/src/assets/fonts/boxicons.svg @@ -0,0 +1,1150 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/assets/fonts/boxicons.ttf b/Vue/Starterkit/src/assets/fonts/boxicons.ttf new file mode 100644 index 00000000..6add4779 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/boxicons.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/boxicons.woff b/Vue/Starterkit/src/assets/fonts/boxicons.woff new file mode 100644 index 00000000..4d50a3a6 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/boxicons.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/boxicons.woff2 b/Vue/Starterkit/src/assets/fonts/boxicons.woff2 new file mode 100644 index 00000000..ac6b3e92 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/boxicons.woff2 differ diff --git a/Vue/Starterkit/src/assets/fonts/dripicons-v2.eot b/Vue/Starterkit/src/assets/fonts/dripicons-v2.eot new file mode 100644 index 00000000..8afeaaad Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/dripicons-v2.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/dripicons-v2.svg b/Vue/Starterkit/src/assets/fonts/dripicons-v2.svg new file mode 100644 index 00000000..0b501721 --- /dev/null +++ b/Vue/Starterkit/src/assets/fonts/dripicons-v2.svg @@ -0,0 +1,210 @@ + + + +Generated by Fontastic.me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/fonts/dripicons-v2.ttf b/Vue/Starterkit/src/assets/fonts/dripicons-v2.ttf new file mode 100644 index 00000000..041e3336 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/dripicons-v2.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/dripicons-v2.woff b/Vue/Starterkit/src/assets/fonts/dripicons-v2.woff new file mode 100644 index 00000000..5322e3d8 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/dripicons-v2.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-brands-400.eot b/Vue/Starterkit/src/assets/fonts/fa-brands-400.eot new file mode 100644 index 00000000..a1bc094a Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-brands-400.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-brands-400.svg b/Vue/Starterkit/src/assets/fonts/fa-brands-400.svg new file mode 100644 index 00000000..46ad237a --- /dev/null +++ b/Vue/Starterkit/src/assets/fonts/fa-brands-400.svg @@ -0,0 +1,3570 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/fonts/fa-brands-400.ttf b/Vue/Starterkit/src/assets/fonts/fa-brands-400.ttf new file mode 100644 index 00000000..948a2a6c Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-brands-400.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff b/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff new file mode 100644 index 00000000..2a89d521 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff2 b/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff2 new file mode 100644 index 00000000..141a90a9 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-brands-400.woff2 differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-regular-400.eot b/Vue/Starterkit/src/assets/fonts/fa-regular-400.eot new file mode 100644 index 00000000..38cf2517 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-regular-400.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-regular-400.svg b/Vue/Starterkit/src/assets/fonts/fa-regular-400.svg new file mode 100644 index 00000000..48634a9a --- /dev/null +++ b/Vue/Starterkit/src/assets/fonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/fonts/fa-regular-400.ttf b/Vue/Starterkit/src/assets/fonts/fa-regular-400.ttf new file mode 100644 index 00000000..abe99e20 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-regular-400.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff b/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff new file mode 100644 index 00000000..24de566a Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff2 b/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff2 new file mode 100644 index 00000000..7e0118e5 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-regular-400.woff2 differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-solid-900.eot b/Vue/Starterkit/src/assets/fonts/fa-solid-900.eot new file mode 100644 index 00000000..d3b77c22 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-solid-900.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-solid-900.svg b/Vue/Starterkit/src/assets/fonts/fa-solid-900.svg new file mode 100644 index 00000000..7742838b --- /dev/null +++ b/Vue/Starterkit/src/assets/fonts/fa-solid-900.svg @@ -0,0 +1,4938 @@ + + + + + +Created by FontForge 20190801 at Mon Mar 23 10:45:51 2020 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/fonts/fa-solid-900.ttf b/Vue/Starterkit/src/assets/fonts/fa-solid-900.ttf new file mode 100644 index 00000000..5b979039 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-solid-900.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff b/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff new file mode 100644 index 00000000..beec7917 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff2 b/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff2 new file mode 100644 index 00000000..978a681a Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/fa-solid-900.woff2 differ diff --git a/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.eot b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.eot new file mode 100644 index 00000000..079d5a04 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.ttf b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.ttf new file mode 100644 index 00000000..761dfaf8 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff new file mode 100644 index 00000000..c98a1009 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff differ diff --git a/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff2 b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff2 new file mode 100644 index 00000000..9ef1ab38 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/materialdesignicons-webfont.woff2 differ diff --git a/Vue/Starterkit/src/assets/fonts/summernote.eot b/Vue/Starterkit/src/assets/fonts/summernote.eot new file mode 100644 index 00000000..28d098bc Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/summernote.eot differ diff --git a/Vue/Starterkit/src/assets/fonts/summernote.ttf b/Vue/Starterkit/src/assets/fonts/summernote.ttf new file mode 100644 index 00000000..beb8bd8f Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/summernote.ttf differ diff --git a/Vue/Starterkit/src/assets/fonts/summernote.woff b/Vue/Starterkit/src/assets/fonts/summernote.woff new file mode 100644 index 00000000..13a6ab93 Binary files /dev/null and b/Vue/Starterkit/src/assets/fonts/summernote.woff differ diff --git a/Vue/Starterkit/src/assets/images/bg-auth-overlay.png b/Vue/Starterkit/src/assets/images/bg-auth-overlay.png new file mode 100644 index 00000000..d311cbf3 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/bg-auth-overlay.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/bitbucket.png b/Vue/Starterkit/src/assets/images/brands/bitbucket.png new file mode 100644 index 00000000..e917c3d2 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/bitbucket.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/dribbble.png b/Vue/Starterkit/src/assets/images/brands/dribbble.png new file mode 100644 index 00000000..0a5f68a1 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/dribbble.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/dropbox.png b/Vue/Starterkit/src/assets/images/brands/dropbox.png new file mode 100644 index 00000000..f0e43396 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/dropbox.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/github.png b/Vue/Starterkit/src/assets/images/brands/github.png new file mode 100644 index 00000000..6776a3af Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/github.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/mail_chimp.png b/Vue/Starterkit/src/assets/images/brands/mail_chimp.png new file mode 100644 index 00000000..07f0201a Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/mail_chimp.png differ diff --git a/Vue/Starterkit/src/assets/images/brands/slack.png b/Vue/Starterkit/src/assets/images/brands/slack.png new file mode 100644 index 00000000..58f20c4c Binary files /dev/null and b/Vue/Starterkit/src/assets/images/brands/slack.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/1.png b/Vue/Starterkit/src/assets/images/clients/1.png new file mode 100644 index 00000000..25e7e4d5 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/1.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/2.png b/Vue/Starterkit/src/assets/images/clients/2.png new file mode 100644 index 00000000..f0f725a2 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/2.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/3.png b/Vue/Starterkit/src/assets/images/clients/3.png new file mode 100644 index 00000000..300f257b Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/3.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/4.png b/Vue/Starterkit/src/assets/images/clients/4.png new file mode 100644 index 00000000..266cf11a Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/4.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/5.png b/Vue/Starterkit/src/assets/images/clients/5.png new file mode 100644 index 00000000..e9365dcd Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/5.png differ diff --git a/Vue/Starterkit/src/assets/images/clients/6.png b/Vue/Starterkit/src/assets/images/clients/6.png new file mode 100644 index 00000000..c9bc7d95 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/clients/6.png differ diff --git a/Vue/Starterkit/src/assets/images/coming-soon.svg b/Vue/Starterkit/src/assets/images/coming-soon.svg new file mode 100644 index 00000000..589ebf86 --- /dev/null +++ b/Vue/Starterkit/src/assets/images/coming-soon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vue/Starterkit/src/assets/images/companies/img-1.png b/Vue/Starterkit/src/assets/images/companies/img-1.png new file mode 100644 index 00000000..53b0133b Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-1.png differ diff --git a/Vue/Starterkit/src/assets/images/companies/img-2.png b/Vue/Starterkit/src/assets/images/companies/img-2.png new file mode 100644 index 00000000..2589f1a0 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-2.png differ diff --git a/Vue/Starterkit/src/assets/images/companies/img-3.png b/Vue/Starterkit/src/assets/images/companies/img-3.png new file mode 100644 index 00000000..72c14271 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-3.png differ diff --git a/Vue/Starterkit/src/assets/images/companies/img-4.png b/Vue/Starterkit/src/assets/images/companies/img-4.png new file mode 100644 index 00000000..57824bf5 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-4.png differ diff --git a/Vue/Starterkit/src/assets/images/companies/img-5.png b/Vue/Starterkit/src/assets/images/companies/img-5.png new file mode 100644 index 00000000..7f3ed48f Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-5.png differ diff --git a/Vue/Starterkit/src/assets/images/companies/img-6.png b/Vue/Starterkit/src/assets/images/companies/img-6.png new file mode 100644 index 00000000..80e281e0 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/companies/img-6.png differ diff --git a/Vue/Starterkit/src/assets/images/crypto/bg-ico-hero.jpg b/Vue/Starterkit/src/assets/images/crypto/bg-ico-hero.jpg new file mode 100644 index 00000000..202ce568 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/bg-ico-hero.jpg differ diff --git a/Vue/Starterkit/src/assets/images/crypto/bg-pattern-ico.png b/Vue/Starterkit/src/assets/images/crypto/bg-pattern-ico.png new file mode 100644 index 00000000..ecb5a655 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/bg-pattern-ico.png differ diff --git a/Vue/Starterkit/src/assets/images/crypto/blog/img-1.jpg b/Vue/Starterkit/src/assets/images/crypto/blog/img-1.jpg new file mode 100644 index 00000000..377239cd Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/blog/img-1.jpg differ diff --git a/Vue/Starterkit/src/assets/images/crypto/blog/img-2.jpg b/Vue/Starterkit/src/assets/images/crypto/blog/img-2.jpg new file mode 100644 index 00000000..5fe9712f Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/blog/img-2.jpg differ diff --git a/Vue/Starterkit/src/assets/images/crypto/blog/img-3.jpg b/Vue/Starterkit/src/assets/images/crypto/blog/img-3.jpg new file mode 100644 index 00000000..6e2a4cd3 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/blog/img-3.jpg differ diff --git a/Vue/Starterkit/src/assets/images/crypto/features-img/img-1.png b/Vue/Starterkit/src/assets/images/crypto/features-img/img-1.png new file mode 100644 index 00000000..7a3a7e86 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/features-img/img-1.png differ diff --git a/Vue/Starterkit/src/assets/images/crypto/features-img/img-2.png b/Vue/Starterkit/src/assets/images/crypto/features-img/img-2.png new file mode 100644 index 00000000..9f3b0629 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/crypto/features-img/img-2.png differ diff --git a/Vue/Starterkit/src/assets/images/error-img.png b/Vue/Starterkit/src/assets/images/error-img.png new file mode 100644 index 00000000..8d842a40 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/error-img.png differ diff --git a/Vue/Starterkit/src/assets/images/favicon.ico b/Vue/Starterkit/src/assets/images/favicon.ico new file mode 100644 index 00000000..46c74a1d Binary files /dev/null and b/Vue/Starterkit/src/assets/images/favicon.ico differ diff --git a/Vue/Starterkit/src/assets/images/flags.zip b/Vue/Starterkit/src/assets/images/flags.zip new file mode 100644 index 00000000..f8e44962 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags.zip differ diff --git a/Vue/Starterkit/src/assets/images/flags/arabic.png b/Vue/Starterkit/src/assets/images/flags/arabic.png new file mode 100644 index 00000000..9e3def7b Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/arabic.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/chaina.png b/Vue/Starterkit/src/assets/images/flags/chaina.png new file mode 100644 index 00000000..60f313c5 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/chaina.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/french.jpg b/Vue/Starterkit/src/assets/images/flags/french.jpg new file mode 100644 index 00000000..f9702cb1 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/french.jpg differ diff --git a/Vue/Starterkit/src/assets/images/flags/germany.jpg b/Vue/Starterkit/src/assets/images/flags/germany.jpg new file mode 100644 index 00000000..46147e46 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/germany.jpg differ diff --git a/Vue/Starterkit/src/assets/images/flags/italy.jpg b/Vue/Starterkit/src/assets/images/flags/italy.jpg new file mode 100644 index 00000000..3e9f2aa2 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/italy.jpg differ diff --git a/Vue/Starterkit/src/assets/images/flags/russia.jpg b/Vue/Starterkit/src/assets/images/flags/russia.jpg new file mode 100644 index 00000000..3ae29c0e Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/russia.jpg differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/ak.png b/Vue/Starterkit/src/assets/images/flags/select2/ak.png new file mode 100644 index 00000000..d79dc4fe Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/ak.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/ca.png b/Vue/Starterkit/src/assets/images/flags/select2/ca.png new file mode 100644 index 00000000..9d6d955f Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/ca.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/hi.png b/Vue/Starterkit/src/assets/images/flags/select2/hi.png new file mode 100644 index 00000000..36de7a58 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/hi.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/nv.png b/Vue/Starterkit/src/assets/images/flags/select2/nv.png new file mode 100644 index 00000000..8f1a855d Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/nv.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/or.png b/Vue/Starterkit/src/assets/images/flags/select2/or.png new file mode 100644 index 00000000..846b4a69 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/or.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/select2/wa.png b/Vue/Starterkit/src/assets/images/flags/select2/wa.png new file mode 100644 index 00000000..0c0d8f0f Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/select2/wa.png differ diff --git a/Vue/Starterkit/src/assets/images/flags/spain.jpg b/Vue/Starterkit/src/assets/images/flags/spain.jpg new file mode 100644 index 00000000..f81c83a1 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/spain.jpg differ diff --git a/Vue/Starterkit/src/assets/images/flags/us.jpg b/Vue/Starterkit/src/assets/images/flags/us.jpg new file mode 100644 index 00000000..851cd7ba Binary files /dev/null and b/Vue/Starterkit/src/assets/images/flags/us.jpg differ diff --git a/Vue/Starterkit/src/assets/images/laptop-img.png b/Vue/Starterkit/src/assets/images/laptop-img.png new file mode 100644 index 00000000..7ab0b736 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/laptop-img.png differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-1.jpg b/Vue/Starterkit/src/assets/images/layouts/layout-1.jpg new file mode 100644 index 00000000..9ac4e328 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-1.jpg differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-2.jpg b/Vue/Starterkit/src/assets/images/layouts/layout-2.jpg new file mode 100644 index 00000000..83183f7b Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-2.jpg differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-3.jpg b/Vue/Starterkit/src/assets/images/layouts/layout-3.jpg new file mode 100644 index 00000000..79b1e615 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-3.jpg differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-4.png b/Vue/Starterkit/src/assets/images/layouts/layout-4.png new file mode 100644 index 00000000..d3d2f2b6 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-4.png differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-5.png b/Vue/Starterkit/src/assets/images/layouts/layout-5.png new file mode 100644 index 00000000..04fda718 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-5.png differ diff --git a/Vue/Starterkit/src/assets/images/layouts/layout-6.png b/Vue/Starterkit/src/assets/images/layouts/layout-6.png new file mode 100644 index 00000000..1fb1ac95 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/layouts/layout-6.png differ diff --git a/Vue/Starterkit/src/assets/images/leaflet/marker-icon.png b/Vue/Starterkit/src/assets/images/leaflet/marker-icon.png new file mode 100644 index 00000000..950edf24 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/leaflet/marker-icon.png differ diff --git a/Vue/Starterkit/src/assets/images/logo-dark.png b/Vue/Starterkit/src/assets/images/logo-dark.png new file mode 100644 index 00000000..45a32876 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/logo-dark.png differ diff --git a/Vue/Starterkit/src/assets/images/logo-light.png b/Vue/Starterkit/src/assets/images/logo-light.png new file mode 100644 index 00000000..820a600a Binary files /dev/null and b/Vue/Starterkit/src/assets/images/logo-light.png differ diff --git a/Vue/Starterkit/src/assets/images/logo-light.svg b/Vue/Starterkit/src/assets/images/logo-light.svg new file mode 100644 index 00000000..2410b389 --- /dev/null +++ b/Vue/Starterkit/src/assets/images/logo-light.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/images/logo.svg b/Vue/Starterkit/src/assets/images/logo.svg new file mode 100644 index 00000000..82d2410c --- /dev/null +++ b/Vue/Starterkit/src/assets/images/logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/Vue/Starterkit/src/assets/images/maintenance.png b/Vue/Starterkit/src/assets/images/maintenance.png new file mode 100644 index 00000000..79d8d92c Binary files /dev/null and b/Vue/Starterkit/src/assets/images/maintenance.png differ diff --git a/Vue/Starterkit/src/assets/images/maintenance.svg b/Vue/Starterkit/src/assets/images/maintenance.svg new file mode 100644 index 00000000..3e0f80fb --- /dev/null +++ b/Vue/Starterkit/src/assets/images/maintenance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vue/Starterkit/src/assets/images/megamenu-img.png b/Vue/Starterkit/src/assets/images/megamenu-img.png new file mode 100644 index 00000000..91a92710 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/megamenu-img.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-1.png b/Vue/Starterkit/src/assets/images/product/img-1.png new file mode 100644 index 00000000..d463b3d5 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-1.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-2.png b/Vue/Starterkit/src/assets/images/product/img-2.png new file mode 100644 index 00000000..9497cdcf Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-2.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-3.png b/Vue/Starterkit/src/assets/images/product/img-3.png new file mode 100644 index 00000000..5ba9b9e0 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-3.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-4.png b/Vue/Starterkit/src/assets/images/product/img-4.png new file mode 100644 index 00000000..cb171d5c Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-4.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-5.png b/Vue/Starterkit/src/assets/images/product/img-5.png new file mode 100644 index 00000000..e6728d4b Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-5.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-6.png b/Vue/Starterkit/src/assets/images/product/img-6.png new file mode 100644 index 00000000..0709a8da Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-6.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-7.png b/Vue/Starterkit/src/assets/images/product/img-7.png new file mode 100644 index 00000000..f031e347 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-7.png differ diff --git a/Vue/Starterkit/src/assets/images/product/img-8.png b/Vue/Starterkit/src/assets/images/product/img-8.png new file mode 100644 index 00000000..830608c6 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/product/img-8.png differ diff --git a/Vue/Starterkit/src/assets/images/profile-img.png b/Vue/Starterkit/src/assets/images/profile-img.png new file mode 100644 index 00000000..32c08dbf Binary files /dev/null and b/Vue/Starterkit/src/assets/images/profile-img.png differ diff --git a/Vue/Starterkit/src/assets/images/small/img-1.jpg b/Vue/Starterkit/src/assets/images/small/img-1.jpg new file mode 100644 index 00000000..6ff4c613 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-1.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-2.jpg b/Vue/Starterkit/src/assets/images/small/img-2.jpg new file mode 100644 index 00000000..4e17ab00 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-2.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-3.jpg b/Vue/Starterkit/src/assets/images/small/img-3.jpg new file mode 100644 index 00000000..9ab5dc81 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-3.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-4.jpg b/Vue/Starterkit/src/assets/images/small/img-4.jpg new file mode 100644 index 00000000..f794bf82 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-4.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-5.jpg b/Vue/Starterkit/src/assets/images/small/img-5.jpg new file mode 100644 index 00000000..3d788c03 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-5.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-6.jpg b/Vue/Starterkit/src/assets/images/small/img-6.jpg new file mode 100644 index 00000000..ff3f3bea Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-6.jpg differ diff --git a/Vue/Starterkit/src/assets/images/small/img-7.jpg b/Vue/Starterkit/src/assets/images/small/img-7.jpg new file mode 100644 index 00000000..f9157e65 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/small/img-7.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-1.jpg b/Vue/Starterkit/src/assets/images/users/avatar-1.jpg new file mode 100644 index 00000000..c234cd23 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-1.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-2.jpg b/Vue/Starterkit/src/assets/images/users/avatar-2.jpg new file mode 100644 index 00000000..e45d7e7c Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-2.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-3.jpg b/Vue/Starterkit/src/assets/images/users/avatar-3.jpg new file mode 100644 index 00000000..111a901a Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-3.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-4.jpg b/Vue/Starterkit/src/assets/images/users/avatar-4.jpg new file mode 100644 index 00000000..97188892 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-4.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-5.jpg b/Vue/Starterkit/src/assets/images/users/avatar-5.jpg new file mode 100644 index 00000000..544cb75a Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-5.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-6.jpg b/Vue/Starterkit/src/assets/images/users/avatar-6.jpg new file mode 100644 index 00000000..53bcbc30 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-6.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-7.jpg b/Vue/Starterkit/src/assets/images/users/avatar-7.jpg new file mode 100644 index 00000000..c9e1027f Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-7.jpg differ diff --git a/Vue/Starterkit/src/assets/images/users/avatar-8.jpg b/Vue/Starterkit/src/assets/images/users/avatar-8.jpg new file mode 100644 index 00000000..2ea42387 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/users/avatar-8.jpg differ diff --git a/Vue/Starterkit/src/assets/images/verification-img.png b/Vue/Starterkit/src/assets/images/verification-img.png new file mode 100644 index 00000000..08758b87 Binary files /dev/null and b/Vue/Starterkit/src/assets/images/verification-img.png differ diff --git a/Vue/Starterkit/src/authUtils.js b/Vue/Starterkit/src/authUtils.js new file mode 100644 index 00000000..d7d8502d --- /dev/null +++ b/Vue/Starterkit/src/authUtils.js @@ -0,0 +1,121 @@ +import firebase from 'firebase/compat/app'; +// Add the Firebase products that you want to use +import "firebase/compat/auth"; +import "firebase/compat/firestore"; + +class FirebaseAuthBackend { + constructor(firebaseConfig) { + if (firebaseConfig) { + // Initialize Firebase + firebase.initializeApp(firebaseConfig); + firebase.auth().onAuthStateChanged((user) => { + if (user) { + sessionStorage.setItem("authUser", JSON.stringify(user)); + } else { + sessionStorage.removeItem('authUser'); + } + }); + } + } + + /** + * Registers the user with given details + */ + registerUser = (username, email, password) => { + return new Promise((resolve, reject) => { + // eslint-disable-next-line no-unused-vars + firebase.auth().createUserWithEmailAndPassword(email, password).then((res) => { + let user = firebase.auth().currentUser.updateProfile({ + displayName: username + }); + resolve(user); + }, (error) => { + reject(this._handleError(error)); + }); + }); + } + + /** + * Login user with given details + */ + loginUser = (email, password) => { + return new Promise((resolve, reject) => { + firebase.auth().signInWithEmailAndPassword(email, password).then(() => { + var user = firebase.auth().currentUser; + resolve(user); + }, (error) => { + reject(this._handleError(error)); + }); + }); + } + + /** + * forget Password user with given details + */ + forgetPassword = (email) => { + return new Promise((resolve, reject) => { + firebase.auth().sendPasswordResetEmail(email, { url: window.location.protocol + "//" + window.location.host + "/login" }).then(() => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + } + + /** + * Logout the user + */ + logout = () => { + return new Promise((resolve, reject) => { + firebase.auth().signOut().then(() => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + } + + setLoggeedInUser = (user) => { + sessionStorage.setItem("authUser", JSON.stringify(user)); + } + + /** + * Returns the authenticated user + */ + getAuthenticatedUser = () => { + if (!sessionStorage.getItem('authUser')) + return null; + return JSON.parse(sessionStorage.getItem('authUser')); + } + + /** + * Handle the error + * @param {*} error + */ + _handleError(error) { + var errorMessage = error.message; + return errorMessage; + } +} + +let _fireBaseBackend = null; + +/** + * Initilize the backend + * @param {*} config + */ +const initFirebaseBackend = (config) => { + if (!_fireBaseBackend) { + _fireBaseBackend = new FirebaseAuthBackend(config); + } + return _fireBaseBackend; +} + +/** + * Returns the firebase backend + */ +const getFirebaseBackend = () => { + return _fireBaseBackend; +} + +export { initFirebaseBackend, getFirebaseBackend }; \ No newline at end of file diff --git a/Vue/Starterkit/src/components/footer.vue b/Vue/Starterkit/src/components/footer.vue new file mode 100644 index 00000000..09a22a15 --- /dev/null +++ b/Vue/Starterkit/src/components/footer.vue @@ -0,0 +1,13 @@ + diff --git a/Vue/Starterkit/src/components/horizontal-menu.js b/Vue/Starterkit/src/components/horizontal-menu.js new file mode 100644 index 00000000..d80deac6 --- /dev/null +++ b/Vue/Starterkit/src/components/horizontal-menu.js @@ -0,0 +1,764 @@ +export const menuItems = [ + { + id: 1, + label: 'menuitems.dashboards.text', + icon: 'bx-home-circle', + subItems: [ + { + id: 2, + label: 'menuitems.dashboards.list.default', + link: '/', + parentId: 1 + }, + { + id: 3, + label: 'menuitems.dashboards.list.saas', + link: '#', + parentId: 1 + }, + { + id: 4, + label: 'menuitems.dashboards.list.crypto', + link: '#', + parentId: 1 + }, + { + id: 5, + label: 'menuitems.dashboards.list.blog', + link: '#', + parentId: 1 + }, + ] + }, + { + id: 6, + label: 'menuitems.uielements.text', + icon: 'bx-tone', + isUiElement: true, + subItems: [ + { + id: 7, + label: 'menuitems.uielements.list.alerts', + link: '#', + parentId: 6 + }, + { + id: 8, + label: 'menuitems.uielements.list.buttons', + link: '#', + parentId: 6 + }, + { + id: 9, + label: 'menuitems.uielements.list.cards', + link: '#', + parentId: 6 + }, + { + id: 10, + label: 'menuitems.uielements.list.carousel', + link: '#', + parentId: 6 + }, + { + id: 11, + label: 'menuitems.uielements.list.dropdowns', + link: '#', + parentId: 6 + }, + { + id: 12, + label: 'menuitems.uielements.list.grid', + link: '#', + parentId: 6 + }, + { + id: 13, + label: 'menuitems.uielements.list.images', + link: '#', + parentId: 6 + }, + { + id: 14, + label: 'menuitems.uielements.list.modals', + link: '#', + parentId: 6 + }, + { + id: 14, + label: 'menuitems.uielements.list.offcanvas', + link: '#', + parentId: 6 + }, + { + id: 15, + label: 'menuitems.uielements.list.rangeslider', + link: '#', + parentId: 6 + }, + { + id: 16, + label: 'menuitems.uielements.list.progressbar', + link: '#', + parentId: 6 + }, + { + id: 89, + label: "menuitems.uielements.list.placeholder", + link: "#", + parentId: 79 + }, + { + id: 17, + label: 'menuitems.uielements.list.sweetalert', + link: '#-alert', + parentId: 6 + }, + { + id: 18, + label: 'menuitems.uielements.list.tabs', + link: '#-accordions', + parentId: 6 + }, + { + id: 19, + label: 'menuitems.uielements.list.typography', + link: '#', + parentId: 6 + }, + { + id: 20, + label: 'menuitems.uielements.list.video', + link: '#', + parentId: 6 + }, + { + id: 21, + label: 'menuitems.uielements.list.general', + link: '#', + parentId: 6 + }, + { + id: 22, + label: 'menuitems.uielements.list.colors', + link: '#', + parentId: 6 + }, + { + id: 23, + label: "menuitems.uielements.list.lightbox", + link: "#", + parentId: 6 + }, + { + id: 24, + label: "menuitems.uielements.list.cropper", + link: "#", + parentId: 6 + }, + ] + }, + { + id: 25, + label: 'menuitems.apps.text', + icon: 'bx-customize', + subItems: [ + { + id: 26, + label: 'menuitems.calendar.text', + link: '#', + parentId: 25 + }, + { + id: 27, + label: 'menuitems.chat.text', + link: '#', + parentId: 25 + }, + { + id: 28, + label: "menuitems.filemanager.text", + link: "#", + parentId: 25 + }, + { + id: 29, + label: 'menuitems.email.text', + subItems: [ + { + id: 30, + label: 'menuitems.email.list.inbox', + link: '#', + parentId: 29 + }, + { + id: 31, + label: 'menuitems.email.list.reademail', + link: '#', + parentId: 29 + }, + { + id: 32, + label: "menuitems.email.list.template.text", + parentId: 29, + subItems: [ + { + id: 33, + label: 'menuitems.email.list.template.list.basic', + link: '#', + parentId: 32 + }, + { + id: 34, + label: 'menuitems.email.list.template.list.alert', + link: '#', + parentId: 32 + }, + { + id: 35, + label: 'menuitems.email.list.template.list.billing', + link: '#', + parentId: 32 + } + ] + } + ] + }, + { + id: 36, + label: 'menuitems.ecommerce.text', + subItems: [ + { + id: 37, + label: 'menuitems.ecommerce.list.products', + link: '#', + parentId: 36 + }, + { + id: 38, + label: 'menuitems.ecommerce.list.productdetail', + link: '#', + parentId: 36 + }, + { + id: 39, + label: 'menuitems.ecommerce.list.orders', + link: '#', + parentId: 36 + }, + { + id: 40, + label: 'menuitems.ecommerce.list.customers', + link: '#', + parentId: 36 + }, + { + id: 41, + label: 'menuitems.ecommerce.list.cart', + link: '#', + parentId: 36 + }, + { + id: 42, + label: 'menuitems.ecommerce.list.checkout', + link: '#', + parentId: 36 + }, + { + id: 43, + label: 'menuitems.ecommerce.list.shops', + link: '#', + parentId: 36 + }, + { + id: 44, + label: 'menuitems.ecommerce.list.addproduct', + link: '#', + parentId: 36 + }, + ] + }, + { + id: 45, + label: 'menuitems.crypto.text', + icon: 'bx-bitcoin', + subItems: [ + { + id: 46, + label: 'menuitems.crypto.list.wallet', + link: '#', + parentId: 45 + }, + { + id: 47, + label: 'menuitems.crypto.list.buy/sell', + link: '#-sell', + parentId: 45 + }, + { + id: 48, + label: 'menuitems.crypto.list.exchange', + link: '#', + parentId: 45 + }, + { + id: 49, + label: 'menuitems.crypto.list.lending', + link: '#', + parentId: 45 + }, + { + id: 50, + label: 'menuitems.crypto.list.orders', + link: '#', + parentId: 45 + }, + { + id: 51, + label: 'menuitems.crypto.list.kycapplication', + link: '#', + parentId: 45 + }, + { + id: 52, + label: 'menuitems.crypto.list.icolanding', + link: '#', + parentId: 45 + } + ] + }, + { + id: 53, + label: 'menuitems.projects.text', + subItems: [ + { + id: 54, + label: 'menuitems.projects.list.grid', + link: '#', + parentId: 53 + }, + { + id: 55, + label: 'menuitems.projects.list.projectlist', + link: '#', + parentId: 53 + }, + { + id: 56, + label: 'menuitems.projects.list.overview', + link: '#', + parentId: 53 + }, + { + id: 57, + label: 'menuitems.projects.list.create', + link: '#', + parentId: 53 + } + ] + }, + { + id: 58, + label: 'menuitems.tasks.text', + subItems: [ + { + id: 59, + label: 'menuitems.tasks.list.tasklist', + link: '#', + parentId: 58 + }, + { + id: 60, + label: 'menuitems.tasks.list.kanban', + link: '#', + parentId: 58 + }, + { + id: 61, + label: 'menuitems.tasks.list.createtask', + link: '#', + parentId: 58 + } + ] + }, + { + id: 62, + label: 'menuitems.contacts.text', + icon: 'bxs-user-detail', + subItems: [ + { + id: 63, + label: 'menuitems.contacts.list.usergrid', + link: '#', + parentId: 62 + }, + { + id: 64, + label: 'menuitems.contacts.list.userlist', + link: '#', + parentId: 61 + }, + { + id: 65, + label: 'menuitems.contacts.list.profile', + link: '#', + parentId: 61 + } + ] + }, + { + id: 66, + label: "menuitems.blog.text", + icon: "bx-detail", + subItems: [ + { + id: 67, + label: 'menuitems.blog.list.bloglist', + link: '#', + parentId: 66 + }, + { + id: 68, + label: 'menuitems.blog.list.grid', + link: '#', + parentId: 66 + }, + { + id: 69, + label: 'menuitems.blog.list.detail', + link: '#', + parentId: 66 + } + ] + }, + ] + }, + { + id: 70, + icon: 'bx-collection', + label: 'menuitems.components.text', + subItems: [ + { + id: 71, + label: 'menuitems.forms.text', + subItems: [ + { + id: 72, + label: 'menuitems.forms.list.elements', + link: '#', + parentId: 71 + }, + { + id: 73, + label: 'menuitems.forms.list.layouts', + link: '#', + parentId: 71 + }, + { + id: 74, + label: 'menuitems.forms.list.validation', + link: '#', + parentId: 71 + }, + { + id: 75, + label: 'menuitems.forms.list.advanced', + link: '#', + parentId: 71 + }, + { + id: 76, + label: 'menuitems.forms.list.editor', + link: '#', + parentId: 71 + }, + { + id: 77, + label: 'menuitems.forms.list.fileupload', + link: '#', + parentId: 71 + }, + { + id: 78, + label: 'menuitems.forms.list.repeater', + link: '#', + parentId: 71 + }, + { + id: 79, + label: 'menuitems.forms.list.wizard', + link: '#', + parentId: 71 + }, + { + id: 80, + label: 'menuitems.forms.list.mask', + link: '#', + parentId: 71 + } + ] + }, + { + id: 81, + label: 'menuitems.tables.text', + subItems: [ + { + id: 82, + label: 'menuitems.tables.list.basic', + link: '#', + parentId: 81 + }, + ] + }, + { + id: 84, + label: 'menuitems.charts.text', + subItems: [ + { + id: 85, + label: 'menuitems.charts.list.apex', + link: '#', + parentId: 84 + }, + { + id: 86, + label: 'menuitems.charts.list.chartjs', + link: '#', + parentId: 84 + }, + { + id: 87, + label: 'menuitems.charts.list.chartist', + link: '#', + parentId: 84 + }, + { + id: 88, + label: 'menuitems.charts.list.echart', + link: '#', + parentId: 84 + } + ] + }, + { + id: 89, + label: 'menuitems.icons.text', + subItems: [ + { + id: 90, + label: 'menuitems.icons.list.boxicons', + link: '#', + parentId: 89 + }, + { + id: 91, + label: 'menuitems.icons.list.materialdesign', + link: '#', + parentId: 89 + }, + { + id: 92, + label: 'menuitems.icons.list.dripicons', + link: '#', + parentId: 89 + }, + { + id: 93, + label: 'menuitems.icons.list.fontawesome', + link: '#', + parentId: 89 + }, + ] + }, + { + id: 94, + label: 'menuitems.maps.text', + subItems: [ + { + id: 95, + label: 'menuitems.maps.list.googlemap', + link: '#', + parentId: 94 + }, + { + id: 96, + label: "menuitems.maps.list.leafletmap", + link: "#", + parentId: 94 + }, + ] + } + ] + }, + { + id: 97, + label: 'navbar.dropdown.megamenu.extrapages.title', + icon: 'bx-file', + subItems: [ + { + id: 98, + label: 'menuitems.invoices.text', + subItems: [ + { + id: 99, + label: 'menuitems.invoices.list.invoicelist', + link: '#', + parentId: 98 + }, + { + id: 100, + label: 'menuitems.invoices.list.invoicedetail', + link: '#', + parentId: 98 + }, + ] + }, + { + id: 101, + label: 'menuitems.authentication.text', + subItems: [ + { + id: 102, + label: "menuitems.authentication.list.login", + link: "/auth/login-1", + parentId: 101 + }, + { + id: 103, + label: "menuitems.authentication.list.login-2", + link: "/auth/login-2", + parentId: 101 + }, + { + id: 104, + label: "menuitems.authentication.list.register", + link: "/auth/register-1", + parentId: 101 + }, + { + id: 105, + label: "menuitems.authentication.list.register-2", + link: "/auth/register-2", + parentId: 101 + }, + { + id: 106, + label: "menuitems.authentication.list.recoverpwd", + link: "/auth/recoverpwd", + parentId: 101 + }, + { + id: 107, + label: "menuitems.authentication.list.recoverpwd-2", + link: "/auth/recoverpwd-2", + parentId: 101 + }, + { + id: 108, + label: "menuitems.authentication.list.lockscreen", + link: "/auth/lock-screen", + parentId: 101 + }, + { + id: 109, + label: "menuitems.authentication.list.lockscreen-2", + link: "/auth/lock-screen-2", + parentId: 101 + }, + { + id: 110, + label: "menuitems.authentication.list.confirm-mail", + link: "/auth/comfirm-mail", + parentId: 101 + }, + { + id: 111, + label: "menuitems.authentication.list.confirm-mail-2", + link: "/auth/comfirm-mail-2", + parentId: 101 + }, + { + id: 112, + label: "menuitems.authentication.list.verification", + link: "/auth/email-verification", + parentId: 101 + }, + { + id: 113, + label: "menuitems.authentication.list.verification-2", + link: "/auth/email-verification-2", + parentId: 101 + }, + { + id: 114, + label: "menuitems.authentication.list.verification-step", + link: "/auth/two-step-verification", + parentId: 101 + }, + { + id: 115, + label: "menuitems.authentication.list.verification-step-2", + link: "/auth/two-step-verification-2", + parentId: 101 + } + ] + }, + { + id: 116, + label: 'menuitems.utility.text', + icon: 'bx-file', + subItems: [ + { + id: 117, + label: 'menuitems.utility.list.starter', + link: '/pages/starter', + parentId: 116 + }, + { + id: 118, + label: 'menuitems.utility.list.maintenance', + link: '/pages/maintenance', + parentId: 116 + }, + { + id: 118, + label: "menuitems.utility.list.comingsoon", + link: "/pages/coming-soon", + parentId: 116 + }, + { + id: 119, + label: 'menuitems.utility.list.timeline', + link: '#', + parentId: 116 + }, + { + id: 120, + label: 'menuitems.utility.list.faqs', + link: '#', + parentId: 116 + }, + { + id: 121, + label: 'menuitems.utility.list.pricing', + link: '#', + parentId: 116 + }, + { + id: 122, + label: 'menuitems.utility.list.error404', + link: '/pages/404', + parentId: 116 + }, + { + id: 123, + label: 'menuitems.utility.list.error500', + link: '/pages/500', + parentId: 116 + }, + ] + }, + ] + } +]; + diff --git a/Vue/Starterkit/src/components/horizontal-nav.vue b/Vue/Starterkit/src/components/horizontal-nav.vue new file mode 100644 index 00000000..5c797867 --- /dev/null +++ b/Vue/Starterkit/src/components/horizontal-nav.vue @@ -0,0 +1,197 @@ + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/horizontal-topbar.vue b/Vue/Starterkit/src/components/horizontal-topbar.vue new file mode 100644 index 00000000..5583c042 --- /dev/null +++ b/Vue/Starterkit/src/components/horizontal-topbar.vue @@ -0,0 +1,711 @@ + + + diff --git a/Vue/Starterkit/src/components/menu.js b/Vue/Starterkit/src/components/menu.js new file mode 100644 index 00000000..3b877833 --- /dev/null +++ b/Vue/Starterkit/src/components/menu.js @@ -0,0 +1,826 @@ +export const menuItems = [ + { + id: 1, + label: "menuitems.menu.text", + isTitle: true + }, + { + id: 2, + label: "menuitems.dashboards.text", + icon: "bx-home-circle", + badge: { + variant: "info", + text: "menuitems.dashboards.badge" + }, + subItems: [ + { + id: 3, + label: "menuitems.dashboards.list.default", + link: "/", + parentId: 2 + }, + { + id: 4, + label: "menuitems.dashboards.list.saas", + link: "#", + parentId: 2 + }, + { + id: 5, + label: "menuitems.dashboards.list.crypto", + link: "#", + parentId: 2 + }, + { + id: 6, + label: "menuitems.dashboards.list.blog", + link: "#", + parentId: 2 + } + ] + }, + { + id: 7, + isLayout: true + }, + { + id: 8, + label: "menuitems.apps.text", + isTitle: true + }, + { + id: 9, + label: "menuitems.calendar.text", + icon: "bx-calendar", + link: "#" + }, + { + id: 10, + label: "menuitems.chat.text", + icon: "bx-chat", + link: "#", + }, + { + id: 11, + label: "menuitems.filemanager.text", + link: "#", + icon: "bx-file", + badge: { + variant: "success", + text: "menuitems.chat.badge" + } + }, + { + id: 12, + label: "menuitems.ecommerce.text", + icon: "bx-store", + subItems: [ + { + id: 13, + label: "menuitems.ecommerce.list.products", + link: "#", + parentId: 12 + }, + { + id: 14, + label: "menuitems.ecommerce.list.productdetail", + link: "#", + parentId: 12 + }, + { + id: 15, + label: "menuitems.ecommerce.list.orders", + link: "#", + parentId: 12 + }, + { + id: 16, + label: "menuitems.ecommerce.list.customers", + link: "#", + parentId: 12 + }, + { + id: 17, + label: "menuitems.ecommerce.list.cart", + link: "#", + parentId: 12 + }, + { + id: 18, + label: "menuitems.ecommerce.list.checkout", + link: "#", + parentId: 12 + }, + { + id: 19, + label: "menuitems.ecommerce.list.shops", + link: "#", + parentId: 12 + }, + { + id: 20, + label: "menuitems.ecommerce.list.addproduct", + link: "#", + parentId: 12 + } + ] + }, + { + id: 21, + label: "menuitems.crypto.text", + icon: "bx-bitcoin", + subItems: [ + { + id: 22, + label: "menuitems.crypto.list.wallet", + link: "#", + parentId: 21 + }, + { + id: 23, + label: "menuitems.crypto.list.buy/sell", + link: "#", + parentId: 21 + }, + { + id: 24, + label: "menuitems.crypto.list.exchange", + link: "#", + parentId: 21 + }, + { + id: 25, + label: "menuitems.crypto.list.lending", + link: "#", + parentId: 21 + }, + { + id: 26, + label: "menuitems.crypto.list.orders", + link: "#", + parentId: 21 + }, + { + id: 27, + label: "menuitems.crypto.list.kycapplication", + link: "#", + parentId: 21 + }, + { + id: 28, + label: "menuitems.crypto.list.icolanding", + link: "#", + parentId: 21 + } + ] + }, + { + id: 29, + label: "menuitems.email.text", + icon: "bx-envelope", + subItems: [ + { + id: 30, + label: "menuitems.email.list.inbox", + link: "#", + parentId: 29 + }, + { + id: 31, + label: "menuitems.email.list.reademail", + link: "#", + parentId: 29 + }, + { + id: 32, + label: "menuitems.email.list.template.text", + parentId: 29, + subItems: [ + { + id: 33, + label: 'menuitems.email.list.template.list.basic', + link: '#', + parentId: 32 + }, + { + label: 'menuitems.email.list.template.list.alert', + link: '#', + parentId: 32 + }, + { + label: 'menuitems.email.list.template.list.billing', + link: '#', + parentId: 32 + } + ] + } + ] + }, + { + id: 34, + label: "menuitems.invoices.text", + icon: "bx-receipt", + subItems: [ + { + id: 35, + label: "menuitems.invoices.list.invoicelist", + link: "#", + parentId: 34 + }, + { + id: 36, + label: "menuitems.invoices.list.invoicedetail", + link: "#", + parentId: 34 + } + ] + }, + { + id: 37, + label: "menuitems.projects.text", + icon: "bx-briefcase-alt-2", + subItems: [ + { + id: 38, + label: "menuitems.projects.list.grid", + link: "#", + parentId: 37 + }, + { + id: 39, + label: "menuitems.projects.list.projectlist", + link: "#", + parentId: 37 + }, + { + id: 40, + label: "menuitems.projects.list.overview", + link: "#", + parentId: 37 + }, + { + id: 41, + label: "menuitems.projects.list.create", + link: "#", + parentId: 37 + } + ] + }, + { + id: 42, + label: "menuitems.tasks.text", + icon: "bx-task", + subItems: [ + { + id: 43, + label: "menuitems.tasks.list.tasklist", + link: "#", + parentId: 42 + }, + { + id: 44, + label: "menuitems.tasks.list.kanban", + link: "#", + parentId: 42 + }, + { + id: 45, + label: "menuitems.tasks.list.createtask", + link: "#", + parentId: 42 + } + ] + }, + { + id: 46, + label: "menuitems.contacts.text", + icon: "bxs-user-detail", + subItems: [ + { + id: 47, + label: "menuitems.contacts.list.usergrid", + link: "#", + parentId: 46 + }, + { + id: 48, + label: "menuitems.contacts.list.userlist", + link: "#", + parentId: 46 + }, + { + id: 49, + label: "menuitems.contacts.list.profile", + link: "#", + parentId: 46 + } + ] + }, + { + id: 50, + label: "menuitems.blog.text", + icon: "bx-detail", + badge: { + variant: "success", + text: "menuitems.blog.badge" + }, + subItems: [ + { + id: 51, + label: 'menuitems.blog.list.bloglist', + link: '#', + parentId: 50 + }, + { + id: 52, + label: 'menuitems.blog.list.grid', + link: '#', + parentId: 50 + }, + { + id: 53, + label: 'menuitems.blog.list.detail', + link: '#', + parentId: 50 + } + ] + }, + { + id: 54, + label: "menuitems.pages.text", + isTitle: true + }, + { + id: 55, + label: "menuitems.authentication.text", + icon: "bx-user-circle", + badge: { + variant: "success", + text: "menuitems.authentication.badge" + }, + subItems: [ + { + id: 56, + label: "menuitems.authentication.list.login", + link: "/auth/login-1", + parentId: 55 + }, + { + id: 57, + label: "menuitems.authentication.list.login-2", + link: "/auth/login-2", + parentId: 55 + }, + { + id: 58, + label: "menuitems.authentication.list.register", + link: "/auth/register-1", + parentId: 55 + }, + { + id: 59, + label: "menuitems.authentication.list.register-2", + link: "/auth/register-2", + parentId: 55 + }, + { + id: 60, + label: "menuitems.authentication.list.recoverpwd", + link: "/auth/recoverpwd", + parentId: 55 + }, + { + id: 61, + label: "menuitems.authentication.list.recoverpwd-2", + link: "/auth/recoverpwd-2", + parentId: 55 + }, + { + id: 62, + label: "menuitems.authentication.list.lockscreen", + link: "/auth/lock-screen", + parentId: 55 + }, + { + id: 63, + label: "menuitems.authentication.list.lockscreen-2", + link: "/auth/lock-screen-2", + parentId: 55 + }, + { + id: 64, + label: "menuitems.authentication.list.confirm-mail", + link: "/auth/confirm-mail", + parentId: 55 + }, + { + id: 65, + label: "menuitems.authentication.list.confirm-mail-2", + link: "/auth/confirm-mail-2", + parentId: 55 + }, + { + id: 66, + label: "menuitems.authentication.list.verification", + link: "/auth/email-verification", + parentId: 55 + }, + { + id: 67, + label: "menuitems.authentication.list.verification-2", + link: "/auth/email-verification-2", + parentId: 55 + }, + { + id: 68, + label: "menuitems.authentication.list.verification-step", + link: "/auth/two-step-verification", + parentId: 55 + }, + { + id: 69, + label: "menuitems.authentication.list.verification-step-2", + link: "/auth/two-step-verification-2", + parentId: 55 + } + ] + }, + { + id: 70, + label: "menuitems.utility.text", + icon: "bx-file", + subItems: [ + { + id: 71, + label: "menuitems.utility.list.starter", + link: "/pages/starter", + parentId: 70 + }, + { + id: 72, + label: "menuitems.utility.list.maintenance", + link: "/pages/maintenance", + parentId: 70 + }, + { + id: 72, + label: "menuitems.utility.list.comingsoon", + link: "/pages/coming-soon", + parentId: 70 + }, + { + id: 73, + label: "menuitems.utility.list.timeline", + link: "#", + parentId: 70 + }, + { + id: 74, + label: "menuitems.utility.list.faqs", + link: "#", + parentId: 70 + }, + { + id: 75, + label: "menuitems.utility.list.pricing", + link: "#", + parentId: 70 + }, + { + id: 76, + label: "menuitems.utility.list.error404", + link: "/pages/404", + parentId: 70 + }, + { + id: 77, + label: "menuitems.utility.list.error500", + link: "/pages/500", + parentId: 70 + } + ] + }, + { + id: 78, + label: "menuitems.components.text", + isTitle: true + }, + { + id: 79, + label: "menuitems.uielements.text", + icon: "bx-tone", + subItems: [ + { + id: 80, + label: "menuitems.uielements.list.alerts", + link: "#", + parentId: 79 + }, + { + id: 81, + label: "menuitems.uielements.list.buttons", + link: "#", + parentId: 79 + }, + { + id: 82, + label: "menuitems.uielements.list.cards", + link: "#", + parentId: 79 + }, + { + id: 83, + label: "menuitems.uielements.list.carousel", + link: "#", + parentId: 79 + }, + { + id: 84, + label: "menuitems.uielements.list.dropdowns", + link: "#", + parentId: 79 + }, + { + id: 85, + label: "menuitems.uielements.list.grid", + link: "#", + parentId: 79 + }, + { + id: 86, + label: "menuitems.uielements.list.images", + link: "#", + parentId: 79 + }, + { + id: 87, + label: "menuitems.uielements.list.modals", + link: "#", + parentId: 79 + }, + { + id: 87, + label: "menuitems.uielements.list.offcanvas", + link: "#", + parentId: 79 + }, + { + id: 88, + label: "menuitems.uielements.list.rangeslider", + link: "#", + parentId: 79 + }, + { + id: 89, + label: "menuitems.uielements.list.progressbar", + link: "#", + parentId: 79 + }, + { + id: 89, + label: "menuitems.uielements.list.placeholder", + link: "#", + parentId: 79 + }, + { + id: 90, + label: "menuitems.uielements.list.sweetalert", + link: "#", + parentId: 79 + }, + { + id: 91, + label: "menuitems.uielements.list.tabs", + link: "#", + parentId: 79 + }, + { + id: 92, + label: "menuitems.uielements.list.typography", + link: "#", + parentId: 79 + }, + { + id: 93, + label: "menuitems.uielements.list.video", + link: "#", + parentId: 79 + }, + { + id: 94, + label: "menuitems.uielements.list.general", + link: "#", + parentId: 79 + }, + { + id: 95, + label: "menuitems.uielements.list.colors", + link: "#", + parentId: 79 + }, + { + id: 96, + label: "menuitems.uielements.list.lightbox", + link: "#", + parentId: 79 + }, + { + id: 97, + label: "menuitems.uielements.list.cropper", + link: "#", + parentId: 79 + } + ] + }, + { + id: 98, + label: "menuitems.forms.text", + icon: "bxs-eraser", + badge: { + variant: "danger", + text: 'menuitems.forms.badge' + }, + subItems: [ + { + id: 99, + label: "menuitems.forms.list.elements", + link: "#", + parentId: 98 + }, + { + id: 100, + label: "menuitems.forms.list.layouts", + link: "#", + parentId: 98 + }, + { + id: 101, + label: "menuitems.forms.list.validation", + link: "#", + parentId: 98 + }, + { + id: 102, + label: "menuitems.forms.list.advanced", + link: "#", + parentId: 98 + }, + { + id: 103, + label: "menuitems.forms.list.editor", + link: "#", + parentId: 98 + }, + { + id: 104, + label: "menuitems.forms.list.fileupload", + link: "#", + parentId: 98 + }, + { + id: 105, + label: "menuitems.forms.list.repeater", + link: "#", + parentId: 98 + }, + { + id: 106, + label: "menuitems.forms.list.wizard", + link: "#", + parentId: 98 + }, + { + id: 107, + label: "menuitems.forms.list.mask", + link: "#", + parentId: 98 + } + ] + }, + { + id: 108, + icon: "bx-list-ul", + label: "menuitems.tables.text", + subItems: [ + { + id: 109, + label: "menuitems.tables.list.basic", + link: "#", + parentId: 108 + } + ] + }, + { + id: 111, + icon: "bxs-bar-chart-alt-2", + label: "menuitems.charts.text", + subItems: [ + { + id: 112, + label: "menuitems.charts.list.apex", + link: "#", + parentId: 111 + }, + { + id: 113, + label: "menuitems.charts.list.chartjs", + link: "#", + parentId: 111 + }, + { + id: 114, + label: "menuitems.charts.list.chartist", + link: "#", + parentId: 111 + }, + { + id: 115, + label: "menuitems.charts.list.echart", + link: "#", + parentId: 111 + } + ] + }, + { + id: 116, + label: "menuitems.icons.text", + icon: "bx-aperture", + subItems: [ + { + id: 117, + label: "menuitems.icons.list.boxicons", + link: "#", + parentId: 116 + }, + { + id: 118, + label: "menuitems.icons.list.materialdesign", + link: "#", + parentId: 116 + }, + { + id: 119, + label: "menuitems.icons.list.dripicons", + link: "#", + parentId: 116 + }, + { + id: 120, + label: "menuitems.icons.list.fontawesome", + link: "#", + parentId: 116 + } + ] + }, + { + id: 121, + label: "menuitems.maps.text", + icon: "bx-map", + subItems: [ + { + id: 122, + label: "menuitems.maps.list.googlemap", + link: "#", + parentId: 121 + }, + { + id: 123, + label: "menuitems.maps.list.leafletmap", + link: "#", + parentId: 121 + }, + ] + }, + { + id: 124, + label: "menuitems.multilevel.text", + icon: "bx-share-alt", + subItems: [ + { + id: 125, + label: "menuitems.multilevel.list.level1.1", + link: "#", + parentId: 124 + }, + { + id: 126, + label: "menuitems.multilevel.list.level1.2", + parentId: 124, + subItems: [ + { + id: 127, + label: "menuitems.multilevel.list.level1.level2.1", + link: "#", + parentId: 124 + }, + { + id: 128, + label: "menuitems.multilevel.list.level1.level2.2", + link: "#", + parentId: 124 + } + ] + } + ] + } +]; \ No newline at end of file diff --git a/Vue/Starterkit/src/components/nav-bar.vue b/Vue/Starterkit/src/components/nav-bar.vue new file mode 100644 index 00000000..3d9d509b --- /dev/null +++ b/Vue/Starterkit/src/components/nav-bar.vue @@ -0,0 +1,671 @@ + + + diff --git a/Vue/Starterkit/src/components/page-header.vue b/Vue/Starterkit/src/components/page-header.vue new file mode 100644 index 00000000..6aa9f201 --- /dev/null +++ b/Vue/Starterkit/src/components/page-header.vue @@ -0,0 +1,33 @@ + + + diff --git a/Vue/Starterkit/src/components/right-bar.vue b/Vue/Starterkit/src/components/right-bar.vue new file mode 100644 index 00000000..c0888b91 --- /dev/null +++ b/Vue/Starterkit/src/components/right-bar.vue @@ -0,0 +1,363 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/side-bar.vue b/Vue/Starterkit/src/components/side-bar.vue new file mode 100644 index 00000000..7b709b24 --- /dev/null +++ b/Vue/Starterkit/src/components/side-bar.vue @@ -0,0 +1,145 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/side-nav.vue b/Vue/Starterkit/src/components/side-nav.vue new file mode 100644 index 00000000..3b7c9be8 --- /dev/null +++ b/Vue/Starterkit/src/components/side-nav.vue @@ -0,0 +1,166 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/activity.vue b/Vue/Starterkit/src/components/widgets/activity.vue new file mode 100644 index 00000000..6a4a811f --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/activity.vue @@ -0,0 +1,108 @@ + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/dropZone.vue b/Vue/Starterkit/src/components/widgets/dropZone.vue new file mode 100644 index 00000000..76fc80a3 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/dropZone.vue @@ -0,0 +1,63 @@ + + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/earning.vue b/Vue/Starterkit/src/components/widgets/earning.vue new file mode 100644 index 00000000..39bac37e --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/earning.vue @@ -0,0 +1,110 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/emailsent.vue b/Vue/Starterkit/src/components/widgets/emailsent.vue new file mode 100644 index 00000000..99bc6618 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/emailsent.vue @@ -0,0 +1,204 @@ + + diff --git a/Vue/Starterkit/src/components/widgets/loader.vue b/Vue/Starterkit/src/components/widgets/loader.vue new file mode 100644 index 00000000..366324ac --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/loader.vue @@ -0,0 +1,49 @@ + + + diff --git a/Vue/Starterkit/src/components/widgets/profile.vue b/Vue/Starterkit/src/components/widgets/profile.vue new file mode 100644 index 00000000..a38f5f69 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/profile.vue @@ -0,0 +1,77 @@ + + diff --git a/Vue/Starterkit/src/components/widgets/selling-product.vue b/Vue/Starterkit/src/components/widgets/selling-product.vue new file mode 100644 index 00000000..f2dd0f72 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/selling-product.vue @@ -0,0 +1,84 @@ + + + diff --git a/Vue/Starterkit/src/components/widgets/social-source.vue b/Vue/Starterkit/src/components/widgets/social-source.vue new file mode 100644 index 00000000..e856fdf3 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/social-source.vue @@ -0,0 +1,83 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/stat.vue b/Vue/Starterkit/src/components/widgets/stat.vue new file mode 100644 index 00000000..b10fccd3 --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/stat.vue @@ -0,0 +1,42 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/components/widgets/transaction.vue b/Vue/Starterkit/src/components/widgets/transaction.vue new file mode 100644 index 00000000..9436117a --- /dev/null +++ b/Vue/Starterkit/src/components/widgets/transaction.vue @@ -0,0 +1,197 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/design/_custom.scss b/Vue/Starterkit/src/design/_custom.scss new file mode 100644 index 00000000..893ee577 --- /dev/null +++ b/Vue/Starterkit/src/design/_custom.scss @@ -0,0 +1,266 @@ +@use 'sass:math'; + +@import "custom/components/animation"; + +.modal-backdrop { + opacity: .5; +} + +.modal-header, +.alert { + .close { + padding: 0.3rem 1.75rem; + background: transparent; + border: 0; + font-size: 25px; + position: absolute; + top: 0; + right: 0; + opacity: .4; + width: 1em; + height: 1em; + z-index: 2; + + button { + display: none; + } + } +} + +.form-row { + display: flex; + flex-wrap: wrap; +} + +.vhd__datepicker__input { + height: $input-height !important; + line-height: $input-height !important; +} + +.form-check { + .custom-control-input { + border-radius: .25em; + float: left; + margin: 3px 3px 3px -19px !important; + } +} + +.check-group { + input { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; + } +} + +.vue-simple-drawer { + background: $gray-100 !important; + color: $gray-800 !important; + + .close-btn { + + .leftright, + .rightleft { + width: 20px !important; + background-color: $gray-600 !important + } + } +} + +body { + * { + outline: none; + } +} + +.b-form-btn-label-control { + padding: 0; + border: none; + + >.btn { + position: absolute; + right: 0; + top: 0; + + &:focus { + box-shadow: none; + } + } +} + +.vue-simple-drawer { + // default style + padding: 20px; + color: $--simple-drawer-fg-color; + background: $--simple-drawer-bg-color; + // common + position: fixed; + overflow: auto; + + &.closeable { + padding-top: 40px; + } + + &.left { + left: 0; + top: 0; + bottom: 0; + } + + &.right { + right: 0; + top: 0; + bottom: 0; + } + + &.up { + top: 0; + left: 0; + right: 0; + } + + &.down { + bottom: 0; + left: 0; + right: 0; + } + + .close-btn { + width: $--simple-drawer-close-width; + height: $--simple-drawer-close-width; + position: absolute; + right: 0; + top: 20px; + transform: translate(-50%, -50%); + color: currentColor; + font-size: 20px; + cursor: pointer; + user-select: none; + + .leftright { + height: 4px; + width: $--simple-drawer-close-width; + position: absolute; + margin-top: math.div($--simple-drawer-close-width, 2); + background-color: $--simple-drawer-softorange; + border-radius: 2px; + transform: rotate(45deg); + transition: all 0.3s ease-in; + } + + .rightleft { + height: 4px; + width: $--simple-drawer-close-width; + position: absolute; + margin-top: math.div($--simple-drawer-close-width, 2); + background-color: $--simple-drawer-softorange; + border-radius: 2px; + transform: rotate(-45deg); + transition: all 0.3s ease-in; + } + + .close { + margin: 60px 0 0 5px; + position: absolute; + } + + &:hover .leftright { + transform: rotate(-45deg); + background-color: $--simple-drawer-tomatored; + } + + &:hover .rightleft { + transform: rotate(45deg); + background-color: $--simple-drawer-tomatored; + } + } +} + +.mask { + position: fixed; + background: grey; + opacity: 0.5; + width: 100%; + left: 0; + top: 0; + height: 100%; +} + +.slider-tooltip , .slider-connect{ + background: $primary +} + +.page-title-right ol.breadcrumb { + margin-bottom: 0; +} + +.lang-dropdown { + &:hover { + cursor: pointer; + } +} + +.form-check-input { + &:hover { + cursor: pointer; + } +} + +.form-check-right { + .form-check { + padding-left: 0; + } +} +#page-topbar { + .lang-dropdown { + background-color: $header-bg; + color: $header-dark-item-color; + } +} +body[data-layout="horizontal"][data-topbar="colored"] { + #page-topbar{ + .lang-dropdown { + background-color: $primary; + } + } + +} +body[data-topbar="dark"] { + #page-topbar { + .lang-dropdown { + background-color: $primary; + color: $header-dark-item-color; + } + } +} +html[dir="rtl"] { + body[data-topbar="dark"] { + #page-topbar { + .lang-dropdown { + background-color: $header-dark-bg; + color: $header-dark-item-color; + } + } + } +} +.is-loading { + position: relative; + } + .preloader-component { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: $card-bg; + z-index: 999; + width: 100%; + } + .status { + width: 40px; + height: 40px; + position: absolute; + left: 50%; + top: 50%; + margin: -20px 0 0 -20px; + } \ No newline at end of file diff --git a/Vue/Starterkit/src/design/_variables-dark.scss b/Vue/Starterkit/src/design/_variables-dark.scss new file mode 100644 index 00000000..4c689506 --- /dev/null +++ b/Vue/Starterkit/src/design/_variables-dark.scss @@ -0,0 +1,1426 @@ +// Variables +@use 'sass:math'; + +// +// custom-variables +// + +// Vertical Sidebar - Default Light +$sidebar-bg: #ffffff; +$sidebar-menu-item-color: #545a6d; +$sidebar-menu-sub-item-color: #545a6d; +$sidebar-menu-item-icon-color: #7f8387; +$sidebar-menu-item-hover-color: #383c40; +$sidebar-menu-item-active-color: #556ee6; +$sidebar-width: 250px; +$sidebar-collapsed-width: 70px; +$sidebar-width-sm: 160px; + +// Vertical Sidebar - Dark +$sidebar-dark-bg: #2a3042; //2c313a +$sidebar-dark-menu-item-color: #a6b0cf; +$sidebar-dark-menu-sub-item-color: #79829c; +$sidebar-dark-menu-item-icon-color: #6a7187; +$sidebar-dark-menu-item-hover-color: #ffffff; +$sidebar-dark-menu-item-active-color: #ffffff; + +// Topbar - Deafult Light +$header-height: 70px; +$header-bg: #262b3c; +$header-item-color: #a6b0cf; + +// Topbar - Dark +$header-dark-bg: #556ee6; +$header-dark-item-color: #e9ecef; + +// Topbar Search +$topbar-search-bg: #2a3042; + +// Footer +$footer-height: 60px; +$footer-bg: #262b3c; +$footer-color: #a6b0cf; + +// Horizontal nav +$topnav-bg: #282e3f; +$menu-item-color: #a6b0cf; +$menu-item-active-color: #556ee6; + +// Right Sidebar +$rightbar-width: 280px; + +// Display +$display-none: block; +$display-block: none; + +// Brand +$navbar-brand-box-width: 250px; + +// Boxed layout width +$boxed-layout-width: 1300px; +$boxed-body-bg: #32394f; + +// Font Weight +$fw-medium: 500; +$font-weight-semibold: 600; + +// apex charts +$apex-grid-color: #32394e; + +// table +$table-head-bg: rgba($gray-600, .05); +$table-dark-border-color: tint-color($gray-800, 7.5%); + + +// Variables +// +// Variables should follow the `$component-state-property-size` formula for +// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. + +// Color system + +$white: #fff; +$gray-100: #212529; +$gray-200: #2a3042; +$gray-300: #32394e; +$gray-400: #a6b0cf; +$gray-500: #bfc8e2; +$gray-600: #c3cbe4; +$gray-700: #f6f6f6; +$gray-800: #eff2f7; +$gray-900: #f8f9fa; +$black: #000; + +// fusv-disable +$grays: ( + "100": $gray-100, + "200": $gray-200, + "300": $gray-300, + "400": $gray-400, + "500": $gray-500, + "600": $gray-600, + "700": $gray-700, + "800": $gray-800, + "900": $gray-900 +); + +// fusv-enable + +$blue: #556ee6; +$indigo: #564ab1; +$purple: #6f42c1; +$pink: #e83e8c; +$red: #f46a6a; +$orange: #f1734f; +$yellow: #f1b44c; +$green: #34c38f; +$teal: #050505; +$cyan: #50a5f1; + +// scss-docs-start colors-map +$colors: ( + "blue": $blue, + "indigo": $indigo, + "purple": $purple, + "pink": $pink, + "red": $red, + "orange": $orange, + "yellow": $yellow, + "green": $green, + "teal": $teal, + "cyan": $cyan, + "white": $white, + "gray": $gray-600, + "gray-dark": $gray-800 +); +// scss-docs-end colors-map + +$primary: $blue; +$secondary: $gray-600; +$success: $green; +$info: $cyan; +$warning: $yellow; +$danger: $red; +$light: $gray-300; +$dark: $gray-800; + +// scss-docs-start theme-colors-map +$theme-colors: ( + "primary": $primary, + "secondary": $secondary, + "success": $success, + "info": $info, + "warning": $warning, + "danger": $danger, + "pink": $pink, + "light": $light, + "dark": $dark +); +// scss-docs-end theme-colors-map +$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value"); +// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. +// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast +$min-contrast-ratio: 1.8; + +// Customize the light and dark text colors for use in our color contrast function. +$color-contrast-dark: $black; +$color-contrast-light: $white; + +// fusv-disable +$blue-100: tint-color($blue, 80%); +$blue-200: tint-color($blue, 60%); +$blue-300: tint-color($blue, 40%); +$blue-400: tint-color($blue, 20%); +$blue-500: $blue; +$blue-600: shade-color($blue, 20%); +$blue-700: shade-color($blue, 40%); +$blue-800: shade-color($blue, 60%); +$blue-900: shade-color($blue, 80%); + +$indigo-100: tint-color($indigo, 80%); +$indigo-200: tint-color($indigo, 60%); +$indigo-300: tint-color($indigo, 40%); +$indigo-400: tint-color($indigo, 20%); +$indigo-500: $indigo; +$indigo-600: shade-color($indigo, 20%); +$indigo-700: shade-color($indigo, 40%); +$indigo-800: shade-color($indigo, 60%); +$indigo-900: shade-color($indigo, 80%); + +$purple-100: tint-color($purple, 80%); +$purple-200: tint-color($purple, 60%); +$purple-300: tint-color($purple, 40%); +$purple-400: tint-color($purple, 20%); +$purple-500: $purple; +$purple-600: shade-color($purple, 20%); +$purple-700: shade-color($purple, 40%); +$purple-800: shade-color($purple, 60%); +$purple-900: shade-color($purple, 80%); + +$pink-100: tint-color($pink, 80%); +$pink-200: tint-color($pink, 60%); +$pink-300: tint-color($pink, 40%); +$pink-400: tint-color($pink, 20%); +$pink-500: $pink; +$pink-600: shade-color($pink, 20%); +$pink-700: shade-color($pink, 40%); +$pink-800: shade-color($pink, 60%); +$pink-900: shade-color($pink, 80%); + +$red-100: tint-color($red, 80%); +$red-200: tint-color($red, 60%); +$red-300: tint-color($red, 40%); +$red-400: tint-color($red, 20%); +$red-500: $red; +$red-600: shade-color($red, 20%); +$red-700: shade-color($red, 40%); +$red-800: shade-color($red, 60%); +$red-900: shade-color($red, 80%); + +$orange-100: tint-color($orange, 80%); +$orange-200: tint-color($orange, 60%); +$orange-300: tint-color($orange, 40%); +$orange-400: tint-color($orange, 20%); +$orange-500: $orange; +$orange-600: shade-color($orange, 20%); +$orange-700: shade-color($orange, 40%); +$orange-800: shade-color($orange, 60%); +$orange-900: shade-color($orange, 80%); + +$yellow-100: tint-color($yellow, 80%); +$yellow-200: tint-color($yellow, 60%); +$yellow-300: tint-color($yellow, 40%); +$yellow-400: tint-color($yellow, 20%); +$yellow-500: $yellow; +$yellow-600: shade-color($yellow, 20%); +$yellow-700: shade-color($yellow, 40%); +$yellow-800: shade-color($yellow, 60%); +$yellow-900: shade-color($yellow, 80%); + + +$green-100: tint-color($green, 80%); +$green-200: tint-color($green, 60%); +$green-300: tint-color($green, 40%); +$green-400: tint-color($green, 20%); +$green-500: $green; +$green-600: shade-color($green, 20%); +$green-700: shade-color($green, 40%); +$green-800: shade-color($green, 60%); +$green-900: shade-color($green, 80%); + + +$teal-100: tint-color($teal, 80%); +$teal-200: tint-color($teal, 60%); +$teal-300: tint-color($teal, 40%); +$teal-400: tint-color($teal, 20%); +$teal-500: $teal; +$teal-600: shade-color($teal, 20%); +$teal-700: shade-color($teal, 40%); +$teal-800: shade-color($teal, 60%); +$teal-900: shade-color($teal, 80%); + +$cyan-100: tint-color($cyan, 80%); +$cyan-200: tint-color($cyan, 60%); +$cyan-300: tint-color($cyan, 40%); +$cyan-400: tint-color($cyan, 20%); +$cyan-500: $cyan; +$cyan-600: shade-color($cyan, 20%); +$cyan-700: shade-color($cyan, 40%); +$cyan-800: shade-color($cyan, 60%); +$cyan-900: shade-color($cyan, 80%); +// fusv-enable + +// Characters which are escaped by the escape-svg function +$escaped-characters: ( + ("<", "%3c"), + (">", "%3e"), + ("#", "%23"), + ("(", "%28"), + (")", "%29"), +); + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-caret: false; +$enable-rounded: true; +$enable-shadows: false; +$enable-gradients: false; +$enable-transitions: true; +$enable-reduced-motion: true; +$enable-smooth-scroll: true; +$enable-grid-classes: true; +$enable-button-pointers: true; +$enable-rfs: true; +$enable-validation-icons: true; +$enable-negative-margins: true; +$enable-deprecation-messages: true; +$enable-important-utilities: true; + + +// Prefix for :root CSS variables + +$variable-prefix: bs-; + + +// Gradient +// +// The gradient which is added to components if `$enable-gradients` is `true` +// This gradient is also added to elements with `.bg-gradient` +$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)); +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem; +$spacers: ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3) +); + +$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null); + +// Position +// +// Define the edge positioning anchors of the position utilities. + +$position-values: ( + 0: 0, + 50: 50%, + 100: 100% +); + + + +// Body +// +// Settings for the `` element. + +$body-bg: #222736; +$body-color: $gray-400; +$body-text-align: null; + + +// Links +// +// Style anchor elements. + +$link-color: $primary; +$link-decoration: none; +$link-shade-percentage: 20%; +$link-hover-color: shift-color($link-color, $link-shade-percentage); +$link-hover-decoration: underline; + +$stretched-link-pseudo-element: after; +$stretched-link-z-index: 1; + + + +// Paragraphs +// +// Style p element. + +$paragraph-margin-bottom: 1rem; + + +// Grid breakpoints +// +// Define the minimum dimensions at which your layout will change, +// adapting to different screen sizes, for use in media queries. + +// scss-docs-start grid-breakpoints +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px, + xxl: 1400px +); +// scss-docs-end grid-breakpoints + + +@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); +@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); + + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +// scss-docs-start container-max-widths +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1140px, + xxl: 1320px +); +// scss-docs-end container-max-widths + +@include _assert-ascending($container-max-widths, "$container-max-widths"); + + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 12; +$grid-gutter-width: 24px; +$grid-row-columns: 6; + +$gutters: $spacers; + +// Container padding + +$container-padding-x: math.div($grid-gutter-width, 2); +// Components +// +// Define common padding and border radius sizes and more. + +$border-width: 1px; +$border-widths: ( + 0: 0, + 1: 1px, + 2: 2px, + 3: 3px, + 4: 4px, + 5: 5px +); + +$border-color: $gray-300; + +$border-radius: .25rem; +$border-radius-lg: .4rem; +$border-radius-sm: .2rem; +$border-radius-pill: 50rem; + + +$box-shadow-sm: 0 .125rem .25rem rgba($black, .075); +$box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03); +$box-shadow-lg: 0 1rem 3rem rgba($black, .175); +$box-shadow-inset: inset 0 1px 2px rgba($black, .075); + +$component-active-color: $white; +$component-active-bg: $primary; + + +$caret-width: .3em; +$caret-vertical-align: $caret-width * .85; +$caret-spacing: $caret-width * .85; + +$transition-base: all .2s ease-in-out; +$transition-fade: opacity .15s linear; +$transition-collapse: height .35s ease; + +// stylelint-disable function-disallowed-list +// scss-docs-start aspect-ratios +$aspect-ratios: ( + "1x1": 100%, + "4x3": calc(3 / 4 * 100%), + "16x9": calc(9 / 16 * 100%), + "21x9": calc(9 / 21 * 100%) +); +// scss-docs-end aspect-ratios +// stylelint-enable function-disallowed-list + +// Typography +// +// Font, line-height, and color for body text, headings, and more. + +// stylelint-disable value-keyword-case +$font-family-sans-serif: 'Poppins', sans-serif; +$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + +// stylelint-enable value-keyword-case +$font-family-base: var(--#{$variable-prefix}font-sans-serif); +$font-family-code: var(--#{$variable-prefix}font-monospace); + +// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins +// $font-size-base effects the font size of the body text +$font-size-root: null; +$font-size-base: 0.8125rem; +$font-size-sm: $font-size-base * .875; +$font-size-lg: $font-size-base * 1.25; + + +$font-weight-lighter: lighter; +$font-weight-light: 300; +$font-weight-normal: 400; +$font-weight-bold: 600; +$font-weight-bolder: bolder; + +$font-weight-base: $font-weight-normal; +$line-height-base: 1.5; +$line-height-sm: 1.25; +$line-height-lg: 2; + +$h1-font-size: $font-size-base * 2.5; +$h2-font-size: $font-size-base * 2; +$h3-font-size: $font-size-base * 1.75; +$h4-font-size: $font-size-base * 1.5; +$h5-font-size: $font-size-base * 1.25; +$h6-font-size: $font-size-base; + +// scss-docs-start font-sizes +$font-sizes: ( + 1: $h1-font-size, + 2: $h2-font-size, + 3: $h3-font-size, + 4: $h4-font-size, + 5: $h5-font-size, + 6: $h6-font-size +); +// scss-docs-end font-sizes + +$headings-margin-bottom: math.div($spacer, 2); +$headings-font-family: null; +$headings-font-style: null; +$headings-font-weight: 500; +$headings-line-height: 1.2; +$headings-color: null; + +// scss-docs-start display-headings +$display-font-sizes: ( + 1: 6rem, + 2: 5.5rem, + 3: 4.5rem, + 4: 3.5rem, + 5: 3rem, + 6: 2.5rem +); + +$display-font-weight: 300; +$display-line-height: $headings-line-height; +// scss-docs-end display-headings + +$lead-font-size: $font-size-base * 1.25; +$lead-font-weight: 300; + +$small-font-size: 80%; + +$sub-sup-font-size: .75em; +$text-muted: $gray-600; + +$initialism-font-size: $small-font-size; + +$blockquote-margin-y: $spacer; +$blockquote-font-size: $font-size-base * 1.25; +$blockquote-footer-color: $gray-600; +$blockquote-footer-font-size: $small-font-size; + +$hr-margin-y: $spacer; +$hr-color: inherit; +$hr-height: $border-width; +$hr-opacity: .2; + +$legend-margin-bottom: .5rem; +$legend-font-size: 1.5rem; +$legend-font-weight: null; + +$mark-padding: .2em; + +$dt-font-weight: $font-weight-bold; + +$nested-kbd-font-weight: $font-weight-bold; + +$list-inline-padding: .5rem; + +$mark-bg: #fcf8e3; + + +// Tables +// +// Customizes the `.table` component with basic values, each used across all table variations. + +// scss-docs-start table-variables +$table-cell-padding-y: .75rem; +$table-cell-padding-x: .75rem; +$table-cell-padding-y-sm: .3rem; +$table-cell-padding-x-sm: .3rem; + +$table-cell-vertical-align: top; + +$table-color: $body-color; +$table-bg: null; + +$table-th-font-weight: null; + + +$table-striped-color: $table-color; +$table-striped-bg-factor: .05; +$table-striped-bg: rgba($gray-500, .05); + +$table-active-color: $table-color; +$table-active-bg-factor: .1; +$table-active-bg: $table-hover-bg; + +$table-hover-color: $table-color; +$table-hover-bg-factor: .075; +$table-hover-bg: rgba($gray-500, .05); + +$table-border-factor: .1; +$table-border-width: $border-width; +$table-border-color: $border-color; + +$table-striped-order: odd; +$table-group-separator-color: $border-color; + +$table-caption-color: $text-muted; + +$table-bg-scale: -80%; + +$table-variants: ( + "primary": shift-color($primary, $table-bg-scale), + "secondary": shift-color($secondary, $table-bg-scale), + "success": shift-color($success, $table-bg-scale), + "info": shift-color($info, $table-bg-scale), + "warning": shift-color($warning, $table-bg-scale), + "danger": shift-color($danger, $table-bg-scale), + "light": $light, + "dark": $light, +); +// scss-docs-end table-variables + + +// Buttons + Forms +// +// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. + +$input-btn-padding-y: .47rem; +$input-btn-padding-x: .75rem; +$input-btn-font-family: null; +$input-btn-font-size: $font-size-base; +$input-btn-line-height: $line-height-base; + +$input-btn-focus-width: .15rem; +$input-btn-focus-color-opacity: .25; +$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity); +$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; + +$input-btn-padding-y-sm: .25rem; +$input-btn-padding-x-sm: .5rem; +$input-btn-font-size-sm: $font-size-sm; + +$input-btn-padding-y-lg: .5rem; +$input-btn-padding-x-lg: 1rem; +$input-btn-font-size-lg: $font-size-lg; + +$input-btn-border-width: $border-width; + + +// Buttons +// +// For each of Bootstrap's buttons, define text, background, and border color. + +$btn-padding-y: $input-btn-padding-y; +$btn-padding-x: $input-btn-padding-x; +$btn-font-family: $input-btn-font-family; +$btn-font-size: $input-btn-font-size; +$btn-line-height: $input-btn-line-height; +$btn-white-space: null; // Set to `nowrap` to prevent text wrapping + +$btn-padding-y-sm: $input-btn-padding-y-sm; +$btn-padding-x-sm: $input-btn-padding-x-sm; +$btn-font-size-sm: $input-btn-font-size-sm; + +$btn-padding-y-lg: $input-btn-padding-y-lg; +$btn-padding-x-lg: $input-btn-padding-x-lg; +$btn-font-size-lg: $input-btn-font-size-lg; + +$btn-border-width: $input-btn-border-width; + +$btn-font-weight: $font-weight-normal; +$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075); +$btn-focus-width: $input-btn-focus-width; +$btn-focus-box-shadow: $input-btn-focus-box-shadow; +$btn-disabled-opacity: .65; +$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125); + +$btn-link-color: $link-color; +$btn-link-hover-color: $link-hover-color; +$btn-link-disabled-color: $gray-600; + +// Allows for customizing button radius independently from global border radius +$btn-border-radius: $border-radius; +$btn-border-radius-sm: $border-radius-sm; +$btn-border-radius-lg: $border-radius-lg; + +$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +// Forms + +$form-text-margin-top: .25rem; +$form-text-font-size: $small-font-size; +$form-text-font-style: null; +$form-text-font-weight: null; +$form-text-color: $text-muted; + +$form-label-margin-bottom: .5rem; +$form-label-font-size: null; +$form-label-font-style: null; +$form-label-font-weight: null; +$form-label-color: null; + +$input-padding-y: $input-btn-padding-y; +$input-padding-x: $input-btn-padding-x; +$input-font-family: $input-btn-font-family; +$input-font-size: $input-btn-font-size; +$input-font-weight: $font-weight-base; +$input-line-height: $input-btn-line-height; + +$input-padding-y-sm: $input-btn-padding-y-sm; +$input-padding-x-sm: $input-btn-padding-x-sm; +$input-font-size-sm: $input-btn-font-size-sm; + +$input-padding-y-lg: $input-btn-padding-y-lg; +$input-padding-x-lg: $input-btn-padding-x-lg; +$input-font-size-lg: $input-btn-font-size-lg; + +$input-bg: tint-color($gray-200, 2%); +$input-disabled-bg: tint-color($gray-200, 1%); +$input-disabled-border-color: null; + +$input-color: $gray-500; +$input-border-color: $gray-300; +$input-border-width: $input-btn-border-width; +$input-box-shadow: $box-shadow-inset; + +$input-border-radius: $border-radius; +$input-border-radius-lg: $border-radius-lg; +$input-border-radius-sm: $border-radius-sm; + +$input-focus-bg: tint-color($input-bg, 1%); +$input-focus-border-color: tint-color($input-border-color, 2%); +$input-focus-color: $input-color; +$input-focus-width: $input-btn-focus-width; +$input-focus-box-shadow: none; + +$input-placeholder-color: $gray-600; +$input-plaintext-color: $body-color; + +$input-height-border: $input-border-width * 2; + +$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); +$input-height-inner-half: add($input-line-height * .5em, $input-padding-y); +$input-height-inner-quarter: add($input-line-height * .25em, math.div($input-padding-y, 2)); + +$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); +$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); +$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)); + +$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +$form-check-input-width: 1em; +$form-check-min-height: $font-size-base * $line-height-base; +$form-check-padding-start: $form-check-input-width + .5em; +$form-check-margin-bottom: .125rem; +$form-check-label-color: null; +$form-check-label-cursor: null; +$form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-check-input-active-filter: brightness(90%); + +$form-check-input-bg: $gray-300; +$form-check-input-border: 1px solid $gray-400; +$form-check-input-border-radius: .25em; +$form-check-radio-border-radius: 50%; +$form-check-input-focus-border: $input-focus-border-color; +$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow; + +$form-check-input-checked-color: $component-active-color; +$form-check-input-checked-bg-color: $component-active-bg; +$form-check-input-checked-border-color: $form-check-input-checked-bg-color; +$form-check-input-checked-bg-image: url("data:image/svg+xml,"); +$form-check-radio-checked-bg-image: url("data:image/svg+xml,"); + +$form-check-input-indeterminate-color: $component-active-color; +$form-check-input-indeterminate-bg-color: $component-active-bg; +$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color; +$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,"); + +$form-check-input-disabled-opacity: .5; +$form-check-label-disabled-opacity: $form-check-input-disabled-opacity; +$form-check-btn-check-disabled-opacity: $btn-disabled-opacity; + +$form-switch-color: rgba(255, 255, 255, .5); +$form-switch-width: 2em; +$form-switch-padding-start: $form-switch-width + .5em; +$form-switch-bg-image: url("data:image/svg+xml,"); +$form-switch-border-radius: $form-switch-width; + +$form-switch-focus-color: $form-switch-color; +$form-switch-focus-bg-image: url("data:image/svg+xml,"); + +$form-switch-checked-color: $component-active-color; +$form-switch-checked-bg-image: url("data:image/svg+xml,"); +$form-switch-checked-bg-position: right center; + +$form-check-inline-margin-end: 1rem; + +$input-group-addon-padding-y: $input-padding-y; +$input-group-addon-padding-x: $input-padding-x; +$input-group-addon-font-weight: $input-font-weight; +$input-group-addon-color: $input-color; +$input-group-addon-bg: $gray-300; +$input-group-addon-border-color: $input-border-color; + +$form-select-padding-y: $input-padding-y; +$form-select-padding-x: $input-padding-x; +$form-select-font-family: $input-font-family; +$form-select-font-size: $input-font-size; +$form-select-indicator-padding: 1rem; // Extra padding to account for the presence of the background-image based indicator +$form-select-font-weight: $input-font-weight; +$form-select-line-height: $input-line-height; +$form-select-color: $input-color; +$form-select-disabled-color: $gray-600; +$form-select-bg: $input-bg; +$form-select-disabled-bg: $gray-200; +$form-select-disabled-border-color: $input-disabled-border-color; +$form-select-bg-position: right $form-select-padding-x center; +$form-select-bg-size: 16px 12px; // In pixels because image dimensions +$form-select-indicator-color: $gray-800; +$form-select-indicator: url("data:image/svg+xml,"); + +$form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half; + +$form-select-border-width: $input-border-width; +$form-select-border-color: $input-border-color; +$form-select-border-radius: $border-radius; +$form-select-box-shadow: $box-shadow-inset; + +$form-select-focus-border-color: $input-focus-border-color; +$form-select-focus-width: $input-focus-width; +$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; + +$form-select-padding-y-sm: $input-padding-y-sm; +$form-select-padding-x-sm: $input-padding-x-sm; +$form-select-font-size-sm: $input-font-size-sm; + +$form-select-padding-y-lg: $input-padding-y-lg; +$form-select-padding-x-lg: $input-padding-x-lg; +$form-select-font-size-lg: $input-font-size-lg; + +$form-range-track-width: 100%; +$form-range-track-height: .5rem; +$form-range-track-cursor: pointer; +$form-range-track-bg: $gray-300; +$form-range-track-border-radius: 1rem; +$form-range-track-box-shadow: $box-shadow-inset; + +$form-range-thumb-width: 1rem; +$form-range-thumb-height: $form-range-thumb-width; +$form-range-thumb-bg: $component-active-bg; +$form-range-thumb-border: 0; +$form-range-thumb-border-radius: 1rem; +$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1); +$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow; +$form-range-thumb-focus-box-shadow-width: $input-focus-width; // For focus box shadow issue in Edge +$form-range-thumb-active-bg: tint-color($component-active-bg, 70%); +$form-range-thumb-disabled-bg: $gray-500; +$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-file-button-color: $input-color; +$form-file-button-bg: $input-group-addon-bg; +$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%); + +$form-floating-height: add(3.5rem, $input-height-border); +$form-floating-padding-x: $input-padding-x; +$form-floating-padding-y: 1rem; +$form-floating-input-padding-t: 1.625rem; +$form-floating-input-padding-b: .625rem; +$form-floating-label-opacity: .65; +$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem); +$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out; + +// Form validation + +$form-feedback-margin-top: $form-text-margin-top; +$form-feedback-font-size: $form-text-font-size; +$form-feedback-font-style: $form-text-font-style; +$form-feedback-valid-color: $success; +$form-feedback-invalid-color: $danger; + +$form-feedback-icon-valid-color: $form-feedback-valid-color; +$form-feedback-icon-valid: url("data:image/svg+xml,"); +$form-feedback-icon-invalid-color: $form-feedback-invalid-color; +$form-feedback-icon-invalid: url("data:image/svg+xml,"); + +// scss-docs-start form-validation-states +$form-validation-states: ( + "valid": ( + "color": $form-feedback-valid-color, + "icon": $form-feedback-icon-valid + ), + "invalid": ( + "color": $form-feedback-invalid-color, + "icon": $form-feedback-icon-invalid + ) +); +// scss-docs-end form-validation-states + +// Z-index master list +// +// Warning: Avoid customizing these values. They're used for a bird's eye view +// of components dependent on the z-axis and are designed to all work together. + +// scss-docs-start zindex-stack +$zindex-dropdown: 1000; +$zindex-sticky: 1020; +$zindex-fixed: 1030; +$zindex-modal-backdrop: 1040; +$zindex-modal: 1050; +$zindex-popover: 1060; +$zindex-tooltip: 1070; +// scss-docs-end zindex-stack + + +// Navs + +$nav-link-padding-y: .5rem; +$nav-link-padding-x: 1rem; +$nav-link-font-size: null; +$nav-link-font-weight: null; +$nav-link-color: null; +$nav-link-hover-color: null; +$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; +$nav-link-disabled-color: $gray-600; + +$nav-tabs-border-color: lighten($gray-300, 4%); +$nav-tabs-border-width: $border-width; +$nav-tabs-border-radius: $border-radius; +$nav-tabs-link-hover-border-color: lighten($gray-300, 4%) lighten($gray-300, 4%) $nav-tabs-border-color; +$nav-tabs-link-active-color: $gray-700; +$nav-tabs-link-active-bg: $gray-200; +$nav-tabs-link-active-border-color: lighten($gray-300, 4%) lighten($gray-300, 4%) $nav-tabs-link-active-bg; + +$nav-pills-border-radius: $border-radius; +$nav-pills-link-active-color: $component-active-color; +$nav-pills-link-active-bg: $component-active-bg; + + +// Navbar + +$navbar-padding-y: math.div($spacer, 2); +$navbar-padding-x: null; + +$navbar-nav-link-padding-x: .5rem; + +$navbar-brand-font-size: $font-size-lg; +// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link +$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; +$navbar-brand-height: $navbar-brand-font-size * $line-height-base; +$navbar-brand-padding-y: math.div($nav-link-height - $navbar-brand-height, 2); +$navbar-brand-margin-end: 1rem; + +$navbar-toggler-padding-y: .25rem; +$navbar-toggler-padding-x: .75rem; +$navbar-toggler-font-size: $font-size-lg; +$navbar-toggler-border-radius: $btn-border-radius; +$navbar-toggler-focus-width: $btn-focus-width; +$navbar-toggler-transition: box-shadow .15s ease-in-out; + +$navbar-dark-color: rgba($white, .55); +$navbar-dark-hover-color: rgba($white, .75); +$navbar-dark-active-color: $white; +$navbar-dark-disabled-color: rgba($white, .25); +$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-dark-toggler-border-color: rgba($white, .1); + +$navbar-light-color: rgba($black, .55); +$navbar-light-hover-color: rgba($black, .7); +$navbar-light-active-color: rgba($black, .9); +$navbar-light-disabled-color: rgba($black, .3); +$navbar-light-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-light-toggler-border-color: rgba($black, .1); + +$navbar-light-brand-color: $navbar-light-active-color; +$navbar-light-brand-hover-color: $navbar-light-active-color; +$navbar-dark-brand-color: $navbar-dark-active-color; +$navbar-dark-brand-hover-color: $navbar-dark-active-color; + + +// Dropdowns +// +// Dropdown menu container and contents. + +$dropdown-min-width: 10rem; +$dropdown-padding-x: 0; +$dropdown-padding-y: .5rem; +$dropdown-spacer: .125rem; +$dropdown-font-size: $font-size-base; +$dropdown-color: $body-color; +$dropdown-bg: $gray-200; +$dropdown-border-color: lighten($gray-200, 4%); +$dropdown-border-radius: $border-radius; +$dropdown-border-width: 1px; +$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}); +$dropdown-divider-bg: $gray-200; +$dropdown-divider-margin-y: math.div($spacer, 2); +$dropdown-box-shadow: $box-shadow; + +$dropdown-link-color: $gray-500; +$dropdown-link-hover-color: darken($gray-900, 5%); +$dropdown-link-hover-bg: $gray-300; + +$dropdown-link-active-color: darken($gray-900, 5%); +$dropdown-link-active-bg: $gray-300; + +$dropdown-link-disabled-color: $gray-600; + +$dropdown-item-padding-y: .35rem; +$dropdown-item-padding-x: 1.5rem; + +$dropdown-header-color: $gray-600; +$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x; + +$dropdown-dark-color: $gray-300; +$dropdown-dark-bg: $gray-800; +$dropdown-dark-border-color: $dropdown-border-color; +$dropdown-dark-divider-bg: $dropdown-divider-bg; +$dropdown-dark-box-shadow: null; +$dropdown-dark-link-color: $dropdown-dark-color; +$dropdown-dark-link-hover-color: $white; +$dropdown-dark-link-hover-bg: rgba($white, .15); +$dropdown-dark-link-active-color: $dropdown-link-active-color; +$dropdown-dark-link-active-bg: $dropdown-link-active-bg; +$dropdown-dark-link-disabled-color: $gray-500; +$dropdown-dark-header-color: $gray-500; + +// Pagination + +$pagination-padding-y: .5rem; +$pagination-padding-x: .75rem; +$pagination-padding-y-sm: .25rem; +$pagination-padding-x-sm: .5rem; +$pagination-padding-y-lg: .75rem; +$pagination-padding-x-lg: 1.5rem; + +$pagination-color: $gray-500; +$pagination-bg: $gray-200; +$pagination-border-width: $border-width; +$pagination-border-radius: $border-radius; +$pagination-margin-start: -$pagination-border-width; +$pagination-border-color: $gray-300; + +$pagination-focus-color: $link-hover-color; +$pagination-focus-bg: $gray-200; +$pagination-focus-box-shadow: $input-btn-focus-box-shadow; +$pagination-focus-outline: 0; + +$pagination-hover-color: $link-hover-color; +$pagination-hover-bg: $gray-200; +$pagination-hover-border-color: $gray-300; + +$pagination-active-color: $component-active-color; +$pagination-active-bg: $component-active-bg; +$pagination-active-border-color: $pagination-active-bg; + +$pagination-disabled-color: $gray-600; +$pagination-disabled-bg: $gray-300; +$pagination-disabled-border-color: $gray-300; + +$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +// Cards + +$card-spacer-y: 1.25rem; +$card-spacer-x: 1.25rem; +$card-title-spacer-y: $spacer / 2; +$card-border-width: 0; +$card-border-radius: $border-radius; +$card-border-color: $gray-300; +$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}); +$card-cap-padding-y: $card-spacer-y / 2; +$card-cap-padding-x: $card-spacer-x; +$card-cap-bg: rgba($black, .03); +$card-cap-color: null; +$card-height: null; +$card-color: null; +$card-bg: #2a3042; + + +$card-title-desc: $gray-400; + +$card-group-margin: $grid-gutter-width / 2; + +// Accordion +$accordion-padding-y: 1rem; +$accordion-padding-x: 1.25rem; +$accordion-color: $body-color; +$accordion-bg: transparent; +$accordion-border-width: $border-width; +$accordion-border-color: $border-color; +$accordion-border-radius: $border-radius; + +$accordion-body-padding-y: $accordion-padding-y; +$accordion-body-padding-x: $accordion-padding-x; + +$accordion-button-padding-y: $accordion-padding-y; +$accordion-button-padding-x: $accordion-padding-x; +$accordion-button-color: $accordion-color; +$accordion-button-bg: $accordion-bg; +$accordion-transition: $btn-transition, border-radius .15s ease; +$accordion-button-active-bg: rgba($component-active-bg, 0.1); +$accordion-button-active-color: shade-color($primary, 10%); + +$accordion-button-focus-border-color: $accordion-button-active-bg; +$accordion-button-focus-box-shadow: none; + +$accordion-icon-width: 16px; +$accordion-icon-color: $accordion-color; +$accordion-icon-active-color: $accordion-button-active-color; +$accordion-icon-transition: transform .2s ease-in-out; +$accordion-icon-transform: rotate(180deg); + +$accordion-button-icon: url("data:image/svg+xml,"); +$accordion-button-active-icon: url("data:image/svg+xml,"); + +// Tooltips + +$tooltip-font-size: $font-size-sm; +$tooltip-max-width: 200px; +$tooltip-color: $white; +$tooltip-bg: $black; +$tooltip-border-radius: $border-radius; +$tooltip-opacity: .9; +$tooltip-padding-y: .4rem; +$tooltip-padding-x: .7rem; +$tooltip-margin: 0; + +$tooltip-arrow-width: .8rem; +$tooltip-arrow-height: .4rem; +$tooltip-arrow-color: $tooltip-bg; + +// Form tooltips must come after regular tooltips +$form-feedback-tooltip-padding-y: $tooltip-padding-y; +$form-feedback-tooltip-padding-x: $tooltip-padding-x; +$form-feedback-tooltip-font-size: $tooltip-font-size; +$form-feedback-tooltip-line-height: $line-height-base; +$form-feedback-tooltip-opacity: $tooltip-opacity; +$form-feedback-tooltip-border-radius: $tooltip-border-radius; + + +// Popovers + +$popover-font-size: $font-size-sm; +$popover-bg: $white; +$popover-max-width: 276px; +$popover-border-width: $border-width; +$popover-border-color: $gray-200; +$popover-border-radius: $border-radius-lg; +$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width); +$popover-box-shadow: 0 .25rem .5rem rgba($black, .2); + +$popover-header-bg: shade-color($popover-bg, 4%); +$popover-header-color: $gray-200; +$popover-header-padding-y: .5rem; +$popover-header-padding-x: $spacer; + +$popover-body-color: $body-color; +$popover-body-padding-y: $spacer; +$popover-body-padding-x: $spacer; + +$popover-arrow-width: 1rem; +$popover-arrow-height: .5rem; +$popover-arrow-color: $popover-bg; + +$popover-arrow-outer-color: fade-in($popover-border-color, .05); + + +// Toasts + +$toast-max-width: 350px; +$toast-padding-x: .75rem; +$toast-padding-y: .25rem; +$toast-font-size: .875rem; +$toast-color: null; +$toast-background-color: rgba($white, .85); +$toast-border-width: 1px; +$toast-border-color: rgba(0, 0, 0, .1); +$toast-border-radius: .25rem; +$toast-box-shadow: $box-shadow; +$toast-spacing: $container-padding-x; + +$toast-header-color: $gray-600; +$toast-header-background-color: rgba($white, .85); +$toast-header-border-color: rgba(0, 0, 0, .05); + + +// Badges + +$badge-font-size: 75%; +$badge-font-weight: $fw-medium; +$badge-color: $white; +$badge-padding-y: .25em; +$badge-padding-x: .4em; +$badge-border-radius: $border-radius; + + +// Modals + +// Padding applied to the modal body +$modal-inner-padding: 1rem; + +// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding +$modal-footer-margin-between: .5rem; +$modal-dialog-margin: .5rem; +$modal-dialog-margin-y-sm-up: 1.75rem; + +$modal-title-line-height: $line-height-base; + +$modal-content-color: null; +$modal-content-bg: $gray-200; +$modal-content-border-color: $gray-300; +$modal-content-border-width: $border-width; +$modal-content-border-radius: $border-radius-lg; +$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width); +$modal-content-box-shadow-xs: $box-shadow-sm; +$modal-content-box-shadow-sm-up: $box-shadow; + + +$modal-backdrop-bg: $black; +$modal-backdrop-opacity: .5; +$modal-header-border-color: $border-color; +$modal-footer-border-color: $modal-header-border-color; +$modal-header-border-width: $modal-content-border-width; +$modal-footer-border-width: $modal-header-border-width; +$modal-header-padding-y: $modal-inner-padding; +$modal-header-padding-x: $modal-inner-padding; +$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility + +$modal-sm: 300px; +$modal-md: 500px; +$modal-lg: 800px; +$modal-xl: 1140px; + +$modal-fade-transform: translate(0, -50px); +$modal-show-transform: none; +$modal-transition: transform .3s ease-out; +$modal-scale-transform: scale(1.02); + + +// Alerts +// +// Define alert colors, border radius, and padding. + +$alert-padding-y: .75rem; +$alert-padding-x: 1.25rem; +$alert-margin-bottom: 1rem; +$alert-border-radius: $border-radius; +$alert-link-font-weight: $font-weight-bold; +$alert-border-width: $border-width; + +$alert-bg-scale: -80%; +$alert-border-scale: -70%; +$alert-color-scale: 40%; + +$alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side + +// Progress bars + +$progress-height: .625rem; +$progress-font-size: $font-size-base * .75; +$progress-bg: $gray-300; +$progress-border-radius: $border-radius; +$progress-box-shadow: $box-shadow-inset; +$progress-bar-color: $white; +$progress-bar-bg: $primary; +$progress-bar-animation-timing: 1s linear infinite; +$progress-bar-transition: width .6s ease; + + +// List group + +$list-group-color: null; +$list-group-bg: $gray-200; +$list-group-border-color: $border-color; +$list-group-border-width: $border-width; +$list-group-border-radius: $border-radius; + +$list-group-item-padding-y: .75rem; +$list-group-item-padding-x: 1.25rem; +$list-group-item-bg-scale: -80%; +$list-group-item-color-scale: 40%; + +$list-group-hover-bg: $gray-100; +$list-group-active-color: $component-active-color; +$list-group-active-bg: $component-active-bg; +$list-group-active-border-color: $list-group-active-bg; + +$list-group-disabled-color: $gray-600; +$list-group-disabled-bg: $list-group-bg; + +$list-group-action-color: $gray-700; +$list-group-action-hover-color: $list-group-action-color; + +$list-group-action-active-color: $body-color; +$list-group-action-active-bg: $gray-200; + + +// Image thumbnails + +$thumbnail-padding: .25rem; +$thumbnail-bg: $body-bg; +$thumbnail-border-width: $border-width; +$thumbnail-border-color: $gray-300; +$thumbnail-border-radius: $border-radius; +$thumbnail-box-shadow: $box-shadow-sm; + + +// Figures + +$figure-caption-font-size: $small-font-size; +$figure-caption-color: $gray-600; + + + +// Breadcrumbs + +$breadcrumb-padding-y: .75rem; +$breadcrumb-padding-x: 1rem; +$breadcrumb-item-padding: .5rem; + +$breadcrumb-margin-bottom: 1rem; + +$breadcrumb-bg: null; +$breadcrumb-divider-color: $gray-600; +$breadcrumb-active-color: $gray-600; +$breadcrumb-divider: quote("/"); +$breadcrumb-divider-flipped: $breadcrumb-divider; +$breadcrumb-border-radius: null; + + + +// Carousel + +$carousel-control-color: $white; +$carousel-control-width: 15%; +$carousel-control-opacity: .5; +$carousel-control-hover-opacity: .9; +$carousel-control-transition: opacity .15s ease; + +$carousel-indicator-width: 30px; +$carousel-indicator-height: 3px; +$carousel-indicator-hit-area-height: 10px; +$carousel-indicator-spacer: 3px; +$carousel-indicator-active-bg: $white; +$carousel-indicator-transition: opacity .6s ease; + +$carousel-caption-width: 70%; +$carousel-caption-color: $white; +$carousel-caption-padding-y: 1.25rem; +$carousel-caption-spacer: 1.25rem; + +$carousel-control-icon-width: 2rem; + +$carousel-control-prev-icon-bg: url("data:image/svg+xml,"); +$carousel-control-next-icon-bg: url("data:image/svg+xml,"); + +$carousel-transition-duration: .6s; +$carousel-transition: transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) + +$carousel-dark-indicator-active-bg: $black; +$carousel-dark-caption-color: $black; +$carousel-dark-control-icon-filter: invert(1) grayscale(100); + + +// Spinners + +$spinner-width: 2rem; +$spinner-height: $spinner-width; +$spinner-border-width: .25em; +$spinner-animation-speed: .75s; + +$spinner-width-sm: 1rem; +$spinner-height-sm: $spinner-width-sm; +$spinner-border-width-sm: .2em; + + +// Close + +$btn-close-width: 1em; +$btn-close-height: $btn-close-width; +$btn-close-padding-x: .25em; +$btn-close-padding-y: $btn-close-padding-x; +$btn-close-color: $white; +$btn-close-bg: url("data:image/svg+xml,"); +$btn-close-bg-dark: url("data:image/svg+xml,"); +$btn-close-focus-shadow: none; +$btn-close-opacity: .5; +$btn-close-hover-opacity: .75; +$btn-close-focus-opacity: 1; +$btn-close-disabled-opacity: .25; +$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); + +// Code + +$code-font-size: 87.5%; +$code-color: $pink; + +$kbd-padding-y: .2rem; +$kbd-padding-x: .4rem; +$kbd-font-size: $code-font-size; +$kbd-color: $white; +$kbd-bg: $gray-900; + +$pre-color: $gray-900; + + +$--simple-drawer-softorange: #f4a259 !default; +$--simple-drawer-tomatored: #f25c66 !default; +$--simple-drawer-mediumblu: #1e272d !default; +$--simple-drawer-close-width: 28px !default; +$--simple-drawer-bg-color: #333333 !default; +$--simple-drawer-fg-color: white !default; \ No newline at end of file diff --git a/Vue/Starterkit/src/design/_variables.scss b/Vue/Starterkit/src/design/_variables.scss new file mode 100644 index 00000000..61e36ce9 --- /dev/null +++ b/Vue/Starterkit/src/design/_variables.scss @@ -0,0 +1,1549 @@ +// Variables +@use 'sass:math'; +// +// custom-variables +// + +// Vertical Sidebar - Default Light +$sidebar-bg: #ffffff; +$sidebar-menu-item-color: #545a6d; +$sidebar-menu-sub-item-color: #545a6d; +$sidebar-menu-item-icon-color: #7f8387; +$sidebar-menu-item-hover-color: #383c40; +$sidebar-menu-item-active-color: #556ee6; +$sidebar-width: 250px; +$sidebar-collapsed-width: 70px; +$sidebar-width-sm: 160px; + +// Vertical Sidebar - Dark +$sidebar-dark-bg: #2a3042; //2c313a +$sidebar-dark-menu-item-color: #a6b0cf; +$sidebar-dark-menu-sub-item-color: #79829c; +$sidebar-dark-menu-item-icon-color: #6a7187; +$sidebar-dark-menu-item-hover-color: #ffffff; +$sidebar-dark-menu-item-active-color: #ffffff; + +// Topbar - Deafult Light +$header-height: 70px; +$header-bg: #ffffff; +$header-item-color: #555b6d; + +// Topbar - Dark +$header-dark-bg: #2a3042; +$header-dark-item-color: #e9ecef; + +// Topbar Search +$topbar-search-bg: #f3f3f9; + +// Footer +$footer-height: 60px; +$footer-bg: #f2f2f5; +$footer-color: #74788d; + +// Horizontal nav +$topnav-bg: #fff; + +$menu-item-color: #545a6d; +$menu-item-active-color: #556ee6; + +// Right Sidebar +$rightbar-width: 280px; + +// Display +$display-none: none; +$display-block: block; + +// Brand +$navbar-brand-box-width: 250px; + +// Boxed layout width +$boxed-layout-width: 1300px; +$boxed-body-bg: #ebebf4; + +// Font Weight +$fw-medium: 500; +$font-weight-semibold: 600; + +// apex charts +$apex-grid-color: #f8f9fa; + +// table +$table-head-bg: $gray-100; +$table-dark-border-color: tint-color($gray-800, 7.5%); + + +// Variables +// +// Variables should follow the `$component-state-property-size` formula for +// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. + +// Color system + +$white: #fff; +$gray-100: #f8f9fa; +$gray-200: #eff2f7; +$gray-300: #f6f6f6; +$gray-400: #ced4da; +$gray-500: #adb5bd; +$gray-600: #74788d; +$gray-700: #495057; +$gray-800: #343a40; +$gray-900: #212529; +$black: #000; + +// fusv-disable +$grays: ( + "100": $gray-100, + "200": $gray-200, + "300": $gray-300, + "400": $gray-400, + "500": $gray-500, + "600": $gray-600, + "700": $gray-700, + "800": $gray-800, + "900": $gray-900 +); + +// fusv-enable + +$blue: #556ee6; +$indigo: #564ab1; +$purple: #6f42c1; +$pink: #e83e8c; +$red: #f46a6a; +$orange: #f1734f; +$yellow: #f1b44c; +$green: #34c38f; +$teal: #050505; +$cyan: #50a5f1; + +// scss-docs-start colors-map +$colors: ( + "blue": $blue, + "indigo": $indigo, + "purple": $purple, + "pink": $pink, + "red": $red, + "orange": $orange, + "yellow": $yellow, + "green": $green, + "teal": $teal, + "cyan": $cyan, + "white": $white, + "gray": $gray-600, + "gray-dark": $gray-800 +); +// scss-docs-end colors-map + +$primary: $blue; +$secondary: $gray-600; +$success: $green; +$info: $cyan; +$warning: $yellow; +$danger: $red; +$light: $gray-200; +$dark: $gray-800; + +// scss-docs-start theme-colors-map +$theme-colors: ( + "primary": $primary, + "secondary": $secondary, + "success": $success, + "info": $info, + "warning": $warning, + "danger": $danger, + "pink": $pink, + "light": $light, + "dark": $dark +); +// scss-docs-end theme-colors-map + +$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value"); +// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. +// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast +$min-contrast-ratio: 1.8; + +// Customize the light and dark text colors for use in our color contrast function. +$color-contrast-dark: $black; +$color-contrast-light: $white; + + +// fusv-disable +$blue-100: tint-color($blue, 80%); +$blue-200: tint-color($blue, 60%); +$blue-300: tint-color($blue, 40%); +$blue-400: tint-color($blue, 20%); +$blue-500: $blue; +$blue-600: shade-color($blue, 20%); +$blue-700: shade-color($blue, 40%); +$blue-800: shade-color($blue, 60%); +$blue-900: shade-color($blue, 80%); + +$indigo-100: tint-color($indigo, 80%); +$indigo-200: tint-color($indigo, 60%); +$indigo-300: tint-color($indigo, 40%); +$indigo-400: tint-color($indigo, 20%); +$indigo-500: $indigo; +$indigo-600: shade-color($indigo, 20%); +$indigo-700: shade-color($indigo, 40%); +$indigo-800: shade-color($indigo, 60%); +$indigo-900: shade-color($indigo, 80%); + +$purple-100: tint-color($purple, 80%); +$purple-200: tint-color($purple, 60%); +$purple-300: tint-color($purple, 40%); +$purple-400: tint-color($purple, 20%); +$purple-500: $purple; +$purple-600: shade-color($purple, 20%); +$purple-700: shade-color($purple, 40%); +$purple-800: shade-color($purple, 60%); +$purple-900: shade-color($purple, 80%); + +$pink-100: tint-color($pink, 80%); +$pink-200: tint-color($pink, 60%); +$pink-300: tint-color($pink, 40%); +$pink-400: tint-color($pink, 20%); +$pink-500: $pink; +$pink-600: shade-color($pink, 20%); +$pink-700: shade-color($pink, 40%); +$pink-800: shade-color($pink, 60%); +$pink-900: shade-color($pink, 80%); + +$red-100: tint-color($red, 80%); +$red-200: tint-color($red, 60%); +$red-300: tint-color($red, 40%); +$red-400: tint-color($red, 20%); +$red-500: $red; +$red-600: shade-color($red, 20%); +$red-700: shade-color($red, 40%); +$red-800: shade-color($red, 60%); +$red-900: shade-color($red, 80%); + +$orange-100: tint-color($orange, 80%); +$orange-200: tint-color($orange, 60%); +$orange-300: tint-color($orange, 40%); +$orange-400: tint-color($orange, 20%); +$orange-500: $orange; +$orange-600: shade-color($orange, 20%); +$orange-700: shade-color($orange, 40%); +$orange-800: shade-color($orange, 60%); +$orange-900: shade-color($orange, 80%); + +$yellow-100: tint-color($yellow, 80%); +$yellow-200: tint-color($yellow, 60%); +$yellow-300: tint-color($yellow, 40%); +$yellow-400: tint-color($yellow, 20%); +$yellow-500: $yellow; +$yellow-600: shade-color($yellow, 20%); +$yellow-700: shade-color($yellow, 40%); +$yellow-800: shade-color($yellow, 60%); +$yellow-900: shade-color($yellow, 80%); + +$green-100: tint-color($green, 80%); +$green-200: tint-color($green, 60%); +$green-300: tint-color($green, 40%); +$green-400: tint-color($green, 20%); +$green-500: $green; +$green-600: shade-color($green, 20%); +$green-700: shade-color($green, 40%); +$green-800: shade-color($green, 60%); +$green-900: shade-color($green, 80%); + +$teal-100: tint-color($teal, 80%); +$teal-200: tint-color($teal, 60%); +$teal-300: tint-color($teal, 40%); +$teal-400: tint-color($teal, 20%); +$teal-500: $teal; +$teal-600: shade-color($teal, 20%); +$teal-700: shade-color($teal, 40%); +$teal-800: shade-color($teal, 60%); +$teal-900: shade-color($teal, 80%); + +$cyan-100: tint-color($cyan, 80%); +$cyan-200: tint-color($cyan, 60%); +$cyan-300: tint-color($cyan, 40%); +$cyan-400: tint-color($cyan, 20%); +$cyan-500: $cyan; +$cyan-600: shade-color($cyan, 20%); +$cyan-700: shade-color($cyan, 40%); +$cyan-800: shade-color($cyan, 60%); +$cyan-900: shade-color($cyan, 80%); + + + +$blues: ( + "blue-100": $blue-100, + "blue-200": $blue-200, + "blue-300": $blue-300, + "blue-400": $blue-400, + "blue-500": $blue-500, + "blue-600": $blue-600, + "blue-700": $blue-700, + "blue-800": $blue-800, + "blue-900": $blue-900 +); + +$indigos: ( + "indigo-100": $indigo-100, + "indigo-200": $indigo-200, + "indigo-300": $indigo-300, + "indigo-400": $indigo-400, + "indigo-500": $indigo-500, + "indigo-600": $indigo-600, + "indigo-700": $indigo-700, + "indigo-800": $indigo-800, + "indigo-900": $indigo-900 +); + +$purples: ( + "purple-100": $purple-200, + "purple-200": $purple-100, + "purple-300": $purple-300, + "purple-400": $purple-400, + "purple-500": $purple-500, + "purple-600": $purple-600, + "purple-700": $purple-700, + "purple-800": $purple-800, + "purple-900": $purple-900 +); + +$pinks: ( + "pink-100": $pink-100, + "pink-200": $pink-200, + "pink-300": $pink-300, + "pink-400": $pink-400, + "pink-500": $pink-500, + "pink-600": $pink-600, + "pink-700": $pink-700, + "pink-800": $pink-800, + "pink-900": $pink-900 +); + +$reds: ( + "red-100": $red-100, + "red-200": $red-200, + "red-300": $red-300, + "red-400": $red-400, + "red-500": $red-500, + "red-600": $red-600, + "red-700": $red-700, + "red-800": $red-800, + "red-900": $red-900 +); + +$oranges: ( + "orange-100": $orange-100, + "orange-200": $orange-200, + "orange-300": $orange-300, + "orange-400": $orange-400, + "orange-500": $orange-500, + "orange-600": $orange-600, + "orange-700": $orange-700, + "orange-800": $orange-800, + "orange-900": $orange-900 +); + +$yellows: ( + "yellow-100": $yellow-100, + "yellow-200": $yellow-200, + "yellow-300": $yellow-300, + "yellow-400": $yellow-400, + "yellow-500": $yellow-500, + "yellow-600": $yellow-600, + "yellow-700": $yellow-700, + "yellow-800": $yellow-800, + "yellow-900": $yellow-900 +); + +$greens: ( + "green-100": $green-100, + "green-200": $green-200, + "green-300": $green-300, + "green-400": $green-400, + "green-500": $green-500, + "green-600": $green-600, + "green-700": $green-700, + "green-800": $green-800, + "green-900": $green-900 +); + +$teals: ( + "teal-100": $teal-100, + "teal-200": $teal-200, + "teal-300": $teal-300, + "teal-400": $teal-400, + "teal-500": $teal-500, + "teal-600": $teal-600, + "teal-700": $teal-700, + "teal-800": $teal-800, + "teal-900": $teal-900 +); + +$cyans: ( + "cyan-100": $cyan-100, + "cyan-200": $cyan-200, + "cyan-300": $cyan-300, + "cyan-400": $cyan-400, + "cyan-500": $cyan-500, + "cyan-600": $cyan-600, + "cyan-700": $cyan-700, + "cyan-800": $cyan-800, + "cyan-900": $cyan-900 +); +// fusv-enable + +// Characters which are escaped by the escape-svg function +$escaped-characters: ( + ("<", "%3c"), + (">", "%3e"), + ("#", "%23"), + ("(", "%28"), + (")", "%29"), +); + +// Options +// +// Quickly modify global styling by enabling or disabling optional features. + +$enable-caret: false; +$enable-rounded: true; +$enable-shadows: false; +$enable-gradients: false; +$enable-transitions: true; +$enable-reduced-motion: true; +$enable-smooth-scroll: true; +$enable-grid-classes: true; +$enable-button-pointers: true; +$enable-rfs: true; +$enable-validation-icons: true; +$enable-negative-margins: true; +$enable-deprecation-messages: true; +$enable-important-utilities: true; + + +// Prefix for :root CSS variables + +$variable-prefix: bs-; + + +// Gradient +// +// The gradient which is added to components if `$enable-gradients` is `true` +// This gradient is also added to elements with `.bg-gradient` +$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)); +// Spacing +// +// Control the default styling of most Bootstrap elements by modifying these +// variables. Mostly focused on spacing. +// You can add more entries to the $spacers map, should you need more variation. + +$spacer: 1rem; +$spacers: ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3) +); + +$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null); + +// Position +// +// Define the edge positioning anchors of the position utilities. + +$position-values: ( + 0: 0, + 50: 50%, + 100: 100% +); + + + +// Body +// +// Settings for the `` element. + +$body-bg: #f8f8fb; +$body-color: $gray-700; +$body-text-align: null; + + +// Links +// +// Style anchor elements. + +$link-color: $primary; +$link-decoration: none; +$link-shade-percentage: 20%; +$link-hover-color: shift-color($link-color, $link-shade-percentage); +$link-hover-decoration: underline; + +$stretched-link-pseudo-element: after; +$stretched-link-z-index: 1; + + + +// Paragraphs +// +// Style p element. + +$paragraph-margin-bottom: 1rem; + + +// Grid breakpoints +// +// Define the minimum dimensions at which your layout will change, +// adapting to different screen sizes, for use in media queries. + +// scss-docs-start grid-breakpoints +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1200px, + xxl: 1400px +); +// scss-docs-end grid-breakpoints + + +@include _assert-ascending($grid-breakpoints, "$grid-breakpoints"); +@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints"); + + +// Grid containers +// +// Define the maximum width of `.container` for different screen sizes. + +// scss-docs-start container-max-widths +$container-max-widths: ( + sm: 540px, + md: 720px, + lg: 960px, + xl: 1140px, + xxl: 1320px +); +// scss-docs-end container-max-widths + +@include _assert-ascending($container-max-widths, "$container-max-widths"); + + +// Grid columns +// +// Set the number of columns and specify the width of the gutters. + +$grid-columns: 12; +$grid-gutter-width: 24px; +$grid-row-columns: 6; + +$gutters: $spacers; + +// Container padding + +$container-padding-x: math.div($grid-gutter-width, 2); +// Components +// +// Define common padding and border radius sizes and more. + +$border-width: 1px; +$border-widths: ( + 0: 0, + 1: 1px, + 2: 2px, + 3: 3px, + 4: 4px, + 5: 5px +); + +$border-color: $gray-200; + +$border-radius: .25rem; +$border-radius-lg: .4rem; +$border-radius-sm: .2rem; +$border-radius-pill: 50rem; + + +$box-shadow-sm: 0 .125rem .25rem rgba($black, .075); +$box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03); +$box-shadow-lg: 0 1rem 3rem rgba($black, .175); +$box-shadow-inset: inset 0 1px 2px rgba($black, .075); + +$component-active-color: $white; +$component-active-bg: $primary; + + +$caret-width: .3em; +$caret-vertical-align: $caret-width * .85; +$caret-spacing: $caret-width * .85; + +$transition-base: all .2s ease-in-out; +$transition-fade: opacity .15s linear; +$transition-collapse: height .35s ease; + +// stylelint-disable function-disallowed-list +// scss-docs-start aspect-ratios +$aspect-ratios: ( + "1x1": 100%, + "4x3": calc(3 / 4 * 100%), + "16x9": calc(9 / 16 * 100%), + "21x9": calc(9 / 21 * 100%) +); +// scss-docs-end aspect-ratios +// stylelint-enable function-disallowed-list + +// Typography +// +// Font, line-height, and color for body text, headings, and more. + +// stylelint-disable value-keyword-case +$font-family-sans-serif: 'Poppins', sans-serif; +$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + +// stylelint-enable value-keyword-case +$font-family-base: var(--#{$variable-prefix}font-sans-serif); +$font-family-code: var(--#{$variable-prefix}font-monospace); + +// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins +// $font-size-base effects the font size of the body text +$font-size-root: null; +$font-size-base: 0.8125rem; +$font-size-sm: $font-size-base * .875; +$font-size-lg: $font-size-base * 1.25; + + +$font-weight-lighter: lighter; +$font-weight-light: 300; +$font-weight-normal: 400; +$font-weight-bold: 600; +$font-weight-bolder: bolder; + +$font-weight-base: $font-weight-normal; +$line-height-base: 1.5; +$line-height-sm: 1.25; +$line-height-lg: 2; + +$h1-font-size: $font-size-base * 2.5; +$h2-font-size: $font-size-base * 2; +$h3-font-size: $font-size-base * 1.75; +$h4-font-size: $font-size-base * 1.5; +$h5-font-size: $font-size-base * 1.25; +$h6-font-size: $font-size-base; + +// scss-docs-start font-sizes +$font-sizes: ( + 1: $h1-font-size, + 2: $h2-font-size, + 3: $h3-font-size, + 4: $h4-font-size, + 5: $h5-font-size, + 6: $h6-font-size +); +// scss-docs-end font-sizes + +$headings-margin-bottom: math.div($spacer, 2); +$headings-font-family: null; +$headings-font-style: null; +$headings-font-weight: 500; +$headings-line-height: 1.2; +$headings-color: null; + +// scss-docs-start display-headings +$display-font-sizes: ( + 1: 6rem, + 2: 5.5rem, + 3: 4.5rem, + 4: 3.5rem, + 5: 3rem, + 6: 2.5rem +); + +$display-font-weight: 300; +$display-line-height: $headings-line-height; +// scss-docs-end display-headings + +$lead-font-size: $font-size-base * 1.25; +$lead-font-weight: 300; + +$small-font-size: 80%; + +$sub-sup-font-size: .75em; +$text-muted: $gray-600; + +$initialism-font-size: $small-font-size; + +$blockquote-margin-y: $spacer; +$blockquote-font-size: $font-size-base * 1.25; +$blockquote-footer-color: $gray-600; +$blockquote-footer-font-size: $small-font-size; + +$hr-margin-y: $spacer; +$hr-color: inherit; +$hr-height: $border-width; +$hr-opacity: .2; + +$legend-margin-bottom: .5rem; +$legend-font-size: 1.5rem; +$legend-font-weight: null; + +$mark-padding: .2em; + +$dt-font-weight: $font-weight-bold; + +$nested-kbd-font-weight: $font-weight-bold; + +$list-inline-padding: .5rem; + +$mark-bg: #fcf8e3; + + +// Tables +// +// Customizes the `.table` component with basic values, each used across all table variations. + +// scss-docs-start table-variables +$table-cell-padding-y: .75rem; +$table-cell-padding-x: .75rem; +$table-cell-padding-y-sm: .3rem; +$table-cell-padding-x-sm: .3rem; + +$table-cell-vertical-align: top; + +$table-color: $body-color; +$table-bg: null; + +$table-th-font-weight: null; + + +$table-striped-color: $table-color; +$table-striped-bg-factor: .05; +$table-striped-bg: $gray-100; + +$table-active-color: $table-color; +$table-active-bg-factor: .1; +$table-active-bg: $gray-100; + +$table-hover-color: $table-color; +$table-hover-bg-factor: .075; +$table-hover-bg: $gray-100; + +$table-border-factor: .1; +$table-border-width: $border-width; +$table-border-color: $border-color; + +$table-striped-order: odd; +$table-group-separator-color: $border-color; + +$table-caption-color: $text-muted; + +$table-bg-scale: -80%; + +$table-variants: ( + "primary": shift-color($primary, $table-bg-scale), + "secondary": shift-color($secondary, $table-bg-scale), + "success": shift-color($success, $table-bg-scale), + "info": shift-color($info, $table-bg-scale), + "warning": shift-color($warning, $table-bg-scale), + "danger": shift-color($danger, $table-bg-scale), + "light": $light, + "dark": $dark, +); +// scss-docs-end table-variables + + +// Buttons + Forms +// +// Shared variables that are reassigned to `$input-` and `$btn-` specific variables. + +$input-btn-padding-y: .47rem; +$input-btn-padding-x: .75rem; +$input-btn-font-family: null; +$input-btn-font-size: $font-size-base; +$input-btn-line-height: $line-height-base; + +$input-btn-focus-width: .15rem; +$input-btn-focus-color-opacity: .25; +$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity); +$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; + +$input-btn-padding-y-sm: .25rem; +$input-btn-padding-x-sm: .5rem; +$input-btn-font-size-sm: $font-size-sm; + +$input-btn-padding-y-lg: .5rem; +$input-btn-padding-x-lg: 1rem; +$input-btn-font-size-lg: $font-size-lg; + +$input-btn-border-width: $border-width; + + +// Buttons +// +// For each of Bootstrap's buttons, define text, background, and border color. + +$btn-padding-y: $input-btn-padding-y; +$btn-padding-x: $input-btn-padding-x; +$btn-font-family: $input-btn-font-family; +$btn-font-size: $input-btn-font-size; +$btn-line-height: $input-btn-line-height; +$btn-white-space: null; // Set to `nowrap` to prevent text wrapping + +$btn-padding-y-sm: $input-btn-padding-y-sm; +$btn-padding-x-sm: $input-btn-padding-x-sm; +$btn-font-size-sm: $input-btn-font-size-sm; + +$btn-padding-y-lg: $input-btn-padding-y-lg; +$btn-padding-x-lg: $input-btn-padding-x-lg; +$btn-font-size-lg: $input-btn-font-size-lg; + +$btn-border-width: $input-btn-border-width; + +$btn-font-weight: $font-weight-normal; +$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075); +$btn-focus-width: $input-btn-focus-width; +$btn-focus-box-shadow: $input-btn-focus-box-shadow; +$btn-disabled-opacity: .65; +$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125); + +$btn-link-color: $link-color; +$btn-link-hover-color: $link-hover-color; +$btn-link-disabled-color: $gray-600; + +// Allows for customizing button radius independently from global border radius +$btn-border-radius: $border-radius; +$btn-border-radius-sm: $border-radius-sm; +$btn-border-radius-lg: $border-radius-lg; + +$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +// Forms + +$form-text-margin-top: .25rem; +$form-text-font-size: $small-font-size; +$form-text-font-style: null; +$form-text-font-weight: null; +$form-text-color: $text-muted; + +$form-label-margin-bottom: .5rem; +$form-label-font-size: null; +$form-label-font-style: null; +$form-label-font-weight: null; +$form-label-color: null; + +$input-padding-y: $input-btn-padding-y; +$input-padding-x: $input-btn-padding-x; +$input-font-family: $input-btn-font-family; +$input-font-size: $input-btn-font-size; +$input-font-weight: $font-weight-base; +$input-line-height: $input-btn-line-height; + +$input-padding-y-sm: $input-btn-padding-y-sm; +$input-padding-x-sm: $input-btn-padding-x-sm; +$input-font-size-sm: $input-btn-font-size-sm; + +$input-padding-y-lg: $input-btn-padding-y-lg; +$input-padding-x-lg: $input-btn-padding-x-lg; +$input-font-size-lg: $input-btn-font-size-lg; + +$input-bg: $white; +$input-disabled-bg: $gray-200; +$input-disabled-border-color: null; + +$input-color: $gray-700; +$input-border-color: $gray-400; +$input-border-width: $input-btn-border-width; +$input-box-shadow: $box-shadow-inset; + +$input-border-radius: $border-radius; +$input-border-radius-lg: $border-radius-lg; +$input-border-radius-sm: $border-radius-sm; + +$input-focus-bg: $input-bg; +$input-focus-border-color: shade-color($input-border-color, 10%); +$input-focus-color: $input-color; +$input-focus-width: $input-btn-focus-width; +$input-focus-box-shadow: none; + +$input-placeholder-color: $gray-600; +$input-plaintext-color: $body-color; + +$input-height-border: $input-border-width * 2; + +$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2); +$input-height-inner-half: add($input-line-height * .5em, $input-padding-y); +$input-height-inner-quarter: add($input-line-height * .25em, math.div($input-padding-y, 2)); + +$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)); +$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)); +$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)); + +$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + + +$form-check-input-width: 1em; +$form-check-min-height: $font-size-base * $line-height-base; +$form-check-padding-start: $form-check-input-width + .5em; +$form-check-margin-bottom: .125rem; +$form-check-label-color: null; +$form-check-label-cursor: null; +$form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-check-input-active-filter: brightness(90%); + +$form-check-input-bg: $card-bg; +$form-check-input-border: 1px solid rgba(0, 0, 0, .25); +$form-check-input-border-radius: .25em; +$form-check-radio-border-radius: 50%; +$form-check-input-focus-border: $input-focus-border-color; +$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow; + +$form-check-input-checked-color: $component-active-color; +$form-check-input-checked-bg-color: $component-active-bg; +$form-check-input-checked-border-color: $form-check-input-checked-bg-color; +$form-check-input-checked-bg-image: url("data:image/svg+xml,"); +$form-check-radio-checked-bg-image: url("data:image/svg+xml,"); + +$form-check-input-indeterminate-color: $component-active-color; +$form-check-input-indeterminate-bg-color: $component-active-bg; +$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color; +$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,"); + +$form-check-input-disabled-opacity: .5; +$form-check-label-disabled-opacity: $form-check-input-disabled-opacity; +$form-check-btn-check-disabled-opacity: $btn-disabled-opacity; + +$form-switch-color: rgba(0, 0, 0, .25); +$form-switch-width: 2em; +$form-switch-padding-start: $form-switch-width + .5em; +$form-switch-bg-image: url("data:image/svg+xml,"); +$form-switch-border-radius: $form-switch-width; + +$form-switch-focus-color: $input-focus-border-color; +$form-switch-focus-bg-image: url("data:image/svg+xml,"); + +$form-switch-checked-color: $component-active-color; +$form-switch-checked-bg-image: url("data:image/svg+xml,"); +$form-switch-checked-bg-position: right center; + +$form-check-inline-margin-end: 1rem; + +$input-group-addon-padding-y: $input-padding-y; +$input-group-addon-padding-x: $input-padding-x; +$input-group-addon-font-weight: $input-font-weight; +$input-group-addon-color: $input-color; +$input-group-addon-bg: $gray-200; +$input-group-addon-border-color: $input-border-color; + +$form-select-padding-y: $input-padding-y; +$form-select-padding-x: $input-padding-x; +$form-select-font-family: $input-font-family; +$form-select-font-size: $input-font-size; +$form-select-indicator-padding: 1rem; // Extra padding to account for the presence of the background-image based indicator +$form-select-font-weight: $input-font-weight; +$form-select-line-height: $input-line-height; +$form-select-color: $input-color; +$form-select-disabled-color: $gray-600; +$form-select-bg: $input-bg; +$form-select-disabled-bg: $gray-200; +$form-select-disabled-border-color: $input-disabled-border-color; +$form-select-bg-position: right $form-select-padding-x center; +$form-select-bg-size: 16px 12px; // In pixels because image dimensions +$form-select-indicator-color: $gray-800; +$form-select-indicator: url("data:image/svg+xml,"); + +$form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding); +$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half; + +$form-select-border-width: $input-border-width; +$form-select-border-color: $input-border-color; +$form-select-border-radius: $border-radius; +$form-select-box-shadow: $box-shadow-inset; + +$form-select-focus-border-color: $input-focus-border-color; +$form-select-focus-width: $input-focus-width; +$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color; + +$form-select-padding-y-sm: $input-padding-y-sm; +$form-select-padding-x-sm: $input-padding-x-sm; +$form-select-font-size-sm: $input-font-size-sm; + +$form-select-padding-y-lg: $input-padding-y-lg; +$form-select-padding-x-lg: $input-padding-x-lg; +$form-select-font-size-lg: $input-font-size-lg; + +$form-range-track-width: 100%; +$form-range-track-height: .5rem; +$form-range-track-cursor: pointer; +$form-range-track-bg: $gray-300; +$form-range-track-border-radius: 1rem; +$form-range-track-box-shadow: $box-shadow-inset; + +$form-range-thumb-width: 1rem; +$form-range-thumb-height: $form-range-thumb-width; +$form-range-thumb-bg: $component-active-bg; +$form-range-thumb-border: 0; +$form-range-thumb-border-radius: 1rem; +$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1); +$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow; +$form-range-thumb-focus-box-shadow-width: $input-focus-width; // For focus box shadow issue in Edge +$form-range-thumb-active-bg: tint-color($component-active-bg, 70%); +$form-range-thumb-disabled-bg: $gray-500; +$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +$form-file-button-color: $input-color; +$form-file-button-bg: $input-group-addon-bg; +$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%); + +$form-floating-height: add(3.5rem, $input-height-border); +$form-floating-padding-x: $input-padding-x; +$form-floating-padding-y: 1rem; +$form-floating-input-padding-t: 1.625rem; +$form-floating-input-padding-b: .625rem; +$form-floating-label-opacity: .65; +$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem); +$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out; + +// Form validation + +$form-feedback-margin-top: $form-text-margin-top; +$form-feedback-font-size: $form-text-font-size; +$form-feedback-font-style: $form-text-font-style; +$form-feedback-valid-color: $success; +$form-feedback-invalid-color: $danger; + +$form-feedback-icon-valid-color: $form-feedback-valid-color; +$form-feedback-icon-valid: url("data:image/svg+xml,"); +$form-feedback-icon-invalid-color: $form-feedback-invalid-color; +$form-feedback-icon-invalid: url("data:image/svg+xml,"); + +// scss-docs-start form-validation-states +$form-validation-states: ( + "valid": ( + "color": $form-feedback-valid-color, + "icon": $form-feedback-icon-valid + ), + "invalid": ( + "color": $form-feedback-invalid-color, + "icon": $form-feedback-icon-invalid + ) +); +// scss-docs-end form-validation-states + +// Z-index master list +// +// Warning: Avoid customizing these values. They're used for a bird's eye view +// of components dependent on the z-axis and are designed to all work together. + +// scss-docs-start zindex-stack +$zindex-dropdown: 1000; +$zindex-sticky: 1020; +$zindex-fixed: 1030; +$zindex-modal-backdrop: 1040; +$zindex-modal: 1050; +$zindex-popover: 1060; +$zindex-tooltip: 1070; +// scss-docs-end zindex-stack + + +// Navs + +$nav-link-padding-y: .5rem; +$nav-link-padding-x: 1rem; +$nav-link-font-size: null; +$nav-link-font-weight: null; +$nav-link-color: null; +$nav-link-hover-color: null; +$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; +$nav-link-disabled-color: $gray-600; + +$nav-tabs-border-color: $gray-400; +$nav-tabs-border-width: $border-width; +$nav-tabs-border-radius: $border-radius; +$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color; +$nav-tabs-link-active-color: $gray-700; +$nav-tabs-link-active-bg: $card-bg; +$nav-tabs-link-active-border-color: $gray-400 $gray-400 $nav-tabs-link-active-bg; + +$nav-pills-border-radius: $border-radius; +$nav-pills-link-active-color: $component-active-color; +$nav-pills-link-active-bg: $component-active-bg; + + +// Navbar + +$navbar-padding-y: math.div($spacer, 2); +$navbar-padding-x: null; + +$navbar-nav-link-padding-x: .5rem; + +$navbar-brand-font-size: $font-size-lg; +// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link +$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2; +$navbar-brand-height: $navbar-brand-font-size * $line-height-base; +$navbar-brand-padding-y: math.div($nav-link-height - $navbar-brand-height, 2); +$navbar-brand-margin-end: 1rem; + +$navbar-toggler-padding-y: .25rem; +$navbar-toggler-padding-x: .75rem; +$navbar-toggler-font-size: $font-size-lg; +$navbar-toggler-border-radius: $btn-border-radius; +$navbar-toggler-focus-width: $btn-focus-width; +$navbar-toggler-transition: box-shadow .15s ease-in-out; + +$navbar-dark-color: rgba($white, .55); +$navbar-dark-hover-color: rgba($white, .75); +$navbar-dark-active-color: $white; +$navbar-dark-disabled-color: rgba($white, .25); +$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-dark-toggler-border-color: rgba($white, .1); + +$navbar-light-color: rgba($black, .55); +$navbar-light-hover-color: rgba($black, .7); +$navbar-light-active-color: rgba($black, .9); +$navbar-light-disabled-color: rgba($black, .3); +$navbar-light-toggler-icon-bg: url("data:image/svg+xml,"); +$navbar-light-toggler-border-color: rgba($black, .1); + +$navbar-light-brand-color: $navbar-light-active-color; +$navbar-light-brand-hover-color: $navbar-light-active-color; +$navbar-dark-brand-color: $navbar-dark-active-color; +$navbar-dark-brand-hover-color: $navbar-dark-active-color; + + +// Dropdowns +// +// Dropdown menu container and contents. + +$dropdown-min-width: 10rem; +$dropdown-padding-x: 0; +$dropdown-padding-y: .5rem; +$dropdown-spacer: .125rem; +$dropdown-font-size: $font-size-base; +$dropdown-color: $body-color; +$dropdown-bg: $white; +$dropdown-border-color: rgba($black, .15); +$dropdown-border-radius: $border-radius; +$dropdown-border-width: 0; +$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}); +$dropdown-divider-bg: $gray-200; +$dropdown-divider-margin-y: math.div($spacer, 2); +$dropdown-box-shadow: $box-shadow; + +$dropdown-link-color: $gray-900; +$dropdown-link-hover-color: shade-color($gray-900, 10%); +$dropdown-link-hover-bg: $gray-100; + +$dropdown-link-active-color: $dark; +$dropdown-link-active-bg: $gray-100; + +$dropdown-link-disabled-color: $gray-600; + +$dropdown-item-padding-y: .35rem; +$dropdown-item-padding-x: 1.5rem; + +$dropdown-header-color: $gray-600; +$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x; + +$dropdown-dark-color: $gray-300; +$dropdown-dark-bg: $gray-800; +$dropdown-dark-border-color: $dropdown-border-color; +$dropdown-dark-divider-bg: $dropdown-divider-bg; +$dropdown-dark-box-shadow: null; +$dropdown-dark-link-color: $dropdown-dark-color; +$dropdown-dark-link-hover-color: $white; +$dropdown-dark-link-hover-bg: rgba($white, .15); +$dropdown-dark-link-active-color: $dropdown-link-active-color; +$dropdown-dark-link-active-bg: $dropdown-link-active-bg; +$dropdown-dark-link-disabled-color: $gray-500; +$dropdown-dark-header-color: $gray-500; + +// Pagination + +$pagination-padding-y: .5rem; +$pagination-padding-x: .75rem; +$pagination-padding-y-sm: .25rem; +$pagination-padding-x-sm: .5rem; +$pagination-padding-y-lg: .75rem; +$pagination-padding-x-lg: 1.5rem; + +$pagination-color: $gray-600; +$pagination-bg: $white; +$pagination-border-width: $border-width; +$pagination-border-radius: $border-radius; +$pagination-margin-start: -$pagination-border-width; +$pagination-border-color: $gray-400; + +$pagination-focus-color: $link-hover-color; +$pagination-focus-bg: $gray-200; +$pagination-focus-box-shadow: $input-btn-focus-box-shadow; +$pagination-focus-outline: 0; + +$pagination-hover-color: $link-hover-color; +$pagination-hover-bg: $gray-200; +$pagination-hover-border-color: $gray-400; + +$pagination-active-color: $component-active-color; +$pagination-active-bg: $component-active-bg; +$pagination-active-border-color: $pagination-active-bg; + +$pagination-disabled-color: $gray-400; +$pagination-disabled-bg: $white; +$pagination-disabled-border-color: $gray-400; + +$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + +// Cards + +$card-spacer-y: 1.25rem; +$card-spacer-x: 1.25rem; +$card-title-spacer-y: math.div($spacer, 2); +$card-border-width: 0; +$card-border-radius: $border-radius; +$card-border-color: $gray-300; +$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}); +$card-cap-padding-y: math.div($card-spacer-y, 2); +$card-cap-padding-x: $card-spacer-x; +$card-cap-bg: rgba($black, .03); +$card-cap-color: null; +$card-height: null; +$card-color: null; +$card-bg: $white; + + +$card-title-desc: $gray-600; + +$card-group-margin: math.div($grid-gutter-width, 2); + +// Accordion +$accordion-padding-y: 1rem; +$accordion-padding-x: 1.25rem; +$accordion-color: $body-color; +$accordion-bg: transparent; +$accordion-border-width: $border-width; +$accordion-border-color: rgba($black, .125); +$accordion-border-radius: $border-radius; + +$accordion-body-padding-y: $accordion-padding-y; +$accordion-body-padding-x: $accordion-padding-x; + +$accordion-button-padding-y: $accordion-padding-y; +$accordion-button-padding-x: $accordion-padding-x; +$accordion-button-color: $accordion-color; +$accordion-button-bg: $accordion-bg; +$accordion-transition: $btn-transition, border-radius .15s ease; +$accordion-button-active-bg: tint-color($component-active-bg, 90%); +$accordion-button-active-color: shade-color($primary, 10%); + +$accordion-button-focus-border-color: $input-focus-border-color; +$accordion-button-focus-box-shadow: none; + +$accordion-icon-width: 16px; +$accordion-icon-color: $accordion-color; +$accordion-icon-active-color: $accordion-button-active-color; +$accordion-icon-transition: transform .2s ease-in-out; +$accordion-icon-transform: rotate(180deg); + +$accordion-button-icon: url("data:image/svg+xml,"); +$accordion-button-active-icon: url("data:image/svg+xml,"); + +// Tooltips + +$tooltip-font-size: $font-size-sm; +$tooltip-max-width: 200px; +$tooltip-color: $white; +$tooltip-bg: $black; +$tooltip-border-radius: $border-radius; +$tooltip-opacity: .9; +$tooltip-padding-y: .4rem; +$tooltip-padding-x: .7rem; +$tooltip-margin: 0; + +$tooltip-arrow-width: .8rem; +$tooltip-arrow-height: .4rem; +$tooltip-arrow-color: $tooltip-bg; + +// Form tooltips must come after regular tooltips +$form-feedback-tooltip-padding-y: $tooltip-padding-y; +$form-feedback-tooltip-padding-x: $tooltip-padding-x; +$form-feedback-tooltip-font-size: $tooltip-font-size; +$form-feedback-tooltip-line-height: $line-height-base; +$form-feedback-tooltip-opacity: $tooltip-opacity; +$form-feedback-tooltip-border-radius: $tooltip-border-radius; + + +// Popovers + +$popover-font-size: $font-size-sm; +$popover-bg: $white; +$popover-max-width: 276px; +$popover-border-width: $border-width; +$popover-border-color: $gray-300; +$popover-border-radius: $border-radius-lg; +$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width); +$popover-box-shadow: 0 .25rem .5rem rgba($black, .2); + +$popover-header-bg: shade-color($popover-bg, 4%); +$popover-header-color: $headings-color; +$popover-header-padding-y: .5rem; +$popover-header-padding-x: $spacer; + +$popover-body-color: $body-color; +$popover-body-padding-y: $spacer; +$popover-body-padding-x: $spacer; + +$popover-arrow-width: 1rem; +$popover-arrow-height: .5rem; +$popover-arrow-color: $popover-bg; + +$popover-arrow-outer-color: fade-in($popover-border-color, .05); + + +// Toasts + +$toast-max-width: 350px; +$toast-padding-x: .75rem; +$toast-padding-y: .25rem; +$toast-font-size: .875rem; +$toast-color: null; +$toast-background-color: rgba($white, .85); +$toast-border-width: 1px; +$toast-border-color: rgba(0, 0, 0, .1); +$toast-border-radius: .25rem; +$toast-box-shadow: $box-shadow; +$toast-spacing: $container-padding-x; + +$toast-header-color: $gray-600; +$toast-header-background-color: rgba($white, .85); +$toast-header-border-color: rgba(0, 0, 0, .05); + + +// Badges + +$badge-font-size: 75%; +$badge-font-weight: $fw-medium; +$badge-color: $white; +$badge-padding-y: .25em; +$badge-padding-x: .4em; +$badge-border-radius: $border-radius; + + +// Modals + +// Padding applied to the modal body +$modal-inner-padding: 1rem; + +// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding +$modal-footer-margin-between: .5rem; +$modal-dialog-margin: .5rem; +$modal-dialog-margin-y-sm-up: 1.75rem; + +$modal-title-line-height: $line-height-base; + +$modal-content-color: null; +$modal-content-bg: $white; +$modal-content-border-color: $gray-300; +$modal-content-border-width: $border-width; +$modal-content-border-radius: $border-radius-lg; +$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width); +$modal-content-box-shadow-xs: $box-shadow-sm; +$modal-content-box-shadow-sm-up: $box-shadow; + + +$modal-backdrop-bg: $black; +$modal-backdrop-opacity: .5; +$modal-header-border-color: $border-color; +$modal-footer-border-color: $modal-header-border-color; +$modal-header-border-width: $modal-content-border-width; +$modal-footer-border-width: $modal-header-border-width; +$modal-header-padding-y: $modal-inner-padding; +$modal-header-padding-x: $modal-inner-padding; +$modal-header-padding: $modal-header-padding-y $modal-header-padding-x; // Keep this for backwards compatibility + +$modal-sm: 300px; +$modal-md: 500px; +$modal-lg: 800px; +$modal-xl: 1140px; + +$modal-fade-transform: translate(0, -50px); +$modal-show-transform: none; +$modal-transition: transform .3s ease-out; +$modal-scale-transform: scale(1.02); + + +// Alerts +// +// Define alert colors, border radius, and padding. + +$alert-padding-y: .75rem; +$alert-padding-x: 1.25rem; +$alert-margin-bottom: 1rem; +$alert-border-radius: $border-radius; +$alert-link-font-weight: $font-weight-bold; +$alert-border-width: $border-width; + +$alert-bg-scale: -80%; +$alert-border-scale: -70%; +$alert-color-scale: 40%; + +$alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side + +// Progress bars + +$progress-height: .625rem; +$progress-font-size: $font-size-base * .75; +$progress-bg: $gray-300; +$progress-border-radius: $border-radius; +$progress-box-shadow: $box-shadow-inset; +$progress-bar-color: $white; +$progress-bar-bg: $primary; +$progress-bar-animation-timing: 1s linear infinite; +$progress-bar-transition: width .6s ease; + + +// List group + +$list-group-color: null; +$list-group-bg: $white; +$list-group-border-color: $border-color; +$list-group-border-width: $border-width; +$list-group-border-radius: $border-radius; + +$list-group-item-padding-y: .75rem; +$list-group-item-padding-x: 1.25rem; +$list-group-item-bg-scale: -80%; +$list-group-item-color-scale: 40%; + +$list-group-hover-bg: $gray-100; +$list-group-active-color: $component-active-color; +$list-group-active-bg: $component-active-bg; +$list-group-active-border-color: $list-group-active-bg; + +$list-group-disabled-color: $gray-600; +$list-group-disabled-bg: $list-group-bg; + +$list-group-action-color: $gray-700; +$list-group-action-hover-color: $list-group-action-color; + +$list-group-action-active-color: $body-color; +$list-group-action-active-bg: $gray-200; + + +// Image thumbnails + +$thumbnail-padding: .25rem; +$thumbnail-bg: $body-bg; +$thumbnail-border-width: $border-width; +$thumbnail-border-color: $gray-300; +$thumbnail-border-radius: $border-radius; +$thumbnail-box-shadow: $box-shadow-sm; + + +// Figures + +$figure-caption-font-size: $small-font-size; +$figure-caption-color: $gray-600; + + + +// Breadcrumbs + +$breadcrumb-padding-y: .75rem; +$breadcrumb-padding-x: 1rem; +$breadcrumb-item-padding: .5rem; + +$breadcrumb-margin-bottom: 1rem; + +$breadcrumb-bg: null; +$breadcrumb-divider-color: $gray-600; +$breadcrumb-active-color: $gray-600; +$breadcrumb-divider: quote("/"); +$breadcrumb-divider-flipped: $breadcrumb-divider; +$breadcrumb-border-radius: null; + + + +// Carousel + +$carousel-control-color: $white; +$carousel-control-width: 15%; +$carousel-control-opacity: .5; +$carousel-control-hover-opacity: .9; +$carousel-control-transition: opacity .15s ease; + +$carousel-indicator-width: 30px; +$carousel-indicator-height: 3px; +$carousel-indicator-hit-area-height: 10px; +$carousel-indicator-spacer: 3px; +$carousel-indicator-active-bg: $white; +$carousel-indicator-transition: opacity .6s ease; + +$carousel-caption-width: 70%; +$carousel-caption-color: $white; +$carousel-caption-padding-y: 1.25rem; +$carousel-caption-spacer: 1.25rem; + +$carousel-control-icon-width: 2rem; + +$carousel-control-prev-icon-bg: url("data:image/svg+xml,"); +$carousel-control-next-icon-bg: url("data:image/svg+xml,"); + +$carousel-transition-duration: .6s; +$carousel-transition: transform $carousel-transition-duration ease-in-out; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`) + +$carousel-dark-indicator-active-bg: $black; +$carousel-dark-caption-color: $black; +$carousel-dark-control-icon-filter: invert(1) grayscale(100); + + +// Spinners + +$spinner-width: 2rem; +$spinner-height: $spinner-width; +$spinner-border-width: .25em; +$spinner-animation-speed: .75s; + +$spinner-width-sm: 1rem; +$spinner-height-sm: $spinner-width-sm; +$spinner-border-width-sm: .2em; + + + +// Close + +$btn-close-width: 1em; +$btn-close-height: $btn-close-width; +$btn-close-padding-x: .25em; +$btn-close-padding-y: $btn-close-padding-x; +$btn-close-color: $black; +$btn-close-bg: url("data:image/svg+xml,"); +$btn-close-bg-dark: url("data:image/svg+xml,"); +$btn-close-focus-shadow: none; +$btn-close-opacity: .5; +$btn-close-hover-opacity: .75; +$btn-close-focus-opacity: 1; +$btn-close-disabled-opacity: .25; +$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); + +// Code + +$code-font-size: 87.5%; +$code-color: $pink; + +$kbd-padding-y: .2rem; +$kbd-padding-x: .4rem; +$kbd-font-size: $code-font-size; +$kbd-color: $white; +$kbd-bg: $gray-900; + +$pre-color: $gray-900; + + +$--simple-drawer-softorange: #f4a259 !default; +$--simple-drawer-tomatored: #f25c66 !default; +$--simple-drawer-mediumblu: #1e272d !default; +$--simple-drawer-close-width: 28px !default; +$--simple-drawer-bg-color: #333333 !default; +$--simple-drawer-fg-color: white !default; \ No newline at end of file diff --git a/Vue/Starterkit/src/design/app-dark.scss b/Vue/Starterkit/src/design/app-dark.scss new file mode 100644 index 00000000..87f17308 --- /dev/null +++ b/Vue/Starterkit/src/design/app-dark.scss @@ -0,0 +1,100 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ + +//Fonts +@import "custom/fonts/fonts"; + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables-dark"; +@import "./node_modules/bootstrap/scss/mixins.scss"; + +@import "bootstrap-dark"; +@import "icons"; + +// Structure +@import "custom/structure/general"; +@import "custom/structure/topbar"; +@import "custom/structure/page-head"; +@import "custom/structure/footer"; +@import "custom/structure/right-sidebar"; +@import "custom/structure/vertical"; +@import "custom/structure/horizontal-nav"; +@import "custom/structure/layouts"; + +// Components +@import "custom/components/waves"; +@import "custom/components/avatar"; +@import "custom/components/accordion"; +@import "custom/components/helper"; +@import "custom/components/preloader"; +@import "custom/components/forms"; +@import "custom/components/widgets"; +@import "custom/components/demos"; +@import "custom/components/print"; + +// Plugins +@import "custom/plugins/custom-scrollbar"; +@import "custom/plugins/calendar"; +@import "custom/plugins/dragula"; +@import "custom/plugins/session-timeout"; +@import "custom/plugins/range-slider"; +@import "custom/plugins/sweatalert2"; +@import "custom/plugins/rating"; +@import "custom/plugins/toastr"; +@import "custom/plugins/parsley"; +@import "custom/plugins/select2"; + +@import "custom/plugins/switch"; +@import "custom/plugins/colorpicker"; +@import "custom/plugins/timepicker"; +@import "custom/plugins/datepicker"; +@import "custom/plugins/bootstrap-touchspin"; +@import "custom/plugins/form-editors"; +@import "custom/plugins/form-upload"; +@import "custom/plugins/form-wizard"; +@import "custom/plugins/datatable"; +@import "custom/plugins/responsive-table"; +@import "custom/plugins/table-editable"; +@import "custom/plugins/apexcharts"; +@import "custom/plugins/echarts"; +@import "custom/plugins/flot"; +@import "custom/plugins/sparkline-chart"; +@import "custom/plugins/google-map"; +@import "custom/plugins/vector-maps"; +@import "custom/plugins/leaflet-maps"; + + +// Pages +@import "custom/pages/authentication"; +@import "custom/pages/ecommerce"; +@import "custom/pages/email"; +@import "custom/pages/file-manager"; +@import "custom/pages/chat"; +@import "custom/pages/projects"; +@import "custom/pages/contacts"; +@import "custom/pages/crypto"; +@import "custom/pages/coming-soon"; +@import "custom/pages/timeline"; +@import "custom/pages/extras-pages"; + + +@import "./custom"; + +//rtl +// @import "custom/rtl/structure-rtl"; +// @import "custom/rtl/float-rtl"; +// @import "custom/rtl/general-rtl"; +// @import "custom/rtl/pages-rtl"; +// @import "custom/rtl/plugins-rtl"; +// @import "custom/rtl/spacing-rtl"; +// @import "custom/rtl/text-rtl"; +// @import "custom/rtl/components-rtl"; +// @import "custom/rtl/bootstrap-rtl"; diff --git a/Vue/Starterkit/src/design/app.scss b/Vue/Starterkit/src/design/app.scss new file mode 100644 index 00000000..919a4488 --- /dev/null +++ b/Vue/Starterkit/src/design/app.scss @@ -0,0 +1,100 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ + +//Fonts +@import "custom/fonts/fonts"; + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables"; +@import "./node_modules/bootstrap/scss/mixins.scss"; + +@import "bootstrap"; +@import "icons"; + +// Structure +@import "custom/structure/general"; +@import "custom/structure/topbar"; +@import "custom/structure/page-head"; +@import "custom/structure/footer"; +@import "custom/structure/right-sidebar"; +@import "custom/structure/vertical"; +@import "custom/structure/horizontal-nav"; +@import "custom/structure/layouts"; + +// Components +@import "custom/components/waves"; +@import "custom/components/avatar"; +@import "custom/components/accordion"; +@import "custom/components/helper"; +@import "custom/components/preloader"; +@import "custom/components/forms"; +@import "custom/components/widgets"; +@import "custom/components/demos"; +@import "custom/components/print"; + +// Plugins +@import "custom/plugins/custom-scrollbar"; +@import "custom/plugins/calendar"; +@import "custom/plugins/dragula"; +@import "custom/plugins/session-timeout"; +@import "custom/plugins/range-slider"; +@import "custom/plugins/sweatalert2"; +@import "custom/plugins/rating"; +@import "custom/plugins/toastr"; +@import "custom/plugins/parsley"; +@import "custom/plugins/select2"; + +@import "custom/plugins/switch"; +@import "custom/plugins/colorpicker"; +@import "custom/plugins/timepicker"; +@import "custom/plugins/datepicker"; +@import "custom/plugins/bootstrap-touchspin"; +@import "custom/plugins/form-editors"; +@import "custom/plugins/form-upload"; +@import "custom/plugins/form-wizard"; +@import "custom/plugins/datatable"; +@import "custom/plugins/responsive-table"; +@import "custom/plugins/table-editable"; +@import "custom/plugins/apexcharts"; +@import "custom/plugins/echarts"; +@import "custom/plugins/flot"; +@import "custom/plugins/sparkline-chart"; +@import "custom/plugins/google-map"; +@import "custom/plugins/vector-maps"; +@import "custom/plugins/leaflet-maps"; +@import "custom/plugins/carousel"; +@import "custom/plugins/chartist"; + +// Pages +@import "custom/pages/authentication"; +@import "custom/pages/ecommerce"; +@import "custom/pages/email"; +@import "custom/pages/file-manager"; +@import "custom/pages/chat"; +@import "custom/pages/projects"; +@import "custom/pages/contacts"; +@import "custom/pages/crypto"; +@import "custom/pages/coming-soon"; +@import "custom/pages/timeline"; +@import "custom/pages/extras-pages"; + +@import "./custom"; + +//rtl +// @import "custom/rtl/structure-rtl"; +// @import "custom/rtl/float-rtl"; +// @import "custom/rtl/general-rtl"; +// @import "custom/rtl/pages-rtl"; +// @import "custom/rtl/plugins-rtl"; +// @import "custom/rtl/spacing-rtl"; +// @import "custom/rtl/text-rtl"; +// @import "custom/rtl/components-rtl"; +// @import "custom/rtl/bootstrap-rtl"; diff --git a/Vue/Starterkit/src/design/bootstrap-dark.scss b/Vue/Starterkit/src/design/bootstrap-dark.scss new file mode 100644 index 00000000..e51396fd --- /dev/null +++ b/Vue/Starterkit/src/design/bootstrap-dark.scss @@ -0,0 +1,27 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ + + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables-dark"; +@import "./node_modules/bootstrap/scss/bootstrap"; + +@import "custom/components/reboot"; +@import "custom/components/backgrounds"; +@import "custom/components/badge"; +@import "custom/components/buttons"; +@import "custom/components/breadcrumb"; +@import "custom/components/card"; +@import "custom/components/dropdown"; +@import "custom/components/nav"; +@import "custom/components/table"; +@import "custom/components/pagination"; +@import "custom/components/progress"; \ No newline at end of file diff --git a/Vue/Starterkit/src/design/bootstrap.scss b/Vue/Starterkit/src/design/bootstrap.scss new file mode 100644 index 00000000..e788b4d9 --- /dev/null +++ b/Vue/Starterkit/src/design/bootstrap.scss @@ -0,0 +1,26 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ + +//Core files +@import "./node_modules/bootstrap/scss/functions"; +@import "./node_modules/bootstrap/scss/variables"; +@import "variables"; +@import "./node_modules/bootstrap/scss/bootstrap"; + +@import "custom/components/reboot"; +@import "custom/components/backgrounds"; +@import "custom/components/badge"; +@import "custom/components/buttons"; +@import "custom/components/breadcrumb"; +@import "custom/components/card"; +@import "custom/components/dropdown"; +@import "custom/components/nav"; +@import "custom/components/table"; +@import "custom/components/pagination"; +@import "custom/components/progress"; \ No newline at end of file diff --git a/Vue/Starterkit/src/design/css/app-rtl.min.css b/Vue/Starterkit/src/design/css/app-rtl.min.css new file mode 100644 index 00000000..bd793f45 --- /dev/null +++ b/Vue/Starterkit/src/design/css/app-rtl.min.css @@ -0,0 +1,3672 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Main Css File +*/ +@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"); +#page-topbar { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 1002; + background-color: #ffffff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.navbar-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + -webkit-box-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 0 auto; + height: 70px; + padding: 0 0 0 calc(24px / 2); } + .navbar-header .dropdown .show.header-item { + background-color: #f8f9fa; } + +.navbar-brand-box { + padding: 0 1.5rem; + text-align: center; + width: 250px; } + +.logo { + line-height: 70px; } + .logo .logo-sm { + display: none; } + +.logo-light { + display: none; } + +/* Search */ +.app-search { + padding: calc(32px / 2) 0; } + .app-search .form-control { + border: none; + height: 38px; + padding-right: 40px; + padding-left: 20px; + background-color: #f3f3f9; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 30px; } + .app-search span { + position: absolute; + z-index: 10; + font-size: 16px; + line-height: 38px; + right: 13px; + top: 0; + color: #74788d; } + +.megamenu-list li { + position: relative; + padding: 5px 0px; } + .megamenu-list li a { + color: #495057; } + +@media (max-width: 992px) { + .navbar-brand-box { + width: auto; } + .logo span.logo-lg { + display: none; } + .logo span.logo-sm { + display: inline-block; } } + +.page-content { + padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2); } + +.header-item { + height: 70px; + -webkit-box-shadow: none !important; + box-shadow: none !important; + color: #555b6d; + border: 0; + border-radius: 0px; } + .header-item:hover { + color: #555b6d; } + +.header-profile-user { + height: 36px; + width: 36px; + background-color: #f6f6f6; + padding: 3px; } + +.noti-icon i { + font-size: 22px; + color: #555b6d; } + +.noti-icon .badge { + position: absolute; + top: 12px; + left: 4px; } + +.notification-item .media { + padding: 0.75rem 1rem; } + .notification-item .media:hover { + background-color: #f6f6f6; } + +.dropdown-icon-item { + display: block; + border-radius: 3px; + line-height: 34px; + text-align: center; + padding: 15px 0 9px; + display: block; + border: 1px solid transparent; + color: #74788d; } + .dropdown-icon-item img { + height: 24px; } + .dropdown-icon-item span { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .dropdown-icon-item:hover { + border-color: #eff2f7; } + +.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before { + content: "\ea3f"; } + +body[data-topbar="dark"] #page-topbar { + background-color: #2a3042; } + +body[data-topbar="dark"] .navbar-header .dropdown .show.header-item { + background-color: rgba(255, 255, 255, 0.05); } + +body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +body[data-topbar="dark"] .header-item { + color: #e9ecef; } + body[data-topbar="dark"] .header-item:hover { + color: #e9ecef; } + +body[data-topbar="dark"] .header-profile-user { + background-color: rgba(255, 255, 255, 0.25); } + +body[data-topbar="dark"] .noti-icon i { + color: #e9ecef; } + +body[data-topbar="dark"] .logo-dark { + display: none; } + +body[data-topbar="dark"] .logo-light { + display: block; } + +body[data-topbar="dark"] .app-search .form-control { + background-color: rgba(243, 243, 249, 0.07); + color: #fff; } + +body[data-topbar="dark"] .app-search span, +body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } + +body[data-sidebar="dark"] .navbar-brand-box { + background: #2a3042; } + +body[data-sidebar="dark"] .logo-dark { + display: none; } + +body[data-sidebar="dark"] .logo-light { + display: block; } + +@media (max-width: 600px) { + .navbar-header .dropdown { + position: static; } + .navbar-header .dropdown .dropdown-menu { + right: 10px !important; + left: 10px !important; } } + +@media (max-width: 380px) { + .navbar-brand-box { + display: none; } } + +body[data-layout="horizontal"] .navbar-brand-box { + width: auto; } + +body[data-layout="horizontal"] .page-content { + margin-top: 70px; + padding: calc(55px + 24px) calc(24px / 2) 60px calc(24px / 2); } + +@media (max-width: 992px) { + body[data-layout="horizontal"] .page-content { + margin-top: 15px; } } + +.page-title-box { + padding-bottom: 24px; } + .page-title-box .breadcrumb { + background-color: transparent; + padding: 0; } + .page-title-box h4 { + text-transform: uppercase; + font-weight: 600; + font-size: 16px !important; } + +.footer { + bottom: 0; + padding: 20px calc(24px / 2); + position: absolute; + left: 0; + color: #74788d; + right: 250px; + height: 60px; + background-color: #f2f2f5; } + @media (max-width: 991.98px) { + .footer { + right: 0; } } + +.vertical-collpsed .footer { + right: 70px; } + @media (max-width: 991.98px) { + .vertical-collpsed .footer { + right: 0; } } + +body[data-layout="horizontal"] .footer { + right: 0 !important; } + +.right-bar { + background-color: #fff; + -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + display: block; + position: fixed; + -webkit-transition: all 200ms ease-out; + transition: all 200ms ease-out; + width: 280px; + z-index: 9999; + float: left !important; + left: -290px; + top: 0; + bottom: 0; } + .right-bar .right-bar-toggle { + background-color: #444c54; + height: 24px; + width: 24px; + line-height: 24px; + display: block; + color: #eff2f7; + text-align: center; + border-radius: 50%; } + .right-bar .right-bar-toggle:hover { + background-color: #4b545c; } + +.rightbar-overlay { + background-color: rgba(52, 58, 64, 0.55); + position: absolute; + right: 0; + left: 0; + top: 0; + bottom: 0; + display: none; + z-index: 9998; + -webkit-transition: all .2s ease-out; + transition: all .2s ease-out; } + +.right-bar-enabled .right-bar { + left: 0; } + +.right-bar-enabled .rightbar-overlay { + display: block; } + +@media (max-width: 575.98px) { + .right-bar { + overflow: auto; } + .right-bar .slimscroll-menu { + height: auto !important; } } + +.metismenu { + margin: 0; } + .metismenu li { + display: block; + width: 100%; } + .metismenu .mm-collapse { + display: none; } + .metismenu .mm-collapse:not(.mm-show) { + display: none; } + .metismenu .mm-collapse.mm-show { + display: block; } + .metismenu .mm-collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-timing-function: ease; + transition-timing-function: ease; + -webkit-transition-duration: .35s; + transition-duration: .35s; + -webkit-transition-property: height, visibility; + transition-property: height, visibility; } + +.vertical-menu { + width: 250px; + z-index: 1001; + background: #ffffff; + bottom: 0; + margin-top: 0; + position: fixed; + top: 70px; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.main-content { + margin-right: 250px; + overflow: hidden; } + .main-content .content { + padding: 0 15px 10px 15px; + margin-top: 70px; } + +#sidebar-menu { + padding: 10px 0 30px 0; } + #sidebar-menu .mm-active > .has-arrow:after { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + #sidebar-menu .has-arrow:after { + content: "\F0140"; + font-family: 'Material Design Icons'; + display: block; + float: left; + -webkit-transition: -webkit-transform .2s; + transition: -webkit-transform .2s; + transition: transform .2s; + transition: transform .2s, -webkit-transform .2s; + font-size: 1rem; } + #sidebar-menu ul li a { + display: block; + padding: .625rem 1.5rem; + color: #545a6d; + position: relative; + font-size: 13px; + -webkit-transition: all .4s; + transition: all .4s; } + #sidebar-menu ul li a i { + display: inline-block; + min-width: 1.75rem; + padding-bottom: .125em; + font-size: 1.25rem; + line-height: 1.40625rem; + vertical-align: middle; + color: #7f8387; + -webkit-transition: all .4s; + transition: all .4s; } + #sidebar-menu ul li a:hover { + color: #383c40; } + #sidebar-menu ul li a:hover i { + color: #383c40; } + #sidebar-menu ul li .badge { + margin-top: 4px; } + #sidebar-menu ul li ul.sub-menu { + padding: 0; } + #sidebar-menu ul li ul.sub-menu li a { + padding: .4rem 3.5rem .4rem 1.5rem; + font-size: 13px; + color: #545a6d; } + #sidebar-menu ul li ul.sub-menu li a:hover { + color: #383c40; } + #sidebar-menu ul li ul.sub-menu li ul.sub-menu { + padding: 0; } + #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a { + padding: .4rem 4.5rem .4rem 1.5rem; + font-size: 13px; } + +.menu-title { + padding: 12px 20px !important; + letter-spacing: .05em; + pointer-events: none; + cursor: default; + font-size: 11px; + text-transform: uppercase; + color: #7f8387; + font-weight: 600; } + +.mm-active { + color: #556ee6 !important; } + .mm-active > a { + color: #556ee6 !important; } + .mm-active > a i { + color: #556ee6 !important; } + .mm-active .active { + color: #556ee6 !important; } + .mm-active .active i { + color: #556ee6 !important; } + .mm-active > i { + color: #556ee6 !important; } + +@media (max-width: 992px) { + .vertical-menu { + display: none; } + .main-content { + margin-right: 0 !important; } + body.sidebar-enable .vertical-menu { + display: block; } } + +.vertical-collpsed .main-content { + margin-right: 70px; } + +.vertical-collpsed .navbar-brand-box { + width: 70px !important; } + +.vertical-collpsed .logo span.logo-lg { + display: none; } + +.vertical-collpsed .logo span.logo-sm { + display: block; } + +.vertical-collpsed .vertical-menu { + position: absolute; + width: 70px !important; + z-index: 5; } + .vertical-collpsed .vertical-menu .simplebar-mask, + .vertical-collpsed .vertical-menu .simplebar-content-wrapper { + overflow: visible !important; } + .vertical-collpsed .vertical-menu .simplebar-scrollbar { + display: none !important; } + .vertical-collpsed .vertical-menu .simplebar-offset { + bottom: 0 !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .menu-title, + .vertical-collpsed .vertical-menu #sidebar-menu .badge, + .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in { + display: none !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse { + height: inherit !important; } + .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after { + display: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li { + position: relative; + white-space: nowrap; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a { + padding: 15px 20px; + min-height: 55px; + -webkit-transition: none; + transition: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus { + color: #383c40; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i { + font-size: 1.45rem; + margin-right: 4px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span { + display: none; + padding-right: 25px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + position: relative; + width: calc(190px + 70px); + color: #556ee6; + background-color: whitesmoke; + -webkit-transition: none; + transition: none; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #556ee6; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span { + display: inline; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul { + display: block; + right: 70px; + position: absolute; + width: 190px; + height: auto !important; + -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); + box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul { + -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); + box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a { + -webkit-box-shadow: none; + box-shadow: none; + padding: 8px 20px; + position: relative; + width: 190px; + z-index: 6; + color: #545a6d; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { + color: #383c40; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul { + padding: 5px 0; + z-index: 9999; + display: none; + background-color: #ffffff; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul { + display: block; + right: 190px; + height: auto !important; + margin-top: -36px; + position: absolute; + width: 190px; } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right { + position: absolute; + left: 20px; + top: 12px; + -webkit-transform: rotate(-270deg); + transform: rotate(-270deg); } + .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a { + color: #f8f9fa; } + +body[data-sidebar="dark"] .vertical-menu { + background: #2a3042; } + +body[data-sidebar="dark"] #sidebar-menu ul li a { + color: #a6b0cf; } + body[data-sidebar="dark"] #sidebar-menu ul li a i { + color: #6a7187; } + body[data-sidebar="dark"] #sidebar-menu ul li a:hover { + color: #ffffff; } + body[data-sidebar="dark"] #sidebar-menu ul li a:hover i { + color: #ffffff; } + +body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a { + color: #79829c; } + body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover { + color: #ffffff; } + +body[data-sidebar="dark"].vertical-collpsed { + min-height: 1760px; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + background: #2e3548; + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a { + color: #79829c; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { + color: #ffffff; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul { + background-color: #2a3042; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active { + color: #ffffff !important; } + body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i { + color: #ffffff !important; } + +body[data-sidebar="dark"] .mm-active { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > a { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > a i { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active > i { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active .active { + color: #ffffff !important; } + body[data-sidebar="dark"] .mm-active .active i { + color: #ffffff !important; } + +body[data-sidebar="dark"] .menu-title { + color: #6a7187; } + +body[data-layout="horizontal"] .main-content { + margin-right: 0 !important; } + +body[data-sidebar-size="small"] .navbar-brand-box { + width: 160px; } + +body[data-sidebar-size="small"] .vertical-menu { + width: 160px; + text-align: center; } + body[data-sidebar-size="small"] .vertical-menu .has-arrow:after, + body[data-sidebar-size="small"] .vertical-menu .badge { + display: none !important; } + +body[data-sidebar-size="small"] .main-content { + margin-right: 160px; } + +body[data-sidebar-size="small"] .footer { + right: 160px; } + @media (max-width: 991.98px) { + body[data-sidebar-size="small"] .footer { + right: 0; } } + +body[data-sidebar-size="small"] #sidebar-menu ul li.menu-title { + background-color: #2e3548; } + +body[data-sidebar-size="small"] #sidebar-menu ul li a i { + display: block; } + +body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li a { + padding-right: 1.5rem; } + +body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a { + padding-right: 1.5rem; } + +body[data-sidebar-size="small"].vertical-collpsed .main-content { + margin-right: 70px; } + +body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu { + text-align: right; } + body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i { + display: inline-block; } + +body[data-sidebar-size="small"].vertical-collpsed .footer { + right: 70px; } + +body[data-sidebar="colored"] .vertical-menu { + background-color: #556ee6; } + +body[data-sidebar="colored"] .navbar-brand-box { + background-color: #556ee6; } + body[data-sidebar="colored"] .navbar-brand-box .logo-dark { + display: none; } + body[data-sidebar="colored"] .navbar-brand-box .logo-light { + display: block; } + +body[data-sidebar="colored"] .mm-active { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > a { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > a i { + color: #fff !important; } + body[data-sidebar="colored"] .mm-active > i, body[data-sidebar="colored"] .mm-active .active { + color: #fff !important; } + +body[data-sidebar="colored"] #sidebar-menu ul li.menu-title { + color: rgba(255, 255, 255, 0.6); } + +body[data-sidebar="colored"] #sidebar-menu ul li a { + color: rgba(255, 255, 255, 0.6); } + body[data-sidebar="colored"] #sidebar-menu ul li a i { + color: rgba(255, 255, 255, 0.6); } + body[data-sidebar="colored"] #sidebar-menu ul li a.waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.1); } + body[data-sidebar="colored"] #sidebar-menu ul li a:hover { + color: #fff; } + body[data-sidebar="colored"] #sidebar-menu ul li a:hover i { + color: #fff; } + +body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a { + color: rgba(255, 255, 255, 0.5); } + body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a:hover { + color: #fff; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a { + background-color: #5e76e7; + color: #fff; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i { + color: #fff; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active { + color: #556ee6 !important; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover { + color: #556ee6; } + +body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active { + color: #556ee6 !important; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a { + color: #556ee6 !important; } + body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i { + color: #556ee6 !important; } + +.topnav { + background: #fff; + padding: 0 calc(24px / 2); + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + margin-top: 70px; + position: fixed; + right: 0; + left: 0; + z-index: 100; } + .topnav .topnav-menu { + margin: 0; + padding: 0; } + .topnav .navbar-nav .nav-link { + font-size: 14px; + position: relative; + padding: 1rem 1.3rem; + color: #545a6d; } + .topnav .navbar-nav .nav-link i { + font-size: 15px; } + .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover { + color: #556ee6; + background-color: transparent; } + .topnav .navbar-nav .dropdown-item { + color: #545a6d; } + .topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover { + color: #556ee6; } + .topnav .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } + .topnav .navbar-nav .dropdown.active > a { + color: #556ee6; + background-color: transparent; } + +@media (min-width: 1200px) { + body[data-layout="horizontal"] .container-fluid, + body[data-layout="horizontal"] .navbar-header { + max-width: 85%; } } + +@media (min-width: 992px) { + .topnav .navbar-nav .nav-item:first-of-type .nav-link { + padding-right: 0; } + .topnav .dropdown-item { + padding: .5rem 1.5rem; + min-width: 180px; } + .topnav .dropdown.mega-dropdown .mega-dropdown-menu { + right: 0px; + left: auto; } + .topnav .dropdown .dropdown-menu { + margin-top: 0; + border-radius: 0 0 0.25rem 0.25rem; } + .topnav .dropdown .dropdown-menu .arrow-down::after { + left: 15px; + -webkit-transform: rotate(135deg) translateY(-50%); + transform: rotate(135deg) translateY(-50%); + position: absolute; } + .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu { + position: absolute; + top: 0 !important; + right: 100%; + display: none; } + .topnav .dropdown:hover > .dropdown-menu { + display: block; } + .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu { + display: block; } + .navbar-toggle { + display: none; } } + +.arrow-down { + display: inline-block; } + .arrow-down:after { + border-color: initial; + border-style: solid; + border-width: 0 1px 1px 0; + content: ""; + height: .4em; + display: inline-block; + left: 5px; + top: 50%; + margin-right: 10px; + -webkit-transform: rotate(45deg) translateY(-50%); + transform: rotate(45deg) translateY(-50%); + -webkit-transform-origin: top; + transform-origin: top; + -webkit-transition: all .3s ease-out; + transition: all .3s ease-out; + width: .4em; } + +@media (max-width: 991.98px) { + .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu { + left: 100%; + right: auto; } } + +@media (max-width: 767.98px) { + .navbar-brand-box .logo-dark { + display: block; } + .navbar-brand-box .logo-dark span.logo-sm { + display: block; } + .navbar-brand-box .logo-light { + display: none; } + .topnav { + max-height: 360px; + overflow-y: auto; + padding: 0; } + .topnav .navbar-nav .nav-link { + padding: 0.75rem 1.1rem; } + .topnav .dropdown .dropdown-menu { + background-color: transparent; + border: none; + -webkit-box-shadow: none; + box-shadow: none; + padding-right: 15px; } + .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl { + width: auto; } + .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row { + margin: 0px; } + .topnav .dropdown .dropdown-item { + position: relative; + background-color: transparent; } + .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active { + color: #556ee6; } + .topnav .arrow-down::after { + left: 15px; + position: absolute; } } + +@media (min-width: 992px) { + body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-dark { + display: block; } + body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-light { + display: none; } + body[data-layout="horizontal"][data-topbar="light"] .topnav { + background-color: #556ee6; } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.6); } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.9); } + body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav > .dropdown.active > a { + color: rgba(255, 255, 255, 0.9) !important; } } + +body[data-layout="horizontal"][data-topbar="colored"] #page-topbar { + background-color: #556ee6; + -webkit-box-shadow: none; + box-shadow: none; } + +body[data-layout="horizontal"][data-topbar="colored"] .logo-dark { + display: none; } + +body[data-layout="horizontal"][data-topbar="colored"] .logo-light { + display: block; } + +body[data-layout="horizontal"][data-topbar="colored"] .app-search .form-control { + background-color: rgba(243, 243, 249, 0.07); + color: #fff; } + +body[data-layout="horizontal"][data-topbar="colored"] .app-search span, +body[data-layout="horizontal"][data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } + +body[data-layout="horizontal"][data-topbar="colored"] .header-item { + color: #e9ecef; } + body[data-layout="horizontal"][data-topbar="colored"] .header-item:hover { + color: #e9ecef; } + +body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .dropdown .show.header-item { + background-color: rgba(255, 255, 255, 0.1); } + +body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .waves-effect .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +body[data-layout="horizontal"][data-topbar="colored"] .noti-icon i { + color: #e9ecef; } + +@media (min-width: 992px) { + body[data-layout="horizontal"][data-topbar="colored"] .topnav { + background-color: #556ee6; } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.6); } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:hover { + color: rgba(255, 255, 255, 0.9); } + body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav > .dropdown.active > a { + color: rgba(255, 255, 255, 0.9) !important; } } + +body[data-layout-size="boxed"] { + background-color: #ebebf4; } + body[data-layout-size="boxed"] #layout-wrapper { + background-color: #f8f8fb; + max-width: 1300px; + margin: 0 auto; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + body[data-layout-size="boxed"] #page-topbar { + max-width: 1300px; + margin: 0 auto; } + body[data-layout-size="boxed"] .footer { + margin: 0 auto; + max-width: calc(1300px - 250px); } + body[data-layout-size="boxed"].vertical-collpsed .footer { + max-width: calc(1300px - 70px); } + +body[data-layout="horizontal"][data-layout-size="boxed"] #page-topbar, body[data-layout="horizontal"][data-layout-size="boxed"] #layout-wrapper, body[data-layout="horizontal"][data-layout-size="boxed"] .footer { + max-width: 100%; } + +body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid, body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-header { + max-width: 1300px; } + +@media (min-width: 992px) { + body[data-layout-scrollable="true"] #page-topbar, body[data-layout-scrollable="true"] .vertical-menu { + position: absolute; } } + +@media (min-width: 992px) { + body[data-layout-scrollable="true"][data-layout="horizontal"] #page-topbar, body[data-layout-scrollable="true"][data-layout="horizontal"] .topnav { + position: absolute; } } + +/*! + * Waves v0.7.6 + * http://fian.my.id/Waves + * + * Copyright 2014-2018 Alfiana E. Sibuea and other contributors + * Released under the MIT license + * https://github.com/fians/Waves/blob/master/LICENSE */ +.waves-effect { + position: relative; + cursor: pointer; + display: inline-block; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: transparent; } + +.waves-effect .waves-ripple { + position: absolute; + border-radius: 50%; + width: 100px; + height: 100px; + margin-top: -50px; + margin-right: -50px; + opacity: 0; + background: rgba(0, 0, 0, 0.2); + background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + -webkit-transition: all 0.5s ease-out; + transition: all 0.5s ease-out; + -webkit-transition-property: -webkit-transform, opacity; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + transition-property: transform, opacity; + transition-property: transform, opacity, -webkit-transform; + -webkit-transform: scale(0) translate(0, 0); + transform: scale(0) translate(0, 0); + pointer-events: none; } + +.waves-effect.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); } + +.waves-effect.waves-classic .waves-ripple { + background: rgba(0, 0, 0, 0.2); } + +.waves-effect.waves-classic.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); } + +.waves-notransition { + -webkit-transition: none !important; + transition: none !important; } + +.waves-button, +.waves-circle { + -webkit-transform: translateZ(0); + transform: translateZ(0); + -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); } + +.waves-button, +.waves-button:hover, +.waves-button:visited, +.waves-button-input { + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + border: none; + outline: none; + color: inherit; + background-color: rgba(0, 0, 0, 0); + font-size: 1em; + line-height: 1em; + text-align: center; + text-decoration: none; + z-index: 1; } + +.waves-button { + padding: 0.85em 1.1em; + border-radius: 0.2em; } + +.waves-button-input { + margin: 0; + padding: 0.85em 1.1em; } + +.waves-input-wrapper { + border-radius: 0.2em; + vertical-align: bottom; } + +.waves-input-wrapper.waves-button { + padding: 0; } + +.waves-input-wrapper .waves-button-input { + position: relative; + top: 0; + right: 0; + z-index: 1; } + +.waves-circle { + text-align: center; + width: 2.5em; + height: 2.5em; + line-height: 2.5em; + border-radius: 50%; } + +.waves-float { + -webkit-mask-image: none; + -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + -webkit-transition: all 300ms; + transition: all 300ms; } + +.waves-float:active { + -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); } + +.waves-block { + display: block; } + +.waves-effect.waves-light .waves-ripple { + background-color: rgba(255, 255, 255, 0.4); } + +.waves-effect.waves-primary .waves-ripple { + background-color: rgba(85, 110, 230, 0.4); } + +.waves-effect.waves-success .waves-ripple { + background-color: rgba(52, 195, 143, 0.4); } + +.waves-effect.waves-info .waves-ripple { + background-color: rgba(80, 165, 241, 0.4); } + +.waves-effect.waves-warning .waves-ripple { + background-color: rgba(241, 180, 76, 0.4); } + +.waves-effect.waves-danger .waves-ripple { + background-color: rgba(244, 106, 106, 0.4); } + +.avatar-xs { + height: 2rem; + width: 2rem; } + +.avatar-sm { + height: 3rem; + width: 3rem; } + +.avatar-md { + height: 4.5rem; + width: 4.5rem; } + +.avatar-lg { + height: 6rem; + width: 6rem; } + +.avatar-xl { + height: 7.5rem; + width: 7.5rem; } + +.avatar-title { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #556ee6; + color: #fff; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-weight: 500; + height: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100%; } + +.avatar-group { + padding-right: 12px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + .avatar-group .avatar-group-item { + margin-right: -12px; + border: 2px solid #fff; + border-radius: 50%; + -webkit-transition: all 0.2s; + transition: all 0.2s; } + .avatar-group .avatar-group-item:hover { + position: relative; + -webkit-transform: translateY(-2px); + transform: translateY(-2px); } + +.custom-accordion .accordion-list { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + border-radius: 7px; + background-color: #f6f6f6; + padding: 12px 20px; + color: #495057; + font-weight: 600; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } + .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before { + content: "\F0415"; } + .custom-accordion .accordion-list .accor-plus-icon { + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; + line-height: 22px; + background-color: #fff; + text-align: center; + border-radius: 50%; } + +.custom-accordion a.collapsed i.accor-down-icon:before { + content: "\F0140"; } + +.custom-accordion .card-body { + color: #74788d; } + +.font-size-10 { + font-size: 10px !important; } + +.font-size-11 { + font-size: 11px !important; } + +.font-size-12 { + font-size: 12px !important; } + +.font-size-13 { + font-size: 13px !important; } + +.font-size-14 { + font-size: 14px !important; } + +.font-size-15 { + font-size: 15px !important; } + +.font-size-16 { + font-size: 16px !important; } + +.font-size-17 { + font-size: 17px !important; } + +.font-size-18 { + font-size: 18px !important; } + +.font-size-20 { + font-size: 20px !important; } + +.font-size-22 { + font-size: 22px !important; } + +.font-size-24 { + font-size: 24px !important; } + +.fw-medium { + font-weight: 500; } + +.font-weight-semibold { + font-weight: 600; } + +.social-list-item { + height: 2rem; + width: 2rem; + line-height: calc(2rem - 4px); + display: block; + border: 2px solid #adb5bd; + border-radius: 50%; + color: #adb5bd; + text-align: center; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .social-list-item:hover { + color: #74788d; + background-color: #eff2f7; } + +.w-xs { + min-width: 80px; } + +.w-sm { + min-width: 95px; } + +.w-md { + min-width: 110px; } + +.w-lg { + min-width: 140px; } + +.w-xl { + min-width: 160px; } + +.media { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; } + +.media-body { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; } + +.alert-dismissible .btn-close { + font-size: 10px; + padding: 1.05rem 1.25rem; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; } + +#preloader { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + background-color: #fff; + z-index: 9999; } + +#status { + width: 40px; + height: 40px; + position: absolute; + right: 50%; + top: 50%; + margin: -20px -20px 0 0; } + +.spinner-chase { + margin: 0 auto; + width: 40px; + height: 40px; + position: relative; + -webkit-animation: spinner-chase 2.5s infinite linear both; + animation: spinner-chase 2.5s infinite linear both; } + +.chase-dot { + width: 100%; + height: 100%; + position: absolute; + right: 0; + top: 0; + -webkit-animation: chase-dot 2.0s infinite ease-in-out both; + animation: chase-dot 2.0s infinite ease-in-out both; } + .chase-dot:before { + content: ''; + display: block; + width: 25%; + height: 25%; + background-color: #556ee6; + border-radius: 100%; + -webkit-animation: chase-dot-before 2.0s infinite ease-in-out both; + animation: chase-dot-before 2.0s infinite ease-in-out both; } + .chase-dot:nth-child(1) { + -webkit-animation-delay: -1.1s; + animation-delay: -1.1s; } + .chase-dot:nth-child(1):before { + -webkit-animation-delay: -1.1s; + animation-delay: -1.1s; } + .chase-dot:nth-child(2) { + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; } + .chase-dot:nth-child(2):before { + -webkit-animation-delay: -1.0s; + animation-delay: -1.0s; } + .chase-dot:nth-child(3) { + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; } + .chase-dot:nth-child(3):before { + -webkit-animation-delay: -0.9s; + animation-delay: -0.9s; } + .chase-dot:nth-child(4) { + -webkit-animation-delay: -0.8s; + animation-delay: -0.8s; } + .chase-dot:nth-child(4):before { + -webkit-animation-delay: -0.8s; + animation-delay: -0.8s; } + .chase-dot:nth-child(5) { + -webkit-animation-delay: -0.7s; + animation-delay: -0.7s; } + .chase-dot:nth-child(5):before { + -webkit-animation-delay: -0.7s; + animation-delay: -0.7s; } + .chase-dot:nth-child(6) { + -webkit-animation-delay: -0.6s; + animation-delay: -0.6s; } + .chase-dot:nth-child(6):before { + -webkit-animation-delay: -0.6s; + animation-delay: -0.6s; } + +@-webkit-keyframes spinner-chase { + 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@keyframes spinner-chase { + 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@-webkit-keyframes chase-dot { + 80%, 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@keyframes chase-dot { + 80%, 100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); } } + +@-webkit-keyframes chase-dot-before { + 50% { + -webkit-transform: scale(0.4); + transform: scale(0.4); } + 100%, 0% { + -webkit-transform: scale(1); + transform: scale(1); } } + +@keyframes chase-dot-before { + 50% { + -webkit-transform: scale(0.4); + transform: scale(0.4); } + 100%, 0% { + -webkit-transform: scale(1); + transform: scale(1); } } + +[type="tel"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder { + text-align: right; } + +[type="tel"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="number"]::-moz-placeholder { + text-align: right; } + +[type="tel"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder { + text-align: right; } + +[type="tel"]::-ms-input-placeholder, [type="url"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder { + text-align: right; } + +[type="tel"]::placeholder, +[type="url"]::placeholder, +[type="email"]::placeholder, +[type="number"]::placeholder { + text-align: right; } + +.form-check { + position: relative; + text-align: right; } + +.form-check-right { + padding-right: 0; + display: inline-block; + padding-left: 1.5em; } + .form-check-right .form-check-input { + float: left; + margin-right: 0; + margin-left: -1.5em; } + .form-check-right .form-check-label { + display: block; } + +.form-checkbox-outline .form-check-input { + border-width: 2px; + background-color: #fff; } + .form-checkbox-outline .form-check-input:active { + -webkit-filter: none; + filter: none; } + .form-checkbox-outline .form-check-input:checked { + background-color: #fff !important; } + .form-checkbox-outline .form-check-input:checked[type=checkbox] { + background-image: none; } + .form-checkbox-outline .form-check-input:checked:after { + position: absolute; + content: '\F012C'; + font-family: "Material Design Icons"; + top: -4px !important; + right: 1px; + font-size: 16px; + color: #343a40; } + +.form-radio-outline .form-check-input { + border-width: 2px; + background-color: #fff; } + .form-radio-outline .form-check-input:active { + -webkit-filter: none; + filter: none; } + .form-radio-outline .form-check-input:checked { + background-color: #fff !important; } + .form-radio-outline .form-check-input:checked[type=checkbox] { + background-image: none; } + .form-radio-outline .form-check-input:checked:after { + position: absolute; + content: '\F0765'; + font-family: "Material Design Icons"; + top: 6px !important; + right: 4px; + font-size: 6px; } + +.form-check-primary .form-check-input:checked { + background-color: #556ee6; + border-color: #556ee6; } + +.form-radio-primary .form-check-input:checked { + border-color: #556ee6; + background-color: #556ee6; } + .form-radio-primary .form-check-input:checked:after { + color: #556ee6; } + +.form-check-secondary .form-check-input:checked { + background-color: #74788d; + border-color: #74788d; } + +.form-radio-secondary .form-check-input:checked { + border-color: #74788d; + background-color: #74788d; } + .form-radio-secondary .form-check-input:checked:after { + color: #74788d; } + +.form-check-success .form-check-input:checked { + background-color: #34c38f; + border-color: #34c38f; } + +.form-radio-success .form-check-input:checked { + border-color: #34c38f; + background-color: #34c38f; } + .form-radio-success .form-check-input:checked:after { + color: #34c38f; } + +.form-check-info .form-check-input:checked { + background-color: #50a5f1; + border-color: #50a5f1; } + +.form-radio-info .form-check-input:checked { + border-color: #50a5f1; + background-color: #50a5f1; } + .form-radio-info .form-check-input:checked:after { + color: #50a5f1; } + +.form-check-warning .form-check-input:checked { + background-color: #f1b44c; + border-color: #f1b44c; } + +.form-radio-warning .form-check-input:checked { + border-color: #f1b44c; + background-color: #f1b44c; } + .form-radio-warning .form-check-input:checked:after { + color: #f1b44c; } + +.form-check-danger .form-check-input:checked { + background-color: #f46a6a; + border-color: #f46a6a; } + +.form-radio-danger .form-check-input:checked { + border-color: #f46a6a; + background-color: #f46a6a; } + .form-radio-danger .form-check-input:checked:after { + color: #f46a6a; } + +.form-check-pink .form-check-input:checked { + background-color: #e83e8c; + border-color: #e83e8c; } + +.form-radio-pink .form-check-input:checked { + border-color: #e83e8c; + background-color: #e83e8c; } + .form-radio-pink .form-check-input:checked:after { + color: #e83e8c; } + +.form-check-light .form-check-input:checked { + background-color: #eff2f7; + border-color: #eff2f7; } + +.form-radio-light .form-check-input:checked { + border-color: #eff2f7; + background-color: #eff2f7; } + .form-radio-light .form-check-input:checked:after { + color: #eff2f7; } + +.form-check-dark .form-check-input:checked { + background-color: #343a40; + border-color: #343a40; } + +.form-radio-dark .form-check-input:checked { + border-color: #343a40; + background-color: #343a40; } + .form-radio-dark .form-check-input:checked:after { + color: #343a40; } + +.form-check-label { + cursor: pointer; + margin-bottom: 0; } + +.form-switch-md { + padding-right: 2.5rem; + min-height: 24px; + line-height: 24px; } + .form-switch-md .form-check-input { + width: 40px; + height: 20px; + right: -0.5rem; + position: relative; } + .form-switch-md .form-check-label { + vertical-align: middle; } + +.form-switch-lg { + padding-right: 2.75rem; + min-height: 28px; + line-height: 28px; } + .form-switch-lg .form-check-input { + width: 48px; + height: 24px; + right: -0.75rem; + position: relative; } + +.input-group-text { + margin-bottom: 0px; } + +.mini-stats-wid .mini-stat-icon { + overflow: hidden; + position: relative; } + .mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after { + content: ""; + position: absolute; + width: 8px; + height: 54px; + background-color: rgba(255, 255, 255, 0.1); + right: 16px; + -webkit-transform: rotate(-32deg); + transform: rotate(-32deg); + top: -5px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .mini-stats-wid .mini-stat-icon::after { + right: -12px; + width: 12px; + -webkit-transition: all 0.2s; + transition: all 0.2s; } + +.mini-stats-wid:hover .mini-stat-icon::after { + right: 60px; } + +.button-items { + margin-right: -8px; + margin-bottom: -12px; } + .button-items .btn { + margin-bottom: 12px; + margin-right: 8px; } + +.mfp-popup-form { + max-width: 1140px; } + +.bs-example-modal { + position: relative; + top: auto; + left: auto; + bottom: auto; + right: auto; + z-index: 1; + display: block; } + +.icon-demo-content { + text-align: center; + color: #adb5bd; } + .icon-demo-content i { + display: block; + font-size: 24px; + margin-bottom: 16px; + color: #74788d; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .icon-demo-content .col-lg-4 { + margin-top: 24px; } + .icon-demo-content .col-lg-4:hover i { + color: #556ee6; + -webkit-transform: scale(1.5); + transform: scale(1.5); } + +.grid-structure .grid-container { + background-color: #f8f9fa; + margin-top: 10px; + font-size: .8rem; + font-weight: 500; + padding: 10px 20px; } + +.card-radio { + background-color: #fff; + border: 2px solid #f6f6f6; + border-radius: 0.25rem; + padding: 1rem; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .card-radio:hover { + cursor: pointer; } + +.card-radio-label { + display: block; } + +.card-radio-input { + display: none; } + .card-radio-input:checked + .card-radio { + border-color: #556ee6 !important; } + +.navs-carousel .owl-nav { + margin-top: 16px; } + .navs-carousel .owl-nav button { + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba(85, 110, 230, 0.25) !important; + color: #556ee6 !important; + margin: 4px 8px !important; } + +@media print { + .vertical-menu, + .right-bar, + .page-title-box, + .navbar-header, + .footer { + display: none !important; } + .card-body, + .main-content, + .right-bar, + .page-content, + body { + padding: 0; + margin: 0; } + .card { + border: 0; } } + +[data-simplebar] { + position: relative; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; } + +.simplebar-wrapper { + overflow: hidden; + width: inherit; + height: inherit; + max-width: inherit; + max-height: inherit; } + +.simplebar-mask { + direction: inherit; + position: absolute; + overflow: hidden; + padding: 0; + margin: 0; + right: 0; + top: 0; + bottom: 0; + left: 0; + width: auto !important; + height: auto !important; + z-index: 0; } + +.simplebar-offset { + direction: inherit !important; + -webkit-box-sizing: inherit !important; + box-sizing: inherit !important; + resize: none !important; + position: absolute; + top: 0; + right: 0 !important; + bottom: 0; + left: 0 !important; + padding: 0; + margin: 0; + -webkit-overflow-scrolling: touch; } + +.simplebar-content-wrapper { + direction: inherit; + -webkit-box-sizing: border-box !important; + box-sizing: border-box !important; + position: relative; + display: block; + height: 100%; + /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */ + width: auto; + visibility: visible; + overflow: auto; + /* Scroll on this element otherwise element can't have a padding applied properly */ + max-width: 100%; + /* Not required for horizontal scroll to trigger */ + max-height: 100%; + /* Needed for vertical scroll to trigger */ + scrollbar-width: none; + padding: 0px !important; } + +.simplebar-content-wrapper::-webkit-scrollbar, +.simplebar-hide-scrollbar::-webkit-scrollbar { + display: none; } + +.simplebar-content:before, +.simplebar-content:after { + content: ' '; + display: table; } + +.simplebar-placeholder { + max-height: 100%; + max-width: 100%; + width: 100%; + pointer-events: none; } + +.simplebar-height-auto-observer-wrapper { + -webkit-box-sizing: inherit !important; + box-sizing: inherit !important; + height: 100%; + width: 100%; + max-width: 1px; + position: relative; + float: right; + max-height: 1px; + overflow: hidden; + z-index: -1; + padding: 0; + margin: 0; + pointer-events: none; + -webkit-box-flex: inherit; + -ms-flex-positive: inherit; + flex-grow: inherit; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; } + +.simplebar-height-auto-observer { + -webkit-box-sizing: inherit; + box-sizing: inherit; + display: block; + opacity: 0; + position: absolute; + top: 0; + right: 0; + height: 1000%; + width: 1000%; + min-height: 1px; + min-width: 1px; + overflow: hidden; + pointer-events: none; + z-index: -1; } + +.simplebar-track { + z-index: 1; + position: absolute; + left: 0; + bottom: 0; + pointer-events: none; + overflow: hidden; } + +[data-simplebar].simplebar-dragging .simplebar-content { + pointer-events: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-select: none; } + +[data-simplebar].simplebar-dragging .simplebar-track { + pointer-events: all; } + +.simplebar-scrollbar { + position: absolute; + left: 2px; + width: 4px; + min-height: 10px; } + +.simplebar-scrollbar:before { + position: absolute; + content: ''; + background: #a2adb7; + border-radius: 7px; + right: 0; + left: 0; + opacity: 0; + -webkit-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; } + +.simplebar-scrollbar.simplebar-visible:before { + /* When hovered, remove all transitions from drag handle */ + opacity: 0.5; + -webkit-transition: opacity 0s linear; + transition: opacity 0s linear; } + +.simplebar-track.simplebar-vertical { + top: 0; + width: 11px; } + +.simplebar-track.simplebar-vertical .simplebar-scrollbar:before { + top: 2px; + bottom: 2px; } + +.simplebar-track.simplebar-horizontal { + right: 0; + height: 11px; } + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { + height: 100%; + right: 2px; + left: 2px; } + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar { + left: auto; + right: 0; + top: 2px; + height: 7px; + min-height: 0; + min-width: 10px; + width: auto; } + +/* Rtl support */ +[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical { + left: auto; + right: 0; } + +.hs-dummy-scrollbar-size { + direction: ltr; + position: fixed; + opacity: 0; + visibility: hidden; + height: 500px; + width: 500px; + overflow-y: hidden; + overflow-x: scroll; } + +.simplebar-hide-scrollbar { + position: fixed; + right: 0; + visibility: hidden; + overflow-y: scroll; + scrollbar-width: none; } + +.custom-scroll { + height: 100%; } + +/* ============== + Calendar +===================*/ +.lnb-calendars-item { + display: inline-block; + margin-left: 7px; } + +input[type=checkbox].tui-full-calendar-checkbox-round + span { + margin-left: 4px; + margin-right: 0; } + +.tui-full-calendar-layout, .tui-full-calendar-timegrid-timezone { + background-color: #fff !important; } + +.tui-full-calendar-dayname-container, +.tui-full-calendar-left, +.tui-full-calendar-splitter, +.tui-full-calendar-time-date, +.tui-full-calendar-weekday-grid-line, +.tui-full-calendar-timegrid-timezone, +.tui-full-calendar-timegrid-gridline { + border-color: #f6f6f6 !important; } + +.tui-full-calendar-weekday-exceed-in-week { + text-align: center; + width: 30px; + height: 30px; + line-height: 28px; + border-radius: 4px; + background-color: #fff; + color: #495057; + border-color: #eff2f7; } + +.tui-full-calendar-timegrid-hour { + color: #495057 !important; } + +.tui-full-calendar-weekday-schedule-title, .tui-full-calendar-time-schedule { + font-weight: 600; } + +/* ============== + Druafula +===================*/ +.task-box { + border: 1px solid #f6f6f6; } + +.gu-transit { + border: 1px dashed #74788d !important; + background-color: #eff2f7 !important; } + +#session-timeout-dialog .close { + display: none; } + +#session-timeout-dialog .countdown-holder { + color: #f46a6a; + font-weight: 500; } + +#session-timeout-dialog .btn-default { + background-color: #fff; + color: #f46a6a; + -webkit-box-shadow: none; + box-shadow: none; } + +.irs { + font-family: var(--bs-font-sans-serif); } + +.irs--square .irs-bar, .irs--square .irs-to, .irs--square .irs-from, .irs--square .irs-single { + background: #556ee6 !important; + font-size: 11px; } + +.irs--square .irs-to:before, .irs--square .irs-from:before, .irs--square .irs-single:before { + border-top-color: #556ee6; } + +.irs--square .irs-line { + background: #f6f6f6; + border-color: #f6f6f6; } + +.irs--square .irs-grid-text { + font-size: 11px; + color: #ced4da; } + +.irs--square .irs-min, .irs--square .irs-max { + color: #ced4da; + background: #f6f6f6; + font-size: 11px; } + +.irs--square .irs-handle { + border: 2px solid #556ee6; + width: 12px; + height: 12px; + top: 26px; + background-color: #fff !important; } + +.swal2-container .swal2-title { + font-size: 20px; + font-weight: 500; } + +.swal2-modal { + font-size: 14px; } + +.swal2-icon.swal2-question { + border-color: #50a5f1; + color: #50a5f1; } + +.swal2-icon.swal2-success [class^=swal2-success-line] { + background-color: #34c38f; } + +.swal2-icon.swal2-success .swal2-success-ring { + border-color: rgba(52, 195, 143, 0.3); } + +.swal2-icon.swal2-warning { + border-color: #f1b44c; + color: #f1b44c; } + +.swal2-styled:focus { + -webkit-box-shadow: none; + box-shadow: none; } + +.swal2-progress-steps .swal2-progress-step { + background: #556ee6; } + .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { + background: #556ee6; } + .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line { + background: rgba(85, 110, 230, 0.3); } + +.swal2-progress-steps .swal2-progress-step-line { + background: #556ee6; } + +.swal2-loader { + border-color: #556ee6 transparent #556ee6 transparent; } + +.symbol { + border-color: #fff; } + +.rating-symbol-background, .rating-symbol-foreground { + font-size: 24px; } + +.rating-symbol-foreground { + top: 0px; } + +/* ============= + Notification +============= */ +#toast-container > div { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + opacity: 1; } + #toast-container > div:hover { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + opacity: 0.9; } + +#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { + min-width: 96%; + margin: 4px auto; } + +.toast-primary { + border: 2px solid #556ee6 !important; + background-color: rgba(85, 110, 230, 0.8) !important; } + +.toast-secondary { + border: 2px solid #74788d !important; + background-color: rgba(116, 120, 141, 0.8) !important; } + +.toast-success { + border: 2px solid #34c38f !important; + background-color: rgba(52, 195, 143, 0.8) !important; } + +.toast-info { + border: 2px solid #50a5f1 !important; + background-color: rgba(80, 165, 241, 0.8) !important; } + +.toast-warning { + border: 2px solid #f1b44c !important; + background-color: rgba(241, 180, 76, 0.8) !important; } + +.toast-danger { + border: 2px solid #f46a6a !important; + background-color: rgba(244, 106, 106, 0.8) !important; } + +.toast-pink { + border: 2px solid #e83e8c !important; + background-color: rgba(232, 62, 140, 0.8) !important; } + +.toast-light { + border: 2px solid #eff2f7 !important; + background-color: rgba(239, 242, 247, 0.8) !important; } + +.toast-dark { + border: 2px solid #343a40 !important; + background-color: rgba(52, 58, 64, 0.8) !important; } + +.toast-error { + background-color: rgba(244, 106, 106, 0.8); + border: 2px solid #f46a6a; } + +.toastr-options { + padding: 24px; + background-color: #f6f8fa; + margin-bottom: 0; + border: 1px solid #eff2f7; } + +.error { + color: #f46a6a; } + +.parsley-error { + border-color: #f46a6a; } + +.parsley-errors-list { + display: none; + margin: 0; + padding: 0; } + .parsley-errors-list.filled { + display: block; } + .parsley-errors-list > li { + font-size: 12px; + list-style: none; + color: #f46a6a; + margin-top: 5px; } + +.select2-container .select2-selection--single { + background-color: #fff; + border: 1px solid #ced4da; + height: 38px; } + .select2-container .select2-selection--single:focus { + outline: none; } + .select2-container .select2-selection--single .select2-selection__rendered { + line-height: 36px; + padding-right: 0.75rem; + color: #495057; } + .select2-container .select2-selection--single .select2-selection__arrow { + height: 34px; + width: 34px; + left: 3px; } + .select2-container .select2-selection--single .select2-selection__arrow b { + border-color: #adb5bd transparent transparent transparent; + border-width: 6px 6px 0 6px; } + .select2-container .select2-selection--single .select2-selection__placeholder { + color: #495057; } + +.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #adb5bd transparent !important; + border-width: 0 6px 6px 6px !important; } + +.select2-container--default .select2-search--dropdown { + padding: 10px; + background-color: #fff; } + .select2-container--default .select2-search--dropdown .select2-search__field { + border: 1px solid #ced4da; + background-color: #fff; + color: #74788d; + outline: none; } + +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #556ee6; } + +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #f8f9fa; + color: #343a40; } + .select2-container--default .select2-results__option[aria-selected=true]:hover { + background-color: #556ee6; + color: #fff; } + +.select2-results__option { + padding: 6px 12px; } + +.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 0.75rem; } + +.select2-dropdown { + border: 1px solid rgba(0, 0, 0, 0.15); + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.select2-search input { + border: 1px solid #f6f6f6; } + +.select2-container .select2-selection--multiple { + min-height: 38px; + background-color: #fff; + border: 1px solid #ced4da !important; } + .select2-container .select2-selection--multiple .select2-selection__rendered { + padding: 2px 0.75rem; } + .select2-container .select2-selection--multiple .select2-search__field { + border: 0; + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-search__field::placeholder { + color: #495057; } + .select2-container .select2-selection--multiple .select2-selection__choice { + background-color: #eff2f7; + border: 1px solid #f6f6f6; + border-radius: 1px; + padding: 0 7px; } + +.select2-container--default.select2-container--focus .select2-selection--multiple { + border-color: #ced4da; } + +.select2-container--default .select2-results__group { + font-weight: 600; } + +.select2-result-repository__avatar { + float: right; + width: 60px; + margin-left: 10px; } + .select2-result-repository__avatar img { + width: 100%; + height: auto; + border-radius: 2px; } + +.select2-result-repository__statistics { + margin-top: 7px; } + +.select2-result-repository__forks, +.select2-result-repository__stargazers, +.select2-result-repository__watchers { + display: inline-block; + font-size: 11px; + margin-left: 1em; + color: #adb5bd; } + .select2-result-repository__forks .fa, + .select2-result-repository__stargazers .fa, + .select2-result-repository__watchers .fa { + margin-left: 4px; } + .select2-result-repository__forks .fa.fa-flash::before, + .select2-result-repository__stargazers .fa.fa-flash::before, + .select2-result-repository__watchers .fa.fa-flash::before { + content: "\f0e7"; + font-family: 'Font Awesome 5 Free'; } + +.select2-results__option--highlighted .select2-result-repository__forks, +.select2-results__option--highlighted .select2-result-repository__stargazers, +.select2-results__option--highlighted .select2-result-repository__watchers { + color: rgba(255, 255, 255, 0.8); } + +.select2-result-repository__meta { + overflow: hidden; } + +.img-flag { + margin-left: 7px; + height: 15px; + width: 18px; } + +/* CSS Switch */ +input[switch] { + display: none; } + input[switch] + label { + font-size: 1em; + line-height: 1; + width: 56px; + height: 24px; + background-color: #ced4da; + background-image: none; + border-radius: 2rem; + padding: 0.16667rem; + cursor: pointer; + display: inline-block; + text-align: center; + position: relative; + font-weight: 500; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch] + label:before { + color: #343a40; + content: attr(data-off-label); + display: block; + font-family: inherit; + font-weight: 500; + font-size: 12px; + line-height: 21px; + position: absolute; + left: 1px; + margin: 3px; + top: -2px; + text-align: center; + min-width: 1.66667rem; + overflow: hidden; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch] + label:after { + content: ''; + position: absolute; + right: 3px; + background-color: #eff2f7; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 2rem; + height: 20px; + width: 20px; + top: 2px; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; } + input[switch]:checked + label { + background-color: #556ee6; } + +input[switch]:checked + label { + background-color: #556ee6; } + input[switch]:checked + label:before { + color: #fff; + content: attr(data-on-label); + left: auto; + right: 3px; } + input[switch]:checked + label:after { + right: 33px; + background-color: #eff2f7; } + +input[switch="bool"] + label { + background-color: #f46a6a; } + +input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before, +input[switch="default"]:checked + label:before { + color: #fff; } + +input[switch="bool"]:checked + label { + background-color: #34c38f; } + +input[switch="default"]:checked + label { + background-color: #a2a2a2; } + +input[switch="primary"]:checked + label { + background-color: #556ee6; } + +input[switch="success"]:checked + label { + background-color: #34c38f; } + +input[switch="info"]:checked + label { + background-color: #50a5f1; } + +input[switch="warning"]:checked + label { + background-color: #f1b44c; } + +input[switch="danger"]:checked + label { + background-color: #f46a6a; } + +input[switch="dark"]:checked + label { + background-color: #343a40; } + input[switch="dark"]:checked + label:before { + color: #eff2f7; } + +.square-switch { + margin-left: 7px; } + .square-switch input[switch] + label, .square-switch input[switch] + label:after { + border-radius: 4px; } + +.sp-container { + background-color: #fff; } + .sp-container button { + padding: .25rem .5rem; + font-size: .71094rem; + border-radius: .2rem; + font-weight: 400; + color: #343a40; } + .sp-container button.sp-palette-toggle { + background-color: #eff2f7; } + .sp-container button.sp-choose { + background-color: #34c38f; + margin-right: 5px; + margin-left: 0; } + +.sp-palette-container { + border-left: 1px solid #eff2f7; } + +.sp-input { + background-color: #fff; + border-color: #ced4da !important; + color: #495057; } + .sp-input:focus { + outline: none; } + +[dir="rtl"] .sp-alpha { + direction: rtl; } + +[dir="rtl"] .sp-original-input-container .sp-add-on { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + border-top-right-radius: 4px !important; + border-bottom-right-radius: 4px !important; } + +[dir="rtl"] input.spectrum.with-add-on { + border: 1px solid #ced4da; + border-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } + +/* Timepicker */ +.bootstrap-timepicker-widget table td a { + color: #495057; } + .bootstrap-timepicker-widget table td a:hover { + background-color: transparent; + border-color: transparent; + border-radius: 4px; + color: #556ee6; + text-decoration: none; } + +.bootstrap-timepicker-widget table td input { + width: 32px; + height: 32px; + border: 0; + color: #495057; + border: 1px solid #eff2f7; + background-color: #fff; } + +.bootstrap-timepicker-widget.dropdown-menu:after { + border-bottom-color: #eff2f7; } + +.bootstrap-timepicker-widget.timepicker-orient-bottom:after { + border-top-color: #eff2f7; } + +[dir="rtl"] .bootstrap-timepicker-widget { + left: 0 !important; + right: auto; } + +[dir="rtl"] .timepicker-orient-top { + top: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .timepicker-orient-bottom { + top: auto !important; + bottom: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .datepicker { + left: 0 !important; + right: auto; } + +[dir="rtl"] .bootstrap-timepicker-widget { + left: 0 !important; + right: auto; } + +[dir="rtl"] .timepicker-orient-top { + top: calc(1.5em + 0.94rem + 2px) !important; } + +[dir="rtl"] .timepicker-orient-bottom { + top: auto !important; + bottom: calc(1.5em + 0.94rem + 2px) !important; } + +.datepicker { + border: 1px solid #eff2f7; + padding: 8px; + z-index: 999 !important; } + .datepicker table tr th { + font-weight: 500; } + .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, + .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active { + background-color: #556ee6 !important; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff !important; } + .datepicker table tr td.day.focused, .datepicker table tr td.day:hover, + .datepicker table tr td span.focused, + .datepicker table tr td span:hover { + background: #eff2f7; } + .datepicker table tr td.new, .datepicker table tr td.old, + .datepicker table tr td span.new, + .datepicker table tr td span.old { + color: #adb5bd; + opacity: 0.6; } + .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover { + background-color: #f6f6f6; } + +.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td { + padding: 7px; } + +.bootstrap-datepicker-inline .datepicker-inline { + width: auto !important; + display: inline-block; } + +.datepicker-container { + border: 1px solid #eff2f7; + -webkit-box-shadow: none; + box-shadow: none; + background-color: #fff; } + .datepicker-container.datepicker-inline { + width: 212px; } + +.datepicker-panel > ul > li { + background-color: #fff; + border-radius: 4px; } + .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { + background-color: rgba(85, 110, 230, 0.25); + color: #556ee6; } + .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li:hover { + background-color: #556ee6; + color: #fff; } + .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { + color: #adb5bd; + opacity: 0.6; } + +.datepicker-panel > ul[data-view=week] > li { + font-weight: 500; } + +.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { + background-color: #fff; } + +.bootstrap-touchspin.input-group > .input-group-prepend > .btn, .bootstrap-touchspin.input-group > .input-group-prepend > .input-group-text { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.bootstrap-touchspin.input-group > .input-group-append > .btn, .bootstrap-touchspin.input-group > .input-group-append > .input-group-text { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.tox-tinymce { + border: 1px solid #ced4da !important; } + +.tox .tox-statusbar { + border-top: 1px solid #eff2f7 !important; } + +.tox .tox-menubar, .tox .tox-edit-area__iframe, .tox .tox-statusbar { + background-color: #fff !important; + background: none !important; } + +.tox .tox-mbtn { + color: #495057 !important; } + .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) { + background-color: #eff2f7 !important; } + +.tox .tox-tbtn:hover { + background-color: #eff2f7 !important; } + +.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary { + background: #eff2f7 !important; } + +.tox .tox-toolbar__primary { + border-top-color: #eff2f7 !important; } + +.tox .tox-tbtn { + color: #495057 !important; } + .tox .tox-tbtn svg { + fill: #495057 !important; } + +.tox .tox-edit-area__iframe { + background-color: #fff !important; } + +.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount { + color: #495057 !important; } + +.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) { + border-left: 1px solid #dee4ef !important; } + +.editable-input .form-control { + display: inline-block; } + +.editable-buttons { + margin-right: 7px; } + .editable-buttons .editable-cancel { + margin-right: 7px; } + +/* Dropzone */ +.dropzone { + min-height: 230px; + border: 2px dashed #ced4da; + background: #fff; + border-radius: 6px; } + .dropzone .dz-message { + font-size: 24px; + width: 100%; } + +.form-wizard-wrapper label { + font-size: 14px; + text-align: left; } + +.wizard .steps > ul { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + @media (max-width: 1199.98px) { + .wizard .steps > ul { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } } + .wizard .steps > ul > a, .wizard .steps > ul > li { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } + .wizard .steps > ul > li { + width: 100%; } + .wizard .steps > ul > li a { + display: block; + padding: .5rem 1rem; + color: #495057; + font-weight: 500; + background-color: rgba(85, 110, 230, 0.1); } + .wizard .steps > ul .current-info { + position: absolute; + right: -999em; } + +.wizard .steps .number { + display: inline-block; + width: 38px; + height: 38px; + line-height: 34px; + border: 2px solid #556ee6; + color: #556ee6; + text-align: center; + border-radius: 50%; + margin-left: .5rem; } + +.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover { + background-color: rgba(85, 110, 230, 0.2); + color: #495057; } + .wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number { + background-color: #556ee6; + color: #fff; } + +.wizard > .content { + background-color: transparent; + padding: 14px; + margin-top: 0; + border-radius: 0; + min-height: 150px; } + .wizard > .content > .title { + position: absolute; + right: -999em; } + .wizard > .content > .body { + width: 100%; + height: 100%; + padding: 14px 0 0; + position: static; } + +.wizard > .actions { + position: relative; + display: block; + text-align: left; + width: 100%; } + .wizard > .actions > ul { + display: block; + text-align: left; + padding-right: 0; } + .wizard > .actions > ul > li { + display: inline-block; + margin: 0 0.5em; } + .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover { + background-color: #556ee6; + border-radius: 4px; + padding: 8px 15px; + color: #fff; } + .wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover { + opacity: .65; + background-color: #556ee6; + color: #fff; + cursor: not-allowed; } + +.wizard.vertical-wizard { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + .wizard.vertical-wizard .steps > ul { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } + .wizard.vertical-wizard .steps > ul > li { + width: 100% !important; } + .wizard.vertical-wizard .steps, .wizard.vertical-wizard .content, .wizard.vertical-wizard .actions { + width: 100%; } + @media (min-width: 1200px) { + .wizard.vertical-wizard .steps { + width: 25%; } } + .wizard.vertical-wizard .content { + padding: 24px; } + @media (min-width: 1200px) { + .wizard.vertical-wizard .content { + width: 75%; + padding: 12px 24px; } } + .wizard.vertical-wizard .content > .body { + padding: 0; } + +/* +Datatable +*/ +div.dataTables_wrapper div.dataTables_filter { + text-align: left; } + @media (max-width: 767px) { + div.dataTables_wrapper div.dataTables_filter { + text-align: center; } } + div.dataTables_wrapper div.dataTables_filter input { + margin-right: 0.5em; + margin-left: 0; } + +.table.dataTable.dtr-inline.collapsed > tbody > tr > td, table.dataTable.dtr-inline.collapsed > tbody > tr > td { + position: relative; } + .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control { + padding-right: 30px; } + .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before { + top: 50%; + right: 5px; + height: 14px; + width: 14px; + margin-top: -9px; + display: block; + position: absolute; + color: #fff; + border: 2px solid #fff; + border-radius: 14px; + -webkit-box-sizing: content-box; + box-sizing: content-box; + text-align: center; + text-indent: 0 !important; + line-height: 14px; + content: '+'; + background-color: #556ee6; } + +.table-rep-plugin .btn-toolbar { + display: block; } + +.table-rep-plugin .table-responsive { + border: none !important; } + +.table-rep-plugin .btn-group .btn-default { + background-color: #74788d; + color: #eff2f7; + border: 1px solid #74788d; } + .table-rep-plugin .btn-group .btn-default.btn-primary { + background-color: #556ee6; + border-color: #556ee6; + color: #fff; + -webkit-box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5); } + +.table-rep-plugin .btn-group.pull-right { + float: left; } + .table-rep-plugin .btn-group.pull-right .dropdown-menu { + left: 0; + -webkit-transform: none !important; + transform: none !important; + top: 100% !important; } + +.table-rep-plugin tbody th { + font-size: 14px; + font-weight: normal; } + +.table-rep-plugin .checkbox-row { + padding-right: 40px; + color: #495057 !important; } + .table-rep-plugin .checkbox-row:hover { + background-color: #f6f8fa !important; } + .table-rep-plugin .checkbox-row label { + display: inline-block; + padding-right: 5px; + position: relative; } + .table-rep-plugin .checkbox-row label::before { + -o-transition: 0.3s ease-in-out; + -webkit-transition: 0.3s ease-in-out; + background-color: #fff; + border-radius: 3px; + border: 1px solid #f6f6f6; + content: ""; + display: inline-block; + height: 17px; + right: 0; + margin-right: -20px; + position: absolute; + transition: 0.3s ease-in-out; + width: 17px; + outline: none !important; } + .table-rep-plugin .checkbox-row label::after { + color: #eff2f7; + display: inline-block; + font-size: 11px; + height: 16px; + right: 0; + margin-right: -20px; + padding-right: 3px; + padding-top: 1px; + position: absolute; + top: -1px; + width: 16px; } + .table-rep-plugin .checkbox-row input[type="checkbox"] { + cursor: pointer; + opacity: 0; + z-index: 1; + outline: none !important; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label { + opacity: 0.65; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before { + outline-offset: -2px; + outline: none; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after { + content: "\f00c"; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before { + background-color: #f8f9fa; + cursor: not-allowed; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before { + background-color: #556ee6; + border-color: #556ee6; } + .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after { + color: #fff; } + +.table-rep-plugin .fixed-solution .sticky-table-header { + top: 70px !important; + background-color: #556ee6; } + .table-rep-plugin .fixed-solution .sticky-table-header table { + color: #fff; } + +.table-rep-plugin table.focus-on tbody tr.focused th, +.table-rep-plugin table.focus-on tbody tr.focused td, +.table-rep-plugin .sticky-table-header { + background: #556ee6; + border-color: #556ee6; + color: #fff; } + .table-rep-plugin table.focus-on tbody tr.focused th table, + .table-rep-plugin table.focus-on tbody tr.focused td table, + .table-rep-plugin .sticky-table-header table { + color: #fff; } + +@media (min-width: 992px) { + body[data-layout="horizontal"] .fixed-solution .sticky-table-header { + top: 120px !important; } } + +.table-edits input, .table-edits select { + height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + border: 1px solid #ced4da; + color: #495057; + border-radius: 0.25rem; } + .table-edits input:focus, .table-edits select:focus { + outline: none; + border-color: #b9bfc4; } + +.apex-charts { + min-height: 10px !important; } + .apex-charts text { + font-family: var(--bs-font-sans-serif) !important; + fill: #adb5bd; } + .apex-charts .apexcharts-canvas { + margin: 0 auto; } + +.apexcharts-tooltip-title, +.apexcharts-tooltip-text { + font-family: var(--bs-font-sans-serif) !important; } + +.apexcharts-legend-series { + font-weight: 500; } + +.apexcharts-gridline { + pointer-events: none; + stroke: #f8f9fa; } + +.apexcharts-legend-text { + color: #74788d !important; + font-family: var(--bs-font-sans-serif) !important; + font-size: 13px !important; } + +.apexcharts-pie-label { + fill: #fff !important; } + +.apexcharts-yaxis text, +.apexcharts-xaxis text { + font-family: var(--bs-font-sans-serif) !important; + fill: #adb5bd; } + +.e-charts { + height: 350px; } + +/* Flot chart */ +.flot-charts-height { + height: 320px; } + +.flotTip { + padding: 8px 12px; + background-color: rgba(52, 58, 64, 0.9); + z-index: 100; + color: #f8f9fa; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border-radius: 4px; } + +.legendLabel { + color: #adb5bd; } + +.jqstooltip { + -webkit-box-sizing: content-box; + box-sizing: content-box; + width: auto !important; + height: auto !important; + background-color: #343a40 !important; + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + padding: 5px 10px !important; + border-radius: 3px; + border-color: #212529 !important; } + +.jqsfield { + color: #eff2f7 !important; + font-size: 12px !important; + line-height: 18px !important; + font-family: var(--bs-font-sans-serif) !important; + font-weight: 500 !important; } + +.gmaps, .gmaps-panaroma { + height: 300px !important; + background: #f8f9fa; + border-radius: 3px; } + +.gmaps-overlay { + display: block; + text-align: center; + color: #fff; + font-size: 16px; + line-height: 40px; + background: #556ee6; + border-radius: 4px; + padding: 10px 20px; } + +.gmaps-overlay_arrow { + right: 50%; + margin-right: -16px; + width: 0; + height: 0; + position: absolute; } + .gmaps-overlay_arrow.above { + bottom: -15px; + border-right: 16px solid transparent; + border-left: 16px solid transparent; + border-top: 16px solid #556ee6; } + .gmaps-overlay_arrow.below { + top: -15px; + border-right: 16px solid transparent; + border-left: 16px solid transparent; + border-bottom: 16px solid #556ee6; } + +.jvectormap-label { + border: none; + background: #343a40; + color: #f8f9fa; + font-family: var(--bs-font-sans-serif); + font-size: 0.8125rem; + padding: 5px 8px; } + +.leaflet-map { + height: 300px; } + .leaflet-map.leaflet-container { + z-index: 99; } + +.home-btn { + position: absolute; + top: 15px; + left: 25px; } + +.auth-logo .auth-logo-dark { + display: block; } + +.auth-logo .auth-logo-light { + display: none; } + +.auth-body-bg { + background-color: #fff; } + +.auth-pass-inputgroup input[type="input"] + .btn .mdi-eye-outline:before { + content: "\F06D1"; } + +.auth-full-bg { + background-color: rgba(85, 110, 230, 0.25); + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + @media (min-width: 1200px) { + .auth-full-bg { + height: 100vh; } } + .auth-full-bg::before { + content: ""; + position: absolute; + width: 300px; + height: 300px; + border-radius: 50%; } + .auth-full-bg .bg-overlay { + background: url("../images/bg-auth-overlay.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; } + +.auth-full-page-content { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + @media (min-width: 1200px) { + .auth-full-page-content { + min-height: 100vh; } } + +.auth-review-carousel.owl-theme .owl-dots .owl-dot span { + background-color: rgba(85, 110, 230, 0.25); } + +.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span { + background-color: #556ee6; } + +.search-box .form-control { + border-radius: 30px; + padding-right: 40px; } + +.search-box .search-icon { + font-size: 16px; + position: absolute; + right: 13px; + top: 0; + line-height: 38px; } + +.product-list li a { + display: block; + padding: 4px 0px; + color: #495057; } + +.product-view-nav.nav-pills .nav-item { + margin-right: 4px; } + +.product-view-nav.nav-pills .nav-link { + width: 36px; + height: 36px; + font-size: 16px; + padding: 0; + line-height: 36px; + text-align: center; + border-radius: 50%; } + +.product-ribbon { + position: absolute; + left: 0px; + top: 0px; } + +.product-detai-imgs .nav .nav-link { + margin: 7px 0px; } + .product-detai-imgs .nav .nav-link.active { + background-color: #f6f6f6; } + +.product-color a { + display: inline-block; + text-align: center; + color: #495057; } + .product-color a .product-color-item { + margin: 7px; } + .product-color a.active, .product-color a:hover { + color: #556ee6; } + .product-color a.active .product-color-item, .product-color a:hover .product-color-item { + border-color: #556ee6 !important; } + +.visa-card .visa-logo { + line-height: 0.5; } + +.visa-card .visa-pattern { + position: absolute; + font-size: 385px; + color: rgba(255, 255, 255, 0.05); + line-height: 0.4; + left: 0px; + bottom: 0px; } + +.checkout-tabs .nav-pills .nav-link { + margin-bottom: 24px; + text-align: center; + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .checkout-tabs .nav-pills .nav-link.active { + background-color: #556ee6; } + .checkout-tabs .nav-pills .nav-link .check-nav-icon { + font-size: 36px; } + +/* ============== + Email +===================*/ +.email-leftbar { + width: 236px; + float: right; + padding: 20px; + border-radius: 5px; } + +.email-rightbar { + margin-right: 260px; } + +.chat-user-box p.user-title { + color: #343a40; + font-weight: 500; } + +.chat-user-box p { + font-size: 12px; } + +@media (max-width: 767px) { + .email-leftbar { + float: none; + width: 100%; } + .email-rightbar { + margin: 0; } } + +.mail-list a { + display: block; + color: #74788d; + line-height: 24px; + padding: 8px 5px; } + .mail-list a.active { + color: #f46a6a; + font-weight: 500; } + +.message-list { + display: block; + padding-right: 0; } + .message-list li { + position: relative; + display: block; + height: 50px; + line-height: 50px; + cursor: default; + -webkit-transition-duration: .3s; + transition-duration: .3s; } + .message-list li a { + color: #74788d; } + .message-list li:hover { + background: #f6f6f6; + -webkit-transition-duration: .05s; + transition-duration: .05s; } + .message-list li .col-mail { + float: right; + position: relative; } + .message-list li .col-mail-1 { + width: 320px; } + .message-list li .col-mail-1 .star-toggle, + .message-list li .col-mail-1 .checkbox-wrapper-mail, + .message-list li .col-mail-1 .dot { + display: block; + float: right; } + .message-list li .col-mail-1 .dot { + border: 4px solid transparent; + border-radius: 100px; + margin: 22px 26px 0; + height: 0; + width: 0; + line-height: 0; + font-size: 0; } + .message-list li .col-mail-1 .checkbox-wrapper-mail { + margin: 15px 20px 0 10px; } + .message-list li .col-mail-1 .star-toggle { + margin-top: 18px; + margin-right: 5px; } + .message-list li .col-mail-1 .title { + position: absolute; + top: 0; + right: 110px; + left: 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + margin-bottom: 0; } + .message-list li .col-mail-2 { + position: absolute; + top: 0; + right: 320px; + left: 0; + bottom: 0; } + .message-list li .col-mail-2 .subject, + .message-list li .col-mail-2 .date { + position: absolute; + top: 0; } + .message-list li .col-mail-2 .subject { + right: 0; + left: 200px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } + .message-list li .col-mail-2 .date { + left: 0; + width: 170px; + padding-right: 80px; } + .message-list li.active, .message-list li.active:hover { + -webkit-box-shadow: inset -3px 0 0 #556ee6; + box-shadow: inset -3px 0 0 #556ee6; } + .message-list li.unread { + background-color: #f6f6f6; + font-weight: 500; + color: #292d32; } + .message-list li.unread a { + color: #292d32; + font-weight: 500; } + .message-list .checkbox-wrapper-mail { + cursor: pointer; + height: 20px; + width: 20px; + position: relative; + display: inline-block; + -webkit-box-shadow: inset 0 0 0 1px #ced4da; + box-shadow: inset 0 0 0 1px #ced4da; + border-radius: 1px; } + .message-list .checkbox-wrapper-mail input { + opacity: 0; + cursor: pointer; } + .message-list .checkbox-wrapper-mail input:checked ~ label { + opacity: 1; } + .message-list .checkbox-wrapper-mail label { + position: absolute; + height: 20px; + width: 20px; + right: 0; + cursor: pointer; + opacity: 0; + margin-bottom: 0; + -webkit-transition-duration: .05s; + transition-duration: .05s; + top: 0; } + .message-list .checkbox-wrapper-mail label:before { + content: "\F012C"; + font-family: "Material Design Icons"; + top: 0; + height: 20px; + color: #292d32; + width: 20px; + position: absolute; + margin-top: -16px; + right: 4px; + font-size: 13px; } + +@media (max-width: 575.98px) { + .message-list li .col-mail-1 { + width: 200px; } } + +@media (min-width: 1200px) { + .filemanager-sidebar { + min-width: 230px; + max-width: 230px; } } + +@media (min-width: 1366px) { + .filemanager-sidebar { + min-width: 280px; + max-width: 280px; } } + +.categories-list { + padding: 4px 0; } + .categories-list li a { + display: block; + padding: 8px 12px; + color: #495057; + font-weight: 500; } + .categories-list li.active a { + color: #556ee6; } + .categories-list li ul { + padding-right: 16px; } + .categories-list li ul li a { + padding: 4px 12px; + color: #74788d; + font-size: 13px; + font-weight: 400; } + +@media (min-width: 992px) { + .chat-leftsidebar { + min-width: 260px; } } + +@media (min-width: 1200px) { + .chat-leftsidebar { + min-width: 380px; } } + +.chat-leftsidebar .chat-leftsidebar-nav .nav { + background-color: #fff; } + +.chat-leftsidebar .chat-leftsidebar-nav .tab-content { + min-height: 488px; } + +.chat-noti-dropdown.active:before { + content: ""; + position: absolute; + width: 8px; + height: 8px; + background-color: #f46a6a; + border-radius: 50%; + left: 0; } + +.chat-noti-dropdown .btn { + padding: 6px; + -webkit-box-shadow: none; + box-shadow: none; + font-size: 20px; } + +.chat-search-box .form-control { + border: 0; } + +.chat-list { + margin: 0; } + .chat-list li.active a { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .chat-list li a { + display: block; + padding: 14px 16px; + color: #74788d; + -webkit-transition: all 0.4s; + transition: all 0.4s; + border-top: 1px solid #eff2f7; + border-radius: 4px; } + .chat-list li a:hover { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.user-chat-nav .dropdown .nav-btn { + height: 40px; + width: 40px; + line-height: 40px; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0; + font-size: 16px; + background-color: #eff2f7; + border-radius: 50%; } + +.user-chat-nav .dropdown .dropdown-menu { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border: 1px solid #eff2f7; } + +.chat-conversation li { + clear: both; } + +.chat-conversation .chat-day-title { + position: relative; + text-align: center; + margin-bottom: 24px; } + .chat-conversation .chat-day-title .title { + background-color: #fff; + position: relative; + z-index: 1; + padding: 6px 24px; } + .chat-conversation .chat-day-title:before { + content: ""; + position: absolute; + width: 100%; + height: 1px; + right: 0; + left: 0; + background-color: #eff2f7; + top: 10px; } + .chat-conversation .chat-day-title .badge { + font-size: 12px; } + +.chat-conversation .conversation-list { + margin-bottom: 24px; + display: inline-block; + position: relative; } + .chat-conversation .conversation-list .ctext-wrap { + padding: 12px 24px; + background-color: rgba(85, 110, 230, 0.1); + border-radius: 8px 8px 0px 8px; + overflow: hidden; } + .chat-conversation .conversation-list .ctext-wrap .conversation-name { + font-weight: 600; + color: #556ee6; + margin-bottom: 4px; } + .chat-conversation .conversation-list .dropdown { + float: left; } + .chat-conversation .conversation-list .dropdown .dropdown-toggle { + font-size: 18px; + padding: 4px; + color: #74788d; } + @media (max-width: 575.98px) { + .chat-conversation .conversation-list .dropdown .dropdown-toggle { + display: none; } } + .chat-conversation .conversation-list .dropdown .dropdown-menu { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border: 1px solid #eff2f7; } + .chat-conversation .conversation-list .chat-time { + font-size: 12px; } + +.chat-conversation .right .conversation-list { + float: left; } + .chat-conversation .right .conversation-list .ctext-wrap { + background-color: #eff2f7; + text-align: left; + border-radius: 8px 8px 8px 0px; } + .chat-conversation .right .conversation-list .dropdown { + float: right; } + .chat-conversation .right .conversation-list.last-chat .conversation-list:before { + left: 0; + right: auto; } + +.chat-conversation .last-chat .conversation-list:before { + content: "\F0009"; + font-family: "Material Design Icons"; + position: absolute; + color: #556ee6; + left: 0; + bottom: 0; + font-size: 16px; } + @media (max-width: 575.98px) { + .chat-conversation .last-chat .conversation-list:before { + display: none; } } + +.chat-input-section { + border-top: 1px solid #eff2f7; } + +.chat-input { + border-radius: 30px; + background-color: #eff2f7 !important; + border-color: #eff2f7 !important; + padding-left: 120px; } + +.chat-input-links { + position: absolute; + left: 16px; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); } + .chat-input-links li a { + font-size: 16px; + line-height: 36px; + padding: 0px 4px; + display: inline-block; } + +@media (max-width: 575.98px) { + .chat-send { + min-width: auto; } } + +.project-list-table { + border-collapse: separate; + border-spacing: 0 12px; } + .project-list-table tr { + background-color: #fff; } + +.contact-links a { + color: #495057; } + +.profile-user-wid { + margin-top: -26px; } + +@media (min-width: 576px) { + .currency-value { + position: relative; } + .currency-value:after { + content: "\F04E1"; + font-family: "Material Design Icons"; + font-size: 24px; + position: absolute; + width: 45px; + height: 45px; + line-height: 45px; + border-radius: 50%; + text-align: center; + left: 0; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + background-color: #556ee6; + color: #fff; + z-index: 9; + left: -34px; } } + +.crypto-buy-sell-nav-content { + border: 2px solid #f6f6f6; + border-top: 0; } + +.kyc-doc-verification .dropzone { + min-height: 180px; } + .kyc-doc-verification .dropzone .dz-message { + margin: 24px 0px; } + +/****************** + Ico Landing +*******************/ +.section { + position: relative; + padding-top: 80px; + padding-bottom: 80px; } + .section.bg-white { + background-color: #fff !important; } + +.small-title { + color: #74788d; + margin-bottom: 8px; } + +.navigation { + padding: 0 16px; + width: 100%; + z-index: 999; + margin-bottom: 0px; + -webkit-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } + @media (max-width: 991.98px) { + .navigation { + background-color: #fff; } } + .navigation .navbar-logo { + line-height: 70px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .navigation .navbar-logo .logo-dark { + display: none; } + @media (max-width: 991.98px) { + .navigation .navbar-logo .logo-dark { + display: block; } } + .navigation .navbar-logo .logo-light { + display: block; } + @media (max-width: 991.98px) { + .navigation .navbar-logo .logo-light { + display: none; } } + .navigation .navbar-nav .nav-item .nav-link { + color: rgba(255, 255, 255, 0.6); + line-height: 58px; + padding: 6px 16px; + font-weight: 500; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link { + color: #555b6d; } } + .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active { + color: rgba(255, 255, 255, 0.9); } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } } + @media (max-width: 991.98px) { + .navigation .navbar-nav .nav-item .nav-link { + line-height: 28px !important; } } + .navigation.nav-sticky { + background-color: #fff; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + .navigation.nav-sticky .navbar-logo { + line-height: 60px; } + .navigation.nav-sticky .navbar-logo .logo-dark { + display: block; } + .navigation.nav-sticky .navbar-logo .logo-light { + display: none; } + .navigation.nav-sticky .navbar-nav .nav-item .nav-link { + line-height: 48px; + color: #555b6d; } + .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover, .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active { + color: #556ee6; } + +.bg-overlay { + position: absolute; + height: 100%; + width: 100%; + left: 0; + bottom: 0; + right: 0; + top: 0; + opacity: 0.7; + background-color: #000; } + +.hero-section { + padding-top: 220px; + padding-bottom: 190px; } + .hero-section.bg-ico-hero { + background-image: url("../images/crypto/bg-ico-hero.jpg"); + background-size: cover; + background-position: top; } + @media (max-width: 575.98px) { + .hero-section { + padding-top: 140px; + padding-bottom: 80px; } } + .hero-section .hero-title { + font-size: 42px; } + @media (max-width: 575.98px) { + .hero-section .hero-title { + font-size: 26px; } } + .hero-section .ico-countdown { + font-size: 22px; + margin-left: -12px; + margin-right: -12px; } + @media (max-width: 575.98px) { + .hero-section .ico-countdown { + display: block; } } + .hero-section .ico-countdown .coming-box { + margin-left: 12px; + margin-right: 12px; + border: 1px solid #eff2f7; + border-radius: 4px; + padding: 8px; + background-color: #fff; } + @media (max-width: 575.98px) { + .hero-section .ico-countdown .coming-box { + display: inline-block; + width: 40%; + margin-bottom: 24px; } } + .hero-section .ico-countdown .coming-box span { + background-color: #eff2f7; + font-size: 12px; + padding: 4px; + margin-top: 8px; } + .hero-section .softcap-progress { + overflow: visible; } + .hero-section .softcap-progress .progress-bar { + overflow: visible; } + .hero-section .softcap-progress .progress-label { + position: relative; + text-align: left; + color: #495057; + bottom: 20px; + font-size: 12px; + font-weight: 500; } + +.currency-price { + position: relative; + bottom: 40px; } + +.client-images img { + max-height: 34px; + width: auto !important; + margin: 12px auto; + opacity: 0.7; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + +.features-number { + opacity: 0.1; } + +.team-box .team-social-links a { + color: #495057; + font-size: 14px; } + +.blog-box .blog-badge { + position: absolute; + top: 12px; + left: 12px; } + +.landing-footer { + padding: 80px 0 40px; + background-color: #2a3042; + color: rgba(255, 255, 255, 0.5); } + .landing-footer .footer-list-title { + color: rgba(255, 255, 255, 0.9); } + .landing-footer .footer-list-menu li a { + display: block; + color: rgba(255, 255, 255, 0.5); + margin-bottom: 14px; + -webkit-transition: all 0.4s; + transition: all 0.4s; } + .landing-footer .footer-list-menu li a:hover { + color: rgba(255, 255, 255, 0.8); } + .landing-footer .blog-post .post { + display: block; + color: rgba(255, 255, 255, 0.5); + padding: 16px 0px; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } + .landing-footer .blog-post .post .post-title { + color: rgba(255, 255, 255, 0.8); + font-size: 14px; } + .landing-footer .blog-post .post:first-of-type { + padding-top: 0; } + .landing-footer .blog-post .post:last-of-type { + padding-bottom: 0; + border-bottom: 0; } + .landing-footer .footer-border { + border-color: rgba(255, 255, 255, 0.1); } + +.counter-number { + font-size: 32px; + font-weight: 600; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; } + .counter-number span { + font-size: 16px; + font-weight: 400; + display: block; + padding-top: 5px; } + +.coming-box { + width: 25%; } + +/************** Horizontal timeline **************/ +.hori-timeline .events .event-list { + text-align: center; + display: block; } + .hori-timeline .events .event-list .event-down-icon { + position: relative; } + .hori-timeline .events .event-list .event-down-icon::before { + content: ""; + position: absolute; + width: 100%; + top: 16px; + right: 0; + left: 0; + border-bottom: 3px dashed #f6f6f6; } + .hori-timeline .events .event-list .event-down-icon .down-arrow-icon { + position: relative; + background-color: #fff; + padding: 4px; } + .hori-timeline .events .event-list:hover .down-arrow-icon { + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; } + .hori-timeline .events .event-list.active .down-arrow-icon { + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; } + .hori-timeline .events .event-list.active .down-arrow-icon:before { + content: "\ec4c"; } + +/************** vertical timeline **************/ +.verti-timeline { + border-right: 3px dashed #f6f6f6; + margin: 0 10px; } + .verti-timeline .event-list { + position: relative; + padding: 0px 30px 40px 0px; } + .verti-timeline .event-list .event-timeline-dot { + position: absolute; + right: -9px; + top: 0px; + z-index: 9; + font-size: 16px; } + .verti-timeline .event-list .event-content { + position: relative; + border: 2px solid #eff2f7; + border-radius: 7px; } + .verti-timeline .event-list.active .event-timeline-dot { + color: #556ee6; } + .verti-timeline .event-list:last-child { + padding-bottom: 0px; } + +.plan-box .plan-btn { + position: relative; } + .plan-box .plan-btn::before { + content: ""; + position: absolute; + width: 100%; + height: 2px; + background: #f6f6f6; + right: 0px; + left: 0px; + top: 12px; } + +.blog-play-icon { + position: absolute; + top: 50%; + right: 0; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + margin: 0px auto; } + +/*# sourceMappingURL=app-rtl.min.css.map */ diff --git a/Vue/Starterkit/src/design/css/bootstrap-rtl.min.css b/Vue/Starterkit/src/design/css/bootstrap-rtl.min.css new file mode 100644 index 00000000..aeda6435 --- /dev/null +++ b/Vue/Starterkit/src/design/css/bootstrap-rtl.min.css @@ -0,0 +1,9541 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Custom Bootstrap Css File +*/ +/*! + * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/) + * Copyright 2011-2020 The Bootstrap Authors + * Copyright 2011-2020 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +:root { + --bs-blue: #556ee6; + --bs-indigo: #564ab1; + --bs-purple: #6f42c1; + --bs-pink: #e83e8c; + --bs-red: #f46a6a; + --bs-orange: #f1734f; + --bs-yellow: #f1b44c; + --bs-green: #34c38f; + --bs-teal: #050505; + --bs-cyan: #50a5f1; + --bs-white: #fff; + --bs-gray: #74788d; + --bs-gray-dark: #343a40; + --bs-primary: #556ee6; + --bs-secondary: #74788d; + --bs-success: #34c38f; + --bs-info: #50a5f1; + --bs-warning: #f1b44c; + --bs-danger: #f46a6a; + --bs-pink: #e83e8c; + --bs-light: #eff2f7; + --bs-dark: #343a40; + --bs-font-sans-serif: "Poppins", sans-serif; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); } + +*, +*::before, +*::after { + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; } } + +body { + margin: 0; + font-family: var(--bs-font-sans-serif); + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #f8f8fb; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +[tabindex="-1"]:focus:not(:focus-visible) { + outline: 0 !important; } + +hr { + margin: 1rem 0; + color: inherit; + background-color: currentColor; + border: 0; + opacity: 0.2; } + +hr:not([size]) { + height: 1px; } + +h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { + margin-top: 0; + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; } + +h1, .h1 { + font-size: calc(1.32812rem + 0.9375vw); } + @media (min-width: 1200px) { + h1, .h1 { + font-size: 2.03125rem; } } + +h2, .h2 { + font-size: calc(1.2875rem + 0.45vw); } + @media (min-width: 1200px) { + h2, .h2 { + font-size: 1.625rem; } } + +h3, .h3 { + font-size: calc(1.26719rem + 0.20625vw); } + @media (min-width: 1200px) { + h3, .h3 { + font-size: 1.42188rem; } } + +h4, .h4 { + font-size: 1.21875rem; } + +h5, .h5 { + font-size: 1.01562rem; } + +h6, .h6 { + font-size: 0.8125rem; } + +p { + margin-top: 0; + margin-bottom: 1rem; } + +abbr[title], +abbr[data-bs-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; } + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; } + +ol, +ul { + padding-right: 2rem; } + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; } + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; } + +dt { + font-weight: 600; } + +dd { + margin-bottom: .5rem; + margin-right: 0; } + +blockquote { + margin: 0 0 1rem; } + +b, +strong { + font-weight: bolder; } + +small, .small { + font-size: 80%; } + +mark, .mark { + padding: 0.2em; + background-color: #fcf8e3; } + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; } + +sub { + bottom: -.25em; } + +sup { + top: -.5em; } + +a { + color: #556ee6; + text-decoration: none; } + a:hover { + color: #4458b8; + text-decoration: underline; } + +a:not([href]):not([class]), a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; } + +pre, +code, +kbd, +samp { + font-family: var(--bs-font-monospace); + font-size: 1em; + direction: ltr ; + unicode-bidi: bidi-override; } + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 87.5%; + color: #212529; } + pre code { + font-size: inherit; + color: inherit; + word-break: normal; } + +code { + font-size: 87.5%; + color: #e83e8c; + word-wrap: break-word; } + a > code { + color: inherit; } + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; } + kbd kbd { + padding: 0; + font-size: 1em; + font-weight: 600; } + +figure { + margin: 0 0 1rem; } + +img, +svg { + vertical-align: middle; } + +table { + caption-side: bottom; + border-collapse: collapse; } + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #74788d; + text-align: right; } + +th { + text-align: inherit; + text-align: -webkit-match-parent; } + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; } + +label { + display: inline-block; } + +button { + border-radius: 0; } + +button:focus { + outline: dotted 1px; + outline: -webkit-focus-ring-color auto 5px; } + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; } + +button, +select { + text-transform: none; } + +[role="button"] { + cursor: pointer; } + +select { + word-wrap: normal; } + +[list]::-webkit-calendar-picker-indicator { + display: none; } + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; } + button:not(:disabled), + [type="button"]:not(:disabled), + [type="reset"]:not(:disabled), + [type="submit"]:not(:disabled) { + cursor: pointer; } + +::-moz-focus-inner { + padding: 0; + border-style: none; } + +textarea { + resize: vertical; } + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; } + +legend { + float: right; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; } + @media (min-width: 1200px) { + legend { + font-size: 1.5rem; } } + legend + * { + clear: right; } + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; } + +::-webkit-inner-spin-button { + height: auto; } + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: textfield; } + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +::-webkit-search-decoration { + -webkit-appearance: none; } + +::-webkit-color-swatch-wrapper { + padding: 0; } + +::file-selector-button { + font: inherit; } + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; } + +output { + display: inline-block; } + +iframe { + border: 0; } + +summary { + display: list-item; + cursor: pointer; } + +progress { + vertical-align: baseline; } + +[hidden] { + display: none !important; } + +.lead { + font-size: 1.01562rem; + font-weight: 300; } + +.display-1 { + font-size: calc(1.725rem + 5.7vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-1 { + font-size: 6rem; } } + +.display-2 { + font-size: calc(1.675rem + 5.1vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-2 { + font-size: 5.5rem; } } + +.display-3 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-3 { + font-size: 4.5rem; } } + +.display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-4 { + font-size: 3.5rem; } } + +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-5 { + font-size: 3rem; } } + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; } + @media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; } } + +.list-unstyled { + padding-right: 0; + list-style: none; } + +.list-inline { + padding-right: 0; + list-style: none; } + +.list-inline-item { + display: inline-block; } + .list-inline-item:not(:last-child) { + margin-left: 0.5rem; } + +.initialism { + font-size: 80%; + text-transform: uppercase; } + +.blockquote { + margin-bottom: 1rem; + font-size: 1.01562rem; } + .blockquote > :last-child { + margin-bottom: 0; } + +.blockquote-footer { + margin-top: -1rem; + margin-bottom: 1rem; + font-size: 80%; + color: #74788d; } + .blockquote-footer::before { + content: "\2014\00A0"; } + +.img-fluid { + max-width: 100%; + height: auto; } + +.img-thumbnail { + padding: 0.25rem; + background-color: #f8f8fb; + border: 1px solid #f6f6f6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; } + +.figure { + display: inline-block; } + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; } + +.figure-caption { + font-size: 80%; + color: #74788d; } + +.container, +.container-fluid, +.container-sm, +.container-md, +.container-lg, +.container-xl, +.container-xxl { + width: 100%; + padding-left: var(--bs-gutter-x, 12px); + padding-right: var(--bs-gutter-x, 12px); + margin-left: auto; + margin-right: auto; } + +@media (min-width: 576px) { + .container, .container-sm { + max-width: 540px; } } + +@media (min-width: 768px) { + .container, .container-sm, .container-md { + max-width: 720px; } } + +@media (min-width: 992px) { + .container, .container-sm, .container-md, .container-lg { + max-width: 960px; } } + +@media (min-width: 1200px) { + .container, .container-sm, .container-md, .container-lg, .container-xl { + max-width: 1140px; } } + +@media (min-width: 1400px) { + .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { + max-width: 1320px; } } + +.row { + --bs-gutter-x: 24px; + --bs-gutter-y: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-top: calc(var(--bs-gutter-y) * -1); + margin-left: calc(var(--bs-gutter-x) / -2); + margin-right: calc(var(--bs-gutter-x) / -2); } + .row > * { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-left: calc(var(--bs-gutter-x) / 2); + padding-right: calc(var(--bs-gutter-x) / 2); + margin-top: var(--bs-gutter-y); } + +.col { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + +.row-cols-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + +.row-cols-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + +.row-cols-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + +.row-cols-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + +.row-cols-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + +.row-cols-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + +.row-cols-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + +.col-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + +.col-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + +.col-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + +.col-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + +.col-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + +.col-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + +.col-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + +.col-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + +.col-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + +.col-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + +.col-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + +.col-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + +.col-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + +.offset-1 { + margin-right: 8.33333%; } + +.offset-2 { + margin-right: 16.66667%; } + +.offset-3 { + margin-right: 25%; } + +.offset-4 { + margin-right: 33.33333%; } + +.offset-5 { + margin-right: 41.66667%; } + +.offset-6 { + margin-right: 50%; } + +.offset-7 { + margin-right: 58.33333%; } + +.offset-8 { + margin-right: 66.66667%; } + +.offset-9 { + margin-right: 75%; } + +.offset-10 { + margin-right: 83.33333%; } + +.offset-11 { + margin-right: 91.66667%; } + +.g-0, +.gx-0 { + --bs-gutter-x: 0; } + +.g-0, +.gy-0 { + --bs-gutter-y: 0; } + +.g-1, +.gx-1 { + --bs-gutter-x: 0.25rem; } + +.g-1, +.gy-1 { + --bs-gutter-y: 0.25rem; } + +.g-2, +.gx-2 { + --bs-gutter-x: 0.5rem; } + +.g-2, +.gy-2 { + --bs-gutter-y: 0.5rem; } + +.g-3, +.gx-3 { + --bs-gutter-x: 1rem; } + +.g-3, +.gy-3 { + --bs-gutter-y: 1rem; } + +.g-4, +.gx-4 { + --bs-gutter-x: 1.5rem; } + +.g-4, +.gy-4 { + --bs-gutter-y: 1.5rem; } + +.g-5, +.gx-5 { + --bs-gutter-x: 3rem; } + +.g-5, +.gy-5 { + --bs-gutter-y: 3rem; } + +@media (min-width: 576px) { + .col-sm { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-sm-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-sm-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-sm-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-sm-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-sm-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-sm-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-sm-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-sm-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-sm-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-sm-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-sm-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-sm-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-sm-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-sm-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-sm-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-sm-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-sm-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-sm-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-sm-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-sm-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-sm-0 { + margin-right: 0; } + .offset-sm-1 { + margin-right: 8.33333%; } + .offset-sm-2 { + margin-right: 16.66667%; } + .offset-sm-3 { + margin-right: 25%; } + .offset-sm-4 { + margin-right: 33.33333%; } + .offset-sm-5 { + margin-right: 41.66667%; } + .offset-sm-6 { + margin-right: 50%; } + .offset-sm-7 { + margin-right: 58.33333%; } + .offset-sm-8 { + margin-right: 66.66667%; } + .offset-sm-9 { + margin-right: 75%; } + .offset-sm-10 { + margin-right: 83.33333%; } + .offset-sm-11 { + margin-right: 91.66667%; } + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; } + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; } + .g-sm-1, + .gx-sm-1 { + --bs-gutter-x: 0.25rem; } + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; } + .g-sm-2, + .gx-sm-2 { + --bs-gutter-x: 0.5rem; } + .g-sm-2, + .gy-sm-2 { + --bs-gutter-y: 0.5rem; } + .g-sm-3, + .gx-sm-3 { + --bs-gutter-x: 1rem; } + .g-sm-3, + .gy-sm-3 { + --bs-gutter-y: 1rem; } + .g-sm-4, + .gx-sm-4 { + --bs-gutter-x: 1.5rem; } + .g-sm-4, + .gy-sm-4 { + --bs-gutter-y: 1.5rem; } + .g-sm-5, + .gx-sm-5 { + --bs-gutter-x: 3rem; } + .g-sm-5, + .gy-sm-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 768px) { + .col-md { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-md-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-md-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-md-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-md-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-md-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-md-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-md-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-md-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-md-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-md-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-md-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-md-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-md-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-md-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-md-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-md-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-md-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-md-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-md-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-md-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-md-0 { + margin-right: 0; } + .offset-md-1 { + margin-right: 8.33333%; } + .offset-md-2 { + margin-right: 16.66667%; } + .offset-md-3 { + margin-right: 25%; } + .offset-md-4 { + margin-right: 33.33333%; } + .offset-md-5 { + margin-right: 41.66667%; } + .offset-md-6 { + margin-right: 50%; } + .offset-md-7 { + margin-right: 58.33333%; } + .offset-md-8 { + margin-right: 66.66667%; } + .offset-md-9 { + margin-right: 75%; } + .offset-md-10 { + margin-right: 83.33333%; } + .offset-md-11 { + margin-right: 91.66667%; } + .g-md-0, + .gx-md-0 { + --bs-gutter-x: 0; } + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; } + .g-md-1, + .gx-md-1 { + --bs-gutter-x: 0.25rem; } + .g-md-1, + .gy-md-1 { + --bs-gutter-y: 0.25rem; } + .g-md-2, + .gx-md-2 { + --bs-gutter-x: 0.5rem; } + .g-md-2, + .gy-md-2 { + --bs-gutter-y: 0.5rem; } + .g-md-3, + .gx-md-3 { + --bs-gutter-x: 1rem; } + .g-md-3, + .gy-md-3 { + --bs-gutter-y: 1rem; } + .g-md-4, + .gx-md-4 { + --bs-gutter-x: 1.5rem; } + .g-md-4, + .gy-md-4 { + --bs-gutter-y: 1.5rem; } + .g-md-5, + .gx-md-5 { + --bs-gutter-x: 3rem; } + .g-md-5, + .gy-md-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 992px) { + .col-lg { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-lg-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-lg-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-lg-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-lg-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-lg-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-lg-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-lg-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-lg-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-lg-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-lg-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-lg-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-lg-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-lg-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-lg-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-lg-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-lg-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-lg-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-lg-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-lg-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-lg-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-lg-0 { + margin-right: 0; } + .offset-lg-1 { + margin-right: 8.33333%; } + .offset-lg-2 { + margin-right: 16.66667%; } + .offset-lg-3 { + margin-right: 25%; } + .offset-lg-4 { + margin-right: 33.33333%; } + .offset-lg-5 { + margin-right: 41.66667%; } + .offset-lg-6 { + margin-right: 50%; } + .offset-lg-7 { + margin-right: 58.33333%; } + .offset-lg-8 { + margin-right: 66.66667%; } + .offset-lg-9 { + margin-right: 75%; } + .offset-lg-10 { + margin-right: 83.33333%; } + .offset-lg-11 { + margin-right: 91.66667%; } + .g-lg-0, + .gx-lg-0 { + --bs-gutter-x: 0; } + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; } + .g-lg-1, + .gx-lg-1 { + --bs-gutter-x: 0.25rem; } + .g-lg-1, + .gy-lg-1 { + --bs-gutter-y: 0.25rem; } + .g-lg-2, + .gx-lg-2 { + --bs-gutter-x: 0.5rem; } + .g-lg-2, + .gy-lg-2 { + --bs-gutter-y: 0.5rem; } + .g-lg-3, + .gx-lg-3 { + --bs-gutter-x: 1rem; } + .g-lg-3, + .gy-lg-3 { + --bs-gutter-y: 1rem; } + .g-lg-4, + .gx-lg-4 { + --bs-gutter-x: 1.5rem; } + .g-lg-4, + .gy-lg-4 { + --bs-gutter-y: 1.5rem; } + .g-lg-5, + .gx-lg-5 { + --bs-gutter-x: 3rem; } + .g-lg-5, + .gy-lg-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 1200px) { + .col-xl { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-xl-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-xl-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-xl-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-xl-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-xl-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-xl-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-xl-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-xl-0 { + margin-right: 0; } + .offset-xl-1 { + margin-right: 8.33333%; } + .offset-xl-2 { + margin-right: 16.66667%; } + .offset-xl-3 { + margin-right: 25%; } + .offset-xl-4 { + margin-right: 33.33333%; } + .offset-xl-5 { + margin-right: 41.66667%; } + .offset-xl-6 { + margin-right: 50%; } + .offset-xl-7 { + margin-right: 58.33333%; } + .offset-xl-8 { + margin-right: 66.66667%; } + .offset-xl-9 { + margin-right: 75%; } + .offset-xl-10 { + margin-right: 83.33333%; } + .offset-xl-11 { + margin-right: 91.66667%; } + .g-xl-0, + .gx-xl-0 { + --bs-gutter-x: 0; } + .g-xl-0, + .gy-xl-0 { + --bs-gutter-y: 0; } + .g-xl-1, + .gx-xl-1 { + --bs-gutter-x: 0.25rem; } + .g-xl-1, + .gy-xl-1 { + --bs-gutter-y: 0.25rem; } + .g-xl-2, + .gx-xl-2 { + --bs-gutter-x: 0.5rem; } + .g-xl-2, + .gy-xl-2 { + --bs-gutter-y: 0.5rem; } + .g-xl-3, + .gx-xl-3 { + --bs-gutter-x: 1rem; } + .g-xl-3, + .gy-xl-3 { + --bs-gutter-y: 1rem; } + .g-xl-4, + .gx-xl-4 { + --bs-gutter-x: 1.5rem; } + .g-xl-4, + .gy-xl-4 { + --bs-gutter-y: 1.5rem; } + .g-xl-5, + .gx-xl-5 { + --bs-gutter-x: 3rem; } + .g-xl-5, + .gy-xl-5 { + --bs-gutter-y: 3rem; } } + +@media (min-width: 1400px) { + .col-xxl { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; } + .row-cols-xxl-auto > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .row-cols-xxl-1 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .row-cols-xxl-2 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .row-cols-xxl-3 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .row-cols-xxl-4 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .row-cols-xxl-5 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 20%; } + .row-cols-xxl-6 > * { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xxl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; } + .col-xxl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 8.33333%; } + .col-xxl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 16.66667%; } + .col-xxl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 25%; } + .col-xxl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 33.33333%; } + .col-xxl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 41.66667%; } + .col-xxl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50%; } + .col-xxl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 58.33333%; } + .col-xxl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 66.66667%; } + .col-xxl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 75%; } + .col-xxl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 83.33333%; } + .col-xxl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 91.66667%; } + .col-xxl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 100%; } + .offset-xxl-0 { + margin-right: 0; } + .offset-xxl-1 { + margin-right: 8.33333%; } + .offset-xxl-2 { + margin-right: 16.66667%; } + .offset-xxl-3 { + margin-right: 25%; } + .offset-xxl-4 { + margin-right: 33.33333%; } + .offset-xxl-5 { + margin-right: 41.66667%; } + .offset-xxl-6 { + margin-right: 50%; } + .offset-xxl-7 { + margin-right: 58.33333%; } + .offset-xxl-8 { + margin-right: 66.66667%; } + .offset-xxl-9 { + margin-right: 75%; } + .offset-xxl-10 { + margin-right: 83.33333%; } + .offset-xxl-11 { + margin-right: 91.66667%; } + .g-xxl-0, + .gx-xxl-0 { + --bs-gutter-x: 0; } + .g-xxl-0, + .gy-xxl-0 { + --bs-gutter-y: 0; } + .g-xxl-1, + .gx-xxl-1 { + --bs-gutter-x: 0.25rem; } + .g-xxl-1, + .gy-xxl-1 { + --bs-gutter-y: 0.25rem; } + .g-xxl-2, + .gx-xxl-2 { + --bs-gutter-x: 0.5rem; } + .g-xxl-2, + .gy-xxl-2 { + --bs-gutter-y: 0.5rem; } + .g-xxl-3, + .gx-xxl-3 { + --bs-gutter-x: 1rem; } + .g-xxl-3, + .gy-xxl-3 { + --bs-gutter-y: 1rem; } + .g-xxl-4, + .gx-xxl-4 { + --bs-gutter-x: 1.5rem; } + .g-xxl-4, + .gy-xxl-4 { + --bs-gutter-y: 1.5rem; } + .g-xxl-5, + .gx-xxl-5 { + --bs-gutter-x: 3rem; } + .g-xxl-5, + .gy-xxl-5 { + --bs-gutter-y: 3rem; } } + +.table { + --bs-table-bg: transparent; + --bs-table-striped-color: #495057; + --bs-table-striped-bg: #f8f9fa; + --bs-table-active-color: #495057; + --bs-table-active-bg: #f8f9fa; + --bs-table-hover-color: #495057; + --bs-table-hover-bg: #f8f9fa; + width: 100%; + margin-bottom: 1rem; + color: #495057; + vertical-align: top; + border-color: #eff2f7; } + .table > :not(caption) > * > * { + padding: 0.75rem 0.75rem; + background-color: var(--bs-table-bg); + background-image: -webkit-gradient(linear, right top, right bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg))); + background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); + border-bottom-width: 1px; } + .table > tbody { + vertical-align: inherit; } + .table > thead { + vertical-align: bottom; } + .table > :not(:last-child) > :last-child > * { + border-bottom-color: #eff2f7; } + +.caption-top { + caption-side: top; } + +.table-sm > :not(caption) > * > * { + padding: 0.3rem 0.3rem; } + +.table-bordered > :not(caption) > * { + border-width: 1px 0; } + .table-bordered > :not(caption) > * > * { + border-width: 0 1px; } + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; } + +.table-striped > tbody > tr:nth-of-type(odd) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); } + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); } + +.table-hover > tbody > tr:hover { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); } + +.table-primary { + --bs-table-bg: #dde2fa; + --bs-table-striped-bg: #d2d7ee; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c7cbe1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ccd1e7; + --bs-table-hover-color: #000; + color: #000; + border-color: #c7cbe1; } + +.table-secondary { + --bs-table-bg: #e3e4e8; + --bs-table-striped-bg: #d8d9dc; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cccdd1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d2d3d7; + --bs-table-hover-color: #000; + color: #000; + border-color: #cccdd1; } + +.table-success { + --bs-table-bg: #d6f3e9; + --bs-table-striped-bg: #cbe7dd; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c1dbd2; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c6e1d8; + --bs-table-hover-color: #000; + color: #000; + border-color: #c1dbd2; } + +.table-info { + --bs-table-bg: #dcedfc; + --bs-table-striped-bg: #d1e1ef; + --bs-table-striped-color: #000; + --bs-table-active-bg: #c6d5e3; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ccdbe9; + --bs-table-hover-color: #000; + color: #000; + border-color: #c6d5e3; } + +.table-warning { + --bs-table-bg: #fcf0db; + --bs-table-striped-bg: #efe4d0; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e3d8c5; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e9decb; + --bs-table-hover-color: #000; + color: #000; + border-color: #e3d8c5; } + +.table-danger { + --bs-table-bg: #fde1e1; + --bs-table-striped-bg: #f0d6d6; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e4cbcb; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ead0d0; + --bs-table-hover-color: #000; + color: #000; + border-color: #e4cbcb; } + +.table-light { + --bs-table-bg: #eff2f7; + --bs-table-striped-bg: #e3e6eb; + --bs-table-striped-color: #000; + --bs-table-active-bg: #d7dade; + --bs-table-active-color: #000; + --bs-table-hover-bg: #dde0e4; + --bs-table-hover-color: #000; + color: #000; + border-color: #d7dade; } + +.table-dark { + --bs-table-bg: #343a40; + --bs-table-striped-bg: #3e444a; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #484e53; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #43494e; + --bs-table-hover-color: #fff; + color: #fff; + border-color: #484e53; } + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; } } + +.form-label { + margin-bottom: 0.5rem; } + +.col-form-label { + padding-top: calc(0.47rem + 1px); + padding-bottom: calc(0.47rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; } + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.01562rem; } + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.71094rem; } + +.form-text { + margin-top: 0.25rem; + font-size: 80%; + color: #74788d; } + +.form-control { + display: block; + width: 100%; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control { + -webkit-transition: none; + transition: none; } } + .form-control[type="file"] { + overflow: hidden; } + .form-control[type="file"]:not(:disabled):not([readonly]) { + cursor: pointer; } + .form-control:focus { + color: #495057; + background-color: #fff; + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; } + .form-control::-webkit-date-and-time-value { + height: 1.5em; } + .form-control::-webkit-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::-moz-placeholder { + color: #74788d; + opacity: 1; } + .form-control:-ms-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::-ms-input-placeholder { + color: #74788d; + opacity: 1; } + .form-control::placeholder { + color: #74788d; + opacity: 1; } + .form-control:disabled, .form-control[readonly] { + background-color: #eff2f7; + opacity: 1; } + .form-control::file-selector-button { + padding: 0.47rem 0.75rem; + margin: -0.47rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #495057; + background-color: #eff2f7; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + -webkit-transition: none; + transition: none; } } + .form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: #e3e6eb; } + .form-control::-webkit-file-upload-button { + padding: 0.47rem 0.75rem; + margin: -0.47rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #495057; + background-color: #eff2f7; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-control::-webkit-file-upload-button { + -webkit-transition: none; + transition: none; } } + .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { + background-color: #e3e6eb; } + +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.47rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #495057; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; } + .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-left: 0; + padding-right: 0; } + +.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + .form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; } + .form-control-sm::-webkit-file-upload-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; } + +.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + .form-control-lg::file-selector-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; } + .form-control-lg::-webkit-file-upload-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; } + +textarea.form-control { + min-height: calc(1.5em + 0.94rem + 2px); } + +textarea.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); } + +textarea.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); } + +.form-control-color { + max-width: 3rem; + height: auto; + padding: 0.47rem; } + .form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; } + .form-control-color::-moz-color-swatch { + height: 1.5em; + border-radius: 0.25rem; } + .form-control-color::-webkit-color-swatch { + height: 1.5em; + border-radius: 0.25rem; } + +.form-select { + display: block; + width: 100%; + padding: 0.47rem 0.75rem 0.47rem 1.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.25rem; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } + .form-select:focus { + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .form-select[multiple], .form-select[size]:not([size="1"]) { + padding-left: 0.75rem; + background-image: none; } + .form-select:disabled { + color: #74788d; + background-color: #eff2f7; } + .form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #495057; } + +.form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-right: 0.5rem; + font-size: 0.71094rem; } + +.form-select-lg { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-right: 1rem; + font-size: 1.01562rem; } + +.form-check { + display: block; + min-height: 1.21875rem; + padding-right: 1.5em; + margin-bottom: 0.125rem; } + .form-check .form-check-input { + float: right; + margin-right: -1.5em; } + +.form-check-input { + width: 1em; + height: 1em; + margin-top: 0.25em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + color-adjust: exact; + -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-check-input { + -webkit-transition: none; + transition: none; } } + .form-check-input[type="checkbox"] { + border-radius: 0.25em; } + .form-check-input[type="radio"] { + border-radius: 50%; } + .form-check-input:active { + -webkit-filter: brightness(90%); + filter: brightness(90%); } + .form-check-input:focus { + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .form-check-input:checked { + background-color: #556ee6; + border-color: #556ee6; } + .form-check-input:checked[type="checkbox"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } + .form-check-input:checked[type="radio"] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } + .form-check-input[type="checkbox"]:indeterminate { + background-color: #556ee6; + border-color: #556ee6; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } + .form-check-input:disabled { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: 0.5; } + .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + opacity: 0.5; } + +.form-switch { + padding-right: 2.5em; } + .form-switch .form-check-input { + width: 2em; + margin-right: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: right center; + border-radius: 2em; } + .form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b9bfc4'/%3e%3c/svg%3e"); } + .form-switch .form-check-input:checked { + background-position: left center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } + +.form-check-inline { + display: inline-block; + margin-left: 1rem; } + +.btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } + .btn-check[disabled] + .btn, .btn-check:disabled + .btn { + pointer-events: none; + -webkit-filter: none; + filter: none; + opacity: 0.65; } + +.form-range { + width: 100%; + height: 1.3rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } + .form-range:focus { + outline: none; } + .form-range:focus::-webkit-slider-thumb { + -webkit-box-shadow: 0 0 0 1px #f8f8fb, none; + box-shadow: 0 0 0 1px #f8f8fb, none; } + .form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #f8f8fb, none; } + .form-range::-moz-focus-outer { + border: 0; } + .form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #556ee6; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; } + @media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; } } + .form-range::-webkit-slider-thumb:active { + background-color: #ccd4f8; } + .form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #f6f6f6; + border-color: transparent; + border-radius: 1rem; } + .form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #556ee6; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; } + @media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; } } + .form-range::-moz-range-thumb:active { + background-color: #ccd4f8; } + .form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #f6f6f6; + border-color: transparent; + border-radius: 1rem; } + .form-range:disabled { + pointer-events: none; } + .form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; } + .form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; } + +.form-floating { + position: relative; } + .form-floating > .form-control, + .form-floating > .form-select { + height: calc(3.5rem + 2px); + padding: 1rem 0.75rem; } + .form-floating > label { + position: absolute; + top: 0; + right: 0; + height: 100%; + padding: 1rem 0.75rem; + pointer-events: none; + border: 1px solid transparent; + -webkit-transform-origin: 100% 0; + transform-origin: 100% 0; + -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .form-floating > label { + -webkit-transition: none; + transition: none; } } + .form-floating > .form-control::-webkit-input-placeholder { + color: transparent; } + .form-floating > .form-control::-moz-placeholder { + color: transparent; } + .form-floating > .form-control:-ms-input-placeholder { + color: transparent; } + .form-floating > .form-control::-ms-input-placeholder { + color: transparent; } + .form-floating > .form-control::placeholder { + color: transparent; } + .form-floating > .form-control:not(:-moz-placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:not(:-ms-input-placeholder) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; } + .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:not(:-ms-input-placeholder) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:focus ~ label, + .form-floating > .form-control:not(:placeholder-shown) ~ label, + .form-floating > .form-select ~ label { + opacity: 0.65; + -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + .form-floating > .form-control:-webkit-autofill ~ label { + opacity: 0.65; + -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); + transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } + +.input-group { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; } + .input-group > .form-control, + .input-group > .form-select { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; + min-width: 0; } + .input-group > .form-control:focus, + .input-group > .form-select:focus { + z-index: 3; } + .input-group .btn { + position: relative; + z-index: 2; } + .input-group .btn:focus { + z-index: 3; } + +.input-group-text { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #eff2f7; + border: 1px solid #ced4da; + border-radius: 0.25rem; } + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-left: 1.75rem; } + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-right: -1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #34c38f; } + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.4rem 0.7rem; + margin-top: .1rem; + font-size: 0.71094rem; + line-height: 1.5; + color: #fff; + background-color: rgba(52, 195, 143, 0.9); + border-radius: 0.25rem; } + +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; } + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #34c38f; + padding-left: calc(1.5em + 0.94rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left calc(0.375em + 0.235rem) center; + background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #34c38f; + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-left: calc(1.5em + 0.94rem); + background-position: top calc(0.375em + 0.235rem) left calc(0.375em + 0.235rem); } + +.was-validated .form-select:valid, .form-select.is-valid { + border-color: #34c38f; + padding-left: calc(0.75em + 2.455rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: left 0.75rem center, center left 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-select:valid:focus, .form-select.is-valid:focus { + border-color: #34c38f; + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + +.was-validated .form-check-input:valid, .form-check-input.is-valid { + border-color: #34c38f; } + .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { + background-color: #34c38f; } + .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.25); } + .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #34c38f; } + +.form-check-inline .form-check-input ~ .valid-feedback { + margin-right: .5em; } + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #f46a6a; } + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.4rem 0.7rem; + margin-top: .1rem; + font-size: 0.71094rem; + line-height: 1.5; + color: #fff; + background-color: rgba(244, 106, 106, 0.9); + border-radius: 0.25rem; } + +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; } + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #f46a6a; + padding-left: calc(1.5em + 0.94rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: left calc(0.375em + 0.235rem) center; + background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #f46a6a; + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-left: calc(1.5em + 0.94rem); + background-position: top calc(0.375em + 0.235rem) left calc(0.375em + 0.235rem); } + +.was-validated .form-select:invalid, .form-select.is-invalid { + border-color: #f46a6a; + padding-left: calc(0.75em + 2.455rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e"); + background-position: left 0.75rem center, center left 1.75rem; + background-size: 16px 12px, calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); } + .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { + border-color: #f46a6a; + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + +.was-validated .form-check-input:invalid, .form-check-input.is-invalid { + border-color: #f46a6a; } + .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { + background-color: #f46a6a; } + .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25); } + .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #f46a6a; } + +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-right: .5em; } + +.btn { + display: inline-block; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0.47rem 0.75rem; + font-size: 0.8125rem; + border-radius: 0.25rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .btn { + -webkit-transition: none; + transition: none; } } + .btn:hover { + color: #495057; + text-decoration: none; } + .btn-check:focus + .btn, .btn:focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + .btn:disabled, .btn.disabled, + fieldset:disabled .btn { + pointer-events: none; + opacity: 0.65; } + +.btn-primary { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-primary:hover { + color: #fff; + background-color: #485ec4; + border-color: #4458b8; } + .btn-check:focus + .btn-primary, .btn-primary:focus { + color: #fff; + background-color: #485ec4; + border-color: #4458b8; + -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); + box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); } + .btn-check:checked + .btn-primary, + .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, + .show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #4458b8; + border-color: #4053ad; } + .btn-check:checked + .btn-primary:focus, + .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, + .show > .btn-primary.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); + box-shadow: 0 0 0 0.15rem rgba(111, 132, 234, 0.5); } + .btn-primary:disabled, .btn-primary.disabled { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + +.btn-secondary { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-secondary:hover { + color: #fff; + background-color: #636678; + border-color: #5d6071; } + .btn-check:focus + .btn-secondary, .btn-secondary:focus { + color: #fff; + background-color: #636678; + border-color: #5d6071; + -webkit-box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); + box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); } + .btn-check:checked + .btn-secondary, + .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, + .show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #5d6071; + border-color: #575a6a; } + .btn-check:checked + .btn-secondary:focus, + .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, + .show > .btn-secondary.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); + box-shadow: 0 0 0 0.15rem rgba(137, 140, 158, 0.5); } + .btn-secondary:disabled, .btn-secondary.disabled { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + +.btn-success { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-success:hover { + color: #fff; + background-color: #2ca67a; + border-color: #2a9c72; } + .btn-check:focus + .btn-success, .btn-success:focus { + color: #fff; + background-color: #2ca67a; + border-color: #2a9c72; + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); } + .btn-check:checked + .btn-success, + .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, + .show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #2a9c72; + border-color: #27926b; } + .btn-check:checked + .btn-success:focus, + .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, + .show > .btn-success.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 204, 160, 0.5); } + .btn-success:disabled, .btn-success.disabled { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + +.btn-info { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-info:hover { + color: #fff; + background-color: #448ccd; + border-color: #4084c1; } + .btn-check:focus + .btn-info, .btn-info:focus { + color: #fff; + background-color: #448ccd; + border-color: #4084c1; + -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); + box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); } + .btn-check:checked + .btn-info, + .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, + .show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #4084c1; + border-color: #3c7cb5; } + .btn-check:checked + .btn-info:focus, + .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, + .show > .btn-info.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); + box-shadow: 0 0 0 0.15rem rgba(106, 179, 243, 0.5); } + .btn-info:disabled, .btn-info.disabled { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + +.btn-warning { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-warning:hover { + color: #fff; + background-color: #cd9941; + border-color: #c1903d; } + .btn-check:focus + .btn-warning, .btn-warning:focus { + color: #fff; + background-color: #cd9941; + border-color: #c1903d; + -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); + box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); } + .btn-check:checked + .btn-warning, + .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, + .show > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #c1903d; + border-color: #b58739; } + .btn-check:checked + .btn-warning:focus, + .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, + .show > .btn-warning.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); + box-shadow: 0 0 0 0.15rem rgba(243, 191, 103, 0.5); } + .btn-warning:disabled, .btn-warning.disabled { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + +.btn-danger { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-danger:hover { + color: #fff; + background-color: #cf5a5a; + border-color: #c35555; } + .btn-check:focus + .btn-danger, .btn-danger:focus { + color: #fff; + background-color: #cf5a5a; + border-color: #c35555; + -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); + box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); } + .btn-check:checked + .btn-danger, + .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, + .show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c35555; + border-color: #b75050; } + .btn-check:checked + .btn-danger:focus, + .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, + .show > .btn-danger.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); + box-shadow: 0 0 0 0.15rem rgba(246, 128, 128, 0.5); } + .btn-danger:disabled, .btn-danger.disabled { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + +.btn-pink { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-pink:hover { + color: #fff; + background-color: #c53577; + border-color: #ba3270; } + .btn-check:focus + .btn-pink, .btn-pink:focus { + color: #fff; + background-color: #c53577; + border-color: #ba3270; + -webkit-box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); + box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); } + .btn-check:checked + .btn-pink, + .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, + .show > .btn-pink.dropdown-toggle { + color: #fff; + background-color: #ba3270; + border-color: #ae2f69; } + .btn-check:checked + .btn-pink:focus, + .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, + .show > .btn-pink.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); + box-shadow: 0 0 0 0.15rem rgba(235, 91, 157, 0.5); } + .btn-pink:disabled, .btn-pink.disabled { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + +.btn-light { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-light:hover { + color: #000; + background-color: #f1f4f8; + border-color: #f1f3f8; } + .btn-check:focus + .btn-light, .btn-light:focus { + color: #000; + background-color: #f1f4f8; + border-color: #f1f3f8; + -webkit-box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); + box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); } + .btn-check:checked + .btn-light, + .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, + .show > .btn-light.dropdown-toggle { + color: #000; + background-color: #f2f5f9; + border-color: #f1f3f8; } + .btn-check:checked + .btn-light:focus, + .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, + .show > .btn-light.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); + box-shadow: 0 0 0 0.15rem rgba(203, 206, 210, 0.5); } + .btn-light:disabled, .btn-light.disabled { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-dark:hover { + color: #fff; + background-color: #2c3136; + border-color: #2a2e33; } + .btn-check:focus + .btn-dark, .btn-dark:focus { + color: #fff; + background-color: #2c3136; + border-color: #2a2e33; + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); } + .btn-check:checked + .btn-dark, + .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, + .show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #2a2e33; + border-color: #272c30; } + .btn-check:checked + .btn-dark:focus, + .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, + .show > .btn-dark.dropdown-toggle:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); + box-shadow: 0 0 0 0.15rem rgba(82, 88, 93, 0.5); } + .btn-dark:disabled, .btn-dark.disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + +.btn-outline-primary { + color: #556ee6; + border-color: #556ee6; } + .btn-outline-primary:hover { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); } + .btn-check:checked + .btn-outline-primary, + .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .btn-check:checked + .btn-outline-primary:focus, + .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.5); } + .btn-outline-primary:disabled, .btn-outline-primary.disabled { + color: #556ee6; + background-color: transparent; } + +.btn-outline-secondary { + color: #74788d; + border-color: #74788d; } + .btn-outline-secondary:hover { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); + box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); } + .btn-check:checked + .btn-outline-secondary, + .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { + color: #fff; + background-color: #74788d; + border-color: #74788d; } + .btn-check:checked + .btn-outline-secondary:focus, + .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); + box-shadow: 0 0 0 0.15rem rgba(116, 120, 141, 0.5); } + .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { + color: #74788d; + background-color: transparent; } + +.btn-outline-success { + color: #34c38f; + border-color: #34c38f; } + .btn-outline-success:hover { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); } + .btn-check:checked + .btn-outline-success, + .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { + color: #fff; + background-color: #34c38f; + border-color: #34c38f; } + .btn-check:checked + .btn-outline-success:focus, + .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 195, 143, 0.5); } + .btn-outline-success:disabled, .btn-outline-success.disabled { + color: #34c38f; + background-color: transparent; } + +.btn-outline-info { + color: #50a5f1; + border-color: #50a5f1; } + .btn-outline-info:hover { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); + box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); } + .btn-check:checked + .btn-outline-info, + .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { + color: #fff; + background-color: #50a5f1; + border-color: #50a5f1; } + .btn-check:checked + .btn-outline-info:focus, + .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); + box-shadow: 0 0 0 0.15rem rgba(80, 165, 241, 0.5); } + .btn-outline-info:disabled, .btn-outline-info.disabled { + color: #50a5f1; + background-color: transparent; } + +.btn-outline-warning { + color: #f1b44c; + border-color: #f1b44c; } + .btn-outline-warning:hover { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); + box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); } + .btn-check:checked + .btn-outline-warning, + .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { + color: #fff; + background-color: #f1b44c; + border-color: #f1b44c; } + .btn-check:checked + .btn-outline-warning:focus, + .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); + box-shadow: 0 0 0 0.15rem rgba(241, 180, 76, 0.5); } + .btn-outline-warning:disabled, .btn-outline-warning.disabled { + color: #f1b44c; + background-color: transparent; } + +.btn-outline-danger { + color: #f46a6a; + border-color: #f46a6a; } + .btn-outline-danger:hover { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); } + .btn-check:checked + .btn-outline-danger, + .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { + color: #fff; + background-color: #f46a6a; + border-color: #f46a6a; } + .btn-check:checked + .btn-outline-danger:focus, + .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); + box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.5); } + .btn-outline-danger:disabled, .btn-outline-danger.disabled { + color: #f46a6a; + background-color: transparent; } + +.btn-outline-pink { + color: #e83e8c; + border-color: #e83e8c; } + .btn-outline-pink:hover { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); + box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); } + .btn-check:checked + .btn-outline-pink, + .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show { + color: #fff; + background-color: #e83e8c; + border-color: #e83e8c; } + .btn-check:checked + .btn-outline-pink:focus, + .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); + box-shadow: 0 0 0 0.15rem rgba(232, 62, 140, 0.5); } + .btn-outline-pink:disabled, .btn-outline-pink.disabled { + color: #e83e8c; + background-color: transparent; } + +.btn-outline-light { + color: #eff2f7; + border-color: #eff2f7; } + .btn-outline-light:hover { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); + box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); } + .btn-check:checked + .btn-outline-light, + .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { + color: #000; + background-color: #eff2f7; + border-color: #eff2f7; } + .btn-check:checked + .btn-outline-light:focus, + .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); + box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5); } + .btn-outline-light:disabled, .btn-outline-light.disabled { + color: #eff2f7; + background-color: transparent; } + +.btn-outline-dark { + color: #343a40; + border-color: #343a40; } + .btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); } + .btn-check:checked + .btn-outline-dark, + .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { + color: #fff; + background-color: #343a40; + border-color: #343a40; } + .btn-check:checked + .btn-outline-dark:focus, + .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { + -webkit-box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); + box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5); } + .btn-outline-dark:disabled, .btn-outline-dark.disabled { + color: #343a40; + background-color: transparent; } + +.btn-link { + font-weight: 400; + color: #556ee6; + text-decoration: none; } + .btn-link:hover { + color: #4458b8; + text-decoration: underline; } + .btn-link:focus { + text-decoration: underline; } + .btn-link:disabled, .btn-link.disabled { + color: #74788d; } + +.btn-lg, .btn-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.01562rem; + border-radius: 0.4rem; } + +.btn-sm, .btn-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; + border-radius: 0.2rem; } + +.fade { + -webkit-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } + @media (prefers-reduced-motion: reduce) { + .fade { + -webkit-transition: none; + transition: none; } } + .fade:not(.show) { + opacity: 0; } + +.collapse:not(.show) { + display: none; } + +.collapsing { + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + transition: height 0.35s ease; } + @media (prefers-reduced-motion: reduce) { + .collapsing { + -webkit-transition: none; + transition: none; } } + +.dropup, +.dropend, +.dropdown, +.dropstart { + position: relative; } + +.dropdown-toggle { + white-space: nowrap; } + +.dropdown-menu { + position: absolute; + top: 100%; + right: 0; + z-index: 1000; + display: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 0.8125rem; + color: #495057; + text-align: right; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 0 solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; } + .dropdown-menu[style] { + left: auto !important; } + +.dropdown-menu-start { + --bs-position: start; + right: auto ; + left: 0 ; } + +.dropdown-menu-end { + --bs-position: end; + right: 0 ; + left: auto ; } + +@media (min-width: 576px) { + .dropdown-menu-sm-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-sm-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 768px) { + .dropdown-menu-md-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-md-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 992px) { + .dropdown-menu-lg-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-lg-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 1200px) { + .dropdown-menu-xl-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-xl-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +@media (min-width: 1400px) { + .dropdown-menu-xxl-start { + --bs-position: start; + right: auto ; + left: 0 ; } + .dropdown-menu-xxl-end { + --bs-position: end; + right: 0 ; + left: auto ; } } + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; } + +.dropend .dropdown-menu { + top: 0; + left: auto; + right: 100%; + margin-top: 0; + margin-right: 0.125rem; } + +.dropend .dropdown-toggle::after { + vertical-align: 0; } + +.dropstart .dropdown-menu { + top: 0; + left: 100%; + right: auto; + margin-top: 0; + margin-left: 0.125rem; } + +.dropstart .dropdown-toggle::before { + vertical-align: 0; } + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #eff2f7; } + +.dropdown-item { + display: block; + width: 100%; + padding: 0.35rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; } + .dropdown-item:hover, .dropdown-item:focus { + color: #1e2125; + text-decoration: none; + background-color: #f8f9fa; } + .dropdown-item.active, .dropdown-item:active { + color: #343a40; + text-decoration: none; + background-color: #f8f9fa; } + .dropdown-item.disabled, .dropdown-item:disabled { + color: #74788d; + pointer-events: none; + background-color: transparent; } + +.dropdown-menu.show { + display: block; } + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.71094rem; + color: #74788d; + white-space: nowrap; } + +.dropdown-item-text { + display: block; + padding: 0.35rem 1.5rem; + color: #212529; } + +.dropdown-menu-dark { + color: #f6f6f6; + background-color: #343a40; + border-color: rgba(0, 0, 0, 0.15); } + .dropdown-menu-dark .dropdown-item { + color: #f6f6f6; } + .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { + color: #fff; + background-color: rgba(255, 255, 255, 0.15); } + .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { + color: #343a40; + background-color: #f8f9fa; } + .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { + color: #adb5bd; } + .dropdown-menu-dark .dropdown-divider { + border-color: #eff2f7; } + .dropdown-menu-dark .dropdown-item-text { + color: #f6f6f6; } + .dropdown-menu-dark .dropdown-header { + color: #adb5bd; } + +.btn-group, +.btn-group-vertical { + position: relative; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; } + .btn-group > .btn, + .btn-group-vertical > .btn { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } + .btn-group > .btn-check:checked + .btn, + .btn-group > .btn-check:focus + .btn, + .btn-group > .btn:hover, + .btn-group > .btn:focus, + .btn-group > .btn:active, + .btn-group > .btn.active, + .btn-group-vertical > .btn-check:checked + .btn, + .btn-group-vertical > .btn-check:focus + .btn, + .btn-group-vertical > .btn:hover, + .btn-group-vertical > .btn:focus, + .btn-group-vertical > .btn:active, + .btn-group-vertical > .btn.active { + z-index: 1; } + +.btn-toolbar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .btn-toolbar .input-group { + width: auto; } + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-right: -1px; } + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + +.btn-group > .btn:nth-child(n + 3), +.btn-group > :not(.btn-check) + .btn, +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.dropdown-toggle-split { + padding-left: 0.5625rem; + padding-right: 0.5625rem; } + .dropdown-toggle-split::after, + .dropup .dropdown-toggle-split::after, + .dropend .dropdown-toggle-split::after { + margin-right: 0; } + .dropstart .dropdown-toggle-split::before { + margin-left: 0; } + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-left: 0.375rem; + padding-right: 0.375rem; } + +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-left: 0.75rem; + padding-right: 0.75rem; } + +.btn-group-vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; } + .btn-group-vertical > .btn, + .btn-group-vertical > .btn-group { + width: 100%; } + .btn-group-vertical > .btn:not(:first-child), + .btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; } + .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), + .btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + .btn-group-vertical > .btn ~ .btn, + .btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + +.nav-link { + display: block; + padding: 0.5rem 1rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .nav-link { + -webkit-transition: none; + transition: none; } } + .nav-link:hover, .nav-link:focus { + text-decoration: none; } + .nav-link.disabled { + color: #74788d; + pointer-events: none; + cursor: default; } + +.nav-tabs { + border-bottom: 1px solid #ced4da; } + .nav-tabs .nav-link { + margin-bottom: -1px; + border: 1px solid transparent; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } + .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #eff2f7 #eff2f7 #ced4da; } + .nav-tabs .nav-link.disabled { + color: #74788d; + background-color: transparent; + border-color: transparent; } + .nav-tabs .nav-link.active, + .nav-tabs .nav-item.show .nav-link { + color: #495057; + background-color: #fff; + border-color: #ced4da #ced4da #fff; } + .nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.nav-pills .nav-link { + border-radius: 0.25rem; } + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #556ee6; } + +.nav-fill > .nav-link, +.nav-fill .nav-item { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; } + +.nav-justified > .nav-link, +.nav-justified .nav-item { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + text-align: center; } + +.tab-content > .tab-pane { + display: none; } + +.tab-content > .active { + display: block; } + +.navbar { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } + .navbar > .container, + .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: inherit; + flex-wrap: inherit; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } + +.navbar-brand { + padding-top: 0.34766rem; + padding-bottom: 0.34766rem; + margin-left: 1rem; + font-size: 1.01562rem; + white-space: nowrap; } + .navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; } + +.navbar-nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-right: 0; + margin-bottom: 0; + list-style: none; } + .navbar-nav .nav-link { + padding-left: 0; + padding-right: 0; } + .navbar-nav .dropdown-menu { + position: static; } + +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } + +.navbar-collapse { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; } + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.01562rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + -webkit-transition: -webkit-box-shadow 0.15s ease-in-out; + transition: -webkit-box-shadow 0.15s ease-in-out; + transition: box-shadow 0.15s ease-in-out; + transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .navbar-toggler { + -webkit-transition: none; + transition: none; } } + .navbar-toggler:hover { + text-decoration: none; } + .navbar-toggler:focus { + text-decoration: none; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem; + box-shadow: 0 0 0 0.15rem; } + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-repeat: no-repeat; + background-position: center; + background-size: 100%; } + +@media (min-width: 576px) { + .navbar-expand-sm { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-sm .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-sm .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-sm .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-sm .navbar-toggler { + display: none; } } + +@media (min-width: 768px) { + .navbar-expand-md { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-md .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-md .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-md .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-md .navbar-toggler { + display: none; } } + +@media (min-width: 992px) { + .navbar-expand-lg { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-lg .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-lg .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-lg .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-lg .navbar-toggler { + display: none; } } + +@media (min-width: 1200px) { + .navbar-expand-xl { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-xl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-xl .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-xl .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-xl .navbar-toggler { + display: none; } } + +@media (min-width: 1400px) { + .navbar-expand-xxl { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand-xxl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand-xxl .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand-xxl .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand-xxl .navbar-toggler { + display: none; } } + +.navbar-expand { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar-expand .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar-expand .navbar-nav .dropdown-menu { + position: absolute; } + .navbar-expand .navbar-nav .nav-link { + padding-left: 0.5rem; + padding-right: 0.5rem; } + .navbar-expand .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar-expand .navbar-toggler { + display: none; } + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); } + .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); } + +.navbar-light .navbar-nav .nav-link { + color: rgba(0, 0, 0, 0.55); } + .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: rgba(0, 0, 0, 0.7); } + .navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); } + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .nav-link.active { + color: rgba(0, 0, 0, 0.9); } + +.navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.55); + border-color: rgba(0, 0, 0, 0.1); } + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } + +.navbar-light .navbar-text { + color: rgba(0, 0, 0, 0.55); } + .navbar-light .navbar-text a, + .navbar-light .navbar-text a:hover, + .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); } + +.navbar-dark .navbar-brand { + color: #fff; } + .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; } + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.55); } + .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); } + .navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); } + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; } + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.55); + border-color: rgba(255, 255, 255, 0.1); } + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.55); } + .navbar-dark .navbar-text a, + .navbar-dark .navbar-text a:hover, + .navbar-dark .navbar-text a:focus { + color: #fff; } + +.card { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 0 solid #f6f6f6; + border-radius: 0.25rem; } + .card > hr { + margin-left: 0; + margin-right: 0; } + .card > .list-group { + border-top: inherit; + border-bottom: inherit; } + .card > .list-group:first-child { + border-top-width: 0; + border-top-right-radius: calc(0.25rem - 0); + border-top-left-radius: calc(0.25rem - 0); } + .card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-left-radius: calc(0.25rem - 0); + border-bottom-right-radius: calc(0.25rem - 0); } + .card > .card-header + .list-group, + .card > .list-group + .card-footer { + border-top: 0; } + +.card-body { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1.25rem 1.25rem; } + +.card-title { + margin-bottom: 0.5rem; } + +.card-subtitle { + margin-top: -0.25rem; + margin-bottom: 0; } + +.card-text:last-child { + margin-bottom: 0; } + +.card-link:hover { + text-decoration: none; } + +.card-link + .card-link { + margin-left: 1.25rem ; } + +.card-header { + padding: 0.625rem 1.25rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 0 solid #f6f6f6; } + .card-header:first-child { + border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0; } + +.card-footer { + padding: 0.625rem 1.25rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 0 solid #f6f6f6; } + .card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0); } + +.card-header-tabs { + margin-left: -0.625rem; + margin-bottom: -0.625rem; + margin-right: -0.625rem; + border-bottom: 0; } + +.card-header-pills { + margin-left: -0.625rem; + margin-right: -0.625rem; } + +.card-img-overlay { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + padding: 1rem; + border-radius: calc(0.25rem - 0); } + +.card-img, +.card-img-top, +.card-img-bottom { + width: 100%; } + +.card-img, +.card-img-top { + border-top-right-radius: calc(0.25rem - 0); + border-top-left-radius: calc(0.25rem - 0); } + +.card-img, +.card-img-bottom { + border-bottom-left-radius: calc(0.25rem - 0); + border-bottom-right-radius: calc(0.25rem - 0); } + +.card-group > .card { + margin-bottom: 12px; } + +@media (min-width: 576px) { + .card-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; } + .card-group > .card { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; } + .card-group > .card + .card { + margin-right: 0; + border-right: 0; } + .card-group > .card:not(:last-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + border-top-left-radius: 0; } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + border-bottom-left-radius: 0; } + .card-group > .card:not(:first-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + border-top-right-radius: 0; } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + border-bottom-right-radius: 0; } } + +.accordion-button { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 1rem 1.25rem; + font-size: 0.8125rem; + color: #495057; + background-color: transparent; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0; + overflow-anchor: none; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .accordion-button { + -webkit-transition: none; + transition: none; } } + .accordion-button.collapsed { + border-bottom-width: 0; } + .accordion-button:not(.collapsed) { + color: #4d63cf; + background-color: #eef1fd; } + .accordion-button:not(.collapsed)::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d63cf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + -webkit-transform: rotate(-180deg); + transform: rotate(-180deg); } + .accordion-button::after { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 16px; + height: 16px; + margin-right: auto; + content: ""; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-size: 16px; + -webkit-transition: -webkit-transform 0.2s ease-in-out; + transition: -webkit-transform 0.2s ease-in-out; + transition: transform 0.2s ease-in-out; + transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .accordion-button::after { + -webkit-transition: none; + transition: none; } } + .accordion-button:hover { + z-index: 2; } + .accordion-button:focus { + z-index: 3; + border-color: #b9bfc4; + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; } + +.accordion-header { + margin-bottom: 0; } + +.accordion-item:first-of-type .accordion-button { + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; } + +.accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-width: 1px; + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.accordion-item:last-of-type .accordion-collapse { + border-bottom-width: 1px; + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.accordion-collapse { + border: solid rgba(0, 0, 0, 0.125); + border-width: 0 1px; } + +.accordion-body { + padding: 1rem 1.25rem; } + +.accordion-flush .accordion-button { + border-left: 0; + border-right: 0; + border-radius: 0; } + +.accordion-flush .accordion-collapse { + border-width: 0; } + +.accordion-flush .accordion-item:first-of-type .accordion-button { + border-top-width: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-width: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.breadcrumb { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0.75rem 1rem; + margin-bottom: 1rem; + list-style: none; } + +.breadcrumb-item + .breadcrumb-item { + padding-right: 0.5rem; } + .breadcrumb-item + .breadcrumb-item::before { + float: right; + padding-left: 0.5rem; + color: #74788d; + content: var(--bs-breadcrumb-divider, "/") ; } + +.breadcrumb-item.active { + color: #74788d; } + +.pagination { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-right: 0; + list-style: none; } + +.page-link { + position: relative; + display: block; + color: #74788d; + background-color: #fff; + border: 1px solid #ced4da; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .page-link { + -webkit-transition: none; + transition: none; } } + .page-link:hover { + z-index: 2; + color: #4458b8; + text-decoration: none; + background-color: #eff2f7; + border-color: #ced4da; } + .page-link:focus { + z-index: 3; + color: #4458b8; + background-color: #eff2f7; + outline: 0; + -webkit-box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); + box-shadow: 0 0 0 0.15rem rgba(85, 110, 230, 0.25); } + +.page-item:not(:first-child) .page-link { + margin-right: -1px; } + +.page-item.active .page-link { + z-index: 3; + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + +.page-item.disabled .page-link { + color: #ced4da; + pointer-events: none; + background-color: #fff; + border-color: #ced4da; } + +.page-link { + padding: 0.5rem 0.75rem; } + +.page-item:first-child .page-link { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } + +.page-item:last-child .page-link { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.01562rem; } + +.pagination-lg .page-item:first-child .page-link { + border-top-right-radius: 0.4rem; + border-bottom-right-radius: 0.4rem; } + +.pagination-lg .page-item:last-child .page-link { + border-top-left-radius: 0.4rem; + border-bottom-left-radius: 0.4rem; } + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.71094rem; } + +.pagination-sm .page-item:first-child .page-link { + border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } + +.pagination-sm .page-item:last-child .page-link { + border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } + +.badge { + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 500; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; } + .badge:empty { + display: none; } + +.btn .badge { + position: relative; + top: -1px; } + +.alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; } + +.alert-heading { + color: inherit; } + +.alert-link { + font-weight: 600; } + +.alert-dismissible { + padding-left: 3.75rem; } + .alert-dismissible .btn-close { + position: absolute; + top: 0; + left: 0; + z-index: 2; + padding: 0.9375rem 1.25rem; } + +.alert-primary { + color: #33428a; + background-color: #dde2fa; + border-color: #ccd4f8; } + .alert-primary .alert-link { + color: #29356e; } + +.alert-secondary { + color: #464855; + background-color: #e3e4e8; + border-color: #d5d7dd; } + .alert-secondary .alert-link { + color: #383a44; } + +.alert-success { + color: #1f7556; + background-color: #d6f3e9; + border-color: #c2eddd; } + .alert-success .alert-link { + color: #195e45; } + +.alert-info { + color: #306391; + background-color: #dcedfc; + border-color: #cbe4fb; } + .alert-info .alert-link { + color: #264f74; } + +.alert-warning { + color: #916c2e; + background-color: #fcf0db; + border-color: #fbe9c9; } + .alert-warning .alert-link { + color: #745625; } + +.alert-danger { + color: #924040; + background-color: #fde1e1; + border-color: #fcd2d2; } + .alert-danger .alert-link { + color: #753333; } + +.alert-pink { + color: #8b2554; + background-color: #fad8e8; + border-color: #f8c5dd; } + .alert-pink .alert-link { + color: #6f1e43; } + +.alert-light { + color: #8f9194; + background-color: #fcfcfd; + border-color: #fafbfd; } + .alert-light .alert-link { + color: #727476; } + +.alert-dark { + color: #1f2326; + background-color: #d6d8d9; + border-color: #c2c4c6; } + .alert-dark .alert-link { + color: #191c1e; } + +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position-x: 0.625rem; } } + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 0.625rem; } } + +.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 0.625rem; + overflow: hidden; + font-size: 0.60938rem; + background-color: #f6f6f6; + border-radius: 0.25rem; } + +.progress-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #556ee6; + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; } + @media (prefers-reduced-motion: reduce) { + .progress-bar { + -webkit-transition: none; + transition: none; } } + +.progress-bar-striped { + background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 0.625rem 0.625rem; } + +.progress-bar-animated { + -webkit-animation: 1s linear infinite progress-bar-stripes; + animation: 1s linear infinite progress-bar-stripes; } + @media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; } } + +.list-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-right: 0; + margin-bottom: 0; + border-radius: 0.25rem; } + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; } + .list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; } + .list-group-item-action:active { + color: #495057; + background-color: #eff2f7; } + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + background-color: #fff; + border: 1px solid #eff2f7; } + .list-group-item:first-child { + border-top-right-radius: inherit; + border-top-left-radius: inherit; } + .list-group-item:last-child { + border-bottom-left-radius: inherit; + border-bottom-right-radius: inherit; } + .list-group-item.disabled, .list-group-item:disabled { + color: #74788d; + pointer-events: none; + background-color: #fff; } + .list-group-item.active { + z-index: 2; + color: #fff; + background-color: #556ee6; + border-color: #556ee6; } + .list-group-item + .list-group-item { + border-top-width: 0; } + .list-group-item + .list-group-item.active { + margin-top: -1px; + border-top-width: 1px; } + +.list-group-horizontal { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } + +@media (min-width: 576px) { + .list-group-horizontal-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-sm > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-sm > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 768px) { + .list-group-horizontal-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-md > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-md > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 992px) { + .list-group-horizontal-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-lg > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-lg > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 1200px) { + .list-group-horizontal-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-xl > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-xl > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .list-group-horizontal-xxl > .list-group-item:first-child { + border-bottom-right-radius: 0.25rem; + border-top-left-radius: 0; } + .list-group-horizontal-xxl > .list-group-item:last-child { + border-top-left-radius: 0.25rem; + border-bottom-right-radius: 0; } + .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: 1px; + border-right-width: 0; } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-right: -1px; + border-right-width: 1px; } } + +.list-group-flush { + border-radius: 0; } + .list-group-flush > .list-group-item { + border-width: 0 0 1px; } + .list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; } + +.list-group-item-primary { + color: #33428a; + background-color: #dde2fa; } + .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #33428a; + background-color: #c7cbe1; } + .list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #33428a; + border-color: #33428a; } + +.list-group-item-secondary { + color: #464855; + background-color: #e3e4e8; } + .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #464855; + background-color: #cccdd1; } + .list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #464855; + border-color: #464855; } + +.list-group-item-success { + color: #1f7556; + background-color: #d6f3e9; } + .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #1f7556; + background-color: #c1dbd2; } + .list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #1f7556; + border-color: #1f7556; } + +.list-group-item-info { + color: #306391; + background-color: #dcedfc; } + .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #306391; + background-color: #c6d5e3; } + .list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #306391; + border-color: #306391; } + +.list-group-item-warning { + color: #916c2e; + background-color: #fcf0db; } + .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #916c2e; + background-color: #e3d8c5; } + .list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #916c2e; + border-color: #916c2e; } + +.list-group-item-danger { + color: #924040; + background-color: #fde1e1; } + .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #924040; + background-color: #e4cbcb; } + .list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #924040; + border-color: #924040; } + +.list-group-item-pink { + color: #8b2554; + background-color: #fad8e8; } + .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus { + color: #8b2554; + background-color: #e1c2d1; } + .list-group-item-pink.list-group-item-action.active { + color: #fff; + background-color: #8b2554; + border-color: #8b2554; } + +.list-group-item-light { + color: #8f9194; + background-color: #fcfcfd; } + .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #8f9194; + background-color: #e3e3e4; } + .list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #8f9194; + border-color: #8f9194; } + +.list-group-item-dark { + color: #1f2326; + background-color: #d6d8d9; } + .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1f2326; + background-color: #c1c2c3; } + .list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #1f2326; + border-color: #1f2326; } + +.btn-close { + -webkit-box-sizing: content-box; + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: #000; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; + border: 0; + border-radius: 0.25rem; + opacity: 0.5; } + .btn-close:hover { + color: #000; + text-decoration: none; + opacity: 0.75; } + .btn-close:focus { + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + opacity: 1; } + .btn-close:disabled, .btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + opacity: 0.25; } + +.btn-close-white { + -webkit-filter: invert(1) grayscale(100%) brightness(200%); + filter: invert(1) grayscale(100%) brightness(200%); } + +.toast { + width: 350px; + max-width: 100%; + font-size: 0.875rem; + pointer-events: auto; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + border-radius: 0.25rem; } + .toast:not(.showing):not(.show) { + opacity: 0; } + .toast.hide { + display: none; } + +.toast-container { + width: -webkit-max-content; + width: -moz-max-content; + width: max-content; + max-width: 100%; + pointer-events: none; } + .toast-container > :not(:last-child) { + margin-bottom: 12px; } + +.toast-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.75rem; + color: #74788d; + background-color: rgba(255, 255, 255, 0.85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.25rem - 1px); } + .toast-header .btn-close { + margin-left: -0.375rem; + margin-right: 0.75rem; } + +.toast-body { + padding: 0.75rem; } + +.modal-open { + overflow: hidden; } + .modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } + +.modal { + position: fixed; + top: 0; + right: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; } + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; } + .modal.fade .modal-dialog { + -webkit-transition: -webkit-transform 0.3s ease-out; + transition: -webkit-transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; + -webkit-transform: translate(0, -50px); + transform: translate(0, -50px); } + @media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + -webkit-transition: none; + transition: none; } } + .modal.show .modal-dialog { + -webkit-transform: none; + transform: none; } + .modal.modal-static .modal-dialog { + -webkit-transform: scale(1.02); + transform: scale(1.02); } + +.modal-dialog-scrollable { + height: calc(100% - 1rem); } + .modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; } + .modal-dialog-scrollable .modal-body { + overflow-y: auto; } + +.modal-dialog-centered { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: calc(100% - 1rem); } + +.modal-content { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #f6f6f6; + border-radius: 0.4rem; + outline: 0; } + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; } + .modal-backdrop.fade { + opacity: 0; } + .modal-backdrop.show { + opacity: 0.5; } + +.modal-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #eff2f7; + border-top-right-radius: calc(0.4rem - 1px); + border-top-left-radius: calc(0.4rem - 1px); } + .modal-header .btn-close { + padding: 0.5rem 0.5rem; + margin: -0.5rem auto -0.5rem -0.5rem; } + +.modal-title { + margin-bottom: 0; + line-height: 1.5; } + +.modal-body { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1rem; } + +.modal-footer { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 0.75rem; + border-top: 1px solid #eff2f7; + border-bottom-left-radius: calc(0.4rem - 1px); + border-bottom-right-radius: calc(0.4rem - 1px); } + .modal-footer > * { + margin: 0.25rem; } + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } + +@media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto; } + .modal-dialog-scrollable { + height: calc(100% - 3.5rem); } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); } + .modal-sm { + max-width: 300px; } } + +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; } } + +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; } } + +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen .modal-header { + border-radius: 0; } + .modal-fullscreen .modal-body { + overflow-y: auto; } + .modal-fullscreen .modal-footer { + border-radius: 0; } + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-sm-down .modal-header { + border-radius: 0; } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-md-down .modal-header { + border-radius: 0; } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-lg-down .modal-header { + border-radius: 0; } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-xl-down .modal-header { + border-radius: 0; } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; } } + +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; } + .modal-fullscreen-xxl-down .modal-header { + border-radius: 0; } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; } + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; } } + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: right; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.71094rem; + word-wrap: break-word; + opacity: 0; } + .tooltip.show { + opacity: 0.9; } + .tooltip .tooltip-arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; } + .tooltip .tooltip-arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; } + +.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { + padding: 0.4rem 0; } + .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { + bottom: 0; } + .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { + top: -1px; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; } + +.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { + padding: 0 0.4rem; } + .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; } + .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { + left: -1px; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; } + +.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { + padding: 0.4rem 0; } + .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { + top: 0; } + .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; } + +.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { + padding: 0 0.4rem; } + .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; } + .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { + right: -1px; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; } + +.tooltip-inner { + max-width: 200px; + padding: 0.4rem 0.7rem; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 0.25rem; } + +.popover { + position: absolute; + top: 0; + left: 0 ; + z-index: 1060; + display: block; + max-width: 276px; + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: right; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.71094rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #f6f6f6; + border-radius: 0.4rem; } + .popover .popover-arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.4rem; } + .popover .popover-arrow::before, .popover .popover-arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; } + +.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] { + margin-bottom: 0.5rem !important; } + .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow { + bottom: calc(-0.5rem - 1px); } + .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: #f6f6f6; } + .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; } + +.bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] { + margin-right: 0.5rem !important; } + .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow { + right: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.4rem 0; } + .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #f6f6f6; } + .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; } + +.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] { + margin-top: 0.5rem !important; } + .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow { + top: calc(-0.5rem - 1px); } + .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #f6f6f6; } + .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; } + .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + right: 50%; + display: block; + width: 1rem; + margin-right: -0.5rem; + content: ""; + border-bottom: 1px solid whitesmoke; } + +.bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] { + margin-left: 0.5rem !important; } + .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow { + left: calc(-0.5rem - 1px); + width: 0.5rem; + height: 1rem; + margin: 0.4rem 0; } + .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #f6f6f6; } + .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; } + +.popover-header { + padding: 0.5rem 1rem; + margin-bottom: 0; + font-size: 0.8125rem; + background-color: whitesmoke; + border-bottom: 1px solid #dddddd; + border-top-right-radius: calc(0.4rem - 1px); + border-top-left-radius: calc(0.4rem - 1px); } + .popover-header:empty { + display: none; } + +.popover-body { + padding: 1rem 1rem; + color: #495057; } + +.carousel { + position: relative; } + +.carousel.pointer-event { + -ms-touch-action: pan-y; + touch-action: pan-y; } + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; } + .carousel-inner::after { + display: block; + clear: both; + content: ""; } + +.carousel-item { + position: relative; + display: none; + float: right; + width: 100%; + margin-left: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: -webkit-transform 0.6s ease-in-out; + transition: -webkit-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } + @media (prefers-reduced-motion: reduce) { + .carousel-item { + -webkit-transition: none; + transition: none; } } + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; } +.carousel-item-next:not(.carousel-item-start), +.active.carousel-item-end { + -webkit-transform: translateX(100%); + transform: translateX(100%); } + +.carousel-item-prev:not(.carousel-item-end), +.active.carousel-item-start { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); } +.carousel-fade .carousel-item { + opacity: 0; + -webkit-transition-property: opacity; + transition-property: opacity; + -webkit-transform: none; + transform: none; } + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-start, +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; } + +.carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + -webkit-transition: opacity 0s 0.6s; + transition: opacity 0s 0.6s; } + @media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-start, + .carousel-fade .active.carousel-item-end { + -webkit-transition: none; + transition: none; } } + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + -webkit-transition: opacity 0.15s ease; + transition: opacity 0.15s ease; } + @media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + -webkit-transition: none; + transition: none; } } + .carousel-control-prev:hover, .carousel-control-prev:focus, + .carousel-control-next:hover, + .carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; } + +.carousel-control-prev { + right: 0; } + +.carousel-control-next { + left: 0; } + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 2rem; + height: 2rem; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; } +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } + +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } + +.carousel-indicators { + position: absolute; + left: 0; + bottom: 0; + right: 0; + z-index: 2; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-right: 0; + margin-left: 15%; + margin-right: 15%; + list-style: none; } + .carousel-indicators li { + -webkit-box-sizing: content-box; + box-sizing: content-box; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-left: 3px; + margin-right: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + -webkit-transition: opacity 0.6s ease; + transition: opacity 0.6s ease; } + @media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + -webkit-transition: none; + transition: none; } } + .carousel-indicators .active { + opacity: 1; } + +.carousel-caption { + position: absolute; + left: 15%; + bottom: 1.25rem; + right: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; } + +.carousel-dark .carousel-control-next-icon, +.carousel-dark .carousel-control-prev-icon { + -webkit-filter: invert(1) grayscale(100); + filter: invert(1) grayscale(100); } + +.carousel-dark .carousel-indicators li { + background-color: #000; } + +.carousel-dark .carousel-caption { + color: #000; } + +@-webkit-keyframes spinner-border { + to { + -webkit-transform: rotate(360deg) ; + transform: rotate(360deg) ; } } + +@keyframes spinner-border { + to { + -webkit-transform: rotate(360deg) ; + transform: rotate(360deg) ; } } + +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-left-color: transparent; + border-radius: 50%; + -webkit-animation: 0.75s linear infinite spinner-border; + animation: 0.75s linear infinite spinner-border; } + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; } + +@-webkit-keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); } + 50% { + opacity: 1; + -webkit-transform: none; + transform: none; } } + +@keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); } + 50% { + opacity: 1; + -webkit-transform: none; + transform: none; } } + +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: 0.75s linear infinite spinner-grow; + animation: 0.75s linear infinite spinner-grow; } + +.spinner-grow-sm { + width: 1rem; + height: 1rem; } + +@media (prefers-reduced-motion: reduce) { + .spinner-border, + .spinner-grow { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; } } + +.clearfix::after { + display: block; + clear: both; + content: ""; } + +.link-primary { + color: #556ee6; } + .link-primary:hover, .link-primary:focus { + color: #4458b8; } + +.link-secondary { + color: #74788d; } + .link-secondary:hover, .link-secondary:focus { + color: #5d6071; } + +.link-success { + color: #34c38f; } + .link-success:hover, .link-success:focus { + color: #2a9c72; } + +.link-info { + color: #50a5f1; } + .link-info:hover, .link-info:focus { + color: #4084c1; } + +.link-warning { + color: #f1b44c; } + .link-warning:hover, .link-warning:focus { + color: #c1903d; } + +.link-danger { + color: #f46a6a; } + .link-danger:hover, .link-danger:focus { + color: #c35555; } + +.link-pink { + color: #e83e8c; } + .link-pink:hover, .link-pink:focus { + color: #ba3270; } + +.link-light { + color: #eff2f7; } + .link-light:hover, .link-light:focus { + color: #f2f5f9; } + +.link-dark { + color: #343a40; } + .link-dark:hover, .link-dark:focus { + color: #2a2e33; } + +.ratio { + position: relative; + width: 100%; } + .ratio::before { + display: block; + padding-top: var(--aspect-ratio); + content: ""; } + .ratio > * { + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 100%; } + +.ratio-1x1 { + --aspect-ratio: 100%; } + +.ratio-4x3 { + --aspect-ratio: calc(3 / 4 * 100%); } + +.ratio-16x9 { + --aspect-ratio: calc(9 / 16 * 100%); } + +.ratio-21x9 { + --aspect-ratio: calc(9 / 21 * 100%); } + +.fixed-top { + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 1030; } + +.fixed-bottom { + position: fixed; + left: 0; + bottom: 0; + right: 0; + z-index: 1030; } + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; } + +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; } } + +@media (min-width: 1400px) { + .sticky-xxl-top { + position: sticky; + top: 0; + z-index: 1020; } } + +.visually-hidden, +.visually-hidden-focusable:not(:focus) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; } + +.stretched-link::after { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 1; + content: ""; } + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + +.align-baseline { + vertical-align: baseline !important; } + +.align-top { + vertical-align: top !important; } + +.align-middle { + vertical-align: middle !important; } + +.align-bottom { + vertical-align: bottom !important; } + +.align-text-bottom { + vertical-align: text-bottom !important; } + +.align-text-top { + vertical-align: text-top !important; } + +.float-start { + float: right !important; } + +.float-end { + float: left !important; } + +.float-none { + float: none !important; } + +.overflow-auto { + overflow: auto !important; } + +.overflow-hidden { + overflow: hidden !important; } + +.overflow-visible { + overflow: visible !important; } + +.overflow-scroll { + overflow: scroll !important; } + +.d-inline { + display: inline !important; } + +.d-inline-block { + display: inline-block !important; } + +.d-block { + display: block !important; } + +.d-grid { + display: grid !important; } + +.d-table { + display: table !important; } + +.d-table-row { + display: table-row !important; } + +.d-table-cell { + display: table-cell !important; } + +.d-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + +.d-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + +.d-none { + display: none !important; } + +.shadow { + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important; + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important; } + +.shadow-sm { + -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } + +.shadow-lg { + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } + +.shadow-none { + -webkit-box-shadow: none !important; + box-shadow: none !important; } + +.position-static { + position: static !important; } + +.position-relative { + position: relative !important; } + +.position-absolute { + position: absolute !important; } + +.position-fixed { + position: fixed !important; } + +.position-sticky { + position: sticky !important; } + +.top-0 { + top: 0 !important; } + +.top-50 { + top: 50% !important; } + +.top-100 { + top: 100% !important; } + +.bottom-0 { + bottom: 0 !important; } + +.bottom-50 { + bottom: 50% !important; } + +.bottom-100 { + bottom: 100% !important; } + +.start-0 { + right: 0 !important; } + +.start-50 { + right: 50% !important; } + +.start-100 { + right: 100% !important; } + +.end-0 { + left: 0 !important; } + +.end-50 { + left: 50% !important; } + +.end-100 { + left: 100% !important; } + +.translate-middle { + -webkit-transform: translate(50%, -50%) !important; + transform: translate(50%, -50%) !important; } + +.translate-middle-x { + -webkit-transform: translateX(50%) !important; + transform: translateX(50%) !important; } + +.translate-middle-y { + -webkit-transform: translateY(-50%) !important; + transform: translateY(-50%) !important; } + +.border { + border: 1px solid #eff2f7 !important; } + +.border-0 { + border: 0 !important; } + +.border-top { + border-top: 1px solid #eff2f7 !important; } + +.border-top-0 { + border-top: 0 !important; } + +.border-end { + border-left: 1px solid #eff2f7 !important; } + +.border-end-0 { + border-left: 0 !important; } + +.border-bottom { + border-bottom: 1px solid #eff2f7 !important; } + +.border-bottom-0 { + border-bottom: 0 !important; } + +.border-start { + border-right: 1px solid #eff2f7 !important; } + +.border-start-0 { + border-right: 0 !important; } + +.border-primary { + border-color: #556ee6 !important; } + +.border-secondary { + border-color: #74788d !important; } + +.border-success { + border-color: #34c38f !important; } + +.border-info { + border-color: #50a5f1 !important; } + +.border-warning { + border-color: #f1b44c !important; } + +.border-danger { + border-color: #f46a6a !important; } + +.border-pink { + border-color: #e83e8c !important; } + +.border-light { + border-color: #eff2f7 !important; } + +.border-dark { + border-color: #343a40 !important; } + +.border-white { + border-color: #fff !important; } + +.border-0 { + border-width: 0 !important; } + +.border-1 { + border-width: 1px !important; } + +.border-2 { + border-width: 2px !important; } + +.border-3 { + border-width: 3px !important; } + +.border-4 { + border-width: 4px !important; } + +.border-5 { + border-width: 5px !important; } + +.w-25 { + width: 25% !important; } + +.w-50 { + width: 50% !important; } + +.w-75 { + width: 75% !important; } + +.w-100 { + width: 100% !important; } + +.w-auto { + width: auto !important; } + +.mw-100 { + max-width: 100% !important; } + +.vw-100 { + width: 100vw !important; } + +.min-vw-100 { + min-width: 100vw !important; } + +.h-25 { + height: 25% !important; } + +.h-50 { + height: 50% !important; } + +.h-75 { + height: 75% !important; } + +.h-100 { + height: 100% !important; } + +.h-auto { + height: auto !important; } + +.mh-100 { + max-height: 100% !important; } + +.vh-100 { + height: 100vh !important; } + +.min-vh-100 { + min-height: 100vh !important; } + +.flex-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + +.flex-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + +.flex-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + +.flex-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + +.flex-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + +.gap-0 { + gap: 0 !important; } + +.gap-1 { + gap: 0.25rem !important; } + +.gap-2 { + gap: 0.5rem !important; } + +.gap-3 { + gap: 1rem !important; } + +.gap-4 { + gap: 1.5rem !important; } + +.gap-5 { + gap: 3rem !important; } + +.justify-content-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + +.justify-content-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + +.justify-content-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + +.justify-content-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + +.justify-content-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + +.align-items-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + +.align-items-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + +.align-items-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + +.align-items-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + +.align-items-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + +.order-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + +.order-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + +.order-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + +.order-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + +.order-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + +.order-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + +.order-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + +.order-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + +.m-0 { + margin: 0 !important; } + +.m-1 { + margin: 0.25rem !important; } + +.m-2 { + margin: 0.5rem !important; } + +.m-3 { + margin: 1rem !important; } + +.m-4 { + margin: 1.5rem !important; } + +.m-5 { + margin: 3rem !important; } + +.m-auto { + margin: auto !important; } + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + +.mx-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + +.mx-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + +.mx-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; } + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + +.my-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + +.my-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + +.my-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + +.mt-0 { + margin-top: 0 !important; } + +.mt-1 { + margin-top: 0.25rem !important; } + +.mt-2 { + margin-top: 0.5rem !important; } + +.mt-3 { + margin-top: 1rem !important; } + +.mt-4 { + margin-top: 1.5rem !important; } + +.mt-5 { + margin-top: 3rem !important; } + +.mt-auto { + margin-top: auto !important; } + +.me-0 { + margin-left: 0 !important; } + +.me-1 { + margin-left: 0.25rem !important; } + +.me-2 { + margin-left: 0.5rem !important; } + +.me-3 { + margin-left: 1rem !important; } + +.me-4 { + margin-left: 1.5rem !important; } + +.me-5 { + margin-left: 3rem !important; } + +.me-auto { + margin-left: auto !important; } + +.mb-0 { + margin-bottom: 0 !important; } + +.mb-1 { + margin-bottom: 0.25rem !important; } + +.mb-2 { + margin-bottom: 0.5rem !important; } + +.mb-3 { + margin-bottom: 1rem !important; } + +.mb-4 { + margin-bottom: 1.5rem !important; } + +.mb-5 { + margin-bottom: 3rem !important; } + +.mb-auto { + margin-bottom: auto !important; } + +.ms-0 { + margin-right: 0 !important; } + +.ms-1 { + margin-right: 0.25rem !important; } + +.ms-2 { + margin-right: 0.5rem !important; } + +.ms-3 { + margin-right: 1rem !important; } + +.ms-4 { + margin-right: 1.5rem !important; } + +.ms-5 { + margin-right: 3rem !important; } + +.ms-auto { + margin-right: auto !important; } + +.m-n1 { + margin: -0.25rem !important; } + +.m-n2 { + margin: -0.5rem !important; } + +.m-n3 { + margin: -1rem !important; } + +.m-n4 { + margin: -1.5rem !important; } + +.m-n5 { + margin: -3rem !important; } + +.mx-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + +.mx-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + +.mx-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + +.mx-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + +.mx-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + +.my-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + +.my-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + +.my-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + +.my-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + +.my-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + +.mt-n1 { + margin-top: -0.25rem !important; } + +.mt-n2 { + margin-top: -0.5rem !important; } + +.mt-n3 { + margin-top: -1rem !important; } + +.mt-n4 { + margin-top: -1.5rem !important; } + +.mt-n5 { + margin-top: -3rem !important; } + +.me-n1 { + margin-left: -0.25rem !important; } + +.me-n2 { + margin-left: -0.5rem !important; } + +.me-n3 { + margin-left: -1rem !important; } + +.me-n4 { + margin-left: -1.5rem !important; } + +.me-n5 { + margin-left: -3rem !important; } + +.mb-n1 { + margin-bottom: -0.25rem !important; } + +.mb-n2 { + margin-bottom: -0.5rem !important; } + +.mb-n3 { + margin-bottom: -1rem !important; } + +.mb-n4 { + margin-bottom: -1.5rem !important; } + +.mb-n5 { + margin-bottom: -3rem !important; } + +.ms-n1 { + margin-right: -0.25rem !important; } + +.ms-n2 { + margin-right: -0.5rem !important; } + +.ms-n3 { + margin-right: -1rem !important; } + +.ms-n4 { + margin-right: -1.5rem !important; } + +.ms-n5 { + margin-right: -3rem !important; } + +.p-0 { + padding: 0 !important; } + +.p-1 { + padding: 0.25rem !important; } + +.p-2 { + padding: 0.5rem !important; } + +.p-3 { + padding: 1rem !important; } + +.p-4 { + padding: 1.5rem !important; } + +.p-5 { + padding: 3rem !important; } + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + +.px-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + +.px-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + +.px-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + +.py-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + +.py-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + +.py-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + +.pt-0 { + padding-top: 0 !important; } + +.pt-1 { + padding-top: 0.25rem !important; } + +.pt-2 { + padding-top: 0.5rem !important; } + +.pt-3 { + padding-top: 1rem !important; } + +.pt-4 { + padding-top: 1.5rem !important; } + +.pt-5 { + padding-top: 3rem !important; } + +.pe-0 { + padding-left: 0 !important; } + +.pe-1 { + padding-left: 0.25rem !important; } + +.pe-2 { + padding-left: 0.5rem !important; } + +.pe-3 { + padding-left: 1rem !important; } + +.pe-4 { + padding-left: 1.5rem !important; } + +.pe-5 { + padding-left: 3rem !important; } + +.pb-0 { + padding-bottom: 0 !important; } + +.pb-1 { + padding-bottom: 0.25rem !important; } + +.pb-2 { + padding-bottom: 0.5rem !important; } + +.pb-3 { + padding-bottom: 1rem !important; } + +.pb-4 { + padding-bottom: 1.5rem !important; } + +.pb-5 { + padding-bottom: 3rem !important; } + +.ps-0 { + padding-right: 0 !important; } + +.ps-1 { + padding-right: 0.25rem !important; } + +.ps-2 { + padding-right: 0.5rem !important; } + +.ps-3 { + padding-right: 1rem !important; } + +.ps-4 { + padding-right: 1.5rem !important; } + +.ps-5 { + padding-right: 3rem !important; } + +.fs-1 { + font-size: calc(1.32812rem + 0.9375vw) !important; } + +.fs-2 { + font-size: calc(1.2875rem + 0.45vw) !important; } + +.fs-3 { + font-size: calc(1.26719rem + 0.20625vw) !important; } + +.fs-4 { + font-size: 1.21875rem !important; } + +.fs-5 { + font-size: 1.01562rem !important; } + +.fs-6 { + font-size: 0.8125rem !important; } + +.fst-italic { + font-style: italic !important; } + +.fst-normal { + font-style: normal !important; } + +.fw-light { + font-weight: 300 !important; } + +.fw-lighter { + font-weight: lighter !important; } + +.fw-normal { + font-weight: 400 !important; } + +.fw-bold { + font-weight: 600 !important; } + +.fw-bolder { + font-weight: bolder !important; } + +.text-lowercase { + text-transform: lowercase !important; } + +.text-uppercase { + text-transform: uppercase !important; } + +.text-capitalize { + text-transform: capitalize !important; } + +.text-start { + text-align: right !important; } + +.text-end { + text-align: left !important; } + +.text-center { + text-align: center !important; } + +.text-primary { + color: #556ee6 !important; } + +.text-secondary { + color: #74788d !important; } + +.text-success { + color: #34c38f !important; } + +.text-info { + color: #50a5f1 !important; } + +.text-warning { + color: #f1b44c !important; } + +.text-danger { + color: #f46a6a !important; } + +.text-pink { + color: #e83e8c !important; } + +.text-light { + color: #eff2f7 !important; } + +.text-dark { + color: #343a40 !important; } + +.text-white { + color: #fff !important; } + +.text-body { + color: #495057 !important; } + +.text-muted { + color: #74788d !important; } + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; } + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; } + +.text-reset { + color: inherit !important; } + +.lh-1 { + line-height: 1 !important; } + +.lh-sm { + line-height: 1.25 !important; } + +.lh-base { + line-height: 1.5 !important; } + +.lh-lg { + line-height: 2 !important; } + +.bg-primary { + background-color: #556ee6 !important; } + +.bg-secondary { + background-color: #74788d !important; } + +.bg-success { + background-color: #34c38f !important; } + +.bg-info { + background-color: #50a5f1 !important; } + +.bg-warning { + background-color: #f1b44c !important; } + +.bg-danger { + background-color: #f46a6a !important; } + +.bg-pink { + background-color: #e83e8c !important; } + +.bg-light { + background-color: #eff2f7 !important; } + +.bg-dark { + background-color: #343a40 !important; } + +.bg-body { + background-color: #f8f8fb !important; } + +.bg-white { + background-color: #fff !important; } + +.bg-transparent { + background-color: transparent !important; } + +.bg-gradient { + background-image: var(--bs-gradient) !important; } + +.text-wrap { + white-space: normal !important; } + +.text-nowrap { + white-space: nowrap !important; } + +.text-decoration-none { + text-decoration: none !important; } + +.text-decoration-underline { + text-decoration: underline !important; } + +.text-decoration-line-through { + text-decoration: line-through !important; } +.font-monospace { + font-family: var(--bs-font-monospace) !important; } + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + -ms-user-select: all !important; + user-select: all !important; } + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + -ms-user-select: auto !important; + user-select: auto !important; } + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; } + +.pe-none { + pointer-events: none !important; } + +.pe-auto { + pointer-events: auto !important; } + +.rounded { + border-radius: 0.25rem !important; } + +.rounded-0 { + border-radius: 0 !important; } + +.rounded-1 { + border-radius: 0.2rem !important; } + +.rounded-2 { + border-radius: 0.25rem !important; } + +.rounded-3 { + border-radius: 0.4rem !important; } + +.rounded-circle { + border-radius: 50% !important; } + +.rounded-pill { + border-radius: 50rem !important; } + +.rounded-top { + border-top-right-radius: 0.25rem !important; + border-top-left-radius: 0.25rem !important; } + +.rounded-end { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } + +.rounded-bottom { + border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; } + +.rounded-start { + border-bottom-right-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; } + +.visible { + visibility: visible !important; } + +.invisible { + visibility: hidden !important; } + +@media (min-width: 576px) { + .float-sm-start { + float: right !important; } + .float-sm-end { + float: left !important; } + .float-sm-none { + float: none !important; } + .d-sm-inline { + display: inline !important; } + .d-sm-inline-block { + display: inline-block !important; } + .d-sm-block { + display: block !important; } + .d-sm-grid { + display: grid !important; } + .d-sm-table { + display: table !important; } + .d-sm-table-row { + display: table-row !important; } + .d-sm-table-cell { + display: table-cell !important; } + .d-sm-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-sm-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-sm-none { + display: none !important; } + .flex-sm-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-sm-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-sm-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-sm-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-sm-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-sm-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-sm-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-sm-0 { + gap: 0 !important; } + .gap-sm-1 { + gap: 0.25rem !important; } + .gap-sm-2 { + gap: 0.5rem !important; } + .gap-sm-3 { + gap: 1rem !important; } + .gap-sm-4 { + gap: 1.5rem !important; } + .gap-sm-5 { + gap: 3rem !important; } + .justify-content-sm-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-sm-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-sm-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-sm-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-sm-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-sm-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-sm-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-sm-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-sm-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-sm-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-sm-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-sm-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-sm-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-sm-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-sm-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-sm-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-sm-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-sm-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-sm-0 { + margin: 0 !important; } + .m-sm-1 { + margin: 0.25rem !important; } + .m-sm-2 { + margin: 0.5rem !important; } + .m-sm-3 { + margin: 1rem !important; } + .m-sm-4 { + margin: 1.5rem !important; } + .m-sm-5 { + margin: 3rem !important; } + .m-sm-auto { + margin: auto !important; } + .mx-sm-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-sm-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-sm-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-sm-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-sm-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-sm-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-sm-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-sm-0 { + margin-top: 0 !important; } + .mt-sm-1 { + margin-top: 0.25rem !important; } + .mt-sm-2 { + margin-top: 0.5rem !important; } + .mt-sm-3 { + margin-top: 1rem !important; } + .mt-sm-4 { + margin-top: 1.5rem !important; } + .mt-sm-5 { + margin-top: 3rem !important; } + .mt-sm-auto { + margin-top: auto !important; } + .me-sm-0 { + margin-left: 0 !important; } + .me-sm-1 { + margin-left: 0.25rem !important; } + .me-sm-2 { + margin-left: 0.5rem !important; } + .me-sm-3 { + margin-left: 1rem !important; } + .me-sm-4 { + margin-left: 1.5rem !important; } + .me-sm-5 { + margin-left: 3rem !important; } + .me-sm-auto { + margin-left: auto !important; } + .mb-sm-0 { + margin-bottom: 0 !important; } + .mb-sm-1 { + margin-bottom: 0.25rem !important; } + .mb-sm-2 { + margin-bottom: 0.5rem !important; } + .mb-sm-3 { + margin-bottom: 1rem !important; } + .mb-sm-4 { + margin-bottom: 1.5rem !important; } + .mb-sm-5 { + margin-bottom: 3rem !important; } + .mb-sm-auto { + margin-bottom: auto !important; } + .ms-sm-0 { + margin-right: 0 !important; } + .ms-sm-1 { + margin-right: 0.25rem !important; } + .ms-sm-2 { + margin-right: 0.5rem !important; } + .ms-sm-3 { + margin-right: 1rem !important; } + .ms-sm-4 { + margin-right: 1.5rem !important; } + .ms-sm-5 { + margin-right: 3rem !important; } + .ms-sm-auto { + margin-right: auto !important; } + .m-sm-n1 { + margin: -0.25rem !important; } + .m-sm-n2 { + margin: -0.5rem !important; } + .m-sm-n3 { + margin: -1rem !important; } + .m-sm-n4 { + margin: -1.5rem !important; } + .m-sm-n5 { + margin: -3rem !important; } + .mx-sm-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-sm-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-sm-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-sm-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-sm-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-sm-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-sm-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-sm-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-sm-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-sm-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-sm-n1 { + margin-top: -0.25rem !important; } + .mt-sm-n2 { + margin-top: -0.5rem !important; } + .mt-sm-n3 { + margin-top: -1rem !important; } + .mt-sm-n4 { + margin-top: -1.5rem !important; } + .mt-sm-n5 { + margin-top: -3rem !important; } + .me-sm-n1 { + margin-left: -0.25rem !important; } + .me-sm-n2 { + margin-left: -0.5rem !important; } + .me-sm-n3 { + margin-left: -1rem !important; } + .me-sm-n4 { + margin-left: -1.5rem !important; } + .me-sm-n5 { + margin-left: -3rem !important; } + .mb-sm-n1 { + margin-bottom: -0.25rem !important; } + .mb-sm-n2 { + margin-bottom: -0.5rem !important; } + .mb-sm-n3 { + margin-bottom: -1rem !important; } + .mb-sm-n4 { + margin-bottom: -1.5rem !important; } + .mb-sm-n5 { + margin-bottom: -3rem !important; } + .ms-sm-n1 { + margin-right: -0.25rem !important; } + .ms-sm-n2 { + margin-right: -0.5rem !important; } + .ms-sm-n3 { + margin-right: -1rem !important; } + .ms-sm-n4 { + margin-right: -1.5rem !important; } + .ms-sm-n5 { + margin-right: -3rem !important; } + .p-sm-0 { + padding: 0 !important; } + .p-sm-1 { + padding: 0.25rem !important; } + .p-sm-2 { + padding: 0.5rem !important; } + .p-sm-3 { + padding: 1rem !important; } + .p-sm-4 { + padding: 1.5rem !important; } + .p-sm-5 { + padding: 3rem !important; } + .px-sm-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-sm-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-sm-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-sm-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-sm-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-sm-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-sm-0 { + padding-top: 0 !important; } + .pt-sm-1 { + padding-top: 0.25rem !important; } + .pt-sm-2 { + padding-top: 0.5rem !important; } + .pt-sm-3 { + padding-top: 1rem !important; } + .pt-sm-4 { + padding-top: 1.5rem !important; } + .pt-sm-5 { + padding-top: 3rem !important; } + .pe-sm-0 { + padding-left: 0 !important; } + .pe-sm-1 { + padding-left: 0.25rem !important; } + .pe-sm-2 { + padding-left: 0.5rem !important; } + .pe-sm-3 { + padding-left: 1rem !important; } + .pe-sm-4 { + padding-left: 1.5rem !important; } + .pe-sm-5 { + padding-left: 3rem !important; } + .pb-sm-0 { + padding-bottom: 0 !important; } + .pb-sm-1 { + padding-bottom: 0.25rem !important; } + .pb-sm-2 { + padding-bottom: 0.5rem !important; } + .pb-sm-3 { + padding-bottom: 1rem !important; } + .pb-sm-4 { + padding-bottom: 1.5rem !important; } + .pb-sm-5 { + padding-bottom: 3rem !important; } + .ps-sm-0 { + padding-right: 0 !important; } + .ps-sm-1 { + padding-right: 0.25rem !important; } + .ps-sm-2 { + padding-right: 0.5rem !important; } + .ps-sm-3 { + padding-right: 1rem !important; } + .ps-sm-4 { + padding-right: 1.5rem !important; } + .ps-sm-5 { + padding-right: 3rem !important; } + .text-sm-start { + text-align: right !important; } + .text-sm-end { + text-align: left !important; } + .text-sm-center { + text-align: center !important; } } + +@media (min-width: 768px) { + .float-md-start { + float: right !important; } + .float-md-end { + float: left !important; } + .float-md-none { + float: none !important; } + .d-md-inline { + display: inline !important; } + .d-md-inline-block { + display: inline-block !important; } + .d-md-block { + display: block !important; } + .d-md-grid { + display: grid !important; } + .d-md-table { + display: table !important; } + .d-md-table-row { + display: table-row !important; } + .d-md-table-cell { + display: table-cell !important; } + .d-md-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-md-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-md-none { + display: none !important; } + .flex-md-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-md-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-md-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-md-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-md-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-md-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-md-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-md-0 { + gap: 0 !important; } + .gap-md-1 { + gap: 0.25rem !important; } + .gap-md-2 { + gap: 0.5rem !important; } + .gap-md-3 { + gap: 1rem !important; } + .gap-md-4 { + gap: 1.5rem !important; } + .gap-md-5 { + gap: 3rem !important; } + .justify-content-md-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-md-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-md-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-md-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-md-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-md-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-md-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-md-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-md-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-md-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-md-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-md-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-md-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-md-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-md-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-md-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-md-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-md-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-md-0 { + margin: 0 !important; } + .m-md-1 { + margin: 0.25rem !important; } + .m-md-2 { + margin: 0.5rem !important; } + .m-md-3 { + margin: 1rem !important; } + .m-md-4 { + margin: 1.5rem !important; } + .m-md-5 { + margin: 3rem !important; } + .m-md-auto { + margin: auto !important; } + .mx-md-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-md-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-md-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-md-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-md-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-md-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-md-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-md-0 { + margin-top: 0 !important; } + .mt-md-1 { + margin-top: 0.25rem !important; } + .mt-md-2 { + margin-top: 0.5rem !important; } + .mt-md-3 { + margin-top: 1rem !important; } + .mt-md-4 { + margin-top: 1.5rem !important; } + .mt-md-5 { + margin-top: 3rem !important; } + .mt-md-auto { + margin-top: auto !important; } + .me-md-0 { + margin-left: 0 !important; } + .me-md-1 { + margin-left: 0.25rem !important; } + .me-md-2 { + margin-left: 0.5rem !important; } + .me-md-3 { + margin-left: 1rem !important; } + .me-md-4 { + margin-left: 1.5rem !important; } + .me-md-5 { + margin-left: 3rem !important; } + .me-md-auto { + margin-left: auto !important; } + .mb-md-0 { + margin-bottom: 0 !important; } + .mb-md-1 { + margin-bottom: 0.25rem !important; } + .mb-md-2 { + margin-bottom: 0.5rem !important; } + .mb-md-3 { + margin-bottom: 1rem !important; } + .mb-md-4 { + margin-bottom: 1.5rem !important; } + .mb-md-5 { + margin-bottom: 3rem !important; } + .mb-md-auto { + margin-bottom: auto !important; } + .ms-md-0 { + margin-right: 0 !important; } + .ms-md-1 { + margin-right: 0.25rem !important; } + .ms-md-2 { + margin-right: 0.5rem !important; } + .ms-md-3 { + margin-right: 1rem !important; } + .ms-md-4 { + margin-right: 1.5rem !important; } + .ms-md-5 { + margin-right: 3rem !important; } + .ms-md-auto { + margin-right: auto !important; } + .m-md-n1 { + margin: -0.25rem !important; } + .m-md-n2 { + margin: -0.5rem !important; } + .m-md-n3 { + margin: -1rem !important; } + .m-md-n4 { + margin: -1.5rem !important; } + .m-md-n5 { + margin: -3rem !important; } + .mx-md-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-md-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-md-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-md-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-md-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-md-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-md-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-md-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-md-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-md-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-md-n1 { + margin-top: -0.25rem !important; } + .mt-md-n2 { + margin-top: -0.5rem !important; } + .mt-md-n3 { + margin-top: -1rem !important; } + .mt-md-n4 { + margin-top: -1.5rem !important; } + .mt-md-n5 { + margin-top: -3rem !important; } + .me-md-n1 { + margin-left: -0.25rem !important; } + .me-md-n2 { + margin-left: -0.5rem !important; } + .me-md-n3 { + margin-left: -1rem !important; } + .me-md-n4 { + margin-left: -1.5rem !important; } + .me-md-n5 { + margin-left: -3rem !important; } + .mb-md-n1 { + margin-bottom: -0.25rem !important; } + .mb-md-n2 { + margin-bottom: -0.5rem !important; } + .mb-md-n3 { + margin-bottom: -1rem !important; } + .mb-md-n4 { + margin-bottom: -1.5rem !important; } + .mb-md-n5 { + margin-bottom: -3rem !important; } + .ms-md-n1 { + margin-right: -0.25rem !important; } + .ms-md-n2 { + margin-right: -0.5rem !important; } + .ms-md-n3 { + margin-right: -1rem !important; } + .ms-md-n4 { + margin-right: -1.5rem !important; } + .ms-md-n5 { + margin-right: -3rem !important; } + .p-md-0 { + padding: 0 !important; } + .p-md-1 { + padding: 0.25rem !important; } + .p-md-2 { + padding: 0.5rem !important; } + .p-md-3 { + padding: 1rem !important; } + .p-md-4 { + padding: 1.5rem !important; } + .p-md-5 { + padding: 3rem !important; } + .px-md-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-md-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-md-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-md-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-md-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-md-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-md-0 { + padding-top: 0 !important; } + .pt-md-1 { + padding-top: 0.25rem !important; } + .pt-md-2 { + padding-top: 0.5rem !important; } + .pt-md-3 { + padding-top: 1rem !important; } + .pt-md-4 { + padding-top: 1.5rem !important; } + .pt-md-5 { + padding-top: 3rem !important; } + .pe-md-0 { + padding-left: 0 !important; } + .pe-md-1 { + padding-left: 0.25rem !important; } + .pe-md-2 { + padding-left: 0.5rem !important; } + .pe-md-3 { + padding-left: 1rem !important; } + .pe-md-4 { + padding-left: 1.5rem !important; } + .pe-md-5 { + padding-left: 3rem !important; } + .pb-md-0 { + padding-bottom: 0 !important; } + .pb-md-1 { + padding-bottom: 0.25rem !important; } + .pb-md-2 { + padding-bottom: 0.5rem !important; } + .pb-md-3 { + padding-bottom: 1rem !important; } + .pb-md-4 { + padding-bottom: 1.5rem !important; } + .pb-md-5 { + padding-bottom: 3rem !important; } + .ps-md-0 { + padding-right: 0 !important; } + .ps-md-1 { + padding-right: 0.25rem !important; } + .ps-md-2 { + padding-right: 0.5rem !important; } + .ps-md-3 { + padding-right: 1rem !important; } + .ps-md-4 { + padding-right: 1.5rem !important; } + .ps-md-5 { + padding-right: 3rem !important; } + .text-md-start { + text-align: right !important; } + .text-md-end { + text-align: left !important; } + .text-md-center { + text-align: center !important; } } + +@media (min-width: 992px) { + .float-lg-start { + float: right !important; } + .float-lg-end { + float: left !important; } + .float-lg-none { + float: none !important; } + .d-lg-inline { + display: inline !important; } + .d-lg-inline-block { + display: inline-block !important; } + .d-lg-block { + display: block !important; } + .d-lg-grid { + display: grid !important; } + .d-lg-table { + display: table !important; } + .d-lg-table-row { + display: table-row !important; } + .d-lg-table-cell { + display: table-cell !important; } + .d-lg-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-lg-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-lg-none { + display: none !important; } + .flex-lg-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-lg-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-lg-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-lg-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-lg-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-lg-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-lg-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-lg-0 { + gap: 0 !important; } + .gap-lg-1 { + gap: 0.25rem !important; } + .gap-lg-2 { + gap: 0.5rem !important; } + .gap-lg-3 { + gap: 1rem !important; } + .gap-lg-4 { + gap: 1.5rem !important; } + .gap-lg-5 { + gap: 3rem !important; } + .justify-content-lg-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-lg-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-lg-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-lg-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-lg-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-lg-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-lg-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-lg-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-lg-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-lg-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-lg-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-lg-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-lg-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-lg-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-lg-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-lg-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-lg-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-lg-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-lg-0 { + margin: 0 !important; } + .m-lg-1 { + margin: 0.25rem !important; } + .m-lg-2 { + margin: 0.5rem !important; } + .m-lg-3 { + margin: 1rem !important; } + .m-lg-4 { + margin: 1.5rem !important; } + .m-lg-5 { + margin: 3rem !important; } + .m-lg-auto { + margin: auto !important; } + .mx-lg-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-lg-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-lg-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-lg-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-lg-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-lg-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-lg-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-lg-0 { + margin-top: 0 !important; } + .mt-lg-1 { + margin-top: 0.25rem !important; } + .mt-lg-2 { + margin-top: 0.5rem !important; } + .mt-lg-3 { + margin-top: 1rem !important; } + .mt-lg-4 { + margin-top: 1.5rem !important; } + .mt-lg-5 { + margin-top: 3rem !important; } + .mt-lg-auto { + margin-top: auto !important; } + .me-lg-0 { + margin-left: 0 !important; } + .me-lg-1 { + margin-left: 0.25rem !important; } + .me-lg-2 { + margin-left: 0.5rem !important; } + .me-lg-3 { + margin-left: 1rem !important; } + .me-lg-4 { + margin-left: 1.5rem !important; } + .me-lg-5 { + margin-left: 3rem !important; } + .me-lg-auto { + margin-left: auto !important; } + .mb-lg-0 { + margin-bottom: 0 !important; } + .mb-lg-1 { + margin-bottom: 0.25rem !important; } + .mb-lg-2 { + margin-bottom: 0.5rem !important; } + .mb-lg-3 { + margin-bottom: 1rem !important; } + .mb-lg-4 { + margin-bottom: 1.5rem !important; } + .mb-lg-5 { + margin-bottom: 3rem !important; } + .mb-lg-auto { + margin-bottom: auto !important; } + .ms-lg-0 { + margin-right: 0 !important; } + .ms-lg-1 { + margin-right: 0.25rem !important; } + .ms-lg-2 { + margin-right: 0.5rem !important; } + .ms-lg-3 { + margin-right: 1rem !important; } + .ms-lg-4 { + margin-right: 1.5rem !important; } + .ms-lg-5 { + margin-right: 3rem !important; } + .ms-lg-auto { + margin-right: auto !important; } + .m-lg-n1 { + margin: -0.25rem !important; } + .m-lg-n2 { + margin: -0.5rem !important; } + .m-lg-n3 { + margin: -1rem !important; } + .m-lg-n4 { + margin: -1.5rem !important; } + .m-lg-n5 { + margin: -3rem !important; } + .mx-lg-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-lg-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-lg-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-lg-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-lg-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-lg-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-lg-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-lg-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-lg-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-lg-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-lg-n1 { + margin-top: -0.25rem !important; } + .mt-lg-n2 { + margin-top: -0.5rem !important; } + .mt-lg-n3 { + margin-top: -1rem !important; } + .mt-lg-n4 { + margin-top: -1.5rem !important; } + .mt-lg-n5 { + margin-top: -3rem !important; } + .me-lg-n1 { + margin-left: -0.25rem !important; } + .me-lg-n2 { + margin-left: -0.5rem !important; } + .me-lg-n3 { + margin-left: -1rem !important; } + .me-lg-n4 { + margin-left: -1.5rem !important; } + .me-lg-n5 { + margin-left: -3rem !important; } + .mb-lg-n1 { + margin-bottom: -0.25rem !important; } + .mb-lg-n2 { + margin-bottom: -0.5rem !important; } + .mb-lg-n3 { + margin-bottom: -1rem !important; } + .mb-lg-n4 { + margin-bottom: -1.5rem !important; } + .mb-lg-n5 { + margin-bottom: -3rem !important; } + .ms-lg-n1 { + margin-right: -0.25rem !important; } + .ms-lg-n2 { + margin-right: -0.5rem !important; } + .ms-lg-n3 { + margin-right: -1rem !important; } + .ms-lg-n4 { + margin-right: -1.5rem !important; } + .ms-lg-n5 { + margin-right: -3rem !important; } + .p-lg-0 { + padding: 0 !important; } + .p-lg-1 { + padding: 0.25rem !important; } + .p-lg-2 { + padding: 0.5rem !important; } + .p-lg-3 { + padding: 1rem !important; } + .p-lg-4 { + padding: 1.5rem !important; } + .p-lg-5 { + padding: 3rem !important; } + .px-lg-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-lg-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-lg-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-lg-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-lg-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-lg-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-lg-0 { + padding-top: 0 !important; } + .pt-lg-1 { + padding-top: 0.25rem !important; } + .pt-lg-2 { + padding-top: 0.5rem !important; } + .pt-lg-3 { + padding-top: 1rem !important; } + .pt-lg-4 { + padding-top: 1.5rem !important; } + .pt-lg-5 { + padding-top: 3rem !important; } + .pe-lg-0 { + padding-left: 0 !important; } + .pe-lg-1 { + padding-left: 0.25rem !important; } + .pe-lg-2 { + padding-left: 0.5rem !important; } + .pe-lg-3 { + padding-left: 1rem !important; } + .pe-lg-4 { + padding-left: 1.5rem !important; } + .pe-lg-5 { + padding-left: 3rem !important; } + .pb-lg-0 { + padding-bottom: 0 !important; } + .pb-lg-1 { + padding-bottom: 0.25rem !important; } + .pb-lg-2 { + padding-bottom: 0.5rem !important; } + .pb-lg-3 { + padding-bottom: 1rem !important; } + .pb-lg-4 { + padding-bottom: 1.5rem !important; } + .pb-lg-5 { + padding-bottom: 3rem !important; } + .ps-lg-0 { + padding-right: 0 !important; } + .ps-lg-1 { + padding-right: 0.25rem !important; } + .ps-lg-2 { + padding-right: 0.5rem !important; } + .ps-lg-3 { + padding-right: 1rem !important; } + .ps-lg-4 { + padding-right: 1.5rem !important; } + .ps-lg-5 { + padding-right: 3rem !important; } + .text-lg-start { + text-align: right !important; } + .text-lg-end { + text-align: left !important; } + .text-lg-center { + text-align: center !important; } } + +@media (min-width: 1200px) { + .float-xl-start { + float: right !important; } + .float-xl-end { + float: left !important; } + .float-xl-none { + float: none !important; } + .d-xl-inline { + display: inline !important; } + .d-xl-inline-block { + display: inline-block !important; } + .d-xl-block { + display: block !important; } + .d-xl-grid { + display: grid !important; } + .d-xl-table { + display: table !important; } + .d-xl-table-row { + display: table-row !important; } + .d-xl-table-cell { + display: table-cell !important; } + .d-xl-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-xl-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-xl-none { + display: none !important; } + .flex-xl-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-xl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-xl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-xl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-xl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-xl-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-xl-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-xl-0 { + gap: 0 !important; } + .gap-xl-1 { + gap: 0.25rem !important; } + .gap-xl-2 { + gap: 0.5rem !important; } + .gap-xl-3 { + gap: 1rem !important; } + .gap-xl-4 { + gap: 1.5rem !important; } + .gap-xl-5 { + gap: 3rem !important; } + .justify-content-xl-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-xl-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-xl-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-xl-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-xl-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-xl-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-xl-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-xl-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-xl-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-xl-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-xl-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-xl-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-xl-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-xl-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-xl-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-xl-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-xl-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-xl-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-xl-0 { + margin: 0 !important; } + .m-xl-1 { + margin: 0.25rem !important; } + .m-xl-2 { + margin: 0.5rem !important; } + .m-xl-3 { + margin: 1rem !important; } + .m-xl-4 { + margin: 1.5rem !important; } + .m-xl-5 { + margin: 3rem !important; } + .m-xl-auto { + margin: auto !important; } + .mx-xl-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-xl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-xl-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-xl-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-xl-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-xl-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-xl-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-xl-0 { + margin-top: 0 !important; } + .mt-xl-1 { + margin-top: 0.25rem !important; } + .mt-xl-2 { + margin-top: 0.5rem !important; } + .mt-xl-3 { + margin-top: 1rem !important; } + .mt-xl-4 { + margin-top: 1.5rem !important; } + .mt-xl-5 { + margin-top: 3rem !important; } + .mt-xl-auto { + margin-top: auto !important; } + .me-xl-0 { + margin-left: 0 !important; } + .me-xl-1 { + margin-left: 0.25rem !important; } + .me-xl-2 { + margin-left: 0.5rem !important; } + .me-xl-3 { + margin-left: 1rem !important; } + .me-xl-4 { + margin-left: 1.5rem !important; } + .me-xl-5 { + margin-left: 3rem !important; } + .me-xl-auto { + margin-left: auto !important; } + .mb-xl-0 { + margin-bottom: 0 !important; } + .mb-xl-1 { + margin-bottom: 0.25rem !important; } + .mb-xl-2 { + margin-bottom: 0.5rem !important; } + .mb-xl-3 { + margin-bottom: 1rem !important; } + .mb-xl-4 { + margin-bottom: 1.5rem !important; } + .mb-xl-5 { + margin-bottom: 3rem !important; } + .mb-xl-auto { + margin-bottom: auto !important; } + .ms-xl-0 { + margin-right: 0 !important; } + .ms-xl-1 { + margin-right: 0.25rem !important; } + .ms-xl-2 { + margin-right: 0.5rem !important; } + .ms-xl-3 { + margin-right: 1rem !important; } + .ms-xl-4 { + margin-right: 1.5rem !important; } + .ms-xl-5 { + margin-right: 3rem !important; } + .ms-xl-auto { + margin-right: auto !important; } + .m-xl-n1 { + margin: -0.25rem !important; } + .m-xl-n2 { + margin: -0.5rem !important; } + .m-xl-n3 { + margin: -1rem !important; } + .m-xl-n4 { + margin: -1.5rem !important; } + .m-xl-n5 { + margin: -3rem !important; } + .mx-xl-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-xl-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-xl-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-xl-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-xl-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-xl-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-xl-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-xl-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-xl-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-xl-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-xl-n1 { + margin-top: -0.25rem !important; } + .mt-xl-n2 { + margin-top: -0.5rem !important; } + .mt-xl-n3 { + margin-top: -1rem !important; } + .mt-xl-n4 { + margin-top: -1.5rem !important; } + .mt-xl-n5 { + margin-top: -3rem !important; } + .me-xl-n1 { + margin-left: -0.25rem !important; } + .me-xl-n2 { + margin-left: -0.5rem !important; } + .me-xl-n3 { + margin-left: -1rem !important; } + .me-xl-n4 { + margin-left: -1.5rem !important; } + .me-xl-n5 { + margin-left: -3rem !important; } + .mb-xl-n1 { + margin-bottom: -0.25rem !important; } + .mb-xl-n2 { + margin-bottom: -0.5rem !important; } + .mb-xl-n3 { + margin-bottom: -1rem !important; } + .mb-xl-n4 { + margin-bottom: -1.5rem !important; } + .mb-xl-n5 { + margin-bottom: -3rem !important; } + .ms-xl-n1 { + margin-right: -0.25rem !important; } + .ms-xl-n2 { + margin-right: -0.5rem !important; } + .ms-xl-n3 { + margin-right: -1rem !important; } + .ms-xl-n4 { + margin-right: -1.5rem !important; } + .ms-xl-n5 { + margin-right: -3rem !important; } + .p-xl-0 { + padding: 0 !important; } + .p-xl-1 { + padding: 0.25rem !important; } + .p-xl-2 { + padding: 0.5rem !important; } + .p-xl-3 { + padding: 1rem !important; } + .p-xl-4 { + padding: 1.5rem !important; } + .p-xl-5 { + padding: 3rem !important; } + .px-xl-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-xl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-xl-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-xl-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-xl-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-xl-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-xl-0 { + padding-top: 0 !important; } + .pt-xl-1 { + padding-top: 0.25rem !important; } + .pt-xl-2 { + padding-top: 0.5rem !important; } + .pt-xl-3 { + padding-top: 1rem !important; } + .pt-xl-4 { + padding-top: 1.5rem !important; } + .pt-xl-5 { + padding-top: 3rem !important; } + .pe-xl-0 { + padding-left: 0 !important; } + .pe-xl-1 { + padding-left: 0.25rem !important; } + .pe-xl-2 { + padding-left: 0.5rem !important; } + .pe-xl-3 { + padding-left: 1rem !important; } + .pe-xl-4 { + padding-left: 1.5rem !important; } + .pe-xl-5 { + padding-left: 3rem !important; } + .pb-xl-0 { + padding-bottom: 0 !important; } + .pb-xl-1 { + padding-bottom: 0.25rem !important; } + .pb-xl-2 { + padding-bottom: 0.5rem !important; } + .pb-xl-3 { + padding-bottom: 1rem !important; } + .pb-xl-4 { + padding-bottom: 1.5rem !important; } + .pb-xl-5 { + padding-bottom: 3rem !important; } + .ps-xl-0 { + padding-right: 0 !important; } + .ps-xl-1 { + padding-right: 0.25rem !important; } + .ps-xl-2 { + padding-right: 0.5rem !important; } + .ps-xl-3 { + padding-right: 1rem !important; } + .ps-xl-4 { + padding-right: 1.5rem !important; } + .ps-xl-5 { + padding-right: 3rem !important; } + .text-xl-start { + text-align: right !important; } + .text-xl-end { + text-align: left !important; } + .text-xl-center { + text-align: center !important; } } + +@media (min-width: 1400px) { + .float-xxl-start { + float: right !important; } + .float-xxl-end { + float: left !important; } + .float-xxl-none { + float: none !important; } + .d-xxl-inline { + display: inline !important; } + .d-xxl-inline-block { + display: inline-block !important; } + .d-xxl-block { + display: block !important; } + .d-xxl-grid { + display: grid !important; } + .d-xxl-table { + display: table !important; } + .d-xxl-table-row { + display: table-row !important; } + .d-xxl-table-cell { + display: table-cell !important; } + .d-xxl-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-xxl-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-xxl-none { + display: none !important; } + .flex-xxl-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; } + .flex-xxl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + .flex-xxl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + .flex-xxl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } + .flex-xxl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } + .flex-xxl-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; } + .flex-xxl-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; } + .flex-xxl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; } + .flex-xxl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; } + .flex-xxl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + .flex-xxl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } + .flex-xxl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } + .gap-xxl-0 { + gap: 0 !important; } + .gap-xxl-1 { + gap: 0.25rem !important; } + .gap-xxl-2 { + gap: 0.5rem !important; } + .gap-xxl-3 { + gap: 1rem !important; } + .gap-xxl-4 { + gap: 1.5rem !important; } + .gap-xxl-5 { + gap: 3rem !important; } + .justify-content-xxl-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .justify-content-xxl-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .justify-content-xxl-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .justify-content-xxl-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .justify-content-xxl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .justify-content-xxl-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + .align-items-xxl-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .align-items-xxl-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .align-items-xxl-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .align-items-xxl-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .align-items-xxl-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .align-content-xxl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } + .align-content-xxl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } + .align-content-xxl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } + .align-content-xxl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } + .align-content-xxl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } + .align-content-xxl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } + .align-self-xxl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } + .align-self-xxl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } + .align-self-xxl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } + .align-self-xxl-center { + -ms-flex-item-align: center !important; + align-self: center !important; } + .align-self-xxl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } + .align-self-xxl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } + .order-xxl-first { + -webkit-box-ordinal-group: 0 !important; + -ms-flex-order: -1 !important; + order: -1 !important; } + .order-xxl-0 { + -webkit-box-ordinal-group: 1 !important; + -ms-flex-order: 0 !important; + order: 0 !important; } + .order-xxl-1 { + -webkit-box-ordinal-group: 2 !important; + -ms-flex-order: 1 !important; + order: 1 !important; } + .order-xxl-2 { + -webkit-box-ordinal-group: 3 !important; + -ms-flex-order: 2 !important; + order: 2 !important; } + .order-xxl-3 { + -webkit-box-ordinal-group: 4 !important; + -ms-flex-order: 3 !important; + order: 3 !important; } + .order-xxl-4 { + -webkit-box-ordinal-group: 5 !important; + -ms-flex-order: 4 !important; + order: 4 !important; } + .order-xxl-5 { + -webkit-box-ordinal-group: 6 !important; + -ms-flex-order: 5 !important; + order: 5 !important; } + .order-xxl-last { + -webkit-box-ordinal-group: 7 !important; + -ms-flex-order: 6 !important; + order: 6 !important; } + .m-xxl-0 { + margin: 0 !important; } + .m-xxl-1 { + margin: 0.25rem !important; } + .m-xxl-2 { + margin: 0.5rem !important; } + .m-xxl-3 { + margin: 1rem !important; } + .m-xxl-4 { + margin: 1.5rem !important; } + .m-xxl-5 { + margin: 3rem !important; } + .m-xxl-auto { + margin: auto !important; } + .mx-xxl-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + .mx-xxl-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; } + .mx-xxl-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; } + .mx-xxl-3 { + margin-left: 1rem !important; + margin-right: 1rem !important; } + .mx-xxl-4 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; } + .mx-xxl-5 { + margin-left: 3rem !important; + margin-right: 3rem !important; } + .mx-xxl-auto { + margin-left: auto !important; + margin-right: auto !important; } + .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + .my-xxl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } + .my-xxl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } + .my-xxl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; } + .mt-xxl-0 { + margin-top: 0 !important; } + .mt-xxl-1 { + margin-top: 0.25rem !important; } + .mt-xxl-2 { + margin-top: 0.5rem !important; } + .mt-xxl-3 { + margin-top: 1rem !important; } + .mt-xxl-4 { + margin-top: 1.5rem !important; } + .mt-xxl-5 { + margin-top: 3rem !important; } + .mt-xxl-auto { + margin-top: auto !important; } + .me-xxl-0 { + margin-left: 0 !important; } + .me-xxl-1 { + margin-left: 0.25rem !important; } + .me-xxl-2 { + margin-left: 0.5rem !important; } + .me-xxl-3 { + margin-left: 1rem !important; } + .me-xxl-4 { + margin-left: 1.5rem !important; } + .me-xxl-5 { + margin-left: 3rem !important; } + .me-xxl-auto { + margin-left: auto !important; } + .mb-xxl-0 { + margin-bottom: 0 !important; } + .mb-xxl-1 { + margin-bottom: 0.25rem !important; } + .mb-xxl-2 { + margin-bottom: 0.5rem !important; } + .mb-xxl-3 { + margin-bottom: 1rem !important; } + .mb-xxl-4 { + margin-bottom: 1.5rem !important; } + .mb-xxl-5 { + margin-bottom: 3rem !important; } + .mb-xxl-auto { + margin-bottom: auto !important; } + .ms-xxl-0 { + margin-right: 0 !important; } + .ms-xxl-1 { + margin-right: 0.25rem !important; } + .ms-xxl-2 { + margin-right: 0.5rem !important; } + .ms-xxl-3 { + margin-right: 1rem !important; } + .ms-xxl-4 { + margin-right: 1.5rem !important; } + .ms-xxl-5 { + margin-right: 3rem !important; } + .ms-xxl-auto { + margin-right: auto !important; } + .m-xxl-n1 { + margin: -0.25rem !important; } + .m-xxl-n2 { + margin: -0.5rem !important; } + .m-xxl-n3 { + margin: -1rem !important; } + .m-xxl-n4 { + margin: -1.5rem !important; } + .m-xxl-n5 { + margin: -3rem !important; } + .mx-xxl-n1 { + margin-left: -0.25rem !important; + margin-right: -0.25rem !important; } + .mx-xxl-n2 { + margin-left: -0.5rem !important; + margin-right: -0.5rem !important; } + .mx-xxl-n3 { + margin-left: -1rem !important; + margin-right: -1rem !important; } + .mx-xxl-n4 { + margin-left: -1.5rem !important; + margin-right: -1.5rem !important; } + .mx-xxl-n5 { + margin-left: -3rem !important; + margin-right: -3rem !important; } + .my-xxl-n1 { + margin-top: -0.25rem !important; + margin-bottom: -0.25rem !important; } + .my-xxl-n2 { + margin-top: -0.5rem !important; + margin-bottom: -0.5rem !important; } + .my-xxl-n3 { + margin-top: -1rem !important; + margin-bottom: -1rem !important; } + .my-xxl-n4 { + margin-top: -1.5rem !important; + margin-bottom: -1.5rem !important; } + .my-xxl-n5 { + margin-top: -3rem !important; + margin-bottom: -3rem !important; } + .mt-xxl-n1 { + margin-top: -0.25rem !important; } + .mt-xxl-n2 { + margin-top: -0.5rem !important; } + .mt-xxl-n3 { + margin-top: -1rem !important; } + .mt-xxl-n4 { + margin-top: -1.5rem !important; } + .mt-xxl-n5 { + margin-top: -3rem !important; } + .me-xxl-n1 { + margin-left: -0.25rem !important; } + .me-xxl-n2 { + margin-left: -0.5rem !important; } + .me-xxl-n3 { + margin-left: -1rem !important; } + .me-xxl-n4 { + margin-left: -1.5rem !important; } + .me-xxl-n5 { + margin-left: -3rem !important; } + .mb-xxl-n1 { + margin-bottom: -0.25rem !important; } + .mb-xxl-n2 { + margin-bottom: -0.5rem !important; } + .mb-xxl-n3 { + margin-bottom: -1rem !important; } + .mb-xxl-n4 { + margin-bottom: -1.5rem !important; } + .mb-xxl-n5 { + margin-bottom: -3rem !important; } + .ms-xxl-n1 { + margin-right: -0.25rem !important; } + .ms-xxl-n2 { + margin-right: -0.5rem !important; } + .ms-xxl-n3 { + margin-right: -1rem !important; } + .ms-xxl-n4 { + margin-right: -1.5rem !important; } + .ms-xxl-n5 { + margin-right: -3rem !important; } + .p-xxl-0 { + padding: 0 !important; } + .p-xxl-1 { + padding: 0.25rem !important; } + .p-xxl-2 { + padding: 0.5rem !important; } + .p-xxl-3 { + padding: 1rem !important; } + .p-xxl-4 { + padding: 1.5rem !important; } + .p-xxl-5 { + padding: 3rem !important; } + .px-xxl-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + .px-xxl-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; } + .px-xxl-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; } + .px-xxl-3 { + padding-left: 1rem !important; + padding-right: 1rem !important; } + .px-xxl-4 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; } + .px-xxl-5 { + padding-left: 3rem !important; + padding-right: 3rem !important; } + .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + .py-xxl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } + .py-xxl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } + .py-xxl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } + .pt-xxl-0 { + padding-top: 0 !important; } + .pt-xxl-1 { + padding-top: 0.25rem !important; } + .pt-xxl-2 { + padding-top: 0.5rem !important; } + .pt-xxl-3 { + padding-top: 1rem !important; } + .pt-xxl-4 { + padding-top: 1.5rem !important; } + .pt-xxl-5 { + padding-top: 3rem !important; } + .pe-xxl-0 { + padding-left: 0 !important; } + .pe-xxl-1 { + padding-left: 0.25rem !important; } + .pe-xxl-2 { + padding-left: 0.5rem !important; } + .pe-xxl-3 { + padding-left: 1rem !important; } + .pe-xxl-4 { + padding-left: 1.5rem !important; } + .pe-xxl-5 { + padding-left: 3rem !important; } + .pb-xxl-0 { + padding-bottom: 0 !important; } + .pb-xxl-1 { + padding-bottom: 0.25rem !important; } + .pb-xxl-2 { + padding-bottom: 0.5rem !important; } + .pb-xxl-3 { + padding-bottom: 1rem !important; } + .pb-xxl-4 { + padding-bottom: 1.5rem !important; } + .pb-xxl-5 { + padding-bottom: 3rem !important; } + .ps-xxl-0 { + padding-right: 0 !important; } + .ps-xxl-1 { + padding-right: 0.25rem !important; } + .ps-xxl-2 { + padding-right: 0.5rem !important; } + .ps-xxl-3 { + padding-right: 1rem !important; } + .ps-xxl-4 { + padding-right: 1.5rem !important; } + .ps-xxl-5 { + padding-right: 3rem !important; } + .text-xxl-start { + text-align: right !important; } + .text-xxl-end { + text-align: left !important; } + .text-xxl-center { + text-align: center !important; } } + +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.03125rem !important; } + .fs-2 { + font-size: 1.625rem !important; } + .fs-3 { + font-size: 1.42188rem !important; } + .fs-sm-1 { + font-size: 2.03125rem !important; } + .fs-sm-2 { + font-size: 1.625rem !important; } + .fs-sm-3 { + font-size: 1.42188rem !important; } + .fs-md-1 { + font-size: 2.03125rem !important; } + .fs-md-2 { + font-size: 1.625rem !important; } + .fs-md-3 { + font-size: 1.42188rem !important; } + .fs-lg-1 { + font-size: 2.03125rem !important; } + .fs-lg-2 { + font-size: 1.625rem !important; } + .fs-lg-3 { + font-size: 1.42188rem !important; } } + +@media print { + .d-print-inline { + display: inline !important; } + .d-print-inline-block { + display: inline-block !important; } + .d-print-block { + display: block !important; } + .d-print-grid { + display: grid !important; } + .d-print-table { + display: table !important; } + .d-print-table-row { + display: table-row !important; } + .d-print-table-cell { + display: table-cell !important; } + .d-print-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .d-print-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .d-print-none { + display: none !important; } } + +/* ============= + General +============= */ +html { + position: relative; + min-height: 100%; } + +.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { + color: #495057; } + +a { + text-decoration: none !important; } + +label { + font-weight: 500; + margin-bottom: 0.5rem; } + +.blockquote { + padding: 10px 20px; + border-right: 4px solid #f6f6f6; } + +.blockquote-reverse { + border-right: 0; + border-left: 4px solid #f6f6f6; + text-align: left; } + +@media (min-width: 1200px) { + .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { + max-width: 1140px; } } + +.row > * { + position: relative; } + +.bg-primary.bg-soft { + background-color: rgba(85, 110, 230, 0.25) !important; } + +.bg-secondary.bg-soft { + background-color: rgba(116, 120, 141, 0.25) !important; } + +.bg-success.bg-soft { + background-color: rgba(52, 195, 143, 0.25) !important; } + +.bg-info.bg-soft { + background-color: rgba(80, 165, 241, 0.25) !important; } + +.bg-warning.bg-soft { + background-color: rgba(241, 180, 76, 0.25) !important; } + +.bg-danger.bg-soft { + background-color: rgba(244, 106, 106, 0.25) !important; } + +.bg-pink.bg-soft { + background-color: rgba(232, 62, 140, 0.25) !important; } + +.bg-light.bg-soft { + background-color: rgba(239, 242, 247, 0.25) !important; } + +.bg-dark.bg-soft { + background-color: rgba(52, 58, 64, 0.25) !important; } + +.badge[href]:hover, .badge[href]:focus { + color: #fff; } + +.badge.bg-primary[href]:hover, .badge.bg-primary[href]:focus { + background-color: #435fe3 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-primary { + color: #556ee6; + background-color: rgba(85, 110, 230, 0.18); } + .badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus { + color: #556ee6; + text-decoration: none; + background-color: rgba(85, 110, 230, 0.4); } + +.badge.bg-secondary[href]:hover, .badge.bg-secondary[href]:focus { + background-color: #6b6e82 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-secondary { + color: #74788d; + background-color: rgba(116, 120, 141, 0.18); } + .badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus { + color: #74788d; + text-decoration: none; + background-color: rgba(116, 120, 141, 0.4); } + +.badge.bg-success[href]:hover, .badge.bg-success[href]:focus { + background-color: #30b383 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-success { + color: #34c38f; + background-color: rgba(52, 195, 143, 0.18); } + .badge-soft-success[href]:hover, .badge-soft-success[href]:focus { + color: #34c38f; + text-decoration: none; + background-color: rgba(52, 195, 143, 0.4); } + +.badge.bg-info[href]:hover, .badge.bg-info[href]:focus { + background-color: #3d9bef !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-info { + color: #50a5f1; + background-color: rgba(80, 165, 241, 0.18); } + .badge-soft-info[href]:hover, .badge-soft-info[href]:focus { + color: #50a5f1; + text-decoration: none; + background-color: rgba(80, 165, 241, 0.4); } + +.badge.bg-warning[href]:hover, .badge.bg-warning[href]:focus { + background-color: #f0ac39 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-warning { + color: #f1b44c; + background-color: rgba(241, 180, 76, 0.18); } + .badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus { + color: #f1b44c; + text-decoration: none; + background-color: rgba(241, 180, 76, 0.4); } + +.badge.bg-danger[href]:hover, .badge.bg-danger[href]:focus { + background-color: #f35757 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-danger { + color: #f46a6a; + background-color: rgba(244, 106, 106, 0.18); } + .badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus { + color: #f46a6a; + text-decoration: none; + background-color: rgba(244, 106, 106, 0.4); } + +.badge.bg-pink[href]:hover, .badge.bg-pink[href]:focus { + background-color: #e62c81 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-pink { + color: #e83e8c; + background-color: rgba(232, 62, 140, 0.18); } + .badge-soft-pink[href]:hover, .badge-soft-pink[href]:focus { + color: #e83e8c; + text-decoration: none; + background-color: rgba(232, 62, 140, 0.4); } + +.badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + background-color: #e1e7f0 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-light { + color: #eff2f7; + background-color: rgba(239, 242, 247, 0.18); } + .badge-soft-light[href]:hover, .badge-soft-light[href]:focus { + color: #eff2f7; + text-decoration: none; + background-color: rgba(239, 242, 247, 0.4); } + +.badge.bg-dark[href]:hover, .badge.bg-dark[href]:focus { + background-color: #2b3035 !important; } + +.badge.bg-light { + color: #495057; } + .badge.bg-light[href]:hover, .badge.bg-light[href]:focus { + color: #495057; } + +.badge-soft-dark { + color: #343a40; + background-color: rgba(52, 58, 64, 0.18); } + .badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus { + color: #343a40; + text-decoration: none; + background-color: rgba(52, 58, 64, 0.4); } + +.rounded-pill { + padding-left: .6em; + padding-right: .6em; } + +.badge.bg-dark { + color: #eff2f7; } + +button, a { + outline: none !important; } + +.btn-rounded { + border-radius: 30px; } + +.btn-dark, .btn-secondary { + color: #eff2f7 !important; } + +.btn-outline-light { + color: #212529; } + +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle, .btn-dark:hover { + color: #eff2f7; } + +.btn-group-example .btn { + position: relative; } + .btn-group-example .btn:first-child::before { + display: none; } + .btn-group-example .btn:before { + content: "OR"; + position: absolute; + font-size: 10px; + width: 24px; + height: 24px; + line-height: 24px; + border-radius: 50%; + background-color: #74788d; + color: #eff2f7; + border: 1px solid #fff; + right: -12px; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + z-index: 1; } + +.btn-label { + position: relative; + padding-right: 44px; } + .btn-label .label-icon { + position: absolute; + width: 32px; + height: 100%; + right: 0; + top: 0; + background-color: rgba(255, 255, 255, 0.1); + border-left: 1px solid rgba(255, 255, 255, 0.1); + font-size: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; } + .btn-label.btn-light .label-icon { + background-color: rgba(52, 58, 64, 0.1); + border-left: 1px solid rgba(52, 58, 64, 0.2); } + +.breadcrumb-item > a { + color: #495057; } + +.breadcrumb-item + .breadcrumb-item::before { + font-family: "Material Design Icons"; } + +.card { + margin-bottom: 24px; + -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); + box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03); } + +.card-drop { + color: #495057; } + +.card-title { + font-size: 15px; + margin: 0 0 7px 0; + font-weight: 600; } + +.card-title-desc { + color: #74788d; + margin-bottom: 24px; } + +.dropdown-menu { + -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); + -webkit-animation-name: DropDownSlide; + animation-name: DropDownSlide; + -webkit-animation-duration: .3s; + animation-duration: .3s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + margin: 0; + position: absolute; + z-index: 1000; } + .dropdown-menu.show { + top: 100% !important; } + +.dropdown-menu-end[style] { + right: auto !important; + left: 0 !important; } + +.dropdown-menu[data-popper-placement^=left], .dropdown-menu[data-popper-placement^=top], .dropdown-menu[data-popper-placement^=right] { + top: auto !important; + -webkit-animation: none !important; + animation: none !important; } + +@-webkit-keyframes DropDownSlide { + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 0% { + -webkit-transform: translateY(10px); + transform: translateY(10px); } } + +@keyframes DropDownSlide { + 100% { + -webkit-transform: translateY(0); + transform: translateY(0); } + 0% { + -webkit-transform: translateY(10px); + transform: translateY(10px); } } + +@media (min-width: 600px) { + .dropdown-menu-lg { + width: 320px; } + .dropdown-menu-md { + width: 240px; } } + +.dropdown-divider { + border-top-color: #eff2f7; } + +.dropdown-mega { + position: static !important; } + +.dropdown-megamenu[style] { + padding: 20px; + right: 20px !important; + left: 20px !important; } + +.dropdown-mega-menu-xl { + width: 40rem; } + +.dropdown-mega-menu-lg { + width: 26rem; } + +.nav-tabs > li > a, .nav-pills > li > a { + color: #495057; + font-weight: 500; } + +.nav-pills > a { + color: #495057; + font-weight: 500; } + +.nav-tabs-custom { + border-bottom: 2px solid #f6f6f6; } + .nav-tabs-custom .nav-item { + position: relative; + color: #343a40; } + .nav-tabs-custom .nav-item .nav-link { + border: none; } + .nav-tabs-custom .nav-item .nav-link::after { + content: ""; + background: #556ee6; + height: 2px; + position: absolute; + width: 100%; + right: 0; + bottom: -1px; + -webkit-transition: all 250ms ease 0s; + transition: all 250ms ease 0s; + -webkit-transform: scale(0); + transform: scale(0); } + .nav-tabs-custom .nav-item .nav-link.active { + color: #556ee6; } + .nav-tabs-custom .nav-item .nav-link.active:after { + -webkit-transform: scale(1); + transform: scale(1); } + +.vertical-nav .nav .nav-link { + padding: 24px 16px; + text-align: center; + margin-bottom: 8px; } + .vertical-nav .nav .nav-link .nav-icon { + font-size: 24px; } + +.table th { + font-weight: 600; } + +.table .table-light { + color: #495057; + border-color: #eff2f7; + background-color: #f8f9fa; } + +.table-bordered { + border: 1px solid #eff2f7; } + .table-bordered th, + .table-bordered td { + border: 1px solid #eff2f7; } + +.table-dark > :not(:last-child) > :last-child > * { + border-bottom-color: #43494e; } + +.table-nowrap th, .table-nowrap td { + white-space: nowrap; } + +.pagination-rounded .page-link { + border-radius: 30px !important; + margin: 0 3px !important; + border: none; + width: 32px; + height: 32px; + padding: 0; + text-align: center; + line-height: 32px; } + +.progress-sm { + height: 5px; } + +.progress-md { + height: 8px; } + +.progress-lg { + height: 12px; } + +.progress-xl { + height: 16px; } + +.custom-progess { + position: relative; } + .custom-progess .progress-icon { + position: absolute; + top: -12px; } + .custom-progess .progress-icon .avatar-title { + background: #fff; } + +.animated-progess { + position: relative; } + .animated-progess .progress-bar { + position: relative; + border-radius: 6px; + -webkit-animation: animate-positive 2s; + animation: animate-positive 2s; } + +@-webkit-keyframes animate-positive { + 0% { + width: 0; } } + +@keyframes animate-positive { + 0% { + width: 0; } } + +/*# sourceMappingURL=bootstrap-rtl.min.css.map */ diff --git a/Vue/Starterkit/src/design/custom/components/_accordion.scss b/Vue/Starterkit/src/design/custom/components/_accordion.scss new file mode 100644 index 00000000..fafb5b98 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_accordion.scss @@ -0,0 +1,52 @@ + +// +// accordion.scss +// + +.custom-accordion { + .accordion-list { + display: flex; + border-radius: 7px; + background-color: $gray-300; + padding: 12px 20px; + color: $body-color; + font-weight: $font-weight-semibold; + align-items: center; + justify-content: space-between; + &.collapsed { + i.accor-plus-icon { + &:before { + content: "\F0415"; + } + } + } + + .accor-plus-icon{ + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; + line-height: 22px; + background-color: $card-bg; + text-align: center; + border-radius: 50%; + } + } + + + a { + + &.collapsed { + i.accor-down-icon { + &:before { + content: "\F0140"; + } + } + } + } + + + .card-body { + color: $text-muted; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_animation.scss b/Vue/Starterkit/src/design/custom/components/_animation.scss new file mode 100644 index 00000000..309569ce --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_animation.scss @@ -0,0 +1,492 @@ +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} +// bounceInRight +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInright { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} +// bounceOutLeft +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutleft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} +// bounceInLeft +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInleft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} +// bounceOutRight +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutright { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInup { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceIndown { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutdown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutup { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +// mask +.fade-enter-active, +.fade-leave-active { + transition: opacity 0.5s; +} +.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { + opacity: 0; +} diff --git a/Vue/Starterkit/src/design/custom/components/_avatar.scss b/Vue/Starterkit/src/design/custom/components/_avatar.scss new file mode 100644 index 00000000..1b5213f3 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_avatar.scss @@ -0,0 +1,56 @@ +// +// avatar.scss +// + +.avatar-xs { + height: 2rem; + width: 2rem; +} + +.avatar-sm { + height: 3rem; + width: 3rem; +} + +.avatar-md { + height: 4.5rem; + width: 4.5rem; +} + +.avatar-lg { + height: 6rem; + width: 6rem; +} + +.avatar-xl { + height: 7.5rem; + width: 7.5rem; +} + +.avatar-title { + align-items: center; + background-color: $primary; + color: $white; + display: flex; + font-weight: $fw-medium; + height: 100%; + justify-content: center; + width: 100%; +} + +// avatar group +.avatar-group { + padding-left: 12px; + display: flex; + flex-wrap: wrap; + .avatar-group-item { + margin-left: -12px; + border: 2px solid $card-bg; + border-radius: 50%; + transition: all 0.2s; + &:hover{ + position: relative; + transform: translateY(-2px); + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_backgrounds.scss b/Vue/Starterkit/src/design/custom/components/_backgrounds.scss new file mode 100644 index 00000000..7c751965 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_backgrounds.scss @@ -0,0 +1,13 @@ +// +// backgrounds.scss +// + + +@each $color, +$value in $theme-colors { + .bg-#{$color} { + &.bg-soft{ + background-color: rgba(($value), 0.25) !important; + } + } +} diff --git a/Vue/Starterkit/src/design/custom/components/_badge.scss b/Vue/Starterkit/src/design/custom/components/_badge.scss new file mode 100644 index 00000000..67994392 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_badge.scss @@ -0,0 +1,75 @@ +// +// _badge.scss +// + + +.badge { + &[href] { + + &:hover, + &:focus { + color: $white; + } + } +} + +// Soft badge +@mixin badge-variant-soft($bg) { + color: $bg; + background-color: rgba($bg, 0.18) !important; + + &[href] { + + &:hover, + &:focus { + color: $bg; + text-decoration: none; + background-color: rgba($bg, 0.4); + } + } +} + +@each $color, +$value in $theme-colors { + .badge { + &.bg-#{$color} { + &[href] { + + &:hover, + &:focus { + background-color: darken($value, 4%) !important; + } + } + } + } + + .badge { + &.bg-light { + color: $body-color; + + &[href] { + + &:hover, + &:focus { + color: $body-color; + } + } + } + } + + .badge-soft-#{$color} { + @include badge-variant-soft($value); + } + +} + +.rounded-pill { + padding-right: .6em; + padding-left: .6em; +} + +// Dark badge + +.badge.bg-dark { + color: $light; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_breadcrumb.scss b/Vue/Starterkit/src/design/custom/components/_breadcrumb.scss new file mode 100644 index 00000000..cf0e3f12 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_breadcrumb.scss @@ -0,0 +1,18 @@ + +// +// breadcrumb.scss +// + + +// Breadcrumb item arrow +.breadcrumb-item { + > a { + color: $gray-700; + } + +.breadcrumb-item { + &::before { + font-family: "Material Design Icons"; + } + } +} + \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_buttons.scss b/Vue/Starterkit/src/design/custom/components/_buttons.scss new file mode 100644 index 00000000..efcc390e --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_buttons.scss @@ -0,0 +1,88 @@ +// +// _buttons.scss +// + +button,a { + outline: none !important; +} + + +// Rounded Buttons +.btn-rounded { + border-radius: 30px; +} + +.btn-dark, .btn-secondary{ + color: $gray-200 !important; +} + +.btn-outline-light{ + color: $gray-900; +} + +.btn-outline-dark, .btn-dark{ + &:not(:disabled):not(.disabled):active, + &:not(:disabled):not(.disabled).active, + .show > &.dropdown-toggle, + &:hover{ + color: $light; + } +} + +// example 1 + +.btn-group-example{ + .btn{ + position: relative; + + &:first-child{ + &::before{ + display: none; + } + } + + &:before{ + content: "OR"; + position: absolute; + font-size: 10px; + width: 24px; + height: 24px; + line-height: 24px; + border-radius: 50%; + background-color: $gray-600; + color: $light; + border: 1px solid $white; + left: -12px; + top: 50%; + transform: translateY(-50%); + z-index: 1; + } + } +} + + +// Example 2 + +.btn-label{ + position: relative; + padding-left: 44px; + .label-icon{ + position: absolute; + width: 32px; + height: 100%; + left: 0; + top: 0; + background-color: rgba($white, 0.1); + border-right: 1px solid rgba($white, 0.1); + font-size: 16px; + display: flex; + align-items: center; + justify-content: center; + } + &.btn-light{ + .label-icon{ + background-color: rgba($dark, 0.1); + border-right: 1px solid rgba($dark, 0.2); + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_card.scss b/Vue/Starterkit/src/design/custom/components/_card.scss new file mode 100644 index 00000000..3740a0ec --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_card.scss @@ -0,0 +1,24 @@ +// +// _card.scss +// + +.card { + margin-bottom: $grid-gutter-width; + box-shadow: $box-shadow; +} + +.card-drop { + color: $body-color; +} + +.card-title { + font-size: 15px; + margin: 0 0 7px 0; + font-weight: $font-weight-semibold; +} + +.card-title-desc { + color: $card-title-desc; + margin-bottom: 24px; +} + diff --git a/Vue/Starterkit/src/design/custom/components/_demos.scss b/Vue/Starterkit/src/design/custom/components/_demos.scss new file mode 100644 index 00000000..4b3ef347 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_demos.scss @@ -0,0 +1,118 @@ +// +// _demos.scss +// + +// Demo Only +.button-items { + margin-left: -8px; + margin-bottom: -12px; + + .btn { + margin-bottom: 12px; + margin-left: 8px; + } +} + +// Lightbox + +.mfp-popup-form { + max-width: 1140px; +} + +// Modals + +.bs-example-modal { + position: relative; + top: auto; + right: auto; + bottom: auto; + left: auto; + z-index: 1; + display: block; + } + + +// Icon demo ( Demo only ) +.icon-demo-content { + text-align: center; + color: $gray-500; + + i{ + display: block; + font-size: 24px; + margin-bottom: 16px; + color: $gray-600; + transition: all 0.4s; + } + + .col-lg-4 { + margin-top: 24px; + + &:hover { + i { + color: $primary; + transform: scale(1.5); + } + } + } +} + + +// Grid + +.grid-structure { + .grid-container { + background-color: $gray-100; + margin-top: 10px; + font-size: .8rem; + font-weight: $fw-medium; + padding: 10px 20px; + } +} + + +// card radio + +.card-radio{ + background-color: $card-bg; + border: 2px solid $card-border-color; + border-radius: $border-radius; + padding: 1rem; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + + &:hover{ + cursor: pointer; + } +} + +.card-radio-label{ + display: block; +} + + +.card-radio-input{ + display: none; + &:checked + .card-radio { + border-color: $primary !important; + } +} + +.navs-carousel{ + .owl-nav{ + margin-top: 16px; + button{ + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba($primary, 0.25) !important; + color: $primary !important; + margin: 4px 8px !important; + } + } +} + + diff --git a/Vue/Starterkit/src/design/custom/components/_dropdown.scss b/Vue/Starterkit/src/design/custom/components/_dropdown.scss new file mode 100644 index 00000000..173798cb --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_dropdown.scss @@ -0,0 +1,116 @@ +// +// _dropdown.scss +// + +.dropdown-toggle-split { + &::before { + content: "\F0140"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } +} + +.dropup { + .dropdown-toggle-split { + &::before { + content: "\F0143"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } + } +} + +.dropright .dropdown-toggle-split { + &::before { + content: "\F0142"; + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + } +} + +.dropdown-menu { + box-shadow: $box-shadow-lg; + animation-name: DropDownSlide; + animation-duration: .3s; + animation-fill-mode: both; + margin: 0; + position: absolute; + z-index: 1000; + + &.show { + top: 100% !important; + } +} + +.dropdown-menu-end[style] { + left: auto !important; + right: 0 !important; +} + +.dropdown-menu { + &:focus-visible { + outline: none !important; + } +} + +.dropdown-menu[data-popper-placement^=right], +.dropdown-menu[data-popper-placement^=top], +.dropdown-menu[data-popper-placement^=left] { + top: auto !important; + animation: none !important; +} + +@keyframes DropDownSlide { + 100% { + transform: translateY(0) + } + + 0% { + transform: translateY(10px) + } +} + +@media (min-width: 600px) { + .dropdown-menu-lg { + width: 320px; + } + + .dropdown-menu-md { + width: 240px; + } +} + +.dropdown-divider { + border-top-color: $border-color; +} + +// Dropdown Mega Menu + +.dropdown-mega { + position: static !important; +} + +.dropdown-megamenu[style] { + padding: 20px; + left: 20px !important; + right: 20px !important; +} + +// Dropdown size + +.dropdown-mega-menu-xl { + width: 40rem; +} + +.dropdown-mega-menu-lg { + width: 26rem; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_forms.scss b/Vue/Starterkit/src/design/custom/components/_forms.scss new file mode 100644 index 00000000..8a2996a5 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_forms.scss @@ -0,0 +1,256 @@ +// +// Forms.scss +// + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + &::placeholder { + text-align: left + /*rtl: right*/ + ; + } +} + +.form-check { + position: relative; + text-align: left + /*rtl: right*/ + ; +} + + +// checkbox input right + +.form-check-right { + padding-left: 0; + display: inline-block; + padding-right: $form-check-padding-start; + + .form-check-input { + float: right; + margin-left: 0; + margin-right: $form-check-padding-start * -1; + } + + .form-check-label { + display: block; + } +} + + + +// checkbox + +.form-checkbox-outline { + + .form-check-input { + border-width: 2px; + background-color: $card-bg; + + &:active { + filter: none; + } + + &:checked { + background-color: $card-bg !important; + + &[type=checkbox] { + background-image: none; + + } + + &:after { + position: absolute; + content: '\F012C'; + font-family: "Material Design Icons"; + top: -4px !important; + left: 1px; + /*rtl: -4px */ + font-size: 16px; + color: $dark; + } + } + } +} + +// radio + +.form-radio-outline { + .form-check-input { + background-color: $card-bg; + position: relative; + + &:active { + filter: none; + } + + &:checked { + background-color: $card-bg !important; + + &[type=checkbox] { + background-image: none; + } + + &:after { + position: absolute; + content: ''; + top: 3px !important; + left: 3px; + width: 5px; + height: 5px; + border-radius: 50%; + } + } + } +} + +// checkbox color + +@each $color, +$value in $theme-colors { + .form-check-#{$color} { + .form-check-input { + &:checked { + background-color: $value; + border-color: $value; + } + } + } + + .form-radio-#{$color} { + .form-check-input { + &:checked { + border-color: $value; + background-color: $value; + + &:after { + background-color: $value; + } + } + } + } +} + +.form-check-label { + cursor: pointer; + margin-bottom: 0; +} + +// Switch sizes + +.form-switch-md { + padding-left: 2.5rem; + min-height: 24px; + line-height: 24px; + + .form-check-input { + width: 40px; + height: 20px; + left: -0.5rem; + position: relative; + } + + .form-check-label { + vertical-align: middle; + } +} + +.form-switch-lg { + padding-left: 2.75rem; + min-height: 28px; + line-height: 28px; + + .form-check-input { + width: 48px; + height: 24px; + left: -0.75rem; + position: relative; + } +} + +.input-group-text { + margin-bottom: 0px; +} + +.custom-control-input:checked[type=radio] { + background-image: url("data:image/svg+xml,"); +} + +.custom-control-input:checked { + background-color: #556ee6; + border-color: #556ee6; +} + + +.custom-radio { + .custom-control-input { + appearance: none; + width: $form-check-input-width; + height: $form-check-input-width; + background-color: $form-check-input-bg; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: $form-check-input-border; + vertical-align: middle; + + + &[type="radio"] { + // stylelint-disable-next-line property-disallowed-list + border-radius: $form-check-radio-border-radius; + + &:focus { + outline: none; + } + } + + &:checked { + background-color: $form-check-input-checked-bg-color; + border-color: $form-check-input-checked-border-color; + + &[type=radio] { + background-image: escape-svg($form-check-radio-checked-bg-image); + } + } + + } +} + + +.custom-checkbox { + .custom-control-input { + appearance: none; + width: $form-check-input-width; + height: $form-check-input-width; + background-color: $form-check-input-bg; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: $form-check-input-border; + vertical-align: middle; + + + &[type="checkbox"] { + &:focus { + outline: none; + } + } + + &:checked { + background-color: $form-check-input-checked-bg-color; + border-color: $form-check-input-checked-border-color; + + &[type=checkbox] { + background-image: escape-svg($form-check-input-checked-bg-image); + } + } + + } +} + + +.form-select { + padding: 0.47rem 1.75rem 0.47rem 0.75rem; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_helper.scss b/Vue/Starterkit/src/design/custom/components/_helper.scss new file mode 100644 index 00000000..407c295d --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_helper.scss @@ -0,0 +1,111 @@ +// +// _helper.scss +// + +.font-size-10 { + font-size: 10px !important; +} + +.font-size-11 { + font-size: 11px !important; +} + +.font-size-12 { + font-size: 12px !important; +} + +.font-size-13 { + font-size: 13px !important; +} + +.font-size-14 { + font-size: 14px !important; +} + +.font-size-15 { + font-size: 15px !important; +} + +.font-size-16 { + font-size: 16px !important; +} + +.font-size-17 { + font-size: 17px !important; +} + +.font-size-18 { + font-size: 18px !important; +} + +.font-size-20 { + font-size: 20px !important; +} + +.font-size-22 { + font-size: 22px !important; +} + +.font-size-24 { + font-size: 24px !important; +} + +// Font weight help class + +.fw-medium { + font-weight: $fw-medium; +} + +.font-weight-semibold { + font-weight: $font-weight-semibold; +} + +// Social + +.social-list-item { + height: 2rem; + width: 2rem; + line-height: calc(2rem - 4px); + display: block; + border: 2px solid $gray-500; + border-radius: 50%; + color: $gray-500; + text-align: center; + transition: all 0.4s; + + &:hover { + color: $gray-600; + background-color: $gray-200; + } +} + + +.w-xs { + min-width: 80px; +} + +.w-sm { + min-width: 95px; +} + +.w-md { + min-width: 110px; +} + +.w-lg { + min-width: 140px; +} + +.w-xl { + min-width: 160px; +} + +// alert + +.alert-dismissible { + .btn-close { + font-size: 10px; + padding: $alert-padding-y * 1.4 $alert-padding-x; + background: transparent escape-svg($btn-close-bg-dark) center / $btn-close-width auto no-repeat; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_nav.scss b/Vue/Starterkit/src/design/custom/components/_nav.scss new file mode 100644 index 00000000..edd11f98 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_nav.scss @@ -0,0 +1,68 @@ +// +// _nav.scss +// + +.nav-tabs,.nav-pills { + > li { + > a { + color: $gray-700; + font-weight: $fw-medium; + } + } +} + +.nav-pills { + > a { + color: $gray-700; + font-weight: $fw-medium; + } +} + + +.nav-tabs-custom { + border-bottom: 2px solid $gray-300; + + .nav-item { + position: relative; + color: $dark; + .nav-link { + border: none; + + &::after { + content: ""; + background: $primary; + height: 2px; + position: absolute; + width: 100%; + left: 0; + bottom: -1px; + transition: all 250ms ease 0s; + transform: scale(0); + } + + &.active{ + color: $primary; + &:after{ + transform: scale(1); + } + } + + } + } +} + + +// vertical nav + +.vertical-nav{ + .nav{ + .nav-link{ + padding: 24px 16px; + text-align: center; + margin-bottom: 8px; + .nav-icon{ + font-size: 24px; + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_pagination.scss b/Vue/Starterkit/src/design/custom/components/_pagination.scss new file mode 100644 index 00000000..b7b5d9f5 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_pagination.scss @@ -0,0 +1,17 @@ +// +// _pagination.scss +// + +// Pagination rounded (Custom) +.pagination-rounded { + .page-link { + border-radius: 30px !important; + margin: 0 3px !important; + border: none; + width: 32px; + height: 32px; + padding: 0; + text-align: center; + line-height: 32px; + } + } \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_preloader.scss b/Vue/Starterkit/src/design/custom/components/_preloader.scss new file mode 100644 index 00000000..1d67defa --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_preloader.scss @@ -0,0 +1,106 @@ +// +// preloader.scss +// + +#preloader { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: $card-bg; + z-index: 9999; +} + +#status { + width: 40px; + height: 40px; + position: absolute; + left: 50%; + top: 50%; + margin: -20px 0 0 -20px; +} + +.spinner-chase { + margin: 0 auto; + width: 40px; + height: 40px; + position: relative; + animation: spinner-chase 2.5s infinite linear both; +} + +.chase-dot { + width: 100%; + height: 100%; + position: absolute; + left: 0; + top: 0; + animation: chase-dot 2.0s infinite ease-in-out both; + &:before { + content: ''; + display: block; + width: 25%; + height: 25%; + background-color: $primary; + border-radius: 100%; + animation: chase-dot-before 2.0s infinite ease-in-out both; + } + + &:nth-child(1) { + animation-delay: -1.1s; + &:before{ + animation-delay: -1.1s; + } + } + &:nth-child(2) { + animation-delay: -1.0s; + &:before{ + animation-delay: -1.0s; + } + } + &:nth-child(3) { + animation-delay: -0.9s; + &:before{ + animation-delay: -0.9s; + } + } + &:nth-child(4) { + animation-delay: -0.8s; + &:before{ + animation-delay: -0.8s; + } + } + &:nth-child(5) { + animation-delay: -0.7s; + &:before{ + animation-delay: -0.7s; + } + } + &:nth-child(6) { + animation-delay: -0.6s; + &:before{ + animation-delay: -0.6s; + } + } +} + +@keyframes spinner-chase { + 100% { + transform: rotate(360deg); + } +} + +@keyframes chase-dot { + 80%, 100% { + transform: rotate(360deg); + } +} + +@keyframes chase-dot-before { + 50% { + transform: scale(0.4); + } + 100%, 0% { + transform: scale(1.0); + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_print.scss b/Vue/Starterkit/src/design/custom/components/_print.scss new file mode 100644 index 00000000..9253dfa6 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_print.scss @@ -0,0 +1,26 @@ +// +// print.scss +// + +// Used invoice page +@media print { + .vertical-menu, + .right-bar, + .page-title-box, + .navbar-header, + .footer { + display: none !important; + } + .card-body, + .main-content, + .right-bar, + .page-content, + body { + padding: 0; + margin: 0; + } + + .card{ + border: 0; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_progress.scss b/Vue/Starterkit/src/design/custom/components/_progress.scss new file mode 100644 index 00000000..ebabf722 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_progress.scss @@ -0,0 +1,53 @@ +// +// _progress.scss +// + +// Progress height small +.progress-sm { + height: 5px; +} + + +// Progress height medium +.progress-md { + height: 8px; +} + + +// Progress height large +.progress-lg { + height: 12px; +} + +// Progress height Extra large +.progress-xl { + height: 16px; +} + +.custom-progess{ + position: relative; + .progress-icon{ + position: absolute; + top: -12px; + .avatar-title{ + background: $card-bg; + } + } +} + +// animated-progess + +.animated-progess{ + position: relative; + .progress-bar { + position: relative; + border-radius: 6px; + animation: animate-positive 2s; + } +} + +@keyframes animate-positive { + 0% { + width: 0; + } +} diff --git a/Vue/Starterkit/src/design/custom/components/_reboot.scss b/Vue/Starterkit/src/design/custom/components/_reboot.scss new file mode 100644 index 00000000..cadc86b5 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_reboot.scss @@ -0,0 +1,51 @@ +/* ============= + General +============= */ + +html { + position: relative; + min-height: 100%; +} + +.h1,.h2,.h3,.h4,.h5,.h6, +h1,h2,h3,h4,h5,h6 { + color: $gray-700; +} + +a { + text-decoration: none !important; +} + +label { + font-weight: 500; + margin-bottom: $form-label-margin-bottom; +} + +// blockquote + +.blockquote { + padding: 10px 20px; + border-left: 4px solid $gray-300; +} + +.blockquote-reverse { + border-left: 0; + border-right: 4px solid $gray-300; + text-align: right; +} + +// container + +.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ + @media (min-width: 1200px){ + max-width: 1140px; + } +} + +// row + +.row{ + > * { + position: relative; + } +} diff --git a/Vue/Starterkit/src/design/custom/components/_table.scss b/Vue/Starterkit/src/design/custom/components/_table.scss new file mode 100644 index 00000000..0fdf9c7a --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_table.scss @@ -0,0 +1,40 @@ +// +// _table.scss +// + +.table { + th { + font-weight: $font-weight-bold; + &:focus { + outline: none !important + } + } + + .table-light{ + color: $body-color; + border-color: $table-border-color; + background-color: $table-head-bg; + } +} + +.table-bordered { + border: $table-border-width solid $table-border-color; + + th, + td { + border: $table-border-width solid $table-border-color; + } +} + + +.table-dark>:not(:last-child)>:last-child>*{ + border-bottom-color: $table-dark-border-color; +} + +.table-nowrap { + th, td { + white-space: nowrap; + } +} + + diff --git a/Vue/Starterkit/src/design/custom/components/_waves.scss b/Vue/Starterkit/src/design/custom/components/_waves.scss new file mode 100644 index 00000000..4729086d --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_waves.scss @@ -0,0 +1,168 @@ + +/*! + * Waves v0.7.6 + * http://fian.my.id/Waves + * + * Copyright 2014-2018 Alfiana E. Sibuea and other contributors + * Released under the MIT license + * https://github.com/fians/Waves/blob/master/LICENSE */ + .waves-effect { + position: relative; + cursor: pointer; + display: inline-block; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: transparent; + } + .waves-effect .waves-ripple { + position: absolute; + border-radius: 50%; + width: 100px; + height: 100px; + margin-top: -50px; + margin-left: -50px; + opacity: 0; + background: rgba(0, 0, 0, 0.2); + background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + -webkit-transition: all 0.5s ease-out; + -moz-transition: all 0.5s ease-out; + -o-transition: all 0.5s ease-out; + transition: all 0.5s ease-out; + -webkit-transition-property: -webkit-transform, opacity; + -moz-transition-property: -moz-transform, opacity; + -o-transition-property: -o-transform, opacity; + transition-property: transform, opacity; + -webkit-transform: scale(0) translate(0, 0); + -moz-transform: scale(0) translate(0, 0); + -ms-transform: scale(0) translate(0, 0); + -o-transform: scale(0) translate(0, 0); + transform: scale(0) translate(0, 0); + pointer-events: none; + } + .waves-effect.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); + } + .waves-effect.waves-classic .waves-ripple { + background: rgba(0, 0, 0, 0.2); + } + .waves-effect.waves-classic.waves-light .waves-ripple { + background: rgba(255, 255, 255, 0.4); + } + .waves-notransition { + -webkit-transition: none !important; + -moz-transition: none !important; + -o-transition: none !important; + transition: none !important; + } + .waves-button, + .waves-circle { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); + -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); + } + .waves-button, + .waves-button:hover, + .waves-button:visited, + .waves-button-input { + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + border: none; + outline: none; + color: inherit; + background-color: rgba(0, 0, 0, 0); + font-size: 1em; + line-height: 1em; + text-align: center; + text-decoration: none; + z-index: 1; + } + .waves-button { + padding: 0.85em 1.1em; + border-radius: 0.2em; + } + .waves-button-input { + margin: 0; + padding: 0.85em 1.1em; + } + .waves-input-wrapper { + border-radius: 0.2em; + vertical-align: bottom; + } + .waves-input-wrapper.waves-button { + padding: 0; + } + .waves-input-wrapper .waves-button-input { + position: relative; + top: 0; + left: 0; + z-index: 1; + } + .waves-circle { + text-align: center; + width: 2.5em; + height: 2.5em; + line-height: 2.5em; + border-radius: 50%; + } + .waves-float { + -webkit-mask-image: none; + -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); + -webkit-transition: all 300ms; + -moz-transition: all 300ms; + -o-transition: all 300ms; + transition: all 300ms; + } + .waves-float:active { + -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); + } + .waves-block { + display: block; + } + +.waves-effect.waves-light { + .waves-ripple { + background-color: rgba($white, 0.4); + } +} + +.waves-effect.waves-primary { + .waves-ripple { + background-color: rgba($primary, 0.4); + } +} +.waves-effect.waves-success { + .waves-ripple { + background-color: rgba($success, 0.4); + } +} +.waves-effect.waves-info { + .waves-ripple { + background-color: rgba($info, 0.4); + } +} +.waves-effect.waves-warning { + .waves-ripple { + background-color: rgba($warning, 0.4); + } +} +.waves-effect.waves-danger { + .waves-ripple { + background-color: rgba($danger, 0.4); + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/components/_widgets.scss b/Vue/Starterkit/src/design/custom/components/_widgets.scss new file mode 100644 index 00000000..745ef082 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/components/_widgets.scss @@ -0,0 +1,37 @@ +// +// Widgets.scss +// + +.mini-stats-wid{ + .mini-stat-icon{ + overflow: hidden; + position: relative; + &:before, &:after{ + content: ""; + position: absolute; + width: 8px; + height: 54px; + background-color: rgba($white,.1); + left: 16px; + transform: rotate(32deg); + top: -5px; + transition: all 0.4s; + } + + &::after{ + left: -12px; + width: 12px; + transition: all 0.2s; + } + } + + &:hover{ + .mini-stat-icon{ + &::after{ + left: 60px; + } + } + } +} + + diff --git a/Vue/Starterkit/src/design/custom/fonts/_fonts.scss b/Vue/Starterkit/src/design/custom/fonts/_fonts.scss new file mode 100644 index 00000000..411e12ac --- /dev/null +++ b/Vue/Starterkit/src/design/custom/fonts/_fonts.scss @@ -0,0 +1,5 @@ +// +// Google font - Poppins +// + +@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap'); \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_authentication.scss b/Vue/Starterkit/src/design/custom/pages/_authentication.scss new file mode 100644 index 00000000..2c8764ac --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_authentication.scss @@ -0,0 +1,89 @@ +// +// authentication.scss +// + + +// authentication home icon +.home-btn { + position: absolute; + top: 15px; + right: 25px; +} + +// auth 2 + +.auth-logo{ + .auth-logo-dark{ + display: $display-block; + } + .auth-logo-light{ + display: $display-none; + } +} + +.auth-body-bg{ + background-color: $card-bg; +} + + +// auth-pass-inputgroup + +.auth-pass-inputgroup{ + input[type="input"] + .btn .mdi-eye-outline{ + &:before{ + content: "\F06D1"; + } + } +} + +// authentication full page + +.auth-full-bg{ + background-color: rgba($primary, 0.25); + display: flex; + + @media (min-width: 1200px){ + height: 100vh; + } + + + &::before{ + content: ""; + position: absolute; + width: 300px; + height: 300px; + border-radius: 50%; + } + + .bg-overlay{ + background: url("~@/assets/images/bg-auth-overlay.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } +} + +.auth-full-page-content{ + display: flex; + + @media (min-width: 1200px){ + min-height: 100vh; + } +} + +.auth-review-carousel{ + &.owl-theme { + .owl-dots { + .owl-dot{ + span{ + background-color: rgba($primary, 0.25); + } + &.active, &:hover{ + span{ + background-color: $primary; + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_chat.scss b/Vue/Starterkit/src/design/custom/pages/_chat.scss new file mode 100644 index 00000000..ce7febb8 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_chat.scss @@ -0,0 +1,250 @@ +// +// Chat.scss +// + +.chat-leftsidebar{ + @media (min-width: 992px) { + min-width: 260px; + } + + @media (min-width: 1200px) { + min-width: 380px; + } + + .chat-leftsidebar-nav{ + .nav{ + background-color: $card-bg; + } + + .tab-content{ + min-height: 488px; + } + } +} + +.chat-users { + .chat-conversation { + min-height: 450px; + } +} + +.chat-noti-dropdown{ + &.active{ + &:before{ + content: ""; + position: absolute; + width: 8px; + height: 8px; + background-color: $danger; + border-radius: 50%; + right: 0; + } + } + + .btn{ + padding: 6px; + box-shadow: none; + font-size: 20px; + } +} + +.chat-search-box{ + .form-control{ + border: 0; + } +} + +.chat-list{ + margin: 0; + li{ + &.active{ + a{ + background-color: $card-bg; + border-color: transparent; + box-shadow: $box-shadow; + } + } + a{ + display: block; + padding: 14px 16px; + color: $gray-600; + transition: all 0.4s; + border-top: 1px solid $border-color; + border-radius: 4px; + &:hover{ + background-color: $card-bg; + border-color: transparent; + box-shadow: $box-shadow; + + } + } + } +} + + +.user-chat-nav{ + .dropdown{ + .nav-btn{ + height: 40px; + width: 40px; + line-height: 40px; + box-shadow: none; + padding: 0; + font-size: 16px; + background-color: $light; + border-radius: 50%; + } + + .dropdown-menu{ + box-shadow: $box-shadow; + border: 1px solid $border-color + } + } +} + + +.chat-conversation{ + li{ + clear: both; + } + + .chat-day-title{ + position: relative; + text-align: center; + margin-bottom: 24px; + + .title{ + background-color: $card-bg; + position: relative; + z-index: 1; + padding: 6px 24px; + } + + &:before{ + content: ""; + position: absolute; + width: 100%; + height: 1px; + left: 0; + right: 0; + background-color: $border-color; + top: 10px; + } + .badge{ + font-size: 12px; + } + } + .conversation-list{ + margin-bottom: 24px; + display: inline-block; + position: relative; + + .ctext-wrap{ + padding: 12px 24px; + background-color: rgba($primary,0.1); + border-radius: 8px 8px 8px 0px; + overflow: hidden; + + .conversation-name{ + font-weight: $font-weight-semibold; + color: $primary; + margin-bottom: 4px; + } + } + + .dropdown{ + float: right; + .dropdown-toggle{ + font-size: 18px; + padding: 4px; + color: $gray-600; + @media (max-width: 575.98px) { + display: none; + } + } + + .dropdown-menu{ + box-shadow: $box-shadow; + border: 1px solid $border-color + } + } + + .chat-time{ + font-size: 12px; + } + } + + .right{ + .conversation-list{ + float: right; + .ctext-wrap{ + background-color: $light; + text-align: right; + border-radius: 8px 8px 0px 8px; + } + .dropdown{ + float: left; + } + + &.last-chat{ + .conversation-list{ + &:before{ + right: 0; + left: auto; + } + } + } + } + + } + + .last-chat{ + .conversation-list{ + &:before{ + content: "\F0009"; + font-family: "Material Design Icons"; + position: absolute; + color: $primary; + right: 0; + bottom: 0; + font-size: 16px; + + @media (max-width: 575.98px) { + display: none; + } + } + } + } +} + +.chat-input-section{ + border-top: 1px solid $border-color; +} + +.chat-input{ + border-radius: 30px; + background-color: $light !important; + border-color: $light !important; + padding-right: 120px; +} + +.chat-input-links{ + position: absolute; + right: 16px; + top: 50%; + transform: translateY(-50%); + li{ + a{ + font-size: 16px; + line-height: 36px; + padding: 0px 4px; + display: inline-block; + } + } +} + +.chat-send{ + @media (max-width: 575.98px) { + min-width: auto; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_coming-soon.scss b/Vue/Starterkit/src/design/custom/pages/_coming-soon.scss new file mode 100644 index 00000000..b202cde7 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_coming-soon.scss @@ -0,0 +1,20 @@ +// +// coming-soon.scss +// + +.counter-number { + font-size: 32px; + font-weight: $font-weight-semibold; + text-align: center; + display: flex; + span { + font-size: 16px; + font-weight: $font-weight-normal; + display: block; + padding-top: 5px; + } +} + +.coming-box { + width: 25%; +} diff --git a/Vue/Starterkit/src/design/custom/pages/_contacts.scss b/Vue/Starterkit/src/design/custom/pages/_contacts.scss new file mode 100644 index 00000000..02c09e25 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_contacts.scss @@ -0,0 +1,15 @@ +// +// Contacts.scss +// + +.contact-links{ + a{ + color: $body-color; + } +} + +// profile + +.profile-user-wid{ + margin-top: -26px; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_crypto.scss b/Vue/Starterkit/src/design/custom/pages/_crypto.scss new file mode 100644 index 00000000..b02213f3 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_crypto.scss @@ -0,0 +1,340 @@ +// +// crypto.scss +// + +@media (min-width: 576px){ + .currency-value{ + position: relative; + &:after{ + content: "\F04E1"; + font-family: "Material Design Icons"; + font-size: 24px; + position: absolute; + width: 45px; + height: 45px; + line-height: 45px; + border-radius: 50%; + text-align: center; + right: 0; + top: 50%; + transform: translateY(-50%); + background-color: $primary; + color: $white; + z-index: 9; + right: -34px; + } + } + +} + +.crypto-buy-sell-nav-content{ + border: 2px solid $gray-300; + border-top: 0; +} + + +// KYC Application + +.kyc-doc-verification{ + .dropzone{ + min-height: 180px; + .dz-message{ + margin: 24px 0px; + } + } +} + + +/****************** + Ico Landing +*******************/ + +.section{ + position: relative; + padding-top: 80px; + padding-bottom: 80px; + + &.bg-white{ + background-color: $card-bg !important; + } +} + +.small-title{ + color: $gray-600; + margin-bottom: 8px; +} + + +// Navigation + +.navigation { + padding: 0 16px; + width: 100%; + z-index: 999; + margin-bottom: 0px; + transition: all 0.5s ease-in-out; + border-bottom: 1px solid rgba($white, 0.1); + + @media (max-width: 991.98px) { + background-color: $topnav-bg; + } + + .navbar-logo{ + line-height: 70px; + transition: all 0.4s; + .logo-dark{ + display: none; + @media (max-width: 991.98px) { + display: block; + } + } + .logo-light{ + display: block; + @media (max-width: 991.98px) { + display: none; + } + } + } + + + .navbar-nav{ + .nav-item{ + .nav-link{ + color: rgba($white, 0.6); + line-height: 58px; + padding: 6px 16px; + font-weight: $fw-medium; + transition: all 0.4s; + + @media (max-width: 991.98px) { + color: $header-item-color; + } + + &:hover, &.active{ + color: rgba($white, 0.9); + + @media (max-width: 991.98px) { + color: $primary; + } + } + + @media (max-width: 991.98px) { + line-height: 28px !important; + } + } + } + } + + &.nav-sticky{ + background-color: $topnav-bg; + box-shadow: $box-shadow; + .navbar-logo{ + line-height: 60px; + + .logo-dark{ + display: $display-block; + } + .logo-light{ + display: $display-none; + } + } + + .navbar-nav { + .nav-item { + .nav-link{ + line-height: 48px; + color: $header-item-color; + &:hover, &.active{ + color: $primary; + } + } + } + } + } +} + +.bg-overlay{ + position: absolute; + height: 100%; + width: 100%; + right: 0; + bottom: 0; + left: 0; + top: 0; + opacity: 0.7; + background-color: $black; +} + +.hero-section{ + padding-top: 220px; + padding-bottom: 190px; + + &.bg-ico-hero{ + background-image: url("~@/assets/images/crypto/bg-ico-hero.jpg"); + background-size: cover; + background-position: top; + } + + @media (max-width: 575.98px) { + padding-top: 140px; + padding-bottom: 80px; + } + + .hero-title{ + font-size: 42px; + @media (max-width: 575.98px) { + font-size: 26px; + } + } + + .ico-countdown{ + font-size: 22px; + margin-right: -12px; + margin-left: -12px; + @media (max-width: 575.98px) { + display: block; + } + .coming-box{ + margin-right: 12px; + margin-left: 12px; + border: 1px solid $border-color; + border-radius: 4px; + padding: 8px; + background-color: $card-bg; + + @media (max-width: 575.98px) { + display: inline-block; + width: 40%; + margin-bottom: 24px; + } + + span{ + background-color: $light; + font-size: 12px; + padding: 4px; + margin-top: 8px; + } + } + } + + .softcap-progress{ + overflow: visible; + + .progress-bar{ + overflow: visible; + } + + .progress-label{ + position: relative; + text-align: right; + color: $body-color; + bottom: 20px; + font-size: 12px; + font-weight: $fw-medium; + } + } +} + + +// currency price + +.currency-price{ + position: relative; + bottom: 40px; +} + + +// Clients + +.client-images { + img { + max-height: 34px; + width: auto !important; + margin: 12px auto; + opacity: 0.7; + transition: all 0.4s; + } +} + + +// Features + +.features-number{ + opacity: 0.1; +} + + +// Team + +.team-box{ + .team-social-links{ + a{ + color: $body-color; + font-size: 14px; + } + } +} + +// Blog + +.blog-box{ + .blog-badge{ + position: absolute; + top: 12px; + right: 12px; + } +} + +// landing footer + +.landing-footer{ + padding: 80px 0 40px; + background-color: $sidebar-dark-bg; + color: rgba($white, 0.5); + + .footer-list-title{ + color: rgba($white, 0.9); + } + + .footer-list-menu { + li { + a { + display: block; + color: rgba($white, 0.5); + margin-bottom: 14px; + transition: all 0.4s; + &:hover{ + color: rgba($white, 0.8); + } + } + } + } + + .blog-post{ + + .post{ + display: block; + color: rgba($white, 0.5); + padding: 16px 0px; + border-bottom: 1px solid rgba($white, 0.1); + .post-title{ + color: rgba($white, 0.8); + font-size: 14px; + } + + &:first-of-type{ + padding-top: 0; + } + + &:last-of-type{ + padding-bottom: 0; + border-bottom: 0; + } + } + } + + .footer-border{ + border-color: rgba($white, 0.1); + } +} + diff --git a/Vue/Starterkit/src/design/custom/pages/_ecommerce.scss b/Vue/Starterkit/src/design/custom/pages/_ecommerce.scss new file mode 100644 index 00000000..e7e45ef7 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_ecommerce.scss @@ -0,0 +1,121 @@ +// +// ecommerce.scss +// + +// product + +.search-box{ + .form-control{ + border-radius: 30px; + padding-left: 40px; + } + .search-icon{ + font-size: 16px; + position: absolute; + left: 13px; + top: 0; + line-height: 38px; + } +} + +.product-list{ + li{ + a{ + display: block; + padding: 4px 0px; + color: $body-color; + } + } +} + +.product-view-nav{ + &.nav-pills { + .nav-item{ + margin-left: 4px; + } + .nav-link{ + width: 36px; + height: 36px; + font-size: 16px; + padding: 0; + line-height: 36px; + text-align: center; + border-radius: 50%; + } + } +} + +.product-ribbon{ + position: absolute; + right: 0px; + top: 0px; +} + +// Product Details + +.product-detai-imgs{ + .nav{ + .nav-link{ + margin: 7px 0px; + + &.active{ + background-color: $gray-300; + } + } + } +} + +.product-color{ + a{ + display: inline-block; + text-align: center; + color: $body-color; + .product-color-item{ + margin: 7px; + } + &.active, &:hover{ + color: $primary; + .product-color-item{ + border-color: $primary !important; + } + } + } +} + +// ecommerce cart + +.visa-card{ + .visa-logo{ + line-height: 0.5; + } + + .visa-pattern{ + position: absolute; + font-size: 385px; + color: rgba($white, 0.05); + line-height: 0.4; + right: 0px; + bottom: 0px; + } +} + + +// checkout + +.checkout-tabs{ + .nav-pills{ + .nav-link{ + margin-bottom: 24px; + text-align: center; + background-color: $card-bg; + box-shadow: $box-shadow; + + &.active{ + background-color: $primary; + } + .check-nav-icon{ + font-size: 36px; + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_email.scss b/Vue/Starterkit/src/design/custom/pages/_email.scss new file mode 100644 index 00000000..324d8748 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_email.scss @@ -0,0 +1,209 @@ +/* ============== + Email +===================*/ +.email-leftbar { + width: 236px; + float: left; + padding: 20px; + border-radius: 5px; +} + +.email-rightbar { + margin-left: 260px; +} + +.chat-user-box { + p.user-title { + color: $dark; + font-weight: 500; + } + p { + font-size: 12px; + } +} + +@media (max-width: 767px) { + .email-leftbar { + float: none; + width: 100%; + } + .email-rightbar { + margin: 0; + } +} + + +.mail-list { + a { + display: block; + color: $gray-600; + line-height: 24px; + padding: 8px 5px; + &.active { + color: $danger; + font-weight: 500; + } + } +} + +.message-list { + display: block; + padding-left: 0; + + li { + position: relative; + display: block; + height: 50px; + line-height: 50px; + cursor: default; + transition-duration: .3s; + + a{ + color: $gray-600; + } + + &:hover { + background: $gray-300; + transition-duration: .05s; + } + + .col-mail { + float: left; + position: relative; + } + + .col-mail-1 { + width: 320px; + + .star-toggle, + .checkbox-wrapper-mail, + .dot { + display: block; + float: left; + } + + .dot { + border: 4px solid transparent; + border-radius: 100px; + margin: 22px 26px 0; + height: 0; + width: 0; + line-height: 0; + font-size: 0; + } + + .checkbox-wrapper-mail { + margin: 15px 10px 0 20px; + } + + .star-toggle { + margin-top: 18px; + margin-left: 5px; + } + + .title { + position: absolute; + top: 0; + left: 110px; + right: 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + margin-bottom: 0; + } + } + + .col-mail-2 { + position: absolute; + top: 0; + left: 320px; + right: 0; + bottom: 0; + + .subject, + .date { + position: absolute; + top: 0; + } + + .subject { + left: 0; + right: 200px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + + .date { + right: 0; + width: 170px; + padding-left: 80px; + } + } + + &.active, + &.active:hover { + box-shadow: inset 3px 0 0 $primary; + } + + + &.unread { + background-color: $gray-300; + font-weight: 500; + color: darken($dark,5%); + a{ + color: darken($dark,5%); + font-weight: 500; + } + } + } + + + .checkbox-wrapper-mail { + cursor: pointer; + height: 20px; + width: 20px; + position: relative; + display: inline-block; + box-shadow: inset 0 0 0 1px $gray-400; + border-radius: 1px; + + input { + opacity: 0; + cursor: pointer; + } + input:checked ~ label { + opacity: 1; + } + + label { + position: absolute; + height: 20px; + width: 20px; + left: 0; + cursor: pointer; + opacity: 0; + margin-bottom: 0; + transition-duration: .05s; + top: 0; + &:before { + content: "\F012C"; + font-family: "Material Design Icons"; + top: 0; + height: 20px; + color: darken($dark,5%); + width: 20px; + position: absolute; + margin-top: -16px; + left: 4px; + font-size: 13px; + } + } + } +} + +@media (max-width: 575.98px) { + .message-list li .col-mail-1 { + width: 200px; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_extras-pages.scss b/Vue/Starterkit/src/design/custom/pages/_extras-pages.scss new file mode 100644 index 00000000..5bcd4ef9 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_extras-pages.scss @@ -0,0 +1,37 @@ +// +// Extras pages.scss +// + + +// pricing + + +.plan-box{ + .plan-btn{ + position: relative; + + &::before{ + content: ""; + position: absolute; + width: 100%; + height: 2px; + background: $gray-300; + left: 0px; + right: 0px; + top: 12px; + } + } +} + + + +// blog + +.blog-play-icon{ + position: absolute; + top: 50%; + left: 0; + right: 0; + transform: translateY(-50%); + margin: 0px auto; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_file-manager.scss b/Vue/Starterkit/src/design/custom/pages/_file-manager.scss new file mode 100644 index 00000000..02b21df9 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_file-manager.scss @@ -0,0 +1,51 @@ +// +// File manager.scss +// + +// file manager + +.filemanager-sidebar{ + + @media (min-width: 1200px){ + min-width: 230px; + max-width: 230px; + } + + @media (min-width: 1366px){ + min-width: 280px; + max-width: 280px; + } + +} + +.categories-list{ + padding: 4px 0; + li{ + a{ + display: block; + padding: 8px 12px; + color: $body-color; + font-weight: $fw-medium; + } + + &.active{ + a{ + color: $primary; + } + } + + ul{ + padding-left: 16px; + li{ + a{ + padding: 4px 12px; + color: $text-muted; + font-size: 13px; + font-weight: $font-weight-normal; + } + } + } + } +} + + diff --git a/Vue/Starterkit/src/design/custom/pages/_projects.scss b/Vue/Starterkit/src/design/custom/pages/_projects.scss new file mode 100644 index 00000000..0fedcc46 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_projects.scss @@ -0,0 +1,14 @@ +// +// projects.scss +// + +// project list + +.project-list-table{ + border-collapse:separate; + border-spacing:0 12px; + tr{ + background-color: $card-bg; + } + +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/pages/_timeline.scss b/Vue/Starterkit/src/design/custom/pages/_timeline.scss new file mode 100644 index 00000000..282c174c --- /dev/null +++ b/Vue/Starterkit/src/design/custom/pages/_timeline.scss @@ -0,0 +1,83 @@ +// +// timeline.scss +// + +/************** Horizontal timeline **************/ + + +.hori-timeline{ + .events{ + .event-list{ + text-align: center; + display: block; + + .event-down-icon{ + position: relative; + &::before{ + content: ""; + position: absolute; + width: 100%; + top: 16px; + left: 0; + right: 0; + border-bottom: 3px dashed $gray-300; + } + .down-arrow-icon{ + position: relative; + background-color: $card-bg; + padding: 4px; + } + } + + &:hover{ + .down-arrow-icon{ + animation: fade-down 1.5s infinite linear; + } + } + + &.active{ + .down-arrow-icon{ + animation: fade-down 1.5s infinite linear; + &:before { + content: "\ec4c"; + } + } + } + } + } +} + + +/************** vertical timeline **************/ + +.verti-timeline{ + border-left: 3px dashed $gray-300; + margin: 0 10px; + .event-list{ + position: relative; + padding: 0px 0px 40px 30px; + + .event-timeline-dot{ + position: absolute; + left: -9px; + top: 0px; + z-index: 9; + font-size: 16px; + } + .event-content{ + position: relative; + border: 2px solid $border-color; + border-radius: 7px; + } + + &.active{ + .event-timeline-dot{ + color: $primary; + } + } + + &:last-child{ + padding-bottom: 0px; + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_apexcharts.scss b/Vue/Starterkit/src/design/custom/plugins/_apexcharts.scss new file mode 100644 index 00000000..dc43d591 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_apexcharts.scss @@ -0,0 +1,46 @@ + +// +// apexcharts.scss +// +.apex-charts { + min-height: 10px !important; + text { + font-family: $font-family-base !important; + fill: $gray-500; + } + .apexcharts-canvas { + margin: 0 auto; + } +} + +.apexcharts-tooltip-title, +.apexcharts-tooltip-text { + font-family: $font-family-base !important; +} + +.apexcharts-legend-series { + font-weight: $fw-medium; +} + +.apexcharts-gridline { + pointer-events: none; + stroke: $apex-grid-color; +} + +.apexcharts-legend-text { + color: $gray-600 !important; + font-family: $font-family-base !important; + font-size: 13px !important; +} + +.apexcharts-pie-label { + fill: $white !important; +} + +.apexcharts-yaxis, +.apexcharts-xaxis { + text { + font-family: $font-family-base !important; + fill: $gray-500; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_bootstrap-touchspin.scss b/Vue/Starterkit/src/design/custom/plugins/_bootstrap-touchspin.scss new file mode 100644 index 00000000..e3057f3b --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_bootstrap-touchspin.scss @@ -0,0 +1,21 @@ + +// +// Bootstrap touchspin +// + +.vnis__button { + background: $primary !important; +} + +.product-cart-touchspin { + .vnis__button { + background: none !important; + color: black; + } +} + +.vnis__input { + border: 1px solid $gray-400 !important; + background-color: rgba($topbar-search-bg, 0.07); + color: $input-color; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_calendar.scss b/Vue/Starterkit/src/design/custom/plugins/_calendar.scss new file mode 100644 index 00000000..3136563b --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_calendar.scss @@ -0,0 +1,228 @@ + + +/* ============== + Calendar +===================*/ + +@import "~@fullcalendar/daygrid/main.css"; +@import "~@fullcalendar/timegrid/main.css"; +@import "~@fullcalendar/bootstrap/main.css"; +@import "~@fullcalendar/list/main.css"; + + +.calendar { + float: left; + margin-bottom: 0; +} + +.app-calendar { + .btn { + text-transform: capitalize; + } +} + +.fc-view { + margin-top: 30px; +} + +.none-border { + .modal-footer { + border-top: none; + } +} + +.fc-toolbar { + margin: 15px 0 5px 0; + + h2 { + font-size: 1.25rem !important; + line-height: 1.875rem; + text-transform: uppercase; + } +} + +.fc-day-grid-event { + .fc-time { + font-weight: 500; + } +} + + +.fc-toolbar { + + .fc-state-active, + .ui-state-active, + button:focus, + button:hover, + .ui-state-hover { + z-index: 0; + } +} + +.fc { + th.fc-widget-header { + background: $gray-100; + font-size: 13px; + line-height: 20px; + padding: 10px 0; + text-transform: uppercase; + } +} + +.fc-unthemed { + + th, + td, + thead, + tbody, + .fc-divider, + .fc-row, + .fc-popover { + border-color: $gray-300; + } +} + +.fc-ltr { + .fc-basic-view { + .fc-day-top { + .fc-day-number { + float: right; + height: 20px; + width: 20px; + text-align: center; + line-height: 20px; + background-color: $gray-100; + border-radius: 50%; + margin: 5px; + font-size: 12px; + } + } + } +} + +.fc-button { + background: $gray-100; + border: none; + color: $gray-700; + text-transform: capitalize; + box-shadow: none; + border-radius: 3px; + margin: 0 3px; + padding: 6px 12px; + height: auto; +} + +.fc-text-arrow { + font-family: inherit; + font-size: 1rem; +} + +.fc-state-hover { + background: $gray-100; +} + +.fc-state-highlight { + background: $gray-300; +} + +.fc-state-down, +.fc-state-active, +.fc-state-disabled { + background-color: $primary; + color: $white; + text-shadow: none; +} + +.fc-cell-overlay { + background: $gray-300; +} + +.fc-unthemed { + .fc-today { + background: $white; + } +} + +.fc-event { + border-radius: 2px !important; + border: none !important; + cursor: move !important; + font-size: 0.8125rem !important; + margin: 5px 7px !important; + padding: 5px 5px !important; + text-align: center !important; + color: white !important; +} + +.external-event { + cursor: move; + margin: 10px 0; + padding: 8px 10px; + color: $white; +} + +.fc-basic-view { + td.fc-week-number { + span { + padding-right: 8px; + } + } + + td.fc-day-number { + padding-right: 8px; + } + + .fc-content { + color: $white; + } +} + +.fc-time-grid-event { + .fc-content { + color: $white; + } +} + +.fc-timeGridDay-view { + .fc-content { + .fc-time { + display: inline-block; + } + + .fc-title { + display: inline-block; + margin-left: 5px; + } + } +} + +@include media-breakpoint-down(sm) { + + .fc-toolbar { + display: block !important; + text-align: center; + + .fc-left, + .fc-right, + .fc-center { + float: none; + display: block; + clear: both; + margin: 10px 0; + } + } + + .fc { + .fc-toolbar { + >* { + >* { + float: none; + } + } + } + } + + .fc-today-button { + display: none; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_carousel.scss b/Vue/Starterkit/src/design/custom/plugins/_carousel.scss new file mode 100644 index 00000000..04889066 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_carousel.scss @@ -0,0 +1,34 @@ +.team-carousel { + .VueCarousel-inner { + flex-basis: auto !important; + + .VueCarousel-slide { + margin-right: 24px; + width: 255px; + + .team-box { + img { + display: block; + width: 100%; + } + } + } + } +} + +.owl-nav { + margin-top: 16px; + text-align: center; + + button { + width: 30px; + height: 30px; + line-height: 28px !important; + font-size: 20px !important; + border-radius: 50% !important; + background-color: rgba($primary, 0.25) !important; + color: $primary !important; + margin: 4px 8px !important; + border: none; + } +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_chartist.scss b/Vue/Starterkit/src/design/custom/plugins/_chartist.scss new file mode 100644 index 00000000..7359c5f4 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_chartist.scss @@ -0,0 +1,161 @@ +// +// chartist.scss +// + +@import "~chartist/dist/chartist.min.css"; + +.chartjs-chart{ + max-height: 320px; + } + +.ct-golden-section:before { + float: none; +} + +.ct-chart { + max-height: 300px; + + .ct-label { + fill: $gray-500; + color: $gray-500; + font-size: 12px; + line-height: 1; + } +} + +.ct-chart.simple-pie-chart-chartist { + .ct-label { + color: $white; + fill: $white; + font-size: 16px; + } +} + +.ct-chart { + .ct-series { + &.ct-series-a { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $primary; + } + } + + &.ct-series-b { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $success; + } + } + + &.ct-series-c { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $warning; + } + } + + &.ct-series-d { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $danger; + } + } + + &.ct-series-e { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $info; + } + } + + &.ct-series-f { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $pink; + } + } + + &.ct-series-g { + + .ct-bar, + .ct-line, + .ct-point, + .ct-slice-donut { + stroke: $primary; + } + } + } +} + +.ct-series-a { + + .ct-area, + .ct-slice-pie { + fill: $primary !important; + } +} + +.ct-series-b { + + .ct-area, + .ct-slice-pie { + fill: $success !important; + } +} + +.ct-series-c { + + .ct-area, + .ct-slice-pie { + fill: $warning; + } +} + +.ct-series-d { + + .ct-area, + .ct-slice-pie { + fill: $danger !important; + } +} + +.ct-area { + fill-opacity: 0.33 !important; +} + +.chartist-tooltip { + position: absolute; + display: inline-block; + opacity: 0; + min-width: 10px; + padding: 2px 10px; + border-radius: 3px; + background: $dark; + color: $white; + text-align: center; + pointer-events: none; + z-index: 1; + transition: opacity 0.2s linear; + + &.tooltip-show { + opacity: 1; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_colorpicker.scss b/Vue/Starterkit/src/design/custom/plugins/_colorpicker.scss new file mode 100644 index 00000000..d9604902 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_colorpicker.scss @@ -0,0 +1,65 @@ + +// +// colorpicker.scss +// + +.sp-container{ + background-color: $dropdown-bg; + button{ + padding: .25rem .5rem; + font-size: .71094rem; + border-radius: .2rem; + font-weight: 400; + color: $dark; + + &.sp-palette-toggle{ + background-color: $light; + } + + &.sp-choose{ + background-color: $success; + margin-left: 5px; + margin-right: 0; + } + } +} + +.sp-palette-container{ + border-right: 1px solid $border-color; +} + +.sp-input{ + background-color: $input-bg; + border-color: $input-border-color !important; + color: $input-color; + &:focus{ + outline: none; + } +} + + +[dir="rtl"]{ + + .sp-alpha{ + direction: ltr; + } + + .sp-original-input-container { + .sp-add-on{ + border-top-right-radius: 0!important; + border-bottom-right-radius: 0!important; + border-top-left-radius: 4px!important; + border-bottom-left-radius: 4px!important + } + } + + input.spectrum.with-add-on{ + border: 1px solid $input-border-color; + border-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: $input-border-radius; + border-bottom-right-radius: $input-border-radius; + + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_custom-scrollbar.scss b/Vue/Starterkit/src/design/custom/plugins/_custom-scrollbar.scss new file mode 100644 index 00000000..956a6c2f --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_custom-scrollbar.scss @@ -0,0 +1,215 @@ +[data-simplebar] { + position: relative; + flex-direction: column; + flex-wrap: wrap; + justify-content: flex-start; + align-content: flex-start; + align-items: flex-start; +} + +.simplebar-wrapper { + overflow: hidden; + width: inherit; + height: inherit; + max-width: inherit; + max-height: inherit; +} + +.simplebar-mask { + direction: inherit; + position: absolute; + overflow: hidden; + padding: 0; + margin: 0; + left: 0; + top: 0; + bottom: 0; + right: 0; + width: auto !important; + height: auto !important; + z-index: 0; +} + +.simplebar-offset { + direction: inherit !important; + box-sizing: inherit !important; + resize: none !important; + position: absolute; + top: 0; + left: 0 !important; + bottom: 0; + right: 0 !important; + padding: 0; + margin: 0; + -webkit-overflow-scrolling: touch; +} + +.simplebar-content-wrapper { + direction: inherit; + box-sizing: border-box !important; + position: relative; + display: block; + height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */ + width: auto; + visibility: visible; + overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */ + max-width: 100%; /* Not required for horizontal scroll to trigger */ + max-height: 100%; /* Needed for vertical scroll to trigger */ + scrollbar-width: none; + padding: 0px !important; +} + +.simplebar-content-wrapper::-webkit-scrollbar, +.simplebar-hide-scrollbar::-webkit-scrollbar { + display: none; +} + +.simplebar-content:before, +.simplebar-content:after { + content: ' '; + display: table; +} + +.simplebar-placeholder { + max-height: 100%; + max-width: 100%; + width: 100%; + pointer-events: none; +} + +.simplebar-height-auto-observer-wrapper { + box-sizing: inherit !important; + height: 100%; + width: 100%; + max-width: 1px; + position: relative; + float: left; + max-height: 1px; + overflow: hidden; + z-index: -1; + padding: 0; + margin: 0; + pointer-events: none; + flex-grow: inherit; + flex-shrink: 0; + flex-basis: 0; +} + +.simplebar-height-auto-observer { + box-sizing: inherit; + display: block; + opacity: 0; + position: absolute; + top: 0; + left: 0; + height: 1000%; + width: 1000%; + min-height: 1px; + min-width: 1px; + overflow: hidden; + pointer-events: none; + z-index: -1; +} + +.simplebar-track { + z-index: 1; + position: absolute; + right: 0; + bottom: 0; + pointer-events: none; + overflow: hidden; +} + +[data-simplebar].simplebar-dragging .simplebar-content { + pointer-events: none; + user-select: none; + -webkit-user-select: none; +} + +[data-simplebar].simplebar-dragging .simplebar-track { + pointer-events: all; +} + +.simplebar-scrollbar { + position: absolute; + right: 2px; + width: 4px; + min-height: 10px; +} + +.simplebar-scrollbar:before { + position: absolute; + content: ''; + background: #a2adb7; + border-radius: 7px; + left: 0; + right: 0; + opacity: 0; + transition: opacity 0.2s linear; +} + +.simplebar-scrollbar.simplebar-visible:before { + /* When hovered, remove all transitions from drag handle */ + opacity: 0.5; + transition: opacity 0s linear; +} + +.simplebar-track.simplebar-vertical { + top: 0; + width: 11px; +} + +.simplebar-track.simplebar-vertical .simplebar-scrollbar:before { + top: 2px; + bottom: 2px; +} + +.simplebar-track.simplebar-horizontal { + left: 0; + height: 11px; +} + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { + height: 100%; + left: 2px; + right: 2px; +} + +.simplebar-track.simplebar-horizontal .simplebar-scrollbar { + right: auto; + left: 0; + top: 2px; + height: 7px; + min-height: 0; + min-width: 10px; + width: auto; +} + +/* Rtl support */ +[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical { + right: auto; + left: 0; +} + +.hs-dummy-scrollbar-size { + direction: rtl; + position: fixed; + opacity: 0; + visibility: hidden; + height: 500px; + width: 500px; + overflow-y: hidden; + overflow-x: scroll; +} + +.simplebar-hide-scrollbar { + position: fixed; + left: 0; + visibility: hidden; + overflow-y: scroll; + scrollbar-width: none; +} + +.custom-scroll { + height: 100%; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_datatable.scss b/Vue/Starterkit/src/design/custom/plugins/_datatable.scss new file mode 100644 index 00000000..9e7dd164 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_datatable.scss @@ -0,0 +1,57 @@ +/* +* Datatable +*/ + +// datatable + +div.dataTables_wrapper { + div.dataTables_filter{ + text-align: right; + + input{ + margin-left: 0.5em; + margin-right: 0; + } + } +} + +// data table + +.datatables { + thead { + tr { + th { + position: relative; + &:before { + content: "\F0143"; + position: absolute; + right: 0; + top: 7px; + font: normal normal normal 24px/1 "Material Design Icons"; + opacity: 0.3; + } + + &:after { + content: "\F0140"; + position: absolute; + right: 0; + top: 14px; + opacity: 0.3; + font: normal normal normal 24px/1 "Material Design Icons"; + } + } + + .asc { + &:before { + opacity: 1; + } + } + + .desc { + &:after { + opacity: 1; + } + } + } + } +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_datepicker.scss b/Vue/Starterkit/src/design/custom/plugins/_datepicker.scss new file mode 100644 index 00000000..490c458a --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_datepicker.scss @@ -0,0 +1,213 @@ + +// +// Datepicker +// +// @import "~vue2-datepicker/index.css"; + +.mx-datepicker { + width: 100% !important; + font-family: $font-family-base !important; +} + +.mx-input { + display: block !important; + height: $input-height !important; + padding: $input-padding-y $input-padding-x !important; + font-family: $input-font-family !important; + @include font-size($input-font-size); + font-weight: $input-font-weight !important; + line-height: $input-line-height !important; + color: $input-color !important; + background-color: $input-bg !important; + background-clip: padding-box; + border: $input-border-width solid $input-border-color !important; + box-shadow: none !important; +} + +.mx-calendar { + font-family: $font-family-base !important; +} + +.mx-datepicker-popup { + box-shadow: $box-shadow-lg !important; + border: none !important; + background-color: lighten($dropdown-bg, 2%) !important; +} + +.mx-panel-date td, +.mx-panel-date th { + border-radius: 30px; +} + +.mx-calendar-content .cell.disabled, +.inrange { + background-color: lighten($gray-200, 2%) !important; +} + +.mx-calendar-content .cell:hover, +.mx-calendar-content .cell.actived { + color: $gray-400; +} + +.mx-shortcuts-wrapper .mx-shortcuts { + color: $gray-500 !important; +} + +// hotel + +.datepicker__month-button { + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + display: unset !important; + height: 0px !important; + width: 20px !important; + line-height: 40px; +} + +.datepicker__month-button--next { + &::before { + content: "\F013E"; + } +} + +.datepicker__month-button--prev { + &::before { + content: "\F013D"; + } +} + +.datepicker__header { + margin-bottom: 13px; +} +[dir="rtl"]{ + .datepicker { + right: 0 !important; + left: auto; + } +} + +[dir="rtl"]{ + .bootstrap-timepicker-widget{ + right: 0 !important; + left: auto; + + } + + .timepicker-orient-top{ + top: $input-height !important; + } + + .timepicker-orient-bottom{ + top: auto !important; + bottom: $input-height !important; + } +} + +.datepicker { + border: 1px solid $border-color; + padding: 8px; + z-index: 999 !important; + + + table{ + tr{ + th{ + font-weight: 500; + } + td{ + &.active, &.active:hover, .active.disabled, &.active.disabled:hover, + &.today, &.today:hover, &.today.disabled, &.today.disabled:hover, + &.selected, &.selected:hover, &.selected.disabled, &.selected.disabled:hover, + span.active.active, span.active:hover.active{ + background-color: $primary !important; + background-image: none; + box-shadow: none; + color: $white !important; + } + + &.day.focused, + &.day:hover, + span.focused, + span:hover { + background: $light; + } + + &.new, + &.old, + span.new, + span.old { + color: $gray-500; + opacity: 0.6; + } + + &.range, &.range.disabled, &.range.disabled:hover, &.range:hover{ + background-color: $gray-300; + } + } + } + } +} + +.table-condensed{ + >thead>tr>th, >tbody>tr>td { + padding: 7px; + } +} + +.bootstrap-datepicker-inline{ + .datepicker-inline{ + width: auto !important; + display: inline-block; + } +} + + +// DATEPICKER + +.datepicker-container{ + border: 1px solid $border-color; + box-shadow: none; + background-color: $dropdown-bg; + + &.datepicker-inline{ + width: 212px; + } +} + +.datepicker-panel{ + + >ul{ + >li{ + background-color: $dropdown-bg; + border-radius: 4px; + + &.picked, &.picked:hover{ + background-color: rgba($primary, 0.25); + color: $primary; + } + + &.highlighted, &.highlighted:hover, &:hover{ + background-color: $primary; + color: $white; + } + + + &.muted, &.muted:hover{ + color: $gray-500; + opacity: 0.6; + } + } + + + + &[data-view=week]{ + >li{ + font-weight: $fw-medium; + } + + >li, >li:hover{ + background-color: $dropdown-bg; + } + } + } +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_dragula.scss b/Vue/Starterkit/src/design/custom/plugins/_dragula.scss new file mode 100644 index 00000000..94426753 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_dragula.scss @@ -0,0 +1,15 @@ + + +/* ============== + Druafula +===================*/ + + +.task-box{ + border: 1px solid $gray-300; +} + +.gu-transit { + border: 1px dashed $gray-600 !important; + background-color: $gray-200 !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_echarts.scss b/Vue/Starterkit/src/design/custom/plugins/_echarts.scss new file mode 100644 index 00000000..34433eca --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_echarts.scss @@ -0,0 +1,8 @@ + +// +// echarts.scss +// + +.e-charts{ + height: 350px; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_flot.scss b/Vue/Starterkit/src/design/custom/plugins/_flot.scss new file mode 100644 index 00000000..080b7142 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_flot.scss @@ -0,0 +1,17 @@ +/* Flot chart */ +.flot-charts-height { + height: 320px; +} + +.flotTip { + padding: 8px 12px; + background-color: rgba($dark, 0.9); + z-index: 100; + color: $gray-100; + box-shadow: $box-shadow; + border-radius: 4px; +} + +.legendLabel{ + color: $gray-500; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_form-editors.scss b/Vue/Starterkit/src/design/custom/plugins/_form-editors.scss new file mode 100644 index 00000000..2c858fa0 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_form-editors.scss @@ -0,0 +1,81 @@ +// +// Form editors.scss +// + +// ck-editor +.ck.ck-toolbar { + background-color: $gray-200 !important; + border: 1px solid $input-border-color !important; +} + +.ck.ck-editor__main>.ck-editor__editable { + border-color: $input-border-color !important; + box-shadow: none !important; +} + +.ck.ck-dropdown__panel, +.ck.ck-list { + background: $dropdown-bg !important; + border: 1px solid $dropdown-border-color !important; +} + +.ck-editor__editable { + min-height: 245px !important; +} + +.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items { + flex-wrap: wrap !important; +} + +.ck.ck-editor__main>.ck-editor__editable { + background-color: $card-bg !important; +} + +.ck.ck-reset_all, +.ck.ck-reset_all * { + color: $gray-600 !important +} +.ck.ck-toolbar .ck.ck-toolbar__separator, .mce-container { + background: transparent !important; +} + +.ck.ck-button.ck-on, +a.ck.ck-button.ck-on, +.ck.ck-button:not(.ck-disabled):hover, +a.ck.ck-button:not(.ck-disabled):hover { + background: $gray-200 !important; +} + + +.mce-toolbar-grp{ + background: #f6f6f6 !important; + border: none !important; + + .mce-btn { + background: none; + } + + .mce-container-body { + font-family: inherit + } +} + +// mce tiny editor +.mce-container { + background-color: $card-bg !important; +} +.mce-tinymce.mce-container.mce-panel, .mce-panel, .mce-statusbar, .mce-menubar, .mce-btn-group:not(:first-child){ + border: 1px solid $input-border-color !important; +} +.mce-menubtn button, .mce-container, .mce-container-body { + span, .mce-btn .mce-ico, .mce-path-item { + color: $gray-600 !important; + border: 0px solid !important; + } + iframe { + p { + color: $gray-600 !important; + } + } + color: $gray-600 !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_form-upload.scss b/Vue/Starterkit/src/design/custom/plugins/_form-upload.scss new file mode 100644 index 00000000..5761dcb2 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_form-upload.scss @@ -0,0 +1,31 @@ + +// +// Form-Upload +// + +// @import "~vue2-dropzone/dist/vue2Dropzone.min.css"; + +/* Dropzone */ +.dropzone { + min-height: 230px; + border: 2px dashed $gray-400 !important; + background: $card-bg !important; + border-radius: 6px !important; + + .dz-message { + font-size: 24px; + color: $gray-400; + margin: 2.5em 0 !important; + } +} + +.vue-dropzone>.dz-preview .dz-details { + background-color: #e5e5e5 !important; + color: rgba(0, 0, 0, 0.9) !important; + border-radius: 20px; +} + +.vue-dropzone>.dz-preview .dz-image { + height: 120px !important; + width: 120px !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_form-wizard.scss b/Vue/Starterkit/src/design/custom/plugins/_form-wizard.scss new file mode 100644 index 00000000..d8014fe9 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_form-wizard.scss @@ -0,0 +1,85 @@ +// +// Form Wizard +// +// @import '~vue-form-wizard/dist/vue-form-wizard.min.css'; + + +.kyc-wizard { + min-height: 262px; +} + +.form-wizard-header { + margin-left: -1.5rem; + margin-right: -1.5rem; +} + +.wizard-header { + display: none; +} + +@mixin shadow($level: 1) { + @if $level==1 { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + } + + @else if $level==2 { + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + } + + @else if $level==3 { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); + } + + @else if $level==4 { + box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); + } + + @else if $level==5 { + box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); + } +} + +@mixin breakpoint($class) { + @if $class==xs { + @media (max-width: 767px) { + @content; + } + } + + @else if $class==sm { + @media (min-width: 768px) { + @content; + } + } + + @else if $class==md { + @media (min-width: 992px) { + @content; + } + } + + @else if $class==lg { + @media (min-width: 1200px) { + @content; + } + } + + @else { + @warn "Breakpoint mixin supports: xs, sm, md, lg"; + } +} + +.wizard-icon-container.tab_shape, +.wizard-icon-circle.md { + &:focus { + outline: none !important; + } +} + +.wizard-icon-circle.checked { + color: $primary; +} + +.vue-form-wizard.md .wizard-icon-circle.tab_shape { + height: 50px !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_google-map.scss b/Vue/Starterkit/src/design/custom/plugins/_google-map.scss new file mode 100644 index 00000000..c236af58 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_google-map.scss @@ -0,0 +1,42 @@ + +// +// Google map +// + +.gmaps, .gmaps-panaroma { + height: 300px !important; + background: $gray-100; + border-radius: 3px; +} + +.gmaps-overlay { + display: block; + text-align: center; + color: $white; + font-size: 16px; + line-height: 40px; + background: $primary; + border-radius: 4px; + padding: 10px 20px; +} + +.gmaps-overlay_arrow { + left: 50%; + margin-left: -16px; + width: 0; + height: 0; + position: absolute; + &.above { + bottom: -15px; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-top: 16px solid $primary; + } + &.below { + top: -15px; + border-left: 16px solid transparent; + border-right: 16px solid transparent; + border-bottom: 16px solid $primary; + } + +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_icons.scss b/Vue/Starterkit/src/design/custom/plugins/_icons.scss new file mode 100644 index 00000000..93ff4b95 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_icons.scss @@ -0,0 +1,8 @@ +// +// icons.scss +// + +@import "icons/materialdesignicons"; +@import "icons/boxicons"; +@import "icons/fontawesome-all"; +@import "icons/dripicons"; \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_leaflet-maps.scss b/Vue/Starterkit/src/design/custom/plugins/_leaflet-maps.scss new file mode 100644 index 00000000..e86883b1 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_leaflet-maps.scss @@ -0,0 +1,8 @@ +// +// leaflet map +// +@import '~leaflet/dist/leaflet.css'; + +.leaflet-container { + z-index: 99; +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_parsley.scss b/Vue/Starterkit/src/design/custom/plugins/_parsley.scss new file mode 100644 index 00000000..7195fba8 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_parsley.scss @@ -0,0 +1,27 @@ + +// +// Parsley +// + +.error { + color: $danger; +} + +.parsley-error { + border-color: $danger; +} + +.parsley-errors-list { + display: none; + margin: 0; + padding: 0; + &.filled { + display: block; + } + > li { + font-size: 12px; + list-style: none; + color: $danger; + margin-top: 5px; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_range-slider.scss b/Vue/Starterkit/src/design/custom/plugins/_range-slider.scss new file mode 100644 index 00000000..dec36337 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_range-slider.scss @@ -0,0 +1,20 @@ +// +// Range slider +// + +.vue-slide-bar-tooltip { + background-color: $primary !important; + border: 1px solid $primary !important; +} + +.vue-slide-bar-process { + background-color: $primary !important; +} + +.vue-slide-bar { + background-color: $gray-300 !important; +} + +.vue-slide-bar-separate-text { + color: $gray-400; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_rating.scss b/Vue/Starterkit/src/design/custom/plugins/_rating.scss new file mode 100644 index 00000000..8622b956 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_rating.scss @@ -0,0 +1,16 @@ + +// +// Rating +// + +.symbol{ + border-color: $card-bg; +} + +.rating-symbol-background, .rating-symbol-foreground { + font-size: 24px; +} + +.rating-symbol-foreground { + top: 0px; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_responsive-table.scss b/Vue/Starterkit/src/design/custom/plugins/_responsive-table.scss new file mode 100644 index 00000000..49cb2bdc --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_responsive-table.scss @@ -0,0 +1,154 @@ + +// +// Responsive Table +// + +.table-rep-plugin { + .btn-toolbar { + display: block; + } + .table-responsive { + border: none !important; + } + .btn-group{ + .btn-default { + background-color: $secondary; + color: $light; + border: 1px solid $secondary; + &.btn-primary { + background-color: $primary; + border-color: $primary; + color: $white; + box-shadow: 0 0 0 2px rgba($primary, .5); + } + } + &.pull-right { + float: right; + .dropdown-menu { + right: 0; + transform: none !important; + top: 100% !important; + } + } + } + tbody { + th { + font-size: 14px; + font-weight: normal; + } + } + + .checkbox-row { + padding-left: 40px; + color: $dropdown-color !important; + + &:hover{ + background-color: lighten($gray-200, 2%) !important; + } + + label { + display: inline-block; + padding-left: 5px; + position: relative; + &::before { + -o-transition: 0.3s ease-in-out; + -webkit-transition: 0.3s ease-in-out; + background-color: $white; + border-radius: 3px; + border: 1px solid $gray-300; + content: ""; + display: inline-block; + height: 17px; + left: 0; + margin-left: -20px; + position: absolute; + transition: 0.3s ease-in-out; + width: 17px; + outline: none !important; + } + &::after { + color: $gray-200; + display: inline-block; + font-size: 11px; + height: 16px; + left: 0; + margin-left: -20px; + padding-left: 3px; + padding-top: 1px; + position: absolute; + top: -1px; + width: 16px; + } + } + input[type="checkbox"] { + cursor: pointer; + opacity: 0; + z-index: 1; + outline: none !important; + + &:disabled + label { + opacity: 0.65; + } + } + input[type="checkbox"]:focus + label { + &::before { + outline-offset: -2px; + outline: none; + } + } + input[type="checkbox"]:checked + label { + &::after { + content: "\f00c"; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + } + } + input[type="checkbox"]:disabled + label { + &::before { + background-color: $gray-100; + cursor: not-allowed; + } + } + input[type="checkbox"]:checked + label { + &::before { + background-color: $primary; + border-color: $primary; + } + &::after { + color: $white; + } + } + } + + .fixed-solution { + .sticky-table-header{ + top: $header-height !important; + background-color: $primary; + table{ + color: $white; + } + } + } + + table.focus-on tbody tr.focused th, + table.focus-on tbody tr.focused td, + .sticky-table-header { + background: $primary; + border-color: $primary; + color: $white; + + table { + color: $white; + } + } +} + +body[data-layout="horizontal"] { + @media (min-width: 992px) { + .fixed-solution { + .sticky-table-header{ + top: $header-height + 50px !important;; + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_select2.scss b/Vue/Starterkit/src/design/custom/plugins/_select2.scss new file mode 100644 index 00000000..37459dbb --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_select2.scss @@ -0,0 +1,98 @@ + +// +// Select 2 +// +@import "~@vueform/multiselect/themes/default.css"; + +// set width of select +.custom-multiselect { + .multiselect { + width: 350px; + } +} + +.helo .multiselect__tags { + height: 20px !important; +} + +.multiselect__tags { + min-height: $input-height !important; + padding: $input-padding-y $input-padding-x !important; + font-family: $font-family-base !important; + @include font-size($input-font-size); + font-weight: $input-font-weight !important; + line-height: $input-line-height !important; + color: $input-color !important; + background-color: $input-bg !important; + background-clip: padding-box; + border: $input-border-width solid $input-border-color !important; +} + +.multiselect__placeholder { + padding-top: 0 !important; + margin-bottom: 0 !important; + color: $gray-400 !important +} + +.multiselect__input { + margin-bottom: 0 !important; +} + +.multiselect__single { + padding-left: 0 !important; + margin-bottom: 0 !important; +} + +.multiselect__tag { + background-color: $primary !important; + margin-bottom: 0 !important; +} + +.multiselect__tag-icon:after { + color: $gray-100 !important; +} + +.multiselect, +.multiselect__input, +.multiselect__single { + font-size: 13px !important; +} + +.multiselect__input, +.multiselect__single { + background-color: $input-bg !important; +} + +.multiselect__content-wrapper { + background-color: $dropdown-bg !important; + border: 1px solid $input-border-color !important; +} + +.mx-input::placeholder { + color: $input-placeholder-color; +} + +.multiselect__input, +.mx-calendar-icon, +.mx-datepicker-btn-confirm, +.multiselect__option { + color: $input-color !important; +} + + +.multiselect__option--highlight, +.multiselect__option--highlight:after { + background: $primary !important; + color: $white !important; +} + + +// templating-select + +.img-flag{ + margin-right: 7px; + height: 15px; + width: 18px; +} + + diff --git a/Vue/Starterkit/src/design/custom/plugins/_session-timeout.scss b/Vue/Starterkit/src/design/custom/plugins/_session-timeout.scss new file mode 100644 index 00000000..c3f97d60 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_session-timeout.scss @@ -0,0 +1,20 @@ +// +// session-timeout.scss +// + +#session-timeout-dialog { + .close { + display: none; + } + + .countdown-holder { + color: $danger; + font-weight: $fw-medium; + } + + .btn-default { + background-color: $white; + color: $danger; + box-shadow: none; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_sparkline-chart.scss b/Vue/Starterkit/src/design/custom/plugins/_sparkline-chart.scss new file mode 100644 index 00000000..947efbc9 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_sparkline-chart.scss @@ -0,0 +1,22 @@ +// +// sparkline.scss +// + +.jqstooltip { + box-sizing: content-box; + width: auto !important; + height: auto !important; + background-color: $gray-800 !important; + box-shadow: $box-shadow-lg; + padding: 5px 10px !important; + border-radius: 3px; + border-color: $gray-900 !important; +} + +.jqsfield { + color: $gray-200 !important; + font-size: 12px !important; + line-height: 18px !important; + font-family: $font-family-base !important; + font-weight: $fw-medium !important; +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_sweatalert2.scss b/Vue/Starterkit/src/design/custom/plugins/_sweatalert2.scss new file mode 100644 index 00000000..e7b0bc87 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_sweatalert2.scss @@ -0,0 +1,61 @@ + +// +// Sweetalert2 +// + +.swal2-container { + .swal2-title{ + font-size: 20px; + font-weight: $fw-medium; + } +} + +.swal2-modal{ + font-size: 14px; +} + +.swal2-icon{ + &.swal2-question{ + border-color: $info; + color: $info; + } + &.swal2-success { + [class^=swal2-success-line]{ + background-color: $success; + } + + .swal2-success-ring{ + border-color: rgba($success, 0.3); + } + } + &.swal2-warning{ + border-color: $warning; + color: $warning; + } +} + +.swal2-styled{ + &:focus{ + box-shadow: none; + } +} + +.swal2-progress-steps { + .swal2-progress-step{ + background: $primary; + &.swal2-active-progress-step{ + background: $primary; + &~.swal2-progress-step, &~.swal2-progress-step-line{ + background: rgba($primary, 0.3); + } + } + } + + .swal2-progress-step-line{ + background: $primary; + } +} + +.swal2-loader{ + border-color: $primary transparent $primary transparent; +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_switch.scss b/Vue/Starterkit/src/design/custom/plugins/_switch.scss new file mode 100644 index 00000000..749c7c73 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_switch.scss @@ -0,0 +1,48 @@ +// +// Sweetalert2 +// + +.vue-switcher-theme--default { + &.vue-switcher-color--default { + div { + background-color: $gray-400 !important; + + &:after { + background-color: $gray-600 !important; + } + } + + &.vue-switcher--unchecked { + div { + background-color: $gray-300 !important; + + &:after { + background-color: $gray-500 !important; + } + } + } + } + + @each $color, + $value in $theme-colors { + &.vue-switcher-color--#{$color} { + div { + background-color: #{$value}; + + &:after { + background-color: $white; + } + } + + &.vue-switcher--unchecked { + div { + background-color: rgba($value, 0.3); + + &:after { + background-color: #{$value}; + } + } + } + } + } +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_table-editable.scss b/Vue/Starterkit/src/design/custom/plugins/_table-editable.scss new file mode 100644 index 00000000..7a74da9d --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_table-editable.scss @@ -0,0 +1,18 @@ + +// +// Table editable +// + +.table-edits{ + input, select{ + height: $input-height-sm; + padding: $input-padding-y-sm $input-padding-x-sm; + border: 1px solid $input-border-color; + color: $input-color; + border-radius: $input-border-radius; + &:focus{ + outline: none; + border-color: $input-focus-border-color; + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_timepicker.scss b/Vue/Starterkit/src/design/custom/plugins/_timepicker.scss new file mode 100644 index 00000000..0ba70acd --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_timepicker.scss @@ -0,0 +1,55 @@ + + +/* Timepicker */ +.bootstrap-timepicker-widget { + table { + td { + a { + color: $input-color; + &:hover { + background-color: transparent; + border-color: transparent; + border-radius: 4px; + color: $primary; + text-decoration: none; + } + } + input { + width: 32px; + height: 32px; + border: 0; + color: $body-color; + border: 1px solid $border-color;; + background-color: $input-bg; + + } + } + } + + &.dropdown-menu:after{ + border-bottom-color: $gray-200; + } + &.timepicker-orient-bottom:after{ + border-top-color: $gray-200; + } +} + + +// RTL + +[dir="rtl"]{ + .bootstrap-timepicker-widget{ + right: 0 !important; + left: auto; + + } + + .timepicker-orient-top{ + top: $input-height !important; + } + + .timepicker-orient-bottom{ + top: auto !important; + bottom: $input-height !important; + } +} diff --git a/Vue/Starterkit/src/design/custom/plugins/_toastr.scss b/Vue/Starterkit/src/design/custom/plugins/_toastr.scss new file mode 100644 index 00000000..aaba9bba --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_toastr.scss @@ -0,0 +1,50 @@ + +// +// toastr.scss +// + + +/* ============= + Notification +============= */ +#toast-container { + > div { + box-shadow: $box-shadow; + opacity: 1; + &:hover { + box-shadow: $box-shadow; + opacity: 0.9; + } + } + + &.toast-top-full-width, &.toast-bottom-full-width{ + > div{ + min-width: 96%; + margin: 4px auto; + } + } + +} + + +@each $color, $value in $theme-colors { + .toast-#{$color} { + border: 2px solid $value !important; + background-color: rgba(($value), 0.8) !important; + } +} + + +// for error + +.toast-error { + background-color: rgba($danger,0.8); + border: 2px solid $danger; +} + +.toastr-options{ + padding: 24px; + background-color: lighten($gray-200, 2%); + margin-bottom: 0; + border: 1px solid $border-color; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/_vector-maps.scss b/Vue/Starterkit/src/design/custom/plugins/_vector-maps.scss new file mode 100644 index 00000000..94760f12 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/_vector-maps.scss @@ -0,0 +1,12 @@ +// +// vector-maps.scss +// + +.jvectormap-label { + border: none; + background: $gray-800; + color: $gray-100; + font-family: $font-family-base; + font-size: $font-size-base; + padding: 5px 8px; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/plugins/icons/_boxicons.scss b/Vue/Starterkit/src/design/custom/plugins/icons/_boxicons.scss new file mode 100644 index 00000000..f6b71ffd --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/icons/_boxicons.scss @@ -0,0 +1,3943 @@ +@font-face +{ + font-family: 'boxicons'; + font-weight: normal; + font-style: normal; + src: url('~@/assets/fonts/boxicons.eot'); + src: url('~@/assets/fonts/boxicons.eot') format('embedded-opentype'), + url('~@/assets/fonts/boxicons.woff2') format('woff2'), + url('~@/assets/fonts/boxicons.woff') format('woff'), + url('~@/assets/fonts/boxicons.ttf') format('truetype'), + url('~@/assets/fonts/boxicons.svg?#boxicons') format('svg'); +} +.bx +{ + font-family: 'boxicons' !important; + font-weight: normal; + font-style: normal; + font-variant: normal; + line-height: 1; + + display: inline-block; + + text-transform: none; + + speak: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.bx-ul +{ + margin-left: 2em; + padding-left: 0; + + list-style: none; +} +.bx-ul > li +{ + position: relative; +} +.bx-ul .bx +{ + font-size: inherit; + line-height: inherit; + + position: absolute; + left: -2em; + + width: 2em; + + text-align: center; +} +@-webkit-keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes spin +{ + 0% + { + -webkit-transform: rotate(0); + transform: rotate(0); + } + 100% + { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@-webkit-keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@keyframes burst +{ + 0% + { + -webkit-transform: scale(1); + transform: scale(1); + + opacity: 1; + } + 90% + { + -webkit-transform: scale(1.5); + transform: scale(1.5); + + opacity: 0; + } +} +@-webkit-keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@keyframes flashing +{ + 0% + { + opacity: 1; + } + 45% + { + opacity: 0; + } + 90% + { + opacity: 1; + } +} +@-webkit-keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@keyframes fade-left +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(-20px); + transform: translateX(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@keyframes fade-right +{ + 0% + { + -webkit-transform: translateX(0); + transform: translateX(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateX(20px); + transform: translateX(20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@keyframes fade-up +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(-20px); + transform: translateY(-20px); + + opacity: 0; + } +} +@-webkit-keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@keyframes fade-down +{ + 0% + { + -webkit-transform: translateY(0); + transform: translateY(0); + + opacity: 1; + } + 75% + { + -webkit-transform: translateY(20px); + transform: translateY(20px); + + opacity: 0; + } +} +@-webkit-keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada +{ + from + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% + { + -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); + } + + 30%, + 50%, + 70%, + 90% + { + -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); + } + + 40%, + 60%, + 80% + { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + to + { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} +.bx-spin +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} +.bx-spin-hover:hover +{ + -webkit-animation: spin 2s linear infinite; + animation: spin 2s linear infinite; +} + +.bx-tada +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} +.bx-tada-hover:hover +{ + -webkit-animation: tada 1.5s ease infinite; + animation: tada 1.5s ease infinite; +} + +.bx-flashing +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} +.bx-flashing-hover:hover +{ + -webkit-animation: flashing 1.5s infinite linear; + animation: flashing 1.5s infinite linear; +} + +.bx-burst +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-burst-hover:hover +{ + -webkit-animation: burst 1.5s infinite linear; + animation: burst 1.5s infinite linear; +} +.bx-fade-up +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-up-hover:hover +{ + -webkit-animation: fade-up 1.5s infinite linear; + animation: fade-up 1.5s infinite linear; +} +.bx-fade-down +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-down-hover:hover +{ + -webkit-animation: fade-down 1.5s infinite linear; + animation: fade-down 1.5s infinite linear; +} +.bx-fade-left +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-left-hover:hover +{ + -webkit-animation: fade-left 1.5s infinite linear; + animation: fade-left 1.5s infinite linear; +} +.bx-fade-right +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-fade-right-hover:hover +{ + -webkit-animation: fade-right 1.5s infinite linear; + animation: fade-right 1.5s infinite linear; +} +.bx-xs +{ + font-size: 1rem!important; +} +.bx-sm +{ + font-size: 1.55rem!important; +} +.bx-md +{ + font-size: 2.25rem!important; +} +.bx-fw +{ + font-size: 1.2857142857em; + line-height: .8em; + + width: 1.2857142857em; + height: .8em; + margin-top: -.2em!important; + + vertical-align: middle; +} + +.bx-lg +{ + font-size: 3.0rem!important; +} +.bx-pull-left +{ + float: left; + + margin-right: .3em!important; +} + +.bx-pull-right +{ + float: right; + + margin-left: .3em!important; +} +.bx-rotate-90 +{ + transform: rotate(90deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; +} +.bx-rotate-180 +{ + transform: rotate(180deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; +} +.bx-rotate-270 +{ + transform: rotate(270deg); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; +} +.bx-flip-horizontal +{ + transform: scaleX(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; +} +.bx-flip-vertical +{ + transform: scaleY(-1); + + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; +} +.bx-border +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: .25em; +} +.bx-border-circle +{ + padding: .25em; + + border: .07em solid rgba(0,0,0,.1); + border-radius: 50%; +} + +.bxl-adobe:before { + content: "\e900"; +} +.bxl-algolia:before { + content: "\e901"; +} +.bxl-audible:before { + content: "\e902"; +} +.bxl-figma:before { + content: "\e903"; +} +.bxl-redbubble:before { + content: "\e904"; +} +.bxl-etsy:before { + content: "\e905"; +} +.bxl-gitlab:before { + content: "\e906"; +} +.bxl-patreon:before { + content: "\e907"; +} +.bxl-facebook-circle:before { + content: "\e908"; +} +.bxl-imdb:before { + content: "\e909"; +} +.bxl-jquery:before { + content: "\e90a"; +} +.bxl-pinterest-alt:before { + content: "\e90b"; +} +.bxl-500px:before { + content: "\e90c"; +} +.bxl-airbnb:before { + content: "\e90d"; +} +.bxl-amazon:before { + content: "\e90e"; +} +.bxl-android:before { + content: "\e90f"; +} +.bxl-angular:before { + content: "\e910"; +} +.bxl-apple:before { + content: "\e911"; +} +.bxl-baidu:before { + content: "\e912"; +} +.bxl-behance:before { + content: "\e913"; +} +.bxl-bing:before { + content: "\e914"; +} +.bxl-bitcoin:before { + content: "\e915"; +} +.bxl-blogger:before { + content: "\e916"; +} +.bxl-bootstrap:before { + content: "\e917"; +} +.bxl-chrome:before { + content: "\e918"; +} +.bxl-codepen:before { + content: "\e919"; +} +.bxl-creative-commons:before { + content: "\e91a"; +} +.bxl-css3:before { + content: "\e91b"; +} +.bxl-dailymotion:before { + content: "\e91c"; +} +.bxl-deviantart:before { + content: "\e91d"; +} +.bxl-digg:before { + content: "\e91e"; +} +.bxl-digitalocean:before { + content: "\e91f"; +} +.bxl-discord:before { + content: "\e920"; +} +.bxl-discourse:before { + content: "\e921"; +} +.bxl-dribbble:before { + content: "\e922"; +} +.bxl-dropbox:before { + content: "\e923"; +} +.bxl-drupal:before { + content: "\e924"; +} +.bxl-ebay:before { + content: "\e925"; +} +.bxl-edge:before { + content: "\e926"; +} +.bxl-facebook:before { + content: "\e927"; +} +.bxl-facebook-square:before { + content: "\e928"; +} +.bxl-firefox:before { + content: "\e929"; +} +.bxl-flickr:before { + content: "\e92a"; +} +.bxl-flickr-square:before { + content: "\e92b"; +} +.bxl-foursquare:before { + content: "\e92c"; +} +.bxl-git:before { + content: "\e92d"; +} +.bxl-github:before { + content: "\e92e"; +} +.bxl-google:before { + content: "\e92f"; +} +.bxl-google-plus:before { + content: "\e930"; +} +.bxl-google-plus-circle:before { + content: "\e931"; +} +.bxl-html5:before { + content: "\e932"; +} +.bxl-instagram:before { + content: "\e933"; +} +.bxl-instagram-alt:before { + content: "\e934"; +} +.bxl-internet-explorer:before { + content: "\e935"; +} +.bxl-invision:before { + content: "\e936"; +} +.bxl-javascript:before { + content: "\e937"; +} +.bxl-joomla:before { + content: "\e938"; +} +.bxl-jsfiddle:before { + content: "\e939"; +} +.bxl-kickstarter:before { + content: "\e93a"; +} +.bxl-less:before { + content: "\e93b"; +} +.bxl-linkedin:before { + content: "\e93c"; +} +.bxl-linkedin-square:before { + content: "\e93d"; +} +.bxl-magento:before { + content: "\e93e"; +} +.bxl-mailchimp:before { + content: "\e93f"; +} +.bxl-mastercard:before { + content: "\e940"; +} +.bxl-medium:before { + content: "\e941"; +} +.bxl-medium-old:before { + content: "\e942"; +} +.bxl-medium-square:before { + content: "\e943"; +} +.bxl-messenger:before { + content: "\e944"; +} +.bxl-microsoft:before { + content: "\e945"; +} +.bxl-nodejs:before { + content: "\e946"; +} +.bxl-opera:before { + content: "\e947"; +} +.bxl-paypal:before { + content: "\e948"; +} +.bxl-periscope:before { + content: "\e949"; +} +.bxl-pinterest:before { + content: "\e94a"; +} +.bxl-play-store:before { + content: "\e94b"; +} +.bxl-pocket:before { + content: "\e94c"; +} +.bxl-product-hunt:before { + content: "\e94d"; +} +.bxl-quora:before { + content: "\e94e"; +} +.bxl-react:before { + content: "\e94f"; +} +.bxl-reddit:before { + content: "\e950"; +} +.bxl-redux:before { + content: "\e951"; +} +.bxl-sass:before { + content: "\e952"; +} +.bxl-shopify:before { + content: "\e953"; +} +.bxl-skype:before { + content: "\e954"; +} +.bxl-slack:before { + content: "\e955"; +} +.bxl-slack-old:before { + content: "\e956"; +} +.bxl-snapchat:before { + content: "\e957"; +} +.bxl-soundcloud:before { + content: "\e958"; +} +.bxl-spotify:before { + content: "\e959"; +} +.bxl-squarespace:before { + content: "\e95a"; +} +.bxl-stack-overflow:before { + content: "\e95b"; +} +.bxl-stripe:before { + content: "\e95c"; +} +.bxl-telegram:before { + content: "\e95d"; +} +.bxl-trello:before { + content: "\e95e"; +} +.bxl-tumblr:before { + content: "\e95f"; +} +.bxl-twitch:before { + content: "\e960"; +} +.bxl-twitter:before { + content: "\e961"; +} +.bxl-unsplash:before { + content: "\e962"; +} +.bxl-vimeo:before { + content: "\e963"; +} +.bxl-visa:before { + content: "\e964"; +} +.bxl-vk:before { + content: "\e965"; +} +.bxl-vuejs:before { + content: "\e966"; +} +.bxl-whatsapp:before { + content: "\e967"; +} +.bxl-whatsapp-square:before { + content: "\e968"; +} +.bxl-wikipedia:before { + content: "\e969"; +} +.bxl-windows:before { + content: "\e96a"; +} +.bxl-wix:before { + content: "\e96b"; +} +.bxl-wordpress:before { + content: "\e96c"; +} +.bxl-yahoo:before { + content: "\e96d"; +} +.bxl-yelp:before { + content: "\e96e"; +} +.bxl-youtube:before { + content: "\e96f"; +} +.bx-accessibility:before { + content: "\e970"; +} +.bx-add-to-queue:before { + content: "\e971"; +} +.bx-adjust:before { + content: "\e972"; +} +.bx-alarm:before { + content: "\e973"; +} +.bx-alarm-add:before { + content: "\e974"; +} +.bx-alarm-off:before { + content: "\e975"; +} +.bx-album:before { + content: "\e976"; +} +.bx-align-justify:before { + content: "\e977"; +} +.bx-align-left:before { + content: "\e978"; +} +.bx-align-middle:before { + content: "\e979"; +} +.bx-align-right:before { + content: "\e97a"; +} +.bx-analyse:before { + content: "\e97b"; +} +.bx-anchor:before { + content: "\e97c"; +} +.bx-angry:before { + content: "\e97d"; +} +.bx-aperture:before { + content: "\e97e"; +} +.bx-archive:before { + content: "\e97f"; +} +.bx-archive-in:before { + content: "\e980"; +} +.bx-archive-out:before { + content: "\e981"; +} +.bx-area:before { + content: "\e982"; +} +.bx-arrow-back:before { + content: "\e983"; +} +.bx-at:before { + content: "\e984"; +} +.bx-award:before { + content: "\e985"; +} +.bx-badge:before { + content: "\e986"; +} +.bx-badge-check:before { + content: "\e987"; +} +.bx-ball:before { + content: "\e988"; +} +.bx-band-aid:before { + content: "\e989"; +} +.bx-bar-chart:before { + content: "\e98a"; +} +.bx-bar-chart-alt:before { + content: "\e98b"; +} +.bx-bar-chart-alt-2:before { + content: "\e98c"; +} +.bx-bar-chart-square:before { + content: "\e98d"; +} +.bx-barcode:before { + content: "\e98e"; +} +.bx-basket:before { + content: "\e98f"; +} +.bx-basketball:before { + content: "\e990"; +} +.bx-bath:before { + content: "\e991"; +} +.bx-battery:before { + content: "\e992"; +} +.bx-bed:before { + content: "\e993"; +} +.bx-bell:before { + content: "\e994"; +} +.bx-bell-minus:before { + content: "\e995"; +} +.bx-bell-off:before { + content: "\e996"; +} +.bx-bell-plus:before { + content: "\e997"; +} +.bx-bitcoin:before { + content: "\e998"; +} +.bx-block:before { + content: "\e999"; +} +.bx-bluetooth:before { + content: "\e99a"; +} +.bx-body:before { + content: "\e99b"; +} +.bx-bold:before { + content: "\e99c"; +} +.bx-bolt-circle:before { + content: "\e99d"; +} +.bx-book:before { + content: "\e99e"; +} +.bx-book-bookmark:before { + content: "\e99f"; +} +.bx-book-content:before { + content: "\e9a0"; +} +.bx-bookmark:before { + content: "\e9a1"; +} +.bx-bookmark-minus:before { + content: "\e9a2"; +} +.bx-bookmark-plus:before { + content: "\e9a3"; +} +.bx-bookmarks:before { + content: "\e9a4"; +} +.bx-book-open:before { + content: "\e9a5"; +} +.bx-border-all:before { + content: "\e9a6"; +} +.bx-border-bottom:before { + content: "\e9a7"; +} +.bx-border-left:before { + content: "\e9a8"; +} +.bx-border-radius:before { + content: "\e9a9"; +} +.bx-border-right:before { + content: "\e9aa"; +} +.bx-border-top:before { + content: "\e9ab"; +} +.bx-bot:before { + content: "\e9ac"; +} +.bx-bowling-ball:before { + content: "\e9ad"; +} +.bx-box:before { + content: "\e9ae"; +} +.bx-briefcase:before { + content: "\e9af"; +} +.bx-briefcase-alt:before { + content: "\e9b0"; +} +.bx-briefcase-alt-2:before { + content: "\e9b1"; +} +.bx-brightness:before { + content: "\e9b2"; +} +.bx-brightness-half:before { + content: "\e9b3"; +} +.bx-broadcast:before { + content: "\e9b4"; +} +.bx-brush:before { + content: "\e9b5"; +} +.bx-brush-alt:before { + content: "\e9b6"; +} +.bx-bug:before { + content: "\e9b7"; +} +.bx-bug-alt:before { + content: "\e9b8"; +} +.bx-building:before { + content: "\e9b9"; +} +.bx-building-house:before { + content: "\e9ba"; +} +.bx-buildings:before { + content: "\e9bb"; +} +.bx-bulb:before { + content: "\e9bc"; +} +.bx-bullseye:before { + content: "\e9bd"; +} +.bx-buoy:before { + content: "\e9be"; +} +.bx-bus:before { + content: "\e9bf"; +} +.bx-cake:before { + content: "\e9c0"; +} +.bx-calculator:before { + content: "\e9c1"; +} +.bx-calendar:before { + content: "\e9c2"; +} +.bx-calendar-alt:before { + content: "\e9c3"; +} +.bx-calendar-check:before { + content: "\e9c4"; +} +.bx-calendar-event:before { + content: "\e9c5"; +} +.bx-calendar-minus:before { + content: "\e9c6"; +} +.bx-calendar-plus:before { + content: "\e9c7"; +} +.bx-calendar-x:before { + content: "\e9c8"; +} +.bx-camera:before { + content: "\e9c9"; +} +.bx-camera-off:before { + content: "\e9ca"; +} +.bx-captions:before { + content: "\e9cb"; +} +.bx-car:before { + content: "\e9cc"; +} +.bx-card:before { + content: "\e9cd"; +} +.bx-caret-down:before { + content: "\e9ce"; +} +.bx-caret-left:before { + content: "\e9cf"; +} +.bx-caret-right:before { + content: "\e9d0"; +} +.bx-caret-up:before { + content: "\e9d1"; +} +.bx-carousel:before { + content: "\e9d2"; +} +.bx-cart:before { + content: "\e9d3"; +} +.bx-cart-alt:before { + content: "\e9d4"; +} +.bx-cast:before { + content: "\e9d5"; +} +.bx-certification:before { + content: "\e9d6"; +} +.bx-chalkboard:before { + content: "\e9d7"; +} +.bx-chart:before { + content: "\e9d8"; +} +.bx-chat:before { + content: "\e9d9"; +} +.bx-check:before { + content: "\e9da"; +} +.bx-checkbox:before { + content: "\e9db"; +} +.bx-checkbox-checked:before { + content: "\e9dc"; +} +.bx-checkbox-square:before { + content: "\e9dd"; +} +.bx-check-circle:before { + content: "\e9de"; +} +.bx-check-double:before { + content: "\e9df"; +} +.bx-check-shield:before { + content: "\e9e0"; +} +.bx-check-square:before { + content: "\e9e1"; +} +.bx-chevron-down:before { + content: "\e9e2"; +} +.bx-chevron-left:before { + content: "\e9e3"; +} +.bx-chevron-right:before { + content: "\e9e4"; +} +.bx-chevrons-down:before { + content: "\e9e5"; +} +.bx-chevrons-left:before { + content: "\e9e6"; +} +.bx-chevrons-right:before { + content: "\e9e7"; +} +.bx-chevrons-up:before { + content: "\e9e8"; +} +.bx-chevron-up:before { + content: "\e9e9"; +} +.bx-chip:before { + content: "\e9ea"; +} +.bx-circle:before { + content: "\e9eb"; +} +.bx-clinic:before { + content: "\e9ec"; +} +.bx-clipboard:before { + content: "\e9ed"; +} +.bx-closet:before { + content: "\e9ee"; +} +.bx-cloud:before { + content: "\e9ef"; +} +.bx-cloud-download:before { + content: "\e9f0"; +} +.bx-cloud-drizzle:before { + content: "\e9f1"; +} +.bx-cloud-lightning:before { + content: "\e9f2"; +} +.bx-cloud-light-rain:before { + content: "\e9f3"; +} +.bx-cloud-rain:before { + content: "\e9f4"; +} +.bx-cloud-snow:before { + content: "\e9f5"; +} +.bx-cloud-upload:before { + content: "\e9f6"; +} +.bx-code:before { + content: "\e9f7"; +} +.bx-code-alt:before { + content: "\e9f8"; +} +.bx-code-block:before { + content: "\e9f9"; +} +.bx-code-curly:before { + content: "\e9fa"; +} +.bx-coffee:before { + content: "\e9fb"; +} +.bx-cog:before { + content: "\e9fc"; +} +.bx-collapse:before { + content: "\e9fd"; +} +.bx-collection:before { + content: "\e9fe"; +} +.bx-columns:before { + content: "\e9ff"; +} +.bx-command:before { + content: "\ea00"; +} +.bx-comment:before { + content: "\ea01"; +} +.bx-comment-dots:before { + content: "\ea02"; +} +.bx-compass:before { + content: "\ea03"; +} +.bx-confused:before { + content: "\ea04"; +} +.bx-conversation:before { + content: "\ea05"; +} +.bx-cool:before { + content: "\ea06"; +} +.bx-copy:before { + content: "\ea07"; +} +.bx-copy-alt:before { + content: "\ea08"; +} +.bx-copyright:before { + content: "\ea09"; +} +.bx-credit-card:before { + content: "\ea0a"; +} +.bx-credit-card-alt:before { + content: "\ea0b"; +} +.bx-crop:before { + content: "\ea0c"; +} +.bx-crosshair:before { + content: "\ea0d"; +} +.bx-crown:before { + content: "\ea0e"; +} +.bx-cube:before { + content: "\ea0f"; +} +.bx-cube-alt:before { + content: "\ea10"; +} +.bx-cuboid:before { + content: "\ea11"; +} +.bx-customize:before { + content: "\ea12"; +} +.bx-cut:before { + content: "\ea13"; +} +.bx-cycling:before { + content: "\ea14"; +} +.bx-cylinder:before { + content: "\ea15"; +} +.bx-data:before { + content: "\ea16"; +} +.bx-desktop:before { + content: "\ea17"; +} +.bx-detail:before { + content: "\ea18"; +} +.bx-devices:before { + content: "\ea19"; +} +.bx-dialpad:before { + content: "\ea1a"; +} +.bx-dialpad-alt:before { + content: "\ea1b"; +} +.bx-diamond:before { + content: "\ea1c"; +} +.bx-directions:before { + content: "\ea1d"; +} +.bx-disc:before { + content: "\ea1e"; +} +.bx-dish:before { + content: "\ea1f"; +} +.bx-dislike:before { + content: "\ea20"; +} +.bx-dizzy:before { + content: "\ea21"; +} +.bx-dna:before { + content: "\ea22"; +} +.bx-dock-bottom:before { + content: "\ea23"; +} +.bx-dock-left:before { + content: "\ea24"; +} +.bx-dock-right:before { + content: "\ea25"; +} +.bx-dock-top:before { + content: "\ea26"; +} +.bx-dollar:before { + content: "\ea27"; +} +.bx-dollar-circle:before { + content: "\ea28"; +} +.bx-dots-horizontal:before { + content: "\ea29"; +} +.bx-dots-horizontal-rounded:before { + content: "\ea2a"; +} +.bx-dots-vertical:before { + content: "\ea2b"; +} +.bx-dots-vertical-rounded:before { + content: "\ea2c"; +} +.bx-doughnut-chart:before { + content: "\ea2d"; +} +.bx-down-arrow:before { + content: "\ea2e"; +} +.bx-down-arrow-alt:before { + content: "\ea2f"; +} +.bx-down-arrow-circle:before { + content: "\ea30"; +} +.bx-download:before { + content: "\ea31"; +} +.bx-downvote:before { + content: "\ea32"; +} +.bx-droplet:before { + content: "\ea33"; +} +.bx-dumbbell:before { + content: "\ea34"; +} +.bx-duplicate:before { + content: "\ea35"; +} +.bx-edit:before { + content: "\ea36"; +} +.bx-edit-alt:before { + content: "\ea37"; +} +.bx-envelope:before { + content: "\ea38"; +} +.bx-equalizer:before { + content: "\ea39"; +} +.bx-error:before { + content: "\ea3a"; +} +.bx-error-alt:before { + content: "\ea3b"; +} +.bx-error-circle:before { + content: "\ea3c"; +} +.bx-euro:before { + content: "\ea3d"; +} +.bx-exit:before { + content: "\ea3e"; +} +.bx-exit-fullscreen:before { + content: "\ea3f"; +} +.bx-expand:before { + content: "\ea40"; +} +.bx-export:before { + content: "\ea41"; +} +.bx-extension:before { + content: "\ea42"; +} +.bx-face:before { + content: "\ea43"; +} +.bx-fast-forward:before { + content: "\ea44"; +} +.bx-fast-forward-circle:before { + content: "\ea45"; +} +.bx-female:before { + content: "\ea46"; +} +.bx-female-sign:before { + content: "\ea47"; +} +.bx-file:before { + content: "\ea48"; +} +.bx-file-blank:before { + content: "\ea49"; +} +.bx-file-find:before { + content: "\ea4a"; +} +.bx-film:before { + content: "\ea4b"; +} +.bx-filter:before { + content: "\ea4c"; +} +.bx-filter-alt:before { + content: "\ea4d"; +} +.bx-fingerprint:before { + content: "\ea4e"; +} +.bx-first-aid:before { + content: "\ea4f"; +} +.bx-first-page:before { + content: "\ea50"; +} +.bx-flag:before { + content: "\ea51"; +} +.bx-folder:before { + content: "\ea52"; +} +.bx-folder-minus:before { + content: "\ea53"; +} +.bx-folder-open:before { + content: "\ea54"; +} +.bx-folder-plus:before { + content: "\ea55"; +} +.bx-font:before { + content: "\ea56"; +} +.bx-font-color:before { + content: "\ea57"; +} +.bx-font-family:before { + content: "\ea58"; +} +.bx-font-size:before { + content: "\ea59"; +} +.bx-food-menu:before { + content: "\ea5a"; +} +.bx-food-tag:before { + content: "\ea5b"; +} +.bx-football:before { + content: "\ea5c"; +} +.bx-fridge:before { + content: "\ea5d"; +} +.bx-fullscreen:before { + content: "\ea5e"; +} +.bx-gas-pump:before { + content: "\ea5f"; +} +.bx-ghost:before { + content: "\ea60"; +} +.bx-gift:before { + content: "\ea61"; +} +.bx-git-branch:before { + content: "\ea62"; +} +.bx-git-commit:before { + content: "\ea63"; +} +.bx-git-compare:before { + content: "\ea64"; +} +.bx-git-merge:before { + content: "\ea65"; +} +.bx-git-pull-request:before { + content: "\ea66"; +} +.bx-git-repo-forked:before { + content: "\ea67"; +} +.bx-globe:before { + content: "\ea68"; +} +.bx-globe-alt:before { + content: "\ea69"; +} +.bx-grid:before { + content: "\ea6a"; +} +.bx-grid-alt:before { + content: "\ea6b"; +} +.bx-grid-horizontal:before { + content: "\ea6c"; +} +.bx-grid-small:before { + content: "\ea6d"; +} +.bx-grid-vertical:before { + content: "\ea6e"; +} +.bx-group:before { + content: "\ea6f"; +} +.bx-handicap:before { + content: "\ea70"; +} +.bx-happy:before { + content: "\ea71"; +} +.bx-happy-alt:before { + content: "\ea72"; +} +.bx-happy-beaming:before { + content: "\ea73"; +} +.bx-happy-heart-eyes:before { + content: "\ea74"; +} +.bx-hash:before { + content: "\ea75"; +} +.bx-hdd:before { + content: "\ea76"; +} +.bx-heading:before { + content: "\ea77"; +} +.bx-headphone:before { + content: "\ea78"; +} +.bx-health:before { + content: "\ea79"; +} +.bx-heart:before { + content: "\ea7a"; +} +.bx-help-circle:before { + content: "\ea7b"; +} +.bx-hide:before { + content: "\ea7c"; +} +.bx-highlight:before { + content: "\ea7d"; +} +.bx-history:before { + content: "\ea7e"; +} +.bx-hive:before { + content: "\ea7f"; +} +.bx-home:before { + content: "\ea80"; +} +.bx-home-alt:before { + content: "\ea81"; +} +.bx-home-circle:before { + content: "\ea82"; +} +.bx-horizontal-center:before { + content: "\ea83"; +} +.bx-hotel:before { + content: "\ea84"; +} +.bx-hourglass:before { + content: "\ea85"; +} +.bx-id-card:before { + content: "\ea86"; +} +.bx-image:before { + content: "\ea87"; +} +.bx-image-add:before { + content: "\ea88"; +} +.bx-image-alt:before { + content: "\ea89"; +} +.bx-images:before { + content: "\ea8a"; +} +.bx-import:before { + content: "\ea8b"; +} +.bx-infinite:before { + content: "\ea8c"; +} +.bx-info-circle:before { + content: "\ea8d"; +} +.bx-italic:before { + content: "\ea8e"; +} +.bx-joystick:before { + content: "\ea8f"; +} +.bx-joystick-alt:before { + content: "\ea90"; +} +.bx-joystick-button:before { + content: "\ea91"; +} +.bx-key:before { + content: "\ea92"; +} +.bx-label:before { + content: "\ea93"; +} +.bx-landscape:before { + content: "\ea94"; +} +.bx-laptop:before { + content: "\ea95"; +} +.bx-last-page:before { + content: "\ea96"; +} +.bx-laugh:before { + content: "\ea97"; +} +.bx-layer:before { + content: "\ea98"; +} +.bx-layout:before { + content: "\ea99"; +} +.bx-left-arrow:before { + content: "\ea9a"; +} +.bx-left-arrow-alt:before { + content: "\ea9b"; +} +.bx-left-arrow-circle:before { + content: "\ea9c"; +} +.bx-left-down-arrow-circle:before { + content: "\ea9d"; +} +.bx-left-indent:before { + content: "\ea9e"; +} +.bx-left-top-arrow-circle:before { + content: "\ea9f"; +} +.bx-like:before { + content: "\eaa0"; +} +.bx-line-chart:before { + content: "\eaa1"; +} +.bx-link:before { + content: "\eaa2"; +} +.bx-link-alt:before { + content: "\eaa3"; +} +.bx-link-external:before { + content: "\eaa4"; +} +.bx-lira:before { + content: "\eaa5"; +} +.bx-list-check:before { + content: "\eaa6"; +} +.bx-list-minus:before { + content: "\eaa7"; +} +.bx-list-ol:before { + content: "\eaa8"; +} +.bx-list-plus:before { + content: "\eaa9"; +} +.bx-list-ul:before { + content: "\eaaa"; +} +.bx-loader:before { + content: "\eaab"; +} +.bx-loader-alt:before { + content: "\eaac"; +} +.bx-loader-circle:before { + content: "\eaad"; +} +.bx-lock:before { + content: "\eaae"; +} +.bx-lock-alt:before { + content: "\eaaf"; +} +.bx-lock-open:before { + content: "\eab0"; +} +.bx-lock-open-alt:before { + content: "\eab1"; +} +.bx-log-in:before { + content: "\eab2"; +} +.bx-log-in-circle:before { + content: "\eab3"; +} +.bx-log-out:before { + content: "\eab4"; +} +.bx-log-out-circle:before { + content: "\eab5"; +} +.bx-magnet:before { + content: "\eab6"; +} +.bx-mail-send:before { + content: "\eab7"; +} +.bx-male:before { + content: "\eab8"; +} +.bx-male-sign:before { + content: "\eab9"; +} +.bx-map:before { + content: "\eaba"; +} +.bx-map-alt:before { + content: "\eabb"; +} +.bx-map-pin:before { + content: "\eabc"; +} +.bx-meh:before { + content: "\eabd"; +} +.bx-meh-alt:before { + content: "\eabe"; +} +.bx-meh-blank:before { + content: "\eabf"; +} +.bx-memory-card:before { + content: "\eac0"; +} +.bx-menu:before { + content: "\eac1"; +} +.bx-menu-alt-left:before { + content: "\eac2"; +} +.bx-menu-alt-right:before { + content: "\eac3"; +} +.bx-message:before { + content: "\eac4"; +} +.bx-message-alt:before { + content: "\eac5"; +} +.bx-message-alt-dots:before { + content: "\eac6"; +} +.bx-message-dots:before { + content: "\eac7"; +} +.bx-message-rounded:before { + content: "\eac8"; +} +.bx-message-rounded-dots:before { + content: "\eac9"; +} +.bx-message-square:before { + content: "\eaca"; +} +.bx-message-square-dots:before { + content: "\eacb"; +} +.bx-microphone:before { + content: "\eacc"; +} +.bx-microphone-off:before { + content: "\eacd"; +} +.bx-minus:before { + content: "\eace"; +} +.bx-minus-circle:before { + content: "\eacf"; +} +.bx-mobile:before { + content: "\ead0"; +} +.bx-mobile-alt:before { + content: "\ead1"; +} +.bx-mobile-landscape:before { + content: "\ead2"; +} +.bx-mobile-vibration:before { + content: "\ead3"; +} +.bx-money:before { + content: "\ead4"; +} +.bx-moon:before { + content: "\ead5"; +} +.bx-mouse:before { + content: "\ead6"; +} +.bx-mouse-alt:before { + content: "\ead7"; +} +.bx-move:before { + content: "\ead8"; +} +.bx-move-horizontal:before { + content: "\ead9"; +} +.bx-move-vertical:before { + content: "\eada"; +} +.bx-movie:before { + content: "\eadb"; +} +.bx-music:before { + content: "\eadc"; +} +.bx-navigation:before { + content: "\eadd"; +} +.bx-news:before { + content: "\eade"; +} +.bx-no-entry:before { + content: "\eadf"; +} +.bx-note:before { + content: "\eae0"; +} +.bx-notepad:before { + content: "\eae1"; +} +.bx-notification:before { + content: "\eae2"; +} +.bx-notification-off:before { + content: "\eae3"; +} +.bx-package:before { + content: "\eae4"; +} +.bx-paint:before { + content: "\eae5"; +} +.bx-paint-roll:before { + content: "\eae6"; +} +.bx-palette:before { + content: "\eae7"; +} +.bx-paperclip:before { + content: "\eae8"; +} +.bx-paper-plane:before { + content: "\eae9"; +} +.bx-paragraph:before { + content: "\eaea"; +} +.bx-paste:before { + content: "\eaeb"; +} +.bx-pause:before { + content: "\eaec"; +} +.bx-pause-circle:before { + content: "\eaed"; +} +.bx-pen:before { + content: "\eaee"; +} +.bx-pencil:before { + content: "\eaef"; +} +.bx-phone:before { + content: "\eaf0"; +} +.bx-phone-call:before { + content: "\eaf1"; +} +.bx-phone-incoming:before { + content: "\eaf2"; +} +.bx-phone-outgoing:before { + content: "\eaf3"; +} +.bx-photo-album:before { + content: "\eaf4"; +} +.bx-pie-chart:before { + content: "\eaf5"; +} +.bx-pie-chart-alt:before { + content: "\eaf6"; +} +.bx-pie-chart-alt-2:before { + content: "\eaf7"; +} +.bx-pin:before { + content: "\eaf8"; +} +.bx-planet:before { + content: "\eaf9"; +} +.bx-play:before { + content: "\eafa"; +} +.bx-play-circle:before { + content: "\eafb"; +} +.bx-plug:before { + content: "\eafc"; +} +.bx-plus:before { + content: "\eafd"; +} +.bx-plus-circle:before { + content: "\eafe"; +} +.bx-plus-medical:before { + content: "\eaff"; +} +.bx-poll:before { + content: "\eb00"; +} +.bx-polygon:before { + content: "\eb01"; +} +.bx-pound:before { + content: "\eb02"; +} +.bx-power-off:before { + content: "\eb03"; +} +.bx-printer:before { + content: "\eb04"; +} +.bx-pulse:before { + content: "\eb05"; +} +.bx-purchase-tag:before { + content: "\eb06"; +} +.bx-purchase-tag-alt:before { + content: "\eb07"; +} +.bx-pyramid:before { + content: "\eb08"; +} +.bx-question-mark:before { + content: "\eb09"; +} +.bx-radar:before { + content: "\eb0a"; +} +.bx-radio:before { + content: "\eb0b"; +} +.bx-radio-circle:before { + content: "\eb0c"; +} +.bx-radio-circle-marked:before { + content: "\eb0d"; +} +.bx-receipt:before { + content: "\eb0e"; +} +.bx-rectangle:before { + content: "\eb0f"; +} +.bx-redo:before { + content: "\eb10"; +} +.bx-rename:before { + content: "\eb11"; +} +.bx-repeat:before { + content: "\eb12"; +} +.bx-reply:before { + content: "\eb13"; +} +.bx-reply-all:before { + content: "\eb14"; +} +.bx-repost:before { + content: "\eb15"; +} +.bx-reset:before { + content: "\eb16"; +} +.bx-restaurant:before { + content: "\eb17"; +} +.bx-revision:before { + content: "\eb18"; +} +.bx-rewind:before { + content: "\eb19"; +} +.bx-rewind-circle:before { + content: "\eb1a"; +} +.bx-right-arrow:before { + content: "\eb1b"; +} +.bx-right-arrow-alt:before { + content: "\eb1c"; +} +.bx-right-arrow-circle:before { + content: "\eb1d"; +} +.bx-right-down-arrow-circle:before { + content: "\eb1e"; +} +.bx-right-indent:before { + content: "\eb1f"; +} +.bx-right-top-arrow-circle:before { + content: "\eb20"; +} +.bx-rocket:before { + content: "\eb21"; +} +.bx-rotate-left:before { + content: "\eb22"; +} +.bx-rotate-right:before { + content: "\eb23"; +} +.bx-rss:before { + content: "\eb24"; +} +.bx-ruble:before { + content: "\eb25"; +} +.bx-ruler:before { + content: "\eb26"; +} +.bx-run:before { + content: "\eb27"; +} +.bx-rupee:before { + content: "\eb28"; +} +.bx-sad:before { + content: "\eb29"; +} +.bx-save:before { + content: "\eb2a"; +} +.bx-screenshot:before { + content: "\eb2b"; +} +.bx-search:before { + content: "\eb2c"; +} +.bx-search-alt:before { + content: "\eb2d"; +} +.bx-search-alt-2:before { + content: "\eb2e"; +} +.bx-selection:before { + content: "\eb2f"; +} +.bx-select-multiple:before { + content: "\eb30"; +} +.bx-send:before { + content: "\eb31"; +} +.bx-server:before { + content: "\eb32"; +} +.bx-shape-circle:before { + content: "\eb33"; +} +.bx-shape-square:before { + content: "\eb34"; +} +.bx-shape-triangle:before { + content: "\eb35"; +} +.bx-share:before { + content: "\eb36"; +} +.bx-share-alt:before { + content: "\eb37"; +} +.bx-shekel:before { + content: "\eb38"; +} +.bx-shield:before { + content: "\eb39"; +} +.bx-shield-alt:before { + content: "\eb3a"; +} +.bx-shield-alt-2:before { + content: "\eb3b"; +} +.bx-shield-quarter:before { + content: "\eb3c"; +} +.bx-shocked:before { + content: "\eb3d"; +} +.bx-shopping-bag:before { + content: "\eb3e"; +} +.bx-show:before { + content: "\eb3f"; +} +.bx-show-alt:before { + content: "\eb40"; +} +.bx-shuffle:before { + content: "\eb41"; +} +.bx-sidebar:before { + content: "\eb42"; +} +.bx-sitemap:before { + content: "\eb43"; +} +.bx-skip-next:before { + content: "\eb44"; +} +.bx-skip-next-circle:before { + content: "\eb45"; +} +.bx-skip-previous:before { + content: "\eb46"; +} +.bx-skip-previous-circle:before { + content: "\eb47"; +} +.bx-sleepy:before { + content: "\eb48"; +} +.bx-slider:before { + content: "\eb49"; +} +.bx-slider-alt:before { + content: "\eb4a"; +} +.bx-slideshow:before { + content: "\eb4b"; +} +.bx-smile:before { + content: "\eb4c"; +} +.bx-sort:before { + content: "\eb4d"; +} +.bx-sort-a-z:before { + content: "\eb4e"; +} +.bx-sort-down:before { + content: "\eb4f"; +} +.bx-sort-up:before { + content: "\eb50"; +} +.bx-sort-z-a:before { + content: "\eb51"; +} +.bx-spa:before { + content: "\eb52"; +} +.bx-space-bar:before { + content: "\eb53"; +} +.bx-spreadsheet:before { + content: "\eb54"; +} +.bx-square:before { + content: "\eb55"; +} +.bx-square-rounded:before { + content: "\eb56"; +} +.bx-star:before { + content: "\eb57"; +} +.bx-station:before { + content: "\eb58"; +} +.bx-stats:before { + content: "\eb59"; +} +.bx-sticker:before { + content: "\eb5a"; +} +.bx-stop:before { + content: "\eb5b"; +} +.bx-stop-circle:before { + content: "\eb5c"; +} +.bx-stopwatch:before { + content: "\eb5d"; +} +.bx-store:before { + content: "\eb5e"; +} +.bx-store-alt:before { + content: "\eb5f"; +} +.bx-street-view:before { + content: "\eb60"; +} +.bx-strikethrough:before { + content: "\eb61"; +} +.bx-subdirectory-left:before { + content: "\eb62"; +} +.bx-subdirectory-right:before { + content: "\eb63"; +} +.bx-sun:before { + content: "\eb64"; +} +.bx-support:before { + content: "\eb65"; +} +.bx-swim:before { + content: "\eb66"; +} +.bx-sync:before { + content: "\eb67"; +} +.bx-tab:before { + content: "\eb68"; +} +.bx-table:before { + content: "\eb69"; +} +.bx-tag:before { + content: "\eb6a"; +} +.bx-target-lock:before { + content: "\eb6b"; +} +.bx-task:before { + content: "\eb6c"; +} +.bx-taxi:before { + content: "\eb6d"; +} +.bx-tennis-ball:before { + content: "\eb6e"; +} +.bx-terminal:before { + content: "\eb6f"; +} +.bx-test-tube:before { + content: "\eb70"; +} +.bx-text:before { + content: "\eb71"; +} +.bx-time:before { + content: "\eb72"; +} +.bx-time-five:before { + content: "\eb73"; +} +.bx-timer:before { + content: "\eb74"; +} +.bx-tired:before { + content: "\eb75"; +} +.bx-toggle-left:before { + content: "\eb76"; +} +.bx-toggle-right:before { + content: "\eb77"; +} +.bx-tone:before { + content: "\eb78"; +} +.bx-train:before { + content: "\eb79"; +} +.bx-transfer:before { + content: "\eb7a"; +} +.bx-transfer-alt:before { + content: "\eb7b"; +} +.bx-trash:before { + content: "\eb7c"; +} +.bx-trash-alt:before { + content: "\eb7d"; +} +.bx-trending-down:before { + content: "\eb7e"; +} +.bx-trending-up:before { + content: "\eb7f"; +} +.bx-trophy:before { + content: "\eb80"; +} +.bx-tv:before { + content: "\eb81"; +} +.bx-underline:before { + content: "\eb82"; +} +.bx-undo:before { + content: "\eb83"; +} +.bx-unlink:before { + content: "\eb84"; +} +.bx-up-arrow:before { + content: "\eb85"; +} +.bx-up-arrow-alt:before { + content: "\eb86"; +} +.bx-up-arrow-circle:before { + content: "\eb87"; +} +.bx-upload:before { + content: "\eb88"; +} +.bx-upside-down:before { + content: "\eb89"; +} +.bx-upvote:before { + content: "\eb8a"; +} +.bx-usb:before { + content: "\eb8b"; +} +.bx-user:before { + content: "\eb8c"; +} +.bx-user-check:before { + content: "\eb8d"; +} +.bx-user-circle:before { + content: "\eb8e"; +} +.bx-user-minus:before { + content: "\eb8f"; +} +.bx-user-pin:before { + content: "\eb90"; +} +.bx-user-plus:before { + content: "\eb91"; +} +.bx-user-voice:before { + content: "\eb92"; +} +.bx-user-x:before { + content: "\eb93"; +} +.bx-vertical-center:before { + content: "\eb94"; +} +.bx-video:before { + content: "\eb95"; +} +.bx-video-off:before { + content: "\eb96"; +} +.bx-video-plus:before { + content: "\eb97"; +} +.bx-video-recording:before { + content: "\eb98"; +} +.bx-voicemail:before { + content: "\eb99"; +} +.bx-volume:before { + content: "\eb9a"; +} +.bx-volume-full:before { + content: "\eb9b"; +} +.bx-volume-low:before { + content: "\eb9c"; +} +.bx-volume-mute:before { + content: "\eb9d"; +} +.bx-walk:before { + content: "\eb9e"; +} +.bx-wallet:before { + content: "\eb9f"; +} +.bx-wallet-alt:before { + content: "\eba0"; +} +.bx-water:before { + content: "\eba1"; +} +.bx-wifi:before { + content: "\eba2"; +} +.bx-wifi-off:before { + content: "\eba3"; +} +.bx-wind:before { + content: "\eba4"; +} +.bx-window:before { + content: "\eba5"; +} +.bx-window-close:before { + content: "\eba6"; +} +.bx-window-open:before { + content: "\eba7"; +} +.bx-windows:before { + content: "\eba8"; +} +.bx-wink-smile:before { + content: "\eba9"; +} +.bx-wink-tongue:before { + content: "\ebaa"; +} +.bx-won:before { + content: "\ebab"; +} +.bx-world:before { + content: "\ebac"; +} +.bx-wrench:before { + content: "\ebad"; +} +.bx-x:before { + content: "\ebae"; +} +.bx-x-circle:before { + content: "\ebaf"; +} +.bx-yen:before { + content: "\ebb0"; +} +.bx-zoom-in:before { + content: "\ebb1"; +} +.bx-zoom-out:before { + content: "\ebb2"; +} +.bxs-add-to-queue:before { + content: "\ebb3"; +} +.bxs-adjust:before { + content: "\ebb4"; +} +.bxs-adjust-alt:before { + content: "\ebb5"; +} +.bxs-alarm:before { + content: "\ebb6"; +} +.bxs-alarm-add:before { + content: "\ebb7"; +} +.bxs-alarm-off:before { + content: "\ebb8"; +} +.bxs-album:before { + content: "\ebb9"; +} +.bxs-ambulance:before { + content: "\ebba"; +} +.bxs-analyse:before { + content: "\ebbb"; +} +.bxs-angry:before { + content: "\ebbc"; +} +.bxs-archive:before { + content: "\ebbd"; +} +.bxs-archive-in:before { + content: "\ebbe"; +} +.bxs-archive-out:before { + content: "\ebbf"; +} +.bxs-area:before { + content: "\ebc0"; +} +.bxs-award:before { + content: "\ebc1"; +} +.bxs-baby-carriage:before { + content: "\ebc2"; +} +.bxs-badge:before { + content: "\ebc3"; +} +.bxs-badge-check:before { + content: "\ebc4"; +} +.bxs-ball:before { + content: "\ebc5"; +} +.bxs-band-aid:before { + content: "\ebc6"; +} +.bxs-bank:before { + content: "\ebc7"; +} +.bxs-bar-chart-alt-2:before { + content: "\ebc8"; +} +.bxs-bar-chart-square:before { + content: "\ebc9"; +} +.bxs-barcode:before { + content: "\ebca"; +} +.bxs-basket:before { + content: "\ebcb"; +} +.bxs-bath:before { + content: "\ebcc"; +} +.bxs-battery:before { + content: "\ebcd"; +} +.bxs-battery-charging:before { + content: "\ebce"; +} +.bxs-battery-full:before { + content: "\ebcf"; +} +.bxs-battery-low:before { + content: "\ebd0"; +} +.bxs-bed:before { + content: "\ebd1"; +} +.bxs-bell:before { + content: "\ebd2"; +} +.bxs-bell-minus:before { + content: "\ebd3"; +} +.bxs-bell-off:before { + content: "\ebd4"; +} +.bxs-bell-plus:before { + content: "\ebd5"; +} +.bxs-bell-ring:before { + content: "\ebd6"; +} +.bxs-bolt:before { + content: "\ebd7"; +} +.bxs-bolt-circle:before { + content: "\ebd8"; +} +.bxs-book:before { + content: "\ebd9"; +} +.bxs-book-bookmark:before { + content: "\ebda"; +} +.bxs-book-content:before { + content: "\ebdb"; +} +.bxs-bookmark:before { + content: "\ebdc"; +} +.bxs-bookmark-minus:before { + content: "\ebdd"; +} +.bxs-bookmark-plus:before { + content: "\ebde"; +} +.bxs-bookmarks:before { + content: "\ebdf"; +} +.bxs-bookmark-star:before { + content: "\ebe0"; +} +.bxs-book-open:before { + content: "\ebe1"; +} +.bxs-bot:before { + content: "\ebe2"; +} +.bxs-bowling-ball:before { + content: "\ebe3"; +} +.bxs-box:before { + content: "\ebe4"; +} +.bxs-briefcase:before { + content: "\ebe5"; +} +.bxs-briefcase-alt:before { + content: "\ebe6"; +} +.bxs-briefcase-alt-2:before { + content: "\ebe7"; +} +.bxs-brightness:before { + content: "\ebe8"; +} +.bxs-brightness-half:before { + content: "\ebe9"; +} +.bxs-brush:before { + content: "\ebea"; +} +.bxs-brush-alt:before { + content: "\ebeb"; +} +.bxs-bug:before { + content: "\ebec"; +} +.bxs-bug-alt:before { + content: "\ebed"; +} +.bxs-building:before { + content: "\ebee"; +} +.bxs-building-house:before { + content: "\ebef"; +} +.bxs-buildings:before { + content: "\ebf0"; +} +.bxs-bulb:before { + content: "\ebf1"; +} +.bxs-buoy:before { + content: "\ebf2"; +} +.bxs-bus:before { + content: "\ebf3"; +} +.bxs-business:before { + content: "\ebf4"; +} +.bxs-cake:before { + content: "\ebf5"; +} +.bxs-calculator:before { + content: "\ebf6"; +} +.bxs-calendar:before { + content: "\ebf7"; +} +.bxs-calendar-alt:before { + content: "\ebf8"; +} +.bxs-calendar-check:before { + content: "\ebf9"; +} +.bxs-calendar-event:before { + content: "\ebfa"; +} +.bxs-calendar-minus:before { + content: "\ebfb"; +} +.bxs-calendar-plus:before { + content: "\ebfc"; +} +.bxs-calendar-x:before { + content: "\ebfd"; +} +.bxs-camera:before { + content: "\ebfe"; +} +.bxs-camera-off:before { + content: "\ebff"; +} +.bxs-camera-plus:before { + content: "\ec00"; +} +.bxs-capsule:before { + content: "\ec01"; +} +.bxs-captions:before { + content: "\ec02"; +} +.bxs-car:before { + content: "\ec03"; +} +.bxs-card:before { + content: "\ec04"; +} +.bxs-caret-down-circle:before { + content: "\ec05"; +} +.bxs-caret-left-circle:before { + content: "\ec06"; +} +.bxs-caret-right-circle:before { + content: "\ec07"; +} +.bxs-caret-up-circle:before { + content: "\ec08"; +} +.bxs-carousel:before { + content: "\ec09"; +} +.bxs-cart:before { + content: "\ec0a"; +} +.bxs-cart-alt:before { + content: "\ec0b"; +} +.bxs-certification:before { + content: "\ec0c"; +} +.bxs-chalkboard:before { + content: "\ec0d"; +} +.bxs-chart:before { + content: "\ec0e"; +} +.bxs-chat:before { + content: "\ec0f"; +} +.bxs-checkbox:before { + content: "\ec10"; +} +.bxs-checkbox-checked:before { + content: "\ec11"; +} +.bxs-check-circle:before { + content: "\ec12"; +} +.bxs-check-shield:before { + content: "\ec13"; +} +.bxs-check-square:before { + content: "\ec14"; +} +.bxs-chip:before { + content: "\ec15"; +} +.bxs-circle:before { + content: "\ec16"; +} +.bxs-city:before { + content: "\ec17"; +} +.bxs-clinic:before { + content: "\ec18"; +} +.bxs-cloud:before { + content: "\ec19"; +} +.bxs-cloud-download:before { + content: "\ec1a"; +} +.bxs-cloud-lightning:before { + content: "\ec1b"; +} +.bxs-cloud-rain:before { + content: "\ec1c"; +} +.bxs-cloud-upload:before { + content: "\ec1d"; +} +.bxs-coffee:before { + content: "\ec1e"; +} +.bxs-coffee-alt:before { + content: "\ec1f"; +} +.bxs-cog:before { + content: "\ec20"; +} +.bxs-collection:before { + content: "\ec21"; +} +.bxs-color-fill:before { + content: "\ec22"; +} +.bxs-comment:before { + content: "\ec23"; +} +.bxs-comment-add:before { + content: "\ec24"; +} +.bxs-comment-detail:before { + content: "\ec25"; +} +.bxs-comment-dots:before { + content: "\ec26"; +} +.bxs-comment-error:before { + content: "\ec27"; +} +.bxs-compass:before { + content: "\ec28"; +} +.bxs-component:before { + content: "\ec29"; +} +.bxs-confused:before { + content: "\ec2a"; +} +.bxs-contact:before { + content: "\ec2b"; +} +.bxs-conversation:before { + content: "\ec2c"; +} +.bxs-cool:before { + content: "\ec2d"; +} +.bxs-copy:before { + content: "\ec2e"; +} +.bxs-copy-alt:before { + content: "\ec2f"; +} +.bxs-coupon:before { + content: "\ec30"; +} +.bxs-credit-card:before { + content: "\ec31"; +} +.bxs-credit-card-alt:before { + content: "\ec32"; +} +.bxs-crown:before { + content: "\ec33"; +} +.bxs-cube:before { + content: "\ec34"; +} +.bxs-cube-alt:before { + content: "\ec35"; +} +.bxs-cuboid:before { + content: "\ec36"; +} +.bxs-customize:before { + content: "\ec37"; +} +.bxs-cylinder:before { + content: "\ec38"; +} +.bxs-dashboard:before { + content: "\ec39"; +} +.bxs-data:before { + content: "\ec3a"; +} +.bxs-detail:before { + content: "\ec3b"; +} +.bxs-devices:before { + content: "\ec3c"; +} +.bxs-direction-left:before { + content: "\ec3d"; +} +.bxs-direction-right:before { + content: "\ec3e"; +} +.bxs-directions:before { + content: "\ec3f"; +} +.bxs-disc:before { + content: "\ec40"; +} +.bxs-discount:before { + content: "\ec41"; +} +.bxs-dish:before { + content: "\ec42"; +} +.bxs-dislike:before { + content: "\ec43"; +} +.bxs-dizzy:before { + content: "\ec44"; +} +.bxs-dock-bottom:before { + content: "\ec45"; +} +.bxs-dock-left:before { + content: "\ec46"; +} +.bxs-dock-right:before { + content: "\ec47"; +} +.bxs-dock-top:before { + content: "\ec48"; +} +.bxs-dollar-circle:before { + content: "\ec49"; +} +.bxs-doughnut-chart:before { + content: "\ec4a"; +} +.bxs-down-arrow:before { + content: "\ec4b"; +} +.bxs-down-arrow-circle:before { + content: "\ec4c"; +} +.bxs-down-arrow-square:before { + content: "\ec4d"; +} +.bxs-download:before { + content: "\ec4e"; +} +.bxs-downvote:before { + content: "\ec4f"; +} +.bxs-drink:before { + content: "\ec50"; +} +.bxs-droplet:before { + content: "\ec51"; +} +.bxs-droplet-half:before { + content: "\ec52"; +} +.bxs-duplicate:before { + content: "\ec53"; +} +.bxs-edit:before { + content: "\ec54"; +} +.bxs-edit-alt:before { + content: "\ec55"; +} +.bxs-eject:before { + content: "\ec56"; +} +.bxs-envelope:before { + content: "\ec57"; +} +.bxs-eraser:before { + content: "\ec58"; +} +.bxs-error:before { + content: "\ec59"; +} +.bxs-error-alt:before { + content: "\ec5a"; +} +.bxs-error-circle:before { + content: "\ec5b"; +} +.bxs-exit:before { + content: "\ec5c"; +} +.bxs-extension:before { + content: "\ec5d"; +} +.bxs-eyedropper:before { + content: "\ec5e"; +} +.bxs-face:before { + content: "\ec5f"; +} +.bxs-factory:before { + content: "\ec60"; +} +.bxs-fast-forward-circle:before { + content: "\ec61"; +} +.bxs-file:before { + content: "\ec62"; +} +.bxs-file-blank:before { + content: "\ec63"; +} +.bxs-file-css:before { + content: "\ec64"; +} +.bxs-file-doc:before { + content: "\ec65"; +} +.bxs-file-find:before { + content: "\ec66"; +} +.bxs-file-gif:before { + content: "\ec67"; +} +.bxs-file-html:before { + content: "\ec68"; +} +.bxs-file-image:before { + content: "\ec69"; +} +.bxs-file-jpg:before { + content: "\ec6a"; +} +.bxs-file-js:before { + content: "\ec6b"; +} +.bxs-file-json:before { + content: "\ec6c"; +} +.bxs-file-md:before { + content: "\ec6d"; +} +.bxs-file-pdf:before { + content: "\ec6e"; +} +.bxs-file-plus:before { + content: "\ec6f"; +} +.bxs-file-png:before { + content: "\ec70"; +} +.bxs-file-txt:before { + content: "\ec71"; +} +.bxs-film:before { + content: "\ec72"; +} +.bxs-filter-alt:before { + content: "\ec73"; +} +.bxs-first-aid:before { + content: "\ec74"; +} +.bxs-flag:before { + content: "\ec75"; +} +.bxs-flag-alt:before { + content: "\ec76"; +} +.bxs-flame:before { + content: "\ec77"; +} +.bxs-flask:before { + content: "\ec78"; +} +.bxs-folder:before { + content: "\ec79"; +} +.bxs-folder-minus:before { + content: "\ec7a"; +} +.bxs-folder-open:before { + content: "\ec7b"; +} +.bxs-folder-plus:before { + content: "\ec7c"; +} +.bxs-food-menu:before { + content: "\ec7d"; +} +.bxs-fridge:before { + content: "\ec7e"; +} +.bxs-gas-pump:before { + content: "\ec7f"; +} +.bxs-ghost:before { + content: "\ec80"; +} +.bxs-gift:before { + content: "\ec81"; +} +.bxs-graduation:before { + content: "\ec82"; +} +.bxs-grid:before { + content: "\ec83"; +} +.bxs-grid-alt:before { + content: "\ec84"; +} +.bxs-group:before { + content: "\ec85"; +} +.bxs-hand-down:before { + content: "\ec86"; +} +.bxs-hand-left:before { + content: "\ec87"; +} +.bxs-hand-right:before { + content: "\ec88"; +} +.bxs-hand-up:before { + content: "\ec89"; +} +.bxs-happy:before { + content: "\ec8a"; +} +.bxs-happy-alt:before { + content: "\ec8b"; +} +.bxs-happy-beaming:before { + content: "\ec8c"; +} +.bxs-happy-heart-eyes:before { + content: "\ec8d"; +} +.bxs-hdd:before { + content: "\ec8e"; +} +.bxs-heart:before { + content: "\ec8f"; +} +.bxs-help-circle:before { + content: "\ec90"; +} +.bxs-hide:before { + content: "\ec91"; +} +.bxs-home:before { + content: "\ec92"; +} +.bxs-home-circle:before { + content: "\ec93"; +} +.bxs-hot:before { + content: "\ec94"; +} +.bxs-hotel:before { + content: "\ec95"; +} +.bxs-hourglass:before { + content: "\ec96"; +} +.bxs-hourglass-bottom:before { + content: "\ec97"; +} +.bxs-hourglass-top:before { + content: "\ec98"; +} +.bxs-id-card:before { + content: "\ec99"; +} +.bxs-image:before { + content: "\ec9a"; +} +.bxs-image-add:before { + content: "\ec9b"; +} +.bxs-image-alt:before { + content: "\ec9c"; +} +.bxs-inbox:before { + content: "\ec9d"; +} +.bxs-info-circle:before { + content: "\ec9e"; +} +.bxs-institution:before { + content: "\ec9f"; +} +.bxs-joystick:before { + content: "\eca0"; +} +.bxs-joystick-alt:before { + content: "\eca1"; +} +.bxs-joystick-button:before { + content: "\eca2"; +} +.bxs-key:before { + content: "\eca3"; +} +.bxs-keyboard:before { + content: "\eca4"; +} +.bxs-label:before { + content: "\eca5"; +} +.bxs-landmark:before { + content: "\eca6"; +} +.bxs-landscape:before { + content: "\eca7"; +} +.bxs-laugh:before { + content: "\eca8"; +} +.bxs-layer:before { + content: "\eca9"; +} +.bxs-layout:before { + content: "\ecaa"; +} +.bxs-left-arrow:before { + content: "\ecab"; +} +.bxs-left-arrow-circle:before { + content: "\ecac"; +} +.bxs-left-arrow-square:before { + content: "\ecad"; +} +.bxs-left-down-arrow-circle:before { + content: "\ecae"; +} +.bxs-left-top-arrow-circle:before { + content: "\ecaf"; +} +.bxs-like:before { + content: "\ecb0"; +} +.bxs-lock:before { + content: "\ecb1"; +} +.bxs-lock-alt:before { + content: "\ecb2"; +} +.bxs-lock-open:before { + content: "\ecb3"; +} +.bxs-lock-open-alt:before { + content: "\ecb4"; +} +.bxs-log-in:before { + content: "\ecb5"; +} +.bxs-log-in-circle:before { + content: "\ecb6"; +} +.bxs-log-out:before { + content: "\ecb7"; +} +.bxs-log-out-circle:before { + content: "\ecb8"; +} +.bxs-magic-wand:before { + content: "\ecb9"; +} +.bxs-magnet:before { + content: "\ecba"; +} +.bxs-map:before { + content: "\ecbb"; +} +.bxs-map-alt:before { + content: "\ecbc"; +} +.bxs-map-pin:before { + content: "\ecbd"; +} +.bxs-megaphone:before { + content: "\ecbe"; +} +.bxs-meh:before { + content: "\ecbf"; +} +.bxs-meh-alt:before { + content: "\ecc0"; +} +.bxs-meh-blank:before { + content: "\ecc1"; +} +.bxs-memory-card:before { + content: "\ecc2"; +} +.bxs-message:before { + content: "\ecc3"; +} +.bxs-message-alt:before { + content: "\ecc4"; +} +.bxs-message-alt-dots:before { + content: "\ecc5"; +} +.bxs-message-dots:before { + content: "\ecc6"; +} +.bxs-message-rounded:before { + content: "\ecc7"; +} +.bxs-message-rounded-dots:before { + content: "\ecc8"; +} +.bxs-message-square:before { + content: "\ecc9"; +} +.bxs-message-square-dots:before { + content: "\ecca"; +} +.bxs-microphone:before { + content: "\eccb"; +} +.bxs-microphone-alt:before { + content: "\eccc"; +} +.bxs-microphone-off:before { + content: "\eccd"; +} +.bxs-minus-circle:before { + content: "\ecce"; +} +.bxs-minus-square:before { + content: "\eccf"; +} +.bxs-mobile:before { + content: "\ecd0"; +} +.bxs-mobile-vibration:before { + content: "\ecd1"; +} +.bxs-moon:before { + content: "\ecd2"; +} +.bxs-mouse:before { + content: "\ecd3"; +} +.bxs-mouse-alt:before { + content: "\ecd4"; +} +.bxs-movie:before { + content: "\ecd5"; +} +.bxs-music:before { + content: "\ecd6"; +} +.bxs-navigation:before { + content: "\ecd7"; +} +.bxs-news:before { + content: "\ecd8"; +} +.bxs-no-entry:before { + content: "\ecd9"; +} +.bxs-note:before { + content: "\ecda"; +} +.bxs-notepad:before { + content: "\ecdb"; +} +.bxs-notification:before { + content: "\ecdc"; +} +.bxs-notification-off:before { + content: "\ecdd"; +} +.bxs-offer:before { + content: "\ecde"; +} +.bxs-package:before { + content: "\ecdf"; +} +.bxs-paint:before { + content: "\ece0"; +} +.bxs-paint-roll:before { + content: "\ece1"; +} +.bxs-palette:before { + content: "\ece2"; +} +.bxs-paper-plane:before { + content: "\ece3"; +} +.bxs-parking:before { + content: "\ece4"; +} +.bxs-paste:before { + content: "\ece5"; +} +.bxs-pen:before { + content: "\ece6"; +} +.bxs-pencil:before { + content: "\ece7"; +} +.bxs-phone:before { + content: "\ece8"; +} +.bxs-phone-call:before { + content: "\ece9"; +} +.bxs-phone-incoming:before { + content: "\ecea"; +} +.bxs-phone-outgoing:before { + content: "\eceb"; +} +.bxs-photo-album:before { + content: "\ecec"; +} +.bxs-pie-chart:before { + content: "\eced"; +} +.bxs-pie-chart-alt:before { + content: "\ecee"; +} +.bxs-pie-chart-alt-2:before { + content: "\ecef"; +} +.bxs-pin:before { + content: "\ecf0"; +} +.bxs-plane:before { + content: "\ecf1"; +} +.bxs-plane-alt:before { + content: "\ecf2"; +} +.bxs-plane-land:before { + content: "\ecf3"; +} +.bxs-planet:before { + content: "\ecf4"; +} +.bxs-plane-take-off:before { + content: "\ecf5"; +} +.bxs-playlist:before { + content: "\ecf6"; +} +.bxs-plug:before { + content: "\ecf7"; +} +.bxs-plus-circle:before { + content: "\ecf8"; +} +.bxs-plus-square:before { + content: "\ecf9"; +} +.bxs-polygon:before { + content: "\ecfa"; +} +.bxs-printer:before { + content: "\ecfb"; +} +.bxs-purchase-tag:before { + content: "\ecfc"; +} +.bxs-purchase-tag-alt:before { + content: "\ecfd"; +} +.bxs-pyramid:before { + content: "\ecfe"; +} +.bxs-quote-alt-left:before { + content: "\ecff"; +} +.bxs-quote-alt-right:before { + content: "\ed00"; +} +.bxs-quote-left:before { + content: "\ed01"; +} +.bxs-quote-right:before { + content: "\ed02"; +} +.bxs-quote-single-left:before { + content: "\ed03"; +} +.bxs-quote-single-right:before { + content: "\ed04"; +} +.bxs-radio:before { + content: "\ed05"; +} +.bxs-receipt:before { + content: "\ed06"; +} +.bxs-rectangle:before { + content: "\ed07"; +} +.bxs-rename:before { + content: "\ed08"; +} +.bxs-report:before { + content: "\ed09"; +} +.bxs-rewind-circle:before { + content: "\ed0a"; +} +.bxs-right-arrow:before { + content: "\ed0b"; +} +.bxs-right-arrow-circle:before { + content: "\ed0c"; +} +.bxs-right-arrow-square:before { + content: "\ed0d"; +} +.bxs-right-down-arrow-circle:before { + content: "\ed0e"; +} +.bxs-right-top-arrow-circle:before { + content: "\ed0f"; +} +.bxs-rocket:before { + content: "\ed10"; +} +.bxs-ruler:before { + content: "\ed11"; +} +.bxs-sad:before { + content: "\ed12"; +} +.bxs-save:before { + content: "\ed13"; +} +.bxs-school:before { + content: "\ed14"; +} +.bxs-search:before { + content: "\ed15"; +} +.bxs-search-alt-2:before { + content: "\ed16"; +} +.bxs-select-multiple:before { + content: "\ed17"; +} +.bxs-send:before { + content: "\ed18"; +} +.bxs-server:before { + content: "\ed19"; +} +.bxs-share:before { + content: "\ed1a"; +} +.bxs-share-alt:before { + content: "\ed1b"; +} +.bxs-shield:before { + content: "\ed1c"; +} +.bxs-shield-alt-2:before { + content: "\ed1d"; +} +.bxs-ship:before { + content: "\ed1e"; +} +.bxs-shocked:before { + content: "\ed1f"; +} +.bxs-shopping-bag:before { + content: "\ed20"; +} +.bxs-shopping-bag-alt:before { + content: "\ed21"; +} +.bxs-show:before { + content: "\ed22"; +} +.bxs-skip-next-circle:before { + content: "\ed23"; +} +.bxs-skip-previous-circle:before { + content: "\ed24"; +} +.bxs-skull:before { + content: "\ed25"; +} +.bxs-sleepy:before { + content: "\ed26"; +} +.bxs-slideshow:before { + content: "\ed27"; +} +.bxs-smile:before { + content: "\ed28"; +} +.bxs-sort-alt:before { + content: "\ed29"; +} +.bxs-spa:before { + content: "\ed2a"; +} +.bxs-spreadsheet:before { + content: "\ed2b"; +} +.bxs-square:before { + content: "\ed2c"; +} +.bxs-square-rounded:before { + content: "\ed2d"; +} +.bxs-star:before { + content: "\ed2e"; +} +.bxs-star-half:before { + content: "\ed2f"; +} +.bxs-stopwatch:before { + content: "\ed30"; +} +.bxs-store:before { + content: "\ed31"; +} +.bxs-store-alt:before { + content: "\ed32"; +} +.bxs-sun:before { + content: "\ed33"; +} +.bxs-tag:before { + content: "\ed34"; +} +.bxs-tag-x:before { + content: "\ed35"; +} +.bxs-taxi:before { + content: "\ed36"; +} +.bxs-tennis-ball:before { + content: "\ed37"; +} +.bxs-terminal:before { + content: "\ed38"; +} +.bxs-time:before { + content: "\ed39"; +} +.bxs-time-five:before { + content: "\ed3a"; +} +.bxs-timer:before { + content: "\ed3b"; +} +.bxs-tired:before { + content: "\ed3c"; +} +.bxs-toggle-left:before { + content: "\ed3d"; +} +.bxs-toggle-right:before { + content: "\ed3e"; +} +.bxs-tone:before { + content: "\ed3f"; +} +.bxs-torch:before { + content: "\ed40"; +} +.bxs-to-top:before { + content: "\ed41"; +} +.bxs-traffic:before { + content: "\ed42"; +} +.bxs-traffic-barrier:before { + content: "\ed43"; +} +.bxs-train:before { + content: "\ed44"; +} +.bxs-trash:before { + content: "\ed45"; +} +.bxs-trash-alt:before { + content: "\ed46"; +} +.bxs-tree:before { + content: "\ed47"; +} +.bxs-trophy:before { + content: "\ed48"; +} +.bxs-truck:before { + content: "\ed49"; +} +.bxs-t-shirt:before { + content: "\ed4a"; +} +.bxs-up-arrow:before { + content: "\ed4b"; +} +.bxs-up-arrow-circle:before { + content: "\ed4c"; +} +.bxs-up-arrow-square:before { + content: "\ed4d"; +} +.bxs-upside-down:before { + content: "\ed4e"; +} +.bxs-upvote:before { + content: "\ed4f"; +} +.bxs-user:before { + content: "\ed50"; +} +.bxs-user-badge:before { + content: "\ed51"; +} +.bxs-user-check:before { + content: "\ed52"; +} +.bxs-user-circle:before { + content: "\ed53"; +} +.bxs-user-detail:before { + content: "\ed54"; +} +.bxs-user-minus:before { + content: "\ed55"; +} +.bxs-user-pin:before { + content: "\ed56"; +} +.bxs-user-plus:before { + content: "\ed57"; +} +.bxs-user-rectangle:before { + content: "\ed58"; +} +.bxs-user-voice:before { + content: "\ed59"; +} +.bxs-user-x:before { + content: "\ed5a"; +} +.bxs-vial:before { + content: "\ed5b"; +} +.bxs-video:before { + content: "\ed5c"; +} +.bxs-video-off:before { + content: "\ed5d"; +} +.bxs-video-plus:before { + content: "\ed5e"; +} +.bxs-video-recording:before { + content: "\ed5f"; +} +.bxs-videos:before { + content: "\ed60"; +} +.bxs-volume:before { + content: "\ed61"; +} +.bxs-volume-full:before { + content: "\ed62"; +} +.bxs-volume-low:before { + content: "\ed63"; +} +.bxs-volume-mute:before { + content: "\ed64"; +} +.bxs-wallet:before { + content: "\ed65"; +} +.bxs-wallet-alt:before { + content: "\ed66"; +} +.bxs-watch:before { + content: "\ed67"; +} +.bxs-watch-alt:before { + content: "\ed68"; +} +.bxs-widget:before { + content: "\ed69"; +} +.bxs-wine:before { + content: "\ed6a"; +} +.bxs-wink-smile:before { + content: "\ed6b"; +} +.bxs-wink-tongue:before { + content: "\ed6c"; +} +.bxs-wrench:before { + content: "\ed6d"; +} +.bxs-x-circle:before { + content: "\ed6e"; +} +.bxs-x-square:before { + content: "\ed6f"; +} +.bxs-yin-yang:before { + content: "\ed70"; +} +.bxs-zap:before { + content: "\ed71"; +} +.bxs-zoom-in:before { + content: "\ed72"; +} +.bxs-zoom-out:before { + content: "\ed73"; +} diff --git a/Vue/Starterkit/src/design/custom/plugins/icons/_dripicons.scss b/Vue/Starterkit/src/design/custom/plugins/icons/_dripicons.scss new file mode 100644 index 00000000..6cab7143 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/icons/_dripicons.scss @@ -0,0 +1,640 @@ +@charset "UTF-8"; + +@font-face { + font-family: "dripicons-v2"; + src:url("~@/assets/fonts/dripicons-v2.eot"); + src:url("~@/assets/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), + url("~@/assets/fonts/dripicons-v2.woff") format("woff"), + url("~@/assets/fonts/dripicons-v2.ttf") format("truetype"), + url("~@/assets/fonts/dripicons-v2.svg#dripicons-v2") format("svg"); + font-weight: normal; + font-style: normal; + +} + +[data-icon]:before { + font-family: "dripicons-v2" !important; + content: attr(data-icon); + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +[class^="dripicons-"]:before, +[class*=" dripicons-"]:before { + font-family: "dripicons-v2" !important; + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.dripicons-alarm:before { + content: "\61"; +} +.dripicons-align-center:before { + content: "\62"; +} +.dripicons-align-justify:before { + content: "\63"; +} +.dripicons-align-left:before { + content: "\64"; +} +.dripicons-align-right:before { + content: "\65"; +} +.dripicons-anchor:before { + content: "\66"; +} +.dripicons-archive:before { + content: "\67"; +} +.dripicons-arrow-down:before { + content: "\68"; +} +.dripicons-arrow-left:before { + content: "\69"; +} +.dripicons-arrow-right:before { + content: "\6a"; +} +.dripicons-arrow-thin-down:before { + content: "\6b"; +} +.dripicons-arrow-thin-left:before { + content: "\6c"; +} +.dripicons-arrow-thin-right:before { + content: "\6d"; +} +.dripicons-arrow-thin-up:before { + content: "\6e"; +} +.dripicons-arrow-up:before { + content: "\6f"; +} +.dripicons-article:before { + content: "\70"; +} +.dripicons-backspace:before { + content: "\71"; +} +.dripicons-basket:before { + content: "\72"; +} +.dripicons-basketball:before { + content: "\73"; +} +.dripicons-battery-empty:before { + content: "\74"; +} +.dripicons-battery-full:before { + content: "\75"; +} +.dripicons-battery-low:before { + content: "\76"; +} +.dripicons-battery-medium:before { + content: "\77"; +} +.dripicons-bell:before { + content: "\78"; +} +.dripicons-blog:before { + content: "\79"; +} +.dripicons-bluetooth:before { + content: "\7a"; +} +.dripicons-bold:before { + content: "\41"; +} +.dripicons-bookmark:before { + content: "\42"; +} +.dripicons-bookmarks:before { + content: "\43"; +} +.dripicons-box:before { + content: "\44"; +} +.dripicons-briefcase:before { + content: "\45"; +} +.dripicons-brightness-low:before { + content: "\46"; +} +.dripicons-brightness-max:before { + content: "\47"; +} +.dripicons-brightness-medium:before { + content: "\48"; +} +.dripicons-broadcast:before { + content: "\49"; +} +.dripicons-browser:before { + content: "\4a"; +} +.dripicons-browser-upload:before { + content: "\4b"; +} +.dripicons-brush:before { + content: "\4c"; +} +.dripicons-calendar:before { + content: "\4d"; +} +.dripicons-camcorder:before { + content: "\4e"; +} +.dripicons-camera:before { + content: "\4f"; +} +.dripicons-card:before { + content: "\50"; +} +.dripicons-cart:before { + content: "\51"; +} +.dripicons-checklist:before { + content: "\52"; +} +.dripicons-checkmark:before { + content: "\53"; +} +.dripicons-chevron-down:before { + content: "\54"; +} +.dripicons-chevron-left:before { + content: "\55"; +} +.dripicons-chevron-right:before { + content: "\56"; +} +.dripicons-chevron-up:before { + content: "\57"; +} +.dripicons-clipboard:before { + content: "\58"; +} +.dripicons-clock:before { + content: "\59"; +} +.dripicons-clockwise:before { + content: "\5a"; +} +.dripicons-cloud:before { + content: "\30"; +} +.dripicons-cloud-download:before { + content: "\31"; +} +.dripicons-cloud-upload:before { + content: "\32"; +} +.dripicons-code:before { + content: "\33"; +} +.dripicons-contract:before { + content: "\34"; +} +.dripicons-contract-2:before { + content: "\35"; +} +.dripicons-conversation:before { + content: "\36"; +} +.dripicons-copy:before { + content: "\37"; +} +.dripicons-crop:before { + content: "\38"; +} +.dripicons-cross:before { + content: "\39"; +} +.dripicons-crosshair:before { + content: "\21"; +} +.dripicons-cutlery:before { + content: "\22"; +} +.dripicons-device-desktop:before { + content: "\23"; +} +.dripicons-device-mobile:before { + content: "\24"; +} +.dripicons-device-tablet:before { + content: "\25"; +} +.dripicons-direction:before { + content: "\26"; +} +.dripicons-disc:before { + content: "\27"; +} +.dripicons-document:before { + content: "\28"; +} +.dripicons-document-delete:before { + content: "\29"; +} +.dripicons-document-edit:before { + content: "\2a"; +} +.dripicons-document-new:before { + content: "\2b"; +} +.dripicons-document-remove:before { + content: "\2c"; +} +.dripicons-dot:before { + content: "\2d"; +} +.dripicons-dots-2:before { + content: "\2e"; +} +.dripicons-dots-3:before { + content: "\2f"; +} +.dripicons-download:before { + content: "\3a"; +} +.dripicons-duplicate:before { + content: "\3b"; +} +.dripicons-enter:before { + content: "\3c"; +} +.dripicons-exit:before { + content: "\3d"; +} +.dripicons-expand:before { + content: "\3e"; +} +.dripicons-expand-2:before { + content: "\3f"; +} +.dripicons-experiment:before { + content: "\40"; +} +.dripicons-export:before { + content: "\5b"; +} +.dripicons-feed:before { + content: "\5d"; +} +.dripicons-flag:before { + content: "\5e"; +} +.dripicons-flashlight:before { + content: "\5f"; +} +.dripicons-folder:before { + content: "\60"; +} +.dripicons-folder-open:before { + content: "\7b"; +} +.dripicons-forward:before { + content: "\7c"; +} +.dripicons-gaming:before { + content: "\7d"; +} +.dripicons-gear:before { + content: "\7e"; +} +.dripicons-graduation:before { + content: "\5c"; +} +.dripicons-graph-bar:before { + content: "\e000"; +} +.dripicons-graph-line:before { + content: "\e001"; +} +.dripicons-graph-pie:before { + content: "\e002"; +} +.dripicons-headset:before { + content: "\e003"; +} +.dripicons-heart:before { + content: "\e004"; +} +.dripicons-help:before { + content: "\e005"; +} +.dripicons-home:before { + content: "\e006"; +} +.dripicons-hourglass:before { + content: "\e007"; +} +.dripicons-inbox:before { + content: "\e008"; +} +.dripicons-information:before { + content: "\e009"; +} +.dripicons-italic:before { + content: "\e00a"; +} +.dripicons-jewel:before { + content: "\e00b"; +} +.dripicons-lifting:before { + content: "\e00c"; +} +.dripicons-lightbulb:before { + content: "\e00d"; +} +.dripicons-link:before { + content: "\e00e"; +} +.dripicons-link-broken:before { + content: "\e00f"; +} +.dripicons-list:before { + content: "\e010"; +} +.dripicons-loading:before { + content: "\e011"; +} +.dripicons-location:before { + content: "\e012"; +} +.dripicons-lock:before { + content: "\e013"; +} +.dripicons-lock-open:before { + content: "\e014"; +} +.dripicons-mail:before { + content: "\e015"; +} +.dripicons-map:before { + content: "\e016"; +} +.dripicons-media-loop:before { + content: "\e017"; +} +.dripicons-media-next:before { + content: "\e018"; +} +.dripicons-media-pause:before { + content: "\e019"; +} +.dripicons-media-play:before { + content: "\e01a"; +} +.dripicons-media-previous:before { + content: "\e01b"; +} +.dripicons-media-record:before { + content: "\e01c"; +} +.dripicons-media-shuffle:before { + content: "\e01d"; +} +.dripicons-media-stop:before { + content: "\e01e"; +} +.dripicons-medical:before { + content: "\e01f"; +} +.dripicons-menu:before { + content: "\e020"; +} +.dripicons-message:before { + content: "\e021"; +} +.dripicons-meter:before { + content: "\e022"; +} +.dripicons-microphone:before { + content: "\e023"; +} +.dripicons-minus:before { + content: "\e024"; +} +.dripicons-monitor:before { + content: "\e025"; +} +.dripicons-move:before { + content: "\e026"; +} +.dripicons-music:before { + content: "\e027"; +} +.dripicons-network-1:before { + content: "\e028"; +} +.dripicons-network-2:before { + content: "\e029"; +} +.dripicons-network-3:before { + content: "\e02a"; +} +.dripicons-network-4:before { + content: "\e02b"; +} +.dripicons-network-5:before { + content: "\e02c"; +} +.dripicons-pamphlet:before { + content: "\e02d"; +} +.dripicons-paperclip:before { + content: "\e02e"; +} +.dripicons-pencil:before { + content: "\e02f"; +} +.dripicons-phone:before { + content: "\e030"; +} +.dripicons-photo:before { + content: "\e031"; +} +.dripicons-photo-group:before { + content: "\e032"; +} +.dripicons-pill:before { + content: "\e033"; +} +.dripicons-pin:before { + content: "\e034"; +} +.dripicons-plus:before { + content: "\e035"; +} +.dripicons-power:before { + content: "\e036"; +} +.dripicons-preview:before { + content: "\e037"; +} +.dripicons-print:before { + content: "\e038"; +} +.dripicons-pulse:before { + content: "\e039"; +} +.dripicons-question:before { + content: "\e03a"; +} +.dripicons-reply:before { + content: "\e03b"; +} +.dripicons-reply-all:before { + content: "\e03c"; +} +.dripicons-return:before { + content: "\e03d"; +} +.dripicons-retweet:before { + content: "\e03e"; +} +.dripicons-rocket:before { + content: "\e03f"; +} +.dripicons-scale:before { + content: "\e040"; +} +.dripicons-search:before { + content: "\e041"; +} +.dripicons-shopping-bag:before { + content: "\e042"; +} +.dripicons-skip:before { + content: "\e043"; +} +.dripicons-stack:before { + content: "\e044"; +} +.dripicons-star:before { + content: "\e045"; +} +.dripicons-stopwatch:before { + content: "\e046"; +} +.dripicons-store:before { + content: "\e047"; +} +.dripicons-suitcase:before { + content: "\e048"; +} +.dripicons-swap:before { + content: "\e049"; +} +.dripicons-tag:before { + content: "\e04a"; +} +.dripicons-tag-delete:before { + content: "\e04b"; +} +.dripicons-tags:before { + content: "\e04c"; +} +.dripicons-thumbs-down:before { + content: "\e04d"; +} +.dripicons-thumbs-up:before { + content: "\e04e"; +} +.dripicons-ticket:before { + content: "\e04f"; +} +.dripicons-time-reverse:before { + content: "\e050"; +} +.dripicons-to-do:before { + content: "\e051"; +} +.dripicons-toggles:before { + content: "\e052"; +} +.dripicons-trash:before { + content: "\e053"; +} +.dripicons-trophy:before { + content: "\e054"; +} +.dripicons-upload:before { + content: "\e055"; +} +.dripicons-user:before { + content: "\e056"; +} +.dripicons-user-group:before { + content: "\e057"; +} +.dripicons-user-id:before { + content: "\e058"; +} +.dripicons-vibrate:before { + content: "\e059"; +} +.dripicons-view-apps:before { + content: "\e05a"; +} +.dripicons-view-list:before { + content: "\e05b"; +} +.dripicons-view-list-large:before { + content: "\e05c"; +} +.dripicons-view-thumb:before { + content: "\e05d"; +} +.dripicons-volume-full:before { + content: "\e05e"; +} +.dripicons-volume-low:before { + content: "\e05f"; +} +.dripicons-volume-medium:before { + content: "\e060"; +} +.dripicons-volume-off:before { + content: "\e061"; +} +.dripicons-wallet:before { + content: "\e062"; +} +.dripicons-warning:before { + content: "\e063"; +} +.dripicons-web:before { + content: "\e064"; +} +.dripicons-weight:before { + content: "\e065"; +} +.dripicons-wifi:before { + content: "\e066"; +} +.dripicons-wrong:before { + content: "\e067"; +} +.dripicons-zoom-in:before { + content: "\e068"; +} +.dripicons-zoom-out:before { + content: "\e069"; +} diff --git a/Vue/Starterkit/src/design/custom/plugins/icons/_fontawesome-all.scss b/Vue/Starterkit/src/design/custom/plugins/icons/_fontawesome-all.scss new file mode 100644 index 00000000..fd1351fe --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/icons/_fontawesome-all.scss @@ -0,0 +1,4556 @@ +/*! + * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa, +.fas, +.far, +.fal, +.fad, +.fab { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; } + +.fa-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -.0667em; } + +.fa-xs { + font-size: .75em; } + +.fa-sm { + font-size: .875em; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: 2.5em; + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: -2em; + position: absolute; + text-align: center; + width: 2em; + line-height: inherit; } + +.fa-border { + border: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -webkit-filter: none; + filter: none; } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: #fff; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.fa-500px:before { + content: "\f26e"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-acquisitions-incorporated:before { + content: "\f6af"; } + +.fa-ad:before { + content: "\f641"; } + +.fa-address-book:before { + content: "\f2b9"; } + +.fa-address-card:before { + content: "\f2bb"; } + +.fa-adjust:before { + content: "\f042"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-adobe:before { + content: "\f778"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-air-freshener:before { + content: "\f5d0"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-align-center:before { + content: "\f037"; } + +.fa-align-justify:before { + content: "\f039"; } + +.fa-align-left:before { + content: "\f036"; } + +.fa-align-right:before { + content: "\f038"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-allergies:before { + content: "\f461"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-ambulance:before { + content: "\f0f9"; } + +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-anchor:before { + content: "\f13d"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-angle-double-down:before { + content: "\f103"; } + +.fa-angle-double-left:before { + content: "\f100"; } + +.fa-angle-double-right:before { + content: "\f101"; } + +.fa-angle-double-up:before { + content: "\f102"; } + +.fa-angle-down:before { + content: "\f107"; } + +.fa-angle-left:before { + content: "\f104"; } + +.fa-angle-right:before { + content: "\f105"; } + +.fa-angle-up:before { + content: "\f106"; } + +.fa-angry:before { + content: "\f556"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-ankh:before { + content: "\f644"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-apple-alt:before { + content: "\f5d1"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-archive:before { + content: "\f187"; } + +.fa-archway:before { + content: "\f557"; } + +.fa-arrow-alt-circle-down:before { + content: "\f358"; } + +.fa-arrow-alt-circle-left:before { + content: "\f359"; } + +.fa-arrow-alt-circle-right:before { + content: "\f35a"; } + +.fa-arrow-alt-circle-up:before { + content: "\f35b"; } + +.fa-arrow-circle-down:before { + content: "\f0ab"; } + +.fa-arrow-circle-left:before { + content: "\f0a8"; } + +.fa-arrow-circle-right:before { + content: "\f0a9"; } + +.fa-arrow-circle-up:before { + content: "\f0aa"; } + +.fa-arrow-down:before { + content: "\f063"; } + +.fa-arrow-left:before { + content: "\f060"; } + +.fa-arrow-right:before { + content: "\f061"; } + +.fa-arrow-up:before { + content: "\f062"; } + +.fa-arrows-alt:before { + content: "\f0b2"; } + +.fa-arrows-alt-h:before { + content: "\f337"; } + +.fa-arrows-alt-v:before { + content: "\f338"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-assistive-listening-systems:before { + content: "\f2a2"; } + +.fa-asterisk:before { + content: "\f069"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-at:before { + content: "\f1fa"; } + +.fa-atlas:before { + content: "\f558"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-atom:before { + content: "\f5d2"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-audio-description:before { + content: "\f29e"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-award:before { + content: "\f559"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-baby:before { + content: "\f77c"; } + +.fa-baby-carriage:before { + content: "\f77d"; } + +.fa-backspace:before { + content: "\f55a"; } + +.fa-backward:before { + content: "\f04a"; } + +.fa-bacon:before { + content: "\f7e5"; } + +.fa-bahai:before { + content: "\f666"; } + +.fa-balance-scale:before { + content: "\f24e"; } + +.fa-balance-scale-left:before { + content: "\f515"; } + +.fa-balance-scale-right:before { + content: "\f516"; } + +.fa-ban:before { + content: "\f05e"; } + +.fa-band-aid:before { + content: "\f462"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-barcode:before { + content: "\f02a"; } + +.fa-bars:before { + content: "\f0c9"; } + +.fa-baseball-ball:before { + content: "\f433"; } + +.fa-basketball-ball:before { + content: "\f434"; } + +.fa-bath:before { + content: "\f2cd"; } + +.fa-battery-empty:before { + content: "\f244"; } + +.fa-battery-full:before { + content: "\f240"; } + +.fa-battery-half:before { + content: "\f242"; } + +.fa-battery-quarter:before { + content: "\f243"; } + +.fa-battery-three-quarters:before { + content: "\f241"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-bed:before { + content: "\f236"; } + +.fa-beer:before { + content: "\f0fc"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-bell:before { + content: "\f0f3"; } + +.fa-bell-slash:before { + content: "\f1f6"; } + +.fa-bezier-curve:before { + content: "\f55b"; } + +.fa-bible:before { + content: "\f647"; } + +.fa-bicycle:before { + content: "\f206"; } + +.fa-biking:before { + content: "\f84a"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-binoculars:before { + content: "\f1e5"; } + +.fa-biohazard:before { + content: "\f780"; } + +.fa-birthday-cake:before { + content: "\f1fd"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-blender:before { + content: "\f517"; } + +.fa-blender-phone:before { + content: "\f6b6"; } + +.fa-blind:before { + content: "\f29d"; } + +.fa-blog:before { + content: "\f781"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-bold:before { + content: "\f032"; } + +.fa-bolt:before { + content: "\f0e7"; } + +.fa-bomb:before { + content: "\f1e2"; } + +.fa-bone:before { + content: "\f5d7"; } + +.fa-bong:before { + content: "\f55c"; } + +.fa-book:before { + content: "\f02d"; } + +.fa-book-dead:before { + content: "\f6b7"; } + +.fa-book-medical:before { + content: "\f7e6"; } + +.fa-book-open:before { + content: "\f518"; } + +.fa-book-reader:before { + content: "\f5da"; } + +.fa-bookmark:before { + content: "\f02e"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-border-all:before { + content: "\f84c"; } + +.fa-border-none:before { + content: "\f850"; } + +.fa-border-style:before { + content: "\f853"; } + +.fa-bowling-ball:before { + content: "\f436"; } + +.fa-box:before { + content: "\f466"; } + +.fa-box-open:before { + content: "\f49e"; } + +.fa-box-tissue:before { + content: "\f95b"; } + +.fa-boxes:before { + content: "\f468"; } + +.fa-braille:before { + content: "\f2a1"; } + +.fa-brain:before { + content: "\f5dc"; } + +.fa-bread-slice:before { + content: "\f7ec"; } + +.fa-briefcase:before { + content: "\f0b1"; } + +.fa-briefcase-medical:before { + content: "\f469"; } + +.fa-broadcast-tower:before { + content: "\f519"; } + +.fa-broom:before { + content: "\f51a"; } + +.fa-brush:before { + content: "\f55d"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-bug:before { + content: "\f188"; } + +.fa-building:before { + content: "\f1ad"; } + +.fa-bullhorn:before { + content: "\f0a1"; } + +.fa-bullseye:before { + content: "\f140"; } + +.fa-burn:before { + content: "\f46a"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-bus:before { + content: "\f207"; } + +.fa-bus-alt:before { + content: "\f55e"; } + +.fa-business-time:before { + content: "\f64a"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-calculator:before { + content: "\f1ec"; } + +.fa-calendar:before { + content: "\f133"; } + +.fa-calendar-alt:before { + content: "\f073"; } + +.fa-calendar-check:before { + content: "\f274"; } + +.fa-calendar-day:before { + content: "\f783"; } + +.fa-calendar-minus:before { + content: "\f272"; } + +.fa-calendar-plus:before { + content: "\f271"; } + +.fa-calendar-times:before { + content: "\f273"; } + +.fa-calendar-week:before { + content: "\f784"; } + +.fa-camera:before { + content: "\f030"; } + +.fa-camera-retro:before { + content: "\f083"; } + +.fa-campground:before { + content: "\f6bb"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-candy-cane:before { + content: "\f786"; } + +.fa-cannabis:before { + content: "\f55f"; } + +.fa-capsules:before { + content: "\f46b"; } + +.fa-car:before { + content: "\f1b9"; } + +.fa-car-alt:before { + content: "\f5de"; } + +.fa-car-battery:before { + content: "\f5df"; } + +.fa-car-crash:before { + content: "\f5e1"; } + +.fa-car-side:before { + content: "\f5e4"; } + +.fa-caravan:before { + content: "\f8ff"; } + +.fa-caret-down:before { + content: "\f0d7"; } + +.fa-caret-left:before { + content: "\f0d9"; } + +.fa-caret-right:before { + content: "\f0da"; } + +.fa-caret-square-down:before { + content: "\f150"; } + +.fa-caret-square-left:before { + content: "\f191"; } + +.fa-caret-square-right:before { + content: "\f152"; } + +.fa-caret-square-up:before { + content: "\f151"; } + +.fa-caret-up:before { + content: "\f0d8"; } + +.fa-carrot:before { + content: "\f787"; } + +.fa-cart-arrow-down:before { + content: "\f218"; } + +.fa-cart-plus:before { + content: "\f217"; } + +.fa-cash-register:before { + content: "\f788"; } + +.fa-cat:before { + content: "\f6be"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-certificate:before { + content: "\f0a3"; } + +.fa-chair:before { + content: "\f6c0"; } + +.fa-chalkboard:before { + content: "\f51b"; } + +.fa-chalkboard-teacher:before { + content: "\f51c"; } + +.fa-charging-station:before { + content: "\f5e7"; } + +.fa-chart-area:before { + content: "\f1fe"; } + +.fa-chart-bar:before { + content: "\f080"; } + +.fa-chart-line:before { + content: "\f201"; } + +.fa-chart-pie:before { + content: "\f200"; } + +.fa-check:before { + content: "\f00c"; } + +.fa-check-circle:before { + content: "\f058"; } + +.fa-check-double:before { + content: "\f560"; } + +.fa-check-square:before { + content: "\f14a"; } + +.fa-cheese:before { + content: "\f7ef"; } + +.fa-chess:before { + content: "\f439"; } + +.fa-chess-bishop:before { + content: "\f43a"; } + +.fa-chess-board:before { + content: "\f43c"; } + +.fa-chess-king:before { + content: "\f43f"; } + +.fa-chess-knight:before { + content: "\f441"; } + +.fa-chess-pawn:before { + content: "\f443"; } + +.fa-chess-queen:before { + content: "\f445"; } + +.fa-chess-rook:before { + content: "\f447"; } + +.fa-chevron-circle-down:before { + content: "\f13a"; } + +.fa-chevron-circle-left:before { + content: "\f137"; } + +.fa-chevron-circle-right:before { + content: "\f138"; } + +.fa-chevron-circle-up:before { + content: "\f139"; } + +.fa-chevron-down:before { + content: "\f078"; } + +.fa-chevron-left:before { + content: "\f053"; } + +.fa-chevron-right:before { + content: "\f054"; } + +.fa-chevron-up:before { + content: "\f077"; } + +.fa-child:before { + content: "\f1ae"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-church:before { + content: "\f51d"; } + +.fa-circle:before { + content: "\f111"; } + +.fa-circle-notch:before { + content: "\f1ce"; } + +.fa-city:before { + content: "\f64f"; } + +.fa-clinic-medical:before { + content: "\f7f2"; } + +.fa-clipboard:before { + content: "\f328"; } + +.fa-clipboard-check:before { + content: "\f46c"; } + +.fa-clipboard-list:before { + content: "\f46d"; } + +.fa-clock:before { + content: "\f017"; } + +.fa-clone:before { + content: "\f24d"; } + +.fa-closed-captioning:before { + content: "\f20a"; } + +.fa-cloud:before { + content: "\f0c2"; } + +.fa-cloud-download-alt:before { + content: "\f381"; } + +.fa-cloud-meatball:before { + content: "\f73b"; } + +.fa-cloud-moon:before { + content: "\f6c3"; } + +.fa-cloud-moon-rain:before { + content: "\f73c"; } + +.fa-cloud-rain:before { + content: "\f73d"; } + +.fa-cloud-showers-heavy:before { + content: "\f740"; } + +.fa-cloud-sun:before { + content: "\f6c4"; } + +.fa-cloud-sun-rain:before { + content: "\f743"; } + +.fa-cloud-upload-alt:before { + content: "\f382"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-cocktail:before { + content: "\f561"; } + +.fa-code:before { + content: "\f121"; } + +.fa-code-branch:before { + content: "\f126"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-coffee:before { + content: "\f0f4"; } + +.fa-cog:before { + content: "\f013"; } + +.fa-cogs:before { + content: "\f085"; } + +.fa-coins:before { + content: "\f51e"; } + +.fa-columns:before { + content: "\f0db"; } + +.fa-comment:before { + content: "\f075"; } + +.fa-comment-alt:before { + content: "\f27a"; } + +.fa-comment-dollar:before { + content: "\f651"; } + +.fa-comment-dots:before { + content: "\f4ad"; } + +.fa-comment-medical:before { + content: "\f7f5"; } + +.fa-comment-slash:before { + content: "\f4b3"; } + +.fa-comments:before { + content: "\f086"; } + +.fa-comments-dollar:before { + content: "\f653"; } + +.fa-compact-disc:before { + content: "\f51f"; } + +.fa-compass:before { + content: "\f14e"; } + +.fa-compress:before { + content: "\f066"; } + +.fa-compress-alt:before { + content: "\f422"; } + +.fa-compress-arrows-alt:before { + content: "\f78c"; } + +.fa-concierge-bell:before { + content: "\f562"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-cookie:before { + content: "\f563"; } + +.fa-cookie-bite:before { + content: "\f564"; } + +.fa-copy:before { + content: "\f0c5"; } + +.fa-copyright:before { + content: "\f1f9"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-couch:before { + content: "\f4b8"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-credit-card:before { + content: "\f09d"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-crop:before { + content: "\f125"; } + +.fa-crop-alt:before { + content: "\f565"; } + +.fa-cross:before { + content: "\f654"; } + +.fa-crosshairs:before { + content: "\f05b"; } + +.fa-crow:before { + content: "\f520"; } + +.fa-crown:before { + content: "\f521"; } + +.fa-crutch:before { + content: "\f7f7"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-cube:before { + content: "\f1b2"; } + +.fa-cubes:before { + content: "\f1b3"; } + +.fa-cut:before { + content: "\f0c4"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-dailymotion:before { + content: "\f952"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-database:before { + content: "\f1c0"; } + +.fa-deaf:before { + content: "\f2a4"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-democrat:before { + content: "\f747"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-desktop:before { + content: "\f108"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-dharmachakra:before { + content: "\f655"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-diagnoses:before { + content: "\f470"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-dice:before { + content: "\f522"; } + +.fa-dice-d20:before { + content: "\f6cf"; } + +.fa-dice-d6:before { + content: "\f6d1"; } + +.fa-dice-five:before { + content: "\f523"; } + +.fa-dice-four:before { + content: "\f524"; } + +.fa-dice-one:before { + content: "\f525"; } + +.fa-dice-six:before { + content: "\f526"; } + +.fa-dice-three:before { + content: "\f527"; } + +.fa-dice-two:before { + content: "\f528"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-digital-tachograph:before { + content: "\f566"; } + +.fa-directions:before { + content: "\f5eb"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-disease:before { + content: "\f7fa"; } + +.fa-divide:before { + content: "\f529"; } + +.fa-dizzy:before { + content: "\f567"; } + +.fa-dna:before { + content: "\f471"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-dog:before { + content: "\f6d3"; } + +.fa-dollar-sign:before { + content: "\f155"; } + +.fa-dolly:before { + content: "\f472"; } + +.fa-dolly-flatbed:before { + content: "\f474"; } + +.fa-donate:before { + content: "\f4b9"; } + +.fa-door-closed:before { + content: "\f52a"; } + +.fa-door-open:before { + content: "\f52b"; } + +.fa-dot-circle:before { + content: "\f192"; } + +.fa-dove:before { + content: "\f4ba"; } + +.fa-download:before { + content: "\f019"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-drafting-compass:before { + content: "\f568"; } + +.fa-dragon:before { + content: "\f6d5"; } + +.fa-draw-polygon:before { + content: "\f5ee"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-drum:before { + content: "\f569"; } + +.fa-drum-steelpan:before { + content: "\f56a"; } + +.fa-drumstick-bite:before { + content: "\f6d7"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-dumbbell:before { + content: "\f44b"; } + +.fa-dumpster:before { + content: "\f793"; } + +.fa-dumpster-fire:before { + content: "\f794"; } + +.fa-dungeon:before { + content: "\f6d9"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-edit:before { + content: "\f044"; } + +.fa-egg:before { + content: "\f7fb"; } + +.fa-eject:before { + content: "\f052"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-ellipsis-h:before { + content: "\f141"; } + +.fa-ellipsis-v:before { + content: "\f142"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envelope:before { + content: "\f0e0"; } + +.fa-envelope-open:before { + content: "\f2b6"; } + +.fa-envelope-open-text:before { + content: "\f658"; } + +.fa-envelope-square:before { + content: "\f199"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-equals:before { + content: "\f52c"; } + +.fa-eraser:before { + content: "\f12d"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-ethernet:before { + content: "\f796"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-euro-sign:before { + content: "\f153"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-exchange-alt:before { + content: "\f362"; } + +.fa-exclamation:before { + content: "\f12a"; } + +.fa-exclamation-circle:before { + content: "\f06a"; } + +.fa-exclamation-triangle:before { + content: "\f071"; } + +.fa-expand:before { + content: "\f065"; } + +.fa-expand-alt:before { + content: "\f424"; } + +.fa-expand-arrows-alt:before { + content: "\f31e"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-external-link-alt:before { + content: "\f35d"; } + +.fa-external-link-square-alt:before { + content: "\f360"; } + +.fa-eye:before { + content: "\f06e"; } + +.fa-eye-dropper:before { + content: "\f1fb"; } + +.fa-eye-slash:before { + content: "\f070"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-fan:before { + content: "\f863"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-fast-backward:before { + content: "\f049"; } + +.fa-fast-forward:before { + content: "\f050"; } + +.fa-faucet:before { + content: "\f905"; } + +.fa-fax:before { + content: "\f1ac"; } + +.fa-feather:before { + content: "\f52d"; } + +.fa-feather-alt:before { + content: "\f56b"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-female:before { + content: "\f182"; } + +.fa-fighter-jet:before { + content: "\f0fb"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-file:before { + content: "\f15b"; } + +.fa-file-alt:before { + content: "\f15c"; } + +.fa-file-archive:before { + content: "\f1c6"; } + +.fa-file-audio:before { + content: "\f1c7"; } + +.fa-file-code:before { + content: "\f1c9"; } + +.fa-file-contract:before { + content: "\f56c"; } + +.fa-file-csv:before { + content: "\f6dd"; } + +.fa-file-download:before { + content: "\f56d"; } + +.fa-file-excel:before { + content: "\f1c3"; } + +.fa-file-export:before { + content: "\f56e"; } + +.fa-file-image:before { + content: "\f1c5"; } + +.fa-file-import:before { + content: "\f56f"; } + +.fa-file-invoice:before { + content: "\f570"; } + +.fa-file-invoice-dollar:before { + content: "\f571"; } + +.fa-file-medical:before { + content: "\f477"; } + +.fa-file-medical-alt:before { + content: "\f478"; } + +.fa-file-pdf:before { + content: "\f1c1"; } + +.fa-file-powerpoint:before { + content: "\f1c4"; } + +.fa-file-prescription:before { + content: "\f572"; } + +.fa-file-signature:before { + content: "\f573"; } + +.fa-file-upload:before { + content: "\f574"; } + +.fa-file-video:before { + content: "\f1c8"; } + +.fa-file-word:before { + content: "\f1c2"; } + +.fa-fill:before { + content: "\f575"; } + +.fa-fill-drip:before { + content: "\f576"; } + +.fa-film:before { + content: "\f008"; } + +.fa-filter:before { + content: "\f0b0"; } + +.fa-fingerprint:before { + content: "\f577"; } + +.fa-fire:before { + content: "\f06d"; } + +.fa-fire-alt:before { + content: "\f7e4"; } + +.fa-fire-extinguisher:before { + content: "\f134"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-firefox-browser:before { + content: "\f907"; } + +.fa-first-aid:before { + content: "\f479"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-fish:before { + content: "\f578"; } + +.fa-fist-raised:before { + content: "\f6de"; } + +.fa-flag:before { + content: "\f024"; } + +.fa-flag-checkered:before { + content: "\f11e"; } + +.fa-flag-usa:before { + content: "\f74d"; } + +.fa-flask:before { + content: "\f0c3"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-flushed:before { + content: "\f579"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-folder:before { + content: "\f07b"; } + +.fa-folder-minus:before { + content: "\f65d"; } + +.fa-folder-open:before { + content: "\f07c"; } + +.fa-folder-plus:before { + content: "\f65e"; } + +.fa-font:before { + content: "\f031"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-font-awesome-flag:before { + content: "\f425"; } + +.fa-font-awesome-logo-full:before { + content: "\f4e6"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-football-ball:before { + content: "\f44e"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-forward:before { + content: "\f04e"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-frog:before { + content: "\f52e"; } + +.fa-frown:before { + content: "\f119"; } + +.fa-frown-open:before { + content: "\f57a"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-funnel-dollar:before { + content: "\f662"; } + +.fa-futbol:before { + content: "\f1e3"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-gamepad:before { + content: "\f11b"; } + +.fa-gas-pump:before { + content: "\f52f"; } + +.fa-gavel:before { + content: "\f0e3"; } + +.fa-gem:before { + content: "\f3a5"; } + +.fa-genderless:before { + content: "\f22d"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-ghost:before { + content: "\f6e2"; } + +.fa-gift:before { + content: "\f06b"; } + +.fa-gifts:before { + content: "\f79c"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-glass-cheers:before { + content: "\f79f"; } + +.fa-glass-martini:before { + content: "\f000"; } + +.fa-glass-martini-alt:before { + content: "\f57b"; } + +.fa-glass-whiskey:before { + content: "\f7a0"; } + +.fa-glasses:before { + content: "\f530"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-globe:before { + content: "\f0ac"; } + +.fa-globe-africa:before { + content: "\f57c"; } + +.fa-globe-americas:before { + content: "\f57d"; } + +.fa-globe-asia:before { + content: "\f57e"; } + +.fa-globe-europe:before { + content: "\f7a2"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-golf-ball:before { + content: "\f450"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-gopuram:before { + content: "\f664"; } + +.fa-graduation-cap:before { + content: "\f19d"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-greater-than:before { + content: "\f531"; } + +.fa-greater-than-equal:before { + content: "\f532"; } + +.fa-grimace:before { + content: "\f57f"; } + +.fa-grin:before { + content: "\f580"; } + +.fa-grin-alt:before { + content: "\f581"; } + +.fa-grin-beam:before { + content: "\f582"; } + +.fa-grin-beam-sweat:before { + content: "\f583"; } + +.fa-grin-hearts:before { + content: "\f584"; } + +.fa-grin-squint:before { + content: "\f585"; } + +.fa-grin-squint-tears:before { + content: "\f586"; } + +.fa-grin-stars:before { + content: "\f587"; } + +.fa-grin-tears:before { + content: "\f588"; } + +.fa-grin-tongue:before { + content: "\f589"; } + +.fa-grin-tongue-squint:before { + content: "\f58a"; } + +.fa-grin-tongue-wink:before { + content: "\f58b"; } + +.fa-grin-wink:before { + content: "\f58c"; } + +.fa-grip-horizontal:before { + content: "\f58d"; } + +.fa-grip-lines:before { + content: "\f7a4"; } + +.fa-grip-lines-vertical:before { + content: "\f7a5"; } + +.fa-grip-vertical:before { + content: "\f58e"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-guitar:before { + content: "\f7a6"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-h-square:before { + content: "\f0fd"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-hamburger:before { + content: "\f805"; } + +.fa-hammer:before { + content: "\f6e3"; } + +.fa-hamsa:before { + content: "\f665"; } + +.fa-hand-holding:before { + content: "\f4bd"; } + +.fa-hand-holding-heart:before { + content: "\f4be"; } + +.fa-hand-holding-medical:before { + content: "\f95c"; } + +.fa-hand-holding-usd:before { + content: "\f4c0"; } + +.fa-hand-holding-water:before { + content: "\f4c1"; } + +.fa-hand-lizard:before { + content: "\f258"; } + +.fa-hand-middle-finger:before { + content: "\f806"; } + +.fa-hand-paper:before { + content: "\f256"; } + +.fa-hand-peace:before { + content: "\f25b"; } + +.fa-hand-point-down:before { + content: "\f0a7"; } + +.fa-hand-point-left:before { + content: "\f0a5"; } + +.fa-hand-point-right:before { + content: "\f0a4"; } + +.fa-hand-point-up:before { + content: "\f0a6"; } + +.fa-hand-pointer:before { + content: "\f25a"; } + +.fa-hand-rock:before { + content: "\f255"; } + +.fa-hand-scissors:before { + content: "\f257"; } + +.fa-hand-sparkles:before { + content: "\f95d"; } + +.fa-hand-spock:before { + content: "\f259"; } + +.fa-hands:before { + content: "\f4c2"; } + +.fa-hands-helping:before { + content: "\f4c4"; } + +.fa-hands-wash:before { + content: "\f95e"; } + +.fa-handshake:before { + content: "\f2b5"; } + +.fa-handshake-alt-slash:before { + content: "\f95f"; } + +.fa-handshake-slash:before { + content: "\f960"; } + +.fa-hanukiah:before { + content: "\f6e6"; } + +.fa-hard-hat:before { + content: "\f807"; } + +.fa-hashtag:before { + content: "\f292"; } + +.fa-hat-cowboy:before { + content: "\f8c0"; } + +.fa-hat-cowboy-side:before { + content: "\f8c1"; } + +.fa-hat-wizard:before { + content: "\f6e8"; } + +.fa-hdd:before { + content: "\f0a0"; } + +.fa-head-side-cough:before { + content: "\f961"; } + +.fa-head-side-cough-slash:before { + content: "\f962"; } + +.fa-head-side-mask:before { + content: "\f963"; } + +.fa-head-side-virus:before { + content: "\f964"; } + +.fa-heading:before { + content: "\f1dc"; } + +.fa-headphones:before { + content: "\f025"; } + +.fa-headphones-alt:before { + content: "\f58f"; } + +.fa-headset:before { + content: "\f590"; } + +.fa-heart:before { + content: "\f004"; } + +.fa-heart-broken:before { + content: "\f7a9"; } + +.fa-heartbeat:before { + content: "\f21e"; } + +.fa-helicopter:before { + content: "\f533"; } + +.fa-highlighter:before { + content: "\f591"; } + +.fa-hiking:before { + content: "\f6ec"; } + +.fa-hippo:before { + content: "\f6ed"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-history:before { + content: "\f1da"; } + +.fa-hockey-puck:before { + content: "\f453"; } + +.fa-holly-berry:before { + content: "\f7aa"; } + +.fa-home:before { + content: "\f015"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-horse:before { + content: "\f6f0"; } + +.fa-horse-head:before { + content: "\f7ab"; } + +.fa-hospital:before { + content: "\f0f8"; } + +.fa-hospital-alt:before { + content: "\f47d"; } + +.fa-hospital-symbol:before { + content: "\f47e"; } + +.fa-hospital-user:before { + content: "\f80d"; } + +.fa-hot-tub:before { + content: "\f593"; } + +.fa-hotdog:before { + content: "\f80f"; } + +.fa-hotel:before { + content: "\f594"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-hourglass:before { + content: "\f254"; } + +.fa-hourglass-end:before { + content: "\f253"; } + +.fa-hourglass-half:before { + content: "\f252"; } + +.fa-hourglass-start:before { + content: "\f251"; } + +.fa-house-damage:before { + content: "\f6f1"; } + +.fa-house-user:before { + content: "\f965"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-hryvnia:before { + content: "\f6f2"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-i-cursor:before { + content: "\f246"; } + +.fa-ice-cream:before { + content: "\f810"; } + +.fa-icicles:before { + content: "\f7ad"; } + +.fa-icons:before { + content: "\f86d"; } + +.fa-id-badge:before { + content: "\f2c1"; } + +.fa-id-card:before { + content: "\f2c2"; } + +.fa-id-card-alt:before { + content: "\f47f"; } + +.fa-ideal:before { + content: "\f913"; } + +.fa-igloo:before { + content: "\f7ae"; } + +.fa-image:before { + content: "\f03e"; } + +.fa-images:before { + content: "\f302"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-inbox:before { + content: "\f01c"; } + +.fa-indent:before { + content: "\f03c"; } + +.fa-industry:before { + content: "\f275"; } + +.fa-infinity:before { + content: "\f534"; } + +.fa-info:before { + content: "\f129"; } + +.fa-info-circle:before { + content: "\f05a"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-instagram-square:before { + content: "\f955"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-italic:before { + content: "\f033"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-jedi:before { + content: "\f669"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-joint:before { + content: "\f595"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-journal-whills:before { + content: "\f66a"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-kaaba:before { + content: "\f66b"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-key:before { + content: "\f084"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-keyboard:before { + content: "\f11c"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-khanda:before { + content: "\f66d"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-kiss:before { + content: "\f596"; } + +.fa-kiss-beam:before { + content: "\f597"; } + +.fa-kiss-wink-heart:before { + content: "\f598"; } + +.fa-kiwi-bird:before { + content: "\f535"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-landmark:before { + content: "\f66f"; } + +.fa-language:before { + content: "\f1ab"; } + +.fa-laptop:before { + content: "\f109"; } + +.fa-laptop-code:before { + content: "\f5fc"; } + +.fa-laptop-house:before { + content: "\f966"; } + +.fa-laptop-medical:before { + content: "\f812"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-laugh:before { + content: "\f599"; } + +.fa-laugh-beam:before { + content: "\f59a"; } + +.fa-laugh-squint:before { + content: "\f59b"; } + +.fa-laugh-wink:before { + content: "\f59c"; } + +.fa-layer-group:before { + content: "\f5fd"; } + +.fa-leaf:before { + content: "\f06c"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-lemon:before { + content: "\f094"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-less-than:before { + content: "\f536"; } + +.fa-less-than-equal:before { + content: "\f537"; } + +.fa-level-down-alt:before { + content: "\f3be"; } + +.fa-level-up-alt:before { + content: "\f3bf"; } + +.fa-life-ring:before { + content: "\f1cd"; } + +.fa-lightbulb:before { + content: "\f0eb"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-link:before { + content: "\f0c1"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-lira-sign:before { + content: "\f195"; } + +.fa-list:before { + content: "\f03a"; } + +.fa-list-alt:before { + content: "\f022"; } + +.fa-list-ol:before { + content: "\f0cb"; } + +.fa-list-ul:before { + content: "\f0ca"; } + +.fa-location-arrow:before { + content: "\f124"; } + +.fa-lock:before { + content: "\f023"; } + +.fa-lock-open:before { + content: "\f3c1"; } + +.fa-long-arrow-alt-down:before { + content: "\f309"; } + +.fa-long-arrow-alt-left:before { + content: "\f30a"; } + +.fa-long-arrow-alt-right:before { + content: "\f30b"; } + +.fa-long-arrow-alt-up:before { + content: "\f30c"; } + +.fa-low-vision:before { + content: "\f2a8"; } + +.fa-luggage-cart:before { + content: "\f59d"; } + +.fa-lungs:before { + content: "\f604"; } + +.fa-lungs-virus:before { + content: "\f967"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-magic:before { + content: "\f0d0"; } + +.fa-magnet:before { + content: "\f076"; } + +.fa-mail-bulk:before { + content: "\f674"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-male:before { + content: "\f183"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-map:before { + content: "\f279"; } + +.fa-map-marked:before { + content: "\f59f"; } + +.fa-map-marked-alt:before { + content: "\f5a0"; } + +.fa-map-marker:before { + content: "\f041"; } + +.fa-map-marker-alt:before { + content: "\f3c5"; } + +.fa-map-pin:before { + content: "\f276"; } + +.fa-map-signs:before { + content: "\f277"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-marker:before { + content: "\f5a1"; } + +.fa-mars:before { + content: "\f222"; } + +.fa-mars-double:before { + content: "\f227"; } + +.fa-mars-stroke:before { + content: "\f229"; } + +.fa-mars-stroke-h:before { + content: "\f22b"; } + +.fa-mars-stroke-v:before { + content: "\f22a"; } + +.fa-mask:before { + content: "\f6fa"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-medal:before { + content: "\f5a2"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f3c7"; } + +.fa-medkit:before { + content: "\f0fa"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-meh:before { + content: "\f11a"; } + +.fa-meh-blank:before { + content: "\f5a4"; } + +.fa-meh-rolling-eyes:before { + content: "\f5a5"; } + +.fa-memory:before { + content: "\f538"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-menorah:before { + content: "\f676"; } + +.fa-mercury:before { + content: "\f223"; } + +.fa-meteor:before { + content: "\f753"; } + +.fa-microblog:before { + content: "\f91a"; } + +.fa-microchip:before { + content: "\f2db"; } + +.fa-microphone:before { + content: "\f130"; } + +.fa-microphone-alt:before { + content: "\f3c9"; } + +.fa-microphone-alt-slash:before { + content: "\f539"; } + +.fa-microphone-slash:before { + content: "\f131"; } + +.fa-microscope:before { + content: "\f610"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-minus:before { + content: "\f068"; } + +.fa-minus-circle:before { + content: "\f056"; } + +.fa-minus-square:before { + content: "\f146"; } + +.fa-mitten:before { + content: "\f7b5"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-mixer:before { + content: "\f956"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-mobile:before { + content: "\f10b"; } + +.fa-mobile-alt:before { + content: "\f3cd"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-money-bill:before { + content: "\f0d6"; } + +.fa-money-bill-alt:before { + content: "\f3d1"; } + +.fa-money-bill-wave:before { + content: "\f53a"; } + +.fa-money-bill-wave-alt:before { + content: "\f53b"; } + +.fa-money-check:before { + content: "\f53c"; } + +.fa-money-check-alt:before { + content: "\f53d"; } + +.fa-monument:before { + content: "\f5a6"; } + +.fa-moon:before { + content: "\f186"; } + +.fa-mortar-pestle:before { + content: "\f5a7"; } + +.fa-mosque:before { + content: "\f678"; } + +.fa-motorcycle:before { + content: "\f21c"; } + +.fa-mountain:before { + content: "\f6fc"; } + +.fa-mouse:before { + content: "\f8cc"; } + +.fa-mouse-pointer:before { + content: "\f245"; } + +.fa-mug-hot:before { + content: "\f7b6"; } + +.fa-music:before { + content: "\f001"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-network-wired:before { + content: "\f6ff"; } + +.fa-neuter:before { + content: "\f22c"; } + +.fa-newspaper:before { + content: "\f1ea"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-node:before { + content: "\f419"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-not-equal:before { + content: "\f53e"; } + +.fa-notes-medical:before { + content: "\f481"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-object-group:before { + content: "\f247"; } + +.fa-object-ungroup:before { + content: "\f248"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-oil-can:before { + content: "\f613"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-om:before { + content: "\f679"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-otter:before { + content: "\f700"; } + +.fa-outdent:before { + content: "\f03b"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-pager:before { + content: "\f815"; } + +.fa-paint-brush:before { + content: "\f1fc"; } + +.fa-paint-roller:before { + content: "\f5aa"; } + +.fa-palette:before { + content: "\f53f"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-pallet:before { + content: "\f482"; } + +.fa-paper-plane:before { + content: "\f1d8"; } + +.fa-paperclip:before { + content: "\f0c6"; } + +.fa-parachute-box:before { + content: "\f4cd"; } + +.fa-paragraph:before { + content: "\f1dd"; } + +.fa-parking:before { + content: "\f540"; } + +.fa-passport:before { + content: "\f5ab"; } + +.fa-pastafarianism:before { + content: "\f67b"; } + +.fa-paste:before { + content: "\f0ea"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-pause:before { + content: "\f04c"; } + +.fa-pause-circle:before { + content: "\f28b"; } + +.fa-paw:before { + content: "\f1b0"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-peace:before { + content: "\f67c"; } + +.fa-pen:before { + content: "\f304"; } + +.fa-pen-alt:before { + content: "\f305"; } + +.fa-pen-fancy:before { + content: "\f5ac"; } + +.fa-pen-nib:before { + content: "\f5ad"; } + +.fa-pen-square:before { + content: "\f14b"; } + +.fa-pencil-alt:before { + content: "\f303"; } + +.fa-pencil-ruler:before { + content: "\f5ae"; } + +.fa-penny-arcade:before { + content: "\f704"; } + +.fa-people-arrows:before { + content: "\f968"; } + +.fa-people-carry:before { + content: "\f4ce"; } + +.fa-pepper-hot:before { + content: "\f816"; } + +.fa-percent:before { + content: "\f295"; } + +.fa-percentage:before { + content: "\f541"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-person-booth:before { + content: "\f756"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-phone:before { + content: "\f095"; } + +.fa-phone-alt:before { + content: "\f879"; } + +.fa-phone-slash:before { + content: "\f3dd"; } + +.fa-phone-square:before { + content: "\f098"; } + +.fa-phone-square-alt:before { + content: "\f87b"; } + +.fa-phone-volume:before { + content: "\f2a0"; } + +.fa-photo-video:before { + content: "\f87c"; } + +.fa-php:before { + content: "\f457"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-pied-piper-square:before { + content: "\f91e"; } + +.fa-piggy-bank:before { + content: "\f4d3"; } + +.fa-pills:before { + content: "\f484"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-pizza-slice:before { + content: "\f818"; } + +.fa-place-of-worship:before { + content: "\f67f"; } + +.fa-plane:before { + content: "\f072"; } + +.fa-plane-arrival:before { + content: "\f5af"; } + +.fa-plane-departure:before { + content: "\f5b0"; } + +.fa-plane-slash:before { + content: "\f969"; } + +.fa-play:before { + content: "\f04b"; } + +.fa-play-circle:before { + content: "\f144"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-plug:before { + content: "\f1e6"; } + +.fa-plus:before { + content: "\f067"; } + +.fa-plus-circle:before { + content: "\f055"; } + +.fa-plus-square:before { + content: "\f0fe"; } + +.fa-podcast:before { + content: "\f2ce"; } + +.fa-poll:before { + content: "\f681"; } + +.fa-poll-h:before { + content: "\f682"; } + +.fa-poo:before { + content: "\f2fe"; } + +.fa-poo-storm:before { + content: "\f75a"; } + +.fa-poop:before { + content: "\f619"; } + +.fa-portrait:before { + content: "\f3e0"; } + +.fa-pound-sign:before { + content: "\f154"; } + +.fa-power-off:before { + content: "\f011"; } + +.fa-pray:before { + content: "\f683"; } + +.fa-praying-hands:before { + content: "\f684"; } + +.fa-prescription:before { + content: "\f5b1"; } + +.fa-prescription-bottle:before { + content: "\f485"; } + +.fa-prescription-bottle-alt:before { + content: "\f486"; } + +.fa-print:before { + content: "\f02f"; } + +.fa-procedures:before { + content: "\f487"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-project-diagram:before { + content: "\f542"; } + +.fa-pump-medical:before { + content: "\f96a"; } + +.fa-pump-soap:before { + content: "\f96b"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-puzzle-piece:before { + content: "\f12e"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-qrcode:before { + content: "\f029"; } + +.fa-question:before { + content: "\f128"; } + +.fa-question-circle:before { + content: "\f059"; } + +.fa-quidditch:before { + content: "\f458"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-quote-left:before { + content: "\f10d"; } + +.fa-quote-right:before { + content: "\f10e"; } + +.fa-quran:before { + content: "\f687"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-radiation:before { + content: "\f7b9"; } + +.fa-radiation-alt:before { + content: "\f7ba"; } + +.fa-rainbow:before { + content: "\f75b"; } + +.fa-random:before { + content: "\f074"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-receipt:before { + content: "\f543"; } + +.fa-record-vinyl:before { + content: "\f8d9"; } + +.fa-recycle:before { + content: "\f1b8"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-redo:before { + content: "\f01e"; } + +.fa-redo-alt:before { + content: "\f2f9"; } + +.fa-registered:before { + content: "\f25d"; } + +.fa-remove-format:before { + content: "\f87d"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-reply:before { + content: "\f3e5"; } + +.fa-reply-all:before { + content: "\f122"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-republican:before { + content: "\f75e"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-restroom:before { + content: "\f7bd"; } + +.fa-retweet:before { + content: "\f079"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-ribbon:before { + content: "\f4d6"; } + +.fa-ring:before { + content: "\f70b"; } + +.fa-road:before { + content: "\f018"; } + +.fa-robot:before { + content: "\f544"; } + +.fa-rocket:before { + content: "\f135"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-route:before { + content: "\f4d7"; } + +.fa-rss:before { + content: "\f09e"; } + +.fa-rss-square:before { + content: "\f143"; } + +.fa-ruble-sign:before { + content: "\f158"; } + +.fa-ruler:before { + content: "\f545"; } + +.fa-ruler-combined:before { + content: "\f546"; } + +.fa-ruler-horizontal:before { + content: "\f547"; } + +.fa-ruler-vertical:before { + content: "\f548"; } + +.fa-running:before { + content: "\f70c"; } + +.fa-rupee-sign:before { + content: "\f156"; } + +.fa-sad-cry:before { + content: "\f5b3"; } + +.fa-sad-tear:before { + content: "\f5b4"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-satellite:before { + content: "\f7bf"; } + +.fa-satellite-dish:before { + content: "\f7c0"; } + +.fa-save:before { + content: "\f0c7"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-school:before { + content: "\f549"; } + +.fa-screwdriver:before { + content: "\f54a"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-scroll:before { + content: "\f70e"; } + +.fa-sd-card:before { + content: "\f7c2"; } + +.fa-search:before { + content: "\f002"; } + +.fa-search-dollar:before { + content: "\f688"; } + +.fa-search-location:before { + content: "\f689"; } + +.fa-search-minus:before { + content: "\f010"; } + +.fa-search-plus:before { + content: "\f00e"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-seedling:before { + content: "\f4d8"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-server:before { + content: "\f233"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-shapes:before { + content: "\f61f"; } + +.fa-share:before { + content: "\f064"; } + +.fa-share-alt:before { + content: "\f1e0"; } + +.fa-share-alt-square:before { + content: "\f1e1"; } + +.fa-share-square:before { + content: "\f14d"; } + +.fa-shekel-sign:before { + content: "\f20b"; } + +.fa-shield-alt:before { + content: "\f3ed"; } + +.fa-shield-virus:before { + content: "\f96c"; } + +.fa-ship:before { + content: "\f21a"; } + +.fa-shipping-fast:before { + content: "\f48b"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-shoe-prints:before { + content: "\f54b"; } + +.fa-shopify:before { + content: "\f957"; } + +.fa-shopping-bag:before { + content: "\f290"; } + +.fa-shopping-basket:before { + content: "\f291"; } + +.fa-shopping-cart:before { + content: "\f07a"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-shower:before { + content: "\f2cc"; } + +.fa-shuttle-van:before { + content: "\f5b6"; } + +.fa-sign:before { + content: "\f4d9"; } + +.fa-sign-in-alt:before { + content: "\f2f6"; } + +.fa-sign-language:before { + content: "\f2a7"; } + +.fa-sign-out-alt:before { + content: "\f2f5"; } + +.fa-signal:before { + content: "\f012"; } + +.fa-signature:before { + content: "\f5b7"; } + +.fa-sim-card:before { + content: "\f7c4"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-sitemap:before { + content: "\f0e8"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-skating:before { + content: "\f7c5"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-skiing:before { + content: "\f7c9"; } + +.fa-skiing-nordic:before { + content: "\f7ca"; } + +.fa-skull:before { + content: "\f54c"; } + +.fa-skull-crossbones:before { + content: "\f714"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f3ef"; } + +.fa-slash:before { + content: "\f715"; } + +.fa-sleigh:before { + content: "\f7cc"; } + +.fa-sliders-h:before { + content: "\f1de"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-smile:before { + content: "\f118"; } + +.fa-smile-beam:before { + content: "\f5b8"; } + +.fa-smile-wink:before { + content: "\f4da"; } + +.fa-smog:before { + content: "\f75f"; } + +.fa-smoking:before { + content: "\f48d"; } + +.fa-smoking-ban:before { + content: "\f54d"; } + +.fa-sms:before { + content: "\f7cd"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ac"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-snowboarding:before { + content: "\f7ce"; } + +.fa-snowflake:before { + content: "\f2dc"; } + +.fa-snowman:before { + content: "\f7d0"; } + +.fa-snowplow:before { + content: "\f7d2"; } + +.fa-soap:before { + content: "\f96e"; } + +.fa-socks:before { + content: "\f696"; } + +.fa-solar-panel:before { + content: "\f5ba"; } + +.fa-sort:before { + content: "\f0dc"; } + +.fa-sort-alpha-down:before { + content: "\f15d"; } + +.fa-sort-alpha-down-alt:before { + content: "\f881"; } + +.fa-sort-alpha-up:before { + content: "\f15e"; } + +.fa-sort-alpha-up-alt:before { + content: "\f882"; } + +.fa-sort-amount-down:before { + content: "\f160"; } + +.fa-sort-amount-down-alt:before { + content: "\f884"; } + +.fa-sort-amount-up:before { + content: "\f161"; } + +.fa-sort-amount-up-alt:before { + content: "\f885"; } + +.fa-sort-down:before { + content: "\f0dd"; } + +.fa-sort-numeric-down:before { + content: "\f162"; } + +.fa-sort-numeric-down-alt:before { + content: "\f886"; } + +.fa-sort-numeric-up:before { + content: "\f163"; } + +.fa-sort-numeric-up-alt:before { + content: "\f887"; } + +.fa-sort-up:before { + content: "\f0de"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-spa:before { + content: "\f5bb"; } + +.fa-space-shuttle:before { + content: "\f197"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-spell-check:before { + content: "\f891"; } + +.fa-spider:before { + content: "\f717"; } + +.fa-spinner:before { + content: "\f110"; } + +.fa-splotch:before { + content: "\f5bc"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-spray-can:before { + content: "\f5bd"; } + +.fa-square:before { + content: "\f0c8"; } + +.fa-square-full:before { + content: "\f45c"; } + +.fa-square-root-alt:before { + content: "\f698"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-stamp:before { + content: "\f5bf"; } + +.fa-star:before { + content: "\f005"; } + +.fa-star-and-crescent:before { + content: "\f699"; } + +.fa-star-half:before { + content: "\f089"; } + +.fa-star-half-alt:before { + content: "\f5c0"; } + +.fa-star-of-david:before { + content: "\f69a"; } + +.fa-star-of-life:before { + content: "\f621"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } + +.fa-step-backward:before { + content: "\f048"; } + +.fa-step-forward:before { + content: "\f051"; } + +.fa-stethoscope:before { + content: "\f0f1"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-sticky-note:before { + content: "\f249"; } + +.fa-stop:before { + content: "\f04d"; } + +.fa-stop-circle:before { + content: "\f28d"; } + +.fa-stopwatch:before { + content: "\f2f2"; } + +.fa-stopwatch-20:before { + content: "\f96f"; } + +.fa-store:before { + content: "\f54e"; } + +.fa-store-alt:before { + content: "\f54f"; } + +.fa-store-alt-slash:before { + content: "\f970"; } + +.fa-store-slash:before { + content: "\f971"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-stream:before { + content: "\f550"; } + +.fa-street-view:before { + content: "\f21d"; } + +.fa-strikethrough:before { + content: "\f0cc"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-stroopwafel:before { + content: "\f551"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-subscript:before { + content: "\f12c"; } + +.fa-subway:before { + content: "\f239"; } + +.fa-suitcase:before { + content: "\f0f2"; } + +.fa-suitcase-rolling:before { + content: "\f5c1"; } + +.fa-sun:before { + content: "\f185"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-superscript:before { + content: "\f12b"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-surprise:before { + content: "\f5c2"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-swatchbook:before { + content: "\f5c3"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-swimmer:before { + content: "\f5c4"; } + +.fa-swimming-pool:before { + content: "\f5c5"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-synagogue:before { + content: "\f69b"; } + +.fa-sync:before { + content: "\f021"; } + +.fa-sync-alt:before { + content: "\f2f1"; } + +.fa-syringe:before { + content: "\f48e"; } + +.fa-table:before { + content: "\f0ce"; } + +.fa-table-tennis:before { + content: "\f45d"; } + +.fa-tablet:before { + content: "\f10a"; } + +.fa-tablet-alt:before { + content: "\f3fa"; } + +.fa-tablets:before { + content: "\f490"; } + +.fa-tachometer-alt:before { + content: "\f3fd"; } + +.fa-tag:before { + content: "\f02b"; } + +.fa-tags:before { + content: "\f02c"; } + +.fa-tape:before { + content: "\f4db"; } + +.fa-tasks:before { + content: "\f0ae"; } + +.fa-taxi:before { + content: "\f1ba"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-teeth:before { + content: "\f62e"; } + +.fa-teeth-open:before { + content: "\f62f"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f3fe"; } + +.fa-temperature-high:before { + content: "\f769"; } + +.fa-temperature-low:before { + content: "\f76b"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-tenge:before { + content: "\f7d7"; } + +.fa-terminal:before { + content: "\f120"; } + +.fa-text-height:before { + content: "\f034"; } + +.fa-text-width:before { + content: "\f035"; } + +.fa-th:before { + content: "\f00a"; } + +.fa-th-large:before { + content: "\f009"; } + +.fa-th-list:before { + content: "\f00b"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-theater-masks:before { + content: "\f630"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-thermometer:before { + content: "\f491"; } + +.fa-thermometer-empty:before { + content: "\f2cb"; } + +.fa-thermometer-full:before { + content: "\f2c7"; } + +.fa-thermometer-half:before { + content: "\f2c9"; } + +.fa-thermometer-quarter:before { + content: "\f2ca"; } + +.fa-thermometer-three-quarters:before { + content: "\f2c8"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-thumbs-down:before { + content: "\f165"; } + +.fa-thumbs-up:before { + content: "\f164"; } + +.fa-thumbtack:before { + content: "\f08d"; } + +.fa-ticket-alt:before { + content: "\f3ff"; } + +.fa-times:before { + content: "\f00d"; } + +.fa-times-circle:before { + content: "\f057"; } + +.fa-tint:before { + content: "\f043"; } + +.fa-tint-slash:before { + content: "\f5c7"; } + +.fa-tired:before { + content: "\f5c8"; } + +.fa-toggle-off:before { + content: "\f204"; } + +.fa-toggle-on:before { + content: "\f205"; } + +.fa-toilet:before { + content: "\f7d8"; } + +.fa-toilet-paper:before { + content: "\f71e"; } + +.fa-toilet-paper-slash:before { + content: "\f972"; } + +.fa-toolbox:before { + content: "\f552"; } + +.fa-tools:before { + content: "\f7d9"; } + +.fa-tooth:before { + content: "\f5c9"; } + +.fa-torah:before { + content: "\f6a0"; } + +.fa-torii-gate:before { + content: "\f6a1"; } + +.fa-tractor:before { + content: "\f722"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-trademark:before { + content: "\f25c"; } + +.fa-traffic-light:before { + content: "\f637"; } + +.fa-trailer:before { + content: "\f941"; } + +.fa-train:before { + content: "\f238"; } + +.fa-tram:before { + content: "\f7da"; } + +.fa-transgender:before { + content: "\f224"; } + +.fa-transgender-alt:before { + content: "\f225"; } + +.fa-trash:before { + content: "\f1f8"; } + +.fa-trash-alt:before { + content: "\f2ed"; } + +.fa-trash-restore:before { + content: "\f829"; } + +.fa-trash-restore-alt:before { + content: "\f82a"; } + +.fa-tree:before { + content: "\f1bb"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-tripadvisor:before { + content: "\f262"; } + +.fa-trophy:before { + content: "\f091"; } + +.fa-truck:before { + content: "\f0d1"; } + +.fa-truck-loading:before { + content: "\f4de"; } + +.fa-truck-monster:before { + content: "\f63b"; } + +.fa-truck-moving:before { + content: "\f4df"; } + +.fa-truck-pickup:before { + content: "\f63c"; } + +.fa-tshirt:before { + content: "\f553"; } + +.fa-tty:before { + content: "\f1e4"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-tv:before { + content: "\f26c"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-umbrella:before { + content: "\f0e9"; } + +.fa-umbrella-beach:before { + content: "\f5ca"; } + +.fa-underline:before { + content: "\f0cd"; } + +.fa-undo:before { + content: "\f0e2"; } + +.fa-undo-alt:before { + content: "\f2ea"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-unity:before { + content: "\f949"; } + +.fa-universal-access:before { + content: "\f29a"; } + +.fa-university:before { + content: "\f19c"; } + +.fa-unlink:before { + content: "\f127"; } + +.fa-unlock:before { + content: "\f09c"; } + +.fa-unlock-alt:before { + content: "\f13e"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-upload:before { + content: "\f093"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-user:before { + content: "\f007"; } + +.fa-user-alt:before { + content: "\f406"; } + +.fa-user-alt-slash:before { + content: "\f4fa"; } + +.fa-user-astronaut:before { + content: "\f4fb"; } + +.fa-user-check:before { + content: "\f4fc"; } + +.fa-user-circle:before { + content: "\f2bd"; } + +.fa-user-clock:before { + content: "\f4fd"; } + +.fa-user-cog:before { + content: "\f4fe"; } + +.fa-user-edit:before { + content: "\f4ff"; } + +.fa-user-friends:before { + content: "\f500"; } + +.fa-user-graduate:before { + content: "\f501"; } + +.fa-user-injured:before { + content: "\f728"; } + +.fa-user-lock:before { + content: "\f502"; } + +.fa-user-md:before { + content: "\f0f0"; } + +.fa-user-minus:before { + content: "\f503"; } + +.fa-user-ninja:before { + content: "\f504"; } + +.fa-user-nurse:before { + content: "\f82f"; } + +.fa-user-plus:before { + content: "\f234"; } + +.fa-user-secret:before { + content: "\f21b"; } + +.fa-user-shield:before { + content: "\f505"; } + +.fa-user-slash:before { + content: "\f506"; } + +.fa-user-tag:before { + content: "\f507"; } + +.fa-user-tie:before { + content: "\f508"; } + +.fa-user-times:before { + content: "\f235"; } + +.fa-users:before { + content: "\f0c0"; } + +.fa-users-cog:before { + content: "\f509"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-utensil-spoon:before { + content: "\f2e5"; } + +.fa-utensils:before { + content: "\f2e7"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-vector-square:before { + content: "\f5cb"; } + +.fa-venus:before { + content: "\f221"; } + +.fa-venus-double:before { + content: "\f226"; } + +.fa-venus-mars:before { + content: "\f228"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-vial:before { + content: "\f492"; } + +.fa-vials:before { + content: "\f493"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-video:before { + content: "\f03d"; } + +.fa-video-slash:before { + content: "\f4e2"; } + +.fa-vihara:before { + content: "\f6a7"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-virus:before { + content: "\f974"; } + +.fa-virus-slash:before { + content: "\f975"; } + +.fa-viruses:before { + content: "\f976"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-voicemail:before { + content: "\f897"; } + +.fa-volleyball-ball:before { + content: "\f45f"; } + +.fa-volume-down:before { + content: "\f027"; } + +.fa-volume-mute:before { + content: "\f6a9"; } + +.fa-volume-off:before { + content: "\f026"; } + +.fa-volume-up:before { + content: "\f028"; } + +.fa-vote-yea:before { + content: "\f772"; } + +.fa-vr-cardboard:before { + content: "\f729"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-walking:before { + content: "\f554"; } + +.fa-wallet:before { + content: "\f555"; } + +.fa-warehouse:before { + content: "\f494"; } + +.fa-water:before { + content: "\f773"; } + +.fa-wave-square:before { + content: "\f83e"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-weight:before { + content: "\f496"; } + +.fa-weight-hanging:before { + content: "\f5cd"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-wheelchair:before { + content: "\f193"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-wifi:before { + content: "\f1eb"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-wind:before { + content: "\f72e"; } + +.fa-window-close:before { + content: "\f410"; } + +.fa-window-maximize:before { + content: "\f2d0"; } + +.fa-window-minimize:before { + content: "\f2d1"; } + +.fa-window-restore:before { + content: "\f2d2"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wine-bottle:before { + content: "\f72f"; } + +.fa-wine-glass:before { + content: "\f4e3"; } + +.fa-wine-glass-alt:before { + content: "\f5ce"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-won-sign:before { + content: "\f159"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-wrench:before { + content: "\f0ad"; } + +.fa-x-ray:before { + content: "\f497"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-yen-sign:before { + content: "\f157"; } + +.fa-yin-yang:before { + content: "\f6ad"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-zhihu:before { + content: "\f63f"; } + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; } +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("~@/assets/fonts/fa-brands-400.eot"); + src: url("~@/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-brands-400.woff2") format("woff2"), url("~@/assets/fonts/fa-brands-400.woff") format("woff"), url("~@/assets/fonts/fa-brands-400.ttf") format("truetype"), url("~@/assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); } + +.fab { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("~@/assets/fonts/fa-regular-400.eot"); + src: url("~@/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-regular-400.woff2") format("woff2"), url("~@/assets/fonts/fa-regular-400.woff") format("woff"), url("~@/assets/fonts/fa-regular-400.ttf") format("truetype"), url("~@/assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); } + +.far { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("~@/assets/fonts/fa-solid-900.eot"); + src: url("~@/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("~@/assets/fonts/fa-solid-900.woff2") format("woff2"), url("~@/assets/fonts/fa-solid-900.woff") format("woff"), url("~@/assets/fonts/fa-solid-900.ttf") format("truetype"), url("~@/assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); } + +.fa, +.fas { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; } diff --git a/Vue/Starterkit/src/design/custom/plugins/icons/_materialdesignicons.scss b/Vue/Starterkit/src/design/custom/plugins/icons/_materialdesignicons.scss new file mode 100644 index 00000000..8dc0a345 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/plugins/icons/_materialdesignicons.scss @@ -0,0 +1,23694 @@ +/* MaterialDesignIcons.com */ +@font-face { + font-family: "Material Design Icons"; + src: url("~@/assets/fonts/materialdesignicons-webfont.eot?v=5.8.55"); + src: url("~@/assets/fonts/materialdesignicons-webfont.eot?#iefix&v=5.8.55") format("embedded-opentype"), url("~@/assets/fonts/materialdesignicons-webfont.woff2?v=5.8.55") format("woff2"), url("~@/assets/fonts/materialdesignicons-webfont.woff?v=5.8.55") format("woff"), url("~@/assets/fonts/materialdesignicons-webfont.ttf?v=5.8.55") format("truetype"); + font-weight: normal; + font-style: normal; +} + +.mdi:before, +.mdi-set { + display: inline-block; + font: normal normal normal 24px/1 "Material Design Icons"; + font-size: inherit; + text-rendering: auto; + line-height: inherit; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.mdi-ab-testing::before { + content: "\F01C9"; +} + +.mdi-abjad-arabic::before { + content: "\F1328"; +} + +.mdi-abjad-hebrew::before { + content: "\F1329"; +} + +.mdi-abugida-devanagari::before { + content: "\F132A"; +} + +.mdi-abugida-thai::before { + content: "\F132B"; +} + +.mdi-access-point::before { + content: "\F0003"; +} + +.mdi-access-point-check::before { + content: "\F1538"; +} + +.mdi-access-point-minus::before { + content: "\F1539"; +} + +.mdi-access-point-network::before { + content: "\F0002"; +} + +.mdi-access-point-network-off::before { + content: "\F0BE1"; +} + +.mdi-access-point-off::before { + content: "\F1511"; +} + +.mdi-access-point-plus::before { + content: "\F153A"; +} + +.mdi-access-point-remove::before { + content: "\F153B"; +} + +.mdi-account::before { + content: "\F0004"; +} + +.mdi-account-alert::before { + content: "\F0005"; +} + +.mdi-account-alert-outline::before { + content: "\F0B50"; +} + +.mdi-account-arrow-left::before { + content: "\F0B51"; +} + +.mdi-account-arrow-left-outline::before { + content: "\F0B52"; +} + +.mdi-account-arrow-right::before { + content: "\F0B53"; +} + +.mdi-account-arrow-right-outline::before { + content: "\F0B54"; +} + +.mdi-account-box::before { + content: "\F0006"; +} + +.mdi-account-box-multiple::before { + content: "\F0934"; +} + +.mdi-account-box-multiple-outline::before { + content: "\F100A"; +} + +.mdi-account-box-outline::before { + content: "\F0007"; +} + +.mdi-account-cancel::before { + content: "\F12DF"; +} + +.mdi-account-cancel-outline::before { + content: "\F12E0"; +} + +.mdi-account-cash::before { + content: "\F1097"; +} + +.mdi-account-cash-outline::before { + content: "\F1098"; +} + +.mdi-account-check::before { + content: "\F0008"; +} + +.mdi-account-check-outline::before { + content: "\F0BE2"; +} + +.mdi-account-child::before { + content: "\F0A89"; +} + +.mdi-account-child-circle::before { + content: "\F0A8A"; +} + +.mdi-account-child-outline::before { + content: "\F10C8"; +} + +.mdi-account-circle::before { + content: "\F0009"; +} + +.mdi-account-circle-outline::before { + content: "\F0B55"; +} + +.mdi-account-clock::before { + content: "\F0B56"; +} + +.mdi-account-clock-outline::before { + content: "\F0B57"; +} + +.mdi-account-cog::before { + content: "\F1370"; +} + +.mdi-account-cog-outline::before { + content: "\F1371"; +} + +.mdi-account-convert::before { + content: "\F000A"; +} + +.mdi-account-convert-outline::before { + content: "\F1301"; +} + +.mdi-account-cowboy-hat::before { + content: "\F0E9B"; +} + +.mdi-account-details::before { + content: "\F0631"; +} + +.mdi-account-details-outline::before { + content: "\F1372"; +} + +.mdi-account-edit::before { + content: "\F06BC"; +} + +.mdi-account-edit-outline::before { + content: "\F0FFB"; +} + +.mdi-account-group::before { + content: "\F0849"; +} + +.mdi-account-group-outline::before { + content: "\F0B58"; +} + +.mdi-account-hard-hat::before { + content: "\F05B5"; +} + +.mdi-account-heart::before { + content: "\F0899"; +} + +.mdi-account-heart-outline::before { + content: "\F0BE3"; +} + +.mdi-account-key::before { + content: "\F000B"; +} + +.mdi-account-key-outline::before { + content: "\F0BE4"; +} + +.mdi-account-lock::before { + content: "\F115E"; +} + +.mdi-account-lock-outline::before { + content: "\F115F"; +} + +.mdi-account-minus::before { + content: "\F000D"; +} + +.mdi-account-minus-outline::before { + content: "\F0AEC"; +} + +.mdi-account-multiple::before { + content: "\F000E"; +} + +.mdi-account-multiple-check::before { + content: "\F08C5"; +} + +.mdi-account-multiple-check-outline::before { + content: "\F11FE"; +} + +.mdi-account-multiple-minus::before { + content: "\F05D3"; +} + +.mdi-account-multiple-minus-outline::before { + content: "\F0BE5"; +} + +.mdi-account-multiple-outline::before { + content: "\F000F"; +} + +.mdi-account-multiple-plus::before { + content: "\F0010"; +} + +.mdi-account-multiple-plus-outline::before { + content: "\F0800"; +} + +.mdi-account-multiple-remove::before { + content: "\F120A"; +} + +.mdi-account-multiple-remove-outline::before { + content: "\F120B"; +} + +.mdi-account-music::before { + content: "\F0803"; +} + +.mdi-account-music-outline::before { + content: "\F0CE9"; +} + +.mdi-account-network::before { + content: "\F0011"; +} + +.mdi-account-network-outline::before { + content: "\F0BE6"; +} + +.mdi-account-off::before { + content: "\F0012"; +} + +.mdi-account-off-outline::before { + content: "\F0BE7"; +} + +.mdi-account-outline::before { + content: "\F0013"; +} + +.mdi-account-plus::before { + content: "\F0014"; +} + +.mdi-account-plus-outline::before { + content: "\F0801"; +} + +.mdi-account-question::before { + content: "\F0B59"; +} + +.mdi-account-question-outline::before { + content: "\F0B5A"; +} + +.mdi-account-reactivate::before { + content: "\F152B"; +} + +.mdi-account-reactivate-outline::before { + content: "\F152C"; +} + +.mdi-account-remove::before { + content: "\F0015"; +} + +.mdi-account-remove-outline::before { + content: "\F0AED"; +} + +.mdi-account-search::before { + content: "\F0016"; +} + +.mdi-account-search-outline::before { + content: "\F0935"; +} + +.mdi-account-settings::before { + content: "\F0630"; +} + +.mdi-account-settings-outline::before { + content: "\F10C9"; +} + +.mdi-account-star::before { + content: "\F0017"; +} + +.mdi-account-star-outline::before { + content: "\F0BE8"; +} + +.mdi-account-supervisor::before { + content: "\F0A8B"; +} + +.mdi-account-supervisor-circle::before { + content: "\F0A8C"; +} + +.mdi-account-supervisor-circle-outline::before { + content: "\F14EC"; +} + +.mdi-account-supervisor-outline::before { + content: "\F112D"; +} + +.mdi-account-switch::before { + content: "\F0019"; +} + +.mdi-account-switch-outline::before { + content: "\F04CB"; +} + +.mdi-account-tie::before { + content: "\F0CE3"; +} + +.mdi-account-tie-outline::before { + content: "\F10CA"; +} + +.mdi-account-tie-voice::before { + content: "\F1308"; +} + +.mdi-account-tie-voice-off::before { + content: "\F130A"; +} + +.mdi-account-tie-voice-off-outline::before { + content: "\F130B"; +} + +.mdi-account-tie-voice-outline::before { + content: "\F1309"; +} + +.mdi-account-voice::before { + content: "\F05CB"; +} + +.mdi-adjust::before { + content: "\F001A"; +} + +.mdi-adobe::before { + content: "\F0936"; +} + +.mdi-adobe-acrobat::before { + content: "\F0F9D"; +} + +.mdi-air-conditioner::before { + content: "\F001B"; +} + +.mdi-air-filter::before { + content: "\F0D43"; +} + +.mdi-air-horn::before { + content: "\F0DAC"; +} + +.mdi-air-humidifier::before { + content: "\F1099"; +} + +.mdi-air-humidifier-off::before { + content: "\F1466"; +} + +.mdi-air-purifier::before { + content: "\F0D44"; +} + +.mdi-airbag::before { + content: "\F0BE9"; +} + +.mdi-airballoon::before { + content: "\F001C"; +} + +.mdi-airballoon-outline::before { + content: "\F100B"; +} + +.mdi-airplane::before { + content: "\F001D"; +} + +.mdi-airplane-landing::before { + content: "\F05D4"; +} + +.mdi-airplane-off::before { + content: "\F001E"; +} + +.mdi-airplane-takeoff::before { + content: "\F05D5"; +} + +.mdi-airport::before { + content: "\F084B"; +} + +.mdi-alarm::before { + content: "\F0020"; +} + +.mdi-alarm-bell::before { + content: "\F078E"; +} + +.mdi-alarm-check::before { + content: "\F0021"; +} + +.mdi-alarm-light::before { + content: "\F078F"; +} + +.mdi-alarm-light-outline::before { + content: "\F0BEA"; +} + +.mdi-alarm-multiple::before { + content: "\F0022"; +} + +.mdi-alarm-note::before { + content: "\F0E71"; +} + +.mdi-alarm-note-off::before { + content: "\F0E72"; +} + +.mdi-alarm-off::before { + content: "\F0023"; +} + +.mdi-alarm-panel::before { + content: "\F15C4"; +} + +.mdi-alarm-panel-outline::before { + content: "\F15C5"; +} + +.mdi-alarm-plus::before { + content: "\F0024"; +} + +.mdi-alarm-snooze::before { + content: "\F068E"; +} + +.mdi-album::before { + content: "\F0025"; +} + +.mdi-alert::before { + content: "\F0026"; +} + +.mdi-alert-box::before { + content: "\F0027"; +} + +.mdi-alert-box-outline::before { + content: "\F0CE4"; +} + +.mdi-alert-circle::before { + content: "\F0028"; +} + +.mdi-alert-circle-check::before { + content: "\F11ED"; +} + +.mdi-alert-circle-check-outline::before { + content: "\F11EE"; +} + +.mdi-alert-circle-outline::before { + content: "\F05D6"; +} + +.mdi-alert-decagram::before { + content: "\F06BD"; +} + +.mdi-alert-decagram-outline::before { + content: "\F0CE5"; +} + +.mdi-alert-minus::before { + content: "\F14BB"; +} + +.mdi-alert-minus-outline::before { + content: "\F14BE"; +} + +.mdi-alert-octagon::before { + content: "\F0029"; +} + +.mdi-alert-octagon-outline::before { + content: "\F0CE6"; +} + +.mdi-alert-octagram::before { + content: "\F0767"; +} + +.mdi-alert-octagram-outline::before { + content: "\F0CE7"; +} + +.mdi-alert-outline::before { + content: "\F002A"; +} + +.mdi-alert-plus::before { + content: "\F14BA"; +} + +.mdi-alert-plus-outline::before { + content: "\F14BD"; +} + +.mdi-alert-remove::before { + content: "\F14BC"; +} + +.mdi-alert-remove-outline::before { + content: "\F14BF"; +} + +.mdi-alert-rhombus::before { + content: "\F11CE"; +} + +.mdi-alert-rhombus-outline::before { + content: "\F11CF"; +} + +.mdi-alien::before { + content: "\F089A"; +} + +.mdi-alien-outline::before { + content: "\F10CB"; +} + +.mdi-align-horizontal-center::before { + content: "\F11C3"; +} + +.mdi-align-horizontal-left::before { + content: "\F11C2"; +} + +.mdi-align-horizontal-right::before { + content: "\F11C4"; +} + +.mdi-align-vertical-bottom::before { + content: "\F11C5"; +} + +.mdi-align-vertical-center::before { + content: "\F11C6"; +} + +.mdi-align-vertical-top::before { + content: "\F11C7"; +} + +.mdi-all-inclusive::before { + content: "\F06BE"; +} + +.mdi-allergy::before { + content: "\F1258"; +} + +.mdi-alpha::before { + content: "\F002B"; +} + +.mdi-alpha-a::before { + content: "\F0AEE"; +} + +.mdi-alpha-a-box::before { + content: "\F0B08"; +} + +.mdi-alpha-a-box-outline::before { + content: "\F0BEB"; +} + +.mdi-alpha-a-circle::before { + content: "\F0BEC"; +} + +.mdi-alpha-a-circle-outline::before { + content: "\F0BED"; +} + +.mdi-alpha-b::before { + content: "\F0AEF"; +} + +.mdi-alpha-b-box::before { + content: "\F0B09"; +} + +.mdi-alpha-b-box-outline::before { + content: "\F0BEE"; +} + +.mdi-alpha-b-circle::before { + content: "\F0BEF"; +} + +.mdi-alpha-b-circle-outline::before { + content: "\F0BF0"; +} + +.mdi-alpha-c::before { + content: "\F0AF0"; +} + +.mdi-alpha-c-box::before { + content: "\F0B0A"; +} + +.mdi-alpha-c-box-outline::before { + content: "\F0BF1"; +} + +.mdi-alpha-c-circle::before { + content: "\F0BF2"; +} + +.mdi-alpha-c-circle-outline::before { + content: "\F0BF3"; +} + +.mdi-alpha-d::before { + content: "\F0AF1"; +} + +.mdi-alpha-d-box::before { + content: "\F0B0B"; +} + +.mdi-alpha-d-box-outline::before { + content: "\F0BF4"; +} + +.mdi-alpha-d-circle::before { + content: "\F0BF5"; +} + +.mdi-alpha-d-circle-outline::before { + content: "\F0BF6"; +} + +.mdi-alpha-e::before { + content: "\F0AF2"; +} + +.mdi-alpha-e-box::before { + content: "\F0B0C"; +} + +.mdi-alpha-e-box-outline::before { + content: "\F0BF7"; +} + +.mdi-alpha-e-circle::before { + content: "\F0BF8"; +} + +.mdi-alpha-e-circle-outline::before { + content: "\F0BF9"; +} + +.mdi-alpha-f::before { + content: "\F0AF3"; +} + +.mdi-alpha-f-box::before { + content: "\F0B0D"; +} + +.mdi-alpha-f-box-outline::before { + content: "\F0BFA"; +} + +.mdi-alpha-f-circle::before { + content: "\F0BFB"; +} + +.mdi-alpha-f-circle-outline::before { + content: "\F0BFC"; +} + +.mdi-alpha-g::before { + content: "\F0AF4"; +} + +.mdi-alpha-g-box::before { + content: "\F0B0E"; +} + +.mdi-alpha-g-box-outline::before { + content: "\F0BFD"; +} + +.mdi-alpha-g-circle::before { + content: "\F0BFE"; +} + +.mdi-alpha-g-circle-outline::before { + content: "\F0BFF"; +} + +.mdi-alpha-h::before { + content: "\F0AF5"; +} + +.mdi-alpha-h-box::before { + content: "\F0B0F"; +} + +.mdi-alpha-h-box-outline::before { + content: "\F0C00"; +} + +.mdi-alpha-h-circle::before { + content: "\F0C01"; +} + +.mdi-alpha-h-circle-outline::before { + content: "\F0C02"; +} + +.mdi-alpha-i::before { + content: "\F0AF6"; +} + +.mdi-alpha-i-box::before { + content: "\F0B10"; +} + +.mdi-alpha-i-box-outline::before { + content: "\F0C03"; +} + +.mdi-alpha-i-circle::before { + content: "\F0C04"; +} + +.mdi-alpha-i-circle-outline::before { + content: "\F0C05"; +} + +.mdi-alpha-j::before { + content: "\F0AF7"; +} + +.mdi-alpha-j-box::before { + content: "\F0B11"; +} + +.mdi-alpha-j-box-outline::before { + content: "\F0C06"; +} + +.mdi-alpha-j-circle::before { + content: "\F0C07"; +} + +.mdi-alpha-j-circle-outline::before { + content: "\F0C08"; +} + +.mdi-alpha-k::before { + content: "\F0AF8"; +} + +.mdi-alpha-k-box::before { + content: "\F0B12"; +} + +.mdi-alpha-k-box-outline::before { + content: "\F0C09"; +} + +.mdi-alpha-k-circle::before { + content: "\F0C0A"; +} + +.mdi-alpha-k-circle-outline::before { + content: "\F0C0B"; +} + +.mdi-alpha-l::before { + content: "\F0AF9"; +} + +.mdi-alpha-l-box::before { + content: "\F0B13"; +} + +.mdi-alpha-l-box-outline::before { + content: "\F0C0C"; +} + +.mdi-alpha-l-circle::before { + content: "\F0C0D"; +} + +.mdi-alpha-l-circle-outline::before { + content: "\F0C0E"; +} + +.mdi-alpha-m::before { + content: "\F0AFA"; +} + +.mdi-alpha-m-box::before { + content: "\F0B14"; +} + +.mdi-alpha-m-box-outline::before { + content: "\F0C0F"; +} + +.mdi-alpha-m-circle::before { + content: "\F0C10"; +} + +.mdi-alpha-m-circle-outline::before { + content: "\F0C11"; +} + +.mdi-alpha-n::before { + content: "\F0AFB"; +} + +.mdi-alpha-n-box::before { + content: "\F0B15"; +} + +.mdi-alpha-n-box-outline::before { + content: "\F0C12"; +} + +.mdi-alpha-n-circle::before { + content: "\F0C13"; +} + +.mdi-alpha-n-circle-outline::before { + content: "\F0C14"; +} + +.mdi-alpha-o::before { + content: "\F0AFC"; +} + +.mdi-alpha-o-box::before { + content: "\F0B16"; +} + +.mdi-alpha-o-box-outline::before { + content: "\F0C15"; +} + +.mdi-alpha-o-circle::before { + content: "\F0C16"; +} + +.mdi-alpha-o-circle-outline::before { + content: "\F0C17"; +} + +.mdi-alpha-p::before { + content: "\F0AFD"; +} + +.mdi-alpha-p-box::before { + content: "\F0B17"; +} + +.mdi-alpha-p-box-outline::before { + content: "\F0C18"; +} + +.mdi-alpha-p-circle::before { + content: "\F0C19"; +} + +.mdi-alpha-p-circle-outline::before { + content: "\F0C1A"; +} + +.mdi-alpha-q::before { + content: "\F0AFE"; +} + +.mdi-alpha-q-box::before { + content: "\F0B18"; +} + +.mdi-alpha-q-box-outline::before { + content: "\F0C1B"; +} + +.mdi-alpha-q-circle::before { + content: "\F0C1C"; +} + +.mdi-alpha-q-circle-outline::before { + content: "\F0C1D"; +} + +.mdi-alpha-r::before { + content: "\F0AFF"; +} + +.mdi-alpha-r-box::before { + content: "\F0B19"; +} + +.mdi-alpha-r-box-outline::before { + content: "\F0C1E"; +} + +.mdi-alpha-r-circle::before { + content: "\F0C1F"; +} + +.mdi-alpha-r-circle-outline::before { + content: "\F0C20"; +} + +.mdi-alpha-s::before { + content: "\F0B00"; +} + +.mdi-alpha-s-box::before { + content: "\F0B1A"; +} + +.mdi-alpha-s-box-outline::before { + content: "\F0C21"; +} + +.mdi-alpha-s-circle::before { + content: "\F0C22"; +} + +.mdi-alpha-s-circle-outline::before { + content: "\F0C23"; +} + +.mdi-alpha-t::before { + content: "\F0B01"; +} + +.mdi-alpha-t-box::before { + content: "\F0B1B"; +} + +.mdi-alpha-t-box-outline::before { + content: "\F0C24"; +} + +.mdi-alpha-t-circle::before { + content: "\F0C25"; +} + +.mdi-alpha-t-circle-outline::before { + content: "\F0C26"; +} + +.mdi-alpha-u::before { + content: "\F0B02"; +} + +.mdi-alpha-u-box::before { + content: "\F0B1C"; +} + +.mdi-alpha-u-box-outline::before { + content: "\F0C27"; +} + +.mdi-alpha-u-circle::before { + content: "\F0C28"; +} + +.mdi-alpha-u-circle-outline::before { + content: "\F0C29"; +} + +.mdi-alpha-v::before { + content: "\F0B03"; +} + +.mdi-alpha-v-box::before { + content: "\F0B1D"; +} + +.mdi-alpha-v-box-outline::before { + content: "\F0C2A"; +} + +.mdi-alpha-v-circle::before { + content: "\F0C2B"; +} + +.mdi-alpha-v-circle-outline::before { + content: "\F0C2C"; +} + +.mdi-alpha-w::before { + content: "\F0B04"; +} + +.mdi-alpha-w-box::before { + content: "\F0B1E"; +} + +.mdi-alpha-w-box-outline::before { + content: "\F0C2D"; +} + +.mdi-alpha-w-circle::before { + content: "\F0C2E"; +} + +.mdi-alpha-w-circle-outline::before { + content: "\F0C2F"; +} + +.mdi-alpha-x::before { + content: "\F0B05"; +} + +.mdi-alpha-x-box::before { + content: "\F0B1F"; +} + +.mdi-alpha-x-box-outline::before { + content: "\F0C30"; +} + +.mdi-alpha-x-circle::before { + content: "\F0C31"; +} + +.mdi-alpha-x-circle-outline::before { + content: "\F0C32"; +} + +.mdi-alpha-y::before { + content: "\F0B06"; +} + +.mdi-alpha-y-box::before { + content: "\F0B20"; +} + +.mdi-alpha-y-box-outline::before { + content: "\F0C33"; +} + +.mdi-alpha-y-circle::before { + content: "\F0C34"; +} + +.mdi-alpha-y-circle-outline::before { + content: "\F0C35"; +} + +.mdi-alpha-z::before { + content: "\F0B07"; +} + +.mdi-alpha-z-box::before { + content: "\F0B21"; +} + +.mdi-alpha-z-box-outline::before { + content: "\F0C36"; +} + +.mdi-alpha-z-circle::before { + content: "\F0C37"; +} + +.mdi-alpha-z-circle-outline::before { + content: "\F0C38"; +} + +.mdi-alphabet-aurebesh::before { + content: "\F132C"; +} + +.mdi-alphabet-cyrillic::before { + content: "\F132D"; +} + +.mdi-alphabet-greek::before { + content: "\F132E"; +} + +.mdi-alphabet-latin::before { + content: "\F132F"; +} + +.mdi-alphabet-piqad::before { + content: "\F1330"; +} + +.mdi-alphabet-tengwar::before { + content: "\F1337"; +} + +.mdi-alphabetical::before { + content: "\F002C"; +} + +.mdi-alphabetical-off::before { + content: "\F100C"; +} + +.mdi-alphabetical-variant::before { + content: "\F100D"; +} + +.mdi-alphabetical-variant-off::before { + content: "\F100E"; +} + +.mdi-altimeter::before { + content: "\F05D7"; +} + +.mdi-amazon::before { + content: "\F002D"; +} + +.mdi-amazon-alexa::before { + content: "\F08C6"; +} + +.mdi-ambulance::before { + content: "\F002F"; +} + +.mdi-ammunition::before { + content: "\F0CE8"; +} + +.mdi-ampersand::before { + content: "\F0A8D"; +} + +.mdi-amplifier::before { + content: "\F0030"; +} + +.mdi-amplifier-off::before { + content: "\F11B5"; +} + +.mdi-anchor::before { + content: "\F0031"; +} + +.mdi-android::before { + content: "\F0032"; +} + +.mdi-android-auto::before { + content: "\F0A8E"; +} + +.mdi-android-debug-bridge::before { + content: "\F0033"; +} + +.mdi-android-messages::before { + content: "\F0D45"; +} + +.mdi-android-studio::before { + content: "\F0034"; +} + +.mdi-angle-acute::before { + content: "\F0937"; +} + +.mdi-angle-obtuse::before { + content: "\F0938"; +} + +.mdi-angle-right::before { + content: "\F0939"; +} + +.mdi-angular::before { + content: "\F06B2"; +} + +.mdi-angularjs::before { + content: "\F06BF"; +} + +.mdi-animation::before { + content: "\F05D8"; +} + +.mdi-animation-outline::before { + content: "\F0A8F"; +} + +.mdi-animation-play::before { + content: "\F093A"; +} + +.mdi-animation-play-outline::before { + content: "\F0A90"; +} + +.mdi-ansible::before { + content: "\F109A"; +} + +.mdi-antenna::before { + content: "\F1119"; +} + +.mdi-anvil::before { + content: "\F089B"; +} + +.mdi-apache-kafka::before { + content: "\F100F"; +} + +.mdi-api::before { + content: "\F109B"; +} + +.mdi-api-off::before { + content: "\F1257"; +} + +.mdi-apple::before { + content: "\F0035"; +} + +.mdi-apple-airplay::before { + content: "\F001F"; +} + +.mdi-apple-finder::before { + content: "\F0036"; +} + +.mdi-apple-icloud::before { + content: "\F0038"; +} + +.mdi-apple-ios::before { + content: "\F0037"; +} + +.mdi-apple-keyboard-caps::before { + content: "\F0632"; +} + +.mdi-apple-keyboard-command::before { + content: "\F0633"; +} + +.mdi-apple-keyboard-control::before { + content: "\F0634"; +} + +.mdi-apple-keyboard-option::before { + content: "\F0635"; +} + +.mdi-apple-keyboard-shift::before { + content: "\F0636"; +} + +.mdi-apple-safari::before { + content: "\F0039"; +} + +.mdi-application::before { + content: "\F0614"; +} + +.mdi-application-cog::before { + content: "\F1577"; +} + +.mdi-application-export::before { + content: "\F0DAD"; +} + +.mdi-application-import::before { + content: "\F0DAE"; +} + +.mdi-application-settings::before { + content: "\F1555"; +} + +.mdi-approximately-equal::before { + content: "\F0F9E"; +} + +.mdi-approximately-equal-box::before { + content: "\F0F9F"; +} + +.mdi-apps::before { + content: "\F003B"; +} + +.mdi-apps-box::before { + content: "\F0D46"; +} + +.mdi-arch::before { + content: "\F08C7"; +} + +.mdi-archive::before { + content: "\F003C"; +} + +.mdi-archive-alert::before { + content: "\F14FD"; +} + +.mdi-archive-alert-outline::before { + content: "\F14FE"; +} + +.mdi-archive-arrow-down::before { + content: "\F1259"; +} + +.mdi-archive-arrow-down-outline::before { + content: "\F125A"; +} + +.mdi-archive-arrow-up::before { + content: "\F125B"; +} + +.mdi-archive-arrow-up-outline::before { + content: "\F125C"; +} + +.mdi-archive-outline::before { + content: "\F120E"; +} + +.mdi-arm-flex::before { + content: "\F0FD7"; +} + +.mdi-arm-flex-outline::before { + content: "\F0FD6"; +} + +.mdi-arrange-bring-forward::before { + content: "\F003D"; +} + +.mdi-arrange-bring-to-front::before { + content: "\F003E"; +} + +.mdi-arrange-send-backward::before { + content: "\F003F"; +} + +.mdi-arrange-send-to-back::before { + content: "\F0040"; +} + +.mdi-arrow-all::before { + content: "\F0041"; +} + +.mdi-arrow-bottom-left::before { + content: "\F0042"; +} + +.mdi-arrow-bottom-left-bold-outline::before { + content: "\F09B7"; +} + +.mdi-arrow-bottom-left-thick::before { + content: "\F09B8"; +} + +.mdi-arrow-bottom-left-thin-circle-outline::before { + content: "\F1596"; +} + +.mdi-arrow-bottom-right::before { + content: "\F0043"; +} + +.mdi-arrow-bottom-right-bold-outline::before { + content: "\F09B9"; +} + +.mdi-arrow-bottom-right-thick::before { + content: "\F09BA"; +} + +.mdi-arrow-bottom-right-thin-circle-outline::before { + content: "\F1595"; +} + +.mdi-arrow-collapse::before { + content: "\F0615"; +} + +.mdi-arrow-collapse-all::before { + content: "\F0044"; +} + +.mdi-arrow-collapse-down::before { + content: "\F0792"; +} + +.mdi-arrow-collapse-horizontal::before { + content: "\F084C"; +} + +.mdi-arrow-collapse-left::before { + content: "\F0793"; +} + +.mdi-arrow-collapse-right::before { + content: "\F0794"; +} + +.mdi-arrow-collapse-up::before { + content: "\F0795"; +} + +.mdi-arrow-collapse-vertical::before { + content: "\F084D"; +} + +.mdi-arrow-decision::before { + content: "\F09BB"; +} + +.mdi-arrow-decision-auto::before { + content: "\F09BC"; +} + +.mdi-arrow-decision-auto-outline::before { + content: "\F09BD"; +} + +.mdi-arrow-decision-outline::before { + content: "\F09BE"; +} + +.mdi-arrow-down::before { + content: "\F0045"; +} + +.mdi-arrow-down-bold::before { + content: "\F072E"; +} + +.mdi-arrow-down-bold-box::before { + content: "\F072F"; +} + +.mdi-arrow-down-bold-box-outline::before { + content: "\F0730"; +} + +.mdi-arrow-down-bold-circle::before { + content: "\F0047"; +} + +.mdi-arrow-down-bold-circle-outline::before { + content: "\F0048"; +} + +.mdi-arrow-down-bold-hexagon-outline::before { + content: "\F0049"; +} + +.mdi-arrow-down-bold-outline::before { + content: "\F09BF"; +} + +.mdi-arrow-down-box::before { + content: "\F06C0"; +} + +.mdi-arrow-down-circle::before { + content: "\F0CDB"; +} + +.mdi-arrow-down-circle-outline::before { + content: "\F0CDC"; +} + +.mdi-arrow-down-drop-circle::before { + content: "\F004A"; +} + +.mdi-arrow-down-drop-circle-outline::before { + content: "\F004B"; +} + +.mdi-arrow-down-thick::before { + content: "\F0046"; +} + +.mdi-arrow-down-thin-circle-outline::before { + content: "\F1599"; +} + +.mdi-arrow-expand::before { + content: "\F0616"; +} + +.mdi-arrow-expand-all::before { + content: "\F004C"; +} + +.mdi-arrow-expand-down::before { + content: "\F0796"; +} + +.mdi-arrow-expand-horizontal::before { + content: "\F084E"; +} + +.mdi-arrow-expand-left::before { + content: "\F0797"; +} + +.mdi-arrow-expand-right::before { + content: "\F0798"; +} + +.mdi-arrow-expand-up::before { + content: "\F0799"; +} + +.mdi-arrow-expand-vertical::before { + content: "\F084F"; +} + +.mdi-arrow-horizontal-lock::before { + content: "\F115B"; +} + +.mdi-arrow-left::before { + content: "\F004D"; +} + +.mdi-arrow-left-bold::before { + content: "\F0731"; +} + +.mdi-arrow-left-bold-box::before { + content: "\F0732"; +} + +.mdi-arrow-left-bold-box-outline::before { + content: "\F0733"; +} + +.mdi-arrow-left-bold-circle::before { + content: "\F004F"; +} + +.mdi-arrow-left-bold-circle-outline::before { + content: "\F0050"; +} + +.mdi-arrow-left-bold-hexagon-outline::before { + content: "\F0051"; +} + +.mdi-arrow-left-bold-outline::before { + content: "\F09C0"; +} + +.mdi-arrow-left-box::before { + content: "\F06C1"; +} + +.mdi-arrow-left-circle::before { + content: "\F0CDD"; +} + +.mdi-arrow-left-circle-outline::before { + content: "\F0CDE"; +} + +.mdi-arrow-left-drop-circle::before { + content: "\F0052"; +} + +.mdi-arrow-left-drop-circle-outline::before { + content: "\F0053"; +} + +.mdi-arrow-left-right::before { + content: "\F0E73"; +} + +.mdi-arrow-left-right-bold::before { + content: "\F0E74"; +} + +.mdi-arrow-left-right-bold-outline::before { + content: "\F09C1"; +} + +.mdi-arrow-left-thick::before { + content: "\F004E"; +} + +.mdi-arrow-left-thin-circle-outline::before { + content: "\F159A"; +} + +.mdi-arrow-right::before { + content: "\F0054"; +} + +.mdi-arrow-right-bold::before { + content: "\F0734"; +} + +.mdi-arrow-right-bold-box::before { + content: "\F0735"; +} + +.mdi-arrow-right-bold-box-outline::before { + content: "\F0736"; +} + +.mdi-arrow-right-bold-circle::before { + content: "\F0056"; +} + +.mdi-arrow-right-bold-circle-outline::before { + content: "\F0057"; +} + +.mdi-arrow-right-bold-hexagon-outline::before { + content: "\F0058"; +} + +.mdi-arrow-right-bold-outline::before { + content: "\F09C2"; +} + +.mdi-arrow-right-box::before { + content: "\F06C2"; +} + +.mdi-arrow-right-circle::before { + content: "\F0CDF"; +} + +.mdi-arrow-right-circle-outline::before { + content: "\F0CE0"; +} + +.mdi-arrow-right-drop-circle::before { + content: "\F0059"; +} + +.mdi-arrow-right-drop-circle-outline::before { + content: "\F005A"; +} + +.mdi-arrow-right-thick::before { + content: "\F0055"; +} + +.mdi-arrow-right-thin-circle-outline::before { + content: "\F1598"; +} + +.mdi-arrow-split-horizontal::before { + content: "\F093B"; +} + +.mdi-arrow-split-vertical::before { + content: "\F093C"; +} + +.mdi-arrow-top-left::before { + content: "\F005B"; +} + +.mdi-arrow-top-left-bold-outline::before { + content: "\F09C3"; +} + +.mdi-arrow-top-left-bottom-right::before { + content: "\F0E75"; +} + +.mdi-arrow-top-left-bottom-right-bold::before { + content: "\F0E76"; +} + +.mdi-arrow-top-left-thick::before { + content: "\F09C4"; +} + +.mdi-arrow-top-left-thin-circle-outline::before { + content: "\F1593"; +} + +.mdi-arrow-top-right::before { + content: "\F005C"; +} + +.mdi-arrow-top-right-bold-outline::before { + content: "\F09C5"; +} + +.mdi-arrow-top-right-bottom-left::before { + content: "\F0E77"; +} + +.mdi-arrow-top-right-bottom-left-bold::before { + content: "\F0E78"; +} + +.mdi-arrow-top-right-thick::before { + content: "\F09C6"; +} + +.mdi-arrow-top-right-thin-circle-outline::before { + content: "\F1594"; +} + +.mdi-arrow-up::before { + content: "\F005D"; +} + +.mdi-arrow-up-bold::before { + content: "\F0737"; +} + +.mdi-arrow-up-bold-box::before { + content: "\F0738"; +} + +.mdi-arrow-up-bold-box-outline::before { + content: "\F0739"; +} + +.mdi-arrow-up-bold-circle::before { + content: "\F005F"; +} + +.mdi-arrow-up-bold-circle-outline::before { + content: "\F0060"; +} + +.mdi-arrow-up-bold-hexagon-outline::before { + content: "\F0061"; +} + +.mdi-arrow-up-bold-outline::before { + content: "\F09C7"; +} + +.mdi-arrow-up-box::before { + content: "\F06C3"; +} + +.mdi-arrow-up-circle::before { + content: "\F0CE1"; +} + +.mdi-arrow-up-circle-outline::before { + content: "\F0CE2"; +} + +.mdi-arrow-up-down::before { + content: "\F0E79"; +} + +.mdi-arrow-up-down-bold::before { + content: "\F0E7A"; +} + +.mdi-arrow-up-down-bold-outline::before { + content: "\F09C8"; +} + +.mdi-arrow-up-drop-circle::before { + content: "\F0062"; +} + +.mdi-arrow-up-drop-circle-outline::before { + content: "\F0063"; +} + +.mdi-arrow-up-thick::before { + content: "\F005E"; +} + +.mdi-arrow-up-thin-circle-outline::before { + content: "\F1597"; +} + +.mdi-arrow-vertical-lock::before { + content: "\F115C"; +} + +.mdi-artstation::before { + content: "\F0B5B"; +} + +.mdi-aspect-ratio::before { + content: "\F0A24"; +} + +.mdi-assistant::before { + content: "\F0064"; +} + +.mdi-asterisk::before { + content: "\F06C4"; +} + +.mdi-at::before { + content: "\F0065"; +} + +.mdi-atlassian::before { + content: "\F0804"; +} + +.mdi-atm::before { + content: "\F0D47"; +} + +.mdi-atom::before { + content: "\F0768"; +} + +.mdi-atom-variant::before { + content: "\F0E7B"; +} + +.mdi-attachment::before { + content: "\F0066"; +} + +.mdi-audio-video::before { + content: "\F093D"; +} + +.mdi-audio-video-off::before { + content: "\F11B6"; +} + +.mdi-augmented-reality::before { + content: "\F0850"; +} + +.mdi-auto-download::before { + content: "\F137E"; +} + +.mdi-auto-fix::before { + content: "\F0068"; +} + +.mdi-auto-upload::before { + content: "\F0069"; +} + +.mdi-autorenew::before { + content: "\F006A"; +} + +.mdi-av-timer::before { + content: "\F006B"; +} + +.mdi-aws::before { + content: "\F0E0F"; +} + +.mdi-axe::before { + content: "\F08C8"; +} + +.mdi-axis::before { + content: "\F0D48"; +} + +.mdi-axis-arrow::before { + content: "\F0D49"; +} + +.mdi-axis-arrow-info::before { + content: "\F140E"; +} + +.mdi-axis-arrow-lock::before { + content: "\F0D4A"; +} + +.mdi-axis-lock::before { + content: "\F0D4B"; +} + +.mdi-axis-x-arrow::before { + content: "\F0D4C"; +} + +.mdi-axis-x-arrow-lock::before { + content: "\F0D4D"; +} + +.mdi-axis-x-rotate-clockwise::before { + content: "\F0D4E"; +} + +.mdi-axis-x-rotate-counterclockwise::before { + content: "\F0D4F"; +} + +.mdi-axis-x-y-arrow-lock::before { + content: "\F0D50"; +} + +.mdi-axis-y-arrow::before { + content: "\F0D51"; +} + +.mdi-axis-y-arrow-lock::before { + content: "\F0D52"; +} + +.mdi-axis-y-rotate-clockwise::before { + content: "\F0D53"; +} + +.mdi-axis-y-rotate-counterclockwise::before { + content: "\F0D54"; +} + +.mdi-axis-z-arrow::before { + content: "\F0D55"; +} + +.mdi-axis-z-arrow-lock::before { + content: "\F0D56"; +} + +.mdi-axis-z-rotate-clockwise::before { + content: "\F0D57"; +} + +.mdi-axis-z-rotate-counterclockwise::before { + content: "\F0D58"; +} + +.mdi-babel::before { + content: "\F0A25"; +} + +.mdi-baby::before { + content: "\F006C"; +} + +.mdi-baby-bottle::before { + content: "\F0F39"; +} + +.mdi-baby-bottle-outline::before { + content: "\F0F3A"; +} + +.mdi-baby-buggy::before { + content: "\F13E0"; +} + +.mdi-baby-carriage::before { + content: "\F068F"; +} + +.mdi-baby-carriage-off::before { + content: "\F0FA0"; +} + +.mdi-baby-face::before { + content: "\F0E7C"; +} + +.mdi-baby-face-outline::before { + content: "\F0E7D"; +} + +.mdi-backburger::before { + content: "\F006D"; +} + +.mdi-backspace::before { + content: "\F006E"; +} + +.mdi-backspace-outline::before { + content: "\F0B5C"; +} + +.mdi-backspace-reverse::before { + content: "\F0E7E"; +} + +.mdi-backspace-reverse-outline::before { + content: "\F0E7F"; +} + +.mdi-backup-restore::before { + content: "\F006F"; +} + +.mdi-bacteria::before { + content: "\F0ED5"; +} + +.mdi-bacteria-outline::before { + content: "\F0ED6"; +} + +.mdi-badge-account::before { + content: "\F0DA7"; +} + +.mdi-badge-account-alert::before { + content: "\F0DA8"; +} + +.mdi-badge-account-alert-outline::before { + content: "\F0DA9"; +} + +.mdi-badge-account-horizontal::before { + content: "\F0E0D"; +} + +.mdi-badge-account-horizontal-outline::before { + content: "\F0E0E"; +} + +.mdi-badge-account-outline::before { + content: "\F0DAA"; +} + +.mdi-badminton::before { + content: "\F0851"; +} + +.mdi-bag-carry-on::before { + content: "\F0F3B"; +} + +.mdi-bag-carry-on-check::before { + content: "\F0D65"; +} + +.mdi-bag-carry-on-off::before { + content: "\F0F3C"; +} + +.mdi-bag-checked::before { + content: "\F0F3D"; +} + +.mdi-bag-personal::before { + content: "\F0E10"; +} + +.mdi-bag-personal-off::before { + content: "\F0E11"; +} + +.mdi-bag-personal-off-outline::before { + content: "\F0E12"; +} + +.mdi-bag-personal-outline::before { + content: "\F0E13"; +} + +.mdi-bag-suitcase::before { + content: "\F158B"; +} + +.mdi-bag-suitcase-off::before { + content: "\F158D"; +} + +.mdi-bag-suitcase-off-outline::before { + content: "\F158E"; +} + +.mdi-bag-suitcase-outline::before { + content: "\F158C"; +} + +.mdi-baguette::before { + content: "\F0F3E"; +} + +.mdi-balloon::before { + content: "\F0A26"; +} + +.mdi-ballot::before { + content: "\F09C9"; +} + +.mdi-ballot-outline::before { + content: "\F09CA"; +} + +.mdi-ballot-recount::before { + content: "\F0C39"; +} + +.mdi-ballot-recount-outline::before { + content: "\F0C3A"; +} + +.mdi-bandage::before { + content: "\F0DAF"; +} + +.mdi-bandcamp::before { + content: "\F0675"; +} + +.mdi-bank::before { + content: "\F0070"; +} + +.mdi-bank-check::before { + content: "\F1655"; +} + +.mdi-bank-minus::before { + content: "\F0DB0"; +} + +.mdi-bank-off::before { + content: "\F1656"; +} + +.mdi-bank-off-outline::before { + content: "\F1657"; +} + +.mdi-bank-outline::before { + content: "\F0E80"; +} + +.mdi-bank-plus::before { + content: "\F0DB1"; +} + +.mdi-bank-remove::before { + content: "\F0DB2"; +} + +.mdi-bank-transfer::before { + content: "\F0A27"; +} + +.mdi-bank-transfer-in::before { + content: "\F0A28"; +} + +.mdi-bank-transfer-out::before { + content: "\F0A29"; +} + +.mdi-barcode::before { + content: "\F0071"; +} + +.mdi-barcode-off::before { + content: "\F1236"; +} + +.mdi-barcode-scan::before { + content: "\F0072"; +} + +.mdi-barley::before { + content: "\F0073"; +} + +.mdi-barley-off::before { + content: "\F0B5D"; +} + +.mdi-barn::before { + content: "\F0B5E"; +} + +.mdi-barrel::before { + content: "\F0074"; +} + +.mdi-baseball::before { + content: "\F0852"; +} + +.mdi-baseball-bat::before { + content: "\F0853"; +} + +.mdi-baseball-diamond::before { + content: "\F15EC"; +} + +.mdi-baseball-diamond-outline::before { + content: "\F15ED"; +} + +.mdi-bash::before { + content: "\F1183"; +} + +.mdi-basket::before { + content: "\F0076"; +} + +.mdi-basket-fill::before { + content: "\F0077"; +} + +.mdi-basket-minus::before { + content: "\F1523"; +} + +.mdi-basket-minus-outline::before { + content: "\F1524"; +} + +.mdi-basket-off::before { + content: "\F1525"; +} + +.mdi-basket-off-outline::before { + content: "\F1526"; +} + +.mdi-basket-outline::before { + content: "\F1181"; +} + +.mdi-basket-plus::before { + content: "\F1527"; +} + +.mdi-basket-plus-outline::before { + content: "\F1528"; +} + +.mdi-basket-remove::before { + content: "\F1529"; +} + +.mdi-basket-remove-outline::before { + content: "\F152A"; +} + +.mdi-basket-unfill::before { + content: "\F0078"; +} + +.mdi-basketball::before { + content: "\F0806"; +} + +.mdi-basketball-hoop::before { + content: "\F0C3B"; +} + +.mdi-basketball-hoop-outline::before { + content: "\F0C3C"; +} + +.mdi-bat::before { + content: "\F0B5F"; +} + +.mdi-battery::before { + content: "\F0079"; +} + +.mdi-battery-10::before { + content: "\F007A"; +} + +.mdi-battery-10-bluetooth::before { + content: "\F093E"; +} + +.mdi-battery-20::before { + content: "\F007B"; +} + +.mdi-battery-20-bluetooth::before { + content: "\F093F"; +} + +.mdi-battery-30::before { + content: "\F007C"; +} + +.mdi-battery-30-bluetooth::before { + content: "\F0940"; +} + +.mdi-battery-40::before { + content: "\F007D"; +} + +.mdi-battery-40-bluetooth::before { + content: "\F0941"; +} + +.mdi-battery-50::before { + content: "\F007E"; +} + +.mdi-battery-50-bluetooth::before { + content: "\F0942"; +} + +.mdi-battery-60::before { + content: "\F007F"; +} + +.mdi-battery-60-bluetooth::before { + content: "\F0943"; +} + +.mdi-battery-70::before { + content: "\F0080"; +} + +.mdi-battery-70-bluetooth::before { + content: "\F0944"; +} + +.mdi-battery-80::before { + content: "\F0081"; +} + +.mdi-battery-80-bluetooth::before { + content: "\F0945"; +} + +.mdi-battery-90::before { + content: "\F0082"; +} + +.mdi-battery-90-bluetooth::before { + content: "\F0946"; +} + +.mdi-battery-alert::before { + content: "\F0083"; +} + +.mdi-battery-alert-bluetooth::before { + content: "\F0947"; +} + +.mdi-battery-alert-variant::before { + content: "\F10CC"; +} + +.mdi-battery-alert-variant-outline::before { + content: "\F10CD"; +} + +.mdi-battery-bluetooth::before { + content: "\F0948"; +} + +.mdi-battery-bluetooth-variant::before { + content: "\F0949"; +} + +.mdi-battery-charging::before { + content: "\F0084"; +} + +.mdi-battery-charging-10::before { + content: "\F089C"; +} + +.mdi-battery-charging-100::before { + content: "\F0085"; +} + +.mdi-battery-charging-20::before { + content: "\F0086"; +} + +.mdi-battery-charging-30::before { + content: "\F0087"; +} + +.mdi-battery-charging-40::before { + content: "\F0088"; +} + +.mdi-battery-charging-50::before { + content: "\F089D"; +} + +.mdi-battery-charging-60::before { + content: "\F0089"; +} + +.mdi-battery-charging-70::before { + content: "\F089E"; +} + +.mdi-battery-charging-80::before { + content: "\F008A"; +} + +.mdi-battery-charging-90::before { + content: "\F008B"; +} + +.mdi-battery-charging-high::before { + content: "\F12A6"; +} + +.mdi-battery-charging-low::before { + content: "\F12A4"; +} + +.mdi-battery-charging-medium::before { + content: "\F12A5"; +} + +.mdi-battery-charging-outline::before { + content: "\F089F"; +} + +.mdi-battery-charging-wireless::before { + content: "\F0807"; +} + +.mdi-battery-charging-wireless-10::before { + content: "\F0808"; +} + +.mdi-battery-charging-wireless-20::before { + content: "\F0809"; +} + +.mdi-battery-charging-wireless-30::before { + content: "\F080A"; +} + +.mdi-battery-charging-wireless-40::before { + content: "\F080B"; +} + +.mdi-battery-charging-wireless-50::before { + content: "\F080C"; +} + +.mdi-battery-charging-wireless-60::before { + content: "\F080D"; +} + +.mdi-battery-charging-wireless-70::before { + content: "\F080E"; +} + +.mdi-battery-charging-wireless-80::before { + content: "\F080F"; +} + +.mdi-battery-charging-wireless-90::before { + content: "\F0810"; +} + +.mdi-battery-charging-wireless-alert::before { + content: "\F0811"; +} + +.mdi-battery-charging-wireless-outline::before { + content: "\F0812"; +} + +.mdi-battery-heart::before { + content: "\F120F"; +} + +.mdi-battery-heart-outline::before { + content: "\F1210"; +} + +.mdi-battery-heart-variant::before { + content: "\F1211"; +} + +.mdi-battery-high::before { + content: "\F12A3"; +} + +.mdi-battery-low::before { + content: "\F12A1"; +} + +.mdi-battery-medium::before { + content: "\F12A2"; +} + +.mdi-battery-minus::before { + content: "\F008C"; +} + +.mdi-battery-negative::before { + content: "\F008D"; +} + +.mdi-battery-off::before { + content: "\F125D"; +} + +.mdi-battery-off-outline::before { + content: "\F125E"; +} + +.mdi-battery-outline::before { + content: "\F008E"; +} + +.mdi-battery-plus::before { + content: "\F008F"; +} + +.mdi-battery-positive::before { + content: "\F0090"; +} + +.mdi-battery-unknown::before { + content: "\F0091"; +} + +.mdi-battery-unknown-bluetooth::before { + content: "\F094A"; +} + +.mdi-battlenet::before { + content: "\F0B60"; +} + +.mdi-beach::before { + content: "\F0092"; +} + +.mdi-beaker::before { + content: "\F0CEA"; +} + +.mdi-beaker-alert::before { + content: "\F1229"; +} + +.mdi-beaker-alert-outline::before { + content: "\F122A"; +} + +.mdi-beaker-check::before { + content: "\F122B"; +} + +.mdi-beaker-check-outline::before { + content: "\F122C"; +} + +.mdi-beaker-minus::before { + content: "\F122D"; +} + +.mdi-beaker-minus-outline::before { + content: "\F122E"; +} + +.mdi-beaker-outline::before { + content: "\F0690"; +} + +.mdi-beaker-plus::before { + content: "\F122F"; +} + +.mdi-beaker-plus-outline::before { + content: "\F1230"; +} + +.mdi-beaker-question::before { + content: "\F1231"; +} + +.mdi-beaker-question-outline::before { + content: "\F1232"; +} + +.mdi-beaker-remove::before { + content: "\F1233"; +} + +.mdi-beaker-remove-outline::before { + content: "\F1234"; +} + +.mdi-bed::before { + content: "\F02E3"; +} + +.mdi-bed-double::before { + content: "\F0FD4"; +} + +.mdi-bed-double-outline::before { + content: "\F0FD3"; +} + +.mdi-bed-empty::before { + content: "\F08A0"; +} + +.mdi-bed-king::before { + content: "\F0FD2"; +} + +.mdi-bed-king-outline::before { + content: "\F0FD1"; +} + +.mdi-bed-outline::before { + content: "\F0099"; +} + +.mdi-bed-queen::before { + content: "\F0FD0"; +} + +.mdi-bed-queen-outline::before { + content: "\F0FDB"; +} + +.mdi-bed-single::before { + content: "\F106D"; +} + +.mdi-bed-single-outline::before { + content: "\F106E"; +} + +.mdi-bee::before { + content: "\F0FA1"; +} + +.mdi-bee-flower::before { + content: "\F0FA2"; +} + +.mdi-beehive-off-outline::before { + content: "\F13ED"; +} + +.mdi-beehive-outline::before { + content: "\F10CE"; +} + +.mdi-beekeeper::before { + content: "\F14E2"; +} + +.mdi-beer::before { + content: "\F0098"; +} + +.mdi-beer-outline::before { + content: "\F130C"; +} + +.mdi-bell::before { + content: "\F009A"; +} + +.mdi-bell-alert::before { + content: "\F0D59"; +} + +.mdi-bell-alert-outline::before { + content: "\F0E81"; +} + +.mdi-bell-cancel::before { + content: "\F13E7"; +} + +.mdi-bell-cancel-outline::before { + content: "\F13E8"; +} + +.mdi-bell-check::before { + content: "\F11E5"; +} + +.mdi-bell-check-outline::before { + content: "\F11E6"; +} + +.mdi-bell-circle::before { + content: "\F0D5A"; +} + +.mdi-bell-circle-outline::before { + content: "\F0D5B"; +} + +.mdi-bell-minus::before { + content: "\F13E9"; +} + +.mdi-bell-minus-outline::before { + content: "\F13EA"; +} + +.mdi-bell-off::before { + content: "\F009B"; +} + +.mdi-bell-off-outline::before { + content: "\F0A91"; +} + +.mdi-bell-outline::before { + content: "\F009C"; +} + +.mdi-bell-plus::before { + content: "\F009D"; +} + +.mdi-bell-plus-outline::before { + content: "\F0A92"; +} + +.mdi-bell-remove::before { + content: "\F13EB"; +} + +.mdi-bell-remove-outline::before { + content: "\F13EC"; +} + +.mdi-bell-ring::before { + content: "\F009E"; +} + +.mdi-bell-ring-outline::before { + content: "\F009F"; +} + +.mdi-bell-sleep::before { + content: "\F00A0"; +} + +.mdi-bell-sleep-outline::before { + content: "\F0A93"; +} + +.mdi-beta::before { + content: "\F00A1"; +} + +.mdi-betamax::before { + content: "\F09CB"; +} + +.mdi-biathlon::before { + content: "\F0E14"; +} + +.mdi-bicycle::before { + content: "\F109C"; +} + +.mdi-bicycle-basket::before { + content: "\F1235"; +} + +.mdi-bicycle-electric::before { + content: "\F15B4"; +} + +.mdi-bicycle-penny-farthing::before { + content: "\F15E9"; +} + +.mdi-bike::before { + content: "\F00A3"; +} + +.mdi-bike-fast::before { + content: "\F111F"; +} + +.mdi-billboard::before { + content: "\F1010"; +} + +.mdi-billiards::before { + content: "\F0B61"; +} + +.mdi-billiards-rack::before { + content: "\F0B62"; +} + +.mdi-binoculars::before { + content: "\F00A5"; +} + +.mdi-bio::before { + content: "\F00A6"; +} + +.mdi-biohazard::before { + content: "\F00A7"; +} + +.mdi-bird::before { + content: "\F15C6"; +} + +.mdi-bitbucket::before { + content: "\F00A8"; +} + +.mdi-bitcoin::before { + content: "\F0813"; +} + +.mdi-black-mesa::before { + content: "\F00A9"; +} + +.mdi-blender::before { + content: "\F0CEB"; +} + +.mdi-blender-software::before { + content: "\F00AB"; +} + +.mdi-blinds::before { + content: "\F00AC"; +} + +.mdi-blinds-open::before { + content: "\F1011"; +} + +.mdi-block-helper::before { + content: "\F00AD"; +} + +.mdi-blogger::before { + content: "\F00AE"; +} + +.mdi-blood-bag::before { + content: "\F0CEC"; +} + +.mdi-bluetooth::before { + content: "\F00AF"; +} + +.mdi-bluetooth-audio::before { + content: "\F00B0"; +} + +.mdi-bluetooth-connect::before { + content: "\F00B1"; +} + +.mdi-bluetooth-off::before { + content: "\F00B2"; +} + +.mdi-bluetooth-settings::before { + content: "\F00B3"; +} + +.mdi-bluetooth-transfer::before { + content: "\F00B4"; +} + +.mdi-blur::before { + content: "\F00B5"; +} + +.mdi-blur-linear::before { + content: "\F00B6"; +} + +.mdi-blur-off::before { + content: "\F00B7"; +} + +.mdi-blur-radial::before { + content: "\F00B8"; +} + +.mdi-bolnisi-cross::before { + content: "\F0CED"; +} + +.mdi-bolt::before { + content: "\F0DB3"; +} + +.mdi-bomb::before { + content: "\F0691"; +} + +.mdi-bomb-off::before { + content: "\F06C5"; +} + +.mdi-bone::before { + content: "\F00B9"; +} + +.mdi-book::before { + content: "\F00BA"; +} + +.mdi-book-account::before { + content: "\F13AD"; +} + +.mdi-book-account-outline::before { + content: "\F13AE"; +} + +.mdi-book-alert::before { + content: "\F167C"; +} + +.mdi-book-alert-outline::before { + content: "\F167D"; +} + +.mdi-book-alphabet::before { + content: "\F061D"; +} + +.mdi-book-arrow-down::before { + content: "\F167E"; +} + +.mdi-book-arrow-down-outline::before { + content: "\F167F"; +} + +.mdi-book-arrow-left::before { + content: "\F1680"; +} + +.mdi-book-arrow-left-outline::before { + content: "\F1681"; +} + +.mdi-book-arrow-right::before { + content: "\F1682"; +} + +.mdi-book-arrow-right-outline::before { + content: "\F1683"; +} + +.mdi-book-arrow-up::before { + content: "\F1684"; +} + +.mdi-book-arrow-up-outline::before { + content: "\F1685"; +} + +.mdi-book-cancel::before { + content: "\F1686"; +} + +.mdi-book-cancel-outline::before { + content: "\F1687"; +} + +.mdi-book-check::before { + content: "\F14F3"; +} + +.mdi-book-check-outline::before { + content: "\F14F4"; +} + +.mdi-book-clock::before { + content: "\F1688"; +} + +.mdi-book-clock-outline::before { + content: "\F1689"; +} + +.mdi-book-cog::before { + content: "\F168A"; +} + +.mdi-book-cog-outline::before { + content: "\F168B"; +} + +.mdi-book-cross::before { + content: "\F00A2"; +} + +.mdi-book-edit::before { + content: "\F168C"; +} + +.mdi-book-edit-outline::before { + content: "\F168D"; +} + +.mdi-book-education::before { + content: "\F16C9"; +} + +.mdi-book-education-outline::before { + content: "\F16CA"; +} + +.mdi-book-information-variant::before { + content: "\F106F"; +} + +.mdi-book-lock::before { + content: "\F079A"; +} + +.mdi-book-lock-open::before { + content: "\F079B"; +} + +.mdi-book-lock-open-outline::before { + content: "\F168E"; +} + +.mdi-book-lock-outline::before { + content: "\F168F"; +} + +.mdi-book-marker::before { + content: "\F1690"; +} + +.mdi-book-marker-outline::before { + content: "\F1691"; +} + +.mdi-book-minus::before { + content: "\F05D9"; +} + +.mdi-book-minus-multiple::before { + content: "\F0A94"; +} + +.mdi-book-minus-multiple-outline::before { + content: "\F090B"; +} + +.mdi-book-minus-outline::before { + content: "\F1692"; +} + +.mdi-book-multiple::before { + content: "\F00BB"; +} + +.mdi-book-multiple-outline::before { + content: "\F0436"; +} + +.mdi-book-music::before { + content: "\F0067"; +} + +.mdi-book-music-outline::before { + content: "\F1693"; +} + +.mdi-book-off::before { + content: "\F1694"; +} + +.mdi-book-off-outline::before { + content: "\F1695"; +} + +.mdi-book-open::before { + content: "\F00BD"; +} + +.mdi-book-open-blank-variant::before { + content: "\F00BE"; +} + +.mdi-book-open-outline::before { + content: "\F0B63"; +} + +.mdi-book-open-page-variant::before { + content: "\F05DA"; +} + +.mdi-book-open-page-variant-outline::before { + content: "\F15D6"; +} + +.mdi-book-open-variant::before { + content: "\F14F7"; +} + +.mdi-book-outline::before { + content: "\F0B64"; +} + +.mdi-book-play::before { + content: "\F0E82"; +} + +.mdi-book-play-outline::before { + content: "\F0E83"; +} + +.mdi-book-plus::before { + content: "\F05DB"; +} + +.mdi-book-plus-multiple::before { + content: "\F0A95"; +} + +.mdi-book-plus-multiple-outline::before { + content: "\F0ADE"; +} + +.mdi-book-plus-outline::before { + content: "\F1696"; +} + +.mdi-book-refresh::before { + content: "\F1697"; +} + +.mdi-book-refresh-outline::before { + content: "\F1698"; +} + +.mdi-book-remove::before { + content: "\F0A97"; +} + +.mdi-book-remove-multiple::before { + content: "\F0A96"; +} + +.mdi-book-remove-multiple-outline::before { + content: "\F04CA"; +} + +.mdi-book-remove-outline::before { + content: "\F1699"; +} + +.mdi-book-search::before { + content: "\F0E84"; +} + +.mdi-book-search-outline::before { + content: "\F0E85"; +} + +.mdi-book-settings::before { + content: "\F169A"; +} + +.mdi-book-settings-outline::before { + content: "\F169B"; +} + +.mdi-book-sync::before { + content: "\F169C"; +} + +.mdi-book-sync-outline::before { + content: "\F16C8"; +} + +.mdi-book-variant::before { + content: "\F00BF"; +} + +.mdi-book-variant-multiple::before { + content: "\F00BC"; +} + +.mdi-bookmark::before { + content: "\F00C0"; +} + +.mdi-bookmark-check::before { + content: "\F00C1"; +} + +.mdi-bookmark-check-outline::before { + content: "\F137B"; +} + +.mdi-bookmark-minus::before { + content: "\F09CC"; +} + +.mdi-bookmark-minus-outline::before { + content: "\F09CD"; +} + +.mdi-bookmark-multiple::before { + content: "\F0E15"; +} + +.mdi-bookmark-multiple-outline::before { + content: "\F0E16"; +} + +.mdi-bookmark-music::before { + content: "\F00C2"; +} + +.mdi-bookmark-music-outline::before { + content: "\F1379"; +} + +.mdi-bookmark-off::before { + content: "\F09CE"; +} + +.mdi-bookmark-off-outline::before { + content: "\F09CF"; +} + +.mdi-bookmark-outline::before { + content: "\F00C3"; +} + +.mdi-bookmark-plus::before { + content: "\F00C5"; +} + +.mdi-bookmark-plus-outline::before { + content: "\F00C4"; +} + +.mdi-bookmark-remove::before { + content: "\F00C6"; +} + +.mdi-bookmark-remove-outline::before { + content: "\F137A"; +} + +.mdi-bookshelf::before { + content: "\F125F"; +} + +.mdi-boom-gate::before { + content: "\F0E86"; +} + +.mdi-boom-gate-alert::before { + content: "\F0E87"; +} + +.mdi-boom-gate-alert-outline::before { + content: "\F0E88"; +} + +.mdi-boom-gate-down::before { + content: "\F0E89"; +} + +.mdi-boom-gate-down-outline::before { + content: "\F0E8A"; +} + +.mdi-boom-gate-outline::before { + content: "\F0E8B"; +} + +.mdi-boom-gate-up::before { + content: "\F0E8C"; +} + +.mdi-boom-gate-up-outline::before { + content: "\F0E8D"; +} + +.mdi-boombox::before { + content: "\F05DC"; +} + +.mdi-boomerang::before { + content: "\F10CF"; +} + +.mdi-bootstrap::before { + content: "\F06C6"; +} + +.mdi-border-all::before { + content: "\F00C7"; +} + +.mdi-border-all-variant::before { + content: "\F08A1"; +} + +.mdi-border-bottom::before { + content: "\F00C8"; +} + +.mdi-border-bottom-variant::before { + content: "\F08A2"; +} + +.mdi-border-color::before { + content: "\F00C9"; +} + +.mdi-border-horizontal::before { + content: "\F00CA"; +} + +.mdi-border-inside::before { + content: "\F00CB"; +} + +.mdi-border-left::before { + content: "\F00CC"; +} + +.mdi-border-left-variant::before { + content: "\F08A3"; +} + +.mdi-border-none::before { + content: "\F00CD"; +} + +.mdi-border-none-variant::before { + content: "\F08A4"; +} + +.mdi-border-outside::before { + content: "\F00CE"; +} + +.mdi-border-right::before { + content: "\F00CF"; +} + +.mdi-border-right-variant::before { + content: "\F08A5"; +} + +.mdi-border-style::before { + content: "\F00D0"; +} + +.mdi-border-top::before { + content: "\F00D1"; +} + +.mdi-border-top-variant::before { + content: "\F08A6"; +} + +.mdi-border-vertical::before { + content: "\F00D2"; +} + +.mdi-bottle-soda::before { + content: "\F1070"; +} + +.mdi-bottle-soda-classic::before { + content: "\F1071"; +} + +.mdi-bottle-soda-classic-outline::before { + content: "\F1363"; +} + +.mdi-bottle-soda-outline::before { + content: "\F1072"; +} + +.mdi-bottle-tonic::before { + content: "\F112E"; +} + +.mdi-bottle-tonic-outline::before { + content: "\F112F"; +} + +.mdi-bottle-tonic-plus::before { + content: "\F1130"; +} + +.mdi-bottle-tonic-plus-outline::before { + content: "\F1131"; +} + +.mdi-bottle-tonic-skull::before { + content: "\F1132"; +} + +.mdi-bottle-tonic-skull-outline::before { + content: "\F1133"; +} + +.mdi-bottle-wine::before { + content: "\F0854"; +} + +.mdi-bottle-wine-outline::before { + content: "\F1310"; +} + +.mdi-bow-tie::before { + content: "\F0678"; +} + +.mdi-bowl::before { + content: "\F028E"; +} + +.mdi-bowl-mix::before { + content: "\F0617"; +} + +.mdi-bowl-mix-outline::before { + content: "\F02E4"; +} + +.mdi-bowl-outline::before { + content: "\F02A9"; +} + +.mdi-bowling::before { + content: "\F00D3"; +} + +.mdi-box::before { + content: "\F00D4"; +} + +.mdi-box-cutter::before { + content: "\F00D5"; +} + +.mdi-box-cutter-off::before { + content: "\F0B4A"; +} + +.mdi-box-shadow::before { + content: "\F0637"; +} + +.mdi-boxing-glove::before { + content: "\F0B65"; +} + +.mdi-braille::before { + content: "\F09D0"; +} + +.mdi-brain::before { + content: "\F09D1"; +} + +.mdi-bread-slice::before { + content: "\F0CEE"; +} + +.mdi-bread-slice-outline::before { + content: "\F0CEF"; +} + +.mdi-bridge::before { + content: "\F0618"; +} + +.mdi-briefcase::before { + content: "\F00D6"; +} + +.mdi-briefcase-account::before { + content: "\F0CF0"; +} + +.mdi-briefcase-account-outline::before { + content: "\F0CF1"; +} + +.mdi-briefcase-check::before { + content: "\F00D7"; +} + +.mdi-briefcase-check-outline::before { + content: "\F131E"; +} + +.mdi-briefcase-clock::before { + content: "\F10D0"; +} + +.mdi-briefcase-clock-outline::before { + content: "\F10D1"; +} + +.mdi-briefcase-download::before { + content: "\F00D8"; +} + +.mdi-briefcase-download-outline::before { + content: "\F0C3D"; +} + +.mdi-briefcase-edit::before { + content: "\F0A98"; +} + +.mdi-briefcase-edit-outline::before { + content: "\F0C3E"; +} + +.mdi-briefcase-minus::before { + content: "\F0A2A"; +} + +.mdi-briefcase-minus-outline::before { + content: "\F0C3F"; +} + +.mdi-briefcase-off::before { + content: "\F1658"; +} + +.mdi-briefcase-off-outline::before { + content: "\F1659"; +} + +.mdi-briefcase-outline::before { + content: "\F0814"; +} + +.mdi-briefcase-plus::before { + content: "\F0A2B"; +} + +.mdi-briefcase-plus-outline::before { + content: "\F0C40"; +} + +.mdi-briefcase-remove::before { + content: "\F0A2C"; +} + +.mdi-briefcase-remove-outline::before { + content: "\F0C41"; +} + +.mdi-briefcase-search::before { + content: "\F0A2D"; +} + +.mdi-briefcase-search-outline::before { + content: "\F0C42"; +} + +.mdi-briefcase-upload::before { + content: "\F00D9"; +} + +.mdi-briefcase-upload-outline::before { + content: "\F0C43"; +} + +.mdi-briefcase-variant::before { + content: "\F1494"; +} + +.mdi-briefcase-variant-off::before { + content: "\F165A"; +} + +.mdi-briefcase-variant-off-outline::before { + content: "\F165B"; +} + +.mdi-briefcase-variant-outline::before { + content: "\F1495"; +} + +.mdi-brightness-1::before { + content: "\F00DA"; +} + +.mdi-brightness-2::before { + content: "\F00DB"; +} + +.mdi-brightness-3::before { + content: "\F00DC"; +} + +.mdi-brightness-4::before { + content: "\F00DD"; +} + +.mdi-brightness-5::before { + content: "\F00DE"; +} + +.mdi-brightness-6::before { + content: "\F00DF"; +} + +.mdi-brightness-7::before { + content: "\F00E0"; +} + +.mdi-brightness-auto::before { + content: "\F00E1"; +} + +.mdi-brightness-percent::before { + content: "\F0CF2"; +} + +.mdi-broom::before { + content: "\F00E2"; +} + +.mdi-brush::before { + content: "\F00E3"; +} + +.mdi-bucket::before { + content: "\F1415"; +} + +.mdi-bucket-outline::before { + content: "\F1416"; +} + +.mdi-buddhism::before { + content: "\F094B"; +} + +.mdi-buffer::before { + content: "\F0619"; +} + +.mdi-buffet::before { + content: "\F0578"; +} + +.mdi-bug::before { + content: "\F00E4"; +} + +.mdi-bug-check::before { + content: "\F0A2E"; +} + +.mdi-bug-check-outline::before { + content: "\F0A2F"; +} + +.mdi-bug-outline::before { + content: "\F0A30"; +} + +.mdi-bugle::before { + content: "\F0DB4"; +} + +.mdi-bulldozer::before { + content: "\F0B22"; +} + +.mdi-bullet::before { + content: "\F0CF3"; +} + +.mdi-bulletin-board::before { + content: "\F00E5"; +} + +.mdi-bullhorn::before { + content: "\F00E6"; +} + +.mdi-bullhorn-outline::before { + content: "\F0B23"; +} + +.mdi-bullseye::before { + content: "\F05DD"; +} + +.mdi-bullseye-arrow::before { + content: "\F08C9"; +} + +.mdi-bulma::before { + content: "\F12E7"; +} + +.mdi-bunk-bed::before { + content: "\F1302"; +} + +.mdi-bunk-bed-outline::before { + content: "\F0097"; +} + +.mdi-bus::before { + content: "\F00E7"; +} + +.mdi-bus-alert::before { + content: "\F0A99"; +} + +.mdi-bus-articulated-end::before { + content: "\F079C"; +} + +.mdi-bus-articulated-front::before { + content: "\F079D"; +} + +.mdi-bus-clock::before { + content: "\F08CA"; +} + +.mdi-bus-double-decker::before { + content: "\F079E"; +} + +.mdi-bus-marker::before { + content: "\F1212"; +} + +.mdi-bus-multiple::before { + content: "\F0F3F"; +} + +.mdi-bus-school::before { + content: "\F079F"; +} + +.mdi-bus-side::before { + content: "\F07A0"; +} + +.mdi-bus-stop::before { + content: "\F1012"; +} + +.mdi-bus-stop-covered::before { + content: "\F1013"; +} + +.mdi-bus-stop-uncovered::before { + content: "\F1014"; +} + +.mdi-butterfly::before { + content: "\F1589"; +} + +.mdi-butterfly-outline::before { + content: "\F158A"; +} + +.mdi-cable-data::before { + content: "\F1394"; +} + +.mdi-cached::before { + content: "\F00E8"; +} + +.mdi-cactus::before { + content: "\F0DB5"; +} + +.mdi-cake::before { + content: "\F00E9"; +} + +.mdi-cake-layered::before { + content: "\F00EA"; +} + +.mdi-cake-variant::before { + content: "\F00EB"; +} + +.mdi-calculator::before { + content: "\F00EC"; +} + +.mdi-calculator-variant::before { + content: "\F0A9A"; +} + +.mdi-calculator-variant-outline::before { + content: "\F15A6"; +} + +.mdi-calendar::before { + content: "\F00ED"; +} + +.mdi-calendar-account::before { + content: "\F0ED7"; +} + +.mdi-calendar-account-outline::before { + content: "\F0ED8"; +} + +.mdi-calendar-alert::before { + content: "\F0A31"; +} + +.mdi-calendar-arrow-left::before { + content: "\F1134"; +} + +.mdi-calendar-arrow-right::before { + content: "\F1135"; +} + +.mdi-calendar-blank::before { + content: "\F00EE"; +} + +.mdi-calendar-blank-multiple::before { + content: "\F1073"; +} + +.mdi-calendar-blank-outline::before { + content: "\F0B66"; +} + +.mdi-calendar-check::before { + content: "\F00EF"; +} + +.mdi-calendar-check-outline::before { + content: "\F0C44"; +} + +.mdi-calendar-clock::before { + content: "\F00F0"; +} + +.mdi-calendar-cursor::before { + content: "\F157B"; +} + +.mdi-calendar-edit::before { + content: "\F08A7"; +} + +.mdi-calendar-end::before { + content: "\F166C"; +} + +.mdi-calendar-export::before { + content: "\F0B24"; +} + +.mdi-calendar-heart::before { + content: "\F09D2"; +} + +.mdi-calendar-import::before { + content: "\F0B25"; +} + +.mdi-calendar-lock::before { + content: "\F1641"; +} + +.mdi-calendar-lock-outline::before { + content: "\F1642"; +} + +.mdi-calendar-minus::before { + content: "\F0D5C"; +} + +.mdi-calendar-month::before { + content: "\F0E17"; +} + +.mdi-calendar-month-outline::before { + content: "\F0E18"; +} + +.mdi-calendar-multiple::before { + content: "\F00F1"; +} + +.mdi-calendar-multiple-check::before { + content: "\F00F2"; +} + +.mdi-calendar-multiselect::before { + content: "\F0A32"; +} + +.mdi-calendar-outline::before { + content: "\F0B67"; +} + +.mdi-calendar-plus::before { + content: "\F00F3"; +} + +.mdi-calendar-question::before { + content: "\F0692"; +} + +.mdi-calendar-range::before { + content: "\F0679"; +} + +.mdi-calendar-range-outline::before { + content: "\F0B68"; +} + +.mdi-calendar-refresh::before { + content: "\F01E1"; +} + +.mdi-calendar-refresh-outline::before { + content: "\F0203"; +} + +.mdi-calendar-remove::before { + content: "\F00F4"; +} + +.mdi-calendar-remove-outline::before { + content: "\F0C45"; +} + +.mdi-calendar-search::before { + content: "\F094C"; +} + +.mdi-calendar-star::before { + content: "\F09D3"; +} + +.mdi-calendar-start::before { + content: "\F166D"; +} + +.mdi-calendar-sync::before { + content: "\F0E8E"; +} + +.mdi-calendar-sync-outline::before { + content: "\F0E8F"; +} + +.mdi-calendar-text::before { + content: "\F00F5"; +} + +.mdi-calendar-text-outline::before { + content: "\F0C46"; +} + +.mdi-calendar-today::before { + content: "\F00F6"; +} + +.mdi-calendar-week::before { + content: "\F0A33"; +} + +.mdi-calendar-week-begin::before { + content: "\F0A34"; +} + +.mdi-calendar-weekend::before { + content: "\F0ED9"; +} + +.mdi-calendar-weekend-outline::before { + content: "\F0EDA"; +} + +.mdi-call-made::before { + content: "\F00F7"; +} + +.mdi-call-merge::before { + content: "\F00F8"; +} + +.mdi-call-missed::before { + content: "\F00F9"; +} + +.mdi-call-received::before { + content: "\F00FA"; +} + +.mdi-call-split::before { + content: "\F00FB"; +} + +.mdi-camcorder::before { + content: "\F00FC"; +} + +.mdi-camcorder-off::before { + content: "\F00FF"; +} + +.mdi-camera::before { + content: "\F0100"; +} + +.mdi-camera-account::before { + content: "\F08CB"; +} + +.mdi-camera-burst::before { + content: "\F0693"; +} + +.mdi-camera-control::before { + content: "\F0B69"; +} + +.mdi-camera-enhance::before { + content: "\F0101"; +} + +.mdi-camera-enhance-outline::before { + content: "\F0B6A"; +} + +.mdi-camera-flip::before { + content: "\F15D9"; +} + +.mdi-camera-flip-outline::before { + content: "\F15DA"; +} + +.mdi-camera-front::before { + content: "\F0102"; +} + +.mdi-camera-front-variant::before { + content: "\F0103"; +} + +.mdi-camera-gopro::before { + content: "\F07A1"; +} + +.mdi-camera-image::before { + content: "\F08CC"; +} + +.mdi-camera-iris::before { + content: "\F0104"; +} + +.mdi-camera-metering-center::before { + content: "\F07A2"; +} + +.mdi-camera-metering-matrix::before { + content: "\F07A3"; +} + +.mdi-camera-metering-partial::before { + content: "\F07A4"; +} + +.mdi-camera-metering-spot::before { + content: "\F07A5"; +} + +.mdi-camera-off::before { + content: "\F05DF"; +} + +.mdi-camera-outline::before { + content: "\F0D5D"; +} + +.mdi-camera-party-mode::before { + content: "\F0105"; +} + +.mdi-camera-plus::before { + content: "\F0EDB"; +} + +.mdi-camera-plus-outline::before { + content: "\F0EDC"; +} + +.mdi-camera-rear::before { + content: "\F0106"; +} + +.mdi-camera-rear-variant::before { + content: "\F0107"; +} + +.mdi-camera-retake::before { + content: "\F0E19"; +} + +.mdi-camera-retake-outline::before { + content: "\F0E1A"; +} + +.mdi-camera-switch::before { + content: "\F0108"; +} + +.mdi-camera-switch-outline::before { + content: "\F084A"; +} + +.mdi-camera-timer::before { + content: "\F0109"; +} + +.mdi-camera-wireless::before { + content: "\F0DB6"; +} + +.mdi-camera-wireless-outline::before { + content: "\F0DB7"; +} + +.mdi-campfire::before { + content: "\F0EDD"; +} + +.mdi-cancel::before { + content: "\F073A"; +} + +.mdi-candle::before { + content: "\F05E2"; +} + +.mdi-candycane::before { + content: "\F010A"; +} + +.mdi-cannabis::before { + content: "\F07A6"; +} + +.mdi-cannabis-off::before { + content: "\F166E"; +} + +.mdi-caps-lock::before { + content: "\F0A9B"; +} + +.mdi-car::before { + content: "\F010B"; +} + +.mdi-car-2-plus::before { + content: "\F1015"; +} + +.mdi-car-3-plus::before { + content: "\F1016"; +} + +.mdi-car-arrow-left::before { + content: "\F13B2"; +} + +.mdi-car-arrow-right::before { + content: "\F13B3"; +} + +.mdi-car-back::before { + content: "\F0E1B"; +} + +.mdi-car-battery::before { + content: "\F010C"; +} + +.mdi-car-brake-abs::before { + content: "\F0C47"; +} + +.mdi-car-brake-alert::before { + content: "\F0C48"; +} + +.mdi-car-brake-hold::before { + content: "\F0D5E"; +} + +.mdi-car-brake-parking::before { + content: "\F0D5F"; +} + +.mdi-car-brake-retarder::before { + content: "\F1017"; +} + +.mdi-car-child-seat::before { + content: "\F0FA3"; +} + +.mdi-car-clutch::before { + content: "\F1018"; +} + +.mdi-car-cog::before { + content: "\F13CC"; +} + +.mdi-car-connected::before { + content: "\F010D"; +} + +.mdi-car-convertible::before { + content: "\F07A7"; +} + +.mdi-car-coolant-level::before { + content: "\F1019"; +} + +.mdi-car-cruise-control::before { + content: "\F0D60"; +} + +.mdi-car-defrost-front::before { + content: "\F0D61"; +} + +.mdi-car-defrost-rear::before { + content: "\F0D62"; +} + +.mdi-car-door::before { + content: "\F0B6B"; +} + +.mdi-car-door-lock::before { + content: "\F109D"; +} + +.mdi-car-electric::before { + content: "\F0B6C"; +} + +.mdi-car-electric-outline::before { + content: "\F15B5"; +} + +.mdi-car-emergency::before { + content: "\F160F"; +} + +.mdi-car-esp::before { + content: "\F0C49"; +} + +.mdi-car-estate::before { + content: "\F07A8"; +} + +.mdi-car-hatchback::before { + content: "\F07A9"; +} + +.mdi-car-info::before { + content: "\F11BE"; +} + +.mdi-car-key::before { + content: "\F0B6D"; +} + +.mdi-car-lifted-pickup::before { + content: "\F152D"; +} + +.mdi-car-light-dimmed::before { + content: "\F0C4A"; +} + +.mdi-car-light-fog::before { + content: "\F0C4B"; +} + +.mdi-car-light-high::before { + content: "\F0C4C"; +} + +.mdi-car-limousine::before { + content: "\F08CD"; +} + +.mdi-car-multiple::before { + content: "\F0B6E"; +} + +.mdi-car-off::before { + content: "\F0E1C"; +} + +.mdi-car-outline::before { + content: "\F14ED"; +} + +.mdi-car-parking-lights::before { + content: "\F0D63"; +} + +.mdi-car-pickup::before { + content: "\F07AA"; +} + +.mdi-car-seat::before { + content: "\F0FA4"; +} + +.mdi-car-seat-cooler::before { + content: "\F0FA5"; +} + +.mdi-car-seat-heater::before { + content: "\F0FA6"; +} + +.mdi-car-settings::before { + content: "\F13CD"; +} + +.mdi-car-shift-pattern::before { + content: "\F0F40"; +} + +.mdi-car-side::before { + content: "\F07AB"; +} + +.mdi-car-sports::before { + content: "\F07AC"; +} + +.mdi-car-tire-alert::before { + content: "\F0C4D"; +} + +.mdi-car-traction-control::before { + content: "\F0D64"; +} + +.mdi-car-turbocharger::before { + content: "\F101A"; +} + +.mdi-car-wash::before { + content: "\F010E"; +} + +.mdi-car-windshield::before { + content: "\F101B"; +} + +.mdi-car-windshield-outline::before { + content: "\F101C"; +} + +.mdi-carabiner::before { + content: "\F14C0"; +} + +.mdi-caravan::before { + content: "\F07AD"; +} + +.mdi-card::before { + content: "\F0B6F"; +} + +.mdi-card-account-details::before { + content: "\F05D2"; +} + +.mdi-card-account-details-outline::before { + content: "\F0DAB"; +} + +.mdi-card-account-details-star::before { + content: "\F02A3"; +} + +.mdi-card-account-details-star-outline::before { + content: "\F06DB"; +} + +.mdi-card-account-mail::before { + content: "\F018E"; +} + +.mdi-card-account-mail-outline::before { + content: "\F0E98"; +} + +.mdi-card-account-phone::before { + content: "\F0E99"; +} + +.mdi-card-account-phone-outline::before { + content: "\F0E9A"; +} + +.mdi-card-bulleted::before { + content: "\F0B70"; +} + +.mdi-card-bulleted-off::before { + content: "\F0B71"; +} + +.mdi-card-bulleted-off-outline::before { + content: "\F0B72"; +} + +.mdi-card-bulleted-outline::before { + content: "\F0B73"; +} + +.mdi-card-bulleted-settings::before { + content: "\F0B74"; +} + +.mdi-card-bulleted-settings-outline::before { + content: "\F0B75"; +} + +.mdi-card-minus::before { + content: "\F1600"; +} + +.mdi-card-minus-outline::before { + content: "\F1601"; +} + +.mdi-card-off::before { + content: "\F1602"; +} + +.mdi-card-off-outline::before { + content: "\F1603"; +} + +.mdi-card-outline::before { + content: "\F0B76"; +} + +.mdi-card-plus::before { + content: "\F11FF"; +} + +.mdi-card-plus-outline::before { + content: "\F1200"; +} + +.mdi-card-remove::before { + content: "\F1604"; +} + +.mdi-card-remove-outline::before { + content: "\F1605"; +} + +.mdi-card-search::before { + content: "\F1074"; +} + +.mdi-card-search-outline::before { + content: "\F1075"; +} + +.mdi-card-text::before { + content: "\F0B77"; +} + +.mdi-card-text-outline::before { + content: "\F0B78"; +} + +.mdi-cards::before { + content: "\F0638"; +} + +.mdi-cards-club::before { + content: "\F08CE"; +} + +.mdi-cards-diamond::before { + content: "\F08CF"; +} + +.mdi-cards-diamond-outline::before { + content: "\F101D"; +} + +.mdi-cards-heart::before { + content: "\F08D0"; +} + +.mdi-cards-outline::before { + content: "\F0639"; +} + +.mdi-cards-playing-outline::before { + content: "\F063A"; +} + +.mdi-cards-spade::before { + content: "\F08D1"; +} + +.mdi-cards-variant::before { + content: "\F06C7"; +} + +.mdi-carrot::before { + content: "\F010F"; +} + +.mdi-cart::before { + content: "\F0110"; +} + +.mdi-cart-arrow-down::before { + content: "\F0D66"; +} + +.mdi-cart-arrow-right::before { + content: "\F0C4E"; +} + +.mdi-cart-arrow-up::before { + content: "\F0D67"; +} + +.mdi-cart-check::before { + content: "\F15EA"; +} + +.mdi-cart-minus::before { + content: "\F0D68"; +} + +.mdi-cart-off::before { + content: "\F066B"; +} + +.mdi-cart-outline::before { + content: "\F0111"; +} + +.mdi-cart-plus::before { + content: "\F0112"; +} + +.mdi-cart-remove::before { + content: "\F0D69"; +} + +.mdi-cart-variant::before { + content: "\F15EB"; +} + +.mdi-case-sensitive-alt::before { + content: "\F0113"; +} + +.mdi-cash::before { + content: "\F0114"; +} + +.mdi-cash-100::before { + content: "\F0115"; +} + +.mdi-cash-check::before { + content: "\F14EE"; +} + +.mdi-cash-lock::before { + content: "\F14EA"; +} + +.mdi-cash-lock-open::before { + content: "\F14EB"; +} + +.mdi-cash-marker::before { + content: "\F0DB8"; +} + +.mdi-cash-minus::before { + content: "\F1260"; +} + +.mdi-cash-multiple::before { + content: "\F0116"; +} + +.mdi-cash-plus::before { + content: "\F1261"; +} + +.mdi-cash-refund::before { + content: "\F0A9C"; +} + +.mdi-cash-register::before { + content: "\F0CF4"; +} + +.mdi-cash-remove::before { + content: "\F1262"; +} + +.mdi-cash-usd::before { + content: "\F1176"; +} + +.mdi-cash-usd-outline::before { + content: "\F0117"; +} + +.mdi-cassette::before { + content: "\F09D4"; +} + +.mdi-cast::before { + content: "\F0118"; +} + +.mdi-cast-audio::before { + content: "\F101E"; +} + +.mdi-cast-connected::before { + content: "\F0119"; +} + +.mdi-cast-education::before { + content: "\F0E1D"; +} + +.mdi-cast-off::before { + content: "\F078A"; +} + +.mdi-castle::before { + content: "\F011A"; +} + +.mdi-cat::before { + content: "\F011B"; +} + +.mdi-cctv::before { + content: "\F07AE"; +} + +.mdi-ceiling-light::before { + content: "\F0769"; +} + +.mdi-cellphone::before { + content: "\F011C"; +} + +.mdi-cellphone-android::before { + content: "\F011D"; +} + +.mdi-cellphone-arrow-down::before { + content: "\F09D5"; +} + +.mdi-cellphone-basic::before { + content: "\F011E"; +} + +.mdi-cellphone-charging::before { + content: "\F1397"; +} + +.mdi-cellphone-cog::before { + content: "\F0951"; +} + +.mdi-cellphone-dock::before { + content: "\F011F"; +} + +.mdi-cellphone-erase::before { + content: "\F094D"; +} + +.mdi-cellphone-information::before { + content: "\F0F41"; +} + +.mdi-cellphone-iphone::before { + content: "\F0120"; +} + +.mdi-cellphone-key::before { + content: "\F094E"; +} + +.mdi-cellphone-link::before { + content: "\F0121"; +} + +.mdi-cellphone-link-off::before { + content: "\F0122"; +} + +.mdi-cellphone-lock::before { + content: "\F094F"; +} + +.mdi-cellphone-message::before { + content: "\F08D3"; +} + +.mdi-cellphone-message-off::before { + content: "\F10D2"; +} + +.mdi-cellphone-nfc::before { + content: "\F0E90"; +} + +.mdi-cellphone-nfc-off::before { + content: "\F12D8"; +} + +.mdi-cellphone-off::before { + content: "\F0950"; +} + +.mdi-cellphone-play::before { + content: "\F101F"; +} + +.mdi-cellphone-screenshot::before { + content: "\F0A35"; +} + +.mdi-cellphone-settings::before { + content: "\F0123"; +} + +.mdi-cellphone-sound::before { + content: "\F0952"; +} + +.mdi-cellphone-text::before { + content: "\F08D2"; +} + +.mdi-cellphone-wireless::before { + content: "\F0815"; +} + +.mdi-celtic-cross::before { + content: "\F0CF5"; +} + +.mdi-centos::before { + content: "\F111A"; +} + +.mdi-certificate::before { + content: "\F0124"; +} + +.mdi-certificate-outline::before { + content: "\F1188"; +} + +.mdi-chair-rolling::before { + content: "\F0F48"; +} + +.mdi-chair-school::before { + content: "\F0125"; +} + +.mdi-charity::before { + content: "\F0C4F"; +} + +.mdi-chart-arc::before { + content: "\F0126"; +} + +.mdi-chart-areaspline::before { + content: "\F0127"; +} + +.mdi-chart-areaspline-variant::before { + content: "\F0E91"; +} + +.mdi-chart-bar::before { + content: "\F0128"; +} + +.mdi-chart-bar-stacked::before { + content: "\F076A"; +} + +.mdi-chart-bell-curve::before { + content: "\F0C50"; +} + +.mdi-chart-bell-curve-cumulative::before { + content: "\F0FA7"; +} + +.mdi-chart-box::before { + content: "\F154D"; +} + +.mdi-chart-box-outline::before { + content: "\F154E"; +} + +.mdi-chart-box-plus-outline::before { + content: "\F154F"; +} + +.mdi-chart-bubble::before { + content: "\F05E3"; +} + +.mdi-chart-donut::before { + content: "\F07AF"; +} + +.mdi-chart-donut-variant::before { + content: "\F07B0"; +} + +.mdi-chart-gantt::before { + content: "\F066C"; +} + +.mdi-chart-histogram::before { + content: "\F0129"; +} + +.mdi-chart-line::before { + content: "\F012A"; +} + +.mdi-chart-line-stacked::before { + content: "\F076B"; +} + +.mdi-chart-line-variant::before { + content: "\F07B1"; +} + +.mdi-chart-multiline::before { + content: "\F08D4"; +} + +.mdi-chart-multiple::before { + content: "\F1213"; +} + +.mdi-chart-pie::before { + content: "\F012B"; +} + +.mdi-chart-ppf::before { + content: "\F1380"; +} + +.mdi-chart-sankey::before { + content: "\F11DF"; +} + +.mdi-chart-sankey-variant::before { + content: "\F11E0"; +} + +.mdi-chart-scatter-plot::before { + content: "\F0E92"; +} + +.mdi-chart-scatter-plot-hexbin::before { + content: "\F066D"; +} + +.mdi-chart-timeline::before { + content: "\F066E"; +} + +.mdi-chart-timeline-variant::before { + content: "\F0E93"; +} + +.mdi-chart-timeline-variant-shimmer::before { + content: "\F15B6"; +} + +.mdi-chart-tree::before { + content: "\F0E94"; +} + +.mdi-chat::before { + content: "\F0B79"; +} + +.mdi-chat-alert::before { + content: "\F0B7A"; +} + +.mdi-chat-alert-outline::before { + content: "\F12C9"; +} + +.mdi-chat-minus::before { + content: "\F1410"; +} + +.mdi-chat-minus-outline::before { + content: "\F1413"; +} + +.mdi-chat-outline::before { + content: "\F0EDE"; +} + +.mdi-chat-plus::before { + content: "\F140F"; +} + +.mdi-chat-plus-outline::before { + content: "\F1412"; +} + +.mdi-chat-processing::before { + content: "\F0B7B"; +} + +.mdi-chat-processing-outline::before { + content: "\F12CA"; +} + +.mdi-chat-remove::before { + content: "\F1411"; +} + +.mdi-chat-remove-outline::before { + content: "\F1414"; +} + +.mdi-chat-sleep::before { + content: "\F12D1"; +} + +.mdi-chat-sleep-outline::before { + content: "\F12D2"; +} + +.mdi-check::before { + content: "\F012C"; +} + +.mdi-check-all::before { + content: "\F012D"; +} + +.mdi-check-bold::before { + content: "\F0E1E"; +} + +.mdi-check-box-multiple-outline::before { + content: "\F0C51"; +} + +.mdi-check-box-outline::before { + content: "\F0C52"; +} + +.mdi-check-circle::before { + content: "\F05E0"; +} + +.mdi-check-circle-outline::before { + content: "\F05E1"; +} + +.mdi-check-decagram::before { + content: "\F0791"; +} + +.mdi-check-network::before { + content: "\F0C53"; +} + +.mdi-check-network-outline::before { + content: "\F0C54"; +} + +.mdi-check-outline::before { + content: "\F0855"; +} + +.mdi-check-underline::before { + content: "\F0E1F"; +} + +.mdi-check-underline-circle::before { + content: "\F0E20"; +} + +.mdi-check-underline-circle-outline::before { + content: "\F0E21"; +} + +.mdi-checkbook::before { + content: "\F0A9D"; +} + +.mdi-checkbox-blank::before { + content: "\F012E"; +} + +.mdi-checkbox-blank-circle::before { + content: "\F012F"; +} + +.mdi-checkbox-blank-circle-outline::before { + content: "\F0130"; +} + +.mdi-checkbox-blank-off::before { + content: "\F12EC"; +} + +.mdi-checkbox-blank-off-outline::before { + content: "\F12ED"; +} + +.mdi-checkbox-blank-outline::before { + content: "\F0131"; +} + +.mdi-checkbox-intermediate::before { + content: "\F0856"; +} + +.mdi-checkbox-marked::before { + content: "\F0132"; +} + +.mdi-checkbox-marked-circle::before { + content: "\F0133"; +} + +.mdi-checkbox-marked-circle-outline::before { + content: "\F0134"; +} + +.mdi-checkbox-marked-outline::before { + content: "\F0135"; +} + +.mdi-checkbox-multiple-blank::before { + content: "\F0136"; +} + +.mdi-checkbox-multiple-blank-circle::before { + content: "\F063B"; +} + +.mdi-checkbox-multiple-blank-circle-outline::before { + content: "\F063C"; +} + +.mdi-checkbox-multiple-blank-outline::before { + content: "\F0137"; +} + +.mdi-checkbox-multiple-marked::before { + content: "\F0138"; +} + +.mdi-checkbox-multiple-marked-circle::before { + content: "\F063D"; +} + +.mdi-checkbox-multiple-marked-circle-outline::before { + content: "\F063E"; +} + +.mdi-checkbox-multiple-marked-outline::before { + content: "\F0139"; +} + +.mdi-checkerboard::before { + content: "\F013A"; +} + +.mdi-checkerboard-minus::before { + content: "\F1202"; +} + +.mdi-checkerboard-plus::before { + content: "\F1201"; +} + +.mdi-checkerboard-remove::before { + content: "\F1203"; +} + +.mdi-cheese::before { + content: "\F12B9"; +} + +.mdi-cheese-off::before { + content: "\F13EE"; +} + +.mdi-chef-hat::before { + content: "\F0B7C"; +} + +.mdi-chemical-weapon::before { + content: "\F013B"; +} + +.mdi-chess-bishop::before { + content: "\F085C"; +} + +.mdi-chess-king::before { + content: "\F0857"; +} + +.mdi-chess-knight::before { + content: "\F0858"; +} + +.mdi-chess-pawn::before { + content: "\F0859"; +} + +.mdi-chess-queen::before { + content: "\F085A"; +} + +.mdi-chess-rook::before { + content: "\F085B"; +} + +.mdi-chevron-double-down::before { + content: "\F013C"; +} + +.mdi-chevron-double-left::before { + content: "\F013D"; +} + +.mdi-chevron-double-right::before { + content: "\F013E"; +} + +.mdi-chevron-double-up::before { + content: "\F013F"; +} + +.mdi-chevron-down::before { + content: "\F0140"; +} + +.mdi-chevron-down-box::before { + content: "\F09D6"; +} + +.mdi-chevron-down-box-outline::before { + content: "\F09D7"; +} + +.mdi-chevron-down-circle::before { + content: "\F0B26"; +} + +.mdi-chevron-down-circle-outline::before { + content: "\F0B27"; +} + +.mdi-chevron-left::before { + content: "\F0141"; +} + +.mdi-chevron-left-box::before { + content: "\F09D8"; +} + +.mdi-chevron-left-box-outline::before { + content: "\F09D9"; +} + +.mdi-chevron-left-circle::before { + content: "\F0B28"; +} + +.mdi-chevron-left-circle-outline::before { + content: "\F0B29"; +} + +.mdi-chevron-right::before { + content: "\F0142"; +} + +.mdi-chevron-right-box::before { + content: "\F09DA"; +} + +.mdi-chevron-right-box-outline::before { + content: "\F09DB"; +} + +.mdi-chevron-right-circle::before { + content: "\F0B2A"; +} + +.mdi-chevron-right-circle-outline::before { + content: "\F0B2B"; +} + +.mdi-chevron-triple-down::before { + content: "\F0DB9"; +} + +.mdi-chevron-triple-left::before { + content: "\F0DBA"; +} + +.mdi-chevron-triple-right::before { + content: "\F0DBB"; +} + +.mdi-chevron-triple-up::before { + content: "\F0DBC"; +} + +.mdi-chevron-up::before { + content: "\F0143"; +} + +.mdi-chevron-up-box::before { + content: "\F09DC"; +} + +.mdi-chevron-up-box-outline::before { + content: "\F09DD"; +} + +.mdi-chevron-up-circle::before { + content: "\F0B2C"; +} + +.mdi-chevron-up-circle-outline::before { + content: "\F0B2D"; +} + +.mdi-chili-hot::before { + content: "\F07B2"; +} + +.mdi-chili-medium::before { + content: "\F07B3"; +} + +.mdi-chili-mild::before { + content: "\F07B4"; +} + +.mdi-chili-off::before { + content: "\F1467"; +} + +.mdi-chip::before { + content: "\F061A"; +} + +.mdi-christianity::before { + content: "\F0953"; +} + +.mdi-christianity-outline::before { + content: "\F0CF6"; +} + +.mdi-church::before { + content: "\F0144"; +} + +.mdi-cigar::before { + content: "\F1189"; +} + +.mdi-cigar-off::before { + content: "\F141B"; +} + +.mdi-circle::before { + content: "\F0765"; +} + +.mdi-circle-box::before { + content: "\F15DC"; +} + +.mdi-circle-box-outline::before { + content: "\F15DD"; +} + +.mdi-circle-double::before { + content: "\F0E95"; +} + +.mdi-circle-edit-outline::before { + content: "\F08D5"; +} + +.mdi-circle-expand::before { + content: "\F0E96"; +} + +.mdi-circle-half::before { + content: "\F1395"; +} + +.mdi-circle-half-full::before { + content: "\F1396"; +} + +.mdi-circle-medium::before { + content: "\F09DE"; +} + +.mdi-circle-multiple::before { + content: "\F0B38"; +} + +.mdi-circle-multiple-outline::before { + content: "\F0695"; +} + +.mdi-circle-off-outline::before { + content: "\F10D3"; +} + +.mdi-circle-outline::before { + content: "\F0766"; +} + +.mdi-circle-slice-1::before { + content: "\F0A9E"; +} + +.mdi-circle-slice-2::before { + content: "\F0A9F"; +} + +.mdi-circle-slice-3::before { + content: "\F0AA0"; +} + +.mdi-circle-slice-4::before { + content: "\F0AA1"; +} + +.mdi-circle-slice-5::before { + content: "\F0AA2"; +} + +.mdi-circle-slice-6::before { + content: "\F0AA3"; +} + +.mdi-circle-slice-7::before { + content: "\F0AA4"; +} + +.mdi-circle-slice-8::before { + content: "\F0AA5"; +} + +.mdi-circle-small::before { + content: "\F09DF"; +} + +.mdi-circular-saw::before { + content: "\F0E22"; +} + +.mdi-city::before { + content: "\F0146"; +} + +.mdi-city-variant::before { + content: "\F0A36"; +} + +.mdi-city-variant-outline::before { + content: "\F0A37"; +} + +.mdi-clipboard::before { + content: "\F0147"; +} + +.mdi-clipboard-account::before { + content: "\F0148"; +} + +.mdi-clipboard-account-outline::before { + content: "\F0C55"; +} + +.mdi-clipboard-alert::before { + content: "\F0149"; +} + +.mdi-clipboard-alert-outline::before { + content: "\F0CF7"; +} + +.mdi-clipboard-arrow-down::before { + content: "\F014A"; +} + +.mdi-clipboard-arrow-down-outline::before { + content: "\F0C56"; +} + +.mdi-clipboard-arrow-left::before { + content: "\F014B"; +} + +.mdi-clipboard-arrow-left-outline::before { + content: "\F0CF8"; +} + +.mdi-clipboard-arrow-right::before { + content: "\F0CF9"; +} + +.mdi-clipboard-arrow-right-outline::before { + content: "\F0CFA"; +} + +.mdi-clipboard-arrow-up::before { + content: "\F0C57"; +} + +.mdi-clipboard-arrow-up-outline::before { + content: "\F0C58"; +} + +.mdi-clipboard-check::before { + content: "\F014E"; +} + +.mdi-clipboard-check-multiple::before { + content: "\F1263"; +} + +.mdi-clipboard-check-multiple-outline::before { + content: "\F1264"; +} + +.mdi-clipboard-check-outline::before { + content: "\F08A8"; +} + +.mdi-clipboard-edit::before { + content: "\F14E5"; +} + +.mdi-clipboard-edit-outline::before { + content: "\F14E6"; +} + +.mdi-clipboard-file::before { + content: "\F1265"; +} + +.mdi-clipboard-file-outline::before { + content: "\F1266"; +} + +.mdi-clipboard-flow::before { + content: "\F06C8"; +} + +.mdi-clipboard-flow-outline::before { + content: "\F1117"; +} + +.mdi-clipboard-list::before { + content: "\F10D4"; +} + +.mdi-clipboard-list-outline::before { + content: "\F10D5"; +} + +.mdi-clipboard-minus::before { + content: "\F1618"; +} + +.mdi-clipboard-minus-outline::before { + content: "\F1619"; +} + +.mdi-clipboard-multiple::before { + content: "\F1267"; +} + +.mdi-clipboard-multiple-outline::before { + content: "\F1268"; +} + +.mdi-clipboard-off::before { + content: "\F161A"; +} + +.mdi-clipboard-off-outline::before { + content: "\F161B"; +} + +.mdi-clipboard-outline::before { + content: "\F014C"; +} + +.mdi-clipboard-play::before { + content: "\F0C59"; +} + +.mdi-clipboard-play-multiple::before { + content: "\F1269"; +} + +.mdi-clipboard-play-multiple-outline::before { + content: "\F126A"; +} + +.mdi-clipboard-play-outline::before { + content: "\F0C5A"; +} + +.mdi-clipboard-plus::before { + content: "\F0751"; +} + +.mdi-clipboard-plus-outline::before { + content: "\F131F"; +} + +.mdi-clipboard-pulse::before { + content: "\F085D"; +} + +.mdi-clipboard-pulse-outline::before { + content: "\F085E"; +} + +.mdi-clipboard-remove::before { + content: "\F161C"; +} + +.mdi-clipboard-remove-outline::before { + content: "\F161D"; +} + +.mdi-clipboard-search::before { + content: "\F161E"; +} + +.mdi-clipboard-search-outline::before { + content: "\F161F"; +} + +.mdi-clipboard-text::before { + content: "\F014D"; +} + +.mdi-clipboard-text-multiple::before { + content: "\F126B"; +} + +.mdi-clipboard-text-multiple-outline::before { + content: "\F126C"; +} + +.mdi-clipboard-text-off::before { + content: "\F1620"; +} + +.mdi-clipboard-text-off-outline::before { + content: "\F1621"; +} + +.mdi-clipboard-text-outline::before { + content: "\F0A38"; +} + +.mdi-clipboard-text-play::before { + content: "\F0C5B"; +} + +.mdi-clipboard-text-play-outline::before { + content: "\F0C5C"; +} + +.mdi-clipboard-text-search::before { + content: "\F1622"; +} + +.mdi-clipboard-text-search-outline::before { + content: "\F1623"; +} + +.mdi-clippy::before { + content: "\F014F"; +} + +.mdi-clock::before { + content: "\F0954"; +} + +.mdi-clock-alert::before { + content: "\F0955"; +} + +.mdi-clock-alert-outline::before { + content: "\F05CE"; +} + +.mdi-clock-check::before { + content: "\F0FA8"; +} + +.mdi-clock-check-outline::before { + content: "\F0FA9"; +} + +.mdi-clock-digital::before { + content: "\F0E97"; +} + +.mdi-clock-end::before { + content: "\F0151"; +} + +.mdi-clock-fast::before { + content: "\F0152"; +} + +.mdi-clock-in::before { + content: "\F0153"; +} + +.mdi-clock-out::before { + content: "\F0154"; +} + +.mdi-clock-outline::before { + content: "\F0150"; +} + +.mdi-clock-start::before { + content: "\F0155"; +} + +.mdi-clock-time-eight::before { + content: "\F1446"; +} + +.mdi-clock-time-eight-outline::before { + content: "\F1452"; +} + +.mdi-clock-time-eleven::before { + content: "\F1449"; +} + +.mdi-clock-time-eleven-outline::before { + content: "\F1455"; +} + +.mdi-clock-time-five::before { + content: "\F1443"; +} + +.mdi-clock-time-five-outline::before { + content: "\F144F"; +} + +.mdi-clock-time-four::before { + content: "\F1442"; +} + +.mdi-clock-time-four-outline::before { + content: "\F144E"; +} + +.mdi-clock-time-nine::before { + content: "\F1447"; +} + +.mdi-clock-time-nine-outline::before { + content: "\F1453"; +} + +.mdi-clock-time-one::before { + content: "\F143F"; +} + +.mdi-clock-time-one-outline::before { + content: "\F144B"; +} + +.mdi-clock-time-seven::before { + content: "\F1445"; +} + +.mdi-clock-time-seven-outline::before { + content: "\F1451"; +} + +.mdi-clock-time-six::before { + content: "\F1444"; +} + +.mdi-clock-time-six-outline::before { + content: "\F1450"; +} + +.mdi-clock-time-ten::before { + content: "\F1448"; +} + +.mdi-clock-time-ten-outline::before { + content: "\F1454"; +} + +.mdi-clock-time-three::before { + content: "\F1441"; +} + +.mdi-clock-time-three-outline::before { + content: "\F144D"; +} + +.mdi-clock-time-twelve::before { + content: "\F144A"; +} + +.mdi-clock-time-twelve-outline::before { + content: "\F1456"; +} + +.mdi-clock-time-two::before { + content: "\F1440"; +} + +.mdi-clock-time-two-outline::before { + content: "\F144C"; +} + +.mdi-close::before { + content: "\F0156"; +} + +.mdi-close-box::before { + content: "\F0157"; +} + +.mdi-close-box-multiple::before { + content: "\F0C5D"; +} + +.mdi-close-box-multiple-outline::before { + content: "\F0C5E"; +} + +.mdi-close-box-outline::before { + content: "\F0158"; +} + +.mdi-close-circle::before { + content: "\F0159"; +} + +.mdi-close-circle-multiple::before { + content: "\F062A"; +} + +.mdi-close-circle-multiple-outline::before { + content: "\F0883"; +} + +.mdi-close-circle-outline::before { + content: "\F015A"; +} + +.mdi-close-network::before { + content: "\F015B"; +} + +.mdi-close-network-outline::before { + content: "\F0C5F"; +} + +.mdi-close-octagon::before { + content: "\F015C"; +} + +.mdi-close-octagon-outline::before { + content: "\F015D"; +} + +.mdi-close-outline::before { + content: "\F06C9"; +} + +.mdi-close-thick::before { + content: "\F1398"; +} + +.mdi-closed-caption::before { + content: "\F015E"; +} + +.mdi-closed-caption-outline::before { + content: "\F0DBD"; +} + +.mdi-cloud::before { + content: "\F015F"; +} + +.mdi-cloud-alert::before { + content: "\F09E0"; +} + +.mdi-cloud-braces::before { + content: "\F07B5"; +} + +.mdi-cloud-check::before { + content: "\F0160"; +} + +.mdi-cloud-check-outline::before { + content: "\F12CC"; +} + +.mdi-cloud-circle::before { + content: "\F0161"; +} + +.mdi-cloud-download::before { + content: "\F0162"; +} + +.mdi-cloud-download-outline::before { + content: "\F0B7D"; +} + +.mdi-cloud-lock::before { + content: "\F11F1"; +} + +.mdi-cloud-lock-outline::before { + content: "\F11F2"; +} + +.mdi-cloud-off-outline::before { + content: "\F0164"; +} + +.mdi-cloud-outline::before { + content: "\F0163"; +} + +.mdi-cloud-print::before { + content: "\F0165"; +} + +.mdi-cloud-print-outline::before { + content: "\F0166"; +} + +.mdi-cloud-question::before { + content: "\F0A39"; +} + +.mdi-cloud-refresh::before { + content: "\F052A"; +} + +.mdi-cloud-search::before { + content: "\F0956"; +} + +.mdi-cloud-search-outline::before { + content: "\F0957"; +} + +.mdi-cloud-sync::before { + content: "\F063F"; +} + +.mdi-cloud-sync-outline::before { + content: "\F12D6"; +} + +.mdi-cloud-tags::before { + content: "\F07B6"; +} + +.mdi-cloud-upload::before { + content: "\F0167"; +} + +.mdi-cloud-upload-outline::before { + content: "\F0B7E"; +} + +.mdi-clover::before { + content: "\F0816"; +} + +.mdi-coach-lamp::before { + content: "\F1020"; +} + +.mdi-coat-rack::before { + content: "\F109E"; +} + +.mdi-code-array::before { + content: "\F0168"; +} + +.mdi-code-braces::before { + content: "\F0169"; +} + +.mdi-code-braces-box::before { + content: "\F10D6"; +} + +.mdi-code-brackets::before { + content: "\F016A"; +} + +.mdi-code-equal::before { + content: "\F016B"; +} + +.mdi-code-greater-than::before { + content: "\F016C"; +} + +.mdi-code-greater-than-or-equal::before { + content: "\F016D"; +} + +.mdi-code-json::before { + content: "\F0626"; +} + +.mdi-code-less-than::before { + content: "\F016E"; +} + +.mdi-code-less-than-or-equal::before { + content: "\F016F"; +} + +.mdi-code-not-equal::before { + content: "\F0170"; +} + +.mdi-code-not-equal-variant::before { + content: "\F0171"; +} + +.mdi-code-parentheses::before { + content: "\F0172"; +} + +.mdi-code-parentheses-box::before { + content: "\F10D7"; +} + +.mdi-code-string::before { + content: "\F0173"; +} + +.mdi-code-tags::before { + content: "\F0174"; +} + +.mdi-code-tags-check::before { + content: "\F0694"; +} + +.mdi-codepen::before { + content: "\F0175"; +} + +.mdi-coffee::before { + content: "\F0176"; +} + +.mdi-coffee-maker::before { + content: "\F109F"; +} + +.mdi-coffee-off::before { + content: "\F0FAA"; +} + +.mdi-coffee-off-outline::before { + content: "\F0FAB"; +} + +.mdi-coffee-outline::before { + content: "\F06CA"; +} + +.mdi-coffee-to-go::before { + content: "\F0177"; +} + +.mdi-coffee-to-go-outline::before { + content: "\F130E"; +} + +.mdi-coffin::before { + content: "\F0B7F"; +} + +.mdi-cog::before { + content: "\F0493"; +} + +.mdi-cog-box::before { + content: "\F0494"; +} + +.mdi-cog-clockwise::before { + content: "\F11DD"; +} + +.mdi-cog-counterclockwise::before { + content: "\F11DE"; +} + +.mdi-cog-off::before { + content: "\F13CE"; +} + +.mdi-cog-off-outline::before { + content: "\F13CF"; +} + +.mdi-cog-outline::before { + content: "\F08BB"; +} + +.mdi-cog-refresh::before { + content: "\F145E"; +} + +.mdi-cog-refresh-outline::before { + content: "\F145F"; +} + +.mdi-cog-sync::before { + content: "\F1460"; +} + +.mdi-cog-sync-outline::before { + content: "\F1461"; +} + +.mdi-cog-transfer::before { + content: "\F105B"; +} + +.mdi-cog-transfer-outline::before { + content: "\F105C"; +} + +.mdi-cogs::before { + content: "\F08D6"; +} + +.mdi-collage::before { + content: "\F0640"; +} + +.mdi-collapse-all::before { + content: "\F0AA6"; +} + +.mdi-collapse-all-outline::before { + content: "\F0AA7"; +} + +.mdi-color-helper::before { + content: "\F0179"; +} + +.mdi-comma::before { + content: "\F0E23"; +} + +.mdi-comma-box::before { + content: "\F0E2B"; +} + +.mdi-comma-box-outline::before { + content: "\F0E24"; +} + +.mdi-comma-circle::before { + content: "\F0E25"; +} + +.mdi-comma-circle-outline::before { + content: "\F0E26"; +} + +.mdi-comment::before { + content: "\F017A"; +} + +.mdi-comment-account::before { + content: "\F017B"; +} + +.mdi-comment-account-outline::before { + content: "\F017C"; +} + +.mdi-comment-alert::before { + content: "\F017D"; +} + +.mdi-comment-alert-outline::before { + content: "\F017E"; +} + +.mdi-comment-arrow-left::before { + content: "\F09E1"; +} + +.mdi-comment-arrow-left-outline::before { + content: "\F09E2"; +} + +.mdi-comment-arrow-right::before { + content: "\F09E3"; +} + +.mdi-comment-arrow-right-outline::before { + content: "\F09E4"; +} + +.mdi-comment-bookmark::before { + content: "\F15AE"; +} + +.mdi-comment-bookmark-outline::before { + content: "\F15AF"; +} + +.mdi-comment-check::before { + content: "\F017F"; +} + +.mdi-comment-check-outline::before { + content: "\F0180"; +} + +.mdi-comment-edit::before { + content: "\F11BF"; +} + +.mdi-comment-edit-outline::before { + content: "\F12C4"; +} + +.mdi-comment-eye::before { + content: "\F0A3A"; +} + +.mdi-comment-eye-outline::before { + content: "\F0A3B"; +} + +.mdi-comment-flash::before { + content: "\F15B0"; +} + +.mdi-comment-flash-outline::before { + content: "\F15B1"; +} + +.mdi-comment-minus::before { + content: "\F15DF"; +} + +.mdi-comment-minus-outline::before { + content: "\F15E0"; +} + +.mdi-comment-multiple::before { + content: "\F085F"; +} + +.mdi-comment-multiple-outline::before { + content: "\F0181"; +} + +.mdi-comment-off::before { + content: "\F15E1"; +} + +.mdi-comment-off-outline::before { + content: "\F15E2"; +} + +.mdi-comment-outline::before { + content: "\F0182"; +} + +.mdi-comment-plus::before { + content: "\F09E5"; +} + +.mdi-comment-plus-outline::before { + content: "\F0183"; +} + +.mdi-comment-processing::before { + content: "\F0184"; +} + +.mdi-comment-processing-outline::before { + content: "\F0185"; +} + +.mdi-comment-question::before { + content: "\F0817"; +} + +.mdi-comment-question-outline::before { + content: "\F0186"; +} + +.mdi-comment-quote::before { + content: "\F1021"; +} + +.mdi-comment-quote-outline::before { + content: "\F1022"; +} + +.mdi-comment-remove::before { + content: "\F05DE"; +} + +.mdi-comment-remove-outline::before { + content: "\F0187"; +} + +.mdi-comment-search::before { + content: "\F0A3C"; +} + +.mdi-comment-search-outline::before { + content: "\F0A3D"; +} + +.mdi-comment-text::before { + content: "\F0188"; +} + +.mdi-comment-text-multiple::before { + content: "\F0860"; +} + +.mdi-comment-text-multiple-outline::before { + content: "\F0861"; +} + +.mdi-comment-text-outline::before { + content: "\F0189"; +} + +.mdi-compare::before { + content: "\F018A"; +} + +.mdi-compare-horizontal::before { + content: "\F1492"; +} + +.mdi-compare-vertical::before { + content: "\F1493"; +} + +.mdi-compass::before { + content: "\F018B"; +} + +.mdi-compass-off::before { + content: "\F0B80"; +} + +.mdi-compass-off-outline::before { + content: "\F0B81"; +} + +.mdi-compass-outline::before { + content: "\F018C"; +} + +.mdi-compass-rose::before { + content: "\F1382"; +} + +.mdi-concourse-ci::before { + content: "\F10A0"; +} + +.mdi-connection::before { + content: "\F1616"; +} + +.mdi-console::before { + content: "\F018D"; +} + +.mdi-console-line::before { + content: "\F07B7"; +} + +.mdi-console-network::before { + content: "\F08A9"; +} + +.mdi-console-network-outline::before { + content: "\F0C60"; +} + +.mdi-consolidate::before { + content: "\F10D8"; +} + +.mdi-contactless-payment::before { + content: "\F0D6A"; +} + +.mdi-contactless-payment-circle::before { + content: "\F0321"; +} + +.mdi-contactless-payment-circle-outline::before { + content: "\F0408"; +} + +.mdi-contacts::before { + content: "\F06CB"; +} + +.mdi-contacts-outline::before { + content: "\F05B8"; +} + +.mdi-contain::before { + content: "\F0A3E"; +} + +.mdi-contain-end::before { + content: "\F0A3F"; +} + +.mdi-contain-start::before { + content: "\F0A40"; +} + +.mdi-content-copy::before { + content: "\F018F"; +} + +.mdi-content-cut::before { + content: "\F0190"; +} + +.mdi-content-duplicate::before { + content: "\F0191"; +} + +.mdi-content-paste::before { + content: "\F0192"; +} + +.mdi-content-save::before { + content: "\F0193"; +} + +.mdi-content-save-alert::before { + content: "\F0F42"; +} + +.mdi-content-save-alert-outline::before { + content: "\F0F43"; +} + +.mdi-content-save-all::before { + content: "\F0194"; +} + +.mdi-content-save-all-outline::before { + content: "\F0F44"; +} + +.mdi-content-save-cog::before { + content: "\F145B"; +} + +.mdi-content-save-cog-outline::before { + content: "\F145C"; +} + +.mdi-content-save-edit::before { + content: "\F0CFB"; +} + +.mdi-content-save-edit-outline::before { + content: "\F0CFC"; +} + +.mdi-content-save-move::before { + content: "\F0E27"; +} + +.mdi-content-save-move-outline::before { + content: "\F0E28"; +} + +.mdi-content-save-off::before { + content: "\F1643"; +} + +.mdi-content-save-off-outline::before { + content: "\F1644"; +} + +.mdi-content-save-outline::before { + content: "\F0818"; +} + +.mdi-content-save-settings::before { + content: "\F061B"; +} + +.mdi-content-save-settings-outline::before { + content: "\F0B2E"; +} + +.mdi-contrast::before { + content: "\F0195"; +} + +.mdi-contrast-box::before { + content: "\F0196"; +} + +.mdi-contrast-circle::before { + content: "\F0197"; +} + +.mdi-controller-classic::before { + content: "\F0B82"; +} + +.mdi-controller-classic-outline::before { + content: "\F0B83"; +} + +.mdi-cookie::before { + content: "\F0198"; +} + +.mdi-cookie-alert::before { + content: "\F16D0"; +} + +.mdi-cookie-alert-outline::before { + content: "\F16D1"; +} + +.mdi-cookie-check::before { + content: "\F16D2"; +} + +.mdi-cookie-check-outline::before { + content: "\F16D3"; +} + +.mdi-cookie-cog::before { + content: "\F16D4"; +} + +.mdi-cookie-cog-outline::before { + content: "\F16D5"; +} + +.mdi-cookie-minus::before { + content: "\F16DA"; +} + +.mdi-cookie-minus-outline::before { + content: "\F16DB"; +} + +.mdi-cookie-outline::before { + content: "\F16DE"; +} + +.mdi-cookie-plus::before { + content: "\F16D6"; +} + +.mdi-cookie-plus-outline::before { + content: "\F16D7"; +} + +.mdi-cookie-remove::before { + content: "\F16D8"; +} + +.mdi-cookie-remove-outline::before { + content: "\F16D9"; +} + +.mdi-cookie-settings::before { + content: "\F16DC"; +} + +.mdi-cookie-settings-outline::before { + content: "\F16DD"; +} + +.mdi-coolant-temperature::before { + content: "\F03C8"; +} + +.mdi-copyright::before { + content: "\F05E6"; +} + +.mdi-cordova::before { + content: "\F0958"; +} + +.mdi-corn::before { + content: "\F07B8"; +} + +.mdi-corn-off::before { + content: "\F13EF"; +} + +.mdi-cosine-wave::before { + content: "\F1479"; +} + +.mdi-counter::before { + content: "\F0199"; +} + +.mdi-cow::before { + content: "\F019A"; +} + +.mdi-cpu-32-bit::before { + content: "\F0EDF"; +} + +.mdi-cpu-64-bit::before { + content: "\F0EE0"; +} + +.mdi-crane::before { + content: "\F0862"; +} + +.mdi-creation::before { + content: "\F0674"; +} + +.mdi-creative-commons::before { + content: "\F0D6B"; +} + +.mdi-credit-card::before { + content: "\F0FEF"; +} + +.mdi-credit-card-check::before { + content: "\F13D0"; +} + +.mdi-credit-card-check-outline::before { + content: "\F13D1"; +} + +.mdi-credit-card-clock::before { + content: "\F0EE1"; +} + +.mdi-credit-card-clock-outline::before { + content: "\F0EE2"; +} + +.mdi-credit-card-marker::before { + content: "\F06A8"; +} + +.mdi-credit-card-marker-outline::before { + content: "\F0DBE"; +} + +.mdi-credit-card-minus::before { + content: "\F0FAC"; +} + +.mdi-credit-card-minus-outline::before { + content: "\F0FAD"; +} + +.mdi-credit-card-multiple::before { + content: "\F0FF0"; +} + +.mdi-credit-card-multiple-outline::before { + content: "\F019C"; +} + +.mdi-credit-card-off::before { + content: "\F0FF1"; +} + +.mdi-credit-card-off-outline::before { + content: "\F05E4"; +} + +.mdi-credit-card-outline::before { + content: "\F019B"; +} + +.mdi-credit-card-plus::before { + content: "\F0FF2"; +} + +.mdi-credit-card-plus-outline::before { + content: "\F0676"; +} + +.mdi-credit-card-refresh::before { + content: "\F1645"; +} + +.mdi-credit-card-refresh-outline::before { + content: "\F1646"; +} + +.mdi-credit-card-refund::before { + content: "\F0FF3"; +} + +.mdi-credit-card-refund-outline::before { + content: "\F0AA8"; +} + +.mdi-credit-card-remove::before { + content: "\F0FAE"; +} + +.mdi-credit-card-remove-outline::before { + content: "\F0FAF"; +} + +.mdi-credit-card-scan::before { + content: "\F0FF4"; +} + +.mdi-credit-card-scan-outline::before { + content: "\F019D"; +} + +.mdi-credit-card-search::before { + content: "\F1647"; +} + +.mdi-credit-card-search-outline::before { + content: "\F1648"; +} + +.mdi-credit-card-settings::before { + content: "\F0FF5"; +} + +.mdi-credit-card-settings-outline::before { + content: "\F08D7"; +} + +.mdi-credit-card-sync::before { + content: "\F1649"; +} + +.mdi-credit-card-sync-outline::before { + content: "\F164A"; +} + +.mdi-credit-card-wireless::before { + content: "\F0802"; +} + +.mdi-credit-card-wireless-off::before { + content: "\F057A"; +} + +.mdi-credit-card-wireless-off-outline::before { + content: "\F057B"; +} + +.mdi-credit-card-wireless-outline::before { + content: "\F0D6C"; +} + +.mdi-cricket::before { + content: "\F0D6D"; +} + +.mdi-crop::before { + content: "\F019E"; +} + +.mdi-crop-free::before { + content: "\F019F"; +} + +.mdi-crop-landscape::before { + content: "\F01A0"; +} + +.mdi-crop-portrait::before { + content: "\F01A1"; +} + +.mdi-crop-rotate::before { + content: "\F0696"; +} + +.mdi-crop-square::before { + content: "\F01A2"; +} + +.mdi-crosshairs::before { + content: "\F01A3"; +} + +.mdi-crosshairs-gps::before { + content: "\F01A4"; +} + +.mdi-crosshairs-off::before { + content: "\F0F45"; +} + +.mdi-crosshairs-question::before { + content: "\F1136"; +} + +.mdi-crown::before { + content: "\F01A5"; +} + +.mdi-crown-outline::before { + content: "\F11D0"; +} + +.mdi-cryengine::before { + content: "\F0959"; +} + +.mdi-crystal-ball::before { + content: "\F0B2F"; +} + +.mdi-cube::before { + content: "\F01A6"; +} + +.mdi-cube-off::before { + content: "\F141C"; +} + +.mdi-cube-off-outline::before { + content: "\F141D"; +} + +.mdi-cube-outline::before { + content: "\F01A7"; +} + +.mdi-cube-scan::before { + content: "\F0B84"; +} + +.mdi-cube-send::before { + content: "\F01A8"; +} + +.mdi-cube-unfolded::before { + content: "\F01A9"; +} + +.mdi-cup::before { + content: "\F01AA"; +} + +.mdi-cup-off::before { + content: "\F05E5"; +} + +.mdi-cup-off-outline::before { + content: "\F137D"; +} + +.mdi-cup-outline::before { + content: "\F130F"; +} + +.mdi-cup-water::before { + content: "\F01AB"; +} + +.mdi-cupboard::before { + content: "\F0F46"; +} + +.mdi-cupboard-outline::before { + content: "\F0F47"; +} + +.mdi-cupcake::before { + content: "\F095A"; +} + +.mdi-curling::before { + content: "\F0863"; +} + +.mdi-currency-bdt::before { + content: "\F0864"; +} + +.mdi-currency-brl::before { + content: "\F0B85"; +} + +.mdi-currency-btc::before { + content: "\F01AC"; +} + +.mdi-currency-cny::before { + content: "\F07BA"; +} + +.mdi-currency-eth::before { + content: "\F07BB"; +} + +.mdi-currency-eur::before { + content: "\F01AD"; +} + +.mdi-currency-eur-off::before { + content: "\F1315"; +} + +.mdi-currency-gbp::before { + content: "\F01AE"; +} + +.mdi-currency-ils::before { + content: "\F0C61"; +} + +.mdi-currency-inr::before { + content: "\F01AF"; +} + +.mdi-currency-jpy::before { + content: "\F07BC"; +} + +.mdi-currency-krw::before { + content: "\F07BD"; +} + +.mdi-currency-kzt::before { + content: "\F0865"; +} + +.mdi-currency-mnt::before { + content: "\F1512"; +} + +.mdi-currency-ngn::before { + content: "\F01B0"; +} + +.mdi-currency-php::before { + content: "\F09E6"; +} + +.mdi-currency-rial::before { + content: "\F0E9C"; +} + +.mdi-currency-rub::before { + content: "\F01B1"; +} + +.mdi-currency-sign::before { + content: "\F07BE"; +} + +.mdi-currency-try::before { + content: "\F01B2"; +} + +.mdi-currency-twd::before { + content: "\F07BF"; +} + +.mdi-currency-usd::before { + content: "\F01C1"; +} + +.mdi-currency-usd-circle::before { + content: "\F116B"; +} + +.mdi-currency-usd-circle-outline::before { + content: "\F0178"; +} + +.mdi-currency-usd-off::before { + content: "\F067A"; +} + +.mdi-current-ac::before { + content: "\F1480"; +} + +.mdi-current-dc::before { + content: "\F095C"; +} + +.mdi-cursor-default::before { + content: "\F01C0"; +} + +.mdi-cursor-default-click::before { + content: "\F0CFD"; +} + +.mdi-cursor-default-click-outline::before { + content: "\F0CFE"; +} + +.mdi-cursor-default-gesture::before { + content: "\F1127"; +} + +.mdi-cursor-default-gesture-outline::before { + content: "\F1128"; +} + +.mdi-cursor-default-outline::before { + content: "\F01BF"; +} + +.mdi-cursor-move::before { + content: "\F01BE"; +} + +.mdi-cursor-pointer::before { + content: "\F01BD"; +} + +.mdi-cursor-text::before { + content: "\F05E7"; +} + +.mdi-dance-ballroom::before { + content: "\F15FB"; +} + +.mdi-dance-pole::before { + content: "\F1578"; +} + +.mdi-data-matrix::before { + content: "\F153C"; +} + +.mdi-data-matrix-edit::before { + content: "\F153D"; +} + +.mdi-data-matrix-minus::before { + content: "\F153E"; +} + +.mdi-data-matrix-plus::before { + content: "\F153F"; +} + +.mdi-data-matrix-remove::before { + content: "\F1540"; +} + +.mdi-data-matrix-scan::before { + content: "\F1541"; +} + +.mdi-database::before { + content: "\F01BC"; +} + +.mdi-database-alert::before { + content: "\F163A"; +} + +.mdi-database-alert-outline::before { + content: "\F1624"; +} + +.mdi-database-arrow-down::before { + content: "\F163B"; +} + +.mdi-database-arrow-down-outline::before { + content: "\F1625"; +} + +.mdi-database-arrow-left::before { + content: "\F163C"; +} + +.mdi-database-arrow-left-outline::before { + content: "\F1626"; +} + +.mdi-database-arrow-right::before { + content: "\F163D"; +} + +.mdi-database-arrow-right-outline::before { + content: "\F1627"; +} + +.mdi-database-arrow-up::before { + content: "\F163E"; +} + +.mdi-database-arrow-up-outline::before { + content: "\F1628"; +} + +.mdi-database-check::before { + content: "\F0AA9"; +} + +.mdi-database-check-outline::before { + content: "\F1629"; +} + +.mdi-database-clock::before { + content: "\F163F"; +} + +.mdi-database-clock-outline::before { + content: "\F162A"; +} + +.mdi-database-cog::before { + content: "\F164B"; +} + +.mdi-database-cog-outline::before { + content: "\F164C"; +} + +.mdi-database-edit::before { + content: "\F0B86"; +} + +.mdi-database-edit-outline::before { + content: "\F162B"; +} + +.mdi-database-export::before { + content: "\F095E"; +} + +.mdi-database-export-outline::before { + content: "\F162C"; +} + +.mdi-database-import::before { + content: "\F095D"; +} + +.mdi-database-import-outline::before { + content: "\F162D"; +} + +.mdi-database-lock::before { + content: "\F0AAA"; +} + +.mdi-database-lock-outline::before { + content: "\F162E"; +} + +.mdi-database-marker::before { + content: "\F12F6"; +} + +.mdi-database-marker-outline::before { + content: "\F162F"; +} + +.mdi-database-minus::before { + content: "\F01BB"; +} + +.mdi-database-minus-outline::before { + content: "\F1630"; +} + +.mdi-database-off::before { + content: "\F1640"; +} + +.mdi-database-off-outline::before { + content: "\F1631"; +} + +.mdi-database-outline::before { + content: "\F1632"; +} + +.mdi-database-plus::before { + content: "\F01BA"; +} + +.mdi-database-plus-outline::before { + content: "\F1633"; +} + +.mdi-database-refresh::before { + content: "\F05C2"; +} + +.mdi-database-refresh-outline::before { + content: "\F1634"; +} + +.mdi-database-remove::before { + content: "\F0D00"; +} + +.mdi-database-remove-outline::before { + content: "\F1635"; +} + +.mdi-database-search::before { + content: "\F0866"; +} + +.mdi-database-search-outline::before { + content: "\F1636"; +} + +.mdi-database-settings::before { + content: "\F0D01"; +} + +.mdi-database-settings-outline::before { + content: "\F1637"; +} + +.mdi-database-sync::before { + content: "\F0CFF"; +} + +.mdi-database-sync-outline::before { + content: "\F1638"; +} + +.mdi-death-star::before { + content: "\F08D8"; +} + +.mdi-death-star-variant::before { + content: "\F08D9"; +} + +.mdi-deathly-hallows::before { + content: "\F0B87"; +} + +.mdi-debian::before { + content: "\F08DA"; +} + +.mdi-debug-step-into::before { + content: "\F01B9"; +} + +.mdi-debug-step-out::before { + content: "\F01B8"; +} + +.mdi-debug-step-over::before { + content: "\F01B7"; +} + +.mdi-decagram::before { + content: "\F076C"; +} + +.mdi-decagram-outline::before { + content: "\F076D"; +} + +.mdi-decimal::before { + content: "\F10A1"; +} + +.mdi-decimal-comma::before { + content: "\F10A2"; +} + +.mdi-decimal-comma-decrease::before { + content: "\F10A3"; +} + +.mdi-decimal-comma-increase::before { + content: "\F10A4"; +} + +.mdi-decimal-decrease::before { + content: "\F01B6"; +} + +.mdi-decimal-increase::before { + content: "\F01B5"; +} + +.mdi-delete::before { + content: "\F01B4"; +} + +.mdi-delete-alert::before { + content: "\F10A5"; +} + +.mdi-delete-alert-outline::before { + content: "\F10A6"; +} + +.mdi-delete-circle::before { + content: "\F0683"; +} + +.mdi-delete-circle-outline::before { + content: "\F0B88"; +} + +.mdi-delete-clock::before { + content: "\F1556"; +} + +.mdi-delete-clock-outline::before { + content: "\F1557"; +} + +.mdi-delete-empty::before { + content: "\F06CC"; +} + +.mdi-delete-empty-outline::before { + content: "\F0E9D"; +} + +.mdi-delete-forever::before { + content: "\F05E8"; +} + +.mdi-delete-forever-outline::before { + content: "\F0B89"; +} + +.mdi-delete-off::before { + content: "\F10A7"; +} + +.mdi-delete-off-outline::before { + content: "\F10A8"; +} + +.mdi-delete-outline::before { + content: "\F09E7"; +} + +.mdi-delete-restore::before { + content: "\F0819"; +} + +.mdi-delete-sweep::before { + content: "\F05E9"; +} + +.mdi-delete-sweep-outline::before { + content: "\F0C62"; +} + +.mdi-delete-variant::before { + content: "\F01B3"; +} + +.mdi-delta::before { + content: "\F01C2"; +} + +.mdi-desk::before { + content: "\F1239"; +} + +.mdi-desk-lamp::before { + content: "\F095F"; +} + +.mdi-deskphone::before { + content: "\F01C3"; +} + +.mdi-desktop-classic::before { + content: "\F07C0"; +} + +.mdi-desktop-mac::before { + content: "\F01C4"; +} + +.mdi-desktop-mac-dashboard::before { + content: "\F09E8"; +} + +.mdi-desktop-tower::before { + content: "\F01C5"; +} + +.mdi-desktop-tower-monitor::before { + content: "\F0AAB"; +} + +.mdi-details::before { + content: "\F01C6"; +} + +.mdi-dev-to::before { + content: "\F0D6E"; +} + +.mdi-developer-board::before { + content: "\F0697"; +} + +.mdi-deviantart::before { + content: "\F01C7"; +} + +.mdi-devices::before { + content: "\F0FB0"; +} + +.mdi-diabetes::before { + content: "\F1126"; +} + +.mdi-dialpad::before { + content: "\F061C"; +} + +.mdi-diameter::before { + content: "\F0C63"; +} + +.mdi-diameter-outline::before { + content: "\F0C64"; +} + +.mdi-diameter-variant::before { + content: "\F0C65"; +} + +.mdi-diamond::before { + content: "\F0B8A"; +} + +.mdi-diamond-outline::before { + content: "\F0B8B"; +} + +.mdi-diamond-stone::before { + content: "\F01C8"; +} + +.mdi-dice-1::before { + content: "\F01CA"; +} + +.mdi-dice-1-outline::before { + content: "\F114A"; +} + +.mdi-dice-2::before { + content: "\F01CB"; +} + +.mdi-dice-2-outline::before { + content: "\F114B"; +} + +.mdi-dice-3::before { + content: "\F01CC"; +} + +.mdi-dice-3-outline::before { + content: "\F114C"; +} + +.mdi-dice-4::before { + content: "\F01CD"; +} + +.mdi-dice-4-outline::before { + content: "\F114D"; +} + +.mdi-dice-5::before { + content: "\F01CE"; +} + +.mdi-dice-5-outline::before { + content: "\F114E"; +} + +.mdi-dice-6::before { + content: "\F01CF"; +} + +.mdi-dice-6-outline::before { + content: "\F114F"; +} + +.mdi-dice-d10::before { + content: "\F1153"; +} + +.mdi-dice-d10-outline::before { + content: "\F076F"; +} + +.mdi-dice-d12::before { + content: "\F1154"; +} + +.mdi-dice-d12-outline::before { + content: "\F0867"; +} + +.mdi-dice-d20::before { + content: "\F1155"; +} + +.mdi-dice-d20-outline::before { + content: "\F05EA"; +} + +.mdi-dice-d4::before { + content: "\F1150"; +} + +.mdi-dice-d4-outline::before { + content: "\F05EB"; +} + +.mdi-dice-d6::before { + content: "\F1151"; +} + +.mdi-dice-d6-outline::before { + content: "\F05ED"; +} + +.mdi-dice-d8::before { + content: "\F1152"; +} + +.mdi-dice-d8-outline::before { + content: "\F05EC"; +} + +.mdi-dice-multiple::before { + content: "\F076E"; +} + +.mdi-dice-multiple-outline::before { + content: "\F1156"; +} + +.mdi-digital-ocean::before { + content: "\F1237"; +} + +.mdi-dip-switch::before { + content: "\F07C1"; +} + +.mdi-directions::before { + content: "\F01D0"; +} + +.mdi-directions-fork::before { + content: "\F0641"; +} + +.mdi-disc::before { + content: "\F05EE"; +} + +.mdi-disc-alert::before { + content: "\F01D1"; +} + +.mdi-disc-player::before { + content: "\F0960"; +} + +.mdi-discord::before { + content: "\F066F"; +} + +.mdi-dishwasher::before { + content: "\F0AAC"; +} + +.mdi-dishwasher-alert::before { + content: "\F11B8"; +} + +.mdi-dishwasher-off::before { + content: "\F11B9"; +} + +.mdi-disqus::before { + content: "\F01D2"; +} + +.mdi-distribute-horizontal-center::before { + content: "\F11C9"; +} + +.mdi-distribute-horizontal-left::before { + content: "\F11C8"; +} + +.mdi-distribute-horizontal-right::before { + content: "\F11CA"; +} + +.mdi-distribute-vertical-bottom::before { + content: "\F11CB"; +} + +.mdi-distribute-vertical-center::before { + content: "\F11CC"; +} + +.mdi-distribute-vertical-top::before { + content: "\F11CD"; +} + +.mdi-diving-flippers::before { + content: "\F0DBF"; +} + +.mdi-diving-helmet::before { + content: "\F0DC0"; +} + +.mdi-diving-scuba::before { + content: "\F0DC1"; +} + +.mdi-diving-scuba-flag::before { + content: "\F0DC2"; +} + +.mdi-diving-scuba-tank::before { + content: "\F0DC3"; +} + +.mdi-diving-scuba-tank-multiple::before { + content: "\F0DC4"; +} + +.mdi-diving-snorkel::before { + content: "\F0DC5"; +} + +.mdi-division::before { + content: "\F01D4"; +} + +.mdi-division-box::before { + content: "\F01D5"; +} + +.mdi-dlna::before { + content: "\F0A41"; +} + +.mdi-dna::before { + content: "\F0684"; +} + +.mdi-dns::before { + content: "\F01D6"; +} + +.mdi-dns-outline::before { + content: "\F0B8C"; +} + +.mdi-do-not-disturb::before { + content: "\F0698"; +} + +.mdi-do-not-disturb-off::before { + content: "\F0699"; +} + +.mdi-dock-bottom::before { + content: "\F10A9"; +} + +.mdi-dock-left::before { + content: "\F10AA"; +} + +.mdi-dock-right::before { + content: "\F10AB"; +} + +.mdi-dock-top::before { + content: "\F1513"; +} + +.mdi-dock-window::before { + content: "\F10AC"; +} + +.mdi-docker::before { + content: "\F0868"; +} + +.mdi-doctor::before { + content: "\F0A42"; +} + +.mdi-dog::before { + content: "\F0A43"; +} + +.mdi-dog-service::before { + content: "\F0AAD"; +} + +.mdi-dog-side::before { + content: "\F0A44"; +} + +.mdi-dolby::before { + content: "\F06B3"; +} + +.mdi-dolly::before { + content: "\F0E9E"; +} + +.mdi-domain::before { + content: "\F01D7"; +} + +.mdi-domain-off::before { + content: "\F0D6F"; +} + +.mdi-domain-plus::before { + content: "\F10AD"; +} + +.mdi-domain-remove::before { + content: "\F10AE"; +} + +.mdi-dome-light::before { + content: "\F141E"; +} + +.mdi-domino-mask::before { + content: "\F1023"; +} + +.mdi-donkey::before { + content: "\F07C2"; +} + +.mdi-door::before { + content: "\F081A"; +} + +.mdi-door-closed::before { + content: "\F081B"; +} + +.mdi-door-closed-lock::before { + content: "\F10AF"; +} + +.mdi-door-open::before { + content: "\F081C"; +} + +.mdi-doorbell::before { + content: "\F12E6"; +} + +.mdi-doorbell-video::before { + content: "\F0869"; +} + +.mdi-dot-net::before { + content: "\F0AAE"; +} + +.mdi-dots-grid::before { + content: "\F15FC"; +} + +.mdi-dots-hexagon::before { + content: "\F15FF"; +} + +.mdi-dots-horizontal::before { + content: "\F01D8"; +} + +.mdi-dots-horizontal-circle::before { + content: "\F07C3"; +} + +.mdi-dots-horizontal-circle-outline::before { + content: "\F0B8D"; +} + +.mdi-dots-square::before { + content: "\F15FD"; +} + +.mdi-dots-triangle::before { + content: "\F15FE"; +} + +.mdi-dots-vertical::before { + content: "\F01D9"; +} + +.mdi-dots-vertical-circle::before { + content: "\F07C4"; +} + +.mdi-dots-vertical-circle-outline::before { + content: "\F0B8E"; +} + +.mdi-douban::before { + content: "\F069A"; +} + +.mdi-download::before { + content: "\F01DA"; +} + +.mdi-download-box::before { + content: "\F1462"; +} + +.mdi-download-box-outline::before { + content: "\F1463"; +} + +.mdi-download-circle::before { + content: "\F1464"; +} + +.mdi-download-circle-outline::before { + content: "\F1465"; +} + +.mdi-download-lock::before { + content: "\F1320"; +} + +.mdi-download-lock-outline::before { + content: "\F1321"; +} + +.mdi-download-multiple::before { + content: "\F09E9"; +} + +.mdi-download-network::before { + content: "\F06F4"; +} + +.mdi-download-network-outline::before { + content: "\F0C66"; +} + +.mdi-download-off::before { + content: "\F10B0"; +} + +.mdi-download-off-outline::before { + content: "\F10B1"; +} + +.mdi-download-outline::before { + content: "\F0B8F"; +} + +.mdi-drag::before { + content: "\F01DB"; +} + +.mdi-drag-horizontal::before { + content: "\F01DC"; +} + +.mdi-drag-horizontal-variant::before { + content: "\F12F0"; +} + +.mdi-drag-variant::before { + content: "\F0B90"; +} + +.mdi-drag-vertical::before { + content: "\F01DD"; +} + +.mdi-drag-vertical-variant::before { + content: "\F12F1"; +} + +.mdi-drama-masks::before { + content: "\F0D02"; +} + +.mdi-draw::before { + content: "\F0F49"; +} + +.mdi-drawing::before { + content: "\F01DE"; +} + +.mdi-drawing-box::before { + content: "\F01DF"; +} + +.mdi-dresser::before { + content: "\F0F4A"; +} + +.mdi-dresser-outline::before { + content: "\F0F4B"; +} + +.mdi-drone::before { + content: "\F01E2"; +} + +.mdi-dropbox::before { + content: "\F01E3"; +} + +.mdi-drupal::before { + content: "\F01E4"; +} + +.mdi-duck::before { + content: "\F01E5"; +} + +.mdi-dumbbell::before { + content: "\F01E6"; +} + +.mdi-dump-truck::before { + content: "\F0C67"; +} + +.mdi-ear-hearing::before { + content: "\F07C5"; +} + +.mdi-ear-hearing-off::before { + content: "\F0A45"; +} + +.mdi-earth::before { + content: "\F01E7"; +} + +.mdi-earth-arrow-right::before { + content: "\F1311"; +} + +.mdi-earth-box::before { + content: "\F06CD"; +} + +.mdi-earth-box-minus::before { + content: "\F1407"; +} + +.mdi-earth-box-off::before { + content: "\F06CE"; +} + +.mdi-earth-box-plus::before { + content: "\F1406"; +} + +.mdi-earth-box-remove::before { + content: "\F1408"; +} + +.mdi-earth-minus::before { + content: "\F1404"; +} + +.mdi-earth-off::before { + content: "\F01E8"; +} + +.mdi-earth-plus::before { + content: "\F1403"; +} + +.mdi-earth-remove::before { + content: "\F1405"; +} + +.mdi-egg::before { + content: "\F0AAF"; +} + +.mdi-egg-easter::before { + content: "\F0AB0"; +} + +.mdi-egg-off::before { + content: "\F13F0"; +} + +.mdi-egg-off-outline::before { + content: "\F13F1"; +} + +.mdi-egg-outline::before { + content: "\F13F2"; +} + +.mdi-eiffel-tower::before { + content: "\F156B"; +} + +.mdi-eight-track::before { + content: "\F09EA"; +} + +.mdi-eject::before { + content: "\F01EA"; +} + +.mdi-eject-outline::before { + content: "\F0B91"; +} + +.mdi-electric-switch::before { + content: "\F0E9F"; +} + +.mdi-electric-switch-closed::before { + content: "\F10D9"; +} + +.mdi-electron-framework::before { + content: "\F1024"; +} + +.mdi-elephant::before { + content: "\F07C6"; +} + +.mdi-elevation-decline::before { + content: "\F01EB"; +} + +.mdi-elevation-rise::before { + content: "\F01EC"; +} + +.mdi-elevator::before { + content: "\F01ED"; +} + +.mdi-elevator-down::before { + content: "\F12C2"; +} + +.mdi-elevator-passenger::before { + content: "\F1381"; +} + +.mdi-elevator-up::before { + content: "\F12C1"; +} + +.mdi-ellipse::before { + content: "\F0EA0"; +} + +.mdi-ellipse-outline::before { + content: "\F0EA1"; +} + +.mdi-email::before { + content: "\F01EE"; +} + +.mdi-email-alert::before { + content: "\F06CF"; +} + +.mdi-email-alert-outline::before { + content: "\F0D42"; +} + +.mdi-email-box::before { + content: "\F0D03"; +} + +.mdi-email-check::before { + content: "\F0AB1"; +} + +.mdi-email-check-outline::before { + content: "\F0AB2"; +} + +.mdi-email-edit::before { + content: "\F0EE3"; +} + +.mdi-email-edit-outline::before { + content: "\F0EE4"; +} + +.mdi-email-lock::before { + content: "\F01F1"; +} + +.mdi-email-mark-as-unread::before { + content: "\F0B92"; +} + +.mdi-email-minus::before { + content: "\F0EE5"; +} + +.mdi-email-minus-outline::before { + content: "\F0EE6"; +} + +.mdi-email-multiple::before { + content: "\F0EE7"; +} + +.mdi-email-multiple-outline::before { + content: "\F0EE8"; +} + +.mdi-email-newsletter::before { + content: "\F0FB1"; +} + +.mdi-email-off::before { + content: "\F13E3"; +} + +.mdi-email-off-outline::before { + content: "\F13E4"; +} + +.mdi-email-open::before { + content: "\F01EF"; +} + +.mdi-email-open-multiple::before { + content: "\F0EE9"; +} + +.mdi-email-open-multiple-outline::before { + content: "\F0EEA"; +} + +.mdi-email-open-outline::before { + content: "\F05EF"; +} + +.mdi-email-outline::before { + content: "\F01F0"; +} + +.mdi-email-plus::before { + content: "\F09EB"; +} + +.mdi-email-plus-outline::before { + content: "\F09EC"; +} + +.mdi-email-receive::before { + content: "\F10DA"; +} + +.mdi-email-receive-outline::before { + content: "\F10DB"; +} + +.mdi-email-remove::before { + content: "\F1661"; +} + +.mdi-email-remove-outline::before { + content: "\F1662"; +} + +.mdi-email-search::before { + content: "\F0961"; +} + +.mdi-email-search-outline::before { + content: "\F0962"; +} + +.mdi-email-send::before { + content: "\F10DC"; +} + +.mdi-email-send-outline::before { + content: "\F10DD"; +} + +.mdi-email-sync::before { + content: "\F12C7"; +} + +.mdi-email-sync-outline::before { + content: "\F12C8"; +} + +.mdi-email-variant::before { + content: "\F05F0"; +} + +.mdi-ember::before { + content: "\F0B30"; +} + +.mdi-emby::before { + content: "\F06B4"; +} + +.mdi-emoticon::before { + content: "\F0C68"; +} + +.mdi-emoticon-angry::before { + content: "\F0C69"; +} + +.mdi-emoticon-angry-outline::before { + content: "\F0C6A"; +} + +.mdi-emoticon-confused::before { + content: "\F10DE"; +} + +.mdi-emoticon-confused-outline::before { + content: "\F10DF"; +} + +.mdi-emoticon-cool::before { + content: "\F0C6B"; +} + +.mdi-emoticon-cool-outline::before { + content: "\F01F3"; +} + +.mdi-emoticon-cry::before { + content: "\F0C6C"; +} + +.mdi-emoticon-cry-outline::before { + content: "\F0C6D"; +} + +.mdi-emoticon-dead::before { + content: "\F0C6E"; +} + +.mdi-emoticon-dead-outline::before { + content: "\F069B"; +} + +.mdi-emoticon-devil::before { + content: "\F0C6F"; +} + +.mdi-emoticon-devil-outline::before { + content: "\F01F4"; +} + +.mdi-emoticon-excited::before { + content: "\F0C70"; +} + +.mdi-emoticon-excited-outline::before { + content: "\F069C"; +} + +.mdi-emoticon-frown::before { + content: "\F0F4C"; +} + +.mdi-emoticon-frown-outline::before { + content: "\F0F4D"; +} + +.mdi-emoticon-happy::before { + content: "\F0C71"; +} + +.mdi-emoticon-happy-outline::before { + content: "\F01F5"; +} + +.mdi-emoticon-kiss::before { + content: "\F0C72"; +} + +.mdi-emoticon-kiss-outline::before { + content: "\F0C73"; +} + +.mdi-emoticon-lol::before { + content: "\F1214"; +} + +.mdi-emoticon-lol-outline::before { + content: "\F1215"; +} + +.mdi-emoticon-neutral::before { + content: "\F0C74"; +} + +.mdi-emoticon-neutral-outline::before { + content: "\F01F6"; +} + +.mdi-emoticon-outline::before { + content: "\F01F2"; +} + +.mdi-emoticon-poop::before { + content: "\F01F7"; +} + +.mdi-emoticon-poop-outline::before { + content: "\F0C75"; +} + +.mdi-emoticon-sad::before { + content: "\F0C76"; +} + +.mdi-emoticon-sad-outline::before { + content: "\F01F8"; +} + +.mdi-emoticon-sick::before { + content: "\F157C"; +} + +.mdi-emoticon-sick-outline::before { + content: "\F157D"; +} + +.mdi-emoticon-tongue::before { + content: "\F01F9"; +} + +.mdi-emoticon-tongue-outline::before { + content: "\F0C77"; +} + +.mdi-emoticon-wink::before { + content: "\F0C78"; +} + +.mdi-emoticon-wink-outline::before { + content: "\F0C79"; +} + +.mdi-engine::before { + content: "\F01FA"; +} + +.mdi-engine-off::before { + content: "\F0A46"; +} + +.mdi-engine-off-outline::before { + content: "\F0A47"; +} + +.mdi-engine-outline::before { + content: "\F01FB"; +} + +.mdi-epsilon::before { + content: "\F10E0"; +} + +.mdi-equal::before { + content: "\F01FC"; +} + +.mdi-equal-box::before { + content: "\F01FD"; +} + +.mdi-equalizer::before { + content: "\F0EA2"; +} + +.mdi-equalizer-outline::before { + content: "\F0EA3"; +} + +.mdi-eraser::before { + content: "\F01FE"; +} + +.mdi-eraser-variant::before { + content: "\F0642"; +} + +.mdi-escalator::before { + content: "\F01FF"; +} + +.mdi-escalator-box::before { + content: "\F1399"; +} + +.mdi-escalator-down::before { + content: "\F12C0"; +} + +.mdi-escalator-up::before { + content: "\F12BF"; +} + +.mdi-eslint::before { + content: "\F0C7A"; +} + +.mdi-et::before { + content: "\F0AB3"; +} + +.mdi-ethereum::before { + content: "\F086A"; +} + +.mdi-ethernet::before { + content: "\F0200"; +} + +.mdi-ethernet-cable::before { + content: "\F0201"; +} + +.mdi-ethernet-cable-off::before { + content: "\F0202"; +} + +.mdi-ev-plug-ccs1::before { + content: "\F1519"; +} + +.mdi-ev-plug-ccs2::before { + content: "\F151A"; +} + +.mdi-ev-plug-chademo::before { + content: "\F151B"; +} + +.mdi-ev-plug-tesla::before { + content: "\F151C"; +} + +.mdi-ev-plug-type1::before { + content: "\F151D"; +} + +.mdi-ev-plug-type2::before { + content: "\F151E"; +} + +.mdi-ev-station::before { + content: "\F05F1"; +} + +.mdi-evernote::before { + content: "\F0204"; +} + +.mdi-excavator::before { + content: "\F1025"; +} + +.mdi-exclamation::before { + content: "\F0205"; +} + +.mdi-exclamation-thick::before { + content: "\F1238"; +} + +.mdi-exit-run::before { + content: "\F0A48"; +} + +.mdi-exit-to-app::before { + content: "\F0206"; +} + +.mdi-expand-all::before { + content: "\F0AB4"; +} + +.mdi-expand-all-outline::before { + content: "\F0AB5"; +} + +.mdi-expansion-card::before { + content: "\F08AE"; +} + +.mdi-expansion-card-variant::before { + content: "\F0FB2"; +} + +.mdi-exponent::before { + content: "\F0963"; +} + +.mdi-exponent-box::before { + content: "\F0964"; +} + +.mdi-export::before { + content: "\F0207"; +} + +.mdi-export-variant::before { + content: "\F0B93"; +} + +.mdi-eye::before { + content: "\F0208"; +} + +.mdi-eye-check::before { + content: "\F0D04"; +} + +.mdi-eye-check-outline::before { + content: "\F0D05"; +} + +.mdi-eye-circle::before { + content: "\F0B94"; +} + +.mdi-eye-circle-outline::before { + content: "\F0B95"; +} + +.mdi-eye-minus::before { + content: "\F1026"; +} + +.mdi-eye-minus-outline::before { + content: "\F1027"; +} + +.mdi-eye-off::before { + content: "\F0209"; +} + +.mdi-eye-off-outline::before { + content: "\F06D1"; +} + +.mdi-eye-outline::before { + content: "\F06D0"; +} + +.mdi-eye-plus::before { + content: "\F086B"; +} + +.mdi-eye-plus-outline::before { + content: "\F086C"; +} + +.mdi-eye-remove::before { + content: "\F15E3"; +} + +.mdi-eye-remove-outline::before { + content: "\F15E4"; +} + +.mdi-eye-settings::before { + content: "\F086D"; +} + +.mdi-eye-settings-outline::before { + content: "\F086E"; +} + +.mdi-eyedropper::before { + content: "\F020A"; +} + +.mdi-eyedropper-minus::before { + content: "\F13DD"; +} + +.mdi-eyedropper-off::before { + content: "\F13DF"; +} + +.mdi-eyedropper-plus::before { + content: "\F13DC"; +} + +.mdi-eyedropper-remove::before { + content: "\F13DE"; +} + +.mdi-eyedropper-variant::before { + content: "\F020B"; +} + +.mdi-face::before { + content: "\F0643"; +} + +.mdi-face-agent::before { + content: "\F0D70"; +} + +.mdi-face-mask::before { + content: "\F1586"; +} + +.mdi-face-mask-outline::before { + content: "\F1587"; +} + +.mdi-face-outline::before { + content: "\F0B96"; +} + +.mdi-face-profile::before { + content: "\F0644"; +} + +.mdi-face-profile-woman::before { + content: "\F1076"; +} + +.mdi-face-recognition::before { + content: "\F0C7B"; +} + +.mdi-face-shimmer::before { + content: "\F15CC"; +} + +.mdi-face-shimmer-outline::before { + content: "\F15CD"; +} + +.mdi-face-woman::before { + content: "\F1077"; +} + +.mdi-face-woman-outline::before { + content: "\F1078"; +} + +.mdi-face-woman-shimmer::before { + content: "\F15CE"; +} + +.mdi-face-woman-shimmer-outline::before { + content: "\F15CF"; +} + +.mdi-facebook::before { + content: "\F020C"; +} + +.mdi-facebook-gaming::before { + content: "\F07DD"; +} + +.mdi-facebook-messenger::before { + content: "\F020E"; +} + +.mdi-facebook-workplace::before { + content: "\F0B31"; +} + +.mdi-factory::before { + content: "\F020F"; +} + +.mdi-family-tree::before { + content: "\F160E"; +} + +.mdi-fan::before { + content: "\F0210"; +} + +.mdi-fan-alert::before { + content: "\F146C"; +} + +.mdi-fan-chevron-down::before { + content: "\F146D"; +} + +.mdi-fan-chevron-up::before { + content: "\F146E"; +} + +.mdi-fan-minus::before { + content: "\F1470"; +} + +.mdi-fan-off::before { + content: "\F081D"; +} + +.mdi-fan-plus::before { + content: "\F146F"; +} + +.mdi-fan-remove::before { + content: "\F1471"; +} + +.mdi-fan-speed-1::before { + content: "\F1472"; +} + +.mdi-fan-speed-2::before { + content: "\F1473"; +} + +.mdi-fan-speed-3::before { + content: "\F1474"; +} + +.mdi-fast-forward::before { + content: "\F0211"; +} + +.mdi-fast-forward-10::before { + content: "\F0D71"; +} + +.mdi-fast-forward-30::before { + content: "\F0D06"; +} + +.mdi-fast-forward-5::before { + content: "\F11F8"; +} + +.mdi-fast-forward-60::before { + content: "\F160B"; +} + +.mdi-fast-forward-outline::before { + content: "\F06D2"; +} + +.mdi-fax::before { + content: "\F0212"; +} + +.mdi-feather::before { + content: "\F06D3"; +} + +.mdi-feature-search::before { + content: "\F0A49"; +} + +.mdi-feature-search-outline::before { + content: "\F0A4A"; +} + +.mdi-fedora::before { + content: "\F08DB"; +} + +.mdi-fencing::before { + content: "\F14C1"; +} + +.mdi-ferris-wheel::before { + content: "\F0EA4"; +} + +.mdi-ferry::before { + content: "\F0213"; +} + +.mdi-file::before { + content: "\F0214"; +} + +.mdi-file-account::before { + content: "\F073B"; +} + +.mdi-file-account-outline::before { + content: "\F1028"; +} + +.mdi-file-alert::before { + content: "\F0A4B"; +} + +.mdi-file-alert-outline::before { + content: "\F0A4C"; +} + +.mdi-file-cabinet::before { + content: "\F0AB6"; +} + +.mdi-file-cad::before { + content: "\F0EEB"; +} + +.mdi-file-cad-box::before { + content: "\F0EEC"; +} + +.mdi-file-cancel::before { + content: "\F0DC6"; +} + +.mdi-file-cancel-outline::before { + content: "\F0DC7"; +} + +.mdi-file-certificate::before { + content: "\F1186"; +} + +.mdi-file-certificate-outline::before { + content: "\F1187"; +} + +.mdi-file-chart::before { + content: "\F0215"; +} + +.mdi-file-chart-outline::before { + content: "\F1029"; +} + +.mdi-file-check::before { + content: "\F0216"; +} + +.mdi-file-check-outline::before { + content: "\F0E29"; +} + +.mdi-file-clock::before { + content: "\F12E1"; +} + +.mdi-file-clock-outline::before { + content: "\F12E2"; +} + +.mdi-file-cloud::before { + content: "\F0217"; +} + +.mdi-file-cloud-outline::before { + content: "\F102A"; +} + +.mdi-file-code::before { + content: "\F022E"; +} + +.mdi-file-code-outline::before { + content: "\F102B"; +} + +.mdi-file-cog::before { + content: "\F107B"; +} + +.mdi-file-cog-outline::before { + content: "\F107C"; +} + +.mdi-file-compare::before { + content: "\F08AA"; +} + +.mdi-file-delimited::before { + content: "\F0218"; +} + +.mdi-file-delimited-outline::before { + content: "\F0EA5"; +} + +.mdi-file-document::before { + content: "\F0219"; +} + +.mdi-file-document-edit::before { + content: "\F0DC8"; +} + +.mdi-file-document-edit-outline::before { + content: "\F0DC9"; +} + +.mdi-file-document-multiple::before { + content: "\F1517"; +} + +.mdi-file-document-multiple-outline::before { + content: "\F1518"; +} + +.mdi-file-document-outline::before { + content: "\F09EE"; +} + +.mdi-file-download::before { + content: "\F0965"; +} + +.mdi-file-download-outline::before { + content: "\F0966"; +} + +.mdi-file-edit::before { + content: "\F11E7"; +} + +.mdi-file-edit-outline::before { + content: "\F11E8"; +} + +.mdi-file-excel::before { + content: "\F021B"; +} + +.mdi-file-excel-box::before { + content: "\F021C"; +} + +.mdi-file-excel-box-outline::before { + content: "\F102C"; +} + +.mdi-file-excel-outline::before { + content: "\F102D"; +} + +.mdi-file-export::before { + content: "\F021D"; +} + +.mdi-file-export-outline::before { + content: "\F102E"; +} + +.mdi-file-eye::before { + content: "\F0DCA"; +} + +.mdi-file-eye-outline::before { + content: "\F0DCB"; +} + +.mdi-file-find::before { + content: "\F021E"; +} + +.mdi-file-find-outline::before { + content: "\F0B97"; +} + +.mdi-file-hidden::before { + content: "\F0613"; +} + +.mdi-file-image::before { + content: "\F021F"; +} + +.mdi-file-image-outline::before { + content: "\F0EB0"; +} + +.mdi-file-import::before { + content: "\F0220"; +} + +.mdi-file-import-outline::before { + content: "\F102F"; +} + +.mdi-file-key::before { + content: "\F1184"; +} + +.mdi-file-key-outline::before { + content: "\F1185"; +} + +.mdi-file-link::before { + content: "\F1177"; +} + +.mdi-file-link-outline::before { + content: "\F1178"; +} + +.mdi-file-lock::before { + content: "\F0221"; +} + +.mdi-file-lock-outline::before { + content: "\F1030"; +} + +.mdi-file-move::before { + content: "\F0AB9"; +} + +.mdi-file-move-outline::before { + content: "\F1031"; +} + +.mdi-file-multiple::before { + content: "\F0222"; +} + +.mdi-file-multiple-outline::before { + content: "\F1032"; +} + +.mdi-file-music::before { + content: "\F0223"; +} + +.mdi-file-music-outline::before { + content: "\F0E2A"; +} + +.mdi-file-outline::before { + content: "\F0224"; +} + +.mdi-file-pdf::before { + content: "\F0225"; +} + +.mdi-file-pdf-box::before { + content: "\F0226"; +} + +.mdi-file-pdf-box-outline::before { + content: "\F0FB3"; +} + +.mdi-file-pdf-outline::before { + content: "\F0E2D"; +} + +.mdi-file-percent::before { + content: "\F081E"; +} + +.mdi-file-percent-outline::before { + content: "\F1033"; +} + +.mdi-file-phone::before { + content: "\F1179"; +} + +.mdi-file-phone-outline::before { + content: "\F117A"; +} + +.mdi-file-plus::before { + content: "\F0752"; +} + +.mdi-file-plus-outline::before { + content: "\F0EED"; +} + +.mdi-file-powerpoint::before { + content: "\F0227"; +} + +.mdi-file-powerpoint-box::before { + content: "\F0228"; +} + +.mdi-file-powerpoint-box-outline::before { + content: "\F1034"; +} + +.mdi-file-powerpoint-outline::before { + content: "\F1035"; +} + +.mdi-file-presentation-box::before { + content: "\F0229"; +} + +.mdi-file-question::before { + content: "\F086F"; +} + +.mdi-file-question-outline::before { + content: "\F1036"; +} + +.mdi-file-refresh::before { + content: "\F0918"; +} + +.mdi-file-refresh-outline::before { + content: "\F0541"; +} + +.mdi-file-remove::before { + content: "\F0B98"; +} + +.mdi-file-remove-outline::before { + content: "\F1037"; +} + +.mdi-file-replace::before { + content: "\F0B32"; +} + +.mdi-file-replace-outline::before { + content: "\F0B33"; +} + +.mdi-file-restore::before { + content: "\F0670"; +} + +.mdi-file-restore-outline::before { + content: "\F1038"; +} + +.mdi-file-search::before { + content: "\F0C7C"; +} + +.mdi-file-search-outline::before { + content: "\F0C7D"; +} + +.mdi-file-send::before { + content: "\F022A"; +} + +.mdi-file-send-outline::before { + content: "\F1039"; +} + +.mdi-file-settings::before { + content: "\F1079"; +} + +.mdi-file-settings-outline::before { + content: "\F107A"; +} + +.mdi-file-star::before { + content: "\F103A"; +} + +.mdi-file-star-outline::before { + content: "\F103B"; +} + +.mdi-file-swap::before { + content: "\F0FB4"; +} + +.mdi-file-swap-outline::before { + content: "\F0FB5"; +} + +.mdi-file-sync::before { + content: "\F1216"; +} + +.mdi-file-sync-outline::before { + content: "\F1217"; +} + +.mdi-file-table::before { + content: "\F0C7E"; +} + +.mdi-file-table-box::before { + content: "\F10E1"; +} + +.mdi-file-table-box-multiple::before { + content: "\F10E2"; +} + +.mdi-file-table-box-multiple-outline::before { + content: "\F10E3"; +} + +.mdi-file-table-box-outline::before { + content: "\F10E4"; +} + +.mdi-file-table-outline::before { + content: "\F0C7F"; +} + +.mdi-file-tree::before { + content: "\F0645"; +} + +.mdi-file-tree-outline::before { + content: "\F13D2"; +} + +.mdi-file-undo::before { + content: "\F08DC"; +} + +.mdi-file-undo-outline::before { + content: "\F103C"; +} + +.mdi-file-upload::before { + content: "\F0A4D"; +} + +.mdi-file-upload-outline::before { + content: "\F0A4E"; +} + +.mdi-file-video::before { + content: "\F022B"; +} + +.mdi-file-video-outline::before { + content: "\F0E2C"; +} + +.mdi-file-word::before { + content: "\F022C"; +} + +.mdi-file-word-box::before { + content: "\F022D"; +} + +.mdi-file-word-box-outline::before { + content: "\F103D"; +} + +.mdi-file-word-outline::before { + content: "\F103E"; +} + +.mdi-film::before { + content: "\F022F"; +} + +.mdi-filmstrip::before { + content: "\F0230"; +} + +.mdi-filmstrip-box::before { + content: "\F0332"; +} + +.mdi-filmstrip-box-multiple::before { + content: "\F0D18"; +} + +.mdi-filmstrip-off::before { + content: "\F0231"; +} + +.mdi-filter::before { + content: "\F0232"; +} + +.mdi-filter-menu::before { + content: "\F10E5"; +} + +.mdi-filter-menu-outline::before { + content: "\F10E6"; +} + +.mdi-filter-minus::before { + content: "\F0EEE"; +} + +.mdi-filter-minus-outline::before { + content: "\F0EEF"; +} + +.mdi-filter-off::before { + content: "\F14EF"; +} + +.mdi-filter-off-outline::before { + content: "\F14F0"; +} + +.mdi-filter-outline::before { + content: "\F0233"; +} + +.mdi-filter-plus::before { + content: "\F0EF0"; +} + +.mdi-filter-plus-outline::before { + content: "\F0EF1"; +} + +.mdi-filter-remove::before { + content: "\F0234"; +} + +.mdi-filter-remove-outline::before { + content: "\F0235"; +} + +.mdi-filter-variant::before { + content: "\F0236"; +} + +.mdi-filter-variant-minus::before { + content: "\F1112"; +} + +.mdi-filter-variant-plus::before { + content: "\F1113"; +} + +.mdi-filter-variant-remove::before { + content: "\F103F"; +} + +.mdi-finance::before { + content: "\F081F"; +} + +.mdi-find-replace::before { + content: "\F06D4"; +} + +.mdi-fingerprint::before { + content: "\F0237"; +} + +.mdi-fingerprint-off::before { + content: "\F0EB1"; +} + +.mdi-fire::before { + content: "\F0238"; +} + +.mdi-fire-alert::before { + content: "\F15D7"; +} + +.mdi-fire-extinguisher::before { + content: "\F0EF2"; +} + +.mdi-fire-hydrant::before { + content: "\F1137"; +} + +.mdi-fire-hydrant-alert::before { + content: "\F1138"; +} + +.mdi-fire-hydrant-off::before { + content: "\F1139"; +} + +.mdi-fire-truck::before { + content: "\F08AB"; +} + +.mdi-firebase::before { + content: "\F0967"; +} + +.mdi-firefox::before { + content: "\F0239"; +} + +.mdi-fireplace::before { + content: "\F0E2E"; +} + +.mdi-fireplace-off::before { + content: "\F0E2F"; +} + +.mdi-firework::before { + content: "\F0E30"; +} + +.mdi-fish::before { + content: "\F023A"; +} + +.mdi-fish-off::before { + content: "\F13F3"; +} + +.mdi-fishbowl::before { + content: "\F0EF3"; +} + +.mdi-fishbowl-outline::before { + content: "\F0EF4"; +} + +.mdi-fit-to-page::before { + content: "\F0EF5"; +} + +.mdi-fit-to-page-outline::before { + content: "\F0EF6"; +} + +.mdi-flag::before { + content: "\F023B"; +} + +.mdi-flag-checkered::before { + content: "\F023C"; +} + +.mdi-flag-minus::before { + content: "\F0B99"; +} + +.mdi-flag-minus-outline::before { + content: "\F10B2"; +} + +.mdi-flag-outline::before { + content: "\F023D"; +} + +.mdi-flag-plus::before { + content: "\F0B9A"; +} + +.mdi-flag-plus-outline::before { + content: "\F10B3"; +} + +.mdi-flag-remove::before { + content: "\F0B9B"; +} + +.mdi-flag-remove-outline::before { + content: "\F10B4"; +} + +.mdi-flag-triangle::before { + content: "\F023F"; +} + +.mdi-flag-variant::before { + content: "\F0240"; +} + +.mdi-flag-variant-outline::before { + content: "\F023E"; +} + +.mdi-flare::before { + content: "\F0D72"; +} + +.mdi-flash::before { + content: "\F0241"; +} + +.mdi-flash-alert::before { + content: "\F0EF7"; +} + +.mdi-flash-alert-outline::before { + content: "\F0EF8"; +} + +.mdi-flash-auto::before { + content: "\F0242"; +} + +.mdi-flash-circle::before { + content: "\F0820"; +} + +.mdi-flash-off::before { + content: "\F0243"; +} + +.mdi-flash-outline::before { + content: "\F06D5"; +} + +.mdi-flash-red-eye::before { + content: "\F067B"; +} + +.mdi-flashlight::before { + content: "\F0244"; +} + +.mdi-flashlight-off::before { + content: "\F0245"; +} + +.mdi-flask::before { + content: "\F0093"; +} + +.mdi-flask-empty::before { + content: "\F0094"; +} + +.mdi-flask-empty-minus::before { + content: "\F123A"; +} + +.mdi-flask-empty-minus-outline::before { + content: "\F123B"; +} + +.mdi-flask-empty-off::before { + content: "\F13F4"; +} + +.mdi-flask-empty-off-outline::before { + content: "\F13F5"; +} + +.mdi-flask-empty-outline::before { + content: "\F0095"; +} + +.mdi-flask-empty-plus::before { + content: "\F123C"; +} + +.mdi-flask-empty-plus-outline::before { + content: "\F123D"; +} + +.mdi-flask-empty-remove::before { + content: "\F123E"; +} + +.mdi-flask-empty-remove-outline::before { + content: "\F123F"; +} + +.mdi-flask-minus::before { + content: "\F1240"; +} + +.mdi-flask-minus-outline::before { + content: "\F1241"; +} + +.mdi-flask-off::before { + content: "\F13F6"; +} + +.mdi-flask-off-outline::before { + content: "\F13F7"; +} + +.mdi-flask-outline::before { + content: "\F0096"; +} + +.mdi-flask-plus::before { + content: "\F1242"; +} + +.mdi-flask-plus-outline::before { + content: "\F1243"; +} + +.mdi-flask-remove::before { + content: "\F1244"; +} + +.mdi-flask-remove-outline::before { + content: "\F1245"; +} + +.mdi-flask-round-bottom::before { + content: "\F124B"; +} + +.mdi-flask-round-bottom-empty::before { + content: "\F124C"; +} + +.mdi-flask-round-bottom-empty-outline::before { + content: "\F124D"; +} + +.mdi-flask-round-bottom-outline::before { + content: "\F124E"; +} + +.mdi-fleur-de-lis::before { + content: "\F1303"; +} + +.mdi-flip-horizontal::before { + content: "\F10E7"; +} + +.mdi-flip-to-back::before { + content: "\F0247"; +} + +.mdi-flip-to-front::before { + content: "\F0248"; +} + +.mdi-flip-vertical::before { + content: "\F10E8"; +} + +.mdi-floor-lamp::before { + content: "\F08DD"; +} + +.mdi-floor-lamp-dual::before { + content: "\F1040"; +} + +.mdi-floor-lamp-variant::before { + content: "\F1041"; +} + +.mdi-floor-plan::before { + content: "\F0821"; +} + +.mdi-floppy::before { + content: "\F0249"; +} + +.mdi-floppy-variant::before { + content: "\F09EF"; +} + +.mdi-flower::before { + content: "\F024A"; +} + +.mdi-flower-outline::before { + content: "\F09F0"; +} + +.mdi-flower-poppy::before { + content: "\F0D08"; +} + +.mdi-flower-tulip::before { + content: "\F09F1"; +} + +.mdi-flower-tulip-outline::before { + content: "\F09F2"; +} + +.mdi-focus-auto::before { + content: "\F0F4E"; +} + +.mdi-focus-field::before { + content: "\F0F4F"; +} + +.mdi-focus-field-horizontal::before { + content: "\F0F50"; +} + +.mdi-focus-field-vertical::before { + content: "\F0F51"; +} + +.mdi-folder::before { + content: "\F024B"; +} + +.mdi-folder-account::before { + content: "\F024C"; +} + +.mdi-folder-account-outline::before { + content: "\F0B9C"; +} + +.mdi-folder-alert::before { + content: "\F0DCC"; +} + +.mdi-folder-alert-outline::before { + content: "\F0DCD"; +} + +.mdi-folder-clock::before { + content: "\F0ABA"; +} + +.mdi-folder-clock-outline::before { + content: "\F0ABB"; +} + +.mdi-folder-cog::before { + content: "\F107F"; +} + +.mdi-folder-cog-outline::before { + content: "\F1080"; +} + +.mdi-folder-download::before { + content: "\F024D"; +} + +.mdi-folder-download-outline::before { + content: "\F10E9"; +} + +.mdi-folder-edit::before { + content: "\F08DE"; +} + +.mdi-folder-edit-outline::before { + content: "\F0DCE"; +} + +.mdi-folder-google-drive::before { + content: "\F024E"; +} + +.mdi-folder-heart::before { + content: "\F10EA"; +} + +.mdi-folder-heart-outline::before { + content: "\F10EB"; +} + +.mdi-folder-home::before { + content: "\F10B5"; +} + +.mdi-folder-home-outline::before { + content: "\F10B6"; +} + +.mdi-folder-image::before { + content: "\F024F"; +} + +.mdi-folder-information::before { + content: "\F10B7"; +} + +.mdi-folder-information-outline::before { + content: "\F10B8"; +} + +.mdi-folder-key::before { + content: "\F08AC"; +} + +.mdi-folder-key-network::before { + content: "\F08AD"; +} + +.mdi-folder-key-network-outline::before { + content: "\F0C80"; +} + +.mdi-folder-key-outline::before { + content: "\F10EC"; +} + +.mdi-folder-lock::before { + content: "\F0250"; +} + +.mdi-folder-lock-open::before { + content: "\F0251"; +} + +.mdi-folder-marker::before { + content: "\F126D"; +} + +.mdi-folder-marker-outline::before { + content: "\F126E"; +} + +.mdi-folder-move::before { + content: "\F0252"; +} + +.mdi-folder-move-outline::before { + content: "\F1246"; +} + +.mdi-folder-multiple::before { + content: "\F0253"; +} + +.mdi-folder-multiple-image::before { + content: "\F0254"; +} + +.mdi-folder-multiple-outline::before { + content: "\F0255"; +} + +.mdi-folder-multiple-plus::before { + content: "\F147E"; +} + +.mdi-folder-multiple-plus-outline::before { + content: "\F147F"; +} + +.mdi-folder-music::before { + content: "\F1359"; +} + +.mdi-folder-music-outline::before { + content: "\F135A"; +} + +.mdi-folder-network::before { + content: "\F0870"; +} + +.mdi-folder-network-outline::before { + content: "\F0C81"; +} + +.mdi-folder-open::before { + content: "\F0770"; +} + +.mdi-folder-open-outline::before { + content: "\F0DCF"; +} + +.mdi-folder-outline::before { + content: "\F0256"; +} + +.mdi-folder-plus::before { + content: "\F0257"; +} + +.mdi-folder-plus-outline::before { + content: "\F0B9D"; +} + +.mdi-folder-pound::before { + content: "\F0D09"; +} + +.mdi-folder-pound-outline::before { + content: "\F0D0A"; +} + +.mdi-folder-refresh::before { + content: "\F0749"; +} + +.mdi-folder-refresh-outline::before { + content: "\F0542"; +} + +.mdi-folder-remove::before { + content: "\F0258"; +} + +.mdi-folder-remove-outline::before { + content: "\F0B9E"; +} + +.mdi-folder-search::before { + content: "\F0968"; +} + +.mdi-folder-search-outline::before { + content: "\F0969"; +} + +.mdi-folder-settings::before { + content: "\F107D"; +} + +.mdi-folder-settings-outline::before { + content: "\F107E"; +} + +.mdi-folder-star::before { + content: "\F069D"; +} + +.mdi-folder-star-multiple::before { + content: "\F13D3"; +} + +.mdi-folder-star-multiple-outline::before { + content: "\F13D4"; +} + +.mdi-folder-star-outline::before { + content: "\F0B9F"; +} + +.mdi-folder-swap::before { + content: "\F0FB6"; +} + +.mdi-folder-swap-outline::before { + content: "\F0FB7"; +} + +.mdi-folder-sync::before { + content: "\F0D0B"; +} + +.mdi-folder-sync-outline::before { + content: "\F0D0C"; +} + +.mdi-folder-table::before { + content: "\F12E3"; +} + +.mdi-folder-table-outline::before { + content: "\F12E4"; +} + +.mdi-folder-text::before { + content: "\F0C82"; +} + +.mdi-folder-text-outline::before { + content: "\F0C83"; +} + +.mdi-folder-upload::before { + content: "\F0259"; +} + +.mdi-folder-upload-outline::before { + content: "\F10ED"; +} + +.mdi-folder-zip::before { + content: "\F06EB"; +} + +.mdi-folder-zip-outline::before { + content: "\F07B9"; +} + +.mdi-font-awesome::before { + content: "\F003A"; +} + +.mdi-food::before { + content: "\F025A"; +} + +.mdi-food-apple::before { + content: "\F025B"; +} + +.mdi-food-apple-outline::before { + content: "\F0C84"; +} + +.mdi-food-croissant::before { + content: "\F07C8"; +} + +.mdi-food-drumstick::before { + content: "\F141F"; +} + +.mdi-food-drumstick-off::before { + content: "\F1468"; +} + +.mdi-food-drumstick-off-outline::before { + content: "\F1469"; +} + +.mdi-food-drumstick-outline::before { + content: "\F1420"; +} + +.mdi-food-fork-drink::before { + content: "\F05F2"; +} + +.mdi-food-halal::before { + content: "\F1572"; +} + +.mdi-food-kosher::before { + content: "\F1573"; +} + +.mdi-food-off::before { + content: "\F05F3"; +} + +.mdi-food-steak::before { + content: "\F146A"; +} + +.mdi-food-steak-off::before { + content: "\F146B"; +} + +.mdi-food-variant::before { + content: "\F025C"; +} + +.mdi-food-variant-off::before { + content: "\F13E5"; +} + +.mdi-foot-print::before { + content: "\F0F52"; +} + +.mdi-football::before { + content: "\F025D"; +} + +.mdi-football-australian::before { + content: "\F025E"; +} + +.mdi-football-helmet::before { + content: "\F025F"; +} + +.mdi-forklift::before { + content: "\F07C9"; +} + +.mdi-form-dropdown::before { + content: "\F1400"; +} + +.mdi-form-select::before { + content: "\F1401"; +} + +.mdi-form-textarea::before { + content: "\F1095"; +} + +.mdi-form-textbox::before { + content: "\F060E"; +} + +.mdi-form-textbox-lock::before { + content: "\F135D"; +} + +.mdi-form-textbox-password::before { + content: "\F07F5"; +} + +.mdi-format-align-bottom::before { + content: "\F0753"; +} + +.mdi-format-align-center::before { + content: "\F0260"; +} + +.mdi-format-align-justify::before { + content: "\F0261"; +} + +.mdi-format-align-left::before { + content: "\F0262"; +} + +.mdi-format-align-middle::before { + content: "\F0754"; +} + +.mdi-format-align-right::before { + content: "\F0263"; +} + +.mdi-format-align-top::before { + content: "\F0755"; +} + +.mdi-format-annotation-minus::before { + content: "\F0ABC"; +} + +.mdi-format-annotation-plus::before { + content: "\F0646"; +} + +.mdi-format-bold::before { + content: "\F0264"; +} + +.mdi-format-clear::before { + content: "\F0265"; +} + +.mdi-format-color-fill::before { + content: "\F0266"; +} + +.mdi-format-color-highlight::before { + content: "\F0E31"; +} + +.mdi-format-color-marker-cancel::before { + content: "\F1313"; +} + +.mdi-format-color-text::before { + content: "\F069E"; +} + +.mdi-format-columns::before { + content: "\F08DF"; +} + +.mdi-format-float-center::before { + content: "\F0267"; +} + +.mdi-format-float-left::before { + content: "\F0268"; +} + +.mdi-format-float-none::before { + content: "\F0269"; +} + +.mdi-format-float-right::before { + content: "\F026A"; +} + +.mdi-format-font::before { + content: "\F06D6"; +} + +.mdi-format-font-size-decrease::before { + content: "\F09F3"; +} + +.mdi-format-font-size-increase::before { + content: "\F09F4"; +} + +.mdi-format-header-1::before { + content: "\F026B"; +} + +.mdi-format-header-2::before { + content: "\F026C"; +} + +.mdi-format-header-3::before { + content: "\F026D"; +} + +.mdi-format-header-4::before { + content: "\F026E"; +} + +.mdi-format-header-5::before { + content: "\F026F"; +} + +.mdi-format-header-6::before { + content: "\F0270"; +} + +.mdi-format-header-decrease::before { + content: "\F0271"; +} + +.mdi-format-header-equal::before { + content: "\F0272"; +} + +.mdi-format-header-increase::before { + content: "\F0273"; +} + +.mdi-format-header-pound::before { + content: "\F0274"; +} + +.mdi-format-horizontal-align-center::before { + content: "\F061E"; +} + +.mdi-format-horizontal-align-left::before { + content: "\F061F"; +} + +.mdi-format-horizontal-align-right::before { + content: "\F0620"; +} + +.mdi-format-indent-decrease::before { + content: "\F0275"; +} + +.mdi-format-indent-increase::before { + content: "\F0276"; +} + +.mdi-format-italic::before { + content: "\F0277"; +} + +.mdi-format-letter-case::before { + content: "\F0B34"; +} + +.mdi-format-letter-case-lower::before { + content: "\F0B35"; +} + +.mdi-format-letter-case-upper::before { + content: "\F0B36"; +} + +.mdi-format-letter-ends-with::before { + content: "\F0FB8"; +} + +.mdi-format-letter-matches::before { + content: "\F0FB9"; +} + +.mdi-format-letter-starts-with::before { + content: "\F0FBA"; +} + +.mdi-format-line-spacing::before { + content: "\F0278"; +} + +.mdi-format-line-style::before { + content: "\F05C8"; +} + +.mdi-format-line-weight::before { + content: "\F05C9"; +} + +.mdi-format-list-bulleted::before { + content: "\F0279"; +} + +.mdi-format-list-bulleted-square::before { + content: "\F0DD0"; +} + +.mdi-format-list-bulleted-triangle::before { + content: "\F0EB2"; +} + +.mdi-format-list-bulleted-type::before { + content: "\F027A"; +} + +.mdi-format-list-checkbox::before { + content: "\F096A"; +} + +.mdi-format-list-checks::before { + content: "\F0756"; +} + +.mdi-format-list-numbered::before { + content: "\F027B"; +} + +.mdi-format-list-numbered-rtl::before { + content: "\F0D0D"; +} + +.mdi-format-list-text::before { + content: "\F126F"; +} + +.mdi-format-overline::before { + content: "\F0EB3"; +} + +.mdi-format-page-break::before { + content: "\F06D7"; +} + +.mdi-format-paint::before { + content: "\F027C"; +} + +.mdi-format-paragraph::before { + content: "\F027D"; +} + +.mdi-format-pilcrow::before { + content: "\F06D8"; +} + +.mdi-format-quote-close::before { + content: "\F027E"; +} + +.mdi-format-quote-close-outline::before { + content: "\F11A8"; +} + +.mdi-format-quote-open::before { + content: "\F0757"; +} + +.mdi-format-quote-open-outline::before { + content: "\F11A7"; +} + +.mdi-format-rotate-90::before { + content: "\F06AA"; +} + +.mdi-format-section::before { + content: "\F069F"; +} + +.mdi-format-size::before { + content: "\F027F"; +} + +.mdi-format-strikethrough::before { + content: "\F0280"; +} + +.mdi-format-strikethrough-variant::before { + content: "\F0281"; +} + +.mdi-format-subscript::before { + content: "\F0282"; +} + +.mdi-format-superscript::before { + content: "\F0283"; +} + +.mdi-format-text::before { + content: "\F0284"; +} + +.mdi-format-text-rotation-angle-down::before { + content: "\F0FBB"; +} + +.mdi-format-text-rotation-angle-up::before { + content: "\F0FBC"; +} + +.mdi-format-text-rotation-down::before { + content: "\F0D73"; +} + +.mdi-format-text-rotation-down-vertical::before { + content: "\F0FBD"; +} + +.mdi-format-text-rotation-none::before { + content: "\F0D74"; +} + +.mdi-format-text-rotation-up::before { + content: "\F0FBE"; +} + +.mdi-format-text-rotation-vertical::before { + content: "\F0FBF"; +} + +.mdi-format-text-variant::before { + content: "\F0E32"; +} + +.mdi-format-text-variant-outline::before { + content: "\F150F"; +} + +.mdi-format-text-wrapping-clip::before { + content: "\F0D0E"; +} + +.mdi-format-text-wrapping-overflow::before { + content: "\F0D0F"; +} + +.mdi-format-text-wrapping-wrap::before { + content: "\F0D10"; +} + +.mdi-format-textbox::before { + content: "\F0D11"; +} + +.mdi-format-textdirection-l-to-r::before { + content: "\F0285"; +} + +.mdi-format-textdirection-r-to-l::before { + content: "\F0286"; +} + +.mdi-format-title::before { + content: "\F05F4"; +} + +.mdi-format-underline::before { + content: "\F0287"; +} + +.mdi-format-vertical-align-bottom::before { + content: "\F0621"; +} + +.mdi-format-vertical-align-center::before { + content: "\F0622"; +} + +.mdi-format-vertical-align-top::before { + content: "\F0623"; +} + +.mdi-format-wrap-inline::before { + content: "\F0288"; +} + +.mdi-format-wrap-square::before { + content: "\F0289"; +} + +.mdi-format-wrap-tight::before { + content: "\F028A"; +} + +.mdi-format-wrap-top-bottom::before { + content: "\F028B"; +} + +.mdi-forum::before { + content: "\F028C"; +} + +.mdi-forum-outline::before { + content: "\F0822"; +} + +.mdi-forward::before { + content: "\F028D"; +} + +.mdi-forwardburger::before { + content: "\F0D75"; +} + +.mdi-fountain::before { + content: "\F096B"; +} + +.mdi-fountain-pen::before { + content: "\F0D12"; +} + +.mdi-fountain-pen-tip::before { + content: "\F0D13"; +} + +.mdi-freebsd::before { + content: "\F08E0"; +} + +.mdi-frequently-asked-questions::before { + content: "\F0EB4"; +} + +.mdi-fridge::before { + content: "\F0290"; +} + +.mdi-fridge-alert::before { + content: "\F11B1"; +} + +.mdi-fridge-alert-outline::before { + content: "\F11B2"; +} + +.mdi-fridge-bottom::before { + content: "\F0292"; +} + +.mdi-fridge-industrial::before { + content: "\F15EE"; +} + +.mdi-fridge-industrial-alert::before { + content: "\F15EF"; +} + +.mdi-fridge-industrial-alert-outline::before { + content: "\F15F0"; +} + +.mdi-fridge-industrial-off::before { + content: "\F15F1"; +} + +.mdi-fridge-industrial-off-outline::before { + content: "\F15F2"; +} + +.mdi-fridge-industrial-outline::before { + content: "\F15F3"; +} + +.mdi-fridge-off::before { + content: "\F11AF"; +} + +.mdi-fridge-off-outline::before { + content: "\F11B0"; +} + +.mdi-fridge-outline::before { + content: "\F028F"; +} + +.mdi-fridge-top::before { + content: "\F0291"; +} + +.mdi-fridge-variant::before { + content: "\F15F4"; +} + +.mdi-fridge-variant-alert::before { + content: "\F15F5"; +} + +.mdi-fridge-variant-alert-outline::before { + content: "\F15F6"; +} + +.mdi-fridge-variant-off::before { + content: "\F15F7"; +} + +.mdi-fridge-variant-off-outline::before { + content: "\F15F8"; +} + +.mdi-fridge-variant-outline::before { + content: "\F15F9"; +} + +.mdi-fruit-cherries::before { + content: "\F1042"; +} + +.mdi-fruit-cherries-off::before { + content: "\F13F8"; +} + +.mdi-fruit-citrus::before { + content: "\F1043"; +} + +.mdi-fruit-citrus-off::before { + content: "\F13F9"; +} + +.mdi-fruit-grapes::before { + content: "\F1044"; +} + +.mdi-fruit-grapes-outline::before { + content: "\F1045"; +} + +.mdi-fruit-pineapple::before { + content: "\F1046"; +} + +.mdi-fruit-watermelon::before { + content: "\F1047"; +} + +.mdi-fuel::before { + content: "\F07CA"; +} + +.mdi-fullscreen::before { + content: "\F0293"; +} + +.mdi-fullscreen-exit::before { + content: "\F0294"; +} + +.mdi-function::before { + content: "\F0295"; +} + +.mdi-function-variant::before { + content: "\F0871"; +} + +.mdi-furigana-horizontal::before { + content: "\F1081"; +} + +.mdi-furigana-vertical::before { + content: "\F1082"; +} + +.mdi-fuse::before { + content: "\F0C85"; +} + +.mdi-fuse-alert::before { + content: "\F142D"; +} + +.mdi-fuse-blade::before { + content: "\F0C86"; +} + +.mdi-fuse-off::before { + content: "\F142C"; +} + +.mdi-gamepad::before { + content: "\F0296"; +} + +.mdi-gamepad-circle::before { + content: "\F0E33"; +} + +.mdi-gamepad-circle-down::before { + content: "\F0E34"; +} + +.mdi-gamepad-circle-left::before { + content: "\F0E35"; +} + +.mdi-gamepad-circle-outline::before { + content: "\F0E36"; +} + +.mdi-gamepad-circle-right::before { + content: "\F0E37"; +} + +.mdi-gamepad-circle-up::before { + content: "\F0E38"; +} + +.mdi-gamepad-down::before { + content: "\F0E39"; +} + +.mdi-gamepad-left::before { + content: "\F0E3A"; +} + +.mdi-gamepad-right::before { + content: "\F0E3B"; +} + +.mdi-gamepad-round::before { + content: "\F0E3C"; +} + +.mdi-gamepad-round-down::before { + content: "\F0E3D"; +} + +.mdi-gamepad-round-left::before { + content: "\F0E3E"; +} + +.mdi-gamepad-round-outline::before { + content: "\F0E3F"; +} + +.mdi-gamepad-round-right::before { + content: "\F0E40"; +} + +.mdi-gamepad-round-up::before { + content: "\F0E41"; +} + +.mdi-gamepad-square::before { + content: "\F0EB5"; +} + +.mdi-gamepad-square-outline::before { + content: "\F0EB6"; +} + +.mdi-gamepad-up::before { + content: "\F0E42"; +} + +.mdi-gamepad-variant::before { + content: "\F0297"; +} + +.mdi-gamepad-variant-outline::before { + content: "\F0EB7"; +} + +.mdi-gamma::before { + content: "\F10EE"; +} + +.mdi-gantry-crane::before { + content: "\F0DD1"; +} + +.mdi-garage::before { + content: "\F06D9"; +} + +.mdi-garage-alert::before { + content: "\F0872"; +} + +.mdi-garage-alert-variant::before { + content: "\F12D5"; +} + +.mdi-garage-open::before { + content: "\F06DA"; +} + +.mdi-garage-open-variant::before { + content: "\F12D4"; +} + +.mdi-garage-variant::before { + content: "\F12D3"; +} + +.mdi-gas-cylinder::before { + content: "\F0647"; +} + +.mdi-gas-station::before { + content: "\F0298"; +} + +.mdi-gas-station-off::before { + content: "\F1409"; +} + +.mdi-gas-station-off-outline::before { + content: "\F140A"; +} + +.mdi-gas-station-outline::before { + content: "\F0EB8"; +} + +.mdi-gate::before { + content: "\F0299"; +} + +.mdi-gate-and::before { + content: "\F08E1"; +} + +.mdi-gate-arrow-right::before { + content: "\F1169"; +} + +.mdi-gate-nand::before { + content: "\F08E2"; +} + +.mdi-gate-nor::before { + content: "\F08E3"; +} + +.mdi-gate-not::before { + content: "\F08E4"; +} + +.mdi-gate-open::before { + content: "\F116A"; +} + +.mdi-gate-or::before { + content: "\F08E5"; +} + +.mdi-gate-xnor::before { + content: "\F08E6"; +} + +.mdi-gate-xor::before { + content: "\F08E7"; +} + +.mdi-gatsby::before { + content: "\F0E43"; +} + +.mdi-gauge::before { + content: "\F029A"; +} + +.mdi-gauge-empty::before { + content: "\F0873"; +} + +.mdi-gauge-full::before { + content: "\F0874"; +} + +.mdi-gauge-low::before { + content: "\F0875"; +} + +.mdi-gavel::before { + content: "\F029B"; +} + +.mdi-gender-female::before { + content: "\F029C"; +} + +.mdi-gender-male::before { + content: "\F029D"; +} + +.mdi-gender-male-female::before { + content: "\F029E"; +} + +.mdi-gender-male-female-variant::before { + content: "\F113F"; +} + +.mdi-gender-non-binary::before { + content: "\F1140"; +} + +.mdi-gender-transgender::before { + content: "\F029F"; +} + +.mdi-gentoo::before { + content: "\F08E8"; +} + +.mdi-gesture::before { + content: "\F07CB"; +} + +.mdi-gesture-double-tap::before { + content: "\F073C"; +} + +.mdi-gesture-pinch::before { + content: "\F0ABD"; +} + +.mdi-gesture-spread::before { + content: "\F0ABE"; +} + +.mdi-gesture-swipe::before { + content: "\F0D76"; +} + +.mdi-gesture-swipe-down::before { + content: "\F073D"; +} + +.mdi-gesture-swipe-horizontal::before { + content: "\F0ABF"; +} + +.mdi-gesture-swipe-left::before { + content: "\F073E"; +} + +.mdi-gesture-swipe-right::before { + content: "\F073F"; +} + +.mdi-gesture-swipe-up::before { + content: "\F0740"; +} + +.mdi-gesture-swipe-vertical::before { + content: "\F0AC0"; +} + +.mdi-gesture-tap::before { + content: "\F0741"; +} + +.mdi-gesture-tap-box::before { + content: "\F12A9"; +} + +.mdi-gesture-tap-button::before { + content: "\F12A8"; +} + +.mdi-gesture-tap-hold::before { + content: "\F0D77"; +} + +.mdi-gesture-two-double-tap::before { + content: "\F0742"; +} + +.mdi-gesture-two-tap::before { + content: "\F0743"; +} + +.mdi-ghost::before { + content: "\F02A0"; +} + +.mdi-ghost-off::before { + content: "\F09F5"; +} + +.mdi-ghost-off-outline::before { + content: "\F165C"; +} + +.mdi-ghost-outline::before { + content: "\F165D"; +} + +.mdi-gif::before { + content: "\F0D78"; +} + +.mdi-gift::before { + content: "\F0E44"; +} + +.mdi-gift-outline::before { + content: "\F02A1"; +} + +.mdi-git::before { + content: "\F02A2"; +} + +.mdi-github::before { + content: "\F02A4"; +} + +.mdi-gitlab::before { + content: "\F0BA0"; +} + +.mdi-glass-cocktail::before { + content: "\F0356"; +} + +.mdi-glass-cocktail-off::before { + content: "\F15E6"; +} + +.mdi-glass-flute::before { + content: "\F02A5"; +} + +.mdi-glass-mug::before { + content: "\F02A6"; +} + +.mdi-glass-mug-off::before { + content: "\F15E7"; +} + +.mdi-glass-mug-variant::before { + content: "\F1116"; +} + +.mdi-glass-mug-variant-off::before { + content: "\F15E8"; +} + +.mdi-glass-pint-outline::before { + content: "\F130D"; +} + +.mdi-glass-stange::before { + content: "\F02A7"; +} + +.mdi-glass-tulip::before { + content: "\F02A8"; +} + +.mdi-glass-wine::before { + content: "\F0876"; +} + +.mdi-glasses::before { + content: "\F02AA"; +} + +.mdi-globe-light::before { + content: "\F12D7"; +} + +.mdi-globe-model::before { + content: "\F08E9"; +} + +.mdi-gmail::before { + content: "\F02AB"; +} + +.mdi-gnome::before { + content: "\F02AC"; +} + +.mdi-go-kart::before { + content: "\F0D79"; +} + +.mdi-go-kart-track::before { + content: "\F0D7A"; +} + +.mdi-gog::before { + content: "\F0BA1"; +} + +.mdi-gold::before { + content: "\F124F"; +} + +.mdi-golf::before { + content: "\F0823"; +} + +.mdi-golf-cart::before { + content: "\F11A4"; +} + +.mdi-golf-tee::before { + content: "\F1083"; +} + +.mdi-gondola::before { + content: "\F0686"; +} + +.mdi-goodreads::before { + content: "\F0D7B"; +} + +.mdi-google::before { + content: "\F02AD"; +} + +.mdi-google-ads::before { + content: "\F0C87"; +} + +.mdi-google-analytics::before { + content: "\F07CC"; +} + +.mdi-google-assistant::before { + content: "\F07CD"; +} + +.mdi-google-cardboard::before { + content: "\F02AE"; +} + +.mdi-google-chrome::before { + content: "\F02AF"; +} + +.mdi-google-circles::before { + content: "\F02B0"; +} + +.mdi-google-circles-communities::before { + content: "\F02B1"; +} + +.mdi-google-circles-extended::before { + content: "\F02B2"; +} + +.mdi-google-circles-group::before { + content: "\F02B3"; +} + +.mdi-google-classroom::before { + content: "\F02C0"; +} + +.mdi-google-cloud::before { + content: "\F11F6"; +} + +.mdi-google-controller::before { + content: "\F02B4"; +} + +.mdi-google-controller-off::before { + content: "\F02B5"; +} + +.mdi-google-downasaur::before { + content: "\F1362"; +} + +.mdi-google-drive::before { + content: "\F02B6"; +} + +.mdi-google-earth::before { + content: "\F02B7"; +} + +.mdi-google-fit::before { + content: "\F096C"; +} + +.mdi-google-glass::before { + content: "\F02B8"; +} + +.mdi-google-hangouts::before { + content: "\F02C9"; +} + +.mdi-google-home::before { + content: "\F0824"; +} + +.mdi-google-keep::before { + content: "\F06DC"; +} + +.mdi-google-lens::before { + content: "\F09F6"; +} + +.mdi-google-maps::before { + content: "\F05F5"; +} + +.mdi-google-my-business::before { + content: "\F1048"; +} + +.mdi-google-nearby::before { + content: "\F02B9"; +} + +.mdi-google-photos::before { + content: "\F06DD"; +} + +.mdi-google-play::before { + content: "\F02BC"; +} + +.mdi-google-plus::before { + content: "\F02BD"; +} + +.mdi-google-podcast::before { + content: "\F0EB9"; +} + +.mdi-google-spreadsheet::before { + content: "\F09F7"; +} + +.mdi-google-street-view::before { + content: "\F0C88"; +} + +.mdi-google-translate::before { + content: "\F02BF"; +} + +.mdi-gradient::before { + content: "\F06A0"; +} + +.mdi-grain::before { + content: "\F0D7C"; +} + +.mdi-graph::before { + content: "\F1049"; +} + +.mdi-graph-outline::before { + content: "\F104A"; +} + +.mdi-graphql::before { + content: "\F0877"; +} + +.mdi-grass::before { + content: "\F1510"; +} + +.mdi-grave-stone::before { + content: "\F0BA2"; +} + +.mdi-grease-pencil::before { + content: "\F0648"; +} + +.mdi-greater-than::before { + content: "\F096D"; +} + +.mdi-greater-than-or-equal::before { + content: "\F096E"; +} + +.mdi-grid::before { + content: "\F02C1"; +} + +.mdi-grid-large::before { + content: "\F0758"; +} + +.mdi-grid-off::before { + content: "\F02C2"; +} + +.mdi-grill::before { + content: "\F0E45"; +} + +.mdi-grill-outline::before { + content: "\F118A"; +} + +.mdi-group::before { + content: "\F02C3"; +} + +.mdi-guitar-acoustic::before { + content: "\F0771"; +} + +.mdi-guitar-electric::before { + content: "\F02C4"; +} + +.mdi-guitar-pick::before { + content: "\F02C5"; +} + +.mdi-guitar-pick-outline::before { + content: "\F02C6"; +} + +.mdi-guy-fawkes-mask::before { + content: "\F0825"; +} + +.mdi-hail::before { + content: "\F0AC1"; +} + +.mdi-hair-dryer::before { + content: "\F10EF"; +} + +.mdi-hair-dryer-outline::before { + content: "\F10F0"; +} + +.mdi-halloween::before { + content: "\F0BA3"; +} + +.mdi-hamburger::before { + content: "\F0685"; +} + +.mdi-hammer::before { + content: "\F08EA"; +} + +.mdi-hammer-screwdriver::before { + content: "\F1322"; +} + +.mdi-hammer-wrench::before { + content: "\F1323"; +} + +.mdi-hand::before { + content: "\F0A4F"; +} + +.mdi-hand-heart::before { + content: "\F10F1"; +} + +.mdi-hand-heart-outline::before { + content: "\F157E"; +} + +.mdi-hand-left::before { + content: "\F0E46"; +} + +.mdi-hand-okay::before { + content: "\F0A50"; +} + +.mdi-hand-peace::before { + content: "\F0A51"; +} + +.mdi-hand-peace-variant::before { + content: "\F0A52"; +} + +.mdi-hand-pointing-down::before { + content: "\F0A53"; +} + +.mdi-hand-pointing-left::before { + content: "\F0A54"; +} + +.mdi-hand-pointing-right::before { + content: "\F02C7"; +} + +.mdi-hand-pointing-up::before { + content: "\F0A55"; +} + +.mdi-hand-right::before { + content: "\F0E47"; +} + +.mdi-hand-saw::before { + content: "\F0E48"; +} + +.mdi-hand-wash::before { + content: "\F157F"; +} + +.mdi-hand-wash-outline::before { + content: "\F1580"; +} + +.mdi-hand-water::before { + content: "\F139F"; +} + +.mdi-handball::before { + content: "\F0F53"; +} + +.mdi-handcuffs::before { + content: "\F113E"; +} + +.mdi-handshake::before { + content: "\F1218"; +} + +.mdi-handshake-outline::before { + content: "\F15A1"; +} + +.mdi-hanger::before { + content: "\F02C8"; +} + +.mdi-hard-hat::before { + content: "\F096F"; +} + +.mdi-harddisk::before { + content: "\F02CA"; +} + +.mdi-harddisk-plus::before { + content: "\F104B"; +} + +.mdi-harddisk-remove::before { + content: "\F104C"; +} + +.mdi-hat-fedora::before { + content: "\F0BA4"; +} + +.mdi-hazard-lights::before { + content: "\F0C89"; +} + +.mdi-hdr::before { + content: "\F0D7D"; +} + +.mdi-hdr-off::before { + content: "\F0D7E"; +} + +.mdi-head::before { + content: "\F135E"; +} + +.mdi-head-alert::before { + content: "\F1338"; +} + +.mdi-head-alert-outline::before { + content: "\F1339"; +} + +.mdi-head-check::before { + content: "\F133A"; +} + +.mdi-head-check-outline::before { + content: "\F133B"; +} + +.mdi-head-cog::before { + content: "\F133C"; +} + +.mdi-head-cog-outline::before { + content: "\F133D"; +} + +.mdi-head-dots-horizontal::before { + content: "\F133E"; +} + +.mdi-head-dots-horizontal-outline::before { + content: "\F133F"; +} + +.mdi-head-flash::before { + content: "\F1340"; +} + +.mdi-head-flash-outline::before { + content: "\F1341"; +} + +.mdi-head-heart::before { + content: "\F1342"; +} + +.mdi-head-heart-outline::before { + content: "\F1343"; +} + +.mdi-head-lightbulb::before { + content: "\F1344"; +} + +.mdi-head-lightbulb-outline::before { + content: "\F1345"; +} + +.mdi-head-minus::before { + content: "\F1346"; +} + +.mdi-head-minus-outline::before { + content: "\F1347"; +} + +.mdi-head-outline::before { + content: "\F135F"; +} + +.mdi-head-plus::before { + content: "\F1348"; +} + +.mdi-head-plus-outline::before { + content: "\F1349"; +} + +.mdi-head-question::before { + content: "\F134A"; +} + +.mdi-head-question-outline::before { + content: "\F134B"; +} + +.mdi-head-remove::before { + content: "\F134C"; +} + +.mdi-head-remove-outline::before { + content: "\F134D"; +} + +.mdi-head-snowflake::before { + content: "\F134E"; +} + +.mdi-head-snowflake-outline::before { + content: "\F134F"; +} + +.mdi-head-sync::before { + content: "\F1350"; +} + +.mdi-head-sync-outline::before { + content: "\F1351"; +} + +.mdi-headphones::before { + content: "\F02CB"; +} + +.mdi-headphones-bluetooth::before { + content: "\F0970"; +} + +.mdi-headphones-box::before { + content: "\F02CC"; +} + +.mdi-headphones-off::before { + content: "\F07CE"; +} + +.mdi-headphones-settings::before { + content: "\F02CD"; +} + +.mdi-headset::before { + content: "\F02CE"; +} + +.mdi-headset-dock::before { + content: "\F02CF"; +} + +.mdi-headset-off::before { + content: "\F02D0"; +} + +.mdi-heart::before { + content: "\F02D1"; +} + +.mdi-heart-box::before { + content: "\F02D2"; +} + +.mdi-heart-box-outline::before { + content: "\F02D3"; +} + +.mdi-heart-broken::before { + content: "\F02D4"; +} + +.mdi-heart-broken-outline::before { + content: "\F0D14"; +} + +.mdi-heart-circle::before { + content: "\F0971"; +} + +.mdi-heart-circle-outline::before { + content: "\F0972"; +} + +.mdi-heart-cog::before { + content: "\F1663"; +} + +.mdi-heart-cog-outline::before { + content: "\F1664"; +} + +.mdi-heart-flash::before { + content: "\F0EF9"; +} + +.mdi-heart-half::before { + content: "\F06DF"; +} + +.mdi-heart-half-full::before { + content: "\F06DE"; +} + +.mdi-heart-half-outline::before { + content: "\F06E0"; +} + +.mdi-heart-minus::before { + content: "\F142F"; +} + +.mdi-heart-minus-outline::before { + content: "\F1432"; +} + +.mdi-heart-multiple::before { + content: "\F0A56"; +} + +.mdi-heart-multiple-outline::before { + content: "\F0A57"; +} + +.mdi-heart-off::before { + content: "\F0759"; +} + +.mdi-heart-off-outline::before { + content: "\F1434"; +} + +.mdi-heart-outline::before { + content: "\F02D5"; +} + +.mdi-heart-plus::before { + content: "\F142E"; +} + +.mdi-heart-plus-outline::before { + content: "\F1431"; +} + +.mdi-heart-pulse::before { + content: "\F05F6"; +} + +.mdi-heart-remove::before { + content: "\F1430"; +} + +.mdi-heart-remove-outline::before { + content: "\F1433"; +} + +.mdi-heart-settings::before { + content: "\F1665"; +} + +.mdi-heart-settings-outline::before { + content: "\F1666"; +} + +.mdi-helicopter::before { + content: "\F0AC2"; +} + +.mdi-help::before { + content: "\F02D6"; +} + +.mdi-help-box::before { + content: "\F078B"; +} + +.mdi-help-circle::before { + content: "\F02D7"; +} + +.mdi-help-circle-outline::before { + content: "\F0625"; +} + +.mdi-help-network::before { + content: "\F06F5"; +} + +.mdi-help-network-outline::before { + content: "\F0C8A"; +} + +.mdi-help-rhombus::before { + content: "\F0BA5"; +} + +.mdi-help-rhombus-outline::before { + content: "\F0BA6"; +} + +.mdi-hexadecimal::before { + content: "\F12A7"; +} + +.mdi-hexagon::before { + content: "\F02D8"; +} + +.mdi-hexagon-multiple::before { + content: "\F06E1"; +} + +.mdi-hexagon-multiple-outline::before { + content: "\F10F2"; +} + +.mdi-hexagon-outline::before { + content: "\F02D9"; +} + +.mdi-hexagon-slice-1::before { + content: "\F0AC3"; +} + +.mdi-hexagon-slice-2::before { + content: "\F0AC4"; +} + +.mdi-hexagon-slice-3::before { + content: "\F0AC5"; +} + +.mdi-hexagon-slice-4::before { + content: "\F0AC6"; +} + +.mdi-hexagon-slice-5::before { + content: "\F0AC7"; +} + +.mdi-hexagon-slice-6::before { + content: "\F0AC8"; +} + +.mdi-hexagram::before { + content: "\F0AC9"; +} + +.mdi-hexagram-outline::before { + content: "\F0ACA"; +} + +.mdi-high-definition::before { + content: "\F07CF"; +} + +.mdi-high-definition-box::before { + content: "\F0878"; +} + +.mdi-highway::before { + content: "\F05F7"; +} + +.mdi-hiking::before { + content: "\F0D7F"; +} + +.mdi-hinduism::before { + content: "\F0973"; +} + +.mdi-history::before { + content: "\F02DA"; +} + +.mdi-hockey-puck::before { + content: "\F0879"; +} + +.mdi-hockey-sticks::before { + content: "\F087A"; +} + +.mdi-hololens::before { + content: "\F02DB"; +} + +.mdi-home::before { + content: "\F02DC"; +} + +.mdi-home-account::before { + content: "\F0826"; +} + +.mdi-home-alert::before { + content: "\F087B"; +} + +.mdi-home-alert-outline::before { + content: "\F15D0"; +} + +.mdi-home-analytics::before { + content: "\F0EBA"; +} + +.mdi-home-assistant::before { + content: "\F07D0"; +} + +.mdi-home-automation::before { + content: "\F07D1"; +} + +.mdi-home-circle::before { + content: "\F07D2"; +} + +.mdi-home-circle-outline::before { + content: "\F104D"; +} + +.mdi-home-city::before { + content: "\F0D15"; +} + +.mdi-home-city-outline::before { + content: "\F0D16"; +} + +.mdi-home-currency-usd::before { + content: "\F08AF"; +} + +.mdi-home-edit::before { + content: "\F1159"; +} + +.mdi-home-edit-outline::before { + content: "\F115A"; +} + +.mdi-home-export-outline::before { + content: "\F0F9B"; +} + +.mdi-home-flood::before { + content: "\F0EFA"; +} + +.mdi-home-floor-0::before { + content: "\F0DD2"; +} + +.mdi-home-floor-1::before { + content: "\F0D80"; +} + +.mdi-home-floor-2::before { + content: "\F0D81"; +} + +.mdi-home-floor-3::before { + content: "\F0D82"; +} + +.mdi-home-floor-a::before { + content: "\F0D83"; +} + +.mdi-home-floor-b::before { + content: "\F0D84"; +} + +.mdi-home-floor-g::before { + content: "\F0D85"; +} + +.mdi-home-floor-l::before { + content: "\F0D86"; +} + +.mdi-home-floor-negative-1::before { + content: "\F0DD3"; +} + +.mdi-home-group::before { + content: "\F0DD4"; +} + +.mdi-home-heart::before { + content: "\F0827"; +} + +.mdi-home-import-outline::before { + content: "\F0F9C"; +} + +.mdi-home-lightbulb::before { + content: "\F1251"; +} + +.mdi-home-lightbulb-outline::before { + content: "\F1252"; +} + +.mdi-home-lock::before { + content: "\F08EB"; +} + +.mdi-home-lock-open::before { + content: "\F08EC"; +} + +.mdi-home-map-marker::before { + content: "\F05F8"; +} + +.mdi-home-minus::before { + content: "\F0974"; +} + +.mdi-home-minus-outline::before { + content: "\F13D5"; +} + +.mdi-home-modern::before { + content: "\F02DD"; +} + +.mdi-home-outline::before { + content: "\F06A1"; +} + +.mdi-home-plus::before { + content: "\F0975"; +} + +.mdi-home-plus-outline::before { + content: "\F13D6"; +} + +.mdi-home-remove::before { + content: "\F1247"; +} + +.mdi-home-remove-outline::before { + content: "\F13D7"; +} + +.mdi-home-roof::before { + content: "\F112B"; +} + +.mdi-home-search::before { + content: "\F13B0"; +} + +.mdi-home-search-outline::before { + content: "\F13B1"; +} + +.mdi-home-thermometer::before { + content: "\F0F54"; +} + +.mdi-home-thermometer-outline::before { + content: "\F0F55"; +} + +.mdi-home-variant::before { + content: "\F02DE"; +} + +.mdi-home-variant-outline::before { + content: "\F0BA7"; +} + +.mdi-hook::before { + content: "\F06E2"; +} + +.mdi-hook-off::before { + content: "\F06E3"; +} + +.mdi-hops::before { + content: "\F02DF"; +} + +.mdi-horizontal-rotate-clockwise::before { + content: "\F10F3"; +} + +.mdi-horizontal-rotate-counterclockwise::before { + content: "\F10F4"; +} + +.mdi-horse::before { + content: "\F15BF"; +} + +.mdi-horse-human::before { + content: "\F15C0"; +} + +.mdi-horse-variant::before { + content: "\F15C1"; +} + +.mdi-horseshoe::before { + content: "\F0A58"; +} + +.mdi-hospital::before { + content: "\F0FF6"; +} + +.mdi-hospital-box::before { + content: "\F02E0"; +} + +.mdi-hospital-box-outline::before { + content: "\F0FF7"; +} + +.mdi-hospital-building::before { + content: "\F02E1"; +} + +.mdi-hospital-marker::before { + content: "\F02E2"; +} + +.mdi-hot-tub::before { + content: "\F0828"; +} + +.mdi-hours-24::before { + content: "\F1478"; +} + +.mdi-hubspot::before { + content: "\F0D17"; +} + +.mdi-hulu::before { + content: "\F0829"; +} + +.mdi-human::before { + content: "\F02E6"; +} + +.mdi-human-baby-changing-table::before { + content: "\F138B"; +} + +.mdi-human-cane::before { + content: "\F1581"; +} + +.mdi-human-capacity-decrease::before { + content: "\F159B"; +} + +.mdi-human-capacity-increase::before { + content: "\F159C"; +} + +.mdi-human-child::before { + content: "\F02E7"; +} + +.mdi-human-edit::before { + content: "\F14E8"; +} + +.mdi-human-female::before { + content: "\F0649"; +} + +.mdi-human-female-boy::before { + content: "\F0A59"; +} + +.mdi-human-female-dance::before { + content: "\F15C9"; +} + +.mdi-human-female-female::before { + content: "\F0A5A"; +} + +.mdi-human-female-girl::before { + content: "\F0A5B"; +} + +.mdi-human-greeting::before { + content: "\F064A"; +} + +.mdi-human-greeting-proximity::before { + content: "\F159D"; +} + +.mdi-human-handsdown::before { + content: "\F064B"; +} + +.mdi-human-handsup::before { + content: "\F064C"; +} + +.mdi-human-male::before { + content: "\F064D"; +} + +.mdi-human-male-boy::before { + content: "\F0A5C"; +} + +.mdi-human-male-child::before { + content: "\F138C"; +} + +.mdi-human-male-female::before { + content: "\F02E8"; +} + +.mdi-human-male-girl::before { + content: "\F0A5D"; +} + +.mdi-human-male-height::before { + content: "\F0EFB"; +} + +.mdi-human-male-height-variant::before { + content: "\F0EFC"; +} + +.mdi-human-male-male::before { + content: "\F0A5E"; +} + +.mdi-human-pregnant::before { + content: "\F05CF"; +} + +.mdi-human-queue::before { + content: "\F1571"; +} + +.mdi-human-scooter::before { + content: "\F11E9"; +} + +.mdi-human-wheelchair::before { + content: "\F138D"; +} + +.mdi-humble-bundle::before { + content: "\F0744"; +} + +.mdi-hvac::before { + content: "\F1352"; +} + +.mdi-hvac-off::before { + content: "\F159E"; +} + +.mdi-hydraulic-oil-level::before { + content: "\F1324"; +} + +.mdi-hydraulic-oil-temperature::before { + content: "\F1325"; +} + +.mdi-hydro-power::before { + content: "\F12E5"; +} + +.mdi-ice-cream::before { + content: "\F082A"; +} + +.mdi-ice-cream-off::before { + content: "\F0E52"; +} + +.mdi-ice-pop::before { + content: "\F0EFD"; +} + +.mdi-id-card::before { + content: "\F0FC0"; +} + +.mdi-identifier::before { + content: "\F0EFE"; +} + +.mdi-ideogram-cjk::before { + content: "\F1331"; +} + +.mdi-ideogram-cjk-variant::before { + content: "\F1332"; +} + +.mdi-iframe::before { + content: "\F0C8B"; +} + +.mdi-iframe-array::before { + content: "\F10F5"; +} + +.mdi-iframe-array-outline::before { + content: "\F10F6"; +} + +.mdi-iframe-braces::before { + content: "\F10F7"; +} + +.mdi-iframe-braces-outline::before { + content: "\F10F8"; +} + +.mdi-iframe-outline::before { + content: "\F0C8C"; +} + +.mdi-iframe-parentheses::before { + content: "\F10F9"; +} + +.mdi-iframe-parentheses-outline::before { + content: "\F10FA"; +} + +.mdi-iframe-variable::before { + content: "\F10FB"; +} + +.mdi-iframe-variable-outline::before { + content: "\F10FC"; +} + +.mdi-image::before { + content: "\F02E9"; +} + +.mdi-image-album::before { + content: "\F02EA"; +} + +.mdi-image-area::before { + content: "\F02EB"; +} + +.mdi-image-area-close::before { + content: "\F02EC"; +} + +.mdi-image-auto-adjust::before { + content: "\F0FC1"; +} + +.mdi-image-broken::before { + content: "\F02ED"; +} + +.mdi-image-broken-variant::before { + content: "\F02EE"; +} + +.mdi-image-edit::before { + content: "\F11E3"; +} + +.mdi-image-edit-outline::before { + content: "\F11E4"; +} + +.mdi-image-filter-black-white::before { + content: "\F02F0"; +} + +.mdi-image-filter-center-focus::before { + content: "\F02F1"; +} + +.mdi-image-filter-center-focus-strong::before { + content: "\F0EFF"; +} + +.mdi-image-filter-center-focus-strong-outline::before { + content: "\F0F00"; +} + +.mdi-image-filter-center-focus-weak::before { + content: "\F02F2"; +} + +.mdi-image-filter-drama::before { + content: "\F02F3"; +} + +.mdi-image-filter-frames::before { + content: "\F02F4"; +} + +.mdi-image-filter-hdr::before { + content: "\F02F5"; +} + +.mdi-image-filter-none::before { + content: "\F02F6"; +} + +.mdi-image-filter-tilt-shift::before { + content: "\F02F7"; +} + +.mdi-image-filter-vintage::before { + content: "\F02F8"; +} + +.mdi-image-frame::before { + content: "\F0E49"; +} + +.mdi-image-minus::before { + content: "\F1419"; +} + +.mdi-image-move::before { + content: "\F09F8"; +} + +.mdi-image-multiple::before { + content: "\F02F9"; +} + +.mdi-image-multiple-outline::before { + content: "\F02EF"; +} + +.mdi-image-off::before { + content: "\F082B"; +} + +.mdi-image-off-outline::before { + content: "\F11D1"; +} + +.mdi-image-outline::before { + content: "\F0976"; +} + +.mdi-image-plus::before { + content: "\F087C"; +} + +.mdi-image-remove::before { + content: "\F1418"; +} + +.mdi-image-search::before { + content: "\F0977"; +} + +.mdi-image-search-outline::before { + content: "\F0978"; +} + +.mdi-image-size-select-actual::before { + content: "\F0C8D"; +} + +.mdi-image-size-select-large::before { + content: "\F0C8E"; +} + +.mdi-image-size-select-small::before { + content: "\F0C8F"; +} + +.mdi-image-text::before { + content: "\F160D"; +} + +.mdi-import::before { + content: "\F02FA"; +} + +.mdi-inbox::before { + content: "\F0687"; +} + +.mdi-inbox-arrow-down::before { + content: "\F02FB"; +} + +.mdi-inbox-arrow-down-outline::before { + content: "\F1270"; +} + +.mdi-inbox-arrow-up::before { + content: "\F03D1"; +} + +.mdi-inbox-arrow-up-outline::before { + content: "\F1271"; +} + +.mdi-inbox-full::before { + content: "\F1272"; +} + +.mdi-inbox-full-outline::before { + content: "\F1273"; +} + +.mdi-inbox-multiple::before { + content: "\F08B0"; +} + +.mdi-inbox-multiple-outline::before { + content: "\F0BA8"; +} + +.mdi-inbox-outline::before { + content: "\F1274"; +} + +.mdi-inbox-remove::before { + content: "\F159F"; +} + +.mdi-inbox-remove-outline::before { + content: "\F15A0"; +} + +.mdi-incognito::before { + content: "\F05F9"; +} + +.mdi-incognito-circle::before { + content: "\F1421"; +} + +.mdi-incognito-circle-off::before { + content: "\F1422"; +} + +.mdi-incognito-off::before { + content: "\F0075"; +} + +.mdi-infinity::before { + content: "\F06E4"; +} + +.mdi-information::before { + content: "\F02FC"; +} + +.mdi-information-outline::before { + content: "\F02FD"; +} + +.mdi-information-variant::before { + content: "\F064E"; +} + +.mdi-instagram::before { + content: "\F02FE"; +} + +.mdi-instrument-triangle::before { + content: "\F104E"; +} + +.mdi-invert-colors::before { + content: "\F0301"; +} + +.mdi-invert-colors-off::before { + content: "\F0E4A"; +} + +.mdi-iobroker::before { + content: "\F12E8"; +} + +.mdi-ip::before { + content: "\F0A5F"; +} + +.mdi-ip-network::before { + content: "\F0A60"; +} + +.mdi-ip-network-outline::before { + content: "\F0C90"; +} + +.mdi-ipod::before { + content: "\F0C91"; +} + +.mdi-islam::before { + content: "\F0979"; +} + +.mdi-island::before { + content: "\F104F"; +} + +.mdi-iv-bag::before { + content: "\F10B9"; +} + +.mdi-jabber::before { + content: "\F0DD5"; +} + +.mdi-jeepney::before { + content: "\F0302"; +} + +.mdi-jellyfish::before { + content: "\F0F01"; +} + +.mdi-jellyfish-outline::before { + content: "\F0F02"; +} + +.mdi-jira::before { + content: "\F0303"; +} + +.mdi-jquery::before { + content: "\F087D"; +} + +.mdi-jsfiddle::before { + content: "\F0304"; +} + +.mdi-judaism::before { + content: "\F097A"; +} + +.mdi-jump-rope::before { + content: "\F12FF"; +} + +.mdi-kabaddi::before { + content: "\F0D87"; +} + +.mdi-kangaroo::before { + content: "\F1558"; +} + +.mdi-karate::before { + content: "\F082C"; +} + +.mdi-keg::before { + content: "\F0305"; +} + +.mdi-kettle::before { + content: "\F05FA"; +} + +.mdi-kettle-alert::before { + content: "\F1317"; +} + +.mdi-kettle-alert-outline::before { + content: "\F1318"; +} + +.mdi-kettle-off::before { + content: "\F131B"; +} + +.mdi-kettle-off-outline::before { + content: "\F131C"; +} + +.mdi-kettle-outline::before { + content: "\F0F56"; +} + +.mdi-kettle-steam::before { + content: "\F1319"; +} + +.mdi-kettle-steam-outline::before { + content: "\F131A"; +} + +.mdi-kettlebell::before { + content: "\F1300"; +} + +.mdi-key::before { + content: "\F0306"; +} + +.mdi-key-arrow-right::before { + content: "\F1312"; +} + +.mdi-key-chain::before { + content: "\F1574"; +} + +.mdi-key-chain-variant::before { + content: "\F1575"; +} + +.mdi-key-change::before { + content: "\F0307"; +} + +.mdi-key-link::before { + content: "\F119F"; +} + +.mdi-key-minus::before { + content: "\F0308"; +} + +.mdi-key-outline::before { + content: "\F0DD6"; +} + +.mdi-key-plus::before { + content: "\F0309"; +} + +.mdi-key-remove::before { + content: "\F030A"; +} + +.mdi-key-star::before { + content: "\F119E"; +} + +.mdi-key-variant::before { + content: "\F030B"; +} + +.mdi-key-wireless::before { + content: "\F0FC2"; +} + +.mdi-keyboard::before { + content: "\F030C"; +} + +.mdi-keyboard-backspace::before { + content: "\F030D"; +} + +.mdi-keyboard-caps::before { + content: "\F030E"; +} + +.mdi-keyboard-close::before { + content: "\F030F"; +} + +.mdi-keyboard-esc::before { + content: "\F12B7"; +} + +.mdi-keyboard-f1::before { + content: "\F12AB"; +} + +.mdi-keyboard-f10::before { + content: "\F12B4"; +} + +.mdi-keyboard-f11::before { + content: "\F12B5"; +} + +.mdi-keyboard-f12::before { + content: "\F12B6"; +} + +.mdi-keyboard-f2::before { + content: "\F12AC"; +} + +.mdi-keyboard-f3::before { + content: "\F12AD"; +} + +.mdi-keyboard-f4::before { + content: "\F12AE"; +} + +.mdi-keyboard-f5::before { + content: "\F12AF"; +} + +.mdi-keyboard-f6::before { + content: "\F12B0"; +} + +.mdi-keyboard-f7::before { + content: "\F12B1"; +} + +.mdi-keyboard-f8::before { + content: "\F12B2"; +} + +.mdi-keyboard-f9::before { + content: "\F12B3"; +} + +.mdi-keyboard-off::before { + content: "\F0310"; +} + +.mdi-keyboard-off-outline::before { + content: "\F0E4B"; +} + +.mdi-keyboard-outline::before { + content: "\F097B"; +} + +.mdi-keyboard-return::before { + content: "\F0311"; +} + +.mdi-keyboard-settings::before { + content: "\F09F9"; +} + +.mdi-keyboard-settings-outline::before { + content: "\F09FA"; +} + +.mdi-keyboard-space::before { + content: "\F1050"; +} + +.mdi-keyboard-tab::before { + content: "\F0312"; +} + +.mdi-keyboard-variant::before { + content: "\F0313"; +} + +.mdi-khanda::before { + content: "\F10FD"; +} + +.mdi-kickstarter::before { + content: "\F0745"; +} + +.mdi-klingon::before { + content: "\F135B"; +} + +.mdi-knife::before { + content: "\F09FB"; +} + +.mdi-knife-military::before { + content: "\F09FC"; +} + +.mdi-kodi::before { + content: "\F0314"; +} + +.mdi-kubernetes::before { + content: "\F10FE"; +} + +.mdi-label::before { + content: "\F0315"; +} + +.mdi-label-multiple::before { + content: "\F1375"; +} + +.mdi-label-multiple-outline::before { + content: "\F1376"; +} + +.mdi-label-off::before { + content: "\F0ACB"; +} + +.mdi-label-off-outline::before { + content: "\F0ACC"; +} + +.mdi-label-outline::before { + content: "\F0316"; +} + +.mdi-label-percent::before { + content: "\F12EA"; +} + +.mdi-label-percent-outline::before { + content: "\F12EB"; +} + +.mdi-label-variant::before { + content: "\F0ACD"; +} + +.mdi-label-variant-outline::before { + content: "\F0ACE"; +} + +.mdi-ladder::before { + content: "\F15A2"; +} + +.mdi-ladybug::before { + content: "\F082D"; +} + +.mdi-lambda::before { + content: "\F0627"; +} + +.mdi-lamp::before { + content: "\F06B5"; +} + +.mdi-lamps::before { + content: "\F1576"; +} + +.mdi-lan::before { + content: "\F0317"; +} + +.mdi-lan-check::before { + content: "\F12AA"; +} + +.mdi-lan-connect::before { + content: "\F0318"; +} + +.mdi-lan-disconnect::before { + content: "\F0319"; +} + +.mdi-lan-pending::before { + content: "\F031A"; +} + +.mdi-language-c::before { + content: "\F0671"; +} + +.mdi-language-cpp::before { + content: "\F0672"; +} + +.mdi-language-csharp::before { + content: "\F031B"; +} + +.mdi-language-css3::before { + content: "\F031C"; +} + +.mdi-language-fortran::before { + content: "\F121A"; +} + +.mdi-language-go::before { + content: "\F07D3"; +} + +.mdi-language-haskell::before { + content: "\F0C92"; +} + +.mdi-language-html5::before { + content: "\F031D"; +} + +.mdi-language-java::before { + content: "\F0B37"; +} + +.mdi-language-javascript::before { + content: "\F031E"; +} + +.mdi-language-kotlin::before { + content: "\F1219"; +} + +.mdi-language-lua::before { + content: "\F08B1"; +} + +.mdi-language-markdown::before { + content: "\F0354"; +} + +.mdi-language-markdown-outline::before { + content: "\F0F5B"; +} + +.mdi-language-php::before { + content: "\F031F"; +} + +.mdi-language-python::before { + content: "\F0320"; +} + +.mdi-language-r::before { + content: "\F07D4"; +} + +.mdi-language-ruby::before { + content: "\F0D2D"; +} + +.mdi-language-ruby-on-rails::before { + content: "\F0ACF"; +} + +.mdi-language-rust::before { + content: "\F1617"; +} + +.mdi-language-swift::before { + content: "\F06E5"; +} + +.mdi-language-typescript::before { + content: "\F06E6"; +} + +.mdi-language-xaml::before { + content: "\F0673"; +} + +.mdi-laptop::before { + content: "\F0322"; +} + +.mdi-laptop-chromebook::before { + content: "\F0323"; +} + +.mdi-laptop-mac::before { + content: "\F0324"; +} + +.mdi-laptop-off::before { + content: "\F06E7"; +} + +.mdi-laptop-windows::before { + content: "\F0325"; +} + +.mdi-laravel::before { + content: "\F0AD0"; +} + +.mdi-laser-pointer::before { + content: "\F1484"; +} + +.mdi-lasso::before { + content: "\F0F03"; +} + +.mdi-lastpass::before { + content: "\F0446"; +} + +.mdi-latitude::before { + content: "\F0F57"; +} + +.mdi-launch::before { + content: "\F0327"; +} + +.mdi-lava-lamp::before { + content: "\F07D5"; +} + +.mdi-layers::before { + content: "\F0328"; +} + +.mdi-layers-minus::before { + content: "\F0E4C"; +} + +.mdi-layers-off::before { + content: "\F0329"; +} + +.mdi-layers-off-outline::before { + content: "\F09FD"; +} + +.mdi-layers-outline::before { + content: "\F09FE"; +} + +.mdi-layers-plus::before { + content: "\F0E4D"; +} + +.mdi-layers-remove::before { + content: "\F0E4E"; +} + +.mdi-layers-search::before { + content: "\F1206"; +} + +.mdi-layers-search-outline::before { + content: "\F1207"; +} + +.mdi-layers-triple::before { + content: "\F0F58"; +} + +.mdi-layers-triple-outline::before { + content: "\F0F59"; +} + +.mdi-lead-pencil::before { + content: "\F064F"; +} + +.mdi-leaf::before { + content: "\F032A"; +} + +.mdi-leaf-maple::before { + content: "\F0C93"; +} + +.mdi-leaf-maple-off::before { + content: "\F12DA"; +} + +.mdi-leaf-off::before { + content: "\F12D9"; +} + +.mdi-leak::before { + content: "\F0DD7"; +} + +.mdi-leak-off::before { + content: "\F0DD8"; +} + +.mdi-led-off::before { + content: "\F032B"; +} + +.mdi-led-on::before { + content: "\F032C"; +} + +.mdi-led-outline::before { + content: "\F032D"; +} + +.mdi-led-strip::before { + content: "\F07D6"; +} + +.mdi-led-strip-variant::before { + content: "\F1051"; +} + +.mdi-led-variant-off::before { + content: "\F032E"; +} + +.mdi-led-variant-on::before { + content: "\F032F"; +} + +.mdi-led-variant-outline::before { + content: "\F0330"; +} + +.mdi-leek::before { + content: "\F117D"; +} + +.mdi-less-than::before { + content: "\F097C"; +} + +.mdi-less-than-or-equal::before { + content: "\F097D"; +} + +.mdi-library::before { + content: "\F0331"; +} + +.mdi-library-shelves::before { + content: "\F0BA9"; +} + +.mdi-license::before { + content: "\F0FC3"; +} + +.mdi-lifebuoy::before { + content: "\F087E"; +} + +.mdi-light-switch::before { + content: "\F097E"; +} + +.mdi-lightbulb::before { + content: "\F0335"; +} + +.mdi-lightbulb-cfl::before { + content: "\F1208"; +} + +.mdi-lightbulb-cfl-off::before { + content: "\F1209"; +} + +.mdi-lightbulb-cfl-spiral::before { + content: "\F1275"; +} + +.mdi-lightbulb-cfl-spiral-off::before { + content: "\F12C3"; +} + +.mdi-lightbulb-group::before { + content: "\F1253"; +} + +.mdi-lightbulb-group-off::before { + content: "\F12CD"; +} + +.mdi-lightbulb-group-off-outline::before { + content: "\F12CE"; +} + +.mdi-lightbulb-group-outline::before { + content: "\F1254"; +} + +.mdi-lightbulb-multiple::before { + content: "\F1255"; +} + +.mdi-lightbulb-multiple-off::before { + content: "\F12CF"; +} + +.mdi-lightbulb-multiple-off-outline::before { + content: "\F12D0"; +} + +.mdi-lightbulb-multiple-outline::before { + content: "\F1256"; +} + +.mdi-lightbulb-off::before { + content: "\F0E4F"; +} + +.mdi-lightbulb-off-outline::before { + content: "\F0E50"; +} + +.mdi-lightbulb-on::before { + content: "\F06E8"; +} + +.mdi-lightbulb-on-outline::before { + content: "\F06E9"; +} + +.mdi-lightbulb-outline::before { + content: "\F0336"; +} + +.mdi-lighthouse::before { + content: "\F09FF"; +} + +.mdi-lighthouse-on::before { + content: "\F0A00"; +} + +.mdi-lightning-bolt::before { + content: "\F140B"; +} + +.mdi-lightning-bolt-outline::before { + content: "\F140C"; +} + +.mdi-lingerie::before { + content: "\F1476"; +} + +.mdi-link::before { + content: "\F0337"; +} + +.mdi-link-box::before { + content: "\F0D1A"; +} + +.mdi-link-box-outline::before { + content: "\F0D1B"; +} + +.mdi-link-box-variant::before { + content: "\F0D1C"; +} + +.mdi-link-box-variant-outline::before { + content: "\F0D1D"; +} + +.mdi-link-lock::before { + content: "\F10BA"; +} + +.mdi-link-off::before { + content: "\F0338"; +} + +.mdi-link-plus::before { + content: "\F0C94"; +} + +.mdi-link-variant::before { + content: "\F0339"; +} + +.mdi-link-variant-minus::before { + content: "\F10FF"; +} + +.mdi-link-variant-off::before { + content: "\F033A"; +} + +.mdi-link-variant-plus::before { + content: "\F1100"; +} + +.mdi-link-variant-remove::before { + content: "\F1101"; +} + +.mdi-linkedin::before { + content: "\F033B"; +} + +.mdi-linux::before { + content: "\F033D"; +} + +.mdi-linux-mint::before { + content: "\F08ED"; +} + +.mdi-lipstick::before { + content: "\F13B5"; +} + +.mdi-list-status::before { + content: "\F15AB"; +} + +.mdi-litecoin::before { + content: "\F0A61"; +} + +.mdi-loading::before { + content: "\F0772"; +} + +.mdi-location-enter::before { + content: "\F0FC4"; +} + +.mdi-location-exit::before { + content: "\F0FC5"; +} + +.mdi-lock::before { + content: "\F033E"; +} + +.mdi-lock-alert::before { + content: "\F08EE"; +} + +.mdi-lock-alert-outline::before { + content: "\F15D1"; +} + +.mdi-lock-check::before { + content: "\F139A"; +} + +.mdi-lock-check-outline::before { + content: "\F16A8"; +} + +.mdi-lock-clock::before { + content: "\F097F"; +} + +.mdi-lock-minus::before { + content: "\F16A9"; +} + +.mdi-lock-minus-outline::before { + content: "\F16AA"; +} + +.mdi-lock-off::before { + content: "\F1671"; +} + +.mdi-lock-off-outline::before { + content: "\F1672"; +} + +.mdi-lock-open::before { + content: "\F033F"; +} + +.mdi-lock-open-alert::before { + content: "\F139B"; +} + +.mdi-lock-open-alert-outline::before { + content: "\F15D2"; +} + +.mdi-lock-open-check::before { + content: "\F139C"; +} + +.mdi-lock-open-check-outline::before { + content: "\F16AB"; +} + +.mdi-lock-open-minus::before { + content: "\F16AC"; +} + +.mdi-lock-open-minus-outline::before { + content: "\F16AD"; +} + +.mdi-lock-open-outline::before { + content: "\F0340"; +} + +.mdi-lock-open-plus::before { + content: "\F16AE"; +} + +.mdi-lock-open-plus-outline::before { + content: "\F16AF"; +} + +.mdi-lock-open-remove::before { + content: "\F16B0"; +} + +.mdi-lock-open-remove-outline::before { + content: "\F16B1"; +} + +.mdi-lock-open-variant::before { + content: "\F0FC6"; +} + +.mdi-lock-open-variant-outline::before { + content: "\F0FC7"; +} + +.mdi-lock-outline::before { + content: "\F0341"; +} + +.mdi-lock-pattern::before { + content: "\F06EA"; +} + +.mdi-lock-plus::before { + content: "\F05FB"; +} + +.mdi-lock-plus-outline::before { + content: "\F16B2"; +} + +.mdi-lock-question::before { + content: "\F08EF"; +} + +.mdi-lock-remove::before { + content: "\F16B3"; +} + +.mdi-lock-remove-outline::before { + content: "\F16B4"; +} + +.mdi-lock-reset::before { + content: "\F0773"; +} + +.mdi-lock-smart::before { + content: "\F08B2"; +} + +.mdi-locker::before { + content: "\F07D7"; +} + +.mdi-locker-multiple::before { + content: "\F07D8"; +} + +.mdi-login::before { + content: "\F0342"; +} + +.mdi-login-variant::before { + content: "\F05FC"; +} + +.mdi-logout::before { + content: "\F0343"; +} + +.mdi-logout-variant::before { + content: "\F05FD"; +} + +.mdi-longitude::before { + content: "\F0F5A"; +} + +.mdi-looks::before { + content: "\F0344"; +} + +.mdi-lotion::before { + content: "\F1582"; +} + +.mdi-lotion-outline::before { + content: "\F1583"; +} + +.mdi-lotion-plus::before { + content: "\F1584"; +} + +.mdi-lotion-plus-outline::before { + content: "\F1585"; +} + +.mdi-loupe::before { + content: "\F0345"; +} + +.mdi-lumx::before { + content: "\F0346"; +} + +.mdi-lungs::before { + content: "\F1084"; +} + +.mdi-magnet::before { + content: "\F0347"; +} + +.mdi-magnet-on::before { + content: "\F0348"; +} + +.mdi-magnify::before { + content: "\F0349"; +} + +.mdi-magnify-close::before { + content: "\F0980"; +} + +.mdi-magnify-minus::before { + content: "\F034A"; +} + +.mdi-magnify-minus-cursor::before { + content: "\F0A62"; +} + +.mdi-magnify-minus-outline::before { + content: "\F06EC"; +} + +.mdi-magnify-plus::before { + content: "\F034B"; +} + +.mdi-magnify-plus-cursor::before { + content: "\F0A63"; +} + +.mdi-magnify-plus-outline::before { + content: "\F06ED"; +} + +.mdi-magnify-remove-cursor::before { + content: "\F120C"; +} + +.mdi-magnify-remove-outline::before { + content: "\F120D"; +} + +.mdi-magnify-scan::before { + content: "\F1276"; +} + +.mdi-mail::before { + content: "\F0EBB"; +} + +.mdi-mailbox::before { + content: "\F06EE"; +} + +.mdi-mailbox-open::before { + content: "\F0D88"; +} + +.mdi-mailbox-open-outline::before { + content: "\F0D89"; +} + +.mdi-mailbox-open-up::before { + content: "\F0D8A"; +} + +.mdi-mailbox-open-up-outline::before { + content: "\F0D8B"; +} + +.mdi-mailbox-outline::before { + content: "\F0D8C"; +} + +.mdi-mailbox-up::before { + content: "\F0D8D"; +} + +.mdi-mailbox-up-outline::before { + content: "\F0D8E"; +} + +.mdi-manjaro::before { + content: "\F160A"; +} + +.mdi-map::before { + content: "\F034D"; +} + +.mdi-map-check::before { + content: "\F0EBC"; +} + +.mdi-map-check-outline::before { + content: "\F0EBD"; +} + +.mdi-map-clock::before { + content: "\F0D1E"; +} + +.mdi-map-clock-outline::before { + content: "\F0D1F"; +} + +.mdi-map-legend::before { + content: "\F0A01"; +} + +.mdi-map-marker::before { + content: "\F034E"; +} + +.mdi-map-marker-alert::before { + content: "\F0F05"; +} + +.mdi-map-marker-alert-outline::before { + content: "\F0F06"; +} + +.mdi-map-marker-check::before { + content: "\F0C95"; +} + +.mdi-map-marker-check-outline::before { + content: "\F12FB"; +} + +.mdi-map-marker-circle::before { + content: "\F034F"; +} + +.mdi-map-marker-distance::before { + content: "\F08F0"; +} + +.mdi-map-marker-down::before { + content: "\F1102"; +} + +.mdi-map-marker-left::before { + content: "\F12DB"; +} + +.mdi-map-marker-left-outline::before { + content: "\F12DD"; +} + +.mdi-map-marker-minus::before { + content: "\F0650"; +} + +.mdi-map-marker-minus-outline::before { + content: "\F12F9"; +} + +.mdi-map-marker-multiple::before { + content: "\F0350"; +} + +.mdi-map-marker-multiple-outline::before { + content: "\F1277"; +} + +.mdi-map-marker-off::before { + content: "\F0351"; +} + +.mdi-map-marker-off-outline::before { + content: "\F12FD"; +} + +.mdi-map-marker-outline::before { + content: "\F07D9"; +} + +.mdi-map-marker-path::before { + content: "\F0D20"; +} + +.mdi-map-marker-plus::before { + content: "\F0651"; +} + +.mdi-map-marker-plus-outline::before { + content: "\F12F8"; +} + +.mdi-map-marker-question::before { + content: "\F0F07"; +} + +.mdi-map-marker-question-outline::before { + content: "\F0F08"; +} + +.mdi-map-marker-radius::before { + content: "\F0352"; +} + +.mdi-map-marker-radius-outline::before { + content: "\F12FC"; +} + +.mdi-map-marker-remove::before { + content: "\F0F09"; +} + +.mdi-map-marker-remove-outline::before { + content: "\F12FA"; +} + +.mdi-map-marker-remove-variant::before { + content: "\F0F0A"; +} + +.mdi-map-marker-right::before { + content: "\F12DC"; +} + +.mdi-map-marker-right-outline::before { + content: "\F12DE"; +} + +.mdi-map-marker-star::before { + content: "\F1608"; +} + +.mdi-map-marker-star-outline::before { + content: "\F1609"; +} + +.mdi-map-marker-up::before { + content: "\F1103"; +} + +.mdi-map-minus::before { + content: "\F0981"; +} + +.mdi-map-outline::before { + content: "\F0982"; +} + +.mdi-map-plus::before { + content: "\F0983"; +} + +.mdi-map-search::before { + content: "\F0984"; +} + +.mdi-map-search-outline::before { + content: "\F0985"; +} + +.mdi-mapbox::before { + content: "\F0BAA"; +} + +.mdi-margin::before { + content: "\F0353"; +} + +.mdi-marker::before { + content: "\F0652"; +} + +.mdi-marker-cancel::before { + content: "\F0DD9"; +} + +.mdi-marker-check::before { + content: "\F0355"; +} + +.mdi-mastodon::before { + content: "\F0AD1"; +} + +.mdi-material-design::before { + content: "\F0986"; +} + +.mdi-material-ui::before { + content: "\F0357"; +} + +.mdi-math-compass::before { + content: "\F0358"; +} + +.mdi-math-cos::before { + content: "\F0C96"; +} + +.mdi-math-integral::before { + content: "\F0FC8"; +} + +.mdi-math-integral-box::before { + content: "\F0FC9"; +} + +.mdi-math-log::before { + content: "\F1085"; +} + +.mdi-math-norm::before { + content: "\F0FCA"; +} + +.mdi-math-norm-box::before { + content: "\F0FCB"; +} + +.mdi-math-sin::before { + content: "\F0C97"; +} + +.mdi-math-tan::before { + content: "\F0C98"; +} + +.mdi-matrix::before { + content: "\F0628"; +} + +.mdi-medal::before { + content: "\F0987"; +} + +.mdi-medal-outline::before { + content: "\F1326"; +} + +.mdi-medical-bag::before { + content: "\F06EF"; +} + +.mdi-meditation::before { + content: "\F117B"; +} + +.mdi-memory::before { + content: "\F035B"; +} + +.mdi-menu::before { + content: "\F035C"; +} + +.mdi-menu-down::before { + content: "\F035D"; +} + +.mdi-menu-down-outline::before { + content: "\F06B6"; +} + +.mdi-menu-left::before { + content: "\F035E"; +} + +.mdi-menu-left-outline::before { + content: "\F0A02"; +} + +.mdi-menu-open::before { + content: "\F0BAB"; +} + +.mdi-menu-right::before { + content: "\F035F"; +} + +.mdi-menu-right-outline::before { + content: "\F0A03"; +} + +.mdi-menu-swap::before { + content: "\F0A64"; +} + +.mdi-menu-swap-outline::before { + content: "\F0A65"; +} + +.mdi-menu-up::before { + content: "\F0360"; +} + +.mdi-menu-up-outline::before { + content: "\F06B7"; +} + +.mdi-merge::before { + content: "\F0F5C"; +} + +.mdi-message::before { + content: "\F0361"; +} + +.mdi-message-alert::before { + content: "\F0362"; +} + +.mdi-message-alert-outline::before { + content: "\F0A04"; +} + +.mdi-message-arrow-left::before { + content: "\F12F2"; +} + +.mdi-message-arrow-left-outline::before { + content: "\F12F3"; +} + +.mdi-message-arrow-right::before { + content: "\F12F4"; +} + +.mdi-message-arrow-right-outline::before { + content: "\F12F5"; +} + +.mdi-message-bookmark::before { + content: "\F15AC"; +} + +.mdi-message-bookmark-outline::before { + content: "\F15AD"; +} + +.mdi-message-bulleted::before { + content: "\F06A2"; +} + +.mdi-message-bulleted-off::before { + content: "\F06A3"; +} + +.mdi-message-cog::before { + content: "\F06F1"; +} + +.mdi-message-cog-outline::before { + content: "\F1172"; +} + +.mdi-message-draw::before { + content: "\F0363"; +} + +.mdi-message-flash::before { + content: "\F15A9"; +} + +.mdi-message-flash-outline::before { + content: "\F15AA"; +} + +.mdi-message-image::before { + content: "\F0364"; +} + +.mdi-message-image-outline::before { + content: "\F116C"; +} + +.mdi-message-lock::before { + content: "\F0FCC"; +} + +.mdi-message-lock-outline::before { + content: "\F116D"; +} + +.mdi-message-minus::before { + content: "\F116E"; +} + +.mdi-message-minus-outline::before { + content: "\F116F"; +} + +.mdi-message-off::before { + content: "\F164D"; +} + +.mdi-message-off-outline::before { + content: "\F164E"; +} + +.mdi-message-outline::before { + content: "\F0365"; +} + +.mdi-message-plus::before { + content: "\F0653"; +} + +.mdi-message-plus-outline::before { + content: "\F10BB"; +} + +.mdi-message-processing::before { + content: "\F0366"; +} + +.mdi-message-processing-outline::before { + content: "\F1170"; +} + +.mdi-message-reply::before { + content: "\F0367"; +} + +.mdi-message-reply-text::before { + content: "\F0368"; +} + +.mdi-message-settings::before { + content: "\F06F0"; +} + +.mdi-message-settings-outline::before { + content: "\F1171"; +} + +.mdi-message-text::before { + content: "\F0369"; +} + +.mdi-message-text-clock::before { + content: "\F1173"; +} + +.mdi-message-text-clock-outline::before { + content: "\F1174"; +} + +.mdi-message-text-lock::before { + content: "\F0FCD"; +} + +.mdi-message-text-lock-outline::before { + content: "\F1175"; +} + +.mdi-message-text-outline::before { + content: "\F036A"; +} + +.mdi-message-video::before { + content: "\F036B"; +} + +.mdi-meteor::before { + content: "\F0629"; +} + +.mdi-metronome::before { + content: "\F07DA"; +} + +.mdi-metronome-tick::before { + content: "\F07DB"; +} + +.mdi-micro-sd::before { + content: "\F07DC"; +} + +.mdi-microphone::before { + content: "\F036C"; +} + +.mdi-microphone-minus::before { + content: "\F08B3"; +} + +.mdi-microphone-off::before { + content: "\F036D"; +} + +.mdi-microphone-outline::before { + content: "\F036E"; +} + +.mdi-microphone-plus::before { + content: "\F08B4"; +} + +.mdi-microphone-settings::before { + content: "\F036F"; +} + +.mdi-microphone-variant::before { + content: "\F0370"; +} + +.mdi-microphone-variant-off::before { + content: "\F0371"; +} + +.mdi-microscope::before { + content: "\F0654"; +} + +.mdi-microsoft::before { + content: "\F0372"; +} + +.mdi-microsoft-access::before { + content: "\F138E"; +} + +.mdi-microsoft-azure::before { + content: "\F0805"; +} + +.mdi-microsoft-azure-devops::before { + content: "\F0FD5"; +} + +.mdi-microsoft-bing::before { + content: "\F00A4"; +} + +.mdi-microsoft-dynamics-365::before { + content: "\F0988"; +} + +.mdi-microsoft-edge::before { + content: "\F01E9"; +} + +.mdi-microsoft-edge-legacy::before { + content: "\F1250"; +} + +.mdi-microsoft-excel::before { + content: "\F138F"; +} + +.mdi-microsoft-internet-explorer::before { + content: "\F0300"; +} + +.mdi-microsoft-office::before { + content: "\F03C6"; +} + +.mdi-microsoft-onedrive::before { + content: "\F03CA"; +} + +.mdi-microsoft-onenote::before { + content: "\F0747"; +} + +.mdi-microsoft-outlook::before { + content: "\F0D22"; +} + +.mdi-microsoft-powerpoint::before { + content: "\F1390"; +} + +.mdi-microsoft-sharepoint::before { + content: "\F1391"; +} + +.mdi-microsoft-teams::before { + content: "\F02BB"; +} + +.mdi-microsoft-visual-studio::before { + content: "\F0610"; +} + +.mdi-microsoft-visual-studio-code::before { + content: "\F0A1E"; +} + +.mdi-microsoft-windows::before { + content: "\F05B3"; +} + +.mdi-microsoft-windows-classic::before { + content: "\F0A21"; +} + +.mdi-microsoft-word::before { + content: "\F1392"; +} + +.mdi-microsoft-xbox::before { + content: "\F05B9"; +} + +.mdi-microsoft-xbox-controller::before { + content: "\F05BA"; +} + +.mdi-microsoft-xbox-controller-battery-alert::before { + content: "\F074B"; +} + +.mdi-microsoft-xbox-controller-battery-charging::before { + content: "\F0A22"; +} + +.mdi-microsoft-xbox-controller-battery-empty::before { + content: "\F074C"; +} + +.mdi-microsoft-xbox-controller-battery-full::before { + content: "\F074D"; +} + +.mdi-microsoft-xbox-controller-battery-low::before { + content: "\F074E"; +} + +.mdi-microsoft-xbox-controller-battery-medium::before { + content: "\F074F"; +} + +.mdi-microsoft-xbox-controller-battery-unknown::before { + content: "\F0750"; +} + +.mdi-microsoft-xbox-controller-menu::before { + content: "\F0E6F"; +} + +.mdi-microsoft-xbox-controller-off::before { + content: "\F05BB"; +} + +.mdi-microsoft-xbox-controller-view::before { + content: "\F0E70"; +} + +.mdi-microsoft-yammer::before { + content: "\F0789"; +} + +.mdi-microwave::before { + content: "\F0C99"; +} + +.mdi-microwave-off::before { + content: "\F1423"; +} + +.mdi-middleware::before { + content: "\F0F5D"; +} + +.mdi-middleware-outline::before { + content: "\F0F5E"; +} + +.mdi-midi::before { + content: "\F08F1"; +} + +.mdi-midi-port::before { + content: "\F08F2"; +} + +.mdi-mine::before { + content: "\F0DDA"; +} + +.mdi-minecraft::before { + content: "\F0373"; +} + +.mdi-mini-sd::before { + content: "\F0A05"; +} + +.mdi-minidisc::before { + content: "\F0A06"; +} + +.mdi-minus::before { + content: "\F0374"; +} + +.mdi-minus-box::before { + content: "\F0375"; +} + +.mdi-minus-box-multiple::before { + content: "\F1141"; +} + +.mdi-minus-box-multiple-outline::before { + content: "\F1142"; +} + +.mdi-minus-box-outline::before { + content: "\F06F2"; +} + +.mdi-minus-circle::before { + content: "\F0376"; +} + +.mdi-minus-circle-multiple::before { + content: "\F035A"; +} + +.mdi-minus-circle-multiple-outline::before { + content: "\F0AD3"; +} + +.mdi-minus-circle-off::before { + content: "\F1459"; +} + +.mdi-minus-circle-off-outline::before { + content: "\F145A"; +} + +.mdi-minus-circle-outline::before { + content: "\F0377"; +} + +.mdi-minus-network::before { + content: "\F0378"; +} + +.mdi-minus-network-outline::before { + content: "\F0C9A"; +} + +.mdi-minus-thick::before { + content: "\F1639"; +} + +.mdi-mirror::before { + content: "\F11FD"; +} + +.mdi-mixed-martial-arts::before { + content: "\F0D8F"; +} + +.mdi-mixed-reality::before { + content: "\F087F"; +} + +.mdi-molecule::before { + content: "\F0BAC"; +} + +.mdi-molecule-co::before { + content: "\F12FE"; +} + +.mdi-molecule-co2::before { + content: "\F07E4"; +} + +.mdi-monitor::before { + content: "\F0379"; +} + +.mdi-monitor-cellphone::before { + content: "\F0989"; +} + +.mdi-monitor-cellphone-star::before { + content: "\F098A"; +} + +.mdi-monitor-clean::before { + content: "\F1104"; +} + +.mdi-monitor-dashboard::before { + content: "\F0A07"; +} + +.mdi-monitor-edit::before { + content: "\F12C6"; +} + +.mdi-monitor-eye::before { + content: "\F13B4"; +} + +.mdi-monitor-lock::before { + content: "\F0DDB"; +} + +.mdi-monitor-multiple::before { + content: "\F037A"; +} + +.mdi-monitor-off::before { + content: "\F0D90"; +} + +.mdi-monitor-screenshot::before { + content: "\F0E51"; +} + +.mdi-monitor-share::before { + content: "\F1483"; +} + +.mdi-monitor-speaker::before { + content: "\F0F5F"; +} + +.mdi-monitor-speaker-off::before { + content: "\F0F60"; +} + +.mdi-monitor-star::before { + content: "\F0DDC"; +} + +.mdi-moon-first-quarter::before { + content: "\F0F61"; +} + +.mdi-moon-full::before { + content: "\F0F62"; +} + +.mdi-moon-last-quarter::before { + content: "\F0F63"; +} + +.mdi-moon-new::before { + content: "\F0F64"; +} + +.mdi-moon-waning-crescent::before { + content: "\F0F65"; +} + +.mdi-moon-waning-gibbous::before { + content: "\F0F66"; +} + +.mdi-moon-waxing-crescent::before { + content: "\F0F67"; +} + +.mdi-moon-waxing-gibbous::before { + content: "\F0F68"; +} + +.mdi-moped::before { + content: "\F1086"; +} + +.mdi-moped-electric::before { + content: "\F15B7"; +} + +.mdi-moped-electric-outline::before { + content: "\F15B8"; +} + +.mdi-moped-outline::before { + content: "\F15B9"; +} + +.mdi-more::before { + content: "\F037B"; +} + +.mdi-mother-heart::before { + content: "\F1314"; +} + +.mdi-mother-nurse::before { + content: "\F0D21"; +} + +.mdi-motion::before { + content: "\F15B2"; +} + +.mdi-motion-outline::before { + content: "\F15B3"; +} + +.mdi-motion-pause::before { + content: "\F1590"; +} + +.mdi-motion-pause-outline::before { + content: "\F1592"; +} + +.mdi-motion-play::before { + content: "\F158F"; +} + +.mdi-motion-play-outline::before { + content: "\F1591"; +} + +.mdi-motion-sensor::before { + content: "\F0D91"; +} + +.mdi-motion-sensor-off::before { + content: "\F1435"; +} + +.mdi-motorbike::before { + content: "\F037C"; +} + +.mdi-motorbike-electric::before { + content: "\F15BA"; +} + +.mdi-mouse::before { + content: "\F037D"; +} + +.mdi-mouse-bluetooth::before { + content: "\F098B"; +} + +.mdi-mouse-move-down::before { + content: "\F1550"; +} + +.mdi-mouse-move-up::before { + content: "\F1551"; +} + +.mdi-mouse-move-vertical::before { + content: "\F1552"; +} + +.mdi-mouse-off::before { + content: "\F037E"; +} + +.mdi-mouse-variant::before { + content: "\F037F"; +} + +.mdi-mouse-variant-off::before { + content: "\F0380"; +} + +.mdi-move-resize::before { + content: "\F0655"; +} + +.mdi-move-resize-variant::before { + content: "\F0656"; +} + +.mdi-movie::before { + content: "\F0381"; +} + +.mdi-movie-edit::before { + content: "\F1122"; +} + +.mdi-movie-edit-outline::before { + content: "\F1123"; +} + +.mdi-movie-filter::before { + content: "\F1124"; +} + +.mdi-movie-filter-outline::before { + content: "\F1125"; +} + +.mdi-movie-open::before { + content: "\F0FCE"; +} + +.mdi-movie-open-outline::before { + content: "\F0FCF"; +} + +.mdi-movie-outline::before { + content: "\F0DDD"; +} + +.mdi-movie-roll::before { + content: "\F07DE"; +} + +.mdi-movie-search::before { + content: "\F11D2"; +} + +.mdi-movie-search-outline::before { + content: "\F11D3"; +} + +.mdi-mower::before { + content: "\F166F"; +} + +.mdi-mower-bag::before { + content: "\F1670"; +} + +.mdi-muffin::before { + content: "\F098C"; +} + +.mdi-multiplication::before { + content: "\F0382"; +} + +.mdi-multiplication-box::before { + content: "\F0383"; +} + +.mdi-mushroom::before { + content: "\F07DF"; +} + +.mdi-mushroom-off::before { + content: "\F13FA"; +} + +.mdi-mushroom-off-outline::before { + content: "\F13FB"; +} + +.mdi-mushroom-outline::before { + content: "\F07E0"; +} + +.mdi-music::before { + content: "\F075A"; +} + +.mdi-music-accidental-double-flat::before { + content: "\F0F69"; +} + +.mdi-music-accidental-double-sharp::before { + content: "\F0F6A"; +} + +.mdi-music-accidental-flat::before { + content: "\F0F6B"; +} + +.mdi-music-accidental-natural::before { + content: "\F0F6C"; +} + +.mdi-music-accidental-sharp::before { + content: "\F0F6D"; +} + +.mdi-music-box::before { + content: "\F0384"; +} + +.mdi-music-box-multiple::before { + content: "\F0333"; +} + +.mdi-music-box-multiple-outline::before { + content: "\F0F04"; +} + +.mdi-music-box-outline::before { + content: "\F0385"; +} + +.mdi-music-circle::before { + content: "\F0386"; +} + +.mdi-music-circle-outline::before { + content: "\F0AD4"; +} + +.mdi-music-clef-alto::before { + content: "\F0F6E"; +} + +.mdi-music-clef-bass::before { + content: "\F0F6F"; +} + +.mdi-music-clef-treble::before { + content: "\F0F70"; +} + +.mdi-music-note::before { + content: "\F0387"; +} + +.mdi-music-note-bluetooth::before { + content: "\F05FE"; +} + +.mdi-music-note-bluetooth-off::before { + content: "\F05FF"; +} + +.mdi-music-note-eighth::before { + content: "\F0388"; +} + +.mdi-music-note-eighth-dotted::before { + content: "\F0F71"; +} + +.mdi-music-note-half::before { + content: "\F0389"; +} + +.mdi-music-note-half-dotted::before { + content: "\F0F72"; +} + +.mdi-music-note-off::before { + content: "\F038A"; +} + +.mdi-music-note-off-outline::before { + content: "\F0F73"; +} + +.mdi-music-note-outline::before { + content: "\F0F74"; +} + +.mdi-music-note-plus::before { + content: "\F0DDE"; +} + +.mdi-music-note-quarter::before { + content: "\F038B"; +} + +.mdi-music-note-quarter-dotted::before { + content: "\F0F75"; +} + +.mdi-music-note-sixteenth::before { + content: "\F038C"; +} + +.mdi-music-note-sixteenth-dotted::before { + content: "\F0F76"; +} + +.mdi-music-note-whole::before { + content: "\F038D"; +} + +.mdi-music-note-whole-dotted::before { + content: "\F0F77"; +} + +.mdi-music-off::before { + content: "\F075B"; +} + +.mdi-music-rest-eighth::before { + content: "\F0F78"; +} + +.mdi-music-rest-half::before { + content: "\F0F79"; +} + +.mdi-music-rest-quarter::before { + content: "\F0F7A"; +} + +.mdi-music-rest-sixteenth::before { + content: "\F0F7B"; +} + +.mdi-music-rest-whole::before { + content: "\F0F7C"; +} + +.mdi-mustache::before { + content: "\F15DE"; +} + +.mdi-nail::before { + content: "\F0DDF"; +} + +.mdi-nas::before { + content: "\F08F3"; +} + +.mdi-nativescript::before { + content: "\F0880"; +} + +.mdi-nature::before { + content: "\F038E"; +} + +.mdi-nature-people::before { + content: "\F038F"; +} + +.mdi-navigation::before { + content: "\F0390"; +} + +.mdi-navigation-outline::before { + content: "\F1607"; +} + +.mdi-near-me::before { + content: "\F05CD"; +} + +.mdi-necklace::before { + content: "\F0F0B"; +} + +.mdi-needle::before { + content: "\F0391"; +} + +.mdi-netflix::before { + content: "\F0746"; +} + +.mdi-network::before { + content: "\F06F3"; +} + +.mdi-network-off::before { + content: "\F0C9B"; +} + +.mdi-network-off-outline::before { + content: "\F0C9C"; +} + +.mdi-network-outline::before { + content: "\F0C9D"; +} + +.mdi-network-strength-1::before { + content: "\F08F4"; +} + +.mdi-network-strength-1-alert::before { + content: "\F08F5"; +} + +.mdi-network-strength-2::before { + content: "\F08F6"; +} + +.mdi-network-strength-2-alert::before { + content: "\F08F7"; +} + +.mdi-network-strength-3::before { + content: "\F08F8"; +} + +.mdi-network-strength-3-alert::before { + content: "\F08F9"; +} + +.mdi-network-strength-4::before { + content: "\F08FA"; +} + +.mdi-network-strength-4-alert::before { + content: "\F08FB"; +} + +.mdi-network-strength-off::before { + content: "\F08FC"; +} + +.mdi-network-strength-off-outline::before { + content: "\F08FD"; +} + +.mdi-network-strength-outline::before { + content: "\F08FE"; +} + +.mdi-new-box::before { + content: "\F0394"; +} + +.mdi-newspaper::before { + content: "\F0395"; +} + +.mdi-newspaper-minus::before { + content: "\F0F0C"; +} + +.mdi-newspaper-plus::before { + content: "\F0F0D"; +} + +.mdi-newspaper-variant::before { + content: "\F1001"; +} + +.mdi-newspaper-variant-multiple::before { + content: "\F1002"; +} + +.mdi-newspaper-variant-multiple-outline::before { + content: "\F1003"; +} + +.mdi-newspaper-variant-outline::before { + content: "\F1004"; +} + +.mdi-nfc::before { + content: "\F0396"; +} + +.mdi-nfc-search-variant::before { + content: "\F0E53"; +} + +.mdi-nfc-tap::before { + content: "\F0397"; +} + +.mdi-nfc-variant::before { + content: "\F0398"; +} + +.mdi-nfc-variant-off::before { + content: "\F0E54"; +} + +.mdi-ninja::before { + content: "\F0774"; +} + +.mdi-nintendo-game-boy::before { + content: "\F1393"; +} + +.mdi-nintendo-switch::before { + content: "\F07E1"; +} + +.mdi-nintendo-wii::before { + content: "\F05AB"; +} + +.mdi-nintendo-wiiu::before { + content: "\F072D"; +} + +.mdi-nix::before { + content: "\F1105"; +} + +.mdi-nodejs::before { + content: "\F0399"; +} + +.mdi-noodles::before { + content: "\F117E"; +} + +.mdi-not-equal::before { + content: "\F098D"; +} + +.mdi-not-equal-variant::before { + content: "\F098E"; +} + +.mdi-note::before { + content: "\F039A"; +} + +.mdi-note-minus::before { + content: "\F164F"; +} + +.mdi-note-minus-outline::before { + content: "\F1650"; +} + +.mdi-note-multiple::before { + content: "\F06B8"; +} + +.mdi-note-multiple-outline::before { + content: "\F06B9"; +} + +.mdi-note-outline::before { + content: "\F039B"; +} + +.mdi-note-plus::before { + content: "\F039C"; +} + +.mdi-note-plus-outline::before { + content: "\F039D"; +} + +.mdi-note-remove::before { + content: "\F1651"; +} + +.mdi-note-remove-outline::before { + content: "\F1652"; +} + +.mdi-note-search::before { + content: "\F1653"; +} + +.mdi-note-search-outline::before { + content: "\F1654"; +} + +.mdi-note-text::before { + content: "\F039E"; +} + +.mdi-note-text-outline::before { + content: "\F11D7"; +} + +.mdi-notebook::before { + content: "\F082E"; +} + +.mdi-notebook-check::before { + content: "\F14F5"; +} + +.mdi-notebook-check-outline::before { + content: "\F14F6"; +} + +.mdi-notebook-edit::before { + content: "\F14E7"; +} + +.mdi-notebook-edit-outline::before { + content: "\F14E9"; +} + +.mdi-notebook-minus::before { + content: "\F1610"; +} + +.mdi-notebook-minus-outline::before { + content: "\F1611"; +} + +.mdi-notebook-multiple::before { + content: "\F0E55"; +} + +.mdi-notebook-outline::before { + content: "\F0EBF"; +} + +.mdi-notebook-plus::before { + content: "\F1612"; +} + +.mdi-notebook-plus-outline::before { + content: "\F1613"; +} + +.mdi-notebook-remove::before { + content: "\F1614"; +} + +.mdi-notebook-remove-outline::before { + content: "\F1615"; +} + +.mdi-notification-clear-all::before { + content: "\F039F"; +} + +.mdi-npm::before { + content: "\F06F7"; +} + +.mdi-nuke::before { + content: "\F06A4"; +} + +.mdi-null::before { + content: "\F07E2"; +} + +.mdi-numeric::before { + content: "\F03A0"; +} + +.mdi-numeric-0::before { + content: "\F0B39"; +} + +.mdi-numeric-0-box::before { + content: "\F03A1"; +} + +.mdi-numeric-0-box-multiple::before { + content: "\F0F0E"; +} + +.mdi-numeric-0-box-multiple-outline::before { + content: "\F03A2"; +} + +.mdi-numeric-0-box-outline::before { + content: "\F03A3"; +} + +.mdi-numeric-0-circle::before { + content: "\F0C9E"; +} + +.mdi-numeric-0-circle-outline::before { + content: "\F0C9F"; +} + +.mdi-numeric-1::before { + content: "\F0B3A"; +} + +.mdi-numeric-1-box::before { + content: "\F03A4"; +} + +.mdi-numeric-1-box-multiple::before { + content: "\F0F0F"; +} + +.mdi-numeric-1-box-multiple-outline::before { + content: "\F03A5"; +} + +.mdi-numeric-1-box-outline::before { + content: "\F03A6"; +} + +.mdi-numeric-1-circle::before { + content: "\F0CA0"; +} + +.mdi-numeric-1-circle-outline::before { + content: "\F0CA1"; +} + +.mdi-numeric-10::before { + content: "\F0FE9"; +} + +.mdi-numeric-10-box::before { + content: "\F0F7D"; +} + +.mdi-numeric-10-box-multiple::before { + content: "\F0FEA"; +} + +.mdi-numeric-10-box-multiple-outline::before { + content: "\F0FEB"; +} + +.mdi-numeric-10-box-outline::before { + content: "\F0F7E"; +} + +.mdi-numeric-10-circle::before { + content: "\F0FEC"; +} + +.mdi-numeric-10-circle-outline::before { + content: "\F0FED"; +} + +.mdi-numeric-2::before { + content: "\F0B3B"; +} + +.mdi-numeric-2-box::before { + content: "\F03A7"; +} + +.mdi-numeric-2-box-multiple::before { + content: "\F0F10"; +} + +.mdi-numeric-2-box-multiple-outline::before { + content: "\F03A8"; +} + +.mdi-numeric-2-box-outline::before { + content: "\F03A9"; +} + +.mdi-numeric-2-circle::before { + content: "\F0CA2"; +} + +.mdi-numeric-2-circle-outline::before { + content: "\F0CA3"; +} + +.mdi-numeric-3::before { + content: "\F0B3C"; +} + +.mdi-numeric-3-box::before { + content: "\F03AA"; +} + +.mdi-numeric-3-box-multiple::before { + content: "\F0F11"; +} + +.mdi-numeric-3-box-multiple-outline::before { + content: "\F03AB"; +} + +.mdi-numeric-3-box-outline::before { + content: "\F03AC"; +} + +.mdi-numeric-3-circle::before { + content: "\F0CA4"; +} + +.mdi-numeric-3-circle-outline::before { + content: "\F0CA5"; +} + +.mdi-numeric-4::before { + content: "\F0B3D"; +} + +.mdi-numeric-4-box::before { + content: "\F03AD"; +} + +.mdi-numeric-4-box-multiple::before { + content: "\F0F12"; +} + +.mdi-numeric-4-box-multiple-outline::before { + content: "\F03B2"; +} + +.mdi-numeric-4-box-outline::before { + content: "\F03AE"; +} + +.mdi-numeric-4-circle::before { + content: "\F0CA6"; +} + +.mdi-numeric-4-circle-outline::before { + content: "\F0CA7"; +} + +.mdi-numeric-5::before { + content: "\F0B3E"; +} + +.mdi-numeric-5-box::before { + content: "\F03B1"; +} + +.mdi-numeric-5-box-multiple::before { + content: "\F0F13"; +} + +.mdi-numeric-5-box-multiple-outline::before { + content: "\F03AF"; +} + +.mdi-numeric-5-box-outline::before { + content: "\F03B0"; +} + +.mdi-numeric-5-circle::before { + content: "\F0CA8"; +} + +.mdi-numeric-5-circle-outline::before { + content: "\F0CA9"; +} + +.mdi-numeric-6::before { + content: "\F0B3F"; +} + +.mdi-numeric-6-box::before { + content: "\F03B3"; +} + +.mdi-numeric-6-box-multiple::before { + content: "\F0F14"; +} + +.mdi-numeric-6-box-multiple-outline::before { + content: "\F03B4"; +} + +.mdi-numeric-6-box-outline::before { + content: "\F03B5"; +} + +.mdi-numeric-6-circle::before { + content: "\F0CAA"; +} + +.mdi-numeric-6-circle-outline::before { + content: "\F0CAB"; +} + +.mdi-numeric-7::before { + content: "\F0B40"; +} + +.mdi-numeric-7-box::before { + content: "\F03B6"; +} + +.mdi-numeric-7-box-multiple::before { + content: "\F0F15"; +} + +.mdi-numeric-7-box-multiple-outline::before { + content: "\F03B7"; +} + +.mdi-numeric-7-box-outline::before { + content: "\F03B8"; +} + +.mdi-numeric-7-circle::before { + content: "\F0CAC"; +} + +.mdi-numeric-7-circle-outline::before { + content: "\F0CAD"; +} + +.mdi-numeric-8::before { + content: "\F0B41"; +} + +.mdi-numeric-8-box::before { + content: "\F03B9"; +} + +.mdi-numeric-8-box-multiple::before { + content: "\F0F16"; +} + +.mdi-numeric-8-box-multiple-outline::before { + content: "\F03BA"; +} + +.mdi-numeric-8-box-outline::before { + content: "\F03BB"; +} + +.mdi-numeric-8-circle::before { + content: "\F0CAE"; +} + +.mdi-numeric-8-circle-outline::before { + content: "\F0CAF"; +} + +.mdi-numeric-9::before { + content: "\F0B42"; +} + +.mdi-numeric-9-box::before { + content: "\F03BC"; +} + +.mdi-numeric-9-box-multiple::before { + content: "\F0F17"; +} + +.mdi-numeric-9-box-multiple-outline::before { + content: "\F03BD"; +} + +.mdi-numeric-9-box-outline::before { + content: "\F03BE"; +} + +.mdi-numeric-9-circle::before { + content: "\F0CB0"; +} + +.mdi-numeric-9-circle-outline::before { + content: "\F0CB1"; +} + +.mdi-numeric-9-plus::before { + content: "\F0FEE"; +} + +.mdi-numeric-9-plus-box::before { + content: "\F03BF"; +} + +.mdi-numeric-9-plus-box-multiple::before { + content: "\F0F18"; +} + +.mdi-numeric-9-plus-box-multiple-outline::before { + content: "\F03C0"; +} + +.mdi-numeric-9-plus-box-outline::before { + content: "\F03C1"; +} + +.mdi-numeric-9-plus-circle::before { + content: "\F0CB2"; +} + +.mdi-numeric-9-plus-circle-outline::before { + content: "\F0CB3"; +} + +.mdi-numeric-negative-1::before { + content: "\F1052"; +} + +.mdi-numeric-positive-1::before { + content: "\F15CB"; +} + +.mdi-nut::before { + content: "\F06F8"; +} + +.mdi-nutrition::before { + content: "\F03C2"; +} + +.mdi-nuxt::before { + content: "\F1106"; +} + +.mdi-oar::before { + content: "\F067C"; +} + +.mdi-ocarina::before { + content: "\F0DE0"; +} + +.mdi-oci::before { + content: "\F12E9"; +} + +.mdi-ocr::before { + content: "\F113A"; +} + +.mdi-octagon::before { + content: "\F03C3"; +} + +.mdi-octagon-outline::before { + content: "\F03C4"; +} + +.mdi-octagram::before { + content: "\F06F9"; +} + +.mdi-octagram-outline::before { + content: "\F0775"; +} + +.mdi-odnoklassniki::before { + content: "\F03C5"; +} + +.mdi-offer::before { + content: "\F121B"; +} + +.mdi-office-building::before { + content: "\F0991"; +} + +.mdi-office-building-marker::before { + content: "\F1520"; +} + +.mdi-office-building-marker-outline::before { + content: "\F1521"; +} + +.mdi-office-building-outline::before { + content: "\F151F"; +} + +.mdi-oil::before { + content: "\F03C7"; +} + +.mdi-oil-lamp::before { + content: "\F0F19"; +} + +.mdi-oil-level::before { + content: "\F1053"; +} + +.mdi-oil-temperature::before { + content: "\F0FF8"; +} + +.mdi-omega::before { + content: "\F03C9"; +} + +.mdi-one-up::before { + content: "\F0BAD"; +} + +.mdi-onepassword::before { + content: "\F0881"; +} + +.mdi-opacity::before { + content: "\F05CC"; +} + +.mdi-open-in-app::before { + content: "\F03CB"; +} + +.mdi-open-in-new::before { + content: "\F03CC"; +} + +.mdi-open-source-initiative::before { + content: "\F0BAE"; +} + +.mdi-openid::before { + content: "\F03CD"; +} + +.mdi-opera::before { + content: "\F03CE"; +} + +.mdi-orbit::before { + content: "\F0018"; +} + +.mdi-orbit-variant::before { + content: "\F15DB"; +} + +.mdi-order-alphabetical-ascending::before { + content: "\F020D"; +} + +.mdi-order-alphabetical-descending::before { + content: "\F0D07"; +} + +.mdi-order-bool-ascending::before { + content: "\F02BE"; +} + +.mdi-order-bool-ascending-variant::before { + content: "\F098F"; +} + +.mdi-order-bool-descending::before { + content: "\F1384"; +} + +.mdi-order-bool-descending-variant::before { + content: "\F0990"; +} + +.mdi-order-numeric-ascending::before { + content: "\F0545"; +} + +.mdi-order-numeric-descending::before { + content: "\F0546"; +} + +.mdi-origin::before { + content: "\F0B43"; +} + +.mdi-ornament::before { + content: "\F03CF"; +} + +.mdi-ornament-variant::before { + content: "\F03D0"; +} + +.mdi-outdoor-lamp::before { + content: "\F1054"; +} + +.mdi-overscan::before { + content: "\F1005"; +} + +.mdi-owl::before { + content: "\F03D2"; +} + +.mdi-pac-man::before { + content: "\F0BAF"; +} + +.mdi-package::before { + content: "\F03D3"; +} + +.mdi-package-down::before { + content: "\F03D4"; +} + +.mdi-package-up::before { + content: "\F03D5"; +} + +.mdi-package-variant::before { + content: "\F03D6"; +} + +.mdi-package-variant-closed::before { + content: "\F03D7"; +} + +.mdi-page-first::before { + content: "\F0600"; +} + +.mdi-page-last::before { + content: "\F0601"; +} + +.mdi-page-layout-body::before { + content: "\F06FA"; +} + +.mdi-page-layout-footer::before { + content: "\F06FB"; +} + +.mdi-page-layout-header::before { + content: "\F06FC"; +} + +.mdi-page-layout-header-footer::before { + content: "\F0F7F"; +} + +.mdi-page-layout-sidebar-left::before { + content: "\F06FD"; +} + +.mdi-page-layout-sidebar-right::before { + content: "\F06FE"; +} + +.mdi-page-next::before { + content: "\F0BB0"; +} + +.mdi-page-next-outline::before { + content: "\F0BB1"; +} + +.mdi-page-previous::before { + content: "\F0BB2"; +} + +.mdi-page-previous-outline::before { + content: "\F0BB3"; +} + +.mdi-pail::before { + content: "\F1417"; +} + +.mdi-pail-minus::before { + content: "\F1437"; +} + +.mdi-pail-minus-outline::before { + content: "\F143C"; +} + +.mdi-pail-off::before { + content: "\F1439"; +} + +.mdi-pail-off-outline::before { + content: "\F143E"; +} + +.mdi-pail-outline::before { + content: "\F143A"; +} + +.mdi-pail-plus::before { + content: "\F1436"; +} + +.mdi-pail-plus-outline::before { + content: "\F143B"; +} + +.mdi-pail-remove::before { + content: "\F1438"; +} + +.mdi-pail-remove-outline::before { + content: "\F143D"; +} + +.mdi-palette::before { + content: "\F03D8"; +} + +.mdi-palette-advanced::before { + content: "\F03D9"; +} + +.mdi-palette-outline::before { + content: "\F0E0C"; +} + +.mdi-palette-swatch::before { + content: "\F08B5"; +} + +.mdi-palette-swatch-outline::before { + content: "\F135C"; +} + +.mdi-palm-tree::before { + content: "\F1055"; +} + +.mdi-pan::before { + content: "\F0BB4"; +} + +.mdi-pan-bottom-left::before { + content: "\F0BB5"; +} + +.mdi-pan-bottom-right::before { + content: "\F0BB6"; +} + +.mdi-pan-down::before { + content: "\F0BB7"; +} + +.mdi-pan-horizontal::before { + content: "\F0BB8"; +} + +.mdi-pan-left::before { + content: "\F0BB9"; +} + +.mdi-pan-right::before { + content: "\F0BBA"; +} + +.mdi-pan-top-left::before { + content: "\F0BBB"; +} + +.mdi-pan-top-right::before { + content: "\F0BBC"; +} + +.mdi-pan-up::before { + content: "\F0BBD"; +} + +.mdi-pan-vertical::before { + content: "\F0BBE"; +} + +.mdi-panda::before { + content: "\F03DA"; +} + +.mdi-pandora::before { + content: "\F03DB"; +} + +.mdi-panorama::before { + content: "\F03DC"; +} + +.mdi-panorama-fisheye::before { + content: "\F03DD"; +} + +.mdi-panorama-horizontal::before { + content: "\F03DE"; +} + +.mdi-panorama-vertical::before { + content: "\F03DF"; +} + +.mdi-panorama-wide-angle::before { + content: "\F03E0"; +} + +.mdi-paper-cut-vertical::before { + content: "\F03E1"; +} + +.mdi-paper-roll::before { + content: "\F1157"; +} + +.mdi-paper-roll-outline::before { + content: "\F1158"; +} + +.mdi-paperclip::before { + content: "\F03E2"; +} + +.mdi-parachute::before { + content: "\F0CB4"; +} + +.mdi-parachute-outline::before { + content: "\F0CB5"; +} + +.mdi-parking::before { + content: "\F03E3"; +} + +.mdi-party-popper::before { + content: "\F1056"; +} + +.mdi-passport::before { + content: "\F07E3"; +} + +.mdi-passport-biometric::before { + content: "\F0DE1"; +} + +.mdi-pasta::before { + content: "\F1160"; +} + +.mdi-patio-heater::before { + content: "\F0F80"; +} + +.mdi-patreon::before { + content: "\F0882"; +} + +.mdi-pause::before { + content: "\F03E4"; +} + +.mdi-pause-circle::before { + content: "\F03E5"; +} + +.mdi-pause-circle-outline::before { + content: "\F03E6"; +} + +.mdi-pause-octagon::before { + content: "\F03E7"; +} + +.mdi-pause-octagon-outline::before { + content: "\F03E8"; +} + +.mdi-paw::before { + content: "\F03E9"; +} + +.mdi-paw-off::before { + content: "\F0657"; +} + +.mdi-paw-off-outline::before { + content: "\F1676"; +} + +.mdi-paw-outline::before { + content: "\F1675"; +} + +.mdi-pdf-box::before { + content: "\F0E56"; +} + +.mdi-peace::before { + content: "\F0884"; +} + +.mdi-peanut::before { + content: "\F0FFC"; +} + +.mdi-peanut-off::before { + content: "\F0FFD"; +} + +.mdi-peanut-off-outline::before { + content: "\F0FFF"; +} + +.mdi-peanut-outline::before { + content: "\F0FFE"; +} + +.mdi-pen::before { + content: "\F03EA"; +} + +.mdi-pen-lock::before { + content: "\F0DE2"; +} + +.mdi-pen-minus::before { + content: "\F0DE3"; +} + +.mdi-pen-off::before { + content: "\F0DE4"; +} + +.mdi-pen-plus::before { + content: "\F0DE5"; +} + +.mdi-pen-remove::before { + content: "\F0DE6"; +} + +.mdi-pencil::before { + content: "\F03EB"; +} + +.mdi-pencil-box::before { + content: "\F03EC"; +} + +.mdi-pencil-box-multiple::before { + content: "\F1144"; +} + +.mdi-pencil-box-multiple-outline::before { + content: "\F1145"; +} + +.mdi-pencil-box-outline::before { + content: "\F03ED"; +} + +.mdi-pencil-circle::before { + content: "\F06FF"; +} + +.mdi-pencil-circle-outline::before { + content: "\F0776"; +} + +.mdi-pencil-lock::before { + content: "\F03EE"; +} + +.mdi-pencil-lock-outline::before { + content: "\F0DE7"; +} + +.mdi-pencil-minus::before { + content: "\F0DE8"; +} + +.mdi-pencil-minus-outline::before { + content: "\F0DE9"; +} + +.mdi-pencil-off::before { + content: "\F03EF"; +} + +.mdi-pencil-off-outline::before { + content: "\F0DEA"; +} + +.mdi-pencil-outline::before { + content: "\F0CB6"; +} + +.mdi-pencil-plus::before { + content: "\F0DEB"; +} + +.mdi-pencil-plus-outline::before { + content: "\F0DEC"; +} + +.mdi-pencil-remove::before { + content: "\F0DED"; +} + +.mdi-pencil-remove-outline::before { + content: "\F0DEE"; +} + +.mdi-pencil-ruler::before { + content: "\F1353"; +} + +.mdi-penguin::before { + content: "\F0EC0"; +} + +.mdi-pentagon::before { + content: "\F0701"; +} + +.mdi-pentagon-outline::before { + content: "\F0700"; +} + +.mdi-pentagram::before { + content: "\F1667"; +} + +.mdi-percent::before { + content: "\F03F0"; +} + +.mdi-percent-outline::before { + content: "\F1278"; +} + +.mdi-periodic-table::before { + content: "\F08B6"; +} + +.mdi-perspective-less::before { + content: "\F0D23"; +} + +.mdi-perspective-more::before { + content: "\F0D24"; +} + +.mdi-pharmacy::before { + content: "\F03F1"; +} + +.mdi-phone::before { + content: "\F03F2"; +} + +.mdi-phone-alert::before { + content: "\F0F1A"; +} + +.mdi-phone-alert-outline::before { + content: "\F118E"; +} + +.mdi-phone-bluetooth::before { + content: "\F03F3"; +} + +.mdi-phone-bluetooth-outline::before { + content: "\F118F"; +} + +.mdi-phone-cancel::before { + content: "\F10BC"; +} + +.mdi-phone-cancel-outline::before { + content: "\F1190"; +} + +.mdi-phone-check::before { + content: "\F11A9"; +} + +.mdi-phone-check-outline::before { + content: "\F11AA"; +} + +.mdi-phone-classic::before { + content: "\F0602"; +} + +.mdi-phone-classic-off::before { + content: "\F1279"; +} + +.mdi-phone-dial::before { + content: "\F1559"; +} + +.mdi-phone-dial-outline::before { + content: "\F155A"; +} + +.mdi-phone-forward::before { + content: "\F03F4"; +} + +.mdi-phone-forward-outline::before { + content: "\F1191"; +} + +.mdi-phone-hangup::before { + content: "\F03F5"; +} + +.mdi-phone-hangup-outline::before { + content: "\F1192"; +} + +.mdi-phone-in-talk::before { + content: "\F03F6"; +} + +.mdi-phone-in-talk-outline::before { + content: "\F1182"; +} + +.mdi-phone-incoming::before { + content: "\F03F7"; +} + +.mdi-phone-incoming-outline::before { + content: "\F1193"; +} + +.mdi-phone-lock::before { + content: "\F03F8"; +} + +.mdi-phone-lock-outline::before { + content: "\F1194"; +} + +.mdi-phone-log::before { + content: "\F03F9"; +} + +.mdi-phone-log-outline::before { + content: "\F1195"; +} + +.mdi-phone-message::before { + content: "\F1196"; +} + +.mdi-phone-message-outline::before { + content: "\F1197"; +} + +.mdi-phone-minus::before { + content: "\F0658"; +} + +.mdi-phone-minus-outline::before { + content: "\F1198"; +} + +.mdi-phone-missed::before { + content: "\F03FA"; +} + +.mdi-phone-missed-outline::before { + content: "\F11A5"; +} + +.mdi-phone-off::before { + content: "\F0DEF"; +} + +.mdi-phone-off-outline::before { + content: "\F11A6"; +} + +.mdi-phone-outgoing::before { + content: "\F03FB"; +} + +.mdi-phone-outgoing-outline::before { + content: "\F1199"; +} + +.mdi-phone-outline::before { + content: "\F0DF0"; +} + +.mdi-phone-paused::before { + content: "\F03FC"; +} + +.mdi-phone-paused-outline::before { + content: "\F119A"; +} + +.mdi-phone-plus::before { + content: "\F0659"; +} + +.mdi-phone-plus-outline::before { + content: "\F119B"; +} + +.mdi-phone-remove::before { + content: "\F152F"; +} + +.mdi-phone-remove-outline::before { + content: "\F1530"; +} + +.mdi-phone-return::before { + content: "\F082F"; +} + +.mdi-phone-return-outline::before { + content: "\F119C"; +} + +.mdi-phone-ring::before { + content: "\F11AB"; +} + +.mdi-phone-ring-outline::before { + content: "\F11AC"; +} + +.mdi-phone-rotate-landscape::before { + content: "\F0885"; +} + +.mdi-phone-rotate-portrait::before { + content: "\F0886"; +} + +.mdi-phone-settings::before { + content: "\F03FD"; +} + +.mdi-phone-settings-outline::before { + content: "\F119D"; +} + +.mdi-phone-voip::before { + content: "\F03FE"; +} + +.mdi-pi::before { + content: "\F03FF"; +} + +.mdi-pi-box::before { + content: "\F0400"; +} + +.mdi-pi-hole::before { + content: "\F0DF1"; +} + +.mdi-piano::before { + content: "\F067D"; +} + +.mdi-pickaxe::before { + content: "\F08B7"; +} + +.mdi-picture-in-picture-bottom-right::before { + content: "\F0E57"; +} + +.mdi-picture-in-picture-bottom-right-outline::before { + content: "\F0E58"; +} + +.mdi-picture-in-picture-top-right::before { + content: "\F0E59"; +} + +.mdi-picture-in-picture-top-right-outline::before { + content: "\F0E5A"; +} + +.mdi-pier::before { + content: "\F0887"; +} + +.mdi-pier-crane::before { + content: "\F0888"; +} + +.mdi-pig::before { + content: "\F0401"; +} + +.mdi-pig-variant::before { + content: "\F1006"; +} + +.mdi-pig-variant-outline::before { + content: "\F1678"; +} + +.mdi-piggy-bank::before { + content: "\F1007"; +} + +.mdi-piggy-bank-outline::before { + content: "\F1679"; +} + +.mdi-pill::before { + content: "\F0402"; +} + +.mdi-pillar::before { + content: "\F0702"; +} + +.mdi-pin::before { + content: "\F0403"; +} + +.mdi-pin-off::before { + content: "\F0404"; +} + +.mdi-pin-off-outline::before { + content: "\F0930"; +} + +.mdi-pin-outline::before { + content: "\F0931"; +} + +.mdi-pine-tree::before { + content: "\F0405"; +} + +.mdi-pine-tree-box::before { + content: "\F0406"; +} + +.mdi-pine-tree-fire::before { + content: "\F141A"; +} + +.mdi-pinterest::before { + content: "\F0407"; +} + +.mdi-pinwheel::before { + content: "\F0AD5"; +} + +.mdi-pinwheel-outline::before { + content: "\F0AD6"; +} + +.mdi-pipe::before { + content: "\F07E5"; +} + +.mdi-pipe-disconnected::before { + content: "\F07E6"; +} + +.mdi-pipe-leak::before { + content: "\F0889"; +} + +.mdi-pipe-wrench::before { + content: "\F1354"; +} + +.mdi-pirate::before { + content: "\F0A08"; +} + +.mdi-pistol::before { + content: "\F0703"; +} + +.mdi-piston::before { + content: "\F088A"; +} + +.mdi-pitchfork::before { + content: "\F1553"; +} + +.mdi-pizza::before { + content: "\F0409"; +} + +.mdi-play::before { + content: "\F040A"; +} + +.mdi-play-box::before { + content: "\F127A"; +} + +.mdi-play-box-multiple::before { + content: "\F0D19"; +} + +.mdi-play-box-multiple-outline::before { + content: "\F13E6"; +} + +.mdi-play-box-outline::before { + content: "\F040B"; +} + +.mdi-play-circle::before { + content: "\F040C"; +} + +.mdi-play-circle-outline::before { + content: "\F040D"; +} + +.mdi-play-network::before { + content: "\F088B"; +} + +.mdi-play-network-outline::before { + content: "\F0CB7"; +} + +.mdi-play-outline::before { + content: "\F0F1B"; +} + +.mdi-play-pause::before { + content: "\F040E"; +} + +.mdi-play-protected-content::before { + content: "\F040F"; +} + +.mdi-play-speed::before { + content: "\F08FF"; +} + +.mdi-playlist-check::before { + content: "\F05C7"; +} + +.mdi-playlist-edit::before { + content: "\F0900"; +} + +.mdi-playlist-minus::before { + content: "\F0410"; +} + +.mdi-playlist-music::before { + content: "\F0CB8"; +} + +.mdi-playlist-music-outline::before { + content: "\F0CB9"; +} + +.mdi-playlist-play::before { + content: "\F0411"; +} + +.mdi-playlist-plus::before { + content: "\F0412"; +} + +.mdi-playlist-remove::before { + content: "\F0413"; +} + +.mdi-playlist-star::before { + content: "\F0DF2"; +} + +.mdi-plex::before { + content: "\F06BA"; +} + +.mdi-plus::before { + content: "\F0415"; +} + +.mdi-plus-box::before { + content: "\F0416"; +} + +.mdi-plus-box-multiple::before { + content: "\F0334"; +} + +.mdi-plus-box-multiple-outline::before { + content: "\F1143"; +} + +.mdi-plus-box-outline::before { + content: "\F0704"; +} + +.mdi-plus-circle::before { + content: "\F0417"; +} + +.mdi-plus-circle-multiple::before { + content: "\F034C"; +} + +.mdi-plus-circle-multiple-outline::before { + content: "\F0418"; +} + +.mdi-plus-circle-outline::before { + content: "\F0419"; +} + +.mdi-plus-minus::before { + content: "\F0992"; +} + +.mdi-plus-minus-box::before { + content: "\F0993"; +} + +.mdi-plus-minus-variant::before { + content: "\F14C9"; +} + +.mdi-plus-network::before { + content: "\F041A"; +} + +.mdi-plus-network-outline::before { + content: "\F0CBA"; +} + +.mdi-plus-one::before { + content: "\F041B"; +} + +.mdi-plus-outline::before { + content: "\F0705"; +} + +.mdi-plus-thick::before { + content: "\F11EC"; +} + +.mdi-podcast::before { + content: "\F0994"; +} + +.mdi-podium::before { + content: "\F0D25"; +} + +.mdi-podium-bronze::before { + content: "\F0D26"; +} + +.mdi-podium-gold::before { + content: "\F0D27"; +} + +.mdi-podium-silver::before { + content: "\F0D28"; +} + +.mdi-point-of-sale::before { + content: "\F0D92"; +} + +.mdi-pokeball::before { + content: "\F041D"; +} + +.mdi-pokemon-go::before { + content: "\F0A09"; +} + +.mdi-poker-chip::before { + content: "\F0830"; +} + +.mdi-polaroid::before { + content: "\F041E"; +} + +.mdi-police-badge::before { + content: "\F1167"; +} + +.mdi-police-badge-outline::before { + content: "\F1168"; +} + +.mdi-poll::before { + content: "\F041F"; +} + +.mdi-poll-box::before { + content: "\F0420"; +} + +.mdi-poll-box-outline::before { + content: "\F127B"; +} + +.mdi-polo::before { + content: "\F14C3"; +} + +.mdi-polymer::before { + content: "\F0421"; +} + +.mdi-pool::before { + content: "\F0606"; +} + +.mdi-popcorn::before { + content: "\F0422"; +} + +.mdi-post::before { + content: "\F1008"; +} + +.mdi-post-outline::before { + content: "\F1009"; +} + +.mdi-postage-stamp::before { + content: "\F0CBB"; +} + +.mdi-pot::before { + content: "\F02E5"; +} + +.mdi-pot-mix::before { + content: "\F065B"; +} + +.mdi-pot-mix-outline::before { + content: "\F0677"; +} + +.mdi-pot-outline::before { + content: "\F02FF"; +} + +.mdi-pot-steam::before { + content: "\F065A"; +} + +.mdi-pot-steam-outline::before { + content: "\F0326"; +} + +.mdi-pound::before { + content: "\F0423"; +} + +.mdi-pound-box::before { + content: "\F0424"; +} + +.mdi-pound-box-outline::before { + content: "\F117F"; +} + +.mdi-power::before { + content: "\F0425"; +} + +.mdi-power-cycle::before { + content: "\F0901"; +} + +.mdi-power-off::before { + content: "\F0902"; +} + +.mdi-power-on::before { + content: "\F0903"; +} + +.mdi-power-plug::before { + content: "\F06A5"; +} + +.mdi-power-plug-off::before { + content: "\F06A6"; +} + +.mdi-power-plug-off-outline::before { + content: "\F1424"; +} + +.mdi-power-plug-outline::before { + content: "\F1425"; +} + +.mdi-power-settings::before { + content: "\F0426"; +} + +.mdi-power-sleep::before { + content: "\F0904"; +} + +.mdi-power-socket::before { + content: "\F0427"; +} + +.mdi-power-socket-au::before { + content: "\F0905"; +} + +.mdi-power-socket-de::before { + content: "\F1107"; +} + +.mdi-power-socket-eu::before { + content: "\F07E7"; +} + +.mdi-power-socket-fr::before { + content: "\F1108"; +} + +.mdi-power-socket-it::before { + content: "\F14FF"; +} + +.mdi-power-socket-jp::before { + content: "\F1109"; +} + +.mdi-power-socket-uk::before { + content: "\F07E8"; +} + +.mdi-power-socket-us::before { + content: "\F07E9"; +} + +.mdi-power-standby::before { + content: "\F0906"; +} + +.mdi-powershell::before { + content: "\F0A0A"; +} + +.mdi-prescription::before { + content: "\F0706"; +} + +.mdi-presentation::before { + content: "\F0428"; +} + +.mdi-presentation-play::before { + content: "\F0429"; +} + +.mdi-pretzel::before { + content: "\F1562"; +} + +.mdi-printer::before { + content: "\F042A"; +} + +.mdi-printer-3d::before { + content: "\F042B"; +} + +.mdi-printer-3d-nozzle::before { + content: "\F0E5B"; +} + +.mdi-printer-3d-nozzle-alert::before { + content: "\F11C0"; +} + +.mdi-printer-3d-nozzle-alert-outline::before { + content: "\F11C1"; +} + +.mdi-printer-3d-nozzle-outline::before { + content: "\F0E5C"; +} + +.mdi-printer-alert::before { + content: "\F042C"; +} + +.mdi-printer-check::before { + content: "\F1146"; +} + +.mdi-printer-eye::before { + content: "\F1458"; +} + +.mdi-printer-off::before { + content: "\F0E5D"; +} + +.mdi-printer-pos::before { + content: "\F1057"; +} + +.mdi-printer-search::before { + content: "\F1457"; +} + +.mdi-printer-settings::before { + content: "\F0707"; +} + +.mdi-printer-wireless::before { + content: "\F0A0B"; +} + +.mdi-priority-high::before { + content: "\F0603"; +} + +.mdi-priority-low::before { + content: "\F0604"; +} + +.mdi-professional-hexagon::before { + content: "\F042D"; +} + +.mdi-progress-alert::before { + content: "\F0CBC"; +} + +.mdi-progress-check::before { + content: "\F0995"; +} + +.mdi-progress-clock::before { + content: "\F0996"; +} + +.mdi-progress-close::before { + content: "\F110A"; +} + +.mdi-progress-download::before { + content: "\F0997"; +} + +.mdi-progress-question::before { + content: "\F1522"; +} + +.mdi-progress-upload::before { + content: "\F0998"; +} + +.mdi-progress-wrench::before { + content: "\F0CBD"; +} + +.mdi-projector::before { + content: "\F042E"; +} + +.mdi-projector-screen::before { + content: "\F042F"; +} + +.mdi-propane-tank::before { + content: "\F1357"; +} + +.mdi-propane-tank-outline::before { + content: "\F1358"; +} + +.mdi-protocol::before { + content: "\F0FD8"; +} + +.mdi-publish::before { + content: "\F06A7"; +} + +.mdi-pulse::before { + content: "\F0430"; +} + +.mdi-pump::before { + content: "\F1402"; +} + +.mdi-pumpkin::before { + content: "\F0BBF"; +} + +.mdi-purse::before { + content: "\F0F1C"; +} + +.mdi-purse-outline::before { + content: "\F0F1D"; +} + +.mdi-puzzle::before { + content: "\F0431"; +} + +.mdi-puzzle-check::before { + content: "\F1426"; +} + +.mdi-puzzle-check-outline::before { + content: "\F1427"; +} + +.mdi-puzzle-edit::before { + content: "\F14D3"; +} + +.mdi-puzzle-edit-outline::before { + content: "\F14D9"; +} + +.mdi-puzzle-heart::before { + content: "\F14D4"; +} + +.mdi-puzzle-heart-outline::before { + content: "\F14DA"; +} + +.mdi-puzzle-minus::before { + content: "\F14D1"; +} + +.mdi-puzzle-minus-outline::before { + content: "\F14D7"; +} + +.mdi-puzzle-outline::before { + content: "\F0A66"; +} + +.mdi-puzzle-plus::before { + content: "\F14D0"; +} + +.mdi-puzzle-plus-outline::before { + content: "\F14D6"; +} + +.mdi-puzzle-remove::before { + content: "\F14D2"; +} + +.mdi-puzzle-remove-outline::before { + content: "\F14D8"; +} + +.mdi-puzzle-star::before { + content: "\F14D5"; +} + +.mdi-puzzle-star-outline::before { + content: "\F14DB"; +} + +.mdi-qi::before { + content: "\F0999"; +} + +.mdi-qqchat::before { + content: "\F0605"; +} + +.mdi-qrcode::before { + content: "\F0432"; +} + +.mdi-qrcode-edit::before { + content: "\F08B8"; +} + +.mdi-qrcode-minus::before { + content: "\F118C"; +} + +.mdi-qrcode-plus::before { + content: "\F118B"; +} + +.mdi-qrcode-remove::before { + content: "\F118D"; +} + +.mdi-qrcode-scan::before { + content: "\F0433"; +} + +.mdi-quadcopter::before { + content: "\F0434"; +} + +.mdi-quality-high::before { + content: "\F0435"; +} + +.mdi-quality-low::before { + content: "\F0A0C"; +} + +.mdi-quality-medium::before { + content: "\F0A0D"; +} + +.mdi-quora::before { + content: "\F0D29"; +} + +.mdi-rabbit::before { + content: "\F0907"; +} + +.mdi-racing-helmet::before { + content: "\F0D93"; +} + +.mdi-racquetball::before { + content: "\F0D94"; +} + +.mdi-radar::before { + content: "\F0437"; +} + +.mdi-radiator::before { + content: "\F0438"; +} + +.mdi-radiator-disabled::before { + content: "\F0AD7"; +} + +.mdi-radiator-off::before { + content: "\F0AD8"; +} + +.mdi-radio::before { + content: "\F0439"; +} + +.mdi-radio-am::before { + content: "\F0CBE"; +} + +.mdi-radio-fm::before { + content: "\F0CBF"; +} + +.mdi-radio-handheld::before { + content: "\F043A"; +} + +.mdi-radio-off::before { + content: "\F121C"; +} + +.mdi-radio-tower::before { + content: "\F043B"; +} + +.mdi-radioactive::before { + content: "\F043C"; +} + +.mdi-radioactive-off::before { + content: "\F0EC1"; +} + +.mdi-radiobox-blank::before { + content: "\F043D"; +} + +.mdi-radiobox-marked::before { + content: "\F043E"; +} + +.mdi-radiology-box::before { + content: "\F14C5"; +} + +.mdi-radiology-box-outline::before { + content: "\F14C6"; +} + +.mdi-radius::before { + content: "\F0CC0"; +} + +.mdi-radius-outline::before { + content: "\F0CC1"; +} + +.mdi-railroad-light::before { + content: "\F0F1E"; +} + +.mdi-rake::before { + content: "\F1544"; +} + +.mdi-raspberry-pi::before { + content: "\F043F"; +} + +.mdi-ray-end::before { + content: "\F0440"; +} + +.mdi-ray-end-arrow::before { + content: "\F0441"; +} + +.mdi-ray-start::before { + content: "\F0442"; +} + +.mdi-ray-start-arrow::before { + content: "\F0443"; +} + +.mdi-ray-start-end::before { + content: "\F0444"; +} + +.mdi-ray-start-vertex-end::before { + content: "\F15D8"; +} + +.mdi-ray-vertex::before { + content: "\F0445"; +} + +.mdi-react::before { + content: "\F0708"; +} + +.mdi-read::before { + content: "\F0447"; +} + +.mdi-receipt::before { + content: "\F0449"; +} + +.mdi-record::before { + content: "\F044A"; +} + +.mdi-record-circle::before { + content: "\F0EC2"; +} + +.mdi-record-circle-outline::before { + content: "\F0EC3"; +} + +.mdi-record-player::before { + content: "\F099A"; +} + +.mdi-record-rec::before { + content: "\F044B"; +} + +.mdi-rectangle::before { + content: "\F0E5E"; +} + +.mdi-rectangle-outline::before { + content: "\F0E5F"; +} + +.mdi-recycle::before { + content: "\F044C"; +} + +.mdi-recycle-variant::before { + content: "\F139D"; +} + +.mdi-reddit::before { + content: "\F044D"; +} + +.mdi-redhat::before { + content: "\F111B"; +} + +.mdi-redo::before { + content: "\F044E"; +} + +.mdi-redo-variant::before { + content: "\F044F"; +} + +.mdi-reflect-horizontal::before { + content: "\F0A0E"; +} + +.mdi-reflect-vertical::before { + content: "\F0A0F"; +} + +.mdi-refresh::before { + content: "\F0450"; +} + +.mdi-refresh-circle::before { + content: "\F1377"; +} + +.mdi-regex::before { + content: "\F0451"; +} + +.mdi-registered-trademark::before { + content: "\F0A67"; +} + +.mdi-reiterate::before { + content: "\F1588"; +} + +.mdi-relation-many-to-many::before { + content: "\F1496"; +} + +.mdi-relation-many-to-one::before { + content: "\F1497"; +} + +.mdi-relation-many-to-one-or-many::before { + content: "\F1498"; +} + +.mdi-relation-many-to-only-one::before { + content: "\F1499"; +} + +.mdi-relation-many-to-zero-or-many::before { + content: "\F149A"; +} + +.mdi-relation-many-to-zero-or-one::before { + content: "\F149B"; +} + +.mdi-relation-one-or-many-to-many::before { + content: "\F149C"; +} + +.mdi-relation-one-or-many-to-one::before { + content: "\F149D"; +} + +.mdi-relation-one-or-many-to-one-or-many::before { + content: "\F149E"; +} + +.mdi-relation-one-or-many-to-only-one::before { + content: "\F149F"; +} + +.mdi-relation-one-or-many-to-zero-or-many::before { + content: "\F14A0"; +} + +.mdi-relation-one-or-many-to-zero-or-one::before { + content: "\F14A1"; +} + +.mdi-relation-one-to-many::before { + content: "\F14A2"; +} + +.mdi-relation-one-to-one::before { + content: "\F14A3"; +} + +.mdi-relation-one-to-one-or-many::before { + content: "\F14A4"; +} + +.mdi-relation-one-to-only-one::before { + content: "\F14A5"; +} + +.mdi-relation-one-to-zero-or-many::before { + content: "\F14A6"; +} + +.mdi-relation-one-to-zero-or-one::before { + content: "\F14A7"; +} + +.mdi-relation-only-one-to-many::before { + content: "\F14A8"; +} + +.mdi-relation-only-one-to-one::before { + content: "\F14A9"; +} + +.mdi-relation-only-one-to-one-or-many::before { + content: "\F14AA"; +} + +.mdi-relation-only-one-to-only-one::before { + content: "\F14AB"; +} + +.mdi-relation-only-one-to-zero-or-many::before { + content: "\F14AC"; +} + +.mdi-relation-only-one-to-zero-or-one::before { + content: "\F14AD"; +} + +.mdi-relation-zero-or-many-to-many::before { + content: "\F14AE"; +} + +.mdi-relation-zero-or-many-to-one::before { + content: "\F14AF"; +} + +.mdi-relation-zero-or-many-to-one-or-many::before { + content: "\F14B0"; +} + +.mdi-relation-zero-or-many-to-only-one::before { + content: "\F14B1"; +} + +.mdi-relation-zero-or-many-to-zero-or-many::before { + content: "\F14B2"; +} + +.mdi-relation-zero-or-many-to-zero-or-one::before { + content: "\F14B3"; +} + +.mdi-relation-zero-or-one-to-many::before { + content: "\F14B4"; +} + +.mdi-relation-zero-or-one-to-one::before { + content: "\F14B5"; +} + +.mdi-relation-zero-or-one-to-one-or-many::before { + content: "\F14B6"; +} + +.mdi-relation-zero-or-one-to-only-one::before { + content: "\F14B7"; +} + +.mdi-relation-zero-or-one-to-zero-or-many::before { + content: "\F14B8"; +} + +.mdi-relation-zero-or-one-to-zero-or-one::before { + content: "\F14B9"; +} + +.mdi-relative-scale::before { + content: "\F0452"; +} + +.mdi-reload::before { + content: "\F0453"; +} + +.mdi-reload-alert::before { + content: "\F110B"; +} + +.mdi-reminder::before { + content: "\F088C"; +} + +.mdi-remote::before { + content: "\F0454"; +} + +.mdi-remote-desktop::before { + content: "\F08B9"; +} + +.mdi-remote-off::before { + content: "\F0EC4"; +} + +.mdi-remote-tv::before { + content: "\F0EC5"; +} + +.mdi-remote-tv-off::before { + content: "\F0EC6"; +} + +.mdi-rename-box::before { + content: "\F0455"; +} + +.mdi-reorder-horizontal::before { + content: "\F0688"; +} + +.mdi-reorder-vertical::before { + content: "\F0689"; +} + +.mdi-repeat::before { + content: "\F0456"; +} + +.mdi-repeat-off::before { + content: "\F0457"; +} + +.mdi-repeat-once::before { + content: "\F0458"; +} + +.mdi-replay::before { + content: "\F0459"; +} + +.mdi-reply::before { + content: "\F045A"; +} + +.mdi-reply-all::before { + content: "\F045B"; +} + +.mdi-reply-all-outline::before { + content: "\F0F1F"; +} + +.mdi-reply-circle::before { + content: "\F11AE"; +} + +.mdi-reply-outline::before { + content: "\F0F20"; +} + +.mdi-reproduction::before { + content: "\F045C"; +} + +.mdi-resistor::before { + content: "\F0B44"; +} + +.mdi-resistor-nodes::before { + content: "\F0B45"; +} + +.mdi-resize::before { + content: "\F0A68"; +} + +.mdi-resize-bottom-right::before { + content: "\F045D"; +} + +.mdi-responsive::before { + content: "\F045E"; +} + +.mdi-restart::before { + content: "\F0709"; +} + +.mdi-restart-alert::before { + content: "\F110C"; +} + +.mdi-restart-off::before { + content: "\F0D95"; +} + +.mdi-restore::before { + content: "\F099B"; +} + +.mdi-restore-alert::before { + content: "\F110D"; +} + +.mdi-rewind::before { + content: "\F045F"; +} + +.mdi-rewind-10::before { + content: "\F0D2A"; +} + +.mdi-rewind-30::before { + content: "\F0D96"; +} + +.mdi-rewind-5::before { + content: "\F11F9"; +} + +.mdi-rewind-60::before { + content: "\F160C"; +} + +.mdi-rewind-outline::before { + content: "\F070A"; +} + +.mdi-rhombus::before { + content: "\F070B"; +} + +.mdi-rhombus-medium::before { + content: "\F0A10"; +} + +.mdi-rhombus-medium-outline::before { + content: "\F14DC"; +} + +.mdi-rhombus-outline::before { + content: "\F070C"; +} + +.mdi-rhombus-split::before { + content: "\F0A11"; +} + +.mdi-rhombus-split-outline::before { + content: "\F14DD"; +} + +.mdi-ribbon::before { + content: "\F0460"; +} + +.mdi-rice::before { + content: "\F07EA"; +} + +.mdi-rickshaw::before { + content: "\F15BB"; +} + +.mdi-rickshaw-electric::before { + content: "\F15BC"; +} + +.mdi-ring::before { + content: "\F07EB"; +} + +.mdi-rivet::before { + content: "\F0E60"; +} + +.mdi-road::before { + content: "\F0461"; +} + +.mdi-road-variant::before { + content: "\F0462"; +} + +.mdi-robber::before { + content: "\F1058"; +} + +.mdi-robot::before { + content: "\F06A9"; +} + +.mdi-robot-angry::before { + content: "\F169D"; +} + +.mdi-robot-angry-outline::before { + content: "\F169E"; +} + +.mdi-robot-confused::before { + content: "\F169F"; +} + +.mdi-robot-confused-outline::before { + content: "\F16A0"; +} + +.mdi-robot-dead::before { + content: "\F16A1"; +} + +.mdi-robot-dead-outline::before { + content: "\F16A2"; +} + +.mdi-robot-excited::before { + content: "\F16A3"; +} + +.mdi-robot-excited-outline::before { + content: "\F16A4"; +} + +.mdi-robot-industrial::before { + content: "\F0B46"; +} + +.mdi-robot-love::before { + content: "\F16A5"; +} + +.mdi-robot-love-outline::before { + content: "\F16A6"; +} + +.mdi-robot-mower::before { + content: "\F11F7"; +} + +.mdi-robot-mower-outline::before { + content: "\F11F3"; +} + +.mdi-robot-off::before { + content: "\F16A7"; +} + +.mdi-robot-off-outline::before { + content: "\F167B"; +} + +.mdi-robot-outline::before { + content: "\F167A"; +} + +.mdi-robot-vacuum::before { + content: "\F070D"; +} + +.mdi-robot-vacuum-variant::before { + content: "\F0908"; +} + +.mdi-rocket::before { + content: "\F0463"; +} + +.mdi-rocket-launch::before { + content: "\F14DE"; +} + +.mdi-rocket-launch-outline::before { + content: "\F14DF"; +} + +.mdi-rocket-outline::before { + content: "\F13AF"; +} + +.mdi-rodent::before { + content: "\F1327"; +} + +.mdi-roller-skate::before { + content: "\F0D2B"; +} + +.mdi-roller-skate-off::before { + content: "\F0145"; +} + +.mdi-rollerblade::before { + content: "\F0D2C"; +} + +.mdi-rollerblade-off::before { + content: "\F002E"; +} + +.mdi-rollupjs::before { + content: "\F0BC0"; +} + +.mdi-roman-numeral-1::before { + content: "\F1088"; +} + +.mdi-roman-numeral-10::before { + content: "\F1091"; +} + +.mdi-roman-numeral-2::before { + content: "\F1089"; +} + +.mdi-roman-numeral-3::before { + content: "\F108A"; +} + +.mdi-roman-numeral-4::before { + content: "\F108B"; +} + +.mdi-roman-numeral-5::before { + content: "\F108C"; +} + +.mdi-roman-numeral-6::before { + content: "\F108D"; +} + +.mdi-roman-numeral-7::before { + content: "\F108E"; +} + +.mdi-roman-numeral-8::before { + content: "\F108F"; +} + +.mdi-roman-numeral-9::before { + content: "\F1090"; +} + +.mdi-room-service::before { + content: "\F088D"; +} + +.mdi-room-service-outline::before { + content: "\F0D97"; +} + +.mdi-rotate-3d::before { + content: "\F0EC7"; +} + +.mdi-rotate-3d-variant::before { + content: "\F0464"; +} + +.mdi-rotate-left::before { + content: "\F0465"; +} + +.mdi-rotate-left-variant::before { + content: "\F0466"; +} + +.mdi-rotate-orbit::before { + content: "\F0D98"; +} + +.mdi-rotate-right::before { + content: "\F0467"; +} + +.mdi-rotate-right-variant::before { + content: "\F0468"; +} + +.mdi-rounded-corner::before { + content: "\F0607"; +} + +.mdi-router::before { + content: "\F11E2"; +} + +.mdi-router-network::before { + content: "\F1087"; +} + +.mdi-router-wireless::before { + content: "\F0469"; +} + +.mdi-router-wireless-off::before { + content: "\F15A3"; +} + +.mdi-router-wireless-settings::before { + content: "\F0A69"; +} + +.mdi-routes::before { + content: "\F046A"; +} + +.mdi-routes-clock::before { + content: "\F1059"; +} + +.mdi-rowing::before { + content: "\F0608"; +} + +.mdi-rss::before { + content: "\F046B"; +} + +.mdi-rss-box::before { + content: "\F046C"; +} + +.mdi-rss-off::before { + content: "\F0F21"; +} + +.mdi-rug::before { + content: "\F1475"; +} + +.mdi-rugby::before { + content: "\F0D99"; +} + +.mdi-ruler::before { + content: "\F046D"; +} + +.mdi-ruler-square::before { + content: "\F0CC2"; +} + +.mdi-ruler-square-compass::before { + content: "\F0EBE"; +} + +.mdi-run::before { + content: "\F070E"; +} + +.mdi-run-fast::before { + content: "\F046E"; +} + +.mdi-rv-truck::before { + content: "\F11D4"; +} + +.mdi-sack::before { + content: "\F0D2E"; +} + +.mdi-sack-percent::before { + content: "\F0D2F"; +} + +.mdi-safe::before { + content: "\F0A6A"; +} + +.mdi-safe-square::before { + content: "\F127C"; +} + +.mdi-safe-square-outline::before { + content: "\F127D"; +} + +.mdi-safety-goggles::before { + content: "\F0D30"; +} + +.mdi-sail-boat::before { + content: "\F0EC8"; +} + +.mdi-sale::before { + content: "\F046F"; +} + +.mdi-salesforce::before { + content: "\F088E"; +} + +.mdi-sass::before { + content: "\F07EC"; +} + +.mdi-satellite::before { + content: "\F0470"; +} + +.mdi-satellite-uplink::before { + content: "\F0909"; +} + +.mdi-satellite-variant::before { + content: "\F0471"; +} + +.mdi-sausage::before { + content: "\F08BA"; +} + +.mdi-saw-blade::before { + content: "\F0E61"; +} + +.mdi-sawtooth-wave::before { + content: "\F147A"; +} + +.mdi-saxophone::before { + content: "\F0609"; +} + +.mdi-scale::before { + content: "\F0472"; +} + +.mdi-scale-balance::before { + content: "\F05D1"; +} + +.mdi-scale-bathroom::before { + content: "\F0473"; +} + +.mdi-scale-off::before { + content: "\F105A"; +} + +.mdi-scan-helper::before { + content: "\F13D8"; +} + +.mdi-scanner::before { + content: "\F06AB"; +} + +.mdi-scanner-off::before { + content: "\F090A"; +} + +.mdi-scatter-plot::before { + content: "\F0EC9"; +} + +.mdi-scatter-plot-outline::before { + content: "\F0ECA"; +} + +.mdi-school::before { + content: "\F0474"; +} + +.mdi-school-outline::before { + content: "\F1180"; +} + +.mdi-scissors-cutting::before { + content: "\F0A6B"; +} + +.mdi-scooter::before { + content: "\F15BD"; +} + +.mdi-scooter-electric::before { + content: "\F15BE"; +} + +.mdi-scoreboard::before { + content: "\F127E"; +} + +.mdi-scoreboard-outline::before { + content: "\F127F"; +} + +.mdi-screen-rotation::before { + content: "\F0475"; +} + +.mdi-screen-rotation-lock::before { + content: "\F0478"; +} + +.mdi-screw-flat-top::before { + content: "\F0DF3"; +} + +.mdi-screw-lag::before { + content: "\F0DF4"; +} + +.mdi-screw-machine-flat-top::before { + content: "\F0DF5"; +} + +.mdi-screw-machine-round-top::before { + content: "\F0DF6"; +} + +.mdi-screw-round-top::before { + content: "\F0DF7"; +} + +.mdi-screwdriver::before { + content: "\F0476"; +} + +.mdi-script::before { + content: "\F0BC1"; +} + +.mdi-script-outline::before { + content: "\F0477"; +} + +.mdi-script-text::before { + content: "\F0BC2"; +} + +.mdi-script-text-outline::before { + content: "\F0BC3"; +} + +.mdi-sd::before { + content: "\F0479"; +} + +.mdi-seal::before { + content: "\F047A"; +} + +.mdi-seal-variant::before { + content: "\F0FD9"; +} + +.mdi-search-web::before { + content: "\F070F"; +} + +.mdi-seat::before { + content: "\F0CC3"; +} + +.mdi-seat-flat::before { + content: "\F047B"; +} + +.mdi-seat-flat-angled::before { + content: "\F047C"; +} + +.mdi-seat-individual-suite::before { + content: "\F047D"; +} + +.mdi-seat-legroom-extra::before { + content: "\F047E"; +} + +.mdi-seat-legroom-normal::before { + content: "\F047F"; +} + +.mdi-seat-legroom-reduced::before { + content: "\F0480"; +} + +.mdi-seat-outline::before { + content: "\F0CC4"; +} + +.mdi-seat-passenger::before { + content: "\F1249"; +} + +.mdi-seat-recline-extra::before { + content: "\F0481"; +} + +.mdi-seat-recline-normal::before { + content: "\F0482"; +} + +.mdi-seatbelt::before { + content: "\F0CC5"; +} + +.mdi-security::before { + content: "\F0483"; +} + +.mdi-security-network::before { + content: "\F0484"; +} + +.mdi-seed::before { + content: "\F0E62"; +} + +.mdi-seed-off::before { + content: "\F13FD"; +} + +.mdi-seed-off-outline::before { + content: "\F13FE"; +} + +.mdi-seed-outline::before { + content: "\F0E63"; +} + +.mdi-seesaw::before { + content: "\F15A4"; +} + +.mdi-segment::before { + content: "\F0ECB"; +} + +.mdi-select::before { + content: "\F0485"; +} + +.mdi-select-all::before { + content: "\F0486"; +} + +.mdi-select-color::before { + content: "\F0D31"; +} + +.mdi-select-compare::before { + content: "\F0AD9"; +} + +.mdi-select-drag::before { + content: "\F0A6C"; +} + +.mdi-select-group::before { + content: "\F0F82"; +} + +.mdi-select-inverse::before { + content: "\F0487"; +} + +.mdi-select-marker::before { + content: "\F1280"; +} + +.mdi-select-multiple::before { + content: "\F1281"; +} + +.mdi-select-multiple-marker::before { + content: "\F1282"; +} + +.mdi-select-off::before { + content: "\F0488"; +} + +.mdi-select-place::before { + content: "\F0FDA"; +} + +.mdi-select-search::before { + content: "\F1204"; +} + +.mdi-selection::before { + content: "\F0489"; +} + +.mdi-selection-drag::before { + content: "\F0A6D"; +} + +.mdi-selection-ellipse::before { + content: "\F0D32"; +} + +.mdi-selection-ellipse-arrow-inside::before { + content: "\F0F22"; +} + +.mdi-selection-marker::before { + content: "\F1283"; +} + +.mdi-selection-multiple::before { + content: "\F1285"; +} + +.mdi-selection-multiple-marker::before { + content: "\F1284"; +} + +.mdi-selection-off::before { + content: "\F0777"; +} + +.mdi-selection-search::before { + content: "\F1205"; +} + +.mdi-semantic-web::before { + content: "\F1316"; +} + +.mdi-send::before { + content: "\F048A"; +} + +.mdi-send-check::before { + content: "\F1161"; +} + +.mdi-send-check-outline::before { + content: "\F1162"; +} + +.mdi-send-circle::before { + content: "\F0DF8"; +} + +.mdi-send-circle-outline::before { + content: "\F0DF9"; +} + +.mdi-send-clock::before { + content: "\F1163"; +} + +.mdi-send-clock-outline::before { + content: "\F1164"; +} + +.mdi-send-lock::before { + content: "\F07ED"; +} + +.mdi-send-lock-outline::before { + content: "\F1166"; +} + +.mdi-send-outline::before { + content: "\F1165"; +} + +.mdi-serial-port::before { + content: "\F065C"; +} + +.mdi-server::before { + content: "\F048B"; +} + +.mdi-server-minus::before { + content: "\F048C"; +} + +.mdi-server-network::before { + content: "\F048D"; +} + +.mdi-server-network-off::before { + content: "\F048E"; +} + +.mdi-server-off::before { + content: "\F048F"; +} + +.mdi-server-plus::before { + content: "\F0490"; +} + +.mdi-server-remove::before { + content: "\F0491"; +} + +.mdi-server-security::before { + content: "\F0492"; +} + +.mdi-set-all::before { + content: "\F0778"; +} + +.mdi-set-center::before { + content: "\F0779"; +} + +.mdi-set-center-right::before { + content: "\F077A"; +} + +.mdi-set-left::before { + content: "\F077B"; +} + +.mdi-set-left-center::before { + content: "\F077C"; +} + +.mdi-set-left-right::before { + content: "\F077D"; +} + +.mdi-set-merge::before { + content: "\F14E0"; +} + +.mdi-set-none::before { + content: "\F077E"; +} + +.mdi-set-right::before { + content: "\F077F"; +} + +.mdi-set-split::before { + content: "\F14E1"; +} + +.mdi-set-square::before { + content: "\F145D"; +} + +.mdi-set-top-box::before { + content: "\F099F"; +} + +.mdi-settings-helper::before { + content: "\F0A6E"; +} + +.mdi-shaker::before { + content: "\F110E"; +} + +.mdi-shaker-outline::before { + content: "\F110F"; +} + +.mdi-shape::before { + content: "\F0831"; +} + +.mdi-shape-circle-plus::before { + content: "\F065D"; +} + +.mdi-shape-outline::before { + content: "\F0832"; +} + +.mdi-shape-oval-plus::before { + content: "\F11FA"; +} + +.mdi-shape-plus::before { + content: "\F0495"; +} + +.mdi-shape-polygon-plus::before { + content: "\F065E"; +} + +.mdi-shape-rectangle-plus::before { + content: "\F065F"; +} + +.mdi-shape-square-plus::before { + content: "\F0660"; +} + +.mdi-shape-square-rounded-plus::before { + content: "\F14FA"; +} + +.mdi-share::before { + content: "\F0496"; +} + +.mdi-share-all::before { + content: "\F11F4"; +} + +.mdi-share-all-outline::before { + content: "\F11F5"; +} + +.mdi-share-circle::before { + content: "\F11AD"; +} + +.mdi-share-off::before { + content: "\F0F23"; +} + +.mdi-share-off-outline::before { + content: "\F0F24"; +} + +.mdi-share-outline::before { + content: "\F0932"; +} + +.mdi-share-variant::before { + content: "\F0497"; +} + +.mdi-share-variant-outline::before { + content: "\F1514"; +} + +.mdi-shark-fin::before { + content: "\F1673"; +} + +.mdi-shark-fin-outline::before { + content: "\F1674"; +} + +.mdi-sheep::before { + content: "\F0CC6"; +} + +.mdi-shield::before { + content: "\F0498"; +} + +.mdi-shield-account::before { + content: "\F088F"; +} + +.mdi-shield-account-outline::before { + content: "\F0A12"; +} + +.mdi-shield-account-variant::before { + content: "\F15A7"; +} + +.mdi-shield-account-variant-outline::before { + content: "\F15A8"; +} + +.mdi-shield-airplane::before { + content: "\F06BB"; +} + +.mdi-shield-airplane-outline::before { + content: "\F0CC7"; +} + +.mdi-shield-alert::before { + content: "\F0ECC"; +} + +.mdi-shield-alert-outline::before { + content: "\F0ECD"; +} + +.mdi-shield-bug::before { + content: "\F13DA"; +} + +.mdi-shield-bug-outline::before { + content: "\F13DB"; +} + +.mdi-shield-car::before { + content: "\F0F83"; +} + +.mdi-shield-check::before { + content: "\F0565"; +} + +.mdi-shield-check-outline::before { + content: "\F0CC8"; +} + +.mdi-shield-cross::before { + content: "\F0CC9"; +} + +.mdi-shield-cross-outline::before { + content: "\F0CCA"; +} + +.mdi-shield-edit::before { + content: "\F11A0"; +} + +.mdi-shield-edit-outline::before { + content: "\F11A1"; +} + +.mdi-shield-half::before { + content: "\F1360"; +} + +.mdi-shield-half-full::before { + content: "\F0780"; +} + +.mdi-shield-home::before { + content: "\F068A"; +} + +.mdi-shield-home-outline::before { + content: "\F0CCB"; +} + +.mdi-shield-key::before { + content: "\F0BC4"; +} + +.mdi-shield-key-outline::before { + content: "\F0BC5"; +} + +.mdi-shield-link-variant::before { + content: "\F0D33"; +} + +.mdi-shield-link-variant-outline::before { + content: "\F0D34"; +} + +.mdi-shield-lock::before { + content: "\F099D"; +} + +.mdi-shield-lock-outline::before { + content: "\F0CCC"; +} + +.mdi-shield-off::before { + content: "\F099E"; +} + +.mdi-shield-off-outline::before { + content: "\F099C"; +} + +.mdi-shield-outline::before { + content: "\F0499"; +} + +.mdi-shield-plus::before { + content: "\F0ADA"; +} + +.mdi-shield-plus-outline::before { + content: "\F0ADB"; +} + +.mdi-shield-refresh::before { + content: "\F00AA"; +} + +.mdi-shield-refresh-outline::before { + content: "\F01E0"; +} + +.mdi-shield-remove::before { + content: "\F0ADC"; +} + +.mdi-shield-remove-outline::before { + content: "\F0ADD"; +} + +.mdi-shield-search::before { + content: "\F0D9A"; +} + +.mdi-shield-star::before { + content: "\F113B"; +} + +.mdi-shield-star-outline::before { + content: "\F113C"; +} + +.mdi-shield-sun::before { + content: "\F105D"; +} + +.mdi-shield-sun-outline::before { + content: "\F105E"; +} + +.mdi-shield-sync::before { + content: "\F11A2"; +} + +.mdi-shield-sync-outline::before { + content: "\F11A3"; +} + +.mdi-ship-wheel::before { + content: "\F0833"; +} + +.mdi-shoe-ballet::before { + content: "\F15CA"; +} + +.mdi-shoe-cleat::before { + content: "\F15C7"; +} + +.mdi-shoe-formal::before { + content: "\F0B47"; +} + +.mdi-shoe-heel::before { + content: "\F0B48"; +} + +.mdi-shoe-print::before { + content: "\F0DFA"; +} + +.mdi-shoe-sneaker::before { + content: "\F15C8"; +} + +.mdi-shopping::before { + content: "\F049A"; +} + +.mdi-shopping-music::before { + content: "\F049B"; +} + +.mdi-shopping-outline::before { + content: "\F11D5"; +} + +.mdi-shopping-search::before { + content: "\F0F84"; +} + +.mdi-shore::before { + content: "\F14F9"; +} + +.mdi-shovel::before { + content: "\F0710"; +} + +.mdi-shovel-off::before { + content: "\F0711"; +} + +.mdi-shower::before { + content: "\F09A0"; +} + +.mdi-shower-head::before { + content: "\F09A1"; +} + +.mdi-shredder::before { + content: "\F049C"; +} + +.mdi-shuffle::before { + content: "\F049D"; +} + +.mdi-shuffle-disabled::before { + content: "\F049E"; +} + +.mdi-shuffle-variant::before { + content: "\F049F"; +} + +.mdi-shuriken::before { + content: "\F137F"; +} + +.mdi-sigma::before { + content: "\F04A0"; +} + +.mdi-sigma-lower::before { + content: "\F062B"; +} + +.mdi-sign-caution::before { + content: "\F04A1"; +} + +.mdi-sign-direction::before { + content: "\F0781"; +} + +.mdi-sign-direction-minus::before { + content: "\F1000"; +} + +.mdi-sign-direction-plus::before { + content: "\F0FDC"; +} + +.mdi-sign-direction-remove::before { + content: "\F0FDD"; +} + +.mdi-sign-pole::before { + content: "\F14F8"; +} + +.mdi-sign-real-estate::before { + content: "\F1118"; +} + +.mdi-sign-text::before { + content: "\F0782"; +} + +.mdi-signal::before { + content: "\F04A2"; +} + +.mdi-signal-2g::before { + content: "\F0712"; +} + +.mdi-signal-3g::before { + content: "\F0713"; +} + +.mdi-signal-4g::before { + content: "\F0714"; +} + +.mdi-signal-5g::before { + content: "\F0A6F"; +} + +.mdi-signal-cellular-1::before { + content: "\F08BC"; +} + +.mdi-signal-cellular-2::before { + content: "\F08BD"; +} + +.mdi-signal-cellular-3::before { + content: "\F08BE"; +} + +.mdi-signal-cellular-outline::before { + content: "\F08BF"; +} + +.mdi-signal-distance-variant::before { + content: "\F0E64"; +} + +.mdi-signal-hspa::before { + content: "\F0715"; +} + +.mdi-signal-hspa-plus::before { + content: "\F0716"; +} + +.mdi-signal-off::before { + content: "\F0783"; +} + +.mdi-signal-variant::before { + content: "\F060A"; +} + +.mdi-signature::before { + content: "\F0DFB"; +} + +.mdi-signature-freehand::before { + content: "\F0DFC"; +} + +.mdi-signature-image::before { + content: "\F0DFD"; +} + +.mdi-signature-text::before { + content: "\F0DFE"; +} + +.mdi-silo::before { + content: "\F0B49"; +} + +.mdi-silverware::before { + content: "\F04A3"; +} + +.mdi-silverware-clean::before { + content: "\F0FDE"; +} + +.mdi-silverware-fork::before { + content: "\F04A4"; +} + +.mdi-silverware-fork-knife::before { + content: "\F0A70"; +} + +.mdi-silverware-spoon::before { + content: "\F04A5"; +} + +.mdi-silverware-variant::before { + content: "\F04A6"; +} + +.mdi-sim::before { + content: "\F04A7"; +} + +.mdi-sim-alert::before { + content: "\F04A8"; +} + +.mdi-sim-alert-outline::before { + content: "\F15D3"; +} + +.mdi-sim-off::before { + content: "\F04A9"; +} + +.mdi-sim-off-outline::before { + content: "\F15D4"; +} + +.mdi-sim-outline::before { + content: "\F15D5"; +} + +.mdi-simple-icons::before { + content: "\F131D"; +} + +.mdi-sina-weibo::before { + content: "\F0ADF"; +} + +.mdi-sine-wave::before { + content: "\F095B"; +} + +.mdi-sitemap::before { + content: "\F04AA"; +} + +.mdi-size-l::before { + content: "\F13A6"; +} + +.mdi-size-m::before { + content: "\F13A5"; +} + +.mdi-size-s::before { + content: "\F13A4"; +} + +.mdi-size-xl::before { + content: "\F13A7"; +} + +.mdi-size-xs::before { + content: "\F13A3"; +} + +.mdi-size-xxl::before { + content: "\F13A8"; +} + +.mdi-size-xxs::before { + content: "\F13A2"; +} + +.mdi-size-xxxl::before { + content: "\F13A9"; +} + +.mdi-skate::before { + content: "\F0D35"; +} + +.mdi-skateboard::before { + content: "\F14C2"; +} + +.mdi-skew-less::before { + content: "\F0D36"; +} + +.mdi-skew-more::before { + content: "\F0D37"; +} + +.mdi-ski::before { + content: "\F1304"; +} + +.mdi-ski-cross-country::before { + content: "\F1305"; +} + +.mdi-ski-water::before { + content: "\F1306"; +} + +.mdi-skip-backward::before { + content: "\F04AB"; +} + +.mdi-skip-backward-outline::before { + content: "\F0F25"; +} + +.mdi-skip-forward::before { + content: "\F04AC"; +} + +.mdi-skip-forward-outline::before { + content: "\F0F26"; +} + +.mdi-skip-next::before { + content: "\F04AD"; +} + +.mdi-skip-next-circle::before { + content: "\F0661"; +} + +.mdi-skip-next-circle-outline::before { + content: "\F0662"; +} + +.mdi-skip-next-outline::before { + content: "\F0F27"; +} + +.mdi-skip-previous::before { + content: "\F04AE"; +} + +.mdi-skip-previous-circle::before { + content: "\F0663"; +} + +.mdi-skip-previous-circle-outline::before { + content: "\F0664"; +} + +.mdi-skip-previous-outline::before { + content: "\F0F28"; +} + +.mdi-skull::before { + content: "\F068C"; +} + +.mdi-skull-crossbones::before { + content: "\F0BC6"; +} + +.mdi-skull-crossbones-outline::before { + content: "\F0BC7"; +} + +.mdi-skull-outline::before { + content: "\F0BC8"; +} + +.mdi-skull-scan::before { + content: "\F14C7"; +} + +.mdi-skull-scan-outline::before { + content: "\F14C8"; +} + +.mdi-skype::before { + content: "\F04AF"; +} + +.mdi-skype-business::before { + content: "\F04B0"; +} + +.mdi-slack::before { + content: "\F04B1"; +} + +.mdi-slash-forward::before { + content: "\F0FDF"; +} + +.mdi-slash-forward-box::before { + content: "\F0FE0"; +} + +.mdi-sleep::before { + content: "\F04B2"; +} + +.mdi-sleep-off::before { + content: "\F04B3"; +} + +.mdi-slide::before { + content: "\F15A5"; +} + +.mdi-slope-downhill::before { + content: "\F0DFF"; +} + +.mdi-slope-uphill::before { + content: "\F0E00"; +} + +.mdi-slot-machine::before { + content: "\F1114"; +} + +.mdi-slot-machine-outline::before { + content: "\F1115"; +} + +.mdi-smart-card::before { + content: "\F10BD"; +} + +.mdi-smart-card-outline::before { + content: "\F10BE"; +} + +.mdi-smart-card-reader::before { + content: "\F10BF"; +} + +.mdi-smart-card-reader-outline::before { + content: "\F10C0"; +} + +.mdi-smog::before { + content: "\F0A71"; +} + +.mdi-smoke-detector::before { + content: "\F0392"; +} + +.mdi-smoking::before { + content: "\F04B4"; +} + +.mdi-smoking-off::before { + content: "\F04B5"; +} + +.mdi-smoking-pipe::before { + content: "\F140D"; +} + +.mdi-smoking-pipe-off::before { + content: "\F1428"; +} + +.mdi-snail::before { + content: "\F1677"; +} + +.mdi-snake::before { + content: "\F150E"; +} + +.mdi-snapchat::before { + content: "\F04B6"; +} + +.mdi-snowboard::before { + content: "\F1307"; +} + +.mdi-snowflake::before { + content: "\F0717"; +} + +.mdi-snowflake-alert::before { + content: "\F0F29"; +} + +.mdi-snowflake-melt::before { + content: "\F12CB"; +} + +.mdi-snowflake-off::before { + content: "\F14E3"; +} + +.mdi-snowflake-variant::before { + content: "\F0F2A"; +} + +.mdi-snowman::before { + content: "\F04B7"; +} + +.mdi-soccer::before { + content: "\F04B8"; +} + +.mdi-soccer-field::before { + content: "\F0834"; +} + +.mdi-social-distance-2-meters::before { + content: "\F1579"; +} + +.mdi-social-distance-6-feet::before { + content: "\F157A"; +} + +.mdi-sofa::before { + content: "\F04B9"; +} + +.mdi-sofa-outline::before { + content: "\F156D"; +} + +.mdi-sofa-single::before { + content: "\F156E"; +} + +.mdi-sofa-single-outline::before { + content: "\F156F"; +} + +.mdi-solar-panel::before { + content: "\F0D9B"; +} + +.mdi-solar-panel-large::before { + content: "\F0D9C"; +} + +.mdi-solar-power::before { + content: "\F0A72"; +} + +.mdi-soldering-iron::before { + content: "\F1092"; +} + +.mdi-solid::before { + content: "\F068D"; +} + +.mdi-sony-playstation::before { + content: "\F0414"; +} + +.mdi-sort::before { + content: "\F04BA"; +} + +.mdi-sort-alphabetical-ascending::before { + content: "\F05BD"; +} + +.mdi-sort-alphabetical-ascending-variant::before { + content: "\F1148"; +} + +.mdi-sort-alphabetical-descending::before { + content: "\F05BF"; +} + +.mdi-sort-alphabetical-descending-variant::before { + content: "\F1149"; +} + +.mdi-sort-alphabetical-variant::before { + content: "\F04BB"; +} + +.mdi-sort-ascending::before { + content: "\F04BC"; +} + +.mdi-sort-bool-ascending::before { + content: "\F1385"; +} + +.mdi-sort-bool-ascending-variant::before { + content: "\F1386"; +} + +.mdi-sort-bool-descending::before { + content: "\F1387"; +} + +.mdi-sort-bool-descending-variant::before { + content: "\F1388"; +} + +.mdi-sort-calendar-ascending::before { + content: "\F1547"; +} + +.mdi-sort-calendar-descending::before { + content: "\F1548"; +} + +.mdi-sort-clock-ascending::before { + content: "\F1549"; +} + +.mdi-sort-clock-ascending-outline::before { + content: "\F154A"; +} + +.mdi-sort-clock-descending::before { + content: "\F154B"; +} + +.mdi-sort-clock-descending-outline::before { + content: "\F154C"; +} + +.mdi-sort-descending::before { + content: "\F04BD"; +} + +.mdi-sort-numeric-ascending::before { + content: "\F1389"; +} + +.mdi-sort-numeric-ascending-variant::before { + content: "\F090D"; +} + +.mdi-sort-numeric-descending::before { + content: "\F138A"; +} + +.mdi-sort-numeric-descending-variant::before { + content: "\F0AD2"; +} + +.mdi-sort-numeric-variant::before { + content: "\F04BE"; +} + +.mdi-sort-reverse-variant::before { + content: "\F033C"; +} + +.mdi-sort-variant::before { + content: "\F04BF"; +} + +.mdi-sort-variant-lock::before { + content: "\F0CCD"; +} + +.mdi-sort-variant-lock-open::before { + content: "\F0CCE"; +} + +.mdi-sort-variant-remove::before { + content: "\F1147"; +} + +.mdi-soundcloud::before { + content: "\F04C0"; +} + +.mdi-source-branch::before { + content: "\F062C"; +} + +.mdi-source-branch-check::before { + content: "\F14CF"; +} + +.mdi-source-branch-minus::before { + content: "\F14CB"; +} + +.mdi-source-branch-plus::before { + content: "\F14CA"; +} + +.mdi-source-branch-refresh::before { + content: "\F14CD"; +} + +.mdi-source-branch-remove::before { + content: "\F14CC"; +} + +.mdi-source-branch-sync::before { + content: "\F14CE"; +} + +.mdi-source-commit::before { + content: "\F0718"; +} + +.mdi-source-commit-end::before { + content: "\F0719"; +} + +.mdi-source-commit-end-local::before { + content: "\F071A"; +} + +.mdi-source-commit-local::before { + content: "\F071B"; +} + +.mdi-source-commit-next-local::before { + content: "\F071C"; +} + +.mdi-source-commit-start::before { + content: "\F071D"; +} + +.mdi-source-commit-start-next-local::before { + content: "\F071E"; +} + +.mdi-source-fork::before { + content: "\F04C1"; +} + +.mdi-source-merge::before { + content: "\F062D"; +} + +.mdi-source-pull::before { + content: "\F04C2"; +} + +.mdi-source-repository::before { + content: "\F0CCF"; +} + +.mdi-source-repository-multiple::before { + content: "\F0CD0"; +} + +.mdi-soy-sauce::before { + content: "\F07EE"; +} + +.mdi-soy-sauce-off::before { + content: "\F13FC"; +} + +.mdi-spa::before { + content: "\F0CD1"; +} + +.mdi-spa-outline::before { + content: "\F0CD2"; +} + +.mdi-space-invaders::before { + content: "\F0BC9"; +} + +.mdi-space-station::before { + content: "\F1383"; +} + +.mdi-spade::before { + content: "\F0E65"; +} + +.mdi-sparkles::before { + content: "\F1545"; +} + +.mdi-speaker::before { + content: "\F04C3"; +} + +.mdi-speaker-bluetooth::before { + content: "\F09A2"; +} + +.mdi-speaker-multiple::before { + content: "\F0D38"; +} + +.mdi-speaker-off::before { + content: "\F04C4"; +} + +.mdi-speaker-wireless::before { + content: "\F071F"; +} + +.mdi-speedometer::before { + content: "\F04C5"; +} + +.mdi-speedometer-medium::before { + content: "\F0F85"; +} + +.mdi-speedometer-slow::before { + content: "\F0F86"; +} + +.mdi-spellcheck::before { + content: "\F04C6"; +} + +.mdi-spider::before { + content: "\F11EA"; +} + +.mdi-spider-thread::before { + content: "\F11EB"; +} + +.mdi-spider-web::before { + content: "\F0BCA"; +} + +.mdi-spirit-level::before { + content: "\F14F1"; +} + +.mdi-spoon-sugar::before { + content: "\F1429"; +} + +.mdi-spotify::before { + content: "\F04C7"; +} + +.mdi-spotlight::before { + content: "\F04C8"; +} + +.mdi-spotlight-beam::before { + content: "\F04C9"; +} + +.mdi-spray::before { + content: "\F0665"; +} + +.mdi-spray-bottle::before { + content: "\F0AE0"; +} + +.mdi-sprinkler::before { + content: "\F105F"; +} + +.mdi-sprinkler-variant::before { + content: "\F1060"; +} + +.mdi-sprout::before { + content: "\F0E66"; +} + +.mdi-sprout-outline::before { + content: "\F0E67"; +} + +.mdi-square::before { + content: "\F0764"; +} + +.mdi-square-circle::before { + content: "\F1500"; +} + +.mdi-square-edit-outline::before { + content: "\F090C"; +} + +.mdi-square-medium::before { + content: "\F0A13"; +} + +.mdi-square-medium-outline::before { + content: "\F0A14"; +} + +.mdi-square-off::before { + content: "\F12EE"; +} + +.mdi-square-off-outline::before { + content: "\F12EF"; +} + +.mdi-square-outline::before { + content: "\F0763"; +} + +.mdi-square-root::before { + content: "\F0784"; +} + +.mdi-square-root-box::before { + content: "\F09A3"; +} + +.mdi-square-rounded::before { + content: "\F14FB"; +} + +.mdi-square-rounded-outline::before { + content: "\F14FC"; +} + +.mdi-square-small::before { + content: "\F0A15"; +} + +.mdi-square-wave::before { + content: "\F147B"; +} + +.mdi-squeegee::before { + content: "\F0AE1"; +} + +.mdi-ssh::before { + content: "\F08C0"; +} + +.mdi-stack-exchange::before { + content: "\F060B"; +} + +.mdi-stack-overflow::before { + content: "\F04CC"; +} + +.mdi-stackpath::before { + content: "\F0359"; +} + +.mdi-stadium::before { + content: "\F0FF9"; +} + +.mdi-stadium-variant::before { + content: "\F0720"; +} + +.mdi-stairs::before { + content: "\F04CD"; +} + +.mdi-stairs-box::before { + content: "\F139E"; +} + +.mdi-stairs-down::before { + content: "\F12BE"; +} + +.mdi-stairs-up::before { + content: "\F12BD"; +} + +.mdi-stamper::before { + content: "\F0D39"; +} + +.mdi-standard-definition::before { + content: "\F07EF"; +} + +.mdi-star::before { + content: "\F04CE"; +} + +.mdi-star-box::before { + content: "\F0A73"; +} + +.mdi-star-box-multiple::before { + content: "\F1286"; +} + +.mdi-star-box-multiple-outline::before { + content: "\F1287"; +} + +.mdi-star-box-outline::before { + content: "\F0A74"; +} + +.mdi-star-check::before { + content: "\F1566"; +} + +.mdi-star-check-outline::before { + content: "\F156A"; +} + +.mdi-star-circle::before { + content: "\F04CF"; +} + +.mdi-star-circle-outline::before { + content: "\F09A4"; +} + +.mdi-star-cog::before { + content: "\F1668"; +} + +.mdi-star-cog-outline::before { + content: "\F1669"; +} + +.mdi-star-face::before { + content: "\F09A5"; +} + +.mdi-star-four-points::before { + content: "\F0AE2"; +} + +.mdi-star-four-points-outline::before { + content: "\F0AE3"; +} + +.mdi-star-half::before { + content: "\F0246"; +} + +.mdi-star-half-full::before { + content: "\F04D0"; +} + +.mdi-star-minus::before { + content: "\F1564"; +} + +.mdi-star-minus-outline::before { + content: "\F1568"; +} + +.mdi-star-off::before { + content: "\F04D1"; +} + +.mdi-star-off-outline::before { + content: "\F155B"; +} + +.mdi-star-outline::before { + content: "\F04D2"; +} + +.mdi-star-plus::before { + content: "\F1563"; +} + +.mdi-star-plus-outline::before { + content: "\F1567"; +} + +.mdi-star-remove::before { + content: "\F1565"; +} + +.mdi-star-remove-outline::before { + content: "\F1569"; +} + +.mdi-star-settings::before { + content: "\F166A"; +} + +.mdi-star-settings-outline::before { + content: "\F166B"; +} + +.mdi-star-three-points::before { + content: "\F0AE4"; +} + +.mdi-star-three-points-outline::before { + content: "\F0AE5"; +} + +.mdi-state-machine::before { + content: "\F11EF"; +} + +.mdi-steam::before { + content: "\F04D3"; +} + +.mdi-steering::before { + content: "\F04D4"; +} + +.mdi-steering-off::before { + content: "\F090E"; +} + +.mdi-step-backward::before { + content: "\F04D5"; +} + +.mdi-step-backward-2::before { + content: "\F04D6"; +} + +.mdi-step-forward::before { + content: "\F04D7"; +} + +.mdi-step-forward-2::before { + content: "\F04D8"; +} + +.mdi-stethoscope::before { + content: "\F04D9"; +} + +.mdi-sticker::before { + content: "\F1364"; +} + +.mdi-sticker-alert::before { + content: "\F1365"; +} + +.mdi-sticker-alert-outline::before { + content: "\F1366"; +} + +.mdi-sticker-check::before { + content: "\F1367"; +} + +.mdi-sticker-check-outline::before { + content: "\F1368"; +} + +.mdi-sticker-circle-outline::before { + content: "\F05D0"; +} + +.mdi-sticker-emoji::before { + content: "\F0785"; +} + +.mdi-sticker-minus::before { + content: "\F1369"; +} + +.mdi-sticker-minus-outline::before { + content: "\F136A"; +} + +.mdi-sticker-outline::before { + content: "\F136B"; +} + +.mdi-sticker-plus::before { + content: "\F136C"; +} + +.mdi-sticker-plus-outline::before { + content: "\F136D"; +} + +.mdi-sticker-remove::before { + content: "\F136E"; +} + +.mdi-sticker-remove-outline::before { + content: "\F136F"; +} + +.mdi-stocking::before { + content: "\F04DA"; +} + +.mdi-stomach::before { + content: "\F1093"; +} + +.mdi-stop::before { + content: "\F04DB"; +} + +.mdi-stop-circle::before { + content: "\F0666"; +} + +.mdi-stop-circle-outline::before { + content: "\F0667"; +} + +.mdi-store::before { + content: "\F04DC"; +} + +.mdi-store-24-hour::before { + content: "\F04DD"; +} + +.mdi-store-minus::before { + content: "\F165E"; +} + +.mdi-store-outline::before { + content: "\F1361"; +} + +.mdi-store-plus::before { + content: "\F165F"; +} + +.mdi-store-remove::before { + content: "\F1660"; +} + +.mdi-storefront::before { + content: "\F07C7"; +} + +.mdi-storefront-outline::before { + content: "\F10C1"; +} + +.mdi-stove::before { + content: "\F04DE"; +} + +.mdi-strategy::before { + content: "\F11D6"; +} + +.mdi-stretch-to-page::before { + content: "\F0F2B"; +} + +.mdi-stretch-to-page-outline::before { + content: "\F0F2C"; +} + +.mdi-string-lights::before { + content: "\F12BA"; +} + +.mdi-string-lights-off::before { + content: "\F12BB"; +} + +.mdi-subdirectory-arrow-left::before { + content: "\F060C"; +} + +.mdi-subdirectory-arrow-right::before { + content: "\F060D"; +} + +.mdi-submarine::before { + content: "\F156C"; +} + +.mdi-subtitles::before { + content: "\F0A16"; +} + +.mdi-subtitles-outline::before { + content: "\F0A17"; +} + +.mdi-subway::before { + content: "\F06AC"; +} + +.mdi-subway-alert-variant::before { + content: "\F0D9D"; +} + +.mdi-subway-variant::before { + content: "\F04DF"; +} + +.mdi-summit::before { + content: "\F0786"; +} + +.mdi-sunglasses::before { + content: "\F04E0"; +} + +.mdi-surround-sound::before { + content: "\F05C5"; +} + +.mdi-surround-sound-2-0::before { + content: "\F07F0"; +} + +.mdi-surround-sound-3-1::before { + content: "\F07F1"; +} + +.mdi-surround-sound-5-1::before { + content: "\F07F2"; +} + +.mdi-surround-sound-7-1::before { + content: "\F07F3"; +} + +.mdi-svg::before { + content: "\F0721"; +} + +.mdi-swap-horizontal::before { + content: "\F04E1"; +} + +.mdi-swap-horizontal-bold::before { + content: "\F0BCD"; +} + +.mdi-swap-horizontal-circle::before { + content: "\F0FE1"; +} + +.mdi-swap-horizontal-circle-outline::before { + content: "\F0FE2"; +} + +.mdi-swap-horizontal-variant::before { + content: "\F08C1"; +} + +.mdi-swap-vertical::before { + content: "\F04E2"; +} + +.mdi-swap-vertical-bold::before { + content: "\F0BCE"; +} + +.mdi-swap-vertical-circle::before { + content: "\F0FE3"; +} + +.mdi-swap-vertical-circle-outline::before { + content: "\F0FE4"; +} + +.mdi-swap-vertical-variant::before { + content: "\F08C2"; +} + +.mdi-swim::before { + content: "\F04E3"; +} + +.mdi-switch::before { + content: "\F04E4"; +} + +.mdi-sword::before { + content: "\F04E5"; +} + +.mdi-sword-cross::before { + content: "\F0787"; +} + +.mdi-syllabary-hangul::before { + content: "\F1333"; +} + +.mdi-syllabary-hiragana::before { + content: "\F1334"; +} + +.mdi-syllabary-katakana::before { + content: "\F1335"; +} + +.mdi-syllabary-katakana-halfwidth::before { + content: "\F1336"; +} + +.mdi-symbol::before { + content: "\F1501"; +} + +.mdi-symfony::before { + content: "\F0AE6"; +} + +.mdi-sync::before { + content: "\F04E6"; +} + +.mdi-sync-alert::before { + content: "\F04E7"; +} + +.mdi-sync-circle::before { + content: "\F1378"; +} + +.mdi-sync-off::before { + content: "\F04E8"; +} + +.mdi-tab::before { + content: "\F04E9"; +} + +.mdi-tab-minus::before { + content: "\F0B4B"; +} + +.mdi-tab-plus::before { + content: "\F075C"; +} + +.mdi-tab-remove::before { + content: "\F0B4C"; +} + +.mdi-tab-unselected::before { + content: "\F04EA"; +} + +.mdi-table::before { + content: "\F04EB"; +} + +.mdi-table-account::before { + content: "\F13B9"; +} + +.mdi-table-alert::before { + content: "\F13BA"; +} + +.mdi-table-arrow-down::before { + content: "\F13BB"; +} + +.mdi-table-arrow-left::before { + content: "\F13BC"; +} + +.mdi-table-arrow-right::before { + content: "\F13BD"; +} + +.mdi-table-arrow-up::before { + content: "\F13BE"; +} + +.mdi-table-border::before { + content: "\F0A18"; +} + +.mdi-table-cancel::before { + content: "\F13BF"; +} + +.mdi-table-chair::before { + content: "\F1061"; +} + +.mdi-table-check::before { + content: "\F13C0"; +} + +.mdi-table-clock::before { + content: "\F13C1"; +} + +.mdi-table-cog::before { + content: "\F13C2"; +} + +.mdi-table-column::before { + content: "\F0835"; +} + +.mdi-table-column-plus-after::before { + content: "\F04EC"; +} + +.mdi-table-column-plus-before::before { + content: "\F04ED"; +} + +.mdi-table-column-remove::before { + content: "\F04EE"; +} + +.mdi-table-column-width::before { + content: "\F04EF"; +} + +.mdi-table-edit::before { + content: "\F04F0"; +} + +.mdi-table-eye::before { + content: "\F1094"; +} + +.mdi-table-eye-off::before { + content: "\F13C3"; +} + +.mdi-table-furniture::before { + content: "\F05BC"; +} + +.mdi-table-headers-eye::before { + content: "\F121D"; +} + +.mdi-table-headers-eye-off::before { + content: "\F121E"; +} + +.mdi-table-heart::before { + content: "\F13C4"; +} + +.mdi-table-key::before { + content: "\F13C5"; +} + +.mdi-table-large::before { + content: "\F04F1"; +} + +.mdi-table-large-plus::before { + content: "\F0F87"; +} + +.mdi-table-large-remove::before { + content: "\F0F88"; +} + +.mdi-table-lock::before { + content: "\F13C6"; +} + +.mdi-table-merge-cells::before { + content: "\F09A6"; +} + +.mdi-table-minus::before { + content: "\F13C7"; +} + +.mdi-table-multiple::before { + content: "\F13C8"; +} + +.mdi-table-network::before { + content: "\F13C9"; +} + +.mdi-table-of-contents::before { + content: "\F0836"; +} + +.mdi-table-off::before { + content: "\F13CA"; +} + +.mdi-table-plus::before { + content: "\F0A75"; +} + +.mdi-table-refresh::before { + content: "\F13A0"; +} + +.mdi-table-remove::before { + content: "\F0A76"; +} + +.mdi-table-row::before { + content: "\F0837"; +} + +.mdi-table-row-height::before { + content: "\F04F2"; +} + +.mdi-table-row-plus-after::before { + content: "\F04F3"; +} + +.mdi-table-row-plus-before::before { + content: "\F04F4"; +} + +.mdi-table-row-remove::before { + content: "\F04F5"; +} + +.mdi-table-search::before { + content: "\F090F"; +} + +.mdi-table-settings::before { + content: "\F0838"; +} + +.mdi-table-split-cell::before { + content: "\F142A"; +} + +.mdi-table-star::before { + content: "\F13CB"; +} + +.mdi-table-sync::before { + content: "\F13A1"; +} + +.mdi-table-tennis::before { + content: "\F0E68"; +} + +.mdi-tablet::before { + content: "\F04F6"; +} + +.mdi-tablet-android::before { + content: "\F04F7"; +} + +.mdi-tablet-cellphone::before { + content: "\F09A7"; +} + +.mdi-tablet-dashboard::before { + content: "\F0ECE"; +} + +.mdi-tablet-ipad::before { + content: "\F04F8"; +} + +.mdi-taco::before { + content: "\F0762"; +} + +.mdi-tag::before { + content: "\F04F9"; +} + +.mdi-tag-faces::before { + content: "\F04FA"; +} + +.mdi-tag-heart::before { + content: "\F068B"; +} + +.mdi-tag-heart-outline::before { + content: "\F0BCF"; +} + +.mdi-tag-minus::before { + content: "\F0910"; +} + +.mdi-tag-minus-outline::before { + content: "\F121F"; +} + +.mdi-tag-multiple::before { + content: "\F04FB"; +} + +.mdi-tag-multiple-outline::before { + content: "\F12F7"; +} + +.mdi-tag-off::before { + content: "\F1220"; +} + +.mdi-tag-off-outline::before { + content: "\F1221"; +} + +.mdi-tag-outline::before { + content: "\F04FC"; +} + +.mdi-tag-plus::before { + content: "\F0722"; +} + +.mdi-tag-plus-outline::before { + content: "\F1222"; +} + +.mdi-tag-remove::before { + content: "\F0723"; +} + +.mdi-tag-remove-outline::before { + content: "\F1223"; +} + +.mdi-tag-text::before { + content: "\F1224"; +} + +.mdi-tag-text-outline::before { + content: "\F04FD"; +} + +.mdi-tailwind::before { + content: "\F13FF"; +} + +.mdi-tank::before { + content: "\F0D3A"; +} + +.mdi-tanker-truck::before { + content: "\F0FE5"; +} + +.mdi-tape-drive::before { + content: "\F16DF"; +} + +.mdi-tape-measure::before { + content: "\F0B4D"; +} + +.mdi-target::before { + content: "\F04FE"; +} + +.mdi-target-account::before { + content: "\F0BD0"; +} + +.mdi-target-variant::before { + content: "\F0A77"; +} + +.mdi-taxi::before { + content: "\F04FF"; +} + +.mdi-tea::before { + content: "\F0D9E"; +} + +.mdi-tea-outline::before { + content: "\F0D9F"; +} + +.mdi-teach::before { + content: "\F0890"; +} + +.mdi-teamviewer::before { + content: "\F0500"; +} + +.mdi-telegram::before { + content: "\F0501"; +} + +.mdi-telescope::before { + content: "\F0B4E"; +} + +.mdi-television::before { + content: "\F0502"; +} + +.mdi-television-ambient-light::before { + content: "\F1356"; +} + +.mdi-television-box::before { + content: "\F0839"; +} + +.mdi-television-classic::before { + content: "\F07F4"; +} + +.mdi-television-classic-off::before { + content: "\F083A"; +} + +.mdi-television-clean::before { + content: "\F1110"; +} + +.mdi-television-guide::before { + content: "\F0503"; +} + +.mdi-television-off::before { + content: "\F083B"; +} + +.mdi-television-pause::before { + content: "\F0F89"; +} + +.mdi-television-play::before { + content: "\F0ECF"; +} + +.mdi-television-stop::before { + content: "\F0F8A"; +} + +.mdi-temperature-celsius::before { + content: "\F0504"; +} + +.mdi-temperature-fahrenheit::before { + content: "\F0505"; +} + +.mdi-temperature-kelvin::before { + content: "\F0506"; +} + +.mdi-tennis::before { + content: "\F0DA0"; +} + +.mdi-tennis-ball::before { + content: "\F0507"; +} + +.mdi-tent::before { + content: "\F0508"; +} + +.mdi-terraform::before { + content: "\F1062"; +} + +.mdi-terrain::before { + content: "\F0509"; +} + +.mdi-test-tube::before { + content: "\F0668"; +} + +.mdi-test-tube-empty::before { + content: "\F0911"; +} + +.mdi-test-tube-off::before { + content: "\F0912"; +} + +.mdi-text::before { + content: "\F09A8"; +} + +.mdi-text-account::before { + content: "\F1570"; +} + +.mdi-text-box::before { + content: "\F021A"; +} + +.mdi-text-box-check::before { + content: "\F0EA6"; +} + +.mdi-text-box-check-outline::before { + content: "\F0EA7"; +} + +.mdi-text-box-minus::before { + content: "\F0EA8"; +} + +.mdi-text-box-minus-outline::before { + content: "\F0EA9"; +} + +.mdi-text-box-multiple::before { + content: "\F0AB7"; +} + +.mdi-text-box-multiple-outline::before { + content: "\F0AB8"; +} + +.mdi-text-box-outline::before { + content: "\F09ED"; +} + +.mdi-text-box-plus::before { + content: "\F0EAA"; +} + +.mdi-text-box-plus-outline::before { + content: "\F0EAB"; +} + +.mdi-text-box-remove::before { + content: "\F0EAC"; +} + +.mdi-text-box-remove-outline::before { + content: "\F0EAD"; +} + +.mdi-text-box-search::before { + content: "\F0EAE"; +} + +.mdi-text-box-search-outline::before { + content: "\F0EAF"; +} + +.mdi-text-recognition::before { + content: "\F113D"; +} + +.mdi-text-search::before { + content: "\F13B8"; +} + +.mdi-text-shadow::before { + content: "\F0669"; +} + +.mdi-text-short::before { + content: "\F09A9"; +} + +.mdi-text-subject::before { + content: "\F09AA"; +} + +.mdi-text-to-speech::before { + content: "\F050A"; +} + +.mdi-text-to-speech-off::before { + content: "\F050B"; +} + +.mdi-texture::before { + content: "\F050C"; +} + +.mdi-texture-box::before { + content: "\F0FE6"; +} + +.mdi-theater::before { + content: "\F050D"; +} + +.mdi-theme-light-dark::before { + content: "\F050E"; +} + +.mdi-thermometer::before { + content: "\F050F"; +} + +.mdi-thermometer-alert::before { + content: "\F0E01"; +} + +.mdi-thermometer-chevron-down::before { + content: "\F0E02"; +} + +.mdi-thermometer-chevron-up::before { + content: "\F0E03"; +} + +.mdi-thermometer-high::before { + content: "\F10C2"; +} + +.mdi-thermometer-lines::before { + content: "\F0510"; +} + +.mdi-thermometer-low::before { + content: "\F10C3"; +} + +.mdi-thermometer-minus::before { + content: "\F0E04"; +} + +.mdi-thermometer-off::before { + content: "\F1531"; +} + +.mdi-thermometer-plus::before { + content: "\F0E05"; +} + +.mdi-thermostat::before { + content: "\F0393"; +} + +.mdi-thermostat-box::before { + content: "\F0891"; +} + +.mdi-thought-bubble::before { + content: "\F07F6"; +} + +.mdi-thought-bubble-outline::before { + content: "\F07F7"; +} + +.mdi-thumb-down::before { + content: "\F0511"; +} + +.mdi-thumb-down-outline::before { + content: "\F0512"; +} + +.mdi-thumb-up::before { + content: "\F0513"; +} + +.mdi-thumb-up-outline::before { + content: "\F0514"; +} + +.mdi-thumbs-up-down::before { + content: "\F0515"; +} + +.mdi-ticket::before { + content: "\F0516"; +} + +.mdi-ticket-account::before { + content: "\F0517"; +} + +.mdi-ticket-confirmation::before { + content: "\F0518"; +} + +.mdi-ticket-confirmation-outline::before { + content: "\F13AA"; +} + +.mdi-ticket-outline::before { + content: "\F0913"; +} + +.mdi-ticket-percent::before { + content: "\F0724"; +} + +.mdi-ticket-percent-outline::before { + content: "\F142B"; +} + +.mdi-tie::before { + content: "\F0519"; +} + +.mdi-tilde::before { + content: "\F0725"; +} + +.mdi-timelapse::before { + content: "\F051A"; +} + +.mdi-timeline::before { + content: "\F0BD1"; +} + +.mdi-timeline-alert::before { + content: "\F0F95"; +} + +.mdi-timeline-alert-outline::before { + content: "\F0F98"; +} + +.mdi-timeline-check::before { + content: "\F1532"; +} + +.mdi-timeline-check-outline::before { + content: "\F1533"; +} + +.mdi-timeline-clock::before { + content: "\F11FB"; +} + +.mdi-timeline-clock-outline::before { + content: "\F11FC"; +} + +.mdi-timeline-help::before { + content: "\F0F99"; +} + +.mdi-timeline-help-outline::before { + content: "\F0F9A"; +} + +.mdi-timeline-minus::before { + content: "\F1534"; +} + +.mdi-timeline-minus-outline::before { + content: "\F1535"; +} + +.mdi-timeline-outline::before { + content: "\F0BD2"; +} + +.mdi-timeline-plus::before { + content: "\F0F96"; +} + +.mdi-timeline-plus-outline::before { + content: "\F0F97"; +} + +.mdi-timeline-remove::before { + content: "\F1536"; +} + +.mdi-timeline-remove-outline::before { + content: "\F1537"; +} + +.mdi-timeline-text::before { + content: "\F0BD3"; +} + +.mdi-timeline-text-outline::before { + content: "\F0BD4"; +} + +.mdi-timer::before { + content: "\F13AB"; +} + +.mdi-timer-10::before { + content: "\F051C"; +} + +.mdi-timer-3::before { + content: "\F051D"; +} + +.mdi-timer-off::before { + content: "\F13AC"; +} + +.mdi-timer-off-outline::before { + content: "\F051E"; +} + +.mdi-timer-outline::before { + content: "\F051B"; +} + +.mdi-timer-sand::before { + content: "\F051F"; +} + +.mdi-timer-sand-empty::before { + content: "\F06AD"; +} + +.mdi-timer-sand-full::before { + content: "\F078C"; +} + +.mdi-timetable::before { + content: "\F0520"; +} + +.mdi-toaster::before { + content: "\F1063"; +} + +.mdi-toaster-off::before { + content: "\F11B7"; +} + +.mdi-toaster-oven::before { + content: "\F0CD3"; +} + +.mdi-toggle-switch::before { + content: "\F0521"; +} + +.mdi-toggle-switch-off::before { + content: "\F0522"; +} + +.mdi-toggle-switch-off-outline::before { + content: "\F0A19"; +} + +.mdi-toggle-switch-outline::before { + content: "\F0A1A"; +} + +.mdi-toilet::before { + content: "\F09AB"; +} + +.mdi-toolbox::before { + content: "\F09AC"; +} + +.mdi-toolbox-outline::before { + content: "\F09AD"; +} + +.mdi-tools::before { + content: "\F1064"; +} + +.mdi-tooltip::before { + content: "\F0523"; +} + +.mdi-tooltip-account::before { + content: "\F000C"; +} + +.mdi-tooltip-check::before { + content: "\F155C"; +} + +.mdi-tooltip-check-outline::before { + content: "\F155D"; +} + +.mdi-tooltip-edit::before { + content: "\F0524"; +} + +.mdi-tooltip-edit-outline::before { + content: "\F12C5"; +} + +.mdi-tooltip-image::before { + content: "\F0525"; +} + +.mdi-tooltip-image-outline::before { + content: "\F0BD5"; +} + +.mdi-tooltip-minus::before { + content: "\F155E"; +} + +.mdi-tooltip-minus-outline::before { + content: "\F155F"; +} + +.mdi-tooltip-outline::before { + content: "\F0526"; +} + +.mdi-tooltip-plus::before { + content: "\F0BD6"; +} + +.mdi-tooltip-plus-outline::before { + content: "\F0527"; +} + +.mdi-tooltip-remove::before { + content: "\F1560"; +} + +.mdi-tooltip-remove-outline::before { + content: "\F1561"; +} + +.mdi-tooltip-text::before { + content: "\F0528"; +} + +.mdi-tooltip-text-outline::before { + content: "\F0BD7"; +} + +.mdi-tooth::before { + content: "\F08C3"; +} + +.mdi-tooth-outline::before { + content: "\F0529"; +} + +.mdi-toothbrush::before { + content: "\F1129"; +} + +.mdi-toothbrush-electric::before { + content: "\F112C"; +} + +.mdi-toothbrush-paste::before { + content: "\F112A"; +} + +.mdi-torch::before { + content: "\F1606"; +} + +.mdi-tortoise::before { + content: "\F0D3B"; +} + +.mdi-toslink::before { + content: "\F12B8"; +} + +.mdi-tournament::before { + content: "\F09AE"; +} + +.mdi-tow-truck::before { + content: "\F083C"; +} + +.mdi-tower-beach::before { + content: "\F0681"; +} + +.mdi-tower-fire::before { + content: "\F0682"; +} + +.mdi-toy-brick::before { + content: "\F1288"; +} + +.mdi-toy-brick-marker::before { + content: "\F1289"; +} + +.mdi-toy-brick-marker-outline::before { + content: "\F128A"; +} + +.mdi-toy-brick-minus::before { + content: "\F128B"; +} + +.mdi-toy-brick-minus-outline::before { + content: "\F128C"; +} + +.mdi-toy-brick-outline::before { + content: "\F128D"; +} + +.mdi-toy-brick-plus::before { + content: "\F128E"; +} + +.mdi-toy-brick-plus-outline::before { + content: "\F128F"; +} + +.mdi-toy-brick-remove::before { + content: "\F1290"; +} + +.mdi-toy-brick-remove-outline::before { + content: "\F1291"; +} + +.mdi-toy-brick-search::before { + content: "\F1292"; +} + +.mdi-toy-brick-search-outline::before { + content: "\F1293"; +} + +.mdi-track-light::before { + content: "\F0914"; +} + +.mdi-trackpad::before { + content: "\F07F8"; +} + +.mdi-trackpad-lock::before { + content: "\F0933"; +} + +.mdi-tractor::before { + content: "\F0892"; +} + +.mdi-tractor-variant::before { + content: "\F14C4"; +} + +.mdi-trademark::before { + content: "\F0A78"; +} + +.mdi-traffic-cone::before { + content: "\F137C"; +} + +.mdi-traffic-light::before { + content: "\F052B"; +} + +.mdi-train::before { + content: "\F052C"; +} + +.mdi-train-car::before { + content: "\F0BD8"; +} + +.mdi-train-variant::before { + content: "\F08C4"; +} + +.mdi-tram::before { + content: "\F052D"; +} + +.mdi-tram-side::before { + content: "\F0FE7"; +} + +.mdi-transcribe::before { + content: "\F052E"; +} + +.mdi-transcribe-close::before { + content: "\F052F"; +} + +.mdi-transfer::before { + content: "\F1065"; +} + +.mdi-transfer-down::before { + content: "\F0DA1"; +} + +.mdi-transfer-left::before { + content: "\F0DA2"; +} + +.mdi-transfer-right::before { + content: "\F0530"; +} + +.mdi-transfer-up::before { + content: "\F0DA3"; +} + +.mdi-transit-connection::before { + content: "\F0D3C"; +} + +.mdi-transit-connection-horizontal::before { + content: "\F1546"; +} + +.mdi-transit-connection-variant::before { + content: "\F0D3D"; +} + +.mdi-transit-detour::before { + content: "\F0F8B"; +} + +.mdi-transit-skip::before { + content: "\F1515"; +} + +.mdi-transit-transfer::before { + content: "\F06AE"; +} + +.mdi-transition::before { + content: "\F0915"; +} + +.mdi-transition-masked::before { + content: "\F0916"; +} + +.mdi-translate::before { + content: "\F05CA"; +} + +.mdi-translate-off::before { + content: "\F0E06"; +} + +.mdi-transmission-tower::before { + content: "\F0D3E"; +} + +.mdi-trash-can::before { + content: "\F0A79"; +} + +.mdi-trash-can-outline::before { + content: "\F0A7A"; +} + +.mdi-tray::before { + content: "\F1294"; +} + +.mdi-tray-alert::before { + content: "\F1295"; +} + +.mdi-tray-full::before { + content: "\F1296"; +} + +.mdi-tray-minus::before { + content: "\F1297"; +} + +.mdi-tray-plus::before { + content: "\F1298"; +} + +.mdi-tray-remove::before { + content: "\F1299"; +} + +.mdi-treasure-chest::before { + content: "\F0726"; +} + +.mdi-tree::before { + content: "\F0531"; +} + +.mdi-tree-outline::before { + content: "\F0E69"; +} + +.mdi-trello::before { + content: "\F0532"; +} + +.mdi-trending-down::before { + content: "\F0533"; +} + +.mdi-trending-neutral::before { + content: "\F0534"; +} + +.mdi-trending-up::before { + content: "\F0535"; +} + +.mdi-triangle::before { + content: "\F0536"; +} + +.mdi-triangle-outline::before { + content: "\F0537"; +} + +.mdi-triangle-wave::before { + content: "\F147C"; +} + +.mdi-triforce::before { + content: "\F0BD9"; +} + +.mdi-trophy::before { + content: "\F0538"; +} + +.mdi-trophy-award::before { + content: "\F0539"; +} + +.mdi-trophy-broken::before { + content: "\F0DA4"; +} + +.mdi-trophy-outline::before { + content: "\F053A"; +} + +.mdi-trophy-variant::before { + content: "\F053B"; +} + +.mdi-trophy-variant-outline::before { + content: "\F053C"; +} + +.mdi-truck::before { + content: "\F053D"; +} + +.mdi-truck-check::before { + content: "\F0CD4"; +} + +.mdi-truck-check-outline::before { + content: "\F129A"; +} + +.mdi-truck-delivery::before { + content: "\F053E"; +} + +.mdi-truck-delivery-outline::before { + content: "\F129B"; +} + +.mdi-truck-fast::before { + content: "\F0788"; +} + +.mdi-truck-fast-outline::before { + content: "\F129C"; +} + +.mdi-truck-outline::before { + content: "\F129D"; +} + +.mdi-truck-trailer::before { + content: "\F0727"; +} + +.mdi-trumpet::before { + content: "\F1096"; +} + +.mdi-tshirt-crew::before { + content: "\F0A7B"; +} + +.mdi-tshirt-crew-outline::before { + content: "\F053F"; +} + +.mdi-tshirt-v::before { + content: "\F0A7C"; +} + +.mdi-tshirt-v-outline::before { + content: "\F0540"; +} + +.mdi-tumble-dryer::before { + content: "\F0917"; +} + +.mdi-tumble-dryer-alert::before { + content: "\F11BA"; +} + +.mdi-tumble-dryer-off::before { + content: "\F11BB"; +} + +.mdi-tune::before { + content: "\F062E"; +} + +.mdi-tune-variant::before { + content: "\F1542"; +} + +.mdi-tune-vertical::before { + content: "\F066A"; +} + +.mdi-tune-vertical-variant::before { + content: "\F1543"; +} + +.mdi-turnstile::before { + content: "\F0CD5"; +} + +.mdi-turnstile-outline::before { + content: "\F0CD6"; +} + +.mdi-turtle::before { + content: "\F0CD7"; +} + +.mdi-twitch::before { + content: "\F0543"; +} + +.mdi-twitter::before { + content: "\F0544"; +} + +.mdi-twitter-retweet::before { + content: "\F0547"; +} + +.mdi-two-factor-authentication::before { + content: "\F09AF"; +} + +.mdi-typewriter::before { + content: "\F0F2D"; +} + +.mdi-ubisoft::before { + content: "\F0BDA"; +} + +.mdi-ubuntu::before { + content: "\F0548"; +} + +.mdi-ufo::before { + content: "\F10C4"; +} + +.mdi-ufo-outline::before { + content: "\F10C5"; +} + +.mdi-ultra-high-definition::before { + content: "\F07F9"; +} + +.mdi-umbraco::before { + content: "\F0549"; +} + +.mdi-umbrella::before { + content: "\F054A"; +} + +.mdi-umbrella-closed::before { + content: "\F09B0"; +} + +.mdi-umbrella-closed-outline::before { + content: "\F13E2"; +} + +.mdi-umbrella-closed-variant::before { + content: "\F13E1"; +} + +.mdi-umbrella-outline::before { + content: "\F054B"; +} + +.mdi-undo::before { + content: "\F054C"; +} + +.mdi-undo-variant::before { + content: "\F054D"; +} + +.mdi-unfold-less-horizontal::before { + content: "\F054E"; +} + +.mdi-unfold-less-vertical::before { + content: "\F0760"; +} + +.mdi-unfold-more-horizontal::before { + content: "\F054F"; +} + +.mdi-unfold-more-vertical::before { + content: "\F0761"; +} + +.mdi-ungroup::before { + content: "\F0550"; +} + +.mdi-unicode::before { + content: "\F0ED0"; +} + +.mdi-unicorn::before { + content: "\F15C2"; +} + +.mdi-unicorn-variant::before { + content: "\F15C3"; +} + +.mdi-unicycle::before { + content: "\F15E5"; +} + +.mdi-unity::before { + content: "\F06AF"; +} + +.mdi-unreal::before { + content: "\F09B1"; +} + +.mdi-untappd::before { + content: "\F0551"; +} + +.mdi-update::before { + content: "\F06B0"; +} + +.mdi-upload::before { + content: "\F0552"; +} + +.mdi-upload-lock::before { + content: "\F1373"; +} + +.mdi-upload-lock-outline::before { + content: "\F1374"; +} + +.mdi-upload-multiple::before { + content: "\F083D"; +} + +.mdi-upload-network::before { + content: "\F06F6"; +} + +.mdi-upload-network-outline::before { + content: "\F0CD8"; +} + +.mdi-upload-off::before { + content: "\F10C6"; +} + +.mdi-upload-off-outline::before { + content: "\F10C7"; +} + +.mdi-upload-outline::before { + content: "\F0E07"; +} + +.mdi-usb::before { + content: "\F0553"; +} + +.mdi-usb-flash-drive::before { + content: "\F129E"; +} + +.mdi-usb-flash-drive-outline::before { + content: "\F129F"; +} + +.mdi-usb-port::before { + content: "\F11F0"; +} + +.mdi-valve::before { + content: "\F1066"; +} + +.mdi-valve-closed::before { + content: "\F1067"; +} + +.mdi-valve-open::before { + content: "\F1068"; +} + +.mdi-van-passenger::before { + content: "\F07FA"; +} + +.mdi-van-utility::before { + content: "\F07FB"; +} + +.mdi-vanish::before { + content: "\F07FC"; +} + +.mdi-vanish-quarter::before { + content: "\F1554"; +} + +.mdi-vanity-light::before { + content: "\F11E1"; +} + +.mdi-variable::before { + content: "\F0AE7"; +} + +.mdi-variable-box::before { + content: "\F1111"; +} + +.mdi-vector-arrange-above::before { + content: "\F0554"; +} + +.mdi-vector-arrange-below::before { + content: "\F0555"; +} + +.mdi-vector-bezier::before { + content: "\F0AE8"; +} + +.mdi-vector-circle::before { + content: "\F0556"; +} + +.mdi-vector-circle-variant::before { + content: "\F0557"; +} + +.mdi-vector-combine::before { + content: "\F0558"; +} + +.mdi-vector-curve::before { + content: "\F0559"; +} + +.mdi-vector-difference::before { + content: "\F055A"; +} + +.mdi-vector-difference-ab::before { + content: "\F055B"; +} + +.mdi-vector-difference-ba::before { + content: "\F055C"; +} + +.mdi-vector-ellipse::before { + content: "\F0893"; +} + +.mdi-vector-intersection::before { + content: "\F055D"; +} + +.mdi-vector-line::before { + content: "\F055E"; +} + +.mdi-vector-link::before { + content: "\F0FE8"; +} + +.mdi-vector-point::before { + content: "\F055F"; +} + +.mdi-vector-polygon::before { + content: "\F0560"; +} + +.mdi-vector-polyline::before { + content: "\F0561"; +} + +.mdi-vector-polyline-edit::before { + content: "\F1225"; +} + +.mdi-vector-polyline-minus::before { + content: "\F1226"; +} + +.mdi-vector-polyline-plus::before { + content: "\F1227"; +} + +.mdi-vector-polyline-remove::before { + content: "\F1228"; +} + +.mdi-vector-radius::before { + content: "\F074A"; +} + +.mdi-vector-rectangle::before { + content: "\F05C6"; +} + +.mdi-vector-selection::before { + content: "\F0562"; +} + +.mdi-vector-square::before { + content: "\F0001"; +} + +.mdi-vector-triangle::before { + content: "\F0563"; +} + +.mdi-vector-union::before { + content: "\F0564"; +} + +.mdi-vhs::before { + content: "\F0A1B"; +} + +.mdi-vibrate::before { + content: "\F0566"; +} + +.mdi-vibrate-off::before { + content: "\F0CD9"; +} + +.mdi-video::before { + content: "\F0567"; +} + +.mdi-video-3d::before { + content: "\F07FD"; +} + +.mdi-video-3d-off::before { + content: "\F13D9"; +} + +.mdi-video-3d-variant::before { + content: "\F0ED1"; +} + +.mdi-video-4k-box::before { + content: "\F083E"; +} + +.mdi-video-account::before { + content: "\F0919"; +} + +.mdi-video-box::before { + content: "\F00FD"; +} + +.mdi-video-box-off::before { + content: "\F00FE"; +} + +.mdi-video-check::before { + content: "\F1069"; +} + +.mdi-video-check-outline::before { + content: "\F106A"; +} + +.mdi-video-high-definition::before { + content: "\F152E"; +} + +.mdi-video-image::before { + content: "\F091A"; +} + +.mdi-video-input-antenna::before { + content: "\F083F"; +} + +.mdi-video-input-component::before { + content: "\F0840"; +} + +.mdi-video-input-hdmi::before { + content: "\F0841"; +} + +.mdi-video-input-scart::before { + content: "\F0F8C"; +} + +.mdi-video-input-svideo::before { + content: "\F0842"; +} + +.mdi-video-minus::before { + content: "\F09B2"; +} + +.mdi-video-minus-outline::before { + content: "\F02BA"; +} + +.mdi-video-off::before { + content: "\F0568"; +} + +.mdi-video-off-outline::before { + content: "\F0BDB"; +} + +.mdi-video-outline::before { + content: "\F0BDC"; +} + +.mdi-video-plus::before { + content: "\F09B3"; +} + +.mdi-video-plus-outline::before { + content: "\F01D3"; +} + +.mdi-video-stabilization::before { + content: "\F091B"; +} + +.mdi-video-switch::before { + content: "\F0569"; +} + +.mdi-video-switch-outline::before { + content: "\F0790"; +} + +.mdi-video-vintage::before { + content: "\F0A1C"; +} + +.mdi-video-wireless::before { + content: "\F0ED2"; +} + +.mdi-video-wireless-outline::before { + content: "\F0ED3"; +} + +.mdi-view-agenda::before { + content: "\F056A"; +} + +.mdi-view-agenda-outline::before { + content: "\F11D8"; +} + +.mdi-view-array::before { + content: "\F056B"; +} + +.mdi-view-array-outline::before { + content: "\F1485"; +} + +.mdi-view-carousel::before { + content: "\F056C"; +} + +.mdi-view-carousel-outline::before { + content: "\F1486"; +} + +.mdi-view-column::before { + content: "\F056D"; +} + +.mdi-view-column-outline::before { + content: "\F1487"; +} + +.mdi-view-comfy::before { + content: "\F0E6A"; +} + +.mdi-view-comfy-outline::before { + content: "\F1488"; +} + +.mdi-view-compact::before { + content: "\F0E6B"; +} + +.mdi-view-compact-outline::before { + content: "\F0E6C"; +} + +.mdi-view-dashboard::before { + content: "\F056E"; +} + +.mdi-view-dashboard-outline::before { + content: "\F0A1D"; +} + +.mdi-view-dashboard-variant::before { + content: "\F0843"; +} + +.mdi-view-dashboard-variant-outline::before { + content: "\F1489"; +} + +.mdi-view-day::before { + content: "\F056F"; +} + +.mdi-view-day-outline::before { + content: "\F148A"; +} + +.mdi-view-grid::before { + content: "\F0570"; +} + +.mdi-view-grid-outline::before { + content: "\F11D9"; +} + +.mdi-view-grid-plus::before { + content: "\F0F8D"; +} + +.mdi-view-grid-plus-outline::before { + content: "\F11DA"; +} + +.mdi-view-headline::before { + content: "\F0571"; +} + +.mdi-view-list::before { + content: "\F0572"; +} + +.mdi-view-list-outline::before { + content: "\F148B"; +} + +.mdi-view-module::before { + content: "\F0573"; +} + +.mdi-view-module-outline::before { + content: "\F148C"; +} + +.mdi-view-parallel::before { + content: "\F0728"; +} + +.mdi-view-parallel-outline::before { + content: "\F148D"; +} + +.mdi-view-quilt::before { + content: "\F0574"; +} + +.mdi-view-quilt-outline::before { + content: "\F148E"; +} + +.mdi-view-sequential::before { + content: "\F0729"; +} + +.mdi-view-sequential-outline::before { + content: "\F148F"; +} + +.mdi-view-split-horizontal::before { + content: "\F0BCB"; +} + +.mdi-view-split-vertical::before { + content: "\F0BCC"; +} + +.mdi-view-stream::before { + content: "\F0575"; +} + +.mdi-view-stream-outline::before { + content: "\F1490"; +} + +.mdi-view-week::before { + content: "\F0576"; +} + +.mdi-view-week-outline::before { + content: "\F1491"; +} + +.mdi-vimeo::before { + content: "\F0577"; +} + +.mdi-violin::before { + content: "\F060F"; +} + +.mdi-virtual-reality::before { + content: "\F0894"; +} + +.mdi-virus::before { + content: "\F13B6"; +} + +.mdi-virus-outline::before { + content: "\F13B7"; +} + +.mdi-vk::before { + content: "\F0579"; +} + +.mdi-vlc::before { + content: "\F057C"; +} + +.mdi-voice-off::before { + content: "\F0ED4"; +} + +.mdi-voicemail::before { + content: "\F057D"; +} + +.mdi-volleyball::before { + content: "\F09B4"; +} + +.mdi-volume-high::before { + content: "\F057E"; +} + +.mdi-volume-low::before { + content: "\F057F"; +} + +.mdi-volume-medium::before { + content: "\F0580"; +} + +.mdi-volume-minus::before { + content: "\F075E"; +} + +.mdi-volume-mute::before { + content: "\F075F"; +} + +.mdi-volume-off::before { + content: "\F0581"; +} + +.mdi-volume-plus::before { + content: "\F075D"; +} + +.mdi-volume-source::before { + content: "\F1120"; +} + +.mdi-volume-variant-off::before { + content: "\F0E08"; +} + +.mdi-volume-vibrate::before { + content: "\F1121"; +} + +.mdi-vote::before { + content: "\F0A1F"; +} + +.mdi-vote-outline::before { + content: "\F0A20"; +} + +.mdi-vpn::before { + content: "\F0582"; +} + +.mdi-vuejs::before { + content: "\F0844"; +} + +.mdi-vuetify::before { + content: "\F0E6D"; +} + +.mdi-walk::before { + content: "\F0583"; +} + +.mdi-wall::before { + content: "\F07FE"; +} + +.mdi-wall-sconce::before { + content: "\F091C"; +} + +.mdi-wall-sconce-flat::before { + content: "\F091D"; +} + +.mdi-wall-sconce-flat-variant::before { + content: "\F041C"; +} + +.mdi-wall-sconce-round::before { + content: "\F0748"; +} + +.mdi-wall-sconce-round-variant::before { + content: "\F091E"; +} + +.mdi-wallet::before { + content: "\F0584"; +} + +.mdi-wallet-giftcard::before { + content: "\F0585"; +} + +.mdi-wallet-membership::before { + content: "\F0586"; +} + +.mdi-wallet-outline::before { + content: "\F0BDD"; +} + +.mdi-wallet-plus::before { + content: "\F0F8E"; +} + +.mdi-wallet-plus-outline::before { + content: "\F0F8F"; +} + +.mdi-wallet-travel::before { + content: "\F0587"; +} + +.mdi-wallpaper::before { + content: "\F0E09"; +} + +.mdi-wan::before { + content: "\F0588"; +} + +.mdi-wardrobe::before { + content: "\F0F90"; +} + +.mdi-wardrobe-outline::before { + content: "\F0F91"; +} + +.mdi-warehouse::before { + content: "\F0F81"; +} + +.mdi-washing-machine::before { + content: "\F072A"; +} + +.mdi-washing-machine-alert::before { + content: "\F11BC"; +} + +.mdi-washing-machine-off::before { + content: "\F11BD"; +} + +.mdi-watch::before { + content: "\F0589"; +} + +.mdi-watch-export::before { + content: "\F058A"; +} + +.mdi-watch-export-variant::before { + content: "\F0895"; +} + +.mdi-watch-import::before { + content: "\F058B"; +} + +.mdi-watch-import-variant::before { + content: "\F0896"; +} + +.mdi-watch-variant::before { + content: "\F0897"; +} + +.mdi-watch-vibrate::before { + content: "\F06B1"; +} + +.mdi-watch-vibrate-off::before { + content: "\F0CDA"; +} + +.mdi-water::before { + content: "\F058C"; +} + +.mdi-water-alert::before { + content: "\F1502"; +} + +.mdi-water-alert-outline::before { + content: "\F1503"; +} + +.mdi-water-boiler::before { + content: "\F0F92"; +} + +.mdi-water-boiler-alert::before { + content: "\F11B3"; +} + +.mdi-water-boiler-off::before { + content: "\F11B4"; +} + +.mdi-water-check::before { + content: "\F1504"; +} + +.mdi-water-check-outline::before { + content: "\F1505"; +} + +.mdi-water-minus::before { + content: "\F1506"; +} + +.mdi-water-minus-outline::before { + content: "\F1507"; +} + +.mdi-water-off::before { + content: "\F058D"; +} + +.mdi-water-off-outline::before { + content: "\F1508"; +} + +.mdi-water-outline::before { + content: "\F0E0A"; +} + +.mdi-water-percent::before { + content: "\F058E"; +} + +.mdi-water-percent-alert::before { + content: "\F1509"; +} + +.mdi-water-plus::before { + content: "\F150A"; +} + +.mdi-water-plus-outline::before { + content: "\F150B"; +} + +.mdi-water-polo::before { + content: "\F12A0"; +} + +.mdi-water-pump::before { + content: "\F058F"; +} + +.mdi-water-pump-off::before { + content: "\F0F93"; +} + +.mdi-water-remove::before { + content: "\F150C"; +} + +.mdi-water-remove-outline::before { + content: "\F150D"; +} + +.mdi-water-well::before { + content: "\F106B"; +} + +.mdi-water-well-outline::before { + content: "\F106C"; +} + +.mdi-watering-can::before { + content: "\F1481"; +} + +.mdi-watering-can-outline::before { + content: "\F1482"; +} + +.mdi-watermark::before { + content: "\F0612"; +} + +.mdi-wave::before { + content: "\F0F2E"; +} + +.mdi-waveform::before { + content: "\F147D"; +} + +.mdi-waves::before { + content: "\F078D"; +} + +.mdi-waze::before { + content: "\F0BDE"; +} + +.mdi-weather-cloudy::before { + content: "\F0590"; +} + +.mdi-weather-cloudy-alert::before { + content: "\F0F2F"; +} + +.mdi-weather-cloudy-arrow-right::before { + content: "\F0E6E"; +} + +.mdi-weather-fog::before { + content: "\F0591"; +} + +.mdi-weather-hail::before { + content: "\F0592"; +} + +.mdi-weather-hazy::before { + content: "\F0F30"; +} + +.mdi-weather-hurricane::before { + content: "\F0898"; +} + +.mdi-weather-lightning::before { + content: "\F0593"; +} + +.mdi-weather-lightning-rainy::before { + content: "\F067E"; +} + +.mdi-weather-night::before { + content: "\F0594"; +} + +.mdi-weather-night-partly-cloudy::before { + content: "\F0F31"; +} + +.mdi-weather-partly-cloudy::before { + content: "\F0595"; +} + +.mdi-weather-partly-lightning::before { + content: "\F0F32"; +} + +.mdi-weather-partly-rainy::before { + content: "\F0F33"; +} + +.mdi-weather-partly-snowy::before { + content: "\F0F34"; +} + +.mdi-weather-partly-snowy-rainy::before { + content: "\F0F35"; +} + +.mdi-weather-pouring::before { + content: "\F0596"; +} + +.mdi-weather-rainy::before { + content: "\F0597"; +} + +.mdi-weather-snowy::before { + content: "\F0598"; +} + +.mdi-weather-snowy-heavy::before { + content: "\F0F36"; +} + +.mdi-weather-snowy-rainy::before { + content: "\F067F"; +} + +.mdi-weather-sunny::before { + content: "\F0599"; +} + +.mdi-weather-sunny-alert::before { + content: "\F0F37"; +} + +.mdi-weather-sunny-off::before { + content: "\F14E4"; +} + +.mdi-weather-sunset::before { + content: "\F059A"; +} + +.mdi-weather-sunset-down::before { + content: "\F059B"; +} + +.mdi-weather-sunset-up::before { + content: "\F059C"; +} + +.mdi-weather-tornado::before { + content: "\F0F38"; +} + +.mdi-weather-windy::before { + content: "\F059D"; +} + +.mdi-weather-windy-variant::before { + content: "\F059E"; +} + +.mdi-web::before { + content: "\F059F"; +} + +.mdi-web-box::before { + content: "\F0F94"; +} + +.mdi-web-clock::before { + content: "\F124A"; +} + +.mdi-webcam::before { + content: "\F05A0"; +} + +.mdi-webhook::before { + content: "\F062F"; +} + +.mdi-webpack::before { + content: "\F072B"; +} + +.mdi-webrtc::before { + content: "\F1248"; +} + +.mdi-wechat::before { + content: "\F0611"; +} + +.mdi-weight::before { + content: "\F05A1"; +} + +.mdi-weight-gram::before { + content: "\F0D3F"; +} + +.mdi-weight-kilogram::before { + content: "\F05A2"; +} + +.mdi-weight-lifter::before { + content: "\F115D"; +} + +.mdi-weight-pound::before { + content: "\F09B5"; +} + +.mdi-whatsapp::before { + content: "\F05A3"; +} + +.mdi-wheel-barrow::before { + content: "\F14F2"; +} + +.mdi-wheelchair-accessibility::before { + content: "\F05A4"; +} + +.mdi-whistle::before { + content: "\F09B6"; +} + +.mdi-whistle-outline::before { + content: "\F12BC"; +} + +.mdi-white-balance-auto::before { + content: "\F05A5"; +} + +.mdi-white-balance-incandescent::before { + content: "\F05A6"; +} + +.mdi-white-balance-iridescent::before { + content: "\F05A7"; +} + +.mdi-white-balance-sunny::before { + content: "\F05A8"; +} + +.mdi-widgets::before { + content: "\F072C"; +} + +.mdi-widgets-outline::before { + content: "\F1355"; +} + +.mdi-wifi::before { + content: "\F05A9"; +} + +.mdi-wifi-alert::before { + content: "\F16B5"; +} + +.mdi-wifi-arrow-down::before { + content: "\F16B6"; +} + +.mdi-wifi-arrow-left::before { + content: "\F16B7"; +} + +.mdi-wifi-arrow-left-right::before { + content: "\F16B8"; +} + +.mdi-wifi-arrow-right::before { + content: "\F16B9"; +} + +.mdi-wifi-arrow-up::before { + content: "\F16BA"; +} + +.mdi-wifi-arrow-up-down::before { + content: "\F16BB"; +} + +.mdi-wifi-cancel::before { + content: "\F16BC"; +} + +.mdi-wifi-check::before { + content: "\F16BD"; +} + +.mdi-wifi-cog::before { + content: "\F16BE"; +} + +.mdi-wifi-lock::before { + content: "\F16BF"; +} + +.mdi-wifi-lock-open::before { + content: "\F16C0"; +} + +.mdi-wifi-marker::before { + content: "\F16C1"; +} + +.mdi-wifi-minus::before { + content: "\F16C2"; +} + +.mdi-wifi-off::before { + content: "\F05AA"; +} + +.mdi-wifi-plus::before { + content: "\F16C3"; +} + +.mdi-wifi-refresh::before { + content: "\F16C4"; +} + +.mdi-wifi-remove::before { + content: "\F16C5"; +} + +.mdi-wifi-settings::before { + content: "\F16C6"; +} + +.mdi-wifi-star::before { + content: "\F0E0B"; +} + +.mdi-wifi-strength-1::before { + content: "\F091F"; +} + +.mdi-wifi-strength-1-alert::before { + content: "\F0920"; +} + +.mdi-wifi-strength-1-lock::before { + content: "\F0921"; +} + +.mdi-wifi-strength-1-lock-open::before { + content: "\F16CB"; +} + +.mdi-wifi-strength-2::before { + content: "\F0922"; +} + +.mdi-wifi-strength-2-alert::before { + content: "\F0923"; +} + +.mdi-wifi-strength-2-lock::before { + content: "\F0924"; +} + +.mdi-wifi-strength-2-lock-open::before { + content: "\F16CC"; +} + +.mdi-wifi-strength-3::before { + content: "\F0925"; +} + +.mdi-wifi-strength-3-alert::before { + content: "\F0926"; +} + +.mdi-wifi-strength-3-lock::before { + content: "\F0927"; +} + +.mdi-wifi-strength-3-lock-open::before { + content: "\F16CD"; +} + +.mdi-wifi-strength-4::before { + content: "\F0928"; +} + +.mdi-wifi-strength-4-alert::before { + content: "\F0929"; +} + +.mdi-wifi-strength-4-lock::before { + content: "\F092A"; +} + +.mdi-wifi-strength-4-lock-open::before { + content: "\F16CE"; +} + +.mdi-wifi-strength-alert-outline::before { + content: "\F092B"; +} + +.mdi-wifi-strength-lock-open-outline::before { + content: "\F16CF"; +} + +.mdi-wifi-strength-lock-outline::before { + content: "\F092C"; +} + +.mdi-wifi-strength-off::before { + content: "\F092D"; +} + +.mdi-wifi-strength-off-outline::before { + content: "\F092E"; +} + +.mdi-wifi-strength-outline::before { + content: "\F092F"; +} + +.mdi-wifi-sync::before { + content: "\F16C7"; +} + +.mdi-wikipedia::before { + content: "\F05AC"; +} + +.mdi-wind-turbine::before { + content: "\F0DA5"; +} + +.mdi-window-close::before { + content: "\F05AD"; +} + +.mdi-window-closed::before { + content: "\F05AE"; +} + +.mdi-window-closed-variant::before { + content: "\F11DB"; +} + +.mdi-window-maximize::before { + content: "\F05AF"; +} + +.mdi-window-minimize::before { + content: "\F05B0"; +} + +.mdi-window-open::before { + content: "\F05B1"; +} + +.mdi-window-open-variant::before { + content: "\F11DC"; +} + +.mdi-window-restore::before { + content: "\F05B2"; +} + +.mdi-window-shutter::before { + content: "\F111C"; +} + +.mdi-window-shutter-alert::before { + content: "\F111D"; +} + +.mdi-window-shutter-open::before { + content: "\F111E"; +} + +.mdi-windsock::before { + content: "\F15FA"; +} + +.mdi-wiper::before { + content: "\F0AE9"; +} + +.mdi-wiper-wash::before { + content: "\F0DA6"; +} + +.mdi-wizard-hat::before { + content: "\F1477"; +} + +.mdi-wordpress::before { + content: "\F05B4"; +} + +.mdi-wrap::before { + content: "\F05B6"; +} + +.mdi-wrap-disabled::before { + content: "\F0BDF"; +} + +.mdi-wrench::before { + content: "\F05B7"; +} + +.mdi-wrench-outline::before { + content: "\F0BE0"; +} + +.mdi-xamarin::before { + content: "\F0845"; +} + +.mdi-xamarin-outline::before { + content: "\F0846"; +} + +.mdi-xing::before { + content: "\F05BE"; +} + +.mdi-xml::before { + content: "\F05C0"; +} + +.mdi-xmpp::before { + content: "\F07FF"; +} + +.mdi-y-combinator::before { + content: "\F0624"; +} + +.mdi-yahoo::before { + content: "\F0B4F"; +} + +.mdi-yeast::before { + content: "\F05C1"; +} + +.mdi-yin-yang::before { + content: "\F0680"; +} + +.mdi-yoga::before { + content: "\F117C"; +} + +.mdi-youtube::before { + content: "\F05C3"; +} + +.mdi-youtube-gaming::before { + content: "\F0848"; +} + +.mdi-youtube-studio::before { + content: "\F0847"; +} + +.mdi-youtube-subscription::before { + content: "\F0D40"; +} + +.mdi-youtube-tv::before { + content: "\F0448"; +} + +.mdi-yurt::before { + content: "\F1516"; +} + +.mdi-z-wave::before { + content: "\F0AEA"; +} + +.mdi-zend::before { + content: "\F0AEB"; +} + +.mdi-zigbee::before { + content: "\F0D41"; +} + +.mdi-zip-box::before { + content: "\F05C4"; +} + +.mdi-zip-box-outline::before { + content: "\F0FFA"; +} + +.mdi-zip-disk::before { + content: "\F0A23"; +} + +.mdi-zodiac-aquarius::before { + content: "\F0A7D"; +} + +.mdi-zodiac-aries::before { + content: "\F0A7E"; +} + +.mdi-zodiac-cancer::before { + content: "\F0A7F"; +} + +.mdi-zodiac-capricorn::before { + content: "\F0A80"; +} + +.mdi-zodiac-gemini::before { + content: "\F0A81"; +} + +.mdi-zodiac-leo::before { + content: "\F0A82"; +} + +.mdi-zodiac-libra::before { + content: "\F0A83"; +} + +.mdi-zodiac-pisces::before { + content: "\F0A84"; +} + +.mdi-zodiac-sagittarius::before { + content: "\F0A85"; +} + +.mdi-zodiac-scorpio::before { + content: "\F0A86"; +} + +.mdi-zodiac-taurus::before { + content: "\F0A87"; +} + +.mdi-zodiac-virgo::before { + content: "\F0A88"; +} + +.mdi-blank::before { + content: "\F68C"; + visibility: hidden; +} + +.mdi-18px.mdi-set, .mdi-18px.mdi:before { + font-size: 18px; +} + +.mdi-24px.mdi-set, .mdi-24px.mdi:before { + font-size: 24px; +} + +.mdi-36px.mdi-set, .mdi-36px.mdi:before { + font-size: 36px; +} + +.mdi-48px.mdi-set, .mdi-48px.mdi:before { + font-size: 48px; +} + +.mdi-dark:before { + color: rgba(0, 0, 0, 0.54); +} + +.mdi-dark.mdi-inactive:before { + color: rgba(0, 0, 0, 0.26); +} + +.mdi-light:before { + color: white; +} + +.mdi-light.mdi-inactive:before { + color: rgba(255, 255, 255, 0.3); +} + +.mdi-rotate-45 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(45deg); + transform: scaleX(-1) rotate(45deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(45deg); + -ms-transform: rotate(45deg); + transform: scaleY(-1) rotate(45deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-45:before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} + +.mdi-rotate-90 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(90deg); + transform: scaleX(-1) rotate(90deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(90deg); + -ms-transform: rotate(90deg); + transform: scaleY(-1) rotate(90deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-90:before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} + +.mdi-rotate-135 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(135deg); + transform: scaleX(-1) rotate(135deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(135deg); + -ms-transform: rotate(135deg); + transform: scaleY(-1) rotate(135deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-135:before { + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} + +.mdi-rotate-180 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(180deg); + transform: scaleX(-1) rotate(180deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(180deg); + -ms-transform: rotate(180deg); + transform: scaleY(-1) rotate(180deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-180:before { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.mdi-rotate-225 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(225deg); + transform: scaleX(-1) rotate(225deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(225deg); + -ms-transform: rotate(225deg); + transform: scaleY(-1) rotate(225deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-225:before { + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); +} + +.mdi-rotate-270 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(270deg); + transform: scaleX(-1) rotate(270deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(270deg); + -ms-transform: rotate(270deg); + transform: scaleY(-1) rotate(270deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-270:before { + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} + +.mdi-rotate-315 { + /* + // Not included in production + &.mdi-flip-h:before { + -webkit-transform: scaleX(-1) rotate(315deg); + transform: scaleX(-1) rotate(315deg); + filter: FlipH; + -ms-filter: "FlipH"; + } + &.mdi-flip-v:before { + -webkit-transform: scaleY(-1) rotate(315deg); + -ms-transform: rotate(315deg); + transform: scaleY(-1) rotate(315deg); + filter: FlipV; + -ms-filter: "FlipV"; + } + */ +} + +.mdi-rotate-315:before { + -webkit-transform: rotate(315deg); + -ms-transform: rotate(315deg); + transform: rotate(315deg); +} + +.mdi-flip-h:before { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; +} + +.mdi-flip-v:before { + -webkit-transform: scaleY(-1); + transform: scaleY(-1); + filter: FlipV; + -ms-filter: "FlipV"; +} + +.mdi-spin:before { + -webkit-animation: mdi-spin 2s infinite linear; + animation: mdi-spin 2s infinite linear; +} + +@-webkit-keyframes mdi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes mdi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +/*# sourceMappingURL=materialdesignicons.css.map */ \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_bootstrap-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_bootstrap-rtl.scss new file mode 100644 index 00000000..ce6fb275 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_bootstrap-rtl.scss @@ -0,0 +1,465 @@ +// +// bootstrap-rtl.scss +// + +// Dropdowns + +.dropdown-menu { + text-align: right; + left: auto !important; +} + +.dropdown-menu[style] { + right: 0 !important; +} + +// List + +ul { + padding-right: 0; +} + +.list-inline-item:not(:last-child) { + margin-left: $list-inline-padding; + margin-right: 0px; +} + +// border + +.border-right { + border-left: $border-width solid $border-color !important; +} + +.border-left { + border-right: $border-width solid $border-color !important; +} + +// Buttons + +.btn-label { + padding-right: 44px; + padding-left: 12px; + + .label-icon { + left: auto; + right: 0; + border-right: 0; + border-left: 1px solid rgba($white, 0.4); + } + + &.btn-light { + .label-icon { + border-right: 0; + border-left: 1px solid rgba($dark, 0.2); + } + } +} + + + +.btn-group, +.btn-group-vertical { + direction: ltr; +} + +// pagination + +.pagination { + .page-item { + &:first-child { + .page-link { + margin-right: 0; //rtl + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; + // @include border-right-radius($border-radius); //rtl + } + } + + &:last-child { + .page-link { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; + // @include border-left-radius($border-radius); //rtl + } + } + } +} + +// blockquote + +.blockquote-reverse { + text-align: left !important; +} + +// dl + +dd { + margin-right: 0; +} + +// Modal + +.custom-modal-title { + text-align: right; +} + +.modal-header { + .btn-close { + margin: -0.5rem auto -0.5rem -0.5rem; + left: 0px; + } +} + +.modal-demo { + .btn-close { + left: 25px; + right: auto; + } +} + +.modal-footer { + > :not(:first-child) { + margin-right: .25rem; + margin-left: 0; + } + + > :not(:last-child) { + margin-left: .25rem; + margin-right: 0; + } +} + + +// Alerts + +.alert-dismissible { + padding-right: $alert-padding-x; + + .btn-close { + left: 0; + right: auto; + } +} + + +// Breadcrumb item arrow + +.breadcrumb-item { + +.breadcrumb-item { + padding-right: $breadcrumb-item-padding; + padding-left: 0px; + } +} + + +// ------------ FORM // + + +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + &::placeholder { + text-align: right; + } +} + +// radio + +.form-radio-outline { + .form-check-input { + &:checked { + &:after { + right: 3px; + } + } + } +} + +// checkbox + +.form-checkbox-outline { + .form-check-input { + &:checked { + &:after { + right: 1px; + } + } + } +} + +// Switch sizes + +.form-switch { + .form-check-input { + margin-left: 0.5rem !important; + margin-right: 0 ; + background-position: right center; + } +} + + +.form-switch { + padding-left: 2.5em !important; + + .form-check-input:checked { + background-position: left center; + } +} + +.form-switch-md { + padding-right: 2.5rem !important; + + .form-check-input { + right: -0.5rem; + } +} + + +.form-switch-lg { + padding-right: 2.75rem !important; + + .form-check-input { + right: -0.75rem; + } +} + +// Forms right check box + +.form-check-right { + padding-right: 0 !important; + padding-left: 1.25rem !important; + + .form-check-input { + right: auto; + left: 0; + margin-right: 0; + } +} + +.custom-control-right { + padding-left: 1.5rem !important; + padding-right: 0 !important; + + .custom-control-label { + display: block; + + &:before, + &:after { + right: auto; + left: -1.5rem; + } + } + + .custom-control-input { + right: auto; + left: 0; + } +} + + +[dir="rtl"] { + .modal-open { + padding-right: 0px !important; + } + + .btn-group { + + .dropdown-menu, + .dropdown-toggle { + direction: rtl; + } + } +} + + +// Forms + +.form-select { + background-position: left 0.75rem center; + padding: 0.47rem 0.75rem 0.47rem 1.75rem; +} + +.form-select-sm { + padding-right: 0.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.input-group-sm>.form-select { + padding-left: 1.75rem; + padding-right: .5rem; + +} + +// Custom Checkbox-Radio + +.form-check { + text-align: right; + padding-right: 1.5em !important; + padding-left: 0; + + .form-check-input { + float: right; + margin-right: -1.5em; + } +} + +.form-check-inline { + margin-right: 0; + margin-left: 1rem; +} + +.custom-control { + padding-left: 0; +} + +.custom-control-inline { + margin-right: 0; +} + +.custom-control-label { + &::before { + left: auto; + } + + // Foreground (icon) + &::after { + left: auto; + } +} + + + +.custom-switch { + padding-left: 0; + + .custom-control-label { + &::before { + left: auto; + } + + &::after { + left: auto; + } + } + + // .custom-control-input:checked~.custom-control-label { + // &::after { + // transform: translateX(#{-($custom-switch-width - $custom-control-indicator-size)}); + // } + // } +} + +.custom-file-label { + &::after { + right: auto; + left: 0; + border-right: inherit; + } +} + +.custom-switch-md { + padding-right: 3rem; + padding-left: 0; + + .custom-control-label { + &:before { + left: auto; + right: -3rem; + } + + &:after { + right: calc(-3rem + 2px); + left: auto; + } + + } + + .custom-control-input:checked~.custom-control-label::after { + transform: translateX(-1.25rem); + } +} + + +.custom-switch-lg { + padding-right: 3.75rem; + padding-left: 0; + + .custom-control-label { + &:before { + left: auto; + right: -3.75rem; + } + + &:after { + right: calc(-3.75rem + 2px); + left: auto; + } + + } + + .custom-control-input:checked~.custom-control-label::after { + transform: translateX(-1.5rem); + } +} + +// Swich + +.form-check { + .custom-control-input { + float: right; + margin: 3px -19px 3px 3px !important; + } +} + + +// custom-checkbox-outline +.custom-checkbox-outline { + .custom-control-input:checked~.custom-control-label:after { + left: auto; + right: -28px; + } +} + + +// custom-radio-outline +.custom-radio-outline { + .custom-control-input:checked~.custom-control-label:after { + left: auto; + right: -20px; + } +} + +// Input Group + +.input-group-prepend { + margin-left: -1px; + margin-right: 0; +} + +.input-group-append { + margin-right: -1px; + margin-left: 0; +} + +.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { + margin-right: -1px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: $input-border-radius; + border-bottom-left-radius: $input-border-radius; +} + +.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), +.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: $input-border-radius; + border-bottom-right-radius: $input-border-radius; +} + +.dropdown-menu-end[style] { + right: auto !important; + left: 0 !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_components-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_components-rtl.scss new file mode 100644 index 00000000..99f1c5cd --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_components-rtl.scss @@ -0,0 +1,46 @@ +// +// components-rtl.scss +// + +// dropdown + +.dropdown-megamenu { + &.show { + left: 20px !important; + } +} + +// icons + +.icon-list-demo { + i { + margin-left: 12px; + margin-right: 0; + } +} + +// Breadcrumb + +.breadcrumb-item+.breadcrumb-item::before { + float: right; + padding-left: 0.5rem; + padding-right: 0; +} + +// Invoice + +@media print { + + .content-page, + .content, + body { + margin-right: 0; + } +} + +// Demos button +.demos-show-btn { + left: 0; + right: auto; + border-radius: 0 6px 6px 0; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_float-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_float-rtl.scss new file mode 100644 index 00000000..83378855 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_float-rtl.scss @@ -0,0 +1,11 @@ +// stylelint-disable declaration-no-important + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .float#{$infix}-start { float: right !important; } + .float#{$infix}-end { float: left !important; } + .float#{$infix}-none { float: none !important; } + } +} diff --git a/Vue/Starterkit/src/design/custom/rtl/_general-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_general-rtl.scss new file mode 100644 index 00000000..c3e93f29 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_general-rtl.scss @@ -0,0 +1,11 @@ +// +// general-rtl.scss +// + +html { + direction: rtl; +} + +body { + text-align: right; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_pages-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_pages-rtl.scss new file mode 100644 index 00000000..7f0f1b7d --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_pages-rtl.scss @@ -0,0 +1,253 @@ +// +// pages-rtl.scss +// + +// Auth + +.wrapper .otp-input:not(:last-child) { + margin-left: 8px; + margin-right: 0; +} + +// timeline + +.verti-timeline { + border-left: 0; + border-right: 3px dashed $gray-300; + .event-list { + padding: 0 30px 40px 0; + .event-timeline-dot { + left: auto; + right: -9px; + } + } +} + +// Ecommerce + +.product-ribbon { + left: 0px; + right: auto; +} + +.visa-card { + .visa-pattern { + left: 0px; + right: auto; + } +} + +// email + +.email-leftbar { + float: right; +} + +.email-rightbar { + margin-right: 260px; + margin-left: 0px; +} + +.message-list { + li { + .col-mail { + float: right; + } + + .col-mail-1 { + + .star-toggle, + .checkbox-wrapper-mail, + .dot { + float: right + } + + .checkbox-wrapper-mail { + margin: 15px 20px 0 10px; + } + + .star-toggle { + margin-right: 5px; + } + + .title { + right: 110px; + left: 0; + } + } + + .col-mail-2 { + right: 320px; + left: 0; + + .subject { + right: 0; + left: 200px; + } + + .date { + left: 0; + right: auto; + padding-right: 80px; + padding-left: 0px; + } + + } + } + + .checkbox-wrapper-mail { + label { + &:before { + right: 4px; + } + } + } +} + +@media (max-width: 767px) { + .email-leftbar { + float: none !important; + width: 100%; + } + + .email-rightbar { + margin-right: 0; + } +} + +// authentication + +.home-btn { + position: absolute; + left: 25px; + right: auto; +} + + +// file manager + +.categories-list li ul { + padding-right: 16px; + padding-left: 0; +} + + +// Chat + +.chat-conversation { + .conversation-list { + .dropdown { + float: left; + } + + .ctext-wrap { + border-radius: 8px 8px 0 8px; + } + } + + .right { + float: left; + + .conversation-list { + .ctext-wrap { + text-align: left; + border-radius: 8px 8px 8px 0; + } + + .dropdown { + float: right; + } + } + } + + .last-chat .conversation-list:before { + right: auto; + left: 0; + } +} + +.chat-input { + padding-left: 120px; + padding-right: 12px; +} + +.chat-input-links { + right: auto; + left: 16px; +} + +@media (min-width: 576px) { + .currency-value { + position: relative; + + &:after { + right: auto; + left: -34px; + } + } +} + +// datatable icon +.datatables { + thead { + tr { + th { + position: relative; + + &:before { + content: "\F0143"; + position: absolute; + left: 0; + right: auto; + top: 7px; + font: normal normal normal 24px/1 "Material Design Icons"; + opacity: 0.3; + } + + &:after { + content: "\F0140"; + position: absolute; + left: 0; + right: auto; + top: 14px; + opacity: 0.3; + font: normal normal normal 24px/1 "Material Design Icons"; + } + } + + .asc { + &:before { + opacity: 1; + } + } + + .desc { + &:after { + opacity: 1; + } + } + } + } +} + +.modal-header, +.alert { + .close { + padding: 0.3rem 1.75rem; + background: transparent; + border: 0; + font-size: 25px; + position: absolute; + top: 0; + left: 0; + right: auto; + opacity: .4; + width: 1em; + height: 1em; + z-index: 2; + + button { + display: none; + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_plugins-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_plugins-rtl.scss new file mode 100644 index 00000000..e4a62266 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_plugins-rtl.scss @@ -0,0 +1,139 @@ +// +// plugins-rtl.scss +// + +// calendar + +.lnb-calendars-item { + margin-right: 0; + margin-left: 7px; +} + +// Select 2 + +.select2-container { + .select2-selection--single { + .select2-selection__rendered { + padding-right: 12px; + } + + .select2-selection__arrow { + left: 3px; + right: auto; + } + } + + .select2-selection--multiple { + .select2-selection__choice { + float: right; + margin-left: 5px; + margin-right: 0; + } + } + + .select2-search__field { + text-align: right; + } + + .select2-search--inline { + float: right; + } +} + +// Bootstrap select + +.bootstrap-select { + .dropdown-toggle { + &:before { + float: left; + } + + .filter-option { + text-align: right; + } + + .filter-option-inner { + padding-right: 0; + padding-left: inherit; + } + } +} + +// datatable + +.dataTables_wrapper { + .dataTables_filter { + text-align: left !important; + + input { + margin-left: 0px !important; + margin-right: 0.5em; + } + } +} + +// Responsive Table + +.table-rep-plugin { + .btn-group.pull-right { + float: left; + } + + .checkbox-row { + label { + &:after { + margin-left: -22px; + top: -2px; + } + } + } +} + +// date-picker + +.mx-icon-calendar { + left: 10px !important; + right: auto !important; +} + +// range-slider + +.vue-slide-bar-separate { + direction: ltr; +} + +// Floating + +.form-floating { + >label { + right: 0; + left: auto; + } +} + +// editor + +.ck.ck-toolbar>.ck-toolbar__items { + flex-direction: row-reverse !important; +} + +.ck.ck-editor__editable_inline { + text-align: right !important; +} + +.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, +.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se { + right: 0; + left: auto !important; +} + + +// Hotel picker + +.vhd__datepicker__input:first-child{ + background: transparent url(/img/ic-arrow-right-datepicker.regular.99ab0620.99ab0620.svg) no-repeat 0%/8px !important; +} + +.vhd__datepicker__input--single-date:first-child{ + background: none !important; +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_spacing-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_spacing-rtl.scss new file mode 100644 index 00000000..484490dd --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_spacing-rtl.scss @@ -0,0 +1,78 @@ +// stylelint-disable declaration-no-important + +// Margin and Padding + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + @each $prop, $abbrev in (margin: m, padding: p) { + @each $size, $length in $spacers { + .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; } + .#{$abbrev}t#{$infix}-#{$size}, + .#{$abbrev}y#{$infix}-#{$size} { + #{$prop}-top: $length !important; + } + .#{$abbrev}e#{$infix}-#{$size} { + #{$prop}-left: $length !important; + #{$prop}-right: 0 !important; + } + .#{$abbrev}b#{$infix}-#{$size}, + .#{$abbrev}y#{$infix}-#{$size} { + #{$prop}-bottom: $length !important; + } + .#{$abbrev}s#{$infix}-#{$size} { + #{$prop}-right: $length !important; + #{$prop}-left: 0 !important; + } + } + } + + // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`) + @each $size, $length in $spacers { + @if $size != 0 { + .m#{$infix}-n#{$size} { margin: -$length !important; } + .mt#{$infix}-n#{$size}, + .my#{$infix}-n#{$size} { + margin-top: -$length !important; + } + .me#{$infix}-n#{$size}, + .mx#{$infix}-n#{$size} { + margin-right: -$length !important; + } + .mb#{$infix}-n#{$size}, + .my#{$infix}-n#{$size} { + margin-bottom: -$length !important; + } + .ms#{$infix}-n#{$size}, + .mx#{$infix}-n#{$size} { + margin-left: -$length !important; + } + } + } + + // Some special margin utils + .m#{$infix}-auto { margin: auto !important; } + .mt#{$infix}-auto, + .my#{$infix}-auto { + margin-top: auto !important; + } + .me#{$infix}-auto, + .mx#{$infix}-auto { + margin-left: auto !important; + margin-right: inherit !important; + } + .mb#{$infix}-auto, + .my#{$infix}-auto { + margin-bottom: auto !important; + } + .mx#{$infix}-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .ms#{$infix}-auto{ + margin-right: auto !important; + margin-left: 0 !important; + } + } +} diff --git a/Vue/Starterkit/src/design/custom/rtl/_structure-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_structure-rtl.scss new file mode 100644 index 00000000..d6e463d9 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_structure-rtl.scss @@ -0,0 +1,279 @@ +// +// structure-rtl.scss +// + +// topbar.scss + +.navbar-header{ + padding: 0 0 0 calc(#{$grid-gutter-width} / 2); +} + +.noti-icon { + .badge{ + right: auto; + left: 4px; + } +} + +.main-content{ + margin-left: 0px; + margin-right: $sidebar-width; +} + +.footer{ + left: 0px; + right: $sidebar-width; +} + +// Sidebar + +#sidebar-menu { + .has-arrow{ + &:after{ + float: left; + } + } + ul { + li { + ul.sub-menu{ + li { + a{ + padding: .4rem 3.5rem .4rem 1.5rem; + } + + ul.sub-menu { + + li { + a { + padding: .4rem 4.5rem .4rem 1.5rem; + font-size: 13.5px; + } + } + } + } + } + } + } +} + +.vertical-collpsed { + .main-content{ + margin-left: 0px; + margin-right: $sidebar-collapsed-width; + } + + .footer{ + left: 0px; + right: $sidebar-collapsed-width; + } + + .vertical-menu { + #sidebar-menu{ + >ul{ + >li{ + >a { + i{ + margin-left: 0; + margin-right: 4px; + } + + span{ + padding-right: 25px; + padding-left: 0; + } + } + + &:hover{ + >ul{ + left: 0; + right: 70px; + } + } + } + + ul li:hover>ul{ + left: auto; + right: 190px; + } + } + } + } +} + +@media (max-width: 992px) { + + .main-content { + margin-right: 0 !important; + } + .footer { + right: 0; + } +} + +// right-sidebar.scss +// + +.right-bar { + float: left !important; + left: -($rightbar-width + 10px); + right: auto; + + .user-box { + .user-img { + .user-edit { + right: 0; + left: -5px; + } + } + } +} + +.right-bar-enabled { + .right-bar { + left: 0; + right: auto; + } +} + + +// Compact sidebar + +body[data-sidebar-size=small] { + #sidebar-menu { + ul { + li { + ul.sub-menu { + li { + a{ + padding-right: 1.5rem; + } + + ul.sub-menu { + + li { + a { + padding-right: 1.5rem; + } + } + } + } + } + } + } + } + + &.vertical-collpsed { + .vertical-menu { + #sidebar-menu{ + text-align: right; + } + } + + .main-content { + margin-left: 0; + margin-right: $sidebar-collapsed-width; + } + + body[data-sidebar-size=small].vertical-collpsed .footer { + left: 70px; + } + } + + .main-content { + margin-right: $sidebar-width-sm; + margin-left: 0; + } +} + +// Horizontal layout + +body[data-layout=horizontal] { + .main-content{ + margin-right: 0!important; + } + + .footer { + right: 0!important; + } +} + +@include media-breakpoint-up(lg) { + .topnav { + .navbar-nav { + .nav-item { + &:first-of-type { + .nav-link { + padding-left: 1.3rem; + padding-right: 0; + } + } + } + } + + .dropdown { + .dropdown-menu{ + right: 0px; + left: auto; + } + } + } +} + +.arrow-down{ + &:after{ + margin-left: 0px; + margin-right: 10px; + left: 5px; + } +} + +.navbar-nav { + .dropdown-menu{ + text-align: right; + } +} + +@media (min-width: 992px){ + .topnav { + .dropdown { + .dropdown-menu { + .arrow-down::after { + right: auto; + left: 15px; + transform: rotate(45deg) translateY(-50%); + } + + .dropdown { + .dropdown-menu{ + right: 100%; + left: auto; + } + } + } + } + } +} + +@media (max-width: 991.98px){ + .topnav { + .dropdown { + .dropdown-menu { + padding-left: 0px; + padding-right: 15px; + } + } + } +} + + +@media (max-width: 767.98px){ + .topnav { + .arrow-down{ + &:after{ + left: 15px; + position: absolute; + right: auto; + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/rtl/_text-rtl.scss b/Vue/Starterkit/src/design/custom/rtl/_text-rtl.scss new file mode 100644 index 00000000..56b17183 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/rtl/_text-rtl.scss @@ -0,0 +1,18 @@ +// stylelint-disable declaration-no-important + +// +// Text +// + + +// Responsive alignment + +@each $breakpoint in map-keys($grid-breakpoints) { + @include media-breakpoint-up($breakpoint) { + $infix: breakpoint-infix($breakpoint, $grid-breakpoints); + + .text#{$infix}-start { text-align: right !important; } + .text#{$infix}-end { text-align: left !important; } + .text#{$infix}-center { text-align: center !important; } + } +} diff --git a/Vue/Starterkit/src/design/custom/structure/_footer.scss b/Vue/Starterkit/src/design/custom/structure/_footer.scss new file mode 100644 index 00000000..fab826ca --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_footer.scss @@ -0,0 +1,35 @@ +// +// _footer.scss +// + +.footer { + bottom: 0; + padding: 20px calc(#{$grid-gutter-width} / 2); + position: absolute; + right: 0; + color: $footer-color; + left: 250px; + height: $footer-height; + background-color: $footer-bg; + + @media (max-width: 991.98px) { + left: 0; + } +} + +// Enlarge menu +.vertical-collpsed { + .footer { + left: $sidebar-collapsed-width; + + @media (max-width: 991.98px) { + left: 0; + } + } +} + +body[data-layout="horizontal"] { + .footer { + left: 0 !important; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/structure/_general.scss b/Vue/Starterkit/src/design/custom/structure/_general.scss new file mode 100644 index 00000000..e69de29b diff --git a/Vue/Starterkit/src/design/custom/structure/_horizontal-nav.scss b/Vue/Starterkit/src/design/custom/structure/_horizontal-nav.scss new file mode 100644 index 00000000..97f42a8f --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_horizontal-nav.scss @@ -0,0 +1,350 @@ +// +// _horizontal.scss +// + +.topnav { + background: $topnav-bg; + padding: 0 calc(#{$grid-gutter-width} / 2); + box-shadow: $box-shadow; + margin-top: $header-height; + position: fixed; + left: 0; + right: 0; + z-index: 100; + + .topnav-menu { + margin: 0; + padding: 0; + } + + .navbar-nav { + + .nav-link { + font-size: 14px; + position: relative; + padding: 1rem 1.3rem; + color: $menu-item-color; + i{ + font-size: 15px; + } + &:focus, &:hover{ + color: $menu-item-active-color; + background-color: transparent; + } + } + + .dropdown-item{ + color: $menu-item-color; + &.active, &:hover{ + color: $menu-item-active-color; + } + } + + .nav-item{ + .nav-link.active{ + color: $menu-item-active-color; + } + } + + .dropdown{ + &.active{ + >a { + color: $menu-item-active-color; + background-color: transparent; + } + } + } + } +} + +@include media-breakpoint-up(xl) { + + body[data-layout="horizontal"] { + .container-fluid, + .navbar-header { + max-width: 85%; + } + } +} + +@include media-breakpoint-up(lg) { + .topnav { + .navbar-nav { + .nav-item { + &:first-of-type { + .nav-link { + padding-left: 0; + } + } + } + } + + .dropdown-item { + padding: .5rem 1.5rem; + min-width: 180px; + } + + .dropdown { + &.mega-dropdown{ + // position: static; + .mega-dropdown-menu{ + left: 0px; + right: auto; + } + } + .dropdown-menu { + margin-top: 0; + border-radius: 0 0 $dropdown-border-radius $dropdown-border-radius; + + .arrow-down { + &::after { + right: 15px; + transform: rotate(-135deg) translateY(-50%); + position: absolute; + } + } + + .dropdown { + .dropdown-menu { + position: absolute; + top: 0 !important; + left: 100%; + display: none + } + } + } + + &:hover { + >.dropdown-menu { + display: block; + } + } + } + + .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu { + display: block + } + } + + .navbar-toggle { + display: none; + } +} + +.arrow-down { + display: inline-block; + + &:after { + border-color: initial; + border-style: solid; + border-width: 0 0 1px 1px; + content: ""; + height: .4em; + display: inline-block; + right: 5px; + top: 50%; + margin-left: 10px; + transform: rotate(-45deg) translateY(-50%); + transform-origin: top; + transition: all .3s ease-out; + width: .4em; + } +} + + +@include media-breakpoint-down(lg) { + .topnav-menu { + .navbar-nav { + li { + &:last-of-type { + .dropdown { + .dropdown-menu { + right: 100%; + left: auto; + } + } + } + } + } + } +} + +@include media-breakpoint-down(md) { + + .navbar-brand-box{ + .logo-dark { + display: $display-block; + span.logo-sm{ + display: $display-block; + } + } + + .logo-light { + display: $display-none; + } + } + + .topnav { + max-height: 360px; + overflow-y: auto; + padding: 0; + .navbar-nav { + .nav-link { + padding: 0.75rem 1.1rem; + } + } + + .dropdown { + .dropdown-menu { + background-color: transparent; + border: none; + box-shadow: none; + padding-left: 15px; + &.dropdown-mega-menu-xl{ + width: auto; + + .row{ + margin: 0px; + } + } + } + + .dropdown-item { + position: relative; + background-color: transparent; + + &.active, + &:active { + color: $primary; + } + } + } + + .arrow-down { + &::after { + right: 15px; + position: absolute; + } + } + } +} + + +@include media-breakpoint-up(lg) { + + body[data-layout="horizontal"][data-topbar="light"] { + .navbar-brand-box{ + .logo-dark { + display: $display-block; + } + + .logo-light { + display: $display-none; + } + } + + .topnav{ + background-color: $primary; + .navbar-nav { + + .nav-link { + color: rgba($white, 0.6); + + &:focus, &:hover{ + color: rgba($white, 0.9); + } + } + + > .dropdown{ + &.active{ + >a { + color: rgba($white, 0.9) !important; + } + } + } + } + } + } +} + +// Colored Topbar + +body[data-layout="horizontal"][data-topbar="colored"] { + #page-topbar{ + background-color: $primary; + box-shadow: none; + .lang-dropdown { + background-color: $primary; + } + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } + + .app-search { + + .form-control { + background-color: rgba($topbar-search-bg,0.07); + color: $white; + } + span, + input.form-control::-webkit-input-placeholder { + color: rgba($white,0.5); + } + } + .header-item { + color: $header-dark-item-color; + + &:hover { + color: $header-dark-item-color; + } + } + + .navbar-header { + .dropdown .show { + &.header-item{ + background-color: rgba($white,0.1); + } + } + + .waves-effect .waves-ripple { + background: rgba($white, 0.4); + } + } + + .noti-icon { + i { + color: $header-dark-item-color; + } + } + + @include media-breakpoint-up(lg) { + .topnav{ + background-color: $primary; + .navbar-nav { + + .nav-link { + color: rgba($white, 0.6); + + &:focus, &:hover{ + color: rgba($white, 0.9); + } + } + + > .dropdown{ + &.active{ + >a { + color: rgba($white, 0.9) !important; + } + } + } + } + } + } +} + diff --git a/Vue/Starterkit/src/design/custom/structure/_layouts.scss b/Vue/Starterkit/src/design/custom/structure/_layouts.scss new file mode 100644 index 00000000..957eddb5 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_layouts.scss @@ -0,0 +1,60 @@ +// +// _layouts.scss +// + +body[data-layout-size="boxed"] { + background-color: $boxed-body-bg; + #layout-wrapper { + background-color: $body-bg; + max-width: $boxed-layout-width; + margin: 0 auto; + box-shadow: $box-shadow; + } + + #page-topbar { + max-width: $boxed-layout-width; + margin: 0 auto; + } + + .footer { + margin: 0 auto; + max-width: calc(#{$boxed-layout-width} - #{$sidebar-width}); + } + + &.vertical-collpsed { + .footer { + max-width: calc(#{$boxed-layout-width} - #{$sidebar-collapsed-width}); + } + } +} + + +// Horizontal Boxed Layout + +body[data-layout="horizontal"][data-layout-size="boxed"]{ + #page-topbar, #layout-wrapper, .footer { + max-width: 100%; + } + .container-fluid, .navbar-header { + max-width: $boxed-layout-width; + } +} + +// Scrollable layout + +body[data-layout-scrollable="true"] { + @media (min-width: 992px) { + #page-topbar, .vertical-menu{ + position: absolute; + } + } + + &[data-layout="horizontal"]{ + @media (min-width: 992px) { + #page-topbar, .topnav{ + position: absolute; + } + } + } +} + diff --git a/Vue/Starterkit/src/design/custom/structure/_page-head.scss b/Vue/Starterkit/src/design/custom/structure/_page-head.scss new file mode 100644 index 00000000..050d569d --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_page-head.scss @@ -0,0 +1,18 @@ +// +// Page-title +// + +.page-title-box { + padding-bottom: $grid-gutter-width; + + .breadcrumb { + background-color: transparent; + padding: 0; + } + + h4 { + text-transform: uppercase; + font-weight: 600; + font-size: 16px !important; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/structure/_right-sidebar.scss b/Vue/Starterkit/src/design/custom/structure/_right-sidebar.scss new file mode 100644 index 00000000..072e9d92 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_right-sidebar.scss @@ -0,0 +1,63 @@ +// +// right-sidebar.scss +// + +.right-bar { + background-color: $card-bg; + box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); + display: block; + position: fixed; + transition: all 200ms ease-out; + width: $rightbar-width; + z-index: 9999; + float: right !important; + right: -($rightbar-width + 10px); + top: 0; + bottom: 0; + + .right-bar-toggle { + background-color: lighten($dark, 7%); + height: 24px; + width: 24px; + line-height: 24px; + display: block; + color: $gray-200; + text-align: center; + border-radius: 50%; + + &:hover { + background-color: lighten($dark, 10%); + } + } +} + +// Rightbar overlay +.rightbar-overlay { + background-color: rgba($dark, 0.55); + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + display: none; + z-index: 9998; + transition: all .2s ease-out; +} + +.right-bar-enabled { + .right-bar { + right: 0; + } + .rightbar-overlay { + display: block; + } +} + +@include media-breakpoint-down(sm) { + .right-bar { + overflow: auto; + .slimscroll-menu { + height: auto !important; + } + } +} diff --git a/Vue/Starterkit/src/design/custom/structure/_topbar.scss b/Vue/Starterkit/src/design/custom/structure/_topbar.scss new file mode 100644 index 00000000..91179d91 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_topbar.scss @@ -0,0 +1,289 @@ +// +// _header.scss +// + +#page-topbar { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1002; + background-color: $header-bg; + box-shadow: $box-shadow; +} + +.navbar-header { + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + align-items: center; + margin: 0 auto; + height: $header-height; + padding: 0 calc(#{$grid-gutter-width} / 2) 0 0 /*rtl: 0 0 0 calc(#{$grid-gutter-width} / 2) */; + + .dropdown .show { + &.header-item { + background-color: $gray-100; + } + } +} + +.navbar-brand-box { + padding: 0 1.5rem; + text-align: center; + width: $navbar-brand-box-width; +} + +.logo { + line-height: 70px; + + .logo-sm { + display: none; + } +} + +.logo-light { + display: none; +} + +/* Search */ + +.app-search { + padding: calc(#{$header-height - 38px} / 2) 0; + + .form-control { + border: none; + height: 38px; + padding-left: 40px; + padding-right: 20px; + background-color: $topbar-search-bg; + box-shadow: none; + border-radius: 30px; + } + span { + position: absolute; + z-index: 10; + font-size: 16px; + line-height: 38px; + left: 13px; + top: 0; + color: $gray-600; + } +} + +// Mega menu + +.megamenu-list { + li{ + position: relative; + padding: 5px 0px; + a{ + color: $dropdown-color; + } + } +} + +@media (max-width: 992px) { + .navbar-brand-box { + width: auto; + } + + .logo { + + span.logo-lg { + display: none; + } + + span.logo-sm { + display: inline-block; + } + } +} + +.page-content { + padding: calc(#{$header-height} + #{$grid-gutter-width}) calc(#{$grid-gutter-width} / 2) $footer-height calc(#{$grid-gutter-width} / 2); +} + +.header-item { + height: $header-height; + box-shadow: none !important; + color: $header-item-color; + border: 0; + border-radius: 0px; + + &:hover { + color: $header-item-color; + } +} + +.header-profile-user { + height: 36px; + width: 36px; + background-color: $gray-300; + padding: 3px; +} + +.noti-icon { + i { + font-size: 22px; + color: $header-item-color; + } + + .badge { + position: absolute; + top: 12px; + right: 4px; + } +} + +.notification-item { + .d-flex { + padding: 0.75rem 1rem; + + &:hover { + background-color: $gray-300; + } + } +} + +// Dropdown with Icons +.dropdown-icon-item { + display: block; + border-radius: 3px; + line-height: 34px; + text-align: center; + padding: 15px 0 9px; + display: block; + border: 1px solid transparent; + color: $gray-600; + + img { + height: 24px; + } + + span { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + + &:hover { + border-color: $border-color; + } +} + +// Full Screen +.fullscreen-enable { + [data-toggle="fullscreen"] { + .bx-fullscreen::before { + content: "\ea3f"; + } + } +} + +body[data-topbar="dark"] { + #page-topbar { + background-color: $header-dark-bg; + } + .navbar-header { + .dropdown .show { + &.header-item { + background-color: rgba($white, 0.05); + } + } + + .waves-effect .waves-ripple { + background: rgba($white, 0.4); + } + } + + .header-item { + color: $header-dark-item-color; + + &:hover { + color: $header-dark-item-color; + } + } + + .header-profile-user { + background-color: rgba($white, 0.25); + } + + .noti-icon { + i { + color: $header-dark-item-color; + } + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } + + .app-search { + + .form-control { + background-color: rgba($topbar-search-bg,0.07); + color: $white; + } + span, + input.form-control::-webkit-input-placeholder { + color: rgba($white,0.5); + } + } +} + +body[data-sidebar="dark"] { + .navbar-brand-box { + background: $sidebar-dark-bg; + } + + .logo-dark { + display: none; + } + + .logo-light { + display: block; + } +} + +@media (max-width: 600px) { + .navbar-header { + .dropdown { + position: static; + + .dropdown-menu { + left: 10px !important; + right: 10px !important; + } + } + } +} + +@media (max-width: 380px) { + .navbar-brand-box { + display: none; + } +} + +body[data-layout="horizontal"] { + .navbar-brand-box { + width: auto; + } + .page-content { + margin-top: $header-height; + padding: calc(55px + #{$grid-gutter-width}) calc(#{$grid-gutter-width} / 2) $footer-height calc(#{$grid-gutter-width} / 2); + } +} + +@media (max-width: 992px) { + body[data-layout="horizontal"] { + .page-content { + margin-top: 15px; + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/design/custom/structure/_vertical.scss b/Vue/Starterkit/src/design/custom/structure/_vertical.scss new file mode 100644 index 00000000..79a44d40 --- /dev/null +++ b/Vue/Starterkit/src/design/custom/structure/_vertical.scss @@ -0,0 +1,680 @@ +// +// _menu.scss +// + +.metismenu { + margin: 0; + + li { + display: block; + width: 100%; + } + + .mm-collapse { + display: none; + + &:not(.mm-show) { + display: none; + } + + &.mm-show { + display: block + } + } + + .mm-collapsing { + position: relative; + height: 0; + overflow: hidden; + transition-timing-function: ease; + transition-duration: .35s; + transition-property: height, visibility; + } +} + +.vertical-menu { + width: $sidebar-width; + z-index: 1001; + background: $sidebar-bg; + bottom: 0; + margin-top: 0; + position: fixed; + top: $header-height; + box-shadow: $box-shadow; +} + +.main-content { + margin-left: $sidebar-width; + overflow: hidden; + + .content { + padding: 0 15px 10px 15px; + margin-top: $header-height; + } +} + + +#sidebar-menu { + padding: 10px 0 30px 0; + + .mm-active { + >.has-arrow { + &:after { + transform: rotate(-180deg); + } + } + } + + .has-arrow { + &:after { + content: "\F0140"; + font-family: 'Material Design Icons'; + display: block; + float: right; + transition: transform .2s; + font-size: 1rem; + } + } + + ul { + li { + a { + display: block; + padding: .625rem 1.5rem; + color: $sidebar-menu-item-color; + position: relative; + font-size: 13px; + transition: all .4s; + + i { + display: inline-block; + min-width: 1.75rem; + padding-bottom: .125em; + font-size: 1.25rem; + line-height: 1.40625rem; + vertical-align: middle; + color: $sidebar-menu-item-icon-color; + transition: all .4s; + } + + &:hover { + color: $sidebar-menu-item-hover-color; + + i { + color: $sidebar-menu-item-hover-color; + } + } + } + + .badge { + margin-top: 4px; + } + + ul.sub-menu { + padding: 0; + + li { + + a { + padding: .4rem 1.5rem .4rem 3.5rem; + font-size: 13px; + color: $sidebar-menu-sub-item-color; + &:hover { + color: $sidebar-menu-item-hover-color; + } + } + + ul.sub-menu { + padding: 0; + + li { + a { + padding: .4rem 1.5rem .4rem 4.5rem; + font-size: 13px; + + + } + } + } + } + } + } + + } +} + +.menu-title { + padding: 12px 20px !important; + letter-spacing: .05em; + pointer-events: none; + cursor: default; + font-size: 11px; + text-transform: uppercase; + color: $sidebar-menu-item-icon-color; + font-weight: $font-weight-semibold; +} + +.mm-active { + color: $sidebar-menu-item-active-color !important; + > a{ + color: $sidebar-menu-item-active-color !important; + i { + color: $sidebar-menu-item-active-color !important; + } + } + .active { + color: $sidebar-menu-item-active-color !important; + + i { + color: $sidebar-menu-item-active-color !important; + } + } + > i { + color: $sidebar-menu-item-active-color !important; + } +} + +@media (max-width: 992px) { + .vertical-menu { + display: none; + } + + .main-content { + margin-left: 0 !important; + } + + body.sidebar-enable { + .vertical-menu { + display: block; + } + } +} + +// Enlarge menu +.vertical-collpsed { + + .main-content { + margin-left: $sidebar-collapsed-width; + } + + .navbar-brand-box { + width: $sidebar-collapsed-width !important; + } + + .logo { + span.logo-lg { + display: none; + } + + span.logo-sm { + display: block; + } + } + + // Side menu + .vertical-menu { + position: absolute; + width: $sidebar-collapsed-width !important; + z-index: 5; + + .simplebar-mask, + .simplebar-content-wrapper { + overflow: visible !important; + } + + .simplebar-scrollbar { + display: none !important; + } + + .simplebar-offset { + bottom: 0 !important; + } + + // Sidebar Menu + #sidebar-menu { + + .menu-title, + .badge, + .collapse.in { + display: none !important; + } + + .nav.collapse { + height: inherit !important; + } + + .has-arrow { + &:after { + display: none; + } + } + + > ul { + > li { + position: relative; + white-space: nowrap; + + > a { + padding: 15px 20px; + min-height: 55px; + transition: none; + + &:hover, + &:active, + &:focus { + color: $sidebar-menu-item-hover-color; + } + + i { + font-size: 1.45rem; + margin-left: 4px; + } + + span { + display: none; + padding-left: 25px; + } + } + + &:hover { + > a { + position: relative; + width: calc(190px + #{$sidebar-collapsed-width}); + color: $primary; + background-color: darken($sidebar-bg, 4%); + transition: none; + + i{ + color: $primary; + } + + span { + display: inline; + } + } + + >ul { + display: block; + left: $sidebar-collapsed-width; + position: absolute; + width: 190px; + height: auto !important; + box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1); + + ul { + box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1); + } + + a { + box-shadow: none; + padding: 8px 20px; + position: relative; + width: 190px; + z-index: 6; + color: $sidebar-menu-sub-item-color; + + &:hover { + color: $sidebar-menu-item-hover-color; + } + } + } + } + } + + ul { + padding: 5px 0; + z-index: 9999; + display: none; + background-color: $sidebar-bg; + + li { + &:hover { + >ul { + display: block; + left: 190px; + height: auto !important; + margin-top: -36px; + position: absolute; + width: 190px; + } + } + + >a { + span.pull-right { + position: absolute; + right: 20px; + top: 12px; + transform: rotate(270deg); + } + } + } + + li.active { + a { + color: $gray-100; + } + } + } + } + } + + } +} + + +body[data-sidebar="dark"] { + .vertical-menu { + background: $sidebar-dark-bg; + } + + #sidebar-menu { + + ul { + li { + a { + color: $sidebar-dark-menu-item-color; + + i { + color: $sidebar-dark-menu-item-icon-color; + } + + &:hover { + color: $sidebar-dark-menu-item-hover-color; + + i { + color: $sidebar-dark-menu-item-hover-color; + } + } + } + + ul.sub-menu { + li { + + a { + color: $sidebar-dark-menu-sub-item-color; + + &:hover { + color: $sidebar-dark-menu-item-hover-color; + } + } + } + } + } + } + } + // Enlarge menu + &.vertical-collpsed { + min-height: 1760px; + // Side menu + .vertical-menu { + + // Sidebar Menu + #sidebar-menu { + + > ul { + > li { + + &:hover { + > a { + background: lighten($sidebar-dark-bg, 2%); + color: $sidebar-dark-menu-item-hover-color; + i{ + color: $sidebar-dark-menu-item-hover-color; + } + } + + >ul { + a{ + color: $sidebar-dark-menu-sub-item-color; + &:hover{ + color: $sidebar-dark-menu-item-hover-color; + } + } + } + } + } + + ul{ + background-color: $sidebar-dark-bg; + } + + } + + ul{ + + li{ + &.mm-active .active{ + color: $sidebar-dark-menu-item-active-color !important; + i{ + color: $sidebar-dark-menu-item-active-color !important; + } + } + } + } + + } + + + } + } + .mm-active { + color: $sidebar-dark-menu-item-active-color !important; + > a{ + color: $sidebar-dark-menu-item-active-color !important; + i { + color: $sidebar-dark-menu-item-active-color !important; + } + } + > i { + color: $sidebar-dark-menu-item-active-color !important; + } + .active { + color: $sidebar-dark-menu-item-active-color !important; + + i { + color: $sidebar-dark-menu-item-active-color !important; + } + } + } + + .menu-title { + color: $sidebar-dark-menu-item-icon-color; + } +} + + +body[data-layout="horizontal"] { + .main-content { + margin-left: 0 !important; + } +} + +// Compact Sidebar + +body[data-sidebar-size="small"] { + .navbar-brand-box{ + width: $sidebar-width-sm; + } + .vertical-menu{ + width: $sidebar-width-sm; + text-align: center; + + .has-arrow:after, + .badge { + display: none !important; + } + } + .main-content { + margin-left: $sidebar-width-sm; + } + .footer { + left: $sidebar-width-sm; + @media (max-width: 991.98px) { + left: 0; + } + } + + #sidebar-menu { + ul li { + &.menu-title{ + background-color: lighten($sidebar-dark-bg, 2%); + } + a{ + i{ + display: block; + } + } + ul.sub-menu { + li { + a{ + padding-left: 1.5rem; + } + + ul.sub-menu li a { + padding-left: 1.5rem; + } + } + } + } + } + &.vertical-collpsed { + .main-content { + margin-left: $sidebar-collapsed-width; + } + .vertical-menu { + #sidebar-menu{ + text-align: left; + >ul{ + >li{ + >a { + i{ + display: inline-block; + } + } + } + } + } + } + .footer { + left: $sidebar-collapsed-width; + } + } +} + +// colored sidebar + +body[data-sidebar="colored"] { + .vertical-menu{ + background-color: $primary; + } + .navbar-brand-box{ + background-color: $primary; + .logo-dark{ + display: none; + } + .logo-light{ + display: block; + } + } + + .mm-active { + color: $white !important; + > a{ + color: $white !important; + i { + color: $white !important; + } + } + > i, .active { + color: $white !important; + } + } + + #sidebar-menu { + ul { + li { + &.menu-title{ + color: rgba($white, 0.6); + } + + a{ + color: rgba($white, 0.6); + i{ + color: rgba($white, 0.6); + } + &.waves-effect { + .waves-ripple { + background: rgba($white, 0.1); + } + } + + &:hover { + color: $white; + + i { + color: $white; + } + } + } + + ul.sub-menu { + li { + a{ + color: rgba($white,.5); + &:hover { + color: $white; + } + } + } + } + } + } + } + + &.vertical-collpsed { + .vertical-menu { + #sidebar-menu{ + >ul{ + >li{ + &:hover>a{ + background-color: lighten($primary, 2%); + color: $white; + i{ + color: $white; + } + } + } + } + + ul{ + li{ + &.mm-active { + .active{ + color: $sidebar-menu-item-active-color !important; + } + } + + ul.sub-menu { + li { + a{ + &:hover { + color: $sidebar-menu-item-active-color; + } + } + &.mm-active { + color: $sidebar-menu-item-active-color !important; + > a{ + color: $sidebar-menu-item-active-color !important; + i { + color: $sidebar-menu-item-active-color !important; + } + } + } + } + } + } + } + } + } + } +} diff --git a/Vue/Starterkit/src/design/icons.scss b/Vue/Starterkit/src/design/icons.scss new file mode 100644 index 00000000..93d5962e --- /dev/null +++ b/Vue/Starterkit/src/design/icons.scss @@ -0,0 +1,11 @@ +/* +Template Name: Skote - Admin & Dashboard Template +Author: Themesbrand +Version: 3.0.0 +Website: https://themesbrand.com/ +Contact: themesbrand@gmail.com +File: Icons Css File +*/ + +// Plugins +@import "custom/plugins/icons"; \ No newline at end of file diff --git a/Vue/Starterkit/src/helpers/authservice/auth-header.js b/Vue/Starterkit/src/helpers/authservice/auth-header.js new file mode 100644 index 00000000..75f26273 --- /dev/null +++ b/Vue/Starterkit/src/helpers/authservice/auth-header.js @@ -0,0 +1,9 @@ +export function authHeader() { + // return authorization header with jwt token + let user = JSON.parse(localStorage.getItem('user')); + if (user && user.token) { + return { 'Authorization': 'Bearer ' + user.token }; + } else { + return {}; + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/helpers/authservice/user.service.js b/Vue/Starterkit/src/helpers/authservice/user.service.js new file mode 100644 index 00000000..065370f0 --- /dev/null +++ b/Vue/Starterkit/src/helpers/authservice/user.service.js @@ -0,0 +1,66 @@ +import { authHeader } from './auth-header'; + +export const userService = { + login, + logout, + register, + getAll, +}; + +function login(email, password) { + + const requestOptions = { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ email, password }) + }; + + return fetch(`/users/authenticate`, requestOptions) + .then(handleResponse) + .then(user => { + // login successful if there's a jwt token in the response + if (user.token) { + // store user details and jwt token in local storage to keep user logged in between page refreshes + localStorage.setItem('user', JSON.stringify(user)); + } + return user; + }); +} + +function logout() { + // remove user from local storage to log user out + localStorage.removeItem('user'); +} + +function register(user) { + const requestOptions = { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify(user) + }; + return fetch(`/users/register`, requestOptions).then(handleResponse); +} + +function getAll() { + const requestOptions = { + method: 'GET', + headers: authHeader() + }; + return fetch(`/users`, requestOptions).then(handleResponse); +} + +function handleResponse(response) { + return response.text().then(text => { + const data = text && JSON.parse(text); + if (!response.ok) { + if (response.status === 401) { + // auto logout if 401 response returned from api + logout(); + location.reload(true); + } + const error = (data && data.message) || response.statusText; + return Promise.reject(error); + } + return data; + }); +} diff --git a/Vue/Starterkit/src/helpers/fake-backend.js b/Vue/Starterkit/src/helpers/fake-backend.js new file mode 100644 index 00000000..7dd3bd43 --- /dev/null +++ b/Vue/Starterkit/src/helpers/fake-backend.js @@ -0,0 +1,104 @@ +// array in local storage for registered users +let users = JSON.parse(localStorage.getItem('users')) + || [{ username: "admin", email: "admin@themesbrand.com", password: "123456" }]; + +export function configureFakeBackend() { + + let realFetch = window.fetch; + window.fetch = function (url, opts) { + + return new Promise((resolve, reject) => { + // wrap in timeout to simulate server api call + setTimeout(() => { + + // authenticate + if (url.endsWith('/users/authenticate') && opts.method === 'POST') { + // get parameters from post request + let params = JSON.parse(opts.body); + + // find if any user matches login credentials + let filteredUsers = users.filter(user => { + return user.email === params.email && user.password === params.password; + }); + + if (filteredUsers.length) { + // if login details are valid return user details and fake jwt token + let user = filteredUsers[0]; + let responseJson = { + id: user.id, + username: user.username, + name: user.name, + email: user.email, + token: 'fake-jwt-token' + }; + resolve({ ok: true, text: () => Promise.resolve(JSON.stringify(responseJson)) }); + } else { + // else return error + reject('These credentials do not match our records.'); + } + + return; + } + + // get users + if (url.endsWith('/users') && opts.method === 'GET') { + // check for fake auth token in header and return users if valid, this security is implemented server side in a real application + if (opts.headers && opts.headers.Authorization === 'Bearer fake-jwt-token') { + resolve({ ok: true, text: () => Promise.resolve(JSON.stringify(users)) }); + } else { + // return 401 not authorised if token is null or invalid + reject('Unauthorised'); + } + + return; + } + + // get user by id + if (url.match(/\/users\/\d+$/) && opts.method === 'GET') { + // check for fake auth token in header and return user if valid, this security is implemented server side in a real application + if (opts.headers && opts.headers.Authorization === 'Bearer fake-jwt-token') { + // find user by id in users array + let urlParts = url.split('/'); + let id = parseInt(urlParts[urlParts.length - 1]); + let matchedUsers = users.filter(user => { return user.id === id; }); + let user = matchedUsers.length ? matchedUsers[0] : null; + + // respond 200 OK with user + resolve({ ok: true, text: () => JSON.stringify(user) }); + } else { + // return 401 not authorised if token is null or invalid + reject('Unauthorised'); + } + + return; + } + + // register user + if (url.endsWith('/users/register') && opts.method === 'POST') { + // get new user object from post body + let newUser = JSON.parse(opts.body); + // validation + let duplicateUser = users.filter(user => { return user.username === newUser.username; }).length; + if (duplicateUser) { + reject("Username '" + newUser.username + "' is already taken"); + return; + } + + // save new user + newUser.id = users.length ? Math.max(...users.map(user => user.id)) + 1 : 1; + users.push(newUser); + localStorage.setItem('users', JSON.stringify(users)); + + // respond 200 OK + resolve({ ok: true, text: () => Promise.resolve() }); + + return; + } + + // pass through any requests not handled above + realFetch(url, opts).then(response => resolve(response)); + + }, 500); + }); + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/i18n.js b/Vue/Starterkit/src/i18n.js new file mode 100644 index 00000000..345db9b4 --- /dev/null +++ b/Vue/Starterkit/src/i18n.js @@ -0,0 +1,23 @@ + +import { createI18n } from "vue-i18n"; + +function loadLocaleMessages() { + const locales = require.context('./locales', true, /[A-Za-z0-9-_,\s]+\.json$/i) + const messages = {} + locales.keys().forEach(key => { + const matched = key.match(/([A-Za-z0-9-_]+)\./i) + if (matched && matched.length > 1) { + const locale = matched[1] + messages[locale] = locales(key) + } + }) + return messages +} + +export const i18n = createI18n({ + locale: process.env.VUE_APP_I18N_LOCALE || 'en', + legacy: false, + globalInjection: true, + fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en', + messages: loadLocaleMessages() +}) diff --git a/Vue/Starterkit/src/locales/ar.json b/Vue/Starterkit/src/locales/ar.json new file mode 100644 index 00000000..02b6bab1 --- /dev/null +++ b/Vue/Starterkit/src/locales/ar.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "بحث..." + }, + "dropdown": { + "megamenu": { + "text": "القائمة الضخمة", + "uicontent": { + "title": "مكونات واجهة المستخدم", + "list": { + "lightbox": "صندوق مضئ", + "rangeslider": "شريط التمرير", + "sweetalert": "تنبيه لطيف", + "rating": "تقييم", + "forms": "نماذج", + "tables": "الجداول", + "charts": "الرسوم البيانية" + } + }, + "application": { + "title": "التطبيقات", + "list": { + "ecommerce": "التجارة الإلكترونية", + "calendar": "التقويم", + "email": "البريد الإلكتروني", + "projects": "المشاريع", + "tasks": "مهام", + "contacts": "جهات الاتصال" + } + }, + "extrapages": { + "title": "صفحات اضافية", + "list": { + "lightsidebar": "شريط جانبي خفيف", + "compactsidebar": "شريط جانبي مضغوط", + "horizontallayout": "التخطيط الأفقي", + "maintenance": "اعمال صيانة", + "comingsoon": "قريبا", + "timeline": "الجدول الزمني", + "faqs": "الأسئلة الشائعة" + } + } + }, + "site": { + "list": { + "github": "جيثب", + "bitbucket": "Bitbucket", + "dribbble": "المراوغة", + "dropbox": "بصندوق الإسقاط", + "mailchimp": "بريد الشمبانزي", + "slack": "تثاقل" + } + }, + "notification": { + "badge": "3", + "text": "إشعارات", + "subtext": "عرض الكل", + "order": { + "title": "تم تقديم طلبك", + "text": "إذا دمجت عدة لغات القواعد", + "time": "قبل 3 دقائق" + }, + "james": { + "title": "جيمس لومير", + "text": "سيبدو الأمر مثل اللغة الإنجليزية المبسطة.", + "time": "منذ 1 ساعة" + }, + "item": { + "title": "يتم شحن البند الخاص بك", + "text": "إذا دمجت عدة لغات القواعد", + "time": "قبل 3 دقائق" + }, + "salena": { + "title": "سالينا لايفيلد", + "text": "بصفتي صديقًا متشككًا في كامبريدج لأعمال الغرب.", + "time": "منذ 1 ساعة" + }, + "button": "تحميل المزيد.." + }, + "henry": { + "text": "هنري", + "list": { + "profile": "الملف الشخصي", + "mywallet": "محفظتي", + "settings": "إعدادات", + "lockscreen": "اقفل الشاشة", + "logout": "تسجيل خروج" + } + } + } + }, + "menuitems": { + "menu": { + "text": "قائمة طعام" + }, + "dashboards": { + "text": "لوحات المعلومات", + "badge": "04", + "list": { + "default": "إفتراضي", + "saas": "ساس", + "crypto": "تشفير", + "blog": "مدونة" + } + }, + "layouts": { + "text": "التخطيطات", + "list": { + "horizontal": "عرضي", + "lightsidebar": "شريط جانبي خفيف", + "compactsidebar": "شريط جانبي مضغوط", + "iconsidebar": "الشريط الجانبي للرموز", + "boxed": "تخطيط محاصر", + "coloredsidebar": "الشريط الجانبي الملون", + "vertical": "عمودي", + "lighttopbar": "شريط علوي خفيف", + "coloredheader": "رأس ملون" + } + }, + "apps": { + "text": "تطبيقات" + }, + "calendar": { + "text": "التقويم" + }, + "chat": { + "text": "دردشة", + "badge": "جديد" + }, + "filemanager": { + "text": "مدير الملفات", + "badge": "جديد" + }, + "ecommerce": { + "text": "التجارة الإلكترونية", + "list": { + "products": "منتجات", + "productdetail": "تفاصيل المنتج", + "orders": "الطلب #٪ s", + "customers": "الزبائن", + "cart": "عربة التسوق", + "checkout": "الدفع", + "shops": "محلات", + "addproduct": "أضف منتج" + } + }, + "crypto": { + "text": "تشفير", + "list": { + "wallet": "محفظة نقود", + "buy/sell": "شراء بيع", + "exchange": "تبادل", + "lending": "الإقراض", + "orders": "الطلب #٪ s", + "kycapplication": "تطبيق KYC", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "البريد الإلكتروني", + "list": { + "inbox": "صندوق الوارد", + "reademail": "قراءة البريد الإلكتروني", + "template": { + "text": "القوالب", + "list": { + "basic": "الإجراء الأساسي", + "alert": "تنبيه البريد الإلكتروني", + "billing": "البريد الالكتروني لقوائم الدفع" + } + } + } + }, + "invoices": { + "text": "فواتير", + "list": { + "invoicelist": "قائمة الفاتورة", + "invoicedetail": "تفاصيل الفاتورة" + } + }, + "projects": { + "text": "المشاريع", + "list": { + "grid": "شبكة المشاريع", + "projectlist": "قائمة المشاريع", + "overview": "ملخص المشروع", + "create": "خلق جديد إبداع جديد" + } + }, + "tasks": { + "text": "مهام", + "list": { + "tasklist": "قائمة المهام", + "kanban": "مجلس كانبان", + "createtask": "إنشاء مهمة" + } + }, + "contacts": { + "text": "جهات الاتصال", + "list": { + "usergrid": "شبكة المستخدم", + "userlist": "قائمة المستخدم", + "profile": "الملف الشخصي" + } + }, + "blog": { + "text": "مدونة", + "badge": "جديد", + "list": { + "bloglist": "قائمة المدونة", + "grid": "شبكة المدونة", + "detail": "تفاصيل المدونة" + } + }, + "pages": { + "text": "الصفحات" + }, + "authentication": { + "text": "المصادقة", + "badge": "جديد", + "list": { + "login": "تسجيل الدخول", + "register": "تسجيل", + "recoverpwd": "إستعادة كلمة المرور", + "lockscreen": "اقفل الشاشة", + "login-2": "تسجيل الدخول 2", + "register-2": "التسجيل 2", + "recoverpwd-2": "استعادة كلمة المرور 2", + "lockscreen-2": "شاشة القفل 2", + "confirm-mail": "تأكيد البريد", + "confirm-mail-2": "تأكيد البريد 2", + "verification": "تأكيد بواسطة البريد الالكتروني", + "verification-2": "التحقق من البريد الإلكتروني 2", + "verification-step": "التحقق من خطوتين", + "verification-step-2": "التحقق بخطوتين 2" + } + }, + "utility": { + "text": "خدمة", + "list": { + "starter": "صفحة المبتدئين", + "maintenance": "اعمال صيانة", + "timeline": "الجدول الزمني", + "faqs": "الأسئلة الشائعة", + "pricing": "التسعير", + "error404": "خطأ 404", + "error500": "خطأ 500", + "comingsoon": "قريبا" + } + }, + "components": { + "text": "مكونات" + }, + "uielements": { + "text": "عناصر واجهة المستخدم", + "list": { + "alerts": "التنبيهات", + "buttons": "أزرار", + "cards": "البطاقات", + "carousel": "دائري", + "dropdowns": "هبوط قطرة", + "grid": "جريد", + "images": "صور", + "modals": "مشروط", + "rangeslider": "شريط التمرير", + "progressbar": "أشرطة التقدم", + "placeholder":"عنصر نائب", + "sweetalert": "تنبيه لطيف", + "tabs": "علامات التبويب والأكورديون", + "typography": "الطباعة", + "video": "فيديو", + "general": "جنرال لواء", + "colors": "الألوان", + "lightbox": "صندوق مضئ", + "cropper": "صورة كروبر", + "offcanvas": "بوابات" + } + }, + "forms": { + "text": "نماذج", + "badge": "8", + "list": { + "elements": "عناصر النموذج", + "layouts": "تخطيطات النموذج", + "validation": "التحقق من صحة النموذج", + "advanced": "نموذج متقدم", + "editor": "محرر النماذج", + "fileupload": "تحميل ملف النموذج", + "repeater": "مكرر النموذج", + "wizard": "معالج النماذج", + "mask": "قناع النموذج" + } + }, + "tables": { + "text": "الجداول", + "list": { + "basic": "الجداول الأساسية", + "advanced": "جدول متقدم" + } + }, + "charts": { + "text": "الرسوم البيانية", + "list": { + "apex": "مخطط أبيكس", + "chartjs": "مخطط Chartjs", + "chartist": "مخطط رسومي", + "echart": "مخطط E" + } + }, + "icons": { + "text": "أيقونات", + "list": { + "boxicons": "Boxicons", + "materialdesign": "التصميم المادي", + "dripicons": "Dripicons", + "fontawesome": "الخط رائع" + } + }, + "maps": { + "text": "خرائط", + "list": { + "googlemap": "خرائط جوجل", + "leafletmap": "خرائط النشرة" + } + }, + "multilevel": { + "text": "متعدد المستويات", + "list": { + "level1": { + "1": "المستوى 1.1", + "2": "المستوى 1.2", + "level2": { + "1": "المستوى 2.1", + "2": "المستوى 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/locales/en.json b/Vue/Starterkit/src/locales/en.json new file mode 100644 index 00000000..a9a60853 --- /dev/null +++ b/Vue/Starterkit/src/locales/en.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Search..." + }, + "dropdown": { + "megamenu": { + "text": "Mega Menu", + "uicontent": { + "title": "UI Components", + "list": { + "lightbox": "Lightbox", + "rangeslider": "Range Slider", + "sweetalert": "Sweet Alert", + "rating": "Rating", + "forms": "Forms", + "tables": "Tables", + "charts": "Charts" + } + }, + "application": { + "title": "Applications", + "list": { + "ecommerce": "Ecommece", + "calendar": "Calendar", + "email": "Email", + "projects": "Projects", + "tasks": "Tasks", + "contacts": "Contacts" + } + }, + "extrapages": { + "title": "Extra Pages", + "list": { + "lightsidebar": "Light Sidebar", + "compactsidebar": "Compact Sidebar", + "horizontallayout": "Horizontal Layout", + "maintenance": "Maintenance", + "comingsoon": "Coming Soon", + "timeline": "Timeline", + "faqs": "FAQs" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Dribbble", + "dropbox": "Dropbox", + "mailchimp": "Mail Chimp", + "slack": "Slack" + } + }, + "notification": { + "badge": "3", + "text": "Notifications", + "subtext": "View All", + "order": { + "title": "Your order is placed", + "text": "If several languages coalesce the grammar", + "time": "3 min ago" + }, + "james": { + "title": "James Lemire", + "text": "It will seem like simplified English.", + "time": "1 hours ago" + }, + "item": { + "title": "Your item is shipped", + "text": "If several languages coalesce the grammar", + "time": "3 min ago" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "1 hours ago" + }, + "button": "View More.." + }, + "henry": { + "text": "Henry", + "list": { + "profile": "Profile", + "mywallet": "My Wallet", + "settings": "Settings", + "lockscreen": "Lock screen", + "logout": "Logout" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menu" + }, + "dashboards": { + "text": "Dashboards", + "badge": "04", + "list": { + "default": "Default", + "saas": "Saas", + "crypto": "Crypto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Layouts", + "list": { + "horizontal": "Horizontal", + "lightsidebar": "Light Sidebar", + "compactsidebar": "Compact Sidebar", + "iconsidebar": "Icons Sidebar", + "boxed": "Boxed Layout", + "coloredsidebar": "Colored Sidebar", + "vertical": "Vertical", + "lighttopbar": "Light Topbar", + "coloredheader": "Colored Header" + } + }, + "apps": { + "text": "Apps" + }, + "calendar": { + "text": "Calendar" + }, + "chat": { + "text": "Chat", + "badge": "New" + }, + "filemanager": { + "text": "File Manager", + "badge": "New" + }, + "ecommerce": { + "text": "Ecommerce", + "list": { + "products": "Products", + "productdetail": "Product Detail", + "orders": "Orders", + "customers": "Customers", + "cart": "Cart", + "checkout": "Checkout", + "shops": "Shops", + "addproduct": "Add Product" + } + }, + "crypto": { + "text": "Crypto", + "list": { + "wallet": "Wallet", + "buy/sell": "Buy/sell", + "exchange": "Exchange", + "lending": "Lending", + "orders": "Orders", + "kycapplication": "KYC Application", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "Email", + "list": { + "inbox": "Inbox", + "reademail": "Read Email", + "template": { + "text": "Templates", + "list": { + "basic": "Basic Action", + "alert": "Alert Email", + "billing": "Billing Email" + } + } + } + }, + "invoices": { + "text": "Invoices", + "list": { + "invoicelist": "Invoice List", + "invoicedetail": "Invoice Detail" + } + }, + "projects": { + "text": "Projects", + "list": { + "grid": "Projects Grid", + "projectlist": "Projects List", + "overview": "Project Overview", + "create": "Create New" + } + }, + "tasks": { + "text": "Tasks", + "list": { + "tasklist": "Task List", + "kanban": "Kanban Board", + "createtask": "Create Task" + } + }, + "contacts": { + "text": "Contacts", + "list": { + "usergrid": "User Grid", + "userlist": "User List", + "profile": "Profile" + } + }, + "blog": { + "text": "Blog", + "badge": "New", + "list": { + "bloglist": "Blog List", + "grid": "Blog Grid", + "detail": "Blog Details" + } + }, + "pages": { + "text": "Pages" + }, + "authentication": { + "text": "Authentication", + "badge": "New", + "list": { + "login": "Login", + "login-2": "Login 2", + "register": "Register", + "register-2": "Register 2", + "recoverpwd": "Recover Password", + "recoverpwd-2": "Recover Password 2", + "lockscreen": "Lock screen", + "lockscreen-2": "Lock screen 2", + "confirm-mail": "Confirm Mail", + "confirm-mail-2": "Confirm Mail 2", + "verification": "Email verification", + "verification-2": "Email verification 2", + "verification-step": "Two step verification", + "verification-step-2": "Two step verification 2" + } + }, + "utility": { + "text": "Utility", + "list": { + "starter": "Starter Page", + "maintenance": "Maintenance", + "timeline": "Timeline", + "faqs": "FAQs", + "pricing": "Pricing", + "error404": "Error 404", + "error500": "Error 500", + "comingsoon": "Coming Soon" + } + }, + "components": { + "text": "Components" + }, + "uielements": { + "text": "UI Elements", + "list": { + "alerts": "Alerts", + "buttons": "Buttons", + "cards": "Cards", + "carousel": "Carousel", + "dropdowns": "Dropdowns", + "grid": "Grid", + "images": "Images", + "modals": "Modals", + "rangeslider": "Range Slider", + "progressbar": "Progress Bars", + "placeholder": "Placeholder", + "sweetalert": "Sweet Alert", + "tabs": "Tabs & Accordions", + "typography": "Typography", + "video": "Video", + "general": "General", + "colors": "Colors", + "lightbox": "Lightbox", + "cropper": "Image Cropper", + "offcanvas": "Offcanvas" + } + }, + "forms": { + "text": "Forms", + "badge": "8", + "list": { + "elements": "Form Elements", + "layouts": "Form Layouts", + "validation": "Form Validation", + "advanced": "Form Advanced", + "editor": "Form Editor", + "fileupload": "Form File Upload", + "repeater": "Form Repeater", + "wizard": "Form Wizard", + "mask": "Form Mask" + } + }, + "tables": { + "text": "Tables", + "list": { + "basic": "Basic Tables", + "advanced": "Advanced Table" + } + }, + "charts": { + "text": "Charts", + "list": { + "apex": "Apex Charts", + "chartjs": "Chartjs Charts", + "chartist": "Chartist Charts", + "echart": "E Charts" + } + }, + "icons": { + "text": "Icons", + "list": { + "boxicons": "Boxicons", + "materialdesign": "Material Design", + "dripicons": "Dripicons", + "fontawesome": "Font Awesome" + } + }, + "maps": { + "text": "Maps", + "list": { + "googlemap": "Google Maps", + "leafletmap": "Leaflet Maps" + } + }, + "multilevel": { + "text": "Multi Level", + "list": { + "level1": { + "1": "Level 1.1", + "2": "Level 1.2", + "level2": { + "1": "Level 2.1", + "2": "Level 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/locales/es.json b/Vue/Starterkit/src/locales/es.json new file mode 100644 index 00000000..ecfb3eab --- /dev/null +++ b/Vue/Starterkit/src/locales/es.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Buscar..." + }, + "dropdown": { + "megamenu": { + "text": "Mega menú", + "uicontent": { + "title": "Componentes de la IU", + "list": { + "lightbox": "Caja ligera", + "rangeslider": "Control deslizante de rango", + "sweetalert": "Alerta dulce", + "rating": "Clasificación", + "forms": "Formas", + "tables": "Mesas", + "charts": "Gráficos" + } + }, + "application": { + "title": "Aplicaciones", + "list": { + "ecommerce": "Comercio electrónico", + "calendar": "Calendario", + "email": "Correo electrónico", + "projects": "Proyectos", + "tasks": "Tareas", + "contacts": "Contactos" + } + }, + "extrapages": { + "title": "Páginas extra", + "list": { + "lightsidebar": "Barra lateral ligera", + "compactsidebar": "Barra lateral compacta", + "horizontallayout": "Diseño horizontal", + "maintenance": "Mantenimiento", + "comingsoon": "Próximamente", + "timeline": "Cronograma", + "faqs": "Preguntas frecuentes" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Regatear", + "dropbox": "Dropbox", + "mailchimp": "Chimpancé de correo", + "slack": "Floja" + } + }, + "notification": { + "badge": "3", + "text": "Notificaciones", + "subtext": "Ver todo", + "order": { + "title": "Su pedido es realizado", + "text": "Si varios idiomas fusionan la gramática", + "time": "Hace 3 minutos" + }, + "james": { + "title": "James Lemire", + "text": "Parecerá un inglés simplificado.", + "time": "Hace 1 hora" + }, + "item": { + "title": "Your item is shipped", + "text": "Si varios idiomas fusionan la gramática", + "time": "Hace 3 minutos" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "Hace 1 hora" + }, + "button": "Carga más.." + }, + "henry": { + "text": "Henry", + "list": { + "profile": "Perfil", + "mywallet": "Mi billetera", + "settings": "Configuraciones", + "lockscreen": "Bloquear pantalla", + "logout": "cerrar sesión" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menú" + }, + "dashboards": { + "text": "Tableros", + "badge": "04", + "list": { + "default": "Defecto", + "saas": "Saas", + "crypto": "Cripto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Diseños", + "list": { + "horizontal": "Horizontal", + "lightsidebar": "Barra lateral ligera", + "compactsidebar": "Barra lateral compacta", + "iconsidebar": "Barra lateral de iconos", + "boxed": "Diseño en caja", + "coloredsidebar": "Barra lateral de color", + "vertical": "Vertical", + "lighttopbar": "Barra superior ligera", + "coloredheader": "Encabezado de color" + } + }, + "apps": { + "text": "Aplicaciones" + }, + "calendar": { + "text": "Calendario" + }, + "chat": { + "text": "Charla", + "badge": "Nueva" + }, + "filemanager": { + "text": "Administradora de archivos", + "badge": "Nueva" + }, + "ecommerce": { + "text": "Comercio electrónico", + "list": { + "products": "Productos", + "productdetail": "Detalle del producto", + "orders": "Pedidos", + "customers": "Clientes", + "cart": "Carro", + "checkout": "Revisa", + "shops": "Tiendas", + "addproduct": "Agregar producto" + } + }, + "crypto": { + "text": "Cripto", + "list": { + "wallet": "Billetera", + "buy/sell": "Compra venta", + "exchange": "Intercambiar", + "lending": "Préstamo", + "orders": "Pedidos", + "kycapplication": "Solicitud KYC", + "icolanding": "Aterrizaje ICO" + } + }, + "email": { + "text": "Correo electrónico", + "list": { + "inbox": "Bandeja de entrada", + "reademail": "Leer el correo electrónico", + "template": { + "text": "Plantillas", + "list": { + "basic": "Acción básica", + "alert": "Correo electrónico de alerta", + "billing": "Correo Electrónico de Facturas" + } + } + } + }, + "invoices": { + "text": "Facturas", + "list": { + "invoicelist": "Lista de facturas", + "invoicedetail": "Detalle de factura" + } + }, + "projects": { + "text": "Proyectos", + "list": { + "grid": "Cuadrícula de proyectos", + "projectlist": "Lista de proyectos", + "overview": "Descripción del proyecto", + "create": "Crear nueva" + } + }, + "tasks": { + "text": "Tareas", + "list": { + "tasklist": "Lista de tareas", + "kanban": "Kanban Board", + "createtask": "Crear tarea" + } + }, + "contacts": { + "text": "Contactos", + "list": { + "usergrid": "Cuadrícula de usuario", + "userlist": "Lista de usuarios", + "profile": "Perfil" + } + }, + "blog": { + "text": "Blog", + "badge": "Nueva", + "list": { + "bloglist": "Lista de blogs", + "grid": "Blog Grid", + "detail": "Detalles del blog" + } + }, + "pages": { + "text": "Páginas" + }, + "authentication": { + "text": "Autenticación", + "badge": "Nueva", + "list": { + "login": "Iniciar sesión", + "register": "Registrarse", + "recoverpwd": "Recuperar contraseña", + "lockscreen": "Bloquear pantalla", + "login-2": "Iniciar sesión 2", + "register-2": "Registrarse 2", + "recoverpwd-2": "Recuperar contraseña 2", + "lockscreen-2": "Bloquear pantalla 2", + "confirm-mail": "Confirmar correo", + "confirm-mail-2": "Confirmar correo 2", + "verification": "Verificacion de email", + "verification-2": "Verificacion de email 2", + "verification-step": "Verificación de dos pasos", + "verification-step-2": "Verificación de dos pasos 2" + } + }, + "utility": { + "text": "Utilidad", + "list": { + "starter": "Página de inicio", + "maintenance": "Mantenimiento", + "timeline": "Cronograma", + "faqs": "Preguntas frecuentes", + "pricing": "Precios", + "error404": "error 404", + "error500": "error 500", + "comingsoon": "Próximamente" + } + }, + "components": { + "text": "Componentes" + }, + "uielements": { + "text": "Elementos de la IU", + "list": { + "alerts": "Alertas", + "buttons": "Botones", + "cards": "Tarjetas", + "carousel": "Carrusel", + "dropdowns": "Listas deplegables", + "grid": "Cuadrícula", + "images": "Imágenes", + "modals": "Modalidades", + "rangeslider": "Control deslizante de rango", + "progressbar": "Barras de progreso", + "placeholder":"Marcador de posición", + "sweetalert": "Alerta dulce", + "tabs": "Pestañas y acordeones", + "typography": "Tipografía", + "video": "Vídeo", + "general": "General", + "colors": "Colores", + "lightbox": "Caja ligera", + "cropper": "Recortador de imagen", + "offcanvas": "fuera del lienzo" + } + }, + "forms": { + "text": "Formas", + "badge": "8", + "list": { + "elements": "Elementos de formulario", + "layouts": "Diseños de formulario", + "validation": "Validación de formulario", + "advanced": "Formulario avanzado", + "editor": "Editora de formularios", + "fileupload": "Subir archivo de formulario", + "repeater": "Repetidor de forma", + "wizard": "Asistente de formulario", + "mask": "Máscara de forma" + } + }, + "tables": { + "text": "Mesas", + "list": { + "basic": "Tablas Básicas", + "advanced": "Mesa avanzada" + } + }, + "charts": { + "text": "Gráficos", + "list": { + "apex": "Gráfico de Apex", + "chartjs": "Chartjs Chart", + "chartist": "Chartist Chart", + "echart": "Gráfico E" + } + }, + "icons": { + "text": "Íconos", + "list": { + "boxicons": "Boxicones", + "materialdesign": "Diseño de materiales", + "dripicons": "Dripicons", + "fontawesome": "Font awesome" + } + }, + "maps": { + "text": "Mapas", + "list": { + "googlemap": "mapas de Google", + "leafletmap": "Mapas de folleto" + } + }, + "multilevel": { + "text": "Multi nivel", + "list": { + "level1": { + "1": "Nivel 1.1", + "2": "Nivel 1.2", + "level2": { + "1": "Nivel 2.1", + "2": "Level 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/locales/fr.json b/Vue/Starterkit/src/locales/fr.json new file mode 100644 index 00000000..38508d2b --- /dev/null +++ b/Vue/Starterkit/src/locales/fr.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "Chercher..." + }, + "dropdown": { + "megamenu": { + "text": "Mega Menu", + "uicontent": { + "title": "Composants de l'interface utilisateur", + "list": { + "lightbox": "Boite à lumière", + "rangeslider": "Curseur de plage", + "sweetalert": "Sweet Alert", + "rating": "Évaluation", + "forms": "Formes", + "tables": "les tables", + "charts": "Graphiques" + } + }, + "application": { + "title": "Applications", + "list": { + "ecommerce": "Commerce électronique", + "calendar": "Calendrier", + "email": "Email", + "projects": "Projets", + "tasks": "Tâches", + "contacts": "Contacts" + } + }, + "extrapages": { + "title": "Pages supplémentaires", + "list": { + "lightsidebar": "Barre latérale légère", + "compactsidebar": "Barre latérale compacte", + "horizontallayout": "Disposition horizontale", + "maintenance": "Entretien", + "comingsoon": "Bientôt disponible", + "timeline": "Chronologie", + "faqs": "FAQ" + } + } + }, + "site": { + "list": { + "github": "GitHub", + "bitbucket": "Bitbucket", + "dribbble": "Dribble", + "dropbox": "Dropbox", + "mailchimp": "Mail Chimp", + "slack": "Molle" + } + }, + "notification": { + "badge": "3", + "text": "Notifications", + "subtext": "Voir tout", + "order": { + "title": "Votre commande est passée", + "text": "Si plusieurs langues fusionnent la grammaire", + "time": "Il y a 3 minutes" + }, + "james": { + "title": "James Lemire", + "text": "It will seem like simplified English.", + "time": "Il y a 1 heure" + }, + "item": { + "title": "Votre article est expédié", + "text": "Si plusieurs langues fusionnent la grammaire", + "time": "Il y a 3 minutes" + }, + "salena": { + "title": "Salena Layfield", + "text": "As a skeptical Cambridge friend of mine occidental.", + "time": "Il y a 1 heure" + }, + "button": "Charger plus.." + }, + "henry": { + "text": "Henri", + "list": { + "profile": "Profil", + "mywallet": "Mon portefeuille", + "settings": "Réglages", + "lockscreen": "Écran verrouillé", + "logout": "Se déconnecter" + } + } + } + }, + "menuitems": { + "menu": { + "text": "Menu" + }, + "dashboards": { + "text": "Tableaux de bord", + "badge": "04", + "list": { + "default": "Défaut", + "saas": "Saas", + "crypto": "Crypto", + "blog": "Blog" + } + }, + "layouts": { + "text": "Disposition", + "list": { + "horizontal": "Horizontale", + "lightsidebar": "Barre latérale légère", + "compactsidebar": "Barre latérale compacte", + "iconsidebar": "Barre latérale des icônes", + "boxed": "Disposition en boîte", + "coloredsidebar": "Barre latérale colorée", + "vertical": "Verticale", + "lighttopbar": "Barre supérieure légère", + "coloredheader": "En-tête coloré" + } + }, + "apps": { + "text": "Apps" + }, + "calendar": { + "text": "Calendrier" + }, + "chat": { + "text": "Bavarder", + "badge": "Nouvelle" + }, + "filemanager": { + "text": "Gestionnaire de fichiers", + "badge": "Nouvelle" + }, + "ecommerce": { + "text": "Commerce électronique", + "list": { + "products": "Des produits", + "productdetail": "Product Detail", + "orders": "Ordres", + "customers": "Les clients", + "cart": "Chariot", + "checkout": "Check-out", + "shops": "Magasins", + "addproduct": "Ajouter un produit" + } + }, + "crypto": { + "text": "Crypto", + "list": { + "wallet": "Portefeuille", + "buy/sell": "Acheter vendre", + "exchange": "Échange", + "lending": "Prêt", + "orders": "Ordres", + "kycapplication": "Application KYC", + "icolanding": "ICO Landing" + } + }, + "email": { + "text": "Email", + "list": { + "inbox": "Boîte de réception", + "reademail": "Lire l'e-mail", + "template": { + "text": "Modèles", + "list": { + "basic": "Action de base", + "alert": "Email d'alerte", + "billing": "E-mail de facturation" + } + } + } + }, + "invoices": { + "text": "Factures", + "list": { + "invoicelist": "Liste des factures", + "invoicedetail": "Détail de la facture" + } + }, + "projects": { + "text": "Projets", + "list": { + "grid": "Grille de projets", + "projectlist": "Liste des projets", + "overview": "Aperçu du projet", + "create": "Créer un nouveau" + } + }, + "tasks": { + "text": "Tâches", + "list": { + "tasklist": "Liste de tâches", + "kanban": "Tableau Kanban", + "createtask": "Créer une tâche" + } + }, + "contacts": { + "text": "Contacts", + "list": { + "usergrid": "Grille utilisateur", + "userlist": "liste d'utilisateur", + "profile": "Profil" + } + }, + "blog": { + "text": "Blog", + "badge": "Nouvelle", + "list": { + "bloglist": "Liste des blogs", + "grid": "Grille de blog", + "detail": "Détails du blog" + } + }, + "pages": { + "text": "Pages" + }, + "authentication": { + "text": "Authentification", + "badge": "Nouvelle", + "list": { + "login": "S'identifier", + "register": "S'inscrire", + "recoverpwd": "Récupérer mot de passe", + "lockscreen": "Écran verrouillé", + "login-2": "S'identifier 2", + "register-2": "S'inscrire 2", + "recoverpwd-2": "Récupérer mot de passe 2", + "lockscreen-2": "Écran verrouillé 2", + "confirm-mail": "Confirmer le courrier", + "confirm-mail-2": "Confirmer le courrier 2", + "verification": "Vérification de l'E-mail", + "verification-2": "Vérification de l'E-mail 2", + "verification-step": "Vérification en deux étapes", + "verification-step-2": "Vérification en deux étapes 2" + } + }, + "utility": { + "text": "Utilitaire", + "list": { + "starter": "Page de démarrage", + "maintenance": "Entretien", + "timeline": "Chronologie", + "faqs": "FAQ", + "pricing": "Tarification", + "error404": "Erreur 404", + "error500": "Erreur 500", + "comingsoon": "Bientôt disponible" + } + }, + "components": { + "text": "Composantes" + }, + "uielements": { + "text": "Éléments de l'interface utilisateur", + "list": { + "alerts": "Alerts", + "buttons": "Boutons", + "cards": "Cartes", + "carousel": "Carrousel", + "dropdowns": "Liste déroulante", + "grid": "la grille", + "images": "Images", + "modals": "Modals", + "rangeslider": "Curseur de plage", + "progressbar": "Barres de progression", + "placeholder":"Espace réservé", + "sweetalert": "Sweet Alert", + "tabs": "Tablatures et accordéons", + "typography": "Typographie", + "video": "Vidéo", + "general": "Générale", + "colors": "Couleurs", + "lightbox": "Boite à lumière", + "cropper": "Recadrage d'image", + "offcanvas": "hors toile" + } + }, + "forms": { + "text": "Formes", + "badge": "8", + "list": { + "elements": "Éléments de formulaire", + "layouts": "Dispositions de formulaire", + "validation": "Validation de formulaire", + "advanced": "Formulaire avancé", + "editor": "Éditeur de formulaires", + "fileupload": "Téléchargement de fichier de formulaire", + "repeater": "Répétiteur de formulaire", + "wizard": "Assistant de formulaire", + "mask": "Masque de forme" + } + }, + "tables": { + "text": "les tables", + "list": { + "basic": "Tableaux de base", + "advanced": "Tableau avancé" + } + }, + "charts": { + "text": "Graphiques", + "list": { + "apex": "Graphique Apex", + "chartjs": "Graphique Chartjs", + "chartist": "Graphique Chartist", + "echart": "Graphique E" + } + }, + "icons": { + "text": "Icônes", + "list": { + "boxicons": "Boxicons", + "materialdesign": "Conception matérielle", + "dripicons": "Dripicons", + "fontawesome": "Police géniale" + } + }, + "maps": { + "text": "Plans", + "list": { + "googlemap": "Google Maps", + "leafletmap": "Cartes de dépliant" + } + }, + "multilevel": { + "text": "Multi niveaux", + "list": { + "level1": { + "1": "Niveau 1.1", + "2": "Niveau 1.2", + "level2": { + "1": "Niveau 2.1", + "2": "Niveau 2.2" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/locales/zh.json b/Vue/Starterkit/src/locales/zh.json new file mode 100644 index 00000000..ea8f61fd --- /dev/null +++ b/Vue/Starterkit/src/locales/zh.json @@ -0,0 +1,341 @@ +{ + "navbar": { + "search": { + "text": "搜索..." + }, + "dropdown": { + "megamenu": { + "text": "超级菜单", + "uicontent": { + "title": "UI组件", + "list": { + "lightbox": "灯箱", + "rangeslider": "范围滑块", + "sweetalert": "甜蜜警报", + "rating": "评分", + "forms": "形式", + "tables": "桌子", + "charts": "图表" + } + }, + "application": { + "title": "应用领域", + "list": { + "ecommerce": "电子商务", + "calendar": "日历", + "email": "电子邮件", + "projects": "专案", + "tasks": "任务", + "contacts": "联络人" + } + }, + "extrapages": { + "title": "额外页面", + "list": { + "lightsidebar": "侧边灯", + "compactsidebar": "紧凑型侧边栏", + "horizontallayout": "水平布局", + "maintenance": "保养", + "comingsoon": "快来了", + "timeline": "时间线", + "faqs": "常见问题" + } + } + }, + "site": { + "list": { + "github": "的GitHub", + "bitbucket": "比特桶", + "dribbble": "运球", + "dropbox": "投寄箱", + "mailchimp": "邮件黑猩猩", + "slack": "松弛" + } + }, + "notification": { + "badge": "3", + "text": "通知事项", + "subtext": "查看全部", + "order": { + "title": "您的订单已下达", + "text": "如果几种语言合并了语法", + "time": "3分钟前" + }, + "james": { + "title": "詹姆斯·勒米尔", + "text": "好像是简体英语。", + "time": "1小时前" + }, + "item": { + "title": "您的物品已发货", + "text": "如果几种语言合并了语法", + "time": "3分钟前" + }, + "salena": { + "title": "萨莱娜·莱菲尔德", + "text": "作为西方的一个怀疑的剑桥朋友。", + "time": "1小时前" + }, + "button": "装载更多.." + }, + "henry": { + "text": "亨利", + "list": { + "profile": "轮廓", + "mywallet": "我的钱包", + "settings": "设定值", + "lockscreen": "锁屏", + "logout": "登出" + } + } + } + }, + "menuitems": { + "menu": { + "text": "菜单" + }, + "dashboards": { + "text": "仪表板", + "badge": "04", + "list": { + "default": "默认", + "saas": "萨斯", + "crypto": "加密货币", + "blog": "博客" + } + }, + "layouts": { + "text": "版面", + "list": { + "horizontal": "卧式", + "lightsidebar": "侧边灯", + "compactsidebar": "紧凑型侧边栏", + "iconsidebar": "图标侧栏", + "boxed": "盒装版式", + "coloredsidebar": "彩色边栏", + "vertical": "垂直", + "lighttopbar": "轻顶杆", + "coloredheader": "彩色标题" + } + }, + "apps": { + "text": "应用" + }, + "calendar": { + "text": "日历" + }, + "chat": { + "text": "聊天室", + "badge": "新" + }, + "filemanager": { + "text": "文件管理器", + "badge": "新" + }, + "ecommerce": { + "text": "电子商务", + "list": { + "products": "产品展示", + "productdetail": "产品明细", + "orders": "订单", + "customers": "顾客", + "cart": "大车", + "checkout": "查看", + "shops": "商店", + "addproduct": "添加产品" + } + }, + "crypto": { + "text": "加密货币", + "list": { + "wallet": "钱包", + "buy/sell": "买卖", + "exchange": "交换", + "lending": "借贷", + "orders": "订单", + "kycapplication": "KYC应用", + "icolanding": "ICO登陆" + } + }, + "email": { + "text": "电子邮件", + "list": { + "inbox": "收件箱", + "reademail": "阅读电子邮件", + "template": { + "text": "范本", + "list": { + "basic": "基本动作", + "alert": "警报电子邮件", + "billing": "帐单电邮" + } + } + } + }, + "invoices": { + "text": "发票", + "list": { + "invoicelist": "发票清单", + "invoicedetail": "发票明细" + } + }, + "projects": { + "text": "专案", + "list": { + "grid": "项目网格", + "projectlist": "项目清单", + "overview": "项目概况", + "create": "创建新的" + } + }, + "tasks": { + "text": "任务", + "list": { + "tasklist": "任务列表", + "kanban": "看板委员会", + "createtask": "创建任务" + } + }, + "contacts": { + "text": "联络人", + "list": { + "usergrid": "用户网格", + "userlist": "用户清单", + "profile": "轮廓" + } + }, + "blog": { + "text": "博客", + "badge": "新", + "list": { + "bloglist": "博客列表", + "grid": "博客网格", + "detail": "博客详细信息" + } + }, + "pages": { + "text": "页数" + }, + "authentication": { + "text": "认证方式", + "badge": "新", + "list": { + "login": "登录", + "register": "寄存器", + "recoverpwd": "恢复密码", + "lockscreen": "锁屏", + "login-2": "登录2", + "register-2": "注册2", + "recoverpwd-2": "找回密码2", + "lockscreen-2": "锁屏2", + "confirm-mail": "确认邮件", + "confirm-mail-2": "确认邮件2", + "verification": "电子邮件验证", + "verification-2": "电子邮件验证2", + "verification-step": "两步验证", + "verification-step-2": "两步验证2" + } + }, + "utility": { + "text": "效用", + "list": { + "starter": "起始页", + "maintenance": "保养", + "timeline": "时间线", + "faqs": "常见问题", + "pricing": "价钱", + "error404": "错误404", + "error500": "错误500", + "comingsoon": "快来了" + } + }, + "components": { + "text": "组件" + }, + "uielements": { + "text": "UI元素", + "list": { + "alerts": "警报", + "buttons": "纽扣", + "cards": "牌", + "carousel": "轮播", + "dropdowns": "下拉菜单", + "grid": "格网", + "images": "图片", + "modals": "模态", + "rangeslider": "范围滑块", + "progressbar": "进度条", + "placeholder":"占位符", + "sweetalert": "甜蜜警报", + "tabs": "标签和手风琴", + "typography": "版式", + "video": "视频", + "general": "一般", + "colors": "色彩", + "lightbox": "灯箱", + "cropper": "圖像裁剪器", + "offcanvas": "畫布外" + } + }, + "forms": { + "text": "形式", + "badge": "8", + "list": { + "elements": "表单元素", + "layouts": "表单布局", + "validation": "表格验证", + "advanced": "表格高级", + "editor": "表格编辑器", + "fileupload": "表格文件上传", + "repeater": "表单中继器", + "wizard": "表单向导", + "mask": "表格蒙版" + } + }, + "tables": { + "text": "桌子", + "list": { + "basic": "基本表", + "advanced": "高级表" + } + }, + "charts": { + "text": "图表", + "list": { + "apex": "顶点图", + "chartjs": "Chartjs图表", + "chartist": "宪章图", + "echart": "电子图表" + } + }, + "icons": { + "text": "图示", + "list": { + "boxicons": "Boxicons", + "materialdesign": "材料设计", + "dripicons": "滴灌", + "fontawesome": "字体很棒" + } + }, + "maps": { + "text": "地图", + "list": { + "googlemap": "谷歌地图", + "leafletmap": "傳單地圖" + } + }, + "multilevel": { + "text": "多层次", + "list": { + "level1": { + "1": "1.1级", + "2": "1.2级", + "level2": { + "1": "2.1级", + "2": "2.2级" + } + } + } + } + } +} \ No newline at end of file diff --git a/Vue/Starterkit/src/main.js b/Vue/Starterkit/src/main.js new file mode 100644 index 00000000..b45ca885 --- /dev/null +++ b/Vue/Starterkit/src/main.js @@ -0,0 +1,50 @@ +import { createApp } from 'vue' + +import App from './App.vue' +import router from "./router"; +import BootstrapVue3 from 'bootstrap-vue-3'; +import VueApexCharts from "vue3-apexcharts"; +import vClickOutside from "click-outside-vue3"; +import { registerScrollSpy } from 'vue3-scroll-spy'; + +import Maska from 'maska' +import {i18n} from "./i18n.js" +import { initFirebaseBackend } from './authUtils' +import { configureFakeBackend } from './helpers/fake-backend'; + +const firebaseConfig = { + apiKey: process.env.VUE_APP_APIKEY, + authDomain: process.env.VUE_APP_AUTHDOMAIN, + databaseURL: process.env.VUE_APP_VUE_APP_DATABASEURL, + projectId: process.env.VUE_APP_PROJECTId, + storageBucket: process.env.VUE_APP_STORAGEBUCKET, + messagingSenderId: process.env.VUE_APP_MESSAGINGSENDERID, + appId: process.env.VUE_APP_APPId, + measurementId: process.env.VUE_APP_MEASUREMENTID +}; + +if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + initFirebaseBackend(firebaseConfig); +} else { + configureFakeBackend(); +} + +import 'sweetalert2/dist/sweetalert2.min.css'; +import '@vueform/slider/themes/default.css'; + +import store from "./state/store"; + +import "../src/design/app.scss"; + + +createApp(App) + .use(store) + .use(router) + .use(require('vue-chartist')) + .use(BootstrapVue3) + .use(VueApexCharts) + .use(vClickOutside) + .use(i18n) + .use(registerScrollSpy) + .use(Maska) + .mount('#app') diff --git a/Vue/Starterkit/src/router/index.js b/Vue/Starterkit/src/router/index.js new file mode 100644 index 00000000..2bd329a0 --- /dev/null +++ b/Vue/Starterkit/src/router/index.js @@ -0,0 +1,68 @@ +import { createWebHistory, createRouter } from "vue-router"; + +import store from '@/state/store' +import routes from './routes' + +const router = createRouter({ + history: createWebHistory(), + routes, + // Use the HTML5 history API (i.e. normal-looking routes) + // instead of routes with hashes (e.g. example.com/#/about). + // This may require some server configuration in production: + // https://router.vuejs.org/en/essentials/history-mode.html#example-server-configurations + mode: 'history', + // Simulate native-like scroll behavior when navigating to a new + // route and using back/forward buttons. + scrollBehavior(to, from, savedPosition) { + if (savedPosition) { + return savedPosition + } else { + return { x: 0, y: 0 } + } + }, +}) + +// Before each route evaluates... +router.beforeEach((routeTo, routeFrom, next) => { + if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + // Check if auth is required on this route + // (including nested routes). + const authRequired = routeTo.matched.some((route) => route.meta.authRequired) + + // If auth isn't required for the route, just continue. + if (!authRequired) return next() + + // If auth is required and the user is logged in... + if (store.getters['auth/loggedIn']) { + // Validate the local user token... + return store.dispatch('auth/validate').then((validUser) => { + // Then continue if the token still represents a valid user, + // otherwise redirect to login. + validUser ? next() : redirectToLogin() + }) + } + + // If auth is required and the user is NOT currently logged in, + // redirect to login. + redirectToLogin() + + // eslint-disable-next-line no-unused-vars + // eslint-disable-next-line no-inner-declarations + function redirectToLogin() { + // Pass the original route to the login component + next({ name: 'login', query: { redirectFrom: routeTo.fullPath } }) + } + } else { + const publicPages = ['/login', '/register', '/forgot-password']; + const authpage = !publicPages.includes(routeTo.path); + const loggeduser = localStorage.getItem('user'); + + if (authpage && !loggeduser) { + return next('/login'); + } + + next(); + } +}) + +export default router diff --git a/Vue/Starterkit/src/router/layouts/auth.vue b/Vue/Starterkit/src/router/layouts/auth.vue new file mode 100644 index 00000000..2e03e7b8 --- /dev/null +++ b/Vue/Starterkit/src/router/layouts/auth.vue @@ -0,0 +1,15 @@ + + + diff --git a/Vue/Starterkit/src/router/layouts/horizontal.vue b/Vue/Starterkit/src/router/layouts/horizontal.vue new file mode 100644 index 00000000..2dae12f3 --- /dev/null +++ b/Vue/Starterkit/src/router/layouts/horizontal.vue @@ -0,0 +1,94 @@ + + + diff --git a/Vue/Starterkit/src/router/layouts/main.vue b/Vue/Starterkit/src/router/layouts/main.vue new file mode 100644 index 00000000..a960d159 --- /dev/null +++ b/Vue/Starterkit/src/router/layouts/main.vue @@ -0,0 +1,36 @@ + + + diff --git a/Vue/Starterkit/src/router/layouts/vertical.vue b/Vue/Starterkit/src/router/layouts/vertical.vue new file mode 100644 index 00000000..574ca082 --- /dev/null +++ b/Vue/Starterkit/src/router/layouts/vertical.vue @@ -0,0 +1,108 @@ + + + diff --git a/Vue/Starterkit/src/router/routes.js b/Vue/Starterkit/src/router/routes.js new file mode 100644 index 00000000..c53e6261 --- /dev/null +++ b/Vue/Starterkit/src/router/routes.js @@ -0,0 +1,207 @@ +import store from "@/state/store"; + +export default [ + { + path: "/", + name: "default", + meta: { + authRequired: true, + }, + component: () => import("./views/dashboards/default"), + }, + { + path: "/login", + name: "login", + component: () => import("./views/account/login"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/register", + name: "Register", + component: () => import("./views/account/register"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/forgot-password", + name: "Forgot password", + component: () => import("./views/account/forgot-password"), + meta: { + beforeResolve(routeTo, routeFrom, next) { + // If the user is already logged in + if (store.getters["auth/loggedIn"]) { + // Redirect to the home page instead + next({ name: "default" }); + } else { + // Continue to the login page + next(); + } + }, + }, + }, + { + path: "/logout", + name: "logout", + component: () => import("./views/account/logout"), + meta: { + authRequired: true, + beforeResolve(routeTo, routeFrom, next) { + if (process.env.VUE_APP_DEFAULT_AUTH === "firebase") { + store.dispatch("auth/logOut"); + } else { + store.dispatch("authfack/logout"); + } + const authRequiredOnPreviousRoute = routeFrom.matched.some((route) => + route.push("/login") + ); + // Navigate back to previous page, or home as a fallback + next( + authRequiredOnPreviousRoute ? { name: "default" } : { ...routeFrom } + ); + }, + }, + }, + + // Redirect any unmatched routes to the 404 page. This may + // require some server configuration to work in production: + // https://router.vuejs.org/en/essentials/history-mode.html#example-server-configurations + // { + // path: "*", + // redirect: "404", + // }, + { + path: "/auth/login-1", + name: "Login sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/login-sample"), + }, + { + path: "/auth/login-2", + name: "Login-2-sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/login-2"), + }, + { + path: "/auth/register-1", + name: "Register sample", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/register-sample"), + }, + { + path: "/auth/register-2", + name: "Register-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/register-2"), + }, + { + path: "/auth/recoverpwd", + name: "Recover pwd", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/recoverpw-sample"), + }, + { + path: "/auth/recoverpwd-2", + name: "Recover pwd-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/recoverpwd-2"), + }, + { + path: "/auth/lock-screen", + name: "Lock screen", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/lockscreen"), + }, + { + path: "/auth/lock-screen-2", + name: "Lock screen-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/lockscreen-2"), + }, + { + path: "/auth/confirm-mail", + name: "confirm-mail", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/confirm-mail"), + }, + { + path: "/auth/confirm-mail-2", + name: "confirm-mail-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/confirm-mail-2"), + }, + { + path: "/auth/email-verification", + name: "email-verification", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/email-verification"), + }, + { + path: "/auth/email-verification-2", + name: "email-verification-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/email-verification-2"), + }, + { + path: "/auth/two-step-verification", + name: "two-step-verification", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/two-step-verification"), + }, + { + path: "/auth/two-step-verification-2", + name: "two-step-verification-2", + meta: { authRequired: true }, + component: () => import("./views/sample-pages/two-step-verification-2"), + }, + { + path: "/pages/starter", + name: "Starter", + meta: { authRequired: true }, + component: () => import("./views/utility/starter"), + }, + { + path: "/pages/maintenance", + name: "Maintenance", + meta: { authRequired: true }, + component: () => import("./views/utility/maintenance"), + }, + { + path: "/pages/coming-soon", + name: "coming-soon", + meta: { authRequired: true }, + component: () => import("./views/utility/coming-soon"), + }, + { + path: "/pages/404", + name: "Error-404", + meta: { authRequired: true }, + component: () => import("./views/utility/404"), + }, + { + path: "/pages/500", + name: "Error-500", + meta: { authRequired: true }, + component: () => import("./views/utility/500"), + }, +]; \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/account/forgot-password.vue b/Vue/Starterkit/src/router/views/account/forgot-password.vue new file mode 100644 index 00000000..da79c5a3 --- /dev/null +++ b/Vue/Starterkit/src/router/views/account/forgot-password.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/Vue/Starterkit/src/router/views/account/login.vue b/Vue/Starterkit/src/router/views/account/login.vue new file mode 100644 index 00000000..79ddf060 --- /dev/null +++ b/Vue/Starterkit/src/router/views/account/login.vue @@ -0,0 +1,302 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/account/logout.vue b/Vue/Starterkit/src/router/views/account/logout.vue new file mode 100644 index 00000000..8e6cceb5 --- /dev/null +++ b/Vue/Starterkit/src/router/views/account/logout.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/account/register.vue b/Vue/Starterkit/src/router/views/account/register.vue new file mode 100644 index 00000000..1644563a --- /dev/null +++ b/Vue/Starterkit/src/router/views/account/register.vue @@ -0,0 +1,348 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/dashboards/default.vue b/Vue/Starterkit/src/router/views/dashboards/default.vue new file mode 100644 index 00000000..2cf2df22 --- /dev/null +++ b/Vue/Starterkit/src/router/views/dashboards/default.vue @@ -0,0 +1,154 @@ + + + diff --git a/Vue/Starterkit/src/router/views/demo.vue b/Vue/Starterkit/src/router/views/demo.vue new file mode 100644 index 00000000..e69de29b diff --git a/Vue/Starterkit/src/router/views/sample-pages/confirm-mail-2.vue b/Vue/Starterkit/src/router/views/sample-pages/confirm-mail-2.vue new file mode 100644 index 00000000..2d065e34 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/confirm-mail-2.vue @@ -0,0 +1,166 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/confirm-mail.vue b/Vue/Starterkit/src/router/views/sample-pages/confirm-mail.vue new file mode 100644 index 00000000..6f80aa24 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/confirm-mail.vue @@ -0,0 +1,82 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/email-verification-2.vue b/Vue/Starterkit/src/router/views/sample-pages/email-verification-2.vue new file mode 100644 index 00000000..67c2023f --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/email-verification-2.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/email-verification.vue b/Vue/Starterkit/src/router/views/sample-pages/email-verification.vue new file mode 100644 index 00000000..a3b52dd6 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/email-verification.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/lockscreen-2.vue b/Vue/Starterkit/src/router/views/sample-pages/lockscreen-2.vue new file mode 100644 index 00000000..4daac76f --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/lockscreen-2.vue @@ -0,0 +1,199 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/lockscreen.vue b/Vue/Starterkit/src/router/views/sample-pages/lockscreen.vue new file mode 100644 index 00000000..c1b0673f --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/lockscreen.vue @@ -0,0 +1,115 @@ + + + diff --git a/Vue/Starterkit/src/router/views/sample-pages/login-2.vue b/Vue/Starterkit/src/router/views/sample-pages/login-2.vue new file mode 100644 index 00000000..23683249 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/login-2.vue @@ -0,0 +1,403 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/login-sample.vue b/Vue/Starterkit/src/router/views/sample-pages/login-sample.vue new file mode 100644 index 00000000..21bc266b --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/login-sample.vue @@ -0,0 +1,292 @@ + + + diff --git a/Vue/Starterkit/src/router/views/sample-pages/recoverpw-sample.vue b/Vue/Starterkit/src/router/views/sample-pages/recoverpw-sample.vue new file mode 100644 index 00000000..f9890d76 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/recoverpw-sample.vue @@ -0,0 +1,202 @@ + + + diff --git a/Vue/Starterkit/src/router/views/sample-pages/recoverpwd-2.vue b/Vue/Starterkit/src/router/views/sample-pages/recoverpwd-2.vue new file mode 100644 index 00000000..0c42cdaf --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/recoverpwd-2.vue @@ -0,0 +1,287 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/register-2.vue b/Vue/Starterkit/src/router/views/sample-pages/register-2.vue new file mode 100644 index 00000000..ef8ba6a9 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/register-2.vue @@ -0,0 +1,433 @@ + + + + + diff --git a/Vue/Starterkit/src/router/views/sample-pages/register-sample.vue b/Vue/Starterkit/src/router/views/sample-pages/register-sample.vue new file mode 100644 index 00000000..b429180b --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/register-sample.vue @@ -0,0 +1,155 @@ + + + diff --git a/Vue/Starterkit/src/router/views/sample-pages/two-step-verification-2.vue b/Vue/Starterkit/src/router/views/sample-pages/two-step-verification-2.vue new file mode 100644 index 00000000..cf0a40f8 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/two-step-verification-2.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/sample-pages/two-step-verification.vue b/Vue/Starterkit/src/router/views/sample-pages/two-step-verification.vue new file mode 100644 index 00000000..54fbb121 --- /dev/null +++ b/Vue/Starterkit/src/router/views/sample-pages/two-step-verification.vue @@ -0,0 +1,86 @@ + + + \ No newline at end of file diff --git a/Vue/Starterkit/src/router/views/utility/404.vue b/Vue/Starterkit/src/router/views/utility/404.vue new file mode 100644 index 00000000..14243bfd --- /dev/null +++ b/Vue/Starterkit/src/router/views/utility/404.vue @@ -0,0 +1,37 @@ + + + diff --git a/Vue/Starterkit/src/router/views/utility/500.vue b/Vue/Starterkit/src/router/views/utility/500.vue new file mode 100644 index 00000000..9e1b9a44 --- /dev/null +++ b/Vue/Starterkit/src/router/views/utility/500.vue @@ -0,0 +1,36 @@ + + diff --git a/Vue/Starterkit/src/router/views/utility/coming-soon.vue b/Vue/Starterkit/src/router/views/utility/coming-soon.vue new file mode 100644 index 00000000..db0e654e --- /dev/null +++ b/Vue/Starterkit/src/router/views/utility/coming-soon.vue @@ -0,0 +1,145 @@ + + diff --git a/Vue/Starterkit/src/router/views/utility/maintenance.vue b/Vue/Starterkit/src/router/views/utility/maintenance.vue new file mode 100644 index 00000000..7b8f7805 --- /dev/null +++ b/Vue/Starterkit/src/router/views/utility/maintenance.vue @@ -0,0 +1,118 @@ + + diff --git a/Vue/Starterkit/src/router/views/utility/starter.vue b/Vue/Starterkit/src/router/views/utility/starter.vue new file mode 100644 index 00000000..5ca81b54 --- /dev/null +++ b/Vue/Starterkit/src/router/views/utility/starter.vue @@ -0,0 +1,36 @@ + + \ No newline at end of file diff --git a/Vue/Starterkit/src/state/helpers.js b/Vue/Starterkit/src/state/helpers.js new file mode 100644 index 00000000..e60cea76 --- /dev/null +++ b/Vue/Starterkit/src/state/helpers.js @@ -0,0 +1,33 @@ +import { mapState, mapGetters, mapActions } from 'vuex' + +export const authComputed = { + ...mapState('auth', { + currentUser: (state) => state.currentUser, + }), + ...mapGetters('auth', ['loggedIn']), +} + +export const layoutComputed = { + ...mapState('layout', { + layoutType: (state) => state.layoutType, + leftSidebarType: (state) => state.leftSidebarType, + layoutWidth: (state) => state.layoutWidth, + topbar: (state) => state.topbar, + loader: (state) => state.loader + }) +} + +export const authMethods = mapActions('auth', ['logIn', 'logOut', 'register', 'resetPassword']) + +export const layoutMethods = mapActions('layout', ['changeLayoutType', 'changeLayoutWidth', 'changeLeftSidebarType', 'changeTopbar', 'changeLoaderValue']) + +export const authFackMethods = mapActions('authfack', ['login', 'registeruser', 'logout']) + +export const notificationMethods = mapActions('notification', ['success', 'error', 'clear']) + +export const todoComputed = { + ...mapState('todo', { + todos: (state) => state.todos + }) +} +export const todoMethods = mapActions('todo', ['fetchTodos']) \ No newline at end of file diff --git a/Vue/Starterkit/src/state/modules/auth.js b/Vue/Starterkit/src/state/modules/auth.js new file mode 100644 index 00000000..428cb3a8 --- /dev/null +++ b/Vue/Starterkit/src/state/modules/auth.js @@ -0,0 +1,93 @@ +import { getFirebaseBackend } from '../../authUtils.js' + +export const state = { + currentUser: sessionStorage.getItem('authUser'), +} + +export const mutations = { + SET_CURRENT_USER(state, newValue) { + state.currentUser = newValue + saveState('auth.currentUser', newValue) + } +} + +export const getters = { + // Whether the user is currently logged in. + loggedIn(state) { + return !!state.currentUser + } +} + +export const actions = { + // This is automatically run in `src/state/store.js` when the app + // starts, along with any other actions named `init` in other modules. + // eslint-disable-next-line no-unused-vars + init({ state, dispatch }) { + dispatch('validate') + }, + + // Logs in the current user. + logIn({ commit, dispatch, getters }, { email, password } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().loginUser(email, password).then((response) => { + const user = response + commit('SET_CURRENT_USER', user) + return user + }); + }, + + // Logs out the current user. + logOut({ commit }) { + // eslint-disable-next-line no-unused-vars + commit('SET_CURRENT_USER', null) + return new Promise((resolve, reject) => { + // eslint-disable-next-line no-unused-vars + getFirebaseBackend().logout().then((response) => { + resolve(true); + }).catch((error) => { + reject(this._handleError(error)); + }) + }); + }, + + // register the user + register({ commit, dispatch, getters }, { username, email, password } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().registerUser(username, email, password).then((response) => { + const user = response + commit('SET_CURRENT_USER', user) + return user + }); + }, + + // register the user + // eslint-disable-next-line no-unused-vars + resetPassword({ commit, dispatch, getters }, { email } = {}) { + if (getters.loggedIn) return dispatch('validate') + + return getFirebaseBackend().forgetPassword(email).then((response) => { + const message = response.data + return message + }); + }, + + // Validates the current user's token and refreshes it + // with new data from the API. + // eslint-disable-next-line no-unused-vars + validate({ commit, state }) { + if (!state.currentUser) return Promise.resolve(null) + const user = getFirebaseBackend().getAuthenticatedUser(); + commit('SET_CURRENT_USER', user) + return user; + }, +} + +// === +// Private helpers +// === + +function saveState(key, state) { + window.sessionStorage.setItem(key, JSON.stringify(state)) +} diff --git a/Vue/Starterkit/src/state/modules/authfack.js b/Vue/Starterkit/src/state/modules/authfack.js new file mode 100644 index 00000000..d255ae48 --- /dev/null +++ b/Vue/Starterkit/src/state/modules/authfack.js @@ -0,0 +1,77 @@ +import { userService } from '../../helpers/authservice/user.service'; +import router from '../../router/index' + +const user = JSON.parse(localStorage.getItem('user')); +export const state = user + ? { status: { loggeduser: true }, user } + : { status: {}, user: null }; + +export const actions = { + // Logs in the user. + // eslint-disable-next-line no-unused-vars + login({ dispatch, commit }, { email, password }) { + commit('loginRequest', { email }); + + userService.login(email, password) + .then( + user => { + commit('loginSuccess', user); + router.push('/'); + }, + error => { + commit('loginFailure', error); + dispatch('notification/error', error, { root: true }); + } + ); + }, + // Logout the user + logout({ commit }) { + userService.logout(); + commit('logout'); + }, + // register the user + registeruser({ dispatch, commit }, user) { + commit('registerRequest', user); + userService.register(user) + .then( + user => { + commit('registerSuccess', user); + dispatch('notification/success', 'Registration successful', { root: true }); + router.push('/login'); + }, + error => { + commit('registerFailure', error); + dispatch('notification/error', error, { root: true }); + } + ); + } +}; + +export const mutations = { + loginRequest(state, user) { + state.status = { loggingIn: true }; + state.user = user; + }, + loginSuccess(state, user) { + state.status = { loggeduser: true }; + state.user = user; + }, + loginFailure(state) { + state.status = {}; + state.user = null; + }, + logout(state) { + state.status = {}; + state.user = null; + }, + registerRequest(state) { + state.status = { registering: true }; + }, + registerSuccess(state) { + state.status = {}; + }, + registerFailure(state) { + state.status = {}; + } +}; + diff --git a/Vue/Starterkit/src/state/modules/index.js b/Vue/Starterkit/src/state/modules/index.js new file mode 100644 index 00000000..a9d1f901 --- /dev/null +++ b/Vue/Starterkit/src/state/modules/index.js @@ -0,0 +1,80 @@ +// Register each file as a corresponding Vuex module. Module nesting +// will mirror [sub-]directory hierarchy and modules are namespaced +// as the camelCase equivalent of their file name. + +import camelCase from 'lodash/camelCase' + +const modulesCache = {} +const storeData = { modules: {} } + +;(function updateModules() { + // Allow us to dynamically require all Vuex module files. + // https://webpack.js.org/guides/dependency-management/#require-context + const requireModule = require.context( + // Search for files in the current directory. + '.', + // Search for files in subdirectories. + true, + // Include any .js files that are not this file or a unit test. + /^((?!index|\.unit\.).)*\.js$/ + ) + + // For every Vuex module... + requireModule.keys().forEach((fileName) => { + const moduleDefinition = requireModule(fileName) + + // Skip the module during hot reload if it refers to the + // same module definition as the one we have cached. + if (modulesCache[fileName] === moduleDefinition) return + + // Update the module cache, for efficient hot reloading. + modulesCache[fileName] = moduleDefinition + + // Get the module path as an array. + const modulePath = fileName + // Remove the "./" from the beginning. + .replace(/^\.\//, '') + // Remove the file extension from the end. + .replace(/\.\w+$/, '') + // Split nested modules into an array path. + .split(/\//) + // camelCase all module namespaces and names. + .map(camelCase) + + // Get the modules object for the current path. + const { modules } = getNamespace(storeData, modulePath) + + // Add the module to our modules object. + modules[modulePath.pop()] = { + // Modules are namespaced by default. + namespaced: true, + ...moduleDefinition, + } + }) + + // If the environment supports hot reloading... + if (module.hot) { + // Whenever any Vuex module is updated... + module.hot.accept(requireModule.id, () => { + // Update `storeData.modules` with the latest definitions. + updateModules() + // Trigger a hot update in the store. + require('../store').default.hotUpdate({ modules: storeData.modules }) + }) + } +})() + +// Recursively get the namespace of a Vuex module, even if nested. +function getNamespace(subtree, path) { + if (path.length === 1) return subtree + + const namespace = path.shift() + subtree.modules[namespace] = { + modules: {}, + namespaced: true, + ...subtree.modules[namespace], + } + return getNamespace(subtree.modules[namespace], path) +} + +export default storeData.modules diff --git a/Vue/Starterkit/src/state/modules/layout.js b/Vue/Starterkit/src/state/modules/layout.js new file mode 100644 index 00000000..5a232a75 --- /dev/null +++ b/Vue/Starterkit/src/state/modules/layout.js @@ -0,0 +1,47 @@ +export const state = { + layoutType: 'vertical', + layoutWidth: 'fluid', + leftSidebarType: 'dark', + topbar: 'dark', + loader: false +} + +export const mutations = { + CHANGE_LAYOUT(state, layoutType) { + state.layoutType = layoutType; + }, + CHANGE_LAYOUT_WIDTH(state, layoutWidth) { + state.layoutWidth = layoutWidth; + }, + CHANGE_LEFT_SIDEBAR_TYPE(state, leftSidebarType) { + state.leftSidebarType = leftSidebarType; + }, + CHANGE_TOPBAR(state, topbar) { + state.topbar = topbar; + }, + LOADER(state, loader) { + state.loader = loader + } +} + +export const actions = { + changeLayoutType({ commit }, { layoutType }) { + commit('CHANGE_LAYOUT', layoutType); + }, + + changeLayoutWidth({ commit }, { layoutWidth }) { + commit('CHANGE_LAYOUT_WIDTH', layoutWidth) + }, + + changeLeftSidebarType({ commit }, { leftSidebarType }) { + commit('CHANGE_LEFT_SIDEBAR_TYPE', leftSidebarType) + }, + + changeTopbar({ commit }, { topbar }) { + commit('CHANGE_TOPBAR', topbar) + }, + + changeLoaderValue({ commit }, { loader }) { + commit('LOADER', loader) + } +} diff --git a/Vue/Starterkit/src/state/modules/notification.js b/Vue/Starterkit/src/state/modules/notification.js new file mode 100644 index 00000000..88008c86 --- /dev/null +++ b/Vue/Starterkit/src/state/modules/notification.js @@ -0,0 +1,31 @@ +export const state = { + type: null, + message: null +}; + +export const mutations = { + success(state, message) { + state.type = 'alert-success'; + state.message = message; + }, + error(state, message) { + state.type = 'alert-danger'; + state.message = message; + }, + clear(state) { + state.type = null; + state.message = null; + } +}; + +export const actions = { + success({ commit }, message) { + commit('success', message); + }, + error({ commit }, message) { + commit('error', message); + }, + clear({ commit }) { + commit('clear'); + } +}; diff --git a/Vue/Starterkit/src/state/modules/todo.js b/Vue/Starterkit/src/state/modules/todo.js new file mode 100644 index 00000000..23f480dd --- /dev/null +++ b/Vue/Starterkit/src/state/modules/todo.js @@ -0,0 +1,23 @@ +import axios from "axios"; + +export const state = { + todos: [], +}; + +export const getters = { + todos: state => state.todos, +}; + +export const mutations = { + setTodos(state, newValue) { + state.todos = newValue + }, +}; + +export const actions = { + fetchTodos({ commit }) { + axios.get('https://jsonplaceholder.typicode.com/todos').then(res => { + commit('setTodos', res.data) + }) + }, +}; diff --git a/Vue/Starterkit/src/state/store.js b/Vue/Starterkit/src/state/store.js new file mode 100644 index 00000000..11a446fd --- /dev/null +++ b/Vue/Starterkit/src/state/store.js @@ -0,0 +1,14 @@ +import { createStore } from 'vuex' + +import modules from './modules' + +const store = createStore({ + modules, + // Enable strict mode in development to get a warning + // when mutating state outside of a mutation. + // https://vuex.vuejs.org/guide/strict.html + strict: process.env.NODE_ENV !== 'production', +}) + +export default store + diff --git a/Vue/Starterkit/vue.config.js b/Vue/Starterkit/vue.config.js new file mode 100644 index 00000000..6bcaaa68 --- /dev/null +++ b/Vue/Starterkit/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + pluginOptions: { + i18n: { + locale: 'en', + fallbackLocale: 'en', + localeDir: 'locales', + enableInSFC: false + } + } +} diff --git a/Vue/Starterkit/yarn.lock b/Vue/Starterkit/yarn.lock new file mode 100644 index 00000000..d913c8fb --- /dev/null +++ b/Vue/Starterkit/yarn.lock @@ -0,0 +1,10323 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@anivive/vue3-form-wizard@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@anivive/vue3-form-wizard/-/vue3-form-wizard-1.0.1.tgz#d9f77ea05327c2ddc5776a9dfbaf87b12370effb" + integrity sha512-VrP5jq/LzQEm3dp95AsQBr5S2F8HNM4NJXopD79NY/NZnW/I9FxcVBl8/T11Z6CquUgce5zyFCFS/wj8L8njhQ== + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" + integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== + dependencies: + "@babel/highlight" "^7.16.7" + +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" + integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== + +"@babel/core@^7.11.0": + version "7.16.12" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" + integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helpers" "^7.16.7" + "@babel/parser" "^7.16.12" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.10" + "@babel/types" "^7.16.8" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + source-map "^0.5.0" + +"@babel/generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== + dependencies: + "@babel/types" "^7.16.8" + jsesc "^2.5.1" + source-map "^0.5.0" + +"@babel/helper-annotate-as-pure@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" + integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.9.6": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" + integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== + dependencies: + "@babel/compat-data" "^7.16.4" + "@babel/helper-validator-option" "^7.16.7" + browserslist "^4.17.5" + semver "^6.3.0" + +"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c" + integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + +"@babel/helper-create-regexp-features-plugin@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz#0cb82b9bac358eb73bfbd73985a776bfa6b14d48" + integrity sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + regexpu-core "^4.7.1" + +"@babel/helper-define-polyfill-provider@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" + integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== + dependencies: + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" + +"@babel/helper-environment-visitor@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" + integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-explode-assignable-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" + integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" + integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== + dependencies: + "@babel/helper-get-function-arity" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-get-function-arity@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" + integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-hoist-variables@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" + integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-member-expression-to-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" + integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-module-transforms@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" + integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-optimise-call-expression@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" + integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== + dependencies: + "@babel/types" "^7.16.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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" + integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== + +"@babel/helper-remap-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" + integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-wrap-function" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helper-replace-supers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" + integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== + dependencies: + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-member-expression-to-functions" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/helper-simple-access@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" + integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": + version "7.16.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" + integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== + dependencies: + "@babel/types" "^7.16.0" + +"@babel/helper-split-export-declaration@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" + integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== + dependencies: + "@babel/types" "^7.16.7" + +"@babel/helper-validator-identifier@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== + +"@babel/helper-validator-option@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" + integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== + +"@babel/helper-wrap-function@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" + integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== + dependencies: + "@babel/helper-function-name" "^7.16.7" + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.8" + "@babel/types" "^7.16.8" + +"@babel/helpers@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" + integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== + dependencies: + "@babel/template" "^7.16.7" + "@babel/traverse" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/highlight@^7.16.7": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" + integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.7.0": + version "7.16.12" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" + integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": + version "7.16.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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" + integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9" + integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + +"@babel/plugin-proposal-async-generator-functions@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8" + integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + "@babel/plugin-syntax-async-generators" "^7.8.4" + +"@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" + integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-proposal-class-static-block@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a" + integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-proposal-decorators@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz#922907d2e3e327f5b07d2246bcfc0bd438f360d2" + integrity sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-decorators" "^7.16.7" + +"@babel/plugin-proposal-dynamic-import@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2" + integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + +"@babel/plugin-proposal-export-namespace-from@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163" + integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-proposal-json-strings@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8" + integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-proposal-logical-assignment-operators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea" + integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" + integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-proposal-numeric-separator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9" + integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-proposal-object-rest-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8" + integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA== + dependencies: + "@babel/compat-data" "^7.16.4" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.16.7" + +"@babel/plugin-proposal-optional-catch-binding@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" + integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-proposal-optional-chaining@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" + integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-methods@^7.16.11": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50" + integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.16.10" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-proposal-private-property-in-object@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce" + integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-create-class-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2" + integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-decorators@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz#f66a0199f16de7c1ef5192160ccf5d069739e3d3" + integrity sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-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-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" + integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@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-transform-arrow-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" + integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-async-to-generator@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" + integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-remap-async-to-generator" "^7.16.8" + +"@babel/plugin-transform-block-scoped-functions@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" + integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-block-scoping@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" + integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-classes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" + integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.16.7" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-optimise-call-expression" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" + integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-destructuring@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz#ca9588ae2d63978a4c29d3f33282d8603f618e23" + integrity sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241" + integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-duplicate-keys@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9" + integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-exponentiation-operator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" + integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-for-of@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" + integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-function-name@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" + integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== + dependencies: + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" + integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-member-expression-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" + integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-modules-amd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186" + integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-commonjs@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" + integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-simple-access" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-systemjs@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7" + integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw== + dependencies: + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-identifier" "^7.16.7" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-umd@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618" + integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ== + dependencies: + "@babel/helper-module-transforms" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252" + integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + +"@babel/plugin-transform-new-target@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244" + integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-object-super@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" + integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-replace-supers" "^7.16.7" + +"@babel/plugin-transform-parameters@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" + integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-property-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" + integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-regenerator@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" + integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== + dependencies: + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586" + integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-runtime@^7.11.0": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.10.tgz#53d9fd3496daedce1dd99639097fa5d14f4c7c2c" + integrity sha512-9nwTiqETv2G7xI4RvXHNfpGdr8pAA+Q/YtN3yLK7OoK7n9OibVm/xymJ838a9A6E/IciOLPj82lZk0fW6O4O7w== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + semver "^6.3.0" + +"@babel/plugin-transform-shorthand-properties@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" + integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-spread@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" + integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" + +"@babel/plugin-transform-sticky-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" + integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-template-literals@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" + integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-typeof-symbol@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e" + integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-escapes@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3" + integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== + dependencies: + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/plugin-transform-unicode-regex@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" + integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + +"@babel/preset-env@^7.11.0": + version "7.16.11" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982" + integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g== + dependencies: + "@babel/compat-data" "^7.16.8" + "@babel/helper-compilation-targets" "^7.16.7" + "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-validator-option" "^7.16.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-async-generator-functions" "^7.16.8" + "@babel/plugin-proposal-class-properties" "^7.16.7" + "@babel/plugin-proposal-class-static-block" "^7.16.7" + "@babel/plugin-proposal-dynamic-import" "^7.16.7" + "@babel/plugin-proposal-export-namespace-from" "^7.16.7" + "@babel/plugin-proposal-json-strings" "^7.16.7" + "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7" + "@babel/plugin-proposal-numeric-separator" "^7.16.7" + "@babel/plugin-proposal-object-rest-spread" "^7.16.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" + "@babel/plugin-proposal-optional-chaining" "^7.16.7" + "@babel/plugin-proposal-private-methods" "^7.16.11" + "@babel/plugin-proposal-private-property-in-object" "^7.16.7" + "@babel/plugin-proposal-unicode-property-regex" "^7.16.7" + "@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-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-transform-arrow-functions" "^7.16.7" + "@babel/plugin-transform-async-to-generator" "^7.16.8" + "@babel/plugin-transform-block-scoped-functions" "^7.16.7" + "@babel/plugin-transform-block-scoping" "^7.16.7" + "@babel/plugin-transform-classes" "^7.16.7" + "@babel/plugin-transform-computed-properties" "^7.16.7" + "@babel/plugin-transform-destructuring" "^7.16.7" + "@babel/plugin-transform-dotall-regex" "^7.16.7" + "@babel/plugin-transform-duplicate-keys" "^7.16.7" + "@babel/plugin-transform-exponentiation-operator" "^7.16.7" + "@babel/plugin-transform-for-of" "^7.16.7" + "@babel/plugin-transform-function-name" "^7.16.7" + "@babel/plugin-transform-literals" "^7.16.7" + "@babel/plugin-transform-member-expression-literals" "^7.16.7" + "@babel/plugin-transform-modules-amd" "^7.16.7" + "@babel/plugin-transform-modules-commonjs" "^7.16.8" + "@babel/plugin-transform-modules-systemjs" "^7.16.7" + "@babel/plugin-transform-modules-umd" "^7.16.7" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8" + "@babel/plugin-transform-new-target" "^7.16.7" + "@babel/plugin-transform-object-super" "^7.16.7" + "@babel/plugin-transform-parameters" "^7.16.7" + "@babel/plugin-transform-property-literals" "^7.16.7" + "@babel/plugin-transform-regenerator" "^7.16.7" + "@babel/plugin-transform-reserved-words" "^7.16.7" + "@babel/plugin-transform-shorthand-properties" "^7.16.7" + "@babel/plugin-transform-spread" "^7.16.7" + "@babel/plugin-transform-sticky-regex" "^7.16.7" + "@babel/plugin-transform-template-literals" "^7.16.7" + "@babel/plugin-transform-typeof-symbol" "^7.16.7" + "@babel/plugin-transform-unicode-escapes" "^7.16.7" + "@babel/plugin-transform-unicode-regex" "^7.16.7" + "@babel/preset-modules" "^0.1.5" + "@babel/types" "^7.16.8" + babel-plugin-polyfill-corejs2 "^0.3.0" + babel-plugin-polyfill-corejs3 "^0.5.0" + babel-plugin-polyfill-regenerator "^0.3.0" + core-js-compat "^3.20.2" + semver "^6.3.0" + +"@babel/preset-modules@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" + integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" + "@babel/plugin-transform-dotall-regex" "^7.4.4" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa" + integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/template@^7.0.0", "@babel/template@^7.16.7": + version "7.16.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/parser" "^7.16.7" + "@babel/types" "^7.16.7" + +"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.7.0": + version "7.16.10" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" + integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== + dependencies: + "@babel/code-frame" "^7.16.7" + "@babel/generator" "^7.16.8" + "@babel/helper-environment-visitor" "^7.16.7" + "@babel/helper-function-name" "^7.16.7" + "@babel/helper-hoist-variables" "^7.16.7" + "@babel/helper-split-export-declaration" "^7.16.7" + "@babel/parser" "^7.16.10" + "@babel/types" "^7.16.8" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.4.4", "@babel/types@^7.7.0": + version "7.16.8" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== + dependencies: + "@babel/helper-validator-identifier" "^7.16.7" + to-fast-properties "^2.0.0" + +"@ckeditor/ckeditor5-adapter-ckfinder@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-31.1.0.tgz#d21bcedaaa5039033916629dd469947f685e1486" + integrity sha512-KAXL4erWg9cL0+Xd4sBBSEQmbJERL5g0DsG/B1CB5bND6JRVPPzfpbQp7yAMK7xGdS5ObpmHhilHYW+/Ujl5jw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-autoformat@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-31.1.0.tgz#448e1318c427c9e8d418e8de80f0de8bdaec0800" + integrity sha512-77tNW5nqyG2RXErS7wChXr5syK2g/pLMsVzjbt/4yZJr86tJ6eEIlKEGNvJocP1a1uazy5QARXQlyZeY8zqp6w== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-basic-styles@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-31.1.0.tgz#2c454d62dad2d5e4c7297cc0a458b7064fdefac3" + integrity sha512-NqxlHwAN14istEMpIYgwRHljs7DHvntWE9k9VxThNjSUeWedv5JmQgyMXnexXwm2GY/K4Sx1wT6/FrlVsJq4NQ== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-block-quote@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-31.1.0.tgz#1ac6abdb7a3585430a52322fa3862ac4f9c63337" + integrity sha512-rdnNUItJmPZV1ipgMIkDYE+AW+g4TXlp/d52bUzsq+uyDpDg3YIuu81NrKWDOEaV6LYOh+ePeSbkqQivsEIjeQ== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-build-classic@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-build-classic/-/ckeditor5-build-classic-31.1.0.tgz#e8342c3f383c02e5d8bcec0274100018ea347061" + integrity sha512-g55K2CLOaLKb56OItEYafPhA9Zf8VqRmlXLYgUqJUJ0px0xrO82+G7vU7az9WJyjiW+nSkvusRBON9SZv1/Bdw== + dependencies: + "@ckeditor/ckeditor5-adapter-ckfinder" "^31.1.0" + "@ckeditor/ckeditor5-autoformat" "^31.1.0" + "@ckeditor/ckeditor5-basic-styles" "^31.1.0" + "@ckeditor/ckeditor5-block-quote" "^31.1.0" + "@ckeditor/ckeditor5-ckfinder" "^31.1.0" + "@ckeditor/ckeditor5-cloud-services" "^31.1.0" + "@ckeditor/ckeditor5-easy-image" "^31.1.0" + "@ckeditor/ckeditor5-editor-classic" "^31.1.0" + "@ckeditor/ckeditor5-essentials" "^31.1.0" + "@ckeditor/ckeditor5-heading" "^31.1.0" + "@ckeditor/ckeditor5-image" "^31.1.0" + "@ckeditor/ckeditor5-indent" "^31.1.0" + "@ckeditor/ckeditor5-link" "^31.1.0" + "@ckeditor/ckeditor5-list" "^31.1.0" + "@ckeditor/ckeditor5-media-embed" "^31.1.0" + "@ckeditor/ckeditor5-paragraph" "^31.1.0" + "@ckeditor/ckeditor5-paste-from-office" "^31.1.0" + "@ckeditor/ckeditor5-table" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + +"@ckeditor/ckeditor5-ckfinder@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-31.1.0.tgz#c9b83417e667f05f034d4af9fccd676f45614cf2" + integrity sha512-aFYWVbOabQ9p03E97QPV1t/mWla2rPA+9fXBIk4ug5+jcLOG6GNt+B/RTFG5QxxfgWJWh/I2C3UR82Ia8Kq29A== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-clipboard@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-31.1.0.tgz#2671692014e9e45507b866cdd389c916aa955b88" + integrity sha512-rHvswGs4Q/ZiKPGk0J7+Nrb3mqNugKQFOXA7SSecOI9ZRt6hIxr4fgj4ccb8ceuHNr2vJNmTGC8jjKX7wGHPbw== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + "@ckeditor/ckeditor5-widget" "^31.1.0" + lodash-es "^4.17.11" + +"@ckeditor/ckeditor5-cloud-services@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-31.1.0.tgz#354b18424254fbf4e7de9604bbb31fd3cef5d8ae" + integrity sha512-QTmADTvwnxx0FukZiTstCNYbf11La9Xarw61kv/W+g3JnkIGzguj3H4MJ2WYKLAuEZIr5czOATVRPvS11lFZNA== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-core@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-core/-/ckeditor5-core-31.1.0.tgz#8c0d88a5f47aa66c2d75d5a6945f030b266b9f8b" + integrity sha512-5BUosLrUliV2NZ9DAW48Za/4P3QWmwKMoHohCvq7Jq9Us6TQCnEKauUNexJFDAWqUAdN2WlqaVdSL+FmfhmzSA== + dependencies: + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-easy-image@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-31.1.0.tgz#adebd166b55d1588d62a806a6cb66d8b5cb29759" + integrity sha512-eS6VJw6b7baoS76m3oYpCmhjITKXYom5qAOOfvYyH0FOHLhU0iGJPj7Apy7NYNpj1/MlntBz5S3kz/j0HAbrtw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-editor-classic@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-31.1.0.tgz#82b10d6f4d15c9186029aabd1dbb157c7cd97b5f" + integrity sha512-DCwDBnjQ5vuD47JMmbuo193nb/hMW+mlHaHMBEy8lCWtfsUpqd6pG1mG5zCvTAX++8XDVFAjtdayANuQRej0jg== + dependencies: + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-engine@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-31.1.0.tgz#35cdc74224b20de506ae51618fa778c488439c68" + integrity sha512-lHZjdKKeBWR4N2rk4rdnxDtdE3F1Q7Z2Ag2RgHG8GT3J6s2BNx/z++9GxhlCKPR3TQ70XWCLBLGXuFHXIvU0Kg== + dependencies: + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-enter@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-31.1.0.tgz#9edda405fa0669fe8e5f299fec56bbba60773183" + integrity sha512-9K5d12lCfvnUGESwxpu2UJCLsAaa40QR4JgVHKV0CZpERfcsvcF3XdM8cggS/Ovin2TBq1w+tXhOKbop5Why9Q== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-essentials@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-31.1.0.tgz#513d0e67ccf9c862ffaaaee80d48be68b6c2560c" + integrity sha512-QXFDBHfovjJ5BtIh2YEi37Y3L3/5tvV3XB+W04vTyPP7fkK/kAf7+0I8XpQzW9v2OMQEPvCyeSBOHWXD2P4G2Q== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-heading@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-31.1.0.tgz#cc987ea27549567b1d1911cb9e01fcc9544cfb84" + integrity sha512-KVRl0aTT/2XBOp/hVrVa2lq9/WXc78XMT2a2cnXPHcbH8hbE0jvBSSHK6HM4SrbM1Xjv+l02a9syluNMPK3PDg== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-image@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-image/-/ckeditor5-image-31.1.0.tgz#d1f17f07ac7fd83b2f8ac75f6012fa0c94fd724b" + integrity sha512-TvEVrq6fRazITt2CMU8rPLQPCW8DrP5tE/fyXsh1cwfFzPYKxyMqFrNb65GMSTFIVWgJ1RfWac9GLTMw6c1tRg== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-indent@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-31.1.0.tgz#ce0422071a8b04b18bb5e35c3afb620d4107e773" + integrity sha512-kHme0J60/y8NCD2VBkYPY0fb3ypx1FqlE1Dt+2rujd2d+boSbML72eAkDDhHODcBohUDyudjm8wflJSsadBbhw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-link@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-link/-/ckeditor5-link-31.1.0.tgz#dffd84b974d56ab0a9354738e8f600fac94cb7c5" + integrity sha512-N81EmhslyZoDocbamYEXDsC2MJChSlG8N7ZsVd5+TGF2ZrGlY/5cczY/hEgJcs4CGMaXOboCGRZjGsQQ2Z4u0g== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-list@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-list/-/ckeditor5-list-31.1.0.tgz#0c8906ad30419c5f156c19b461555cdb8535637f" + integrity sha512-/L/wsqeW4r7VF+HNDs58tXtSCIPODqlAJ82zMt3Pk5wx8BgXmFgguZ3RRZJdC3CyP6VZwfDMAzDNgU6H51+Tuw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-media-embed@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-31.1.0.tgz#7c4a0c672d9ae00272245f68d4aa0db21aaf1bf8" + integrity sha512-/MflPFvjWnbdL2Pv+MtgKQPubLYPdH/I2BUKQkRGPdFBhdfiC9fcZWC+JzGw+GQzs4jVcgjKrnaz0fGHlIpjtA== + dependencies: + "@ckeditor/ckeditor5-ui" "^31.1.0" + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-paragraph@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-31.1.0.tgz#a0b620d89033b440a63cfc5991cd005d9bdfc532" + integrity sha512-rltzxwcKwR6mxZqomKLkrdLuVkkeKiESv7bweVY9VcPb7hk0BiLZcYkLqsOlfkZHWHWCiQ+5UDR8ctuaVmiUjg== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-paste-from-office@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-31.1.0.tgz#5b886144e6a3474009cdf1ec22de07ed27d41276" + integrity sha512-2BUHw2KmX7+YjR1IqMAPMiiSf01SEK64CPCmnOdNgV1XcM3Kjc2svdFCslulW6gT8C3WNFPD+aeAyp4O9LLnGw== + dependencies: + ckeditor5 "^31.1.0" + +"@ckeditor/ckeditor5-select-all@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-31.1.0.tgz#d7272a45e126586df6c906cd3712d32a7c8b015f" + integrity sha512-d6bTtuZLoBN61jPjbY562awfRYy+xhnCEIilsoRLb04mFNa6HnFs/mZtNIFqrm7dYZWSkJz9+1XwQouYW+kGqQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-table@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-table/-/ckeditor5-table-31.1.0.tgz#532fa802c9d882235e2374a9c2198c537cd6d892" + integrity sha512-GIVnraBOG5bPkF3KTV4anPIQo8CnMUkdwA3EYkdgpdOBSaaYYK4d66ej0OXCHSfKyJ+jwg9VoxVnQB/zZiCJLA== + dependencies: + ckeditor5 "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-typing@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-31.1.0.tgz#ce2c708d3ec283a9f16da0dd0dd6f7d82248ac5a" + integrity sha512-juskFEb1YrXLS+wcLEnc3GZtqkq95Q13sNAAyvKaEXzNphy4PBv+odLAwP7KCrxifVf278bgVxGDV5GPPAenOA== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-ui@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-31.1.0.tgz#c17fde1b6f7a787072eb1b0c0c629593565a45de" + integrity sha512-fHBLsRK7XRxeewm1NH9idU4zUguhysQPEmEhqWOi+GRt2I0pYrc22GYNJF3yKMqp1LfiLi7GAT66X2RL9rCEaQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-undo@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-31.1.0.tgz#910a110fd49e9c491793d7698a489e66e0a93294" + integrity sha512-eNWEP9E5Ji2W7NU6vCKOqjYW0+/xwXGkiExboTApudJDT1IWu2hqoaVQ+3eEWHWJbqCxIRSHif6+uYEBIoInXg== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + +"@ckeditor/ckeditor5-upload@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-31.1.0.tgz#b8ac2633590b02a2f69ad93fc715625c08ecf0ee" + integrity sha512-j+FNllYawZgTWCVOUSce/34SMfwgqNa2F7yvdmw4pmPSl8mlSZxSEYA9mLqbKpXwsuFY0iY14JQEB2bngNgTbA== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + +"@ckeditor/ckeditor5-utils@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-31.1.0.tgz#c3f4589df5c5ec8224c96dcf692e07d24ad31d7f" + integrity sha512-l2C2m8uLxKTblXX6SY+k40tK9U4pFZ2WCYP1dc3B0qz5an+h7e5EqRz3kFs+MVw0HM6VCYWDFql/JZDAFonOmQ== + dependencies: + lodash-es "^4.17.15" + +"@ckeditor/ckeditor5-vue@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-vue/-/ckeditor5-vue-2.0.1.tgz#f187cce9a4b116592a4e6feab09d8a6c991831d6" + integrity sha512-EriE1OQVNj1uhn3UL3myYY3JTfcUWHO46Yqga8U+/61V5vU3tIV6Z7/9q/MYe8UcFk0AM1sZcYXaKvWW57vnwg== + +"@ckeditor/ckeditor5-widget@^31.1.0": + version "31.1.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-31.1.0.tgz#2c196e2f67f446b6f9231689b73faa822ff4f1d4" + integrity sha512-e/B2qjgwXHuj/Qo+cGAM7j3NTPXvTikL+wjEF5sh5a0w5el9Sv97tzew5rojkZ6ypQykE+1ue+F579b74n7QiQ== + dependencies: + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-enter" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + lodash-es "^4.17.15" + +"@firebase/analytics-compat@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/analytics-compat/-/analytics-compat-0.1.6.tgz#a5a8c909c67128d89c0aaa1c87699d1c5e873746" + integrity sha512-xvdp4/zwOG1f+v9JSpfCQoPJ98HcJR42cEnZ9pRIQLmUy7L7QceIuaF3m+zVtoqa4agBQnJ1dhe58FshOFKOPw== + dependencies: + "@firebase/analytics" "0.7.5" + "@firebase/analytics-types" "0.7.0" + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/analytics-types@0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@firebase/analytics-types/-/analytics-types-0.7.0.tgz#91960e7c87ce8bf18cf8dd9e55ccbf5dc3989b5d" + integrity sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ== + +"@firebase/analytics@0.7.5": + version "0.7.5" + resolved "https://registry.yarnpkg.com/@firebase/analytics/-/analytics-0.7.5.tgz#c12a2ea10067e8e0947bc54758750c65a700e79f" + integrity sha512-vrKDh84hBbKPJaU2oAZDewyC79D8opJOQZ5AU3BXBBwEfRjKt3C3jj/Vl6aJUme+RKXlomTw3xcHIOoPzTgBVA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-check-compat@0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@firebase/app-check-compat/-/app-check-compat-0.2.3.tgz#f6ee8b8581423fe4efbba6165c14c3f9625a95e4" + integrity sha512-e2mKkuecr1XgsyTGXKfg83PcV1UdT7+tXYoHIjeBeLrP5gGL4OQbWCzzt6uVQpk1gmJbUktje/rd6Et6cdL+wg== + dependencies: + "@firebase/app-check" "0.5.3" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-check-interop-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/app-check-interop-types/-/app-check-interop-types-0.1.0.tgz#83afd9d41f99166c2bdb2d824e5032e9edd8fe53" + integrity sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA== + +"@firebase/app-check@0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@firebase/app-check/-/app-check-0.5.3.tgz#477ea3d925bde898dce1c25bc3d3886252ad2aaf" + integrity sha512-M2/UO5PgxHCl0wPYWGdF6lO8nqclwuRMCIrc+75xv3/Dr3hhUu4ztF5JNaAV5tktSCt1UrnASG+4rNVifCzSRw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-compat@0.1.16": + version "0.1.16" + resolved "https://registry.yarnpkg.com/@firebase/app-compat/-/app-compat-0.1.16.tgz#cf006b7c9639731a9f13e9d20c6a36298f73eeef" + integrity sha512-PCGqanykO1H2jO3gzT0x7VxjZ0stBkF89VBqpOJfZ+srjSQgfWZuHjwbaVoq2Ayza1/s79iF0Eg7LSBx54TBSg== + dependencies: + "@firebase/app" "0.7.15" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/app-types@0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.7.0.tgz#c9e16d1b8bed1a991840b8d2a725fb58d0b5899f" + integrity sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg== + +"@firebase/app@0.7.15": + version "0.7.15" + resolved "https://registry.yarnpkg.com/@firebase/app/-/app-0.7.15.tgz#b437bc6a0a2f8c592fc40812084df63aa302435f" + integrity sha512-jZzopQ5rKC3QcivZ9tBsYjPWB0+d5+lSO4tASIgAia30pyACCFaN2M1PKX/lwoGmB+oklHzSIMu+iNtLUyDl2A== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/auth-compat@0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@firebase/auth-compat/-/auth-compat-0.2.7.tgz#9386ea64096a445c244061b9a8686389a560b7bc" + integrity sha512-VdwGPf5Gr6s7JCW9Y7NOuCIp/izOHVdWcVKLlotcaWep3z+C+1eTws7bbQU+sy2xbsXEXETHAM6Gb6AMu8fC4g== + dependencies: + "@firebase/auth" "0.19.7" + "@firebase/auth-types" "0.11.0" + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + selenium-webdriver "^4.0.0-beta.2" + tslib "^2.1.0" + +"@firebase/auth-interop-types@0.1.6": + version "0.1.6" + resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.1.6.tgz#5ce13fc1c527ad36f1bb1322c4492680a6cf4964" + integrity sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g== + +"@firebase/auth-types@0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@firebase/auth-types/-/auth-types-0.11.0.tgz#b9c73c60ca07945b3bbd7a097633e5f78fa9e886" + integrity sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw== + +"@firebase/auth@0.19.7": + version "0.19.7" + resolved "https://registry.yarnpkg.com/@firebase/auth/-/auth-0.19.7.tgz#0c537e3966fc95f9e79783c49242818426956c96" + integrity sha512-+9a5ideiY+ey3LeRsg9RdnR+BjxJwN8+nfifNl1Hucuj2MZOXIv/D6D/6xzi4XdZj3cFrFvBjZdg5nCiKZsZ7w== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + selenium-webdriver "4.0.0-rc-1" + tslib "^2.1.0" + +"@firebase/component@0.5.10": + version "0.5.10" + resolved "https://registry.yarnpkg.com/@firebase/component/-/component-0.5.10.tgz#eab8acfd9b1a2b6534a63cbcd7cbc7660c47663d" + integrity sha512-mzUpg6rsBbdQJvAdu1rNWabU3O7qdd+B+/ubE1b+pTbBKfw5ySRpRRE6sKcZ/oQuwLh0HHB6FRJHcylmI7jDzA== + dependencies: + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/database-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/database-compat/-/database-compat-0.1.5.tgz#df451ce6a8d0ea2ebc2b1c8017da7d773424371d" + integrity sha512-UVxkHL24sZfsjsjs+yiKIdYdrWXHrLxSFCYNdwNXDlTkAc0CWP9AAY3feLhBVpUKk+4Cj0I4sGnyIm2C1ltAYg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/database" "0.12.5" + "@firebase/database-types" "0.9.4" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/database-types@0.9.4": + version "0.9.4" + resolved "https://registry.yarnpkg.com/@firebase/database-types/-/database-types-0.9.4.tgz#08b7da33d8dca8f5adab45bfb1cdf8654f2c6720" + integrity sha512-uAQuc6NUZ5Oh/cWZPeMValtcZ+4L1stgKOeYvz7mLn8+s03tnCDL2N47OLCHdntktVkhImQTwGNARgqhIhtNeA== + dependencies: + "@firebase/app-types" "0.7.0" + "@firebase/util" "1.4.3" + +"@firebase/database@0.12.5": + version "0.12.5" + resolved "https://registry.yarnpkg.com/@firebase/database/-/database-0.12.5.tgz#e7f8e8052c3038aff79633e5395c3cc5c30ca7b2" + integrity sha512-1Pd2jYqvqZI7SQWAiXbTZxmsOa29PyOaPiUtr8pkLSfLp4AeyMBegYAXCLYLW6BNhKn3zNKFkxYDxYHq4q+Ixg== + dependencies: + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + faye-websocket "0.11.4" + tslib "^2.1.0" + +"@firebase/firestore-compat@0.1.13": + version "0.1.13" + resolved "https://registry.yarnpkg.com/@firebase/firestore-compat/-/firestore-compat-0.1.13.tgz#d249d9ae92b33799ca836de7d0ba48ad0c872c8a" + integrity sha512-FJSSn0zYBuf8YQAqrRWnXT/fHI/PBgwNEz6IzGw7EN7KHLWX4lCwNBFhAK5+ieJJDN3CbXjtSeVH3qc+cPiOjA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/firestore" "3.4.4" + "@firebase/firestore-types" "2.5.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/firestore-types@2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@firebase/firestore-types/-/firestore-types-2.5.0.tgz#16fca40b6980fdb000de86042d7a96635f2bcdd7" + integrity sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA== + +"@firebase/firestore@3.4.4": + version "3.4.4" + resolved "https://registry.yarnpkg.com/@firebase/firestore/-/firestore-3.4.4.tgz#6810b2b9a9fa2cafe7c1d1d83f9274e15b95268d" + integrity sha512-IC8KZ6LbhECch9xPWp2Kj/0dqN+douzw7SWMAfWxXKmg+CjXpoyUoCh7UU/jshWafd4AUU3OV8QTv8tXRaMpdA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + "@firebase/webchannel-wrapper" "0.6.1" + "@grpc/grpc-js" "^1.3.2" + "@grpc/proto-loader" "^0.6.0" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/functions-compat@0.1.9": + version "0.1.9" + resolved "https://registry.yarnpkg.com/@firebase/functions-compat/-/functions-compat-0.1.9.tgz#c81b98a0b1378e234533b3552dcef9529da6c389" + integrity sha512-XhcLUVgxwqyk4euz1VO/qM6LUrkbR0vibh/2triR2ciJS2epkpvPICVMxWXaetsKOVpcaTs15eGpJClCRHGLjw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/functions" "0.7.8" + "@firebase/functions-types" "0.5.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/functions-types@0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@firebase/functions-types/-/functions-types-0.5.0.tgz#b50ba95ccce9e96f7cda453228ffe1684645625b" + integrity sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA== + +"@firebase/functions@0.7.8": + version "0.7.8" + resolved "https://registry.yarnpkg.com/@firebase/functions/-/functions-0.7.8.tgz#5cc45dddc42e8ce0fac7d8ce2f95e92bfbe33544" + integrity sha512-WNpKnQqufNkqHkFm1ol4oeF+/mA1y5gtj1csRFZqQS2EeDcq6FCs49abBFpjBOxWz8XDDNlSasCKhIrAAKIFfg== + dependencies: + "@firebase/app-check-interop-types" "0.1.0" + "@firebase/auth-interop-types" "0.1.6" + "@firebase/component" "0.5.10" + "@firebase/messaging-interop-types" "0.1.0" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/installations@0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@firebase/installations/-/installations-0.5.5.tgz#b517e20fe4ce4b9e2f3349596391d54f2294bf7f" + integrity sha512-mYWUxYXPlxcR0YOikPw88TjIS2NK35Z0ivkJL0+FevNnVIsqwGSe12AtPlZB/kzjB0RtHoKW+cWC0V9xiTgJ3Q== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + idb "3.0.2" + tslib "^2.1.0" + +"@firebase/logger@0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@firebase/logger/-/logger-0.3.2.tgz#5046ffa8295c577846d54b6ca95645a03809800e" + integrity sha512-lzLrcJp9QBWpo40OcOM9B8QEtBw2Fk1zOZQdvv+rWS6gKmhQBCEMc4SMABQfWdjsylBcDfniD1Q+fUX1dcBTXA== + dependencies: + tslib "^2.1.0" + +"@firebase/messaging-compat@0.1.7": + version "0.1.7" + resolved "https://registry.yarnpkg.com/@firebase/messaging-compat/-/messaging-compat-0.1.7.tgz#db9066032bbb001f18d34d707e42f4703d3c8ffb" + integrity sha512-EKKcMin7myL8GXu2Mq6daje6o13VZtgxUKe+sLVL4DfxPbJdhVvNirYTi14KM81tDPdKAIakZNIGiIm/r8S2zA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/messaging" "0.9.7" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/messaging-interop-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/messaging-interop-types/-/messaging-interop-types-0.1.0.tgz#bdac02dd31edd5cb9eec37b1db698ea5e2c1a631" + integrity sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ== + +"@firebase/messaging@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@firebase/messaging/-/messaging-0.9.7.tgz#fa4e566f3632d3437cbc667c7755ed0c83ee38a2" + integrity sha512-qRPWO5fvS1yahe0As0rlpo+Gc3v5IKHlULGJPYvWGJWE3W5aCvooxsT3vYgYNmAMFjgLlugfg8KKd41O1ebgqg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/messaging-interop-types" "0.1.0" + "@firebase/util" "1.4.3" + idb "3.0.2" + tslib "^2.1.0" + +"@firebase/performance-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/performance-compat/-/performance-compat-0.1.5.tgz#e5e13629740ad28fdcbb7bb4e6e49160bbe71550" + integrity sha512-s9mqR0GXJaqvIZD/GsshacpKOGa3NP6Yht33mNEtpL7ERqj35mvD1CBoUwH52eMYAaxlQd9y9JrphQgK3EmWWw== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/performance" "0.5.5" + "@firebase/performance-types" "0.1.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/performance-types@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@firebase/performance-types/-/performance-types-0.1.0.tgz#5e6efa9dc81860aee2cb7121b39ae8fa137e69fc" + integrity sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w== + +"@firebase/performance@0.5.5": + version "0.5.5" + resolved "https://registry.yarnpkg.com/@firebase/performance/-/performance-0.5.5.tgz#2ec0167f4d318f05a5a4fe6daac3977cc1bc598d" + integrity sha512-eA8mEKVnyY64fwAKxHbJF5t1hNkdR0EZVib0LfEWl/2elPmFcjik097hqLHzdFE88JYCxNGfFaSPo9Lbk/qe6A== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/polyfill@0.3.36": + version "0.3.36" + resolved "https://registry.yarnpkg.com/@firebase/polyfill/-/polyfill-0.3.36.tgz#c057cce6748170f36966b555749472b25efdb145" + integrity sha512-zMM9oSJgY6cT2jx3Ce9LYqb0eIpDE52meIzd/oe/y70F+v9u1LDqk5kUF5mf16zovGBWMNFmgzlsh6Wj0OsFtg== + dependencies: + core-js "3.6.5" + promise-polyfill "8.1.3" + whatwg-fetch "2.0.4" + +"@firebase/remote-config-compat@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@firebase/remote-config-compat/-/remote-config-compat-0.1.5.tgz#560aef7ce56d235ac2cfbebccc65fbe9545f6574" + integrity sha512-bgpmrCGyOj46c0xNFvivcXRHlaVkbt4mX2etbF9s6jaOILPd4rBHIfAiBpKL64GGwTkrOjWO9/HZun4I01gbpg== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/logger" "0.3.2" + "@firebase/remote-config" "0.3.4" + "@firebase/remote-config-types" "0.2.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/remote-config-types@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@firebase/remote-config-types/-/remote-config-types-0.2.0.tgz#1e2759fc01f20b58c564db42196f075844c3d1fd" + integrity sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw== + +"@firebase/remote-config@0.3.4": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@firebase/remote-config/-/remote-config-0.3.4.tgz#1197c92513130bcb1fe67c4978e6a9b034ef88be" + integrity sha512-SLlyVVNJ6DnU1AOjNrmv5u9Fge7gUwZVooyxMIkaT3Lj9MBM5MwfJsoG3UyiV4l7yI0iPj34LuKPpMJXOOcs4w== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/installations" "0.5.5" + "@firebase/logger" "0.3.2" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/storage-compat@0.1.10": + version "0.1.10" + resolved "https://registry.yarnpkg.com/@firebase/storage-compat/-/storage-compat-0.1.10.tgz#94a7fbe89e901f4cd0d8fbec4be554186f897fea" + integrity sha512-l/mvUhDEJ/0/F2uBqmEqxZk+jvIEwLc9BO6lGPE3TtPdT2896u3GIzbI4XHjSLLUo5bA0ZKz8Z7GVev9CLsHfA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/storage" "0.9.2" + "@firebase/storage-types" "0.6.0" + "@firebase/util" "1.4.3" + tslib "^2.1.0" + +"@firebase/storage-types@0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@firebase/storage-types/-/storage-types-0.6.0.tgz#0b1af64a2965af46fca138e5b70700e9b7e6312a" + integrity sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA== + +"@firebase/storage@0.9.2": + version "0.9.2" + resolved "https://registry.yarnpkg.com/@firebase/storage/-/storage-0.9.2.tgz#ca7bd034a45a9ec41412238eb82fe9413b1b4653" + integrity sha512-5xWgVHnE+n+cZAnFYd3NyNAQbp6/t3NL7TdqRGu1OaW5L7ioN7Rhq+L4I2yjIskVCoTaemYQDF+vICjCWoalbA== + dependencies: + "@firebase/component" "0.5.10" + "@firebase/util" "1.4.3" + node-fetch "2.6.7" + tslib "^2.1.0" + +"@firebase/util@1.4.3": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@firebase/util/-/util-1.4.3.tgz#4358cf5f18beaa9c8a1e5a5fc4c7c44a4ccd4b7b" + integrity sha512-gQJl6r0a+MElLQEyU8Dx0kkC2coPj67f/zKZrGR7z7WpLgVanhaCUqEsptwpwoxi9RMFIaebleG+C9xxoARq+Q== + dependencies: + tslib "^2.1.0" + +"@firebase/webchannel-wrapper@0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.6.1.tgz#0c74724ba6e9ea6ad25a391eab60a79eaba4c556" + integrity sha512-9FqhNjKQWpQ3fGnSOCovHOm+yhhiorKEqYLAfd525jWavunDJcx8rOW6i6ozAh+FbwcYMkL7b+3j4UR/30MpoQ== + +"@fullcalendar/bootstrap@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/bootstrap/-/bootstrap-5.10.1.tgz#40a3f15e8a76bd789644afd4c45b755c76803f90" + integrity sha512-KQRFRc/uiOw+jhcdt3oVIJMXcchsIgoet0nYfo8TRGisP5ZJ7DLoXl4iEVah/DFVkjqSyjre4iNsWzat2U4aww== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/common@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/common/-/common-5.10.1.tgz#a019951743852277a4095e536fd7716f6f85b9aa" + integrity sha512-EumKIJcQTvQdTs75/9dmeREFgjcRVWzqHJS1Xvlz5mNsmB+w9EINCHETRjChtAQg1WD/lTQyVj4sHsKO7vCMSw== + dependencies: + tslib "^2.1.0" + +"@fullcalendar/core@^5.10.1", "@fullcalendar/core@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/core/-/core-5.10.1.tgz#05c7653e5004149a63bcb03e9dc8b049186ca50b" + integrity sha512-8sVuC6ywXV+cxqsqTZaR1hgUqeyjVed20NyZ7lGW9AY0kma1GIEwLgqPS5Q6uVhHyin68lmgecKfJCwhxENE8w== + dependencies: + "@fullcalendar/common" "~5.10.1" + preact "^10.0.5" + tslib "^2.1.0" + +"@fullcalendar/daygrid@^5.10.1", "@fullcalendar/daygrid@~5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.10.1.tgz#bdee4f58364fdab631b2abf8b56094ab5776f203" + integrity sha512-sfUMP+rew0krsBffgNcWWKhBCiyytGfRKZJoc64E8ohX7VWjPcPZuB1xgO5U4wPLmNkT0rZiHoGeQGTXw1+ZKg== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/interaction@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/interaction/-/interaction-5.10.1.tgz#dfa74b5c50bbd5608eb50aeab6e579c8d20cb367" + integrity sha512-H1g1QeXg7yXtUcKmVtfg7uzm5R5ElFTvYniiXU+8kJda69IDg7Lee+Y7UDv5dvLb5/HxO86RhPVxRtcOQ8XdXw== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/list@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/list/-/list-5.10.1.tgz#8505aae09845b82f5bdb6251bda0f9d6342ef9d9" + integrity sha512-sB+AzM9P1nzGIzwVFNN8Zbocg5lkVQftyuJAZtULgu9o9e1rH/Aqsxt9Itf00N3WmMOh8H1LlnRpZF5kGu/j2w== + dependencies: + "@fullcalendar/common" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/timegrid@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-5.10.1.tgz#fa7feb909bf599eac1466b9e70c0d56ce0d1aefc" + integrity sha512-0O0m+JzFBlg8gxYr/rIjZViRlbndCtjZlDjjIylQHFBeWC32e3cpHEavKGbTIBLN8SDilUYAJnE21abSqC2G/w== + dependencies: + "@fullcalendar/common" "~5.10.1" + "@fullcalendar/daygrid" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/vue3@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/vue3/-/vue3-5.10.1.tgz#b34adcaf7837256a5aa9240592a0d97b55eb675d" + integrity sha512-Unc0Ya/PBbh1zXc3b8NYV9YlDD2J+V5+DbZ0Hbir4J+8tFgNZbSe94R0iAxvvygvj4RltoJz7cRE0Sp2J47G5Q== + dependencies: + "@fullcalendar/core" "~5.10.1" + tslib "^2.1.0" + +"@fullcalendar/vue@^5.10.1": + version "5.10.1" + resolved "https://registry.yarnpkg.com/@fullcalendar/vue/-/vue-5.10.1.tgz#900ffa55b9f57a3b35c6860e8028737b927d3374" + integrity sha512-fzWa76ztn4w6pWUHDGQnedrWeHaBUQ3uTuGT3nM7jr3NOKdufAfzh8y4UHRFN2P2pIWpcEV3wji6DZcHmqhyYw== + dependencies: + "@fullcalendar/core" "~5.10.1" + tslib "^2.1.0" + +"@googlemaps/js-api-loader@^1.12.11": + version "1.13.2" + resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.13.2.tgz#1a459f995c4f64fa1aec60f2693fc5033e97d703" + integrity sha512-/jFmrbQjc56OcMXoPSYYX9tUxmSLCmguBaAl3HeB3SyJM5G0Zwu7JdvkJ/ROJgPxrMdS/1j8gaNPxmtbUCbkVw== + dependencies: + fast-deep-equal "^3.1.3" + +"@grpc/grpc-js@^1.3.2": + version "1.5.3" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.3.tgz#fe78a40eab4e21a6044ff6f23798f712ea352a8f" + integrity sha512-q0xgaZ3ymUM+ZOhe1hdocVSdKHCnJ6llLSXcP+MqMXMyYPUZ3mzQOCxZ3Zkg+QZ7sZ950sn7hvueQrIJZumPZg== + dependencies: + "@grpc/proto-loader" "^0.6.4" + "@types/node" ">=12.12.47" + +"@grpc/proto-loader@^0.6.0", "@grpc/proto-loader@^0.6.4": + version "0.6.9" + resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.6.9.tgz#4014eef366da733f8e04a9ddd7376fe8a58547b7" + integrity sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg== + dependencies: + "@types/long" "^4.0.1" + lodash.camelcase "^4.3.0" + long "^4.0.0" + protobufjs "^6.10.0" + yargs "^16.2.0" + +"@hapi/address@2.x.x": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" + integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ== + +"@hapi/bourne@1.x.x": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a" + integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA== + +"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0": + version "8.5.1" + resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06" + integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow== + +"@hapi/joi@^15.0.1": + version "15.1.1" + resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7" + integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ== + dependencies: + "@hapi/address" "2.x.x" + "@hapi/bourne" "1.x.x" + "@hapi/hoek" "8.x.x" + "@hapi/topo" "3.x.x" + +"@hapi/topo@3.x.x": + version "3.1.6" + resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29" + integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ== + dependencies: + "@hapi/hoek" "^8.3.0" + +"@intervolga/optimize-cssnano-plugin@^1.0.5": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8" + integrity sha512-zN69TnSr0viRSU6cEDIcuPcP67QcpQ6uHACg58FiN9PDrU6SLyGW3MR4tiISbYxy1kDWAVPwD+XwQTWE5cigAA== + dependencies: + cssnano "^4.0.0" + cssnano-preset-default "^4.0.0" + postcss "^7.0.0" + +"@intlify/core-base@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.2.0-beta.35.tgz#ef714d6ddf387024b1f1c0fcde0040a11bd33b0e" + integrity sha512-53yuCpo2ov5OKdvBTvE5zKMo2clLVqNORwkcY9TUu0B+yrOeDwLWQnbPJnOoDu5KkRdbdXlMxnHNCpJ5vlGZ1g== + dependencies: + "@intlify/devtools-if" "9.2.0-beta.35" + "@intlify/message-compiler" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + "@intlify/vue-devtools" "9.2.0-beta.35" + +"@intlify/devtools-if@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.2.0-beta.35.tgz#16a8bb6b3f6d612ed705ab00a28eba8a8cb7b1ba" + integrity sha512-y3+7M+eS9mqeXTBa1QWAvt4nsjwWJ5G4xT+G3IFtd7Vb2CQHwli229n0avD+VdlDGwWCDWpLkny8QWtdNEYpOA== + dependencies: + "@intlify/shared" "9.2.0-beta.35" + +"@intlify/message-compiler@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.0-beta.35.tgz#3df3809650f4fef97d00ae739a87f33eb095bd79" + integrity sha512-wYQCgnRtyJ40HK3bJTrszHDaxqDXZH+9Ps7RsXNuNwZ9hIb1cVkLiUNIbuJS/XSJ1kATJXA6K+4if6ZLb0Ozxw== + dependencies: + "@intlify/shared" "9.2.0-beta.35" + source-map "0.6.1" + +"@intlify/shared@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-beta.35.tgz#10f98403cb541d29d90d428a2ef58fbd927caf1d" + integrity sha512-DXf7xrwf08GKhr93XPQ8EgaEN0CIELl+mAS6SlRhi/aLtZv5HSGSMkz4M/ICwoWzFLSgOx/ZdBSasex19MMogg== + +"@intlify/vue-devtools@9.2.0-beta.35": + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.0-beta.35.tgz#209b5c4964a6dfc40ecc0497334f3fcc347b59d8" + integrity sha512-h7nf5F7AV4uKrr7zKTIyv8EOaIv4yAXuo7tvnFsp5uF8FO+kpBwWDm5csw9v9neyz42hiINJSP0Amou9M2ShEA== + dependencies: + "@intlify/core-base" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + +"@j-t-mcc/vue3-chartjs@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@j-t-mcc/vue3-chartjs/-/vue3-chartjs-1.2.0.tgz#80c92d226473ccfa0c6b716500913bf6be397147" + integrity sha512-YFf5XpIXt+qPqW0S/RetEV/Dic7DvPoz+2BMrswDvXe4n0q83aanf6Lo0ae5wvwBwBzDXRQ2FSs8x9oecxQkeA== + +"@juggle/resize-observer@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0" + integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw== + +"@mrmlnc/readdir-enhanced@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" + integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== + dependencies: + call-me-maybe "^1.0.1" + glob-to-regexp "^0.3.0" + +"@nodelib/fs.stat@^1.1.2": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" + integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== + +"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" + integrity sha1-m4sMxmPWaafY9vXQiToU00jzD78= + +"@protobufjs/base64@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f349047dbf24296034bb2735" + integrity sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg== + +"@protobufjs/codegen@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1ad59722e506d9262815cb" + integrity sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg== + +"@protobufjs/eventemitter@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98bafad5978f9ed095f397621f1d066b70" + integrity sha1-NVy8mLr61ZePntCV85diHx0Ga3A= + +"@protobufjs/fetch@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c1619ff06d454b0d84c45" + integrity sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU= + dependencies: + "@protobufjs/aspromise" "^1.1.1" + "@protobufjs/inquire" "^1.1.0" + +"@protobufjs/float@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@protobufjs/float/-/float-1.0.2.tgz#5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1" + integrity sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E= + +"@protobufjs/inquire@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/inquire/-/inquire-1.1.0.tgz#ff200e3e7cf2429e2dcafc1140828e8cc638f089" + integrity sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik= + +"@protobufjs/path@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@protobufjs/path/-/path-1.1.2.tgz#6cc2b20c5c9ad6ad0dccfd21ca7673d8d7fbf68d" + integrity sha1-bMKyDFya1q0NzP0hynZz2Nf79o0= + +"@protobufjs/pool@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/pool/-/pool-1.1.0.tgz#09fd15f2d6d3abfa9b65bc366506d6ad7846ff54" + integrity sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q= + +"@protobufjs/utf8@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" + integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= + +"@soda/friendly-errors-webpack-plugin@^1.7.1": + version "1.8.1" + resolved "https://registry.yarnpkg.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz#4d4fbb1108993aaa362116247c3d18188a2c6c85" + integrity sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg== + dependencies: + chalk "^3.0.0" + error-stack-parser "^2.0.6" + string-width "^4.2.3" + strip-ansi "^6.0.1" + +"@soda/get-current-script@^1.0.0": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz#a53515db25d8038374381b73af20bb4f2e508d87" + integrity sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w== + +"@swc/helpers@^0.2.13": + version "0.2.14" + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.2.14.tgz#20288c3627442339dd3d743c944f7043ee3590f0" + integrity sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA== + +"@tweenjs/tween.js@^18.6.4": + version "18.6.4" + resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-18.6.4.tgz#40a3d0a93647124872dec8e0fd1bd5926695b6ca" + integrity sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ== + +"@types/body-parser@*": + version "1.19.2" + resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" + integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== + dependencies: + "@types/connect" "*" + "@types/node" "*" + +"@types/connect-history-api-fallback@*": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" + integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== + dependencies: + "@types/express-serve-static-core" "*" + "@types/node" "*" + +"@types/connect@*": + version "3.4.35" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" + integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== + dependencies: + "@types/node" "*" + +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": + version "4.17.28" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" + integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== + dependencies: + "@types/node" "*" + "@types/qs" "*" + "@types/range-parser" "*" + +"@types/express@*": + version "4.17.13" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" + integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== + dependencies: + "@types/body-parser" "*" + "@types/express-serve-static-core" "^4.17.18" + "@types/qs" "*" + "@types/serve-static" "*" + +"@types/glob@^7.1.1": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" + integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== + dependencies: + "@types/minimatch" "*" + "@types/node" "*" + +"@types/http-proxy@^1.17.5": + version "1.17.8" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55" + integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA== + dependencies: + "@types/node" "*" + +"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8": + version "7.0.9" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" + integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== + +"@types/long@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" + integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w== + +"@types/mime@^1": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== + +"@types/minimatch@*": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" + integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== + +"@types/minimist@^1.2.0": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" + integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== + +"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0": + version "17.0.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.13.tgz#5ed7ed7c662948335fcad6c412bb42d99ea754e3" + integrity sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw== + +"@types/normalize-package-data@^2.4.0": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" + integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== + +"@types/q@^1.5.1": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" + integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== + +"@types/qs@*": + version "6.9.7" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== + +"@types/range-parser@*": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" + integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== + +"@types/serve-static@*": + version "1.13.10" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" + integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== + dependencies: + "@types/mime" "^1" + "@types/node" "*" + +"@types/source-list-map@*": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" + integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== + +"@types/tapable@^1": + version "1.0.8" + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== + +"@types/uglify-js@*": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea" + integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ== + dependencies: + source-map "^0.6.1" + +"@types/webpack-dev-server@^3.11.0": + version "3.11.6" + resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.6.tgz#d8888cfd2f0630203e13d3ed7833a4d11b8a34dc" + integrity sha512-XCph0RiiqFGetukCTC3KVnY1jwLcZ84illFRMbyFzCcWl90B/76ew0tSqF46oBhnLC4obNDG7dMO0JfTN0MgMQ== + dependencies: + "@types/connect-history-api-fallback" "*" + "@types/express" "*" + "@types/serve-static" "*" + "@types/webpack" "^4" + http-proxy-middleware "^1.0.0" + +"@types/webpack-sources@*": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b" + integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg== + dependencies: + "@types/node" "*" + "@types/source-list-map" "*" + source-map "^0.7.3" + +"@types/webpack@^4", "@types/webpack@^4.0.0": + version "4.41.32" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== + dependencies: + "@types/node" "*" + "@types/tapable" "^1" + "@types/uglify-js" "*" + "@types/webpack-sources" "*" + anymatch "^3.0.0" + source-map "^0.6.0" + +"@vue-leaflet/vue-leaflet@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@vue-leaflet/vue-leaflet/-/vue-leaflet-0.6.1.tgz#d731a5d2256d049e345f58330616180191d88b12" + integrity sha512-/sm0bdrdftXh5nSGEPsoKrJI1D/GtKiEsBo9X/TA2yu4lYTDcaem6U4t1Ea5CoLleiZRCNUrZr9PG/xHdUPXYA== + +"@vue/babel-helper-vue-jsx-merge-props@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" + integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== + +"@vue/babel-helper-vue-transform-on@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" + integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA== + +"@vue/babel-plugin-jsx@^1.0.3": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz#0c5bac27880d23f89894cd036a37b55ef61ddfc1" + integrity sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + "@babel/template" "^7.0.0" + "@babel/traverse" "^7.0.0" + "@babel/types" "^7.0.0" + "@vue/babel-helper-vue-transform-on" "^1.0.2" + camelcase "^6.0.0" + html-tags "^3.1.0" + svg-tags "^1.0.0" + +"@vue/babel-plugin-transform-vue-jsx@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.2.1.tgz#646046c652c2f0242727f34519d917b064041ed7" + integrity sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + html-tags "^2.0.0" + lodash.kebabcase "^4.1.1" + svg-tags "^1.0.0" + +"@vue/babel-preset-app@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.15.tgz#f6bc08f8f674e98a260004234cde18b966d72eb0" + integrity sha512-J+YttzvwRfV1BPczf8r3qCevznYk+jh531agVF+5EYlHF4Sgh/cGXTz9qkkiux3LQgvhEGXgmCteg1n38WuuKg== + dependencies: + "@babel/core" "^7.11.0" + "@babel/helper-compilation-targets" "^7.9.6" + "@babel/helper-module-imports" "^7.8.3" + "@babel/plugin-proposal-class-properties" "^7.8.3" + "@babel/plugin-proposal-decorators" "^7.8.3" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-jsx" "^7.8.3" + "@babel/plugin-transform-runtime" "^7.11.0" + "@babel/preset-env" "^7.11.0" + "@babel/runtime" "^7.11.0" + "@vue/babel-plugin-jsx" "^1.0.3" + "@vue/babel-preset-jsx" "^1.2.4" + babel-plugin-dynamic-import-node "^2.3.3" + core-js "^3.6.5" + core-js-compat "^3.6.5" + semver "^6.1.0" + +"@vue/babel-preset-jsx@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87" + integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w== + dependencies: + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + "@vue/babel-sugar-composition-api-inject-h" "^1.2.1" + "@vue/babel-sugar-composition-api-render-instance" "^1.2.4" + "@vue/babel-sugar-functional-vue" "^1.2.2" + "@vue/babel-sugar-inject-h" "^1.2.2" + "@vue/babel-sugar-v-model" "^1.2.3" + "@vue/babel-sugar-v-on" "^1.2.3" + +"@vue/babel-sugar-composition-api-inject-h@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.2.1.tgz#05d6e0c432710e37582b2be9a6049b689b6f03eb" + integrity sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-composition-api-render-instance@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.4.tgz#e4cbc6997c344fac271785ad7a29325c51d68d19" + integrity sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-functional-vue@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz#267a9ac8d787c96edbf03ce3f392c49da9bd2658" + integrity sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-inject-h@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.2.2.tgz#d738d3c893367ec8491dcbb669b000919293e3aa" + integrity sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + +"@vue/babel-sugar-v-model@^1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.3.tgz#fa1f29ba51ebf0aa1a6c35fa66d539bc459a18f2" + integrity sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + camelcase "^5.0.0" + html-tags "^2.0.0" + svg-tags "^1.0.0" + +"@vue/babel-sugar-v-on@^1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.2.3.tgz#342367178586a69f392f04bfba32021d02913ada" + integrity sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw== + dependencies: + "@babel/plugin-syntax-jsx" "^7.2.0" + "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + camelcase "^5.0.0" + +"@vue/cli-overlay@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.15.tgz#0700fd6bad39336d4189ba3ff7d25e638e818c9c" + integrity sha512-0zI0kANAVmjFO2LWGUIzdGPMeE3+9k+KeRDXsUqB30YfRF7abjfiiRPq5BU9pOzlJbVdpRkisschBrvdJqDuDg== + +"@vue/cli-plugin-babel@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.15.tgz#ae4fb2ed54255fe3d84df381dab68509641179ed" + integrity sha512-hBLrwYfFkHldEe34op/YNgPhpOWI5n5DB2Qt9I/1Epeif4M4iFaayrgjvOR9AVM6WbD3Yx7WCFszYpWrQZpBzQ== + dependencies: + "@babel/core" "^7.11.0" + "@vue/babel-preset-app" "^4.5.15" + "@vue/cli-shared-utils" "^4.5.15" + babel-loader "^8.1.0" + cache-loader "^4.1.0" + thread-loader "^2.1.3" + webpack "^4.0.0" + +"@vue/cli-plugin-eslint@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.15.tgz#5781824a941f34c26336a67b1f6584a06c6a24ff" + integrity sha512-/2Fl6wY/5bz3HD035oSnFRMsKNxDxU396KqBdpCQdwdvqk4mm6JAbXqihpcBRTNPeTO6w+LwGe6FE56PVbJdbg== + dependencies: + "@vue/cli-shared-utils" "^4.5.15" + eslint-loader "^2.2.1" + globby "^9.2.0" + inquirer "^7.1.0" + webpack "^4.0.0" + yorkie "^2.0.0" + +"@vue/cli-plugin-router@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.15.tgz#1e75c8c89df42c694f143b9f1028de3cf5d61e1e" + integrity sha512-q7Y6kP9b3k55Ca2j59xJ7XPA6x+iSRB+N4ac0ZbcL1TbInVQ4j5wCzyE+uqid40hLy4fUdlpl4X9fHJEwuVxPA== + dependencies: + "@vue/cli-shared-utils" "^4.5.15" + +"@vue/cli-plugin-vuex@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.15.tgz#466c1f02777d02fef53a9bb49a36cc3a3bcfec4e" + integrity sha512-fqap+4HN+w+InDxlA3hZTOGE0tzBTgXhKLoDydhywqgmhQ1D9JA6Feh94ze6tG8DsWX58/ujYUqA8jAz17FJtg== + +"@vue/cli-service@~4.5.0": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.5.15.tgz#0e9a186d51550027d0e68e95042077eb4d115b45" + integrity sha512-sFWnLYVCn4zRfu45IcsIE9eXM0YpDV3S11vlM2/DVbIPAGoYo5ySpSof6aHcIvkeGsIsrHFpPHzNvDZ/efs7jA== + dependencies: + "@intervolga/optimize-cssnano-plugin" "^1.0.5" + "@soda/friendly-errors-webpack-plugin" "^1.7.1" + "@soda/get-current-script" "^1.0.0" + "@types/minimist" "^1.2.0" + "@types/webpack" "^4.0.0" + "@types/webpack-dev-server" "^3.11.0" + "@vue/cli-overlay" "^4.5.15" + "@vue/cli-plugin-router" "^4.5.15" + "@vue/cli-plugin-vuex" "^4.5.15" + "@vue/cli-shared-utils" "^4.5.15" + "@vue/component-compiler-utils" "^3.1.2" + "@vue/preload-webpack-plugin" "^1.1.0" + "@vue/web-component-wrapper" "^1.2.0" + acorn "^7.4.0" + acorn-walk "^7.1.1" + address "^1.1.2" + autoprefixer "^9.8.6" + browserslist "^4.12.0" + cache-loader "^4.1.0" + case-sensitive-paths-webpack-plugin "^2.3.0" + cli-highlight "^2.1.4" + clipboardy "^2.3.0" + cliui "^6.0.0" + copy-webpack-plugin "^5.1.1" + css-loader "^3.5.3" + cssnano "^4.1.10" + debug "^4.1.1" + default-gateway "^5.0.5" + dotenv "^8.2.0" + dotenv-expand "^5.1.0" + file-loader "^4.2.0" + fs-extra "^7.0.1" + globby "^9.2.0" + hash-sum "^2.0.0" + html-webpack-plugin "^3.2.0" + launch-editor-middleware "^2.2.1" + lodash.defaultsdeep "^4.6.1" + lodash.mapvalues "^4.6.0" + lodash.transform "^4.6.0" + mini-css-extract-plugin "^0.9.0" + minimist "^1.2.5" + pnp-webpack-plugin "^1.6.4" + portfinder "^1.0.26" + postcss-loader "^3.0.0" + ssri "^8.0.1" + terser-webpack-plugin "^1.4.4" + thread-loader "^2.1.3" + url-loader "^2.2.0" + vue-loader "^15.9.2" + vue-style-loader "^4.1.2" + webpack "^4.0.0" + webpack-bundle-analyzer "^3.8.0" + webpack-chain "^6.4.0" + webpack-dev-server "^3.11.0" + webpack-merge "^4.2.2" + optionalDependencies: + vue-loader-v16 "npm:vue-loader@^16.1.0" + +"@vue/cli-shared-utils@^4.5.15": + version "4.5.15" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.15.tgz#dba3858165dbe3465755f256a4890e69084532d6" + integrity sha512-SKaej9hHzzjKSOw1NlFmc6BSE0vcqUQMQiv1cxQ2DhVyy4QxZXBmzmiLBUBe+hYZZs1neXW7n//udeN9bCAY+Q== + dependencies: + "@hapi/joi" "^15.0.1" + chalk "^2.4.2" + execa "^1.0.0" + launch-editor "^2.2.1" + lru-cache "^5.1.1" + node-ipc "^9.1.1" + open "^6.3.0" + ora "^3.4.0" + read-pkg "^5.1.1" + request "^2.88.2" + semver "^6.1.0" + strip-ansi "^6.0.0" + +"@vue/compiler-core@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.29.tgz#b06097ab8ff0493177c68c5ea5b63d379a061097" + integrity sha512-RePZ/J4Ub3sb7atQw6V6Rez+/5LCRHGFlSetT3N4VMrejqJnNPXKUt5AVm/9F5MJriy2w/VudEIvgscCfCWqxw== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + source-map "^0.6.1" + +"@vue/compiler-core@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.31.tgz#d38f06c2cf845742403b523ab4596a3fda152e89" + integrity sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + source-map "^0.6.1" + +"@vue/compiler-dom@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.29.tgz#ad0ead405bd2f2754161335aad9758aa12430715" + integrity sha512-y26vK5khdNS9L3ckvkqJk/78qXwWb75Ci8iYLb67AkJuIgyKhIOcR1E8RIt4mswlVCIeI9gQ+fmtdhaiTAtrBQ== + dependencies: + "@vue/compiler-core" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/compiler-dom@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.31.tgz#b1b7dfad55c96c8cc2b919cd7eb5fd7e4ddbf00e" + integrity sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg== + dependencies: + "@vue/compiler-core" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/compiler-sfc@3.2.29", "@vue/compiler-sfc@^3.0.0": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.29.tgz#f76d556cd5fca6a55a3ea84c88db1a2a53a36ead" + integrity sha512-X9+0dwsag2u6hSOP/XsMYqFti/edvYvxamgBgCcbSYuXx1xLZN+dS/GvQKM4AgGS4djqo0jQvWfIXdfZ2ET68g== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.29" + "@vue/compiler-dom" "3.2.29" + "@vue/compiler-ssr" "3.2.29" + "@vue/reactivity-transform" "3.2.29" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + magic-string "^0.25.7" + postcss "^8.1.10" + source-map "^0.6.1" + +"@vue/compiler-sfc@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.31.tgz#d02b29c3fe34d599a52c5ae1c6937b4d69f11c2f" + integrity sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.31" + "@vue/compiler-dom" "3.2.31" + "@vue/compiler-ssr" "3.2.31" + "@vue/reactivity-transform" "3.2.31" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + magic-string "^0.25.7" + postcss "^8.1.10" + source-map "^0.6.1" + +"@vue/compiler-ssr@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.29.tgz#37b15b32dcd2f6b410bb61fca3f37b1a92b7eb1e" + integrity sha512-LrvQwXlx66uWsB9/VydaaqEpae9xtmlUkeSKF6aPDbzx8M1h7ukxaPjNCAXuFd3fUHblcri8k42lfimHfzMICA== + dependencies: + "@vue/compiler-dom" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/compiler-ssr@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.31.tgz#4fa00f486c9c4580b40a4177871ebbd650ecb99c" + integrity sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw== + dependencies: + "@vue/compiler-dom" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9" + integrity sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ== + dependencies: + consolidate "^0.15.1" + hash-sum "^1.0.2" + lru-cache "^4.1.2" + merge-source-map "^1.1.0" + postcss "^7.0.36" + postcss-selector-parser "^6.0.2" + source-map "~0.6.1" + vue-template-es2015-compiler "^1.9.0" + optionalDependencies: + prettier "^1.18.2 || ^2.0.0" + +"@vue/devtools-api@^6.0.0-beta.11", "@vue/devtools-api@^6.0.0-beta.18": + version "6.0.0-beta.21.1" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.21.1.tgz#f1410f53c42aa67fa3b01ca7bdba891f69d7bc97" + integrity sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw== + +"@vue/devtools-api@^6.0.0-beta.13": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.1.4.tgz#b4aec2f4b4599e11ba774a50c67fa378c9824e53" + integrity sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ== + +"@vue/preload-webpack-plugin@^1.1.0": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz#ceb924b4ecb3b9c43871c7a429a02f8423e621ab" + integrity sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ== + +"@vue/reactivity-transform@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.29.tgz#a08d606e10016b7cf588d1a43dae4db2953f9354" + integrity sha512-YF6HdOuhdOw6KyRm59+3rML8USb9o8mYM1q+SH0G41K3/q/G7uhPnHGKvspzceD7h9J3VR1waOQ93CUZj7J7OA== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.29" + "@vue/shared" "3.2.29" + estree-walker "^2.0.2" + magic-string "^0.25.7" + +"@vue/reactivity-transform@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.31.tgz#0f5b25c24e70edab2b613d5305c465b50fc00911" + integrity sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA== + dependencies: + "@babel/parser" "^7.16.4" + "@vue/compiler-core" "3.2.31" + "@vue/shared" "3.2.31" + estree-walker "^2.0.2" + magic-string "^0.25.7" + +"@vue/reactivity@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.29.tgz#afdc9c111d4139b14600be17ad80267212af6052" + integrity sha512-Ryhb6Gy62YolKXH1gv42pEqwx7zs3n8gacRVZICSgjQz8Qr8QeCcFygBKYfJm3o1SccR7U+bVBQDWZGOyG1k4g== + dependencies: + "@vue/shared" "3.2.29" + +"@vue/reactivity@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.31.tgz#fc90aa2cdf695418b79e534783aca90d63a46bbd" + integrity sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw== + dependencies: + "@vue/shared" "3.2.31" + +"@vue/runtime-core@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.29.tgz#fb8577b2fcf52e8d967bd91cdf49ab9fb91f9417" + integrity sha512-VMvQuLdzoTGmCwIKTKVwKmIL0qcODIqe74JtK1pVr5lnaE0l25hopodmPag3RcnIcIXe+Ye3B2olRCn7fTCgig== + dependencies: + "@vue/reactivity" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/runtime-core@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.31.tgz#9d284c382f5f981b7a7b5971052a1dc4ef39ac7a" + integrity sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA== + dependencies: + "@vue/reactivity" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/runtime-dom@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.29.tgz#35e9a2bf04ef80b86ac2ca0e7b2ceaccf1e18f01" + integrity sha512-YJgLQLwr+SQyORzTsBQLL5TT/5UiV83tEotqjL7F9aFDIQdFBTCwpkCFvX9jqwHoyi9sJqM9XtTrMcc8z/OjPA== + dependencies: + "@vue/runtime-core" "3.2.29" + "@vue/shared" "3.2.29" + csstype "^2.6.8" + +"@vue/runtime-dom@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.31.tgz#79ce01817cb3caf2c9d923f669b738d2d7953eff" + integrity sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g== + dependencies: + "@vue/runtime-core" "3.2.31" + "@vue/shared" "3.2.31" + csstype "^2.6.8" + +"@vue/server-renderer@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.29.tgz#ea6afa361b9c781a868c8da18c761f9b7bc89102" + integrity sha512-lpiYx7ciV7rWfJ0tPkoSOlLmwqBZ9FTmQm33S+T4g0j1fO/LmhJ9b9Ctl1o5xvIFVDk9QkSUWANZn7H2pXuxVw== + dependencies: + "@vue/compiler-ssr" "3.2.29" + "@vue/shared" "3.2.29" + +"@vue/server-renderer@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.31.tgz#201e9d6ce735847d5989403af81ef80960da7141" + integrity sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg== + dependencies: + "@vue/compiler-ssr" "3.2.31" + "@vue/shared" "3.2.31" + +"@vue/shared@3.2.29": + version "3.2.29" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.29.tgz#07dac7051117236431d2f737d16932aa38bbb925" + integrity sha512-BjNpU8OK6Z0LVzGUppEk0CMYm/hKDnZfYdjSmPOs0N+TR1cLKJAkDwW8ASZUvaaSLEi6d3hVM7jnWnX+6yWnHw== + +"@vue/shared@3.2.31": + version "3.2.31" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.31.tgz#c90de7126d833dcd3a4c7534d534be2fb41faa4e" + integrity sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ== + +"@vue/web-component-wrapper@^1.2.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz#b6b40a7625429d2bd7c2281ddba601ed05dc7f1a" + integrity sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA== + +"@vueform/multiselect@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@vueform/multiselect/-/multiselect-2.3.1.tgz#4fbaf81ece0fcf7f1eb08b718c8d81028d3438ab" + integrity sha512-JyOfVOanRZHDWzdgrbO05KvSu4WOH4aPPa2sajMxu4C4QjZp2NeezW6Bdt588IuFfVn34n0s0w8w/bxtuH4KRQ== + +"@vueform/slider@^2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@vueform/slider/-/slider-2.0.8.tgz#efd707d036635d236ad34c42294d74618590ff28" + integrity sha512-aQQ0VL2JJwbKNLyDhX4vFkvVgYTwemSvyEW16S0hkaledDMUTQC73b5ZWQOwZdOq4cjFreS9lYiUBQ+t4kcYKw== + +"@vuelidate/core@^2.0.0-alpha.34": + version "2.0.0-alpha.34" + resolved "https://registry.yarnpkg.com/@vuelidate/core/-/core-2.0.0-alpha.34.tgz#4a2ce2ae18c8ffadb76b296b2c7c0e10a2f48a37" + integrity sha512-8SHViBA+bBaXGH8UwcdGG7vEQ8mG8rhtsddJiq9Abz9YvzWxFxd8spAhe9ggfCtyRuvwCCpPbxx63NOGThVZkQ== + dependencies: + vue-demi "^0.12.0" + +"@vuelidate/validators@^2.0.0-alpha.26": + version "2.0.0-alpha.26" + resolved "https://registry.yarnpkg.com/@vuelidate/validators/-/validators-2.0.0-alpha.26.tgz#dbea8d44b7607ac0b4dced36ea3e4641f1617942" + integrity sha512-O53AU/dGMMOEPMC6bqhs9JvJAz03z0lLxIDq1tL8bWZylzRWeuF9a2sERxy82t2MnQ+ag15tUpTFpTbaYBm9tg== + dependencies: + vue-demi "^0.12.0" + +"@webassemblyjs/ast@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" + integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== + dependencies: + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + +"@webassemblyjs/floating-point-hex-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" + integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== + +"@webassemblyjs/helper-api-error@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" + integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== + +"@webassemblyjs/helper-buffer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" + integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== + +"@webassemblyjs/helper-code-frame@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" + integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== + dependencies: + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/helper-fsm@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" + integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== + +"@webassemblyjs/helper-module-context@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" + integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== + dependencies: + "@webassemblyjs/ast" "1.9.0" + +"@webassemblyjs/helper-wasm-bytecode@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" + integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== + +"@webassemblyjs/helper-wasm-section@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" + integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + +"@webassemblyjs/ieee754@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" + integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== + dependencies: + "@xtuc/ieee754" "^1.2.0" + +"@webassemblyjs/leb128@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" + integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== + dependencies: + "@xtuc/long" "4.2.2" + +"@webassemblyjs/utf8@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" + integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== + +"@webassemblyjs/wasm-edit@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" + integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/helper-wasm-section" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-opt" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/wasm-gen@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" + integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wasm-opt@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" + integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + +"@webassemblyjs/wasm-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" + integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wast-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" + integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/floating-point-hex-parser" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-code-frame" "1.9.0" + "@webassemblyjs/helper-fsm" "1.9.0" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/wast-printer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" + integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + "@xtuc/long" "4.2.2" + +"@xtuc/ieee754@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" + integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== + +"@xtuc/long@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== + +accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + dependencies: + mime-types "~2.1.24" + negotiator "0.6.2" + +acorn-jsx@^5.2.0: + version "5.3.2" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== + +acorn-walk@^7.1.1: + version "7.2.0" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" + integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== + +acorn@^6.4.1: + version "6.4.2" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" + integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== + +acorn@^7.1.1, acorn@^7.4.0: + version "7.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + +address@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" + integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== + +ajv-errors@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" + integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== + +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== + +ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: + 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" + +alphanum-sort@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" + integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= + +ansi-colors@^3.0.0: + version "3.2.4" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" + integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== + +ansi-escapes@^4.2.1: + version "4.3.2" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" + integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== + dependencies: + type-fest "^0.21.3" + +ansi-html-community@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" + integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + +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-styles@^3.2.0, 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" + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +anymatch@^3.0.0, anymatch@~3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +apexcharts@^3.33.0: + version "3.33.0" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.33.0.tgz#8fb807fb6c5a55a37a1168f0dbf0548d1ae69fdb" + integrity sha512-gOc0qZijuomtXTThLbb0sKn+mZJkVQADyK/Zw9vQ0JjKVbMYxzek61xk40hT49i1Sq6/MUqsz0WgUXYpqqf8Mg== + dependencies: + svg.draggable.js "^2.2.2" + svg.easing.js "^2.0.0" + svg.filter.js "^2.0.2" + svg.pathmorphing.js "^0.1.3" + svg.resize.js "^1.4.3" + svg.select.js "^3.0.1" + +aproba@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +arch@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" + integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +array-flatten@^2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" + integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== + +array-union@^1.0.1, array-union@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= + dependencies: + array-uniq "^1.0.1" + +array-uniq@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +asn1.js@^5.2.0: + version "5.4.1" + resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" + integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== + dependencies: + bn.js "^4.0.0" + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + safer-buffer "^2.1.0" + +asn1@~0.2.3: + version "0.2.6" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" + integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + +assert@^1.1.1: + version "1.5.0" + resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" + integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== + dependencies: + object-assign "^4.1.1" + util "0.10.3" + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +astral-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== + +async-each@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +async-limiter@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== + +async@^2.6.2: + version "2.6.3" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" + integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + dependencies: + lodash "^4.17.14" + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +attr-accept@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b" + integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg== + +autoprefixer@^9.8.6: + version "9.8.8" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" + integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== + dependencies: + browserslist "^4.12.0" + caniuse-lite "^1.0.30001109" + normalize-range "^0.1.2" + num2fraction "^1.2.2" + picocolors "^0.2.1" + postcss "^7.0.32" + postcss-value-parser "^4.1.0" + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + +aws4@^1.8.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" + integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== + +axios@^0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" + integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== + dependencies: + follow-redirects "^1.14.7" + +babel-eslint@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/parser" "^7.7.0" + "@babel/traverse" "^7.7.0" + "@babel/types" "^7.7.0" + eslint-visitor-keys "^1.0.0" + resolve "^1.12.0" + +babel-loader@^8.1.0: + version "8.2.3" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d" + integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== + dependencies: + find-cache-dir "^3.3.1" + loader-utils "^1.4.0" + make-dir "^3.1.0" + schema-utils "^2.6.5" + +babel-plugin-dynamic-import-node@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== + dependencies: + object.assign "^4.1.0" + +babel-plugin-polyfill-corejs2@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" + integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.3.1" + semver "^6.1.1" + +babel-plugin-polyfill-corejs3@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz#d66183bf10976ea677f4149a7fcc4d8df43d4060" + integrity sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + core-js-compat "^3.20.0" + +babel-plugin-polyfill-regenerator@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" + integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.3.1" + +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== + +base64-js@^1.0.2: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +batch@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" + integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= + +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + dependencies: + tweetnacl "^0.14.3" + +bfj@^6.1.1: + version "6.1.2" + resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f" + integrity sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw== + dependencies: + bluebird "^3.5.5" + check-types "^8.0.3" + hoopy "^0.1.4" + tryer "^1.0.1" + +big.js@^3.1.3: + version "3.2.0" + resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" + integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q== + +big.js@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" + integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + +bindings@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +bluebird@^3.1.1, bluebird@^3.5.5: + version "3.7.2" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: + version "4.12.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" + integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== + +bn.js@^5.0.0, bn.js@^5.1.1: + version "5.2.0" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" + integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== + +body-parser@1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.1.tgz#1499abbaa9274af3ecc9f6f10396c995943e31d4" + integrity sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA== + dependencies: + bytes "3.1.1" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.8.1" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.9.6" + raw-body "2.4.2" + type-is "~1.6.18" + +bonjour@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" + integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= + dependencies: + array-flatten "^2.1.0" + deep-equal "^1.0.1" + dns-equal "^1.0.0" + dns-txt "^2.0.2" + multicast-dns "^6.0.1" + multicast-dns-service-types "^1.1.0" + +boolbase@^1.0.0, boolbase@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= + +bootstrap-vue-3@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/bootstrap-vue-3/-/bootstrap-vue-3-0.1.0.tgz#363dd24d4f8109eb341ce54758fb5bc02d5405db" + integrity sha512-9u/S1qLFMppKdJ15mF/oi2FMj3XRy1ikNizWIobdxM3bhP4gMyo432CsCjtyNaB5jWHTZX+8y3Ylvvk4MQQGcw== + dependencies: + bootstrap "^5.1.3" + core-js "^3.6.5" + +bootstrap@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34" + integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q== + +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" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +braces@^3.0.1, braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +brorand@^1.0.1, brorand@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" + integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= + +browserify-aes@^1.0.0, browserify-aes@^1.0.4: + version "1.2.0" + resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" + integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== + dependencies: + buffer-xor "^1.0.3" + cipher-base "^1.0.0" + create-hash "^1.1.0" + evp_bytestokey "^1.0.3" + inherits "^2.0.1" + safe-buffer "^5.0.1" + +browserify-cipher@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" + integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== + dependencies: + browserify-aes "^1.0.4" + browserify-des "^1.0.0" + evp_bytestokey "^1.0.0" + +browserify-des@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" + integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== + dependencies: + cipher-base "^1.0.1" + des.js "^1.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" + integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== + dependencies: + bn.js "^5.0.0" + randombytes "^2.0.1" + +browserify-sign@^4.0.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" + integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== + dependencies: + bn.js "^5.1.1" + browserify-rsa "^4.0.1" + create-hash "^1.2.0" + create-hmac "^1.1.7" + elliptic "^6.5.3" + inherits "^2.0.4" + parse-asn1 "^5.1.5" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +browserify-zlib@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" + integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== + dependencies: + pako "~1.0.5" + +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.17.5, browserslist@^4.19.1: + version "4.19.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3" + integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A== + dependencies: + caniuse-lite "^1.0.30001286" + electron-to-chromium "^1.4.17" + escalade "^3.1.1" + node-releases "^2.0.1" + picocolors "^1.0.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== + +buffer-indexof@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" + integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== + +buffer-json@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/buffer-json/-/buffer-json-2.0.0.tgz#f73e13b1e42f196fe2fd67d001c7d7107edd7c23" + integrity sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw== + +buffer-xor@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" + integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= + +buffer@^4.3.0: + version "4.9.2" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" + integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== + dependencies: + base64-js "^1.0.2" + ieee754 "^1.1.4" + isarray "^1.0.0" + +builtin-status-codes@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" + integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + +bytes@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.1.tgz#3f018291cb4cbad9accb6e6970bca9c8889e879a" + integrity sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg== + +cacache@^12.0.2, cacache@^12.0.3: + version "12.0.4" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" + integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== + dependencies: + bluebird "^3.5.5" + chownr "^1.1.1" + figgy-pudding "^3.5.1" + glob "^7.1.4" + graceful-fs "^4.1.15" + infer-owner "^1.0.3" + lru-cache "^5.1.1" + mississippi "^3.0.0" + mkdirp "^0.5.1" + move-concurrently "^1.0.1" + promise-inflight "^1.0.1" + rimraf "^2.6.3" + ssri "^6.0.1" + unique-filename "^1.1.1" + y18n "^4.0.0" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +cache-loader@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-4.1.0.tgz#9948cae353aec0a1fcb1eafda2300816ec85387e" + integrity sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw== + dependencies: + buffer-json "^2.0.0" + find-cache-dir "^3.0.0" + loader-utils "^1.2.3" + mkdirp "^0.5.1" + neo-async "^2.6.1" + schema-utils "^2.0.0" + +call-bind@^1.0.0, call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + +call-me-maybe@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" + integrity sha1-JtII6onje1y95gJQoV8DHBak1ms= + +caller-callsite@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" + integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= + dependencies: + callsites "^2.0.0" + +caller-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" + integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= + dependencies: + caller-callsite "^2.0.0" + +callsites@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" + integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + +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== + +camel-case@3.0.x: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" + integrity sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= + dependencies: + no-case "^2.2.0" + upper-case "^1.1.1" + +camelcase@^5.0.0, camelcase@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +camelcase@^6.0.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== + +can-use-dom@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a" + integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= + +caniuse-api@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== + dependencies: + browserslist "^4.0.0" + caniuse-lite "^1.0.0" + lodash.memoize "^4.1.2" + lodash.uniq "^4.5.0" + +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001286: + version "1.0.30001303" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001303.tgz#9b168e4f43ccfc372b86f4bc5a551d9b909c95c9" + integrity sha512-/Mqc1oESndUNszJP0kx0UaQU9kEv9nNtJ7Kn8AdA0mNnH8eR1cj0kG+NbNuC1Wq/b21eA8prhKRA3bbkjONegQ== + +case-sensitive-paths-webpack-plugin@^2.3.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" + integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, 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@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^4.0.0, chalk@^4.1.0: + 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" + +chardet@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== + +chart.js@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.7.0.tgz#7a19c93035341df801d613993c2170a1fcf1d882" + integrity sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg== + +chartist@^0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/chartist/-/chartist-0.11.4.tgz#e96e1c573d8b67478920a3a6ae52359d9fc8d8b7" + integrity sha512-H4AimxaUD738/u9Mq8t27J4lh6STsLi4BQHt65nOtpLk3xyrBPaLiLMrHw7/WV9CmsjGA02WihjuL5qpSagLYw== + +check-types@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552" + integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== + +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + 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" + +chokidar@^2.1.8: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +chownr@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + +chrome-trace-event@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" + integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== + +ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== + +cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" + integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +ckeditor5@^31.1.0: + version "31.1.0" + resolved "https://registry.yarnpkg.com/ckeditor5/-/ckeditor5-31.1.0.tgz#abe8595e7cc64bd3e2b85cddfcab57caae3ecfef" + integrity sha512-uuU5JNeiLFIv6oMtSmHdKOmgO8ZjqoSqV/rJWSpc9yxXbhjjs3Gdb6lbF9f0V5OCvQSIBCTtYVYllzfXAXMyqA== + dependencies: + "@ckeditor/ckeditor5-clipboard" "^31.1.0" + "@ckeditor/ckeditor5-core" "^31.1.0" + "@ckeditor/ckeditor5-engine" "^31.1.0" + "@ckeditor/ckeditor5-enter" "^31.1.0" + "@ckeditor/ckeditor5-paragraph" "^31.1.0" + "@ckeditor/ckeditor5-select-all" "^31.1.0" + "@ckeditor/ckeditor5-typing" "^31.1.0" + "@ckeditor/ckeditor5-ui" "^31.1.0" + "@ckeditor/ckeditor5-undo" "^31.1.0" + "@ckeditor/ckeditor5-upload" "^31.1.0" + "@ckeditor/ckeditor5-utils" "^31.1.0" + "@ckeditor/ckeditor5-widget" "^31.1.0" + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +clean-css@4.2.x: + version "4.2.4" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178" + integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A== + dependencies: + source-map "~0.6.0" + +cli-cursor@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= + dependencies: + restore-cursor "^2.0.0" + +cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + dependencies: + restore-cursor "^3.1.0" + +cli-highlight@^2.1.4: + version "2.1.11" + resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.11.tgz#49736fa452f0aaf4fae580e30acb26828d2dc1bf" + integrity sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg== + dependencies: + chalk "^4.0.0" + highlight.js "^10.7.1" + mz "^2.4.0" + parse5 "^5.1.1" + parse5-htmlparser2-tree-adapter "^6.0.0" + yargs "^16.0.0" + +cli-spinners@^2.0.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" + integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== + +cli-width@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" + integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== + +click-outside-vue3@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/click-outside-vue3/-/click-outside-vue3-4.0.1.tgz#81a6ac01696b301764b42db6fdbdf28e7cd8ef95" + integrity sha512-sbplNecrup5oGqA3o4bo8XmvHRT6q9fvw21Z67aDbTqB9M6LF7CuYLTlLvNtOgKU6W3zst5H5zJuEh4auqA34g== + +clipboardy@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-2.3.0.tgz#3c2903650c68e46a91b388985bc2774287dba290" + integrity sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ== + dependencies: + arch "^2.1.1" + execa "^1.0.0" + is-wsl "^2.1.1" + +cliui@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + dependencies: + string-width "^3.1.0" + strip-ansi "^5.2.0" + wrap-ansi "^5.1.0" + +cliui@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" + integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^6.2.0" + +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= + +coa@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" + integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== + dependencies: + "@types/q" "^1.5.1" + chalk "^2.4.1" + q "^1.1.2" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0, color-convert@^1.9.3: + 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 sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@^1.0.0, 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== + +color-string@^1.6.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.0.tgz#63b6ebd1bec11999d1df3a79a7569451ac2be8aa" + integrity sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +color@^3.0.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== + dependencies: + color-convert "^1.9.3" + color-string "^1.6.0" + +combined-stream@^1.0.6, combined-stream@~1.0.6: + 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.17.x: + version "2.17.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" + integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== + +commander@^2.18.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@~2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" + integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== + +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +compressible@~2.0.16: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +compression@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" + integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== + dependencies: + accepts "~1.3.5" + bytes "3.0.0" + compressible "~2.0.16" + debug "2.6.9" + on-headers "~1.0.2" + safe-buffer "5.1.2" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +concat-stream@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +connect-history-api-fallback@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" + integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== + +console-browserify@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" + integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== + +consolidate@^0.15.1: + version "0.15.1" + resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.15.1.tgz#21ab043235c71a07d45d9aad98593b0dba56bab7" + integrity sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== + dependencies: + bluebird "^3.1.1" + +constants-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" + integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= + +content-disposition@0.5.4: + version "0.5.4" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== + dependencies: + safe-buffer "5.2.1" + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +convert-source-map@^1.7.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" + integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== + dependencies: + safe-buffer "~5.1.1" + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" + integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== + +copy-concurrently@^1.0.0: + version "1.0.5" + resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" + integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== + dependencies: + aproba "^1.1.1" + fs-write-stream-atomic "^1.0.8" + iferr "^0.1.5" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.0" + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +copy-webpack-plugin@^5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz#8a889e1dcafa6c91c6cd4be1ad158f1d3823bae2" + integrity sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ== + dependencies: + cacache "^12.0.3" + find-cache-dir "^2.1.0" + glob-parent "^3.1.0" + globby "^7.1.1" + is-glob "^4.0.1" + loader-utils "^1.2.3" + minimatch "^3.0.4" + normalize-path "^3.0.0" + p-limit "^2.2.1" + schema-utils "^1.0.0" + serialize-javascript "^4.0.0" + webpack-log "^2.0.0" + +core-js-compat@^3.20.0, core-js-compat@^3.20.2, core-js-compat@^3.6.5: + version "3.20.3" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6" + integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw== + dependencies: + browserslist "^4.19.1" + semver "7.0.0" + +core-js@3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" + integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + +core-js@^3.0.1, core-js@^3.6.5: + version "3.20.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a" + integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag== + +core-util-is@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +core-util-is@~1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== + +cosmiconfig@^5.0.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" + integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + dependencies: + import-fresh "^2.0.0" + is-directory "^0.3.1" + js-yaml "^3.13.1" + parse-json "^4.0.0" + +create-ecdh@^4.0.0: + version "4.0.4" + resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" + integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== + dependencies: + bn.js "^4.1.0" + elliptic "^6.5.3" + +create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" + integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== + dependencies: + cipher-base "^1.0.1" + inherits "^2.0.1" + md5.js "^1.3.4" + ripemd160 "^2.0.1" + sha.js "^2.4.0" + +create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" + integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== + dependencies: + cipher-base "^1.0.3" + create-hash "^1.1.0" + inherits "^2.0.1" + ripemd160 "^2.0.0" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +cropperjs@^1.5.6: + version "1.5.12" + resolved "https://registry.yarnpkg.com/cropperjs/-/cropperjs-1.5.12.tgz#d9c0db2bfb8c0d769d51739e8f916bbc44e10f50" + integrity sha512-re7UdjE5UnwdrovyhNzZ6gathI4Rs3KGCBSc8HCIjUo5hO42CtzyblmWLj6QWVw7huHyDMfpKxhiO2II77nhDw== + +cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^6.0.0, cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^7.0.0: + 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-browserify@^3.11.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" + integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== + dependencies: + browserify-cipher "^1.0.0" + browserify-sign "^4.0.0" + create-ecdh "^4.0.0" + create-hash "^1.1.0" + create-hmac "^1.1.0" + diffie-hellman "^5.0.0" + inherits "^2.0.1" + pbkdf2 "^3.0.3" + public-encrypt "^4.0.0" + randombytes "^2.0.0" + randomfill "^1.0.3" + +css-color-names@0.0.4, css-color-names@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" + integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= + +css-declaration-sorter@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" + integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== + dependencies: + postcss "^7.0.1" + timsort "^0.3.0" + +css-loader@^3.5.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" + integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== + dependencies: + camelcase "^5.3.1" + cssesc "^3.0.0" + icss-utils "^4.1.1" + loader-utils "^1.2.3" + normalize-path "^3.0.0" + postcss "^7.0.32" + postcss-modules-extract-imports "^2.0.0" + postcss-modules-local-by-default "^3.0.2" + postcss-modules-scope "^2.2.0" + postcss-modules-values "^3.0.0" + postcss-value-parser "^4.1.0" + schema-utils "^2.7.0" + semver "^6.3.0" + +css-select-base-adapter@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" + integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== + +css-select@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" + integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== + dependencies: + boolbase "^1.0.0" + css-what "^3.2.1" + domutils "^1.7.0" + nth-check "^1.0.2" + +css-select@^4.1.3: + version "4.2.1" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd" + integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ== + dependencies: + boolbase "^1.0.0" + css-what "^5.1.0" + domhandler "^4.3.0" + domutils "^2.8.0" + nth-check "^2.0.1" + +css-tree@1.0.0-alpha.37: + version "1.0.0-alpha.37" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" + integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== + dependencies: + mdn-data "2.0.4" + source-map "^0.6.1" + +css-tree@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== + dependencies: + mdn-data "2.0.14" + source-map "^0.6.1" + +css-what@^3.2.1: + version "3.4.2" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" + integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== + +css-what@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== + +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== + +cssnano-preset-default@^4.0.0, cssnano-preset-default@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff" + integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ== + dependencies: + css-declaration-sorter "^4.0.1" + cssnano-util-raw-cache "^4.0.1" + postcss "^7.0.0" + postcss-calc "^7.0.1" + postcss-colormin "^4.0.3" + postcss-convert-values "^4.0.1" + postcss-discard-comments "^4.0.2" + postcss-discard-duplicates "^4.0.2" + postcss-discard-empty "^4.0.1" + postcss-discard-overridden "^4.0.1" + postcss-merge-longhand "^4.0.11" + postcss-merge-rules "^4.0.3" + postcss-minify-font-values "^4.0.2" + postcss-minify-gradients "^4.0.2" + postcss-minify-params "^4.0.2" + postcss-minify-selectors "^4.0.2" + postcss-normalize-charset "^4.0.1" + postcss-normalize-display-values "^4.0.2" + postcss-normalize-positions "^4.0.2" + postcss-normalize-repeat-style "^4.0.2" + postcss-normalize-string "^4.0.2" + postcss-normalize-timing-functions "^4.0.2" + postcss-normalize-unicode "^4.0.1" + postcss-normalize-url "^4.0.1" + postcss-normalize-whitespace "^4.0.2" + postcss-ordered-values "^4.1.2" + postcss-reduce-initial "^4.0.3" + postcss-reduce-transforms "^4.0.2" + postcss-svgo "^4.0.3" + postcss-unique-selectors "^4.0.1" + +cssnano-util-get-arguments@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" + integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= + +cssnano-util-get-match@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" + integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= + +cssnano-util-raw-cache@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" + integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== + dependencies: + postcss "^7.0.0" + +cssnano-util-same-parent@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" + integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== + +cssnano@^4.0.0, cssnano@^4.1.10: + version "4.1.11" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99" + integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g== + dependencies: + cosmiconfig "^5.0.0" + cssnano-preset-default "^4.0.8" + is-resolvable "^1.0.0" + postcss "^7.0.0" + +csso@^4.0.2: + version "4.2.0" + resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" + integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== + dependencies: + css-tree "^1.1.2" + +csstype@^2.6.8: + version "2.6.19" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.19.tgz#feeb5aae89020bb389e1f63669a5ed490e391caa" + integrity sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ== + +cyclist@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + dependencies: + assert-plus "^1.0.0" + +date-fns@^2.22.1: + version "2.28.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" + integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== + +debug@2.6.9, debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^3.1.1, debug@^3.2.6: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" + +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== + dependencies: + ms "2.1.2" + +decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-equal@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" + integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== + dependencies: + is-arguments "^1.0.4" + is-date-object "^1.0.1" + is-regex "^1.0.4" + object-is "^1.0.1" + object-keys "^1.1.1" + regexp.prototype.flags "^1.2.0" + +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@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" + integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ== + +deepmerge@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== + +default-gateway@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" + integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== + dependencies: + execa "^1.0.0" + ip-regex "^2.1.0" + +default-gateway@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-5.0.5.tgz#4fd6bd5d2855d39b34cc5a59505486e9aafc9b10" + integrity sha512-z2RnruVmj8hVMmAnEJMTIJNijhKCDiGjbLP+BHJFOT7ld3Bo5qcIBpVYDniqhbMIIf+jZDlkP2MkPXiQy/DBLA== + dependencies: + execa "^3.3.0" + +defaults@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" + integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= + dependencies: + clone "^1.0.2" + +define-properties@^1.1.2, define-properties@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +del@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" + integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== + dependencies: + "@types/glob" "^7.1.1" + globby "^6.1.0" + is-path-cwd "^2.0.0" + is-path-in-cwd "^2.0.0" + p-map "^2.0.0" + pify "^4.0.1" + rimraf "^2.6.3" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +des.js@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" + integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + dependencies: + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +detect-node@^2.0.4: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" + integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== + +diffie-hellman@^5.0.0: + version "5.0.3" + resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" + integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== + dependencies: + bn.js "^4.1.0" + miller-rabin "^4.0.0" + randombytes "^2.0.0" + +dir-glob@^2.0.0, dir-glob@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" + integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== + dependencies: + path-type "^3.0.0" + +dns-equal@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" + integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= + +dns-packet@^1.3.1: + version "1.3.4" + resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f" + integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA== + dependencies: + ip "^1.1.0" + safe-buffer "^5.0.1" + +dns-txt@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" + integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= + dependencies: + buffer-indexof "^1.0.0" + +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" + +dom-converter@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" + integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== + dependencies: + utila "~0.4" + +dom-serializer@0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" + integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== + dependencies: + domelementtype "^2.0.1" + entities "^2.0.0" + +dom-serializer@^1.0.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" + integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.2.0" + entities "^2.0.0" + +domain-browser@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" + integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== + +domelementtype@1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" + integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== + +domelementtype@^2.0.1, domelementtype@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" + integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + +domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626" + integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g== + dependencies: + domelementtype "^2.2.0" + +domutils@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" + integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== + dependencies: + dom-serializer "0" + domelementtype "1" + +domutils@^2.5.2, domutils@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== + dependencies: + dom-serializer "^1.0.1" + domelementtype "^2.2.0" + domhandler "^4.2.0" + +dot-prop@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== + dependencies: + is-obj "^2.0.0" + +dotenv-expand@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" + integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== + +dotenv@^8.2.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" + integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== + +dropzone@^6.0.0-beta.2: + version "6.0.0-beta.2" + resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-6.0.0-beta.2.tgz#098be8fa84bdc08674cf0b74f4c889e2679083d6" + integrity sha512-k44yLuFFhRk53M8zP71FaaNzJYIzr99SKmpbO/oZKNslDjNXQsBTdfLs+iONd0U0L94zzlFzRnFdqbLcs7h9fQ== + dependencies: + "@swc/helpers" "^0.2.13" + just-extend "^5.0.0" + +duplexer@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" + integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== + +duplexify@^3.4.2, duplexify@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" + integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +easy-stack@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.1.tgz#8afe4264626988cabb11f3c704ccd0c835411066" + integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w== + +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + +echarts@^5.2.2, echarts@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.3.0.tgz#39342fcf0f763413fecd9d2afd1c415163de694d" + integrity sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ== + dependencies: + tslib "2.3.0" + zrender "5.3.0" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +ejs@^2.6.1: + version "2.7.4" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" + integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== + +electron-to-chromium@^1.4.17: + version "1.4.56" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.56.tgz#f660fd2c6739b341d8922fe3a441a5a2804911a1" + integrity sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g== + +elliptic@^6.5.3: + version "6.5.4" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" + integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + hash.js "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" + +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + +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== + +emojis-list@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" + integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= + +emojis-list@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" + integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enhanced-resolve@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== + dependencies: + graceful-fs "^4.1.2" + memory-fs "^0.5.0" + tapable "^1.0.0" + +entities@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== + +errno@^0.1.3, errno@~0.1.7: + version "0.1.8" + resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" + integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== + dependencies: + prr "~1.0.1" + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +error-stack-parser@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" + integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== + dependencies: + stackframe "^1.1.1" + +es-abstract@^1.17.2, es-abstract@^1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" + integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== + dependencies: + call-bind "^1.0.2" + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + get-intrinsic "^1.1.1" + get-symbol-description "^1.0.0" + has "^1.0.3" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + is-callable "^1.2.4" + is-negative-zero "^2.0.1" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.1" + is-string "^1.0.7" + is-weakref "^1.0.1" + object-inspect "^1.11.0" + object-keys "^1.1.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" + +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" + +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +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 sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +eslint-loader@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337" + integrity sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg== + dependencies: + loader-fs-cache "^1.0.0" + loader-utils "^1.0.2" + object-assign "^4.0.1" + object-hash "^1.1.4" + rimraf "^2.6.1" + +eslint-plugin-vue@^7.0.0: + version "7.20.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.20.0.tgz#98c21885a6bfdf0713c3a92957a5afeaaeed9253" + integrity sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw== + dependencies: + eslint-utils "^2.1.0" + natural-compare "^1.4.0" + semver "^6.3.0" + vue-eslint-parser "^7.10.0" + +eslint-scope@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" + integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== + dependencies: + esrecurse "^4.1.0" + estraverse "^4.1.1" + +eslint-scope@^5.0.0, eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + +eslint-utils@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" + integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" + integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + dependencies: + eslint-visitor-keys "^1.1.0" + +eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" + integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + +eslint@^6.7.2: + version "6.8.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" + integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== + dependencies: + "@babel/code-frame" "^7.0.0" + ajv "^6.10.0" + chalk "^2.1.0" + cross-spawn "^6.0.5" + debug "^4.0.1" + doctrine "^3.0.0" + eslint-scope "^5.0.0" + eslint-utils "^1.4.3" + eslint-visitor-keys "^1.1.0" + espree "^6.1.2" + esquery "^1.0.1" + esutils "^2.0.2" + file-entry-cache "^5.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^5.0.0" + globals "^12.1.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + inquirer "^7.0.0" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.3.0" + lodash "^4.17.14" + minimatch "^3.0.4" + mkdirp "^0.5.1" + natural-compare "^1.4.0" + optionator "^0.8.3" + progress "^2.0.0" + regexpp "^2.0.1" + semver "^6.1.2" + strip-ansi "^5.2.0" + strip-json-comments "^3.0.1" + table "^5.2.3" + text-table "^0.2.0" + v8-compile-cache "^2.0.3" + +espree@^6.1.2, espree@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" + integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw== + dependencies: + acorn "^7.1.1" + acorn-jsx "^5.2.0" + eslint-visitor-keys "^1.1.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.0.1, esquery@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.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@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +estraverse@^5.1.0, estraverse@^5.2.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@^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== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-pubsub@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/event-pubsub/-/event-pubsub-4.3.0.tgz#f68d816bc29f1ec02c539dc58c8dd40ce72cb36e" + integrity sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ== + +eventemitter3@^4.0.0: + version "4.0.7" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" + integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + +events@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" + integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== + +eventsource@^1.0.7: + version "1.1.0" + resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.0.tgz#00e8ca7c92109e94b0ddf32dac677d841028cfaf" + integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== + dependencies: + original "^1.0.0" + +evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" + integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== + dependencies: + md5.js "^1.3.4" + safe-buffer "^5.1.1" + +execa@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" + integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== + dependencies: + cross-spawn "^6.0.0" + get-stream "^4.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execa@^3.3.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89" + integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== + dependencies: + cross-spawn "^7.0.0" + get-stream "^5.0.0" + human-signals "^1.1.1" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.0" + onetime "^5.1.0" + p-finally "^2.0.0" + signal-exit "^3.0.2" + strip-final-newline "^2.0.0" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +express@^4.16.3, express@^4.17.1: + version "4.17.2" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.2.tgz#c18369f265297319beed4e5558753cc8c1364cb3" + integrity sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg== + dependencies: + accepts "~1.3.7" + array-flatten "1.1.1" + body-parser "1.19.1" + content-disposition "0.5.4" + content-type "~1.0.4" + cookie "0.4.1" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.7" + qs "6.9.6" + range-parser "~1.2.1" + safe-buffer "5.2.1" + send "0.17.2" + serve-static "1.14.2" + setprototypeof "1.2.0" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +external-editor@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== + dependencies: + chardet "^0.7.0" + iconv-lite "^0.4.24" + tmp "^0.0.33" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + +extsprintf@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" + integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== + +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@^2.2.6: + version "2.2.7" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d" + integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== + dependencies: + "@mrmlnc/readdir-enhanced" "^2.2.1" + "@nodelib/fs.stat" "^1.1.2" + glob-parent "^3.1.0" + is-glob "^4.0.0" + merge2 "^1.2.3" + micromatch "^3.1.10" + +fast-json-stable-stringify@^2.0.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 sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + +faye-websocket@0.11.4, faye-websocket@^0.11.3: + version "0.11.4" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== + dependencies: + websocket-driver ">=0.5.1" + +fecha@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce" + integrity sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q== + +figgy-pudding@^3.5.1: + version "3.5.2" + resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" + integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== + +figures@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== + dependencies: + escape-string-regexp "^1.0.5" + +file-entry-cache@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" + integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== + dependencies: + flat-cache "^2.0.1" + +file-loader@^4.2.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af" + integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== + dependencies: + loader-utils "^1.2.3" + schema-utils "^2.5.0" + +file-selector@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.4.tgz#7b98286f9dbb9925f420130ea5ed0a69238d4d80" + integrity sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA== + dependencies: + tslib "^2.0.3" + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +filesize@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" + integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +finalhandler@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +find-cache-dir@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz#c8defae57c8a52a8a784f9e31c57c742e993a0b9" + integrity sha1-yN765XyKUqinhPnjHFfHQumToLk= + dependencies: + commondir "^1.0.1" + mkdirp "^0.5.1" + pkg-dir "^1.0.0" + +find-cache-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" + integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== + dependencies: + commondir "^1.0.1" + make-dir "^2.0.0" + pkg-dir "^3.0.0" + +find-cache-dir@^3.0.0, find-cache-dir@^3.3.1: + version "3.3.2" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" + integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== + dependencies: + commondir "^1.0.1" + make-dir "^3.0.2" + pkg-dir "^4.1.0" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +find-up@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== + dependencies: + locate-path "^5.0.0" + path-exists "^4.0.0" + +firebase@^9.6.3: + version "9.6.5" + resolved "https://registry.yarnpkg.com/firebase/-/firebase-9.6.5.tgz#cf664a953e85f8c7013783db9be21f063877ca9b" + integrity sha512-RtJjR5iWU4B9FyGIQ3uorJwp9vXiu5ozAJZZjd1m2Lh9lWqfTKVQitG6nZOdK/Bcc/p4X3OEzlCcBnbi+XFZBA== + dependencies: + "@firebase/analytics" "0.7.5" + "@firebase/analytics-compat" "0.1.6" + "@firebase/app" "0.7.15" + "@firebase/app-check" "0.5.3" + "@firebase/app-check-compat" "0.2.3" + "@firebase/app-compat" "0.1.16" + "@firebase/app-types" "0.7.0" + "@firebase/auth" "0.19.7" + "@firebase/auth-compat" "0.2.7" + "@firebase/database" "0.12.5" + "@firebase/database-compat" "0.1.5" + "@firebase/firestore" "3.4.4" + "@firebase/firestore-compat" "0.1.13" + "@firebase/functions" "0.7.8" + "@firebase/functions-compat" "0.1.9" + "@firebase/installations" "0.5.5" + "@firebase/messaging" "0.9.7" + "@firebase/messaging-compat" "0.1.7" + "@firebase/performance" "0.5.5" + "@firebase/performance-compat" "0.1.5" + "@firebase/polyfill" "0.3.36" + "@firebase/remote-config" "0.3.4" + "@firebase/remote-config-compat" "0.1.5" + "@firebase/storage" "0.9.2" + "@firebase/storage-compat" "0.1.10" + "@firebase/util" "1.4.3" + +flat-cache@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" + integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== + dependencies: + flatted "^2.0.0" + rimraf "2.6.3" + write "1.0.3" + +flatted@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" + integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== + +flush-write-stream@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" + integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== + dependencies: + inherits "^2.0.3" + readable-stream "^2.3.6" + +follow-redirects@^1.0.0, follow-redirects@^1.14.7: + version "1.14.7" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +forwarded@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +from2@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.0" + +fs-extra@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + +fs-write-stream-atomic@^1.0.8: + version "1.0.10" + resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" + integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + dependencies: + graceful-fs "^4.1.2" + iferr "^0.1.5" + imurmurhash "^0.1.4" + readable-stream "1 || 2" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.7: + version "1.2.13" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + dependencies: + bindings "^1.5.0" + nan "^2.12.1" + +fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +functional-red-black-tree@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" + integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + +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-caller-file@^2.0.1, get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" + integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + +get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + +get-stream@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-symbol-description@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" + integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.1.1" + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + dependencies: + assert-plus "^1.0.0" + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-parent@^5.0.0, 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-to-regexp@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" + integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= + +glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: + version "7.2.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" + integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + 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@^12.1.0: + version "12.4.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" + integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== + dependencies: + type-fest "^0.8.1" + +globby@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" + integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= + dependencies: + array-union "^1.0.1" + glob "^7.0.3" + object-assign "^4.0.1" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +globby@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" + integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA= + dependencies: + array-union "^1.0.1" + dir-glob "^2.0.0" + glob "^7.1.2" + ignore "^3.3.5" + pify "^3.0.0" + slash "^1.0.0" + +globby@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d" + integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== + dependencies: + "@types/glob" "^7.1.1" + array-union "^1.0.2" + dir-glob "^2.2.2" + fast-glob "^2.2.6" + glob "^7.1.3" + ignore "^4.0.3" + pify "^4.0.1" + slash "^2.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: + version "4.2.9" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" + integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== + +gzip-size@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" + integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== + dependencies: + duplexer "^0.1.1" + pify "^4.0.1" + +handle-thing@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" + integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== + +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + dependencies: + ajv "^6.12.3" + har-schema "^2.0.0" + +has-bigints@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" + integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +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-symbols@^1.0.1, has-symbols@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" + integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + +has-tostringtag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== + dependencies: + has-symbols "^1.0.2" + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.0, has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hash-base@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" + integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== + dependencies: + inherits "^2.0.4" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +hash-sum@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04" + integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ= + +hash-sum@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a" + integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== + +hash.js@^1.0.0, hash.js@^1.0.3: + version "1.1.7" + resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" + integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== + dependencies: + inherits "^2.0.3" + minimalistic-assert "^1.0.1" + +he@1.2.x: + version "1.2.0" + resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== + +hex-color-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" + integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== + +highlight.js@*: + version "11.4.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.4.0.tgz#34ceadd49e1596ee5aba3d99346cdfd4845ee05a" + integrity sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA== + +highlight.js@^10.7.1: + version "10.7.3" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531" + integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== + +hmac-drbg@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" + integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= + dependencies: + hash.js "^1.0.3" + minimalistic-assert "^1.0.0" + minimalistic-crypto-utils "^1.0.1" + +hoopy@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" + integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== + +hosted-git-info@^2.1.4: + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== + +hpack.js@^2.1.6: + version "2.1.6" + resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" + integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= + dependencies: + inherits "^2.0.1" + obuf "^1.0.0" + readable-stream "^2.0.1" + wbuf "^1.1.0" + +hsl-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" + integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= + +hsla-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" + integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= + +html-entities@^1.3.1: + version "1.4.0" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" + integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== + +html-minifier@^3.2.3: + version "3.5.21" + resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.21.tgz#d0040e054730e354db008463593194015212d20c" + integrity sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA== + dependencies: + camel-case "3.0.x" + clean-css "4.2.x" + commander "2.17.x" + he "1.2.x" + param-case "2.1.x" + relateurl "0.2.x" + uglify-js "3.4.x" + +html-tags@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" + integrity sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos= + +html-tags@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" + integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== + +html-webpack-plugin@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b" + integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s= + dependencies: + html-minifier "^3.2.3" + loader-utils "^0.2.16" + lodash "^4.17.3" + pretty-error "^2.0.2" + tapable "^1.0.0" + toposort "^1.0.0" + util.promisify "1.0.0" + +htmlparser2@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== + dependencies: + domelementtype "^2.0.1" + domhandler "^4.0.0" + domutils "^2.5.2" + entities "^2.0.0" + +http-deceiver@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" + integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= + +http-errors@1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" + integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.2.0" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.1" + +http-errors@~1.6.2: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-parser-js@>=0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.5.tgz#d7c30d5d3c90d865b4a2e870181f9d6f22ac7ac5" + integrity sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA== + +http-proxy-middleware@0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" + integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== + dependencies: + http-proxy "^1.17.0" + is-glob "^4.0.0" + lodash "^4.17.11" + micromatch "^3.1.10" + +http-proxy-middleware@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#43700d6d9eecb7419bf086a128d0f7205d9eb665" + integrity sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg== + dependencies: + "@types/http-proxy" "^1.17.5" + http-proxy "^1.18.1" + is-glob "^4.0.1" + is-plain-obj "^3.0.0" + micromatch "^4.0.2" + +http-proxy@^1.17.0, http-proxy@^1.18.1: + version "1.18.1" + resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== + dependencies: + eventemitter3 "^4.0.0" + follow-redirects "^1.0.0" + requires-port "^1.0.0" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +https-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" + integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= + +human-signals@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== + +iconv-lite@0.4.24, iconv-lite@^0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +icss-utils@^4.0.0, icss-utils@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" + integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== + dependencies: + postcss "^7.0.14" + +idb@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/idb/-/idb-3.0.2.tgz#c8e9122d5ddd40f13b60ae665e4862f8b13fa384" + integrity sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw== + +ieee754@^1.1.4: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +iferr@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" + integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= + +ignore@^3.3.5: + version "3.3.10" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" + integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== + +ignore@^4.0.3, ignore@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" + integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== + +immediate@~3.0.5: + version "3.0.6" + resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" + integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= + +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + +import-cwd@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" + integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= + dependencies: + import-from "^2.1.0" + +import-fresh@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" + integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= + dependencies: + caller-path "^2.0.0" + resolve-from "^3.0.0" + +import-fresh@^3.0.0: + 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" + +import-from@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" + integrity sha1-M1238qev/VOqpHHUuAId7ja387E= + dependencies: + resolve-from "^3.0.0" + +import-local@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== + dependencies: + pkg-dir "^3.0.0" + resolve-cwd "^2.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +indexes-of@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" + integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= + +infer-owner@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +inherits@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" + integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= + +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +inquirer@^7.0.0, inquirer@^7.1.0: + version "7.3.3" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" + integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== + dependencies: + ansi-escapes "^4.2.1" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-width "^3.0.0" + external-editor "^3.0.3" + figures "^3.0.0" + lodash "^4.17.19" + mute-stream "0.0.8" + run-async "^2.4.0" + rxjs "^6.6.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + through "^2.3.6" + +internal-ip@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" + integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== + dependencies: + default-gateway "^4.2.0" + ipaddr.js "^1.9.0" + +internal-slot@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" + integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== + dependencies: + get-intrinsic "^1.1.0" + has "^1.0.3" + side-channel "^1.0.4" + +ip-regex@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= + +ip@^1.1.0, ip@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" + integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= + +ipaddr.js@1.9.1, ipaddr.js@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +is-absolute-url@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" + integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= + +is-absolute-url@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" + integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arguments@^1.0.4: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + +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@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +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-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.4, is-callable@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" + integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== + +is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== + dependencies: + ci-info "^1.5.0" + +is-color-stop@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" + integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= + dependencies: + css-color-names "^0.0.4" + hex-color-regex "^1.1.0" + hsl-regex "^1.0.0" + hsla-regex "^1.0.0" + rgb-regex "^1.0.1" + rgba-regex "^1.0.0" + +is-core-module@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" + integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== + dependencies: + has "^1.0.3" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + 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-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-directory@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" + integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + +is-docker@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.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 sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +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-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0, is-glob@^4.0.1, 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-negative-zero@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" + integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== + +is-number-object@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0" + integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== + dependencies: + has-tostringtag "^1.0.0" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +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@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== + +is-path-cwd@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== + +is-path-in-cwd@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" + integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== + dependencies: + is-path-inside "^2.1.0" + +is-path-inside@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" + integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== + dependencies: + path-is-inside "^1.0.2" + +is-plain-obj@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" + integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= + +is-plain-obj@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" + integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-regex@^1.0.4, 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-resolvable@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" + integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== + +is-shared-array-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" + integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== + +is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + +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-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + +is-weakref@^1.0.1: + 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-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +is-wsl@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + +is-wsl@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + +isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + +javascript-stringify@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79" + integrity sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg== + +js-message@1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/js-message/-/js-message-1.0.7.tgz#fbddd053c7a47021871bb8b2c95397cc17c20e47" + integrity sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA== + +js-queue@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/js-queue/-/js-queue-2.0.2.tgz#0be590338f903b36c73d33c31883a821412cd482" + integrity sha512-pbKLsbCfi7kriM3s1J4DDCo7jQkI58zPLHi0heXPzPlj0hjUsm+FesPUbE0DSbIVIK503A36aUBoCN7eMFedkA== + dependencies: + easy-stack "^1.0.1" + +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@^3.13.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + +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 sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= + +json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +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@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 sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + +json3@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" + integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== + +json5@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= + +json5@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + dependencies: + minimist "^1.2.0" + +json5@^2.1.2: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== + dependencies: + minimist "^1.2.5" + +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= + optionalDependencies: + graceful-fs "^4.1.6" + +jsprim@^1.2.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" + integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.4.0" + verror "1.10.0" + +jszip@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9" + integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg== + dependencies: + lie "~3.3.0" + pako "~1.0.2" + readable-stream "~2.3.6" + set-immediate-shim "~1.0.1" + +just-extend@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-5.1.1.tgz#4f33b1fc719964f816df55acc905776694b713ab" + integrity sha512-b+z6yF1d4EOyDgylzQo5IminlUmzSeqR1hs/bzjBNjuGras4FXq/6TrzjxfN0j+TmI0ltJzTNlqXUMCniciwKQ== + +killable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" + integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +klona@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" + integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== + +launch-editor-middleware@^2.2.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.3.0.tgz#edd0ed45a46f5f1cf27540f93346b5de9e8c3be0" + integrity sha512-GJR64trLdFFwCoL9DMn/d1SZX0OzTDPixu4mcfWTShQ4tIqCHCGvlg9fOEYQXyBlrSMQwylsJfUWncheShfV2w== + dependencies: + launch-editor "^2.3.0" + +launch-editor@^2.2.1, launch-editor@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.3.0.tgz#23b2081403b7eeaae2918bda510f3535ccab0ee4" + integrity sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA== + dependencies: + picocolors "^1.0.0" + shell-quote "^1.6.1" + +leaflet@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19" + integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw== + +levn@^0.3.0, levn@~0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= + dependencies: + prelude-ls "~1.1.2" + type-check "~0.3.2" + +lie@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" + integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== + dependencies: + immediate "~3.0.5" + +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== + +loader-fs-cache@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9" + integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA== + dependencies: + find-cache-dir "^0.1.1" + mkdirp "^0.5.1" + +loader-runner@^2.3.1, loader-runner@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" + integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== + +loader-utils@^0.2.16: + version "0.2.17" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348" + integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g= + dependencies: + big.js "^3.1.3" + emojis-list "^2.0.0" + json5 "^0.5.0" + object-assign "^4.0.1" + +loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" + integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^1.0.1" + +loader-utils@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" + integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^2.1.2" + +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== + dependencies: + p-locate "^4.1.0" + +lodash-es@^4.17.11, lodash-es@^4.17.15, lodash-es@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + +lodash.camelcase@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= + +lodash.defaultsdeep@^4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz#512e9bd721d272d94e3d3a63653fa17516741ca6" + integrity sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA== + +lodash.kebabcase@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" + integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY= + +lodash.mapvalues@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" + integrity sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw= + +lodash.memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= + +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= + +lodash.transform@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0" + integrity sha1-EjBkIvYzJK7YSD0/ODMrX2cFR6A= + +lodash.uniq@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= + +lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +log-symbols@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" + integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== + dependencies: + chalk "^2.0.1" + +loglevel@^1.6.8: + version "1.8.0" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114" + integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA== + +long@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" + integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== + +lower-case@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" + integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= + +lru-cache@^4.0.1, lru-cache@^4.1.2: + version "4.1.5" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" + integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + +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" + +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + +magic-string@^0.25.7: + version "0.25.7" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051" + integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== + dependencies: + sourcemap-codec "^1.4.4" + +make-dir@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + +make-dir@^3.0.2, make-dir@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== + dependencies: + semver "^6.0.0" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +maska@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/maska/-/maska-1.5.0.tgz#6e2f6386d290ab7dc8b44cfc04f34891e06a1e25" + integrity sha512-BwZXzs5gHeu6wtn3iWFqrKRtcsM3sTpkHvfAngVNVNlN7tl9ZyQUeHTz11s9Sy7Bq1MoQ+xyR/+IzghY8nR84Q== + +md5.js@^1.3.4: + version "1.3.5" + resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" + integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +mdn-data@2.0.14: + version "2.0.14" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== + +mdn-data@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" + integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +memory-fs@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" + integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +memory-fs@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" + integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +merge-source-map@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646" + integrity sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== + dependencies: + source-map "^0.6.1" + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +merge2@^1.2.3: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +metismenujs@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/metismenujs/-/metismenujs-1.3.1.tgz#4b306d1b0dcad050aa01e131ca7639d27d1ed910" + integrity sha512-bb2f78827KWj/zeY9ZmnEnuEU9kRaW/WL1r5jJ2ALAtY34qSIvygE/HzNw1QXWQrW6t4ILELZGS6CcDz6gr5mw== + +micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +micromatch@^4.0.2: + version "4.0.4" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" + integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + dependencies: + braces "^3.0.1" + picomatch "^2.2.3" + +miller-rabin@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" + integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== + dependencies: + bn.js "^4.0.0" + brorand "^1.0.1" + +mime-db@1.51.0, "mime-db@>= 1.43.0 < 2": + version "1.51.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" + integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== + +mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: + version "2.1.34" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24" + integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== + dependencies: + mime-db "1.51.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.4.4: + version "2.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" + integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== + +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +mini-css-extract-plugin@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" + integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== + dependencies: + loader-utils "^1.1.0" + normalize-url "1.9.1" + schema-utils "^1.0.0" + webpack-sources "^1.1.0" + +minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== + +minimalistic-crypto-utils@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" + integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.0, minimist@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + +minipass@^3.1.1: + version "3.1.6" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" + integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== + dependencies: + yallist "^4.0.0" + +mississippi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" + integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== + dependencies: + concat-stream "^1.5.0" + duplexify "^3.4.2" + end-of-stream "^1.1.0" + flush-write-stream "^1.0.0" + from2 "^2.1.0" + parallel-transform "^1.1.0" + pump "^3.0.0" + pumpify "^1.3.3" + stream-each "^1.1.0" + through2 "^2.0.0" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + dependencies: + minimist "^1.2.5" + +moment@^2.29.1: + version "2.29.1" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" + integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== + +move-concurrently@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" + integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + dependencies: + aproba "^1.1.1" + copy-concurrently "^1.0.0" + fs-write-stream-atomic "^1.0.8" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.3" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +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== + +ms@2.1.3, ms@^2.1.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +multicast-dns-service-types@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" + integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= + +multicast-dns@^6.0.1: + version "6.2.3" + resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229" + integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== + dependencies: + dns-packet "^1.3.1" + thunky "^1.0.2" + +mute-stream@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== + +mz@^2.4.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" + +nan@^2.12.1: + version "2.15.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" + integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== + +nanoid@^3.1.30: + version "3.2.0" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" + integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + +neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +no-case@^2.2.0: + version "2.3.2" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" + integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== + dependencies: + lower-case "^1.1.1" + +node-fetch@2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + +node-forge@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" + integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + +node-ipc@^9.1.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/node-ipc/-/node-ipc-9.2.1.tgz#b32f66115f9d6ce841dc4ec2009d6a733f98bb6b" + integrity sha512-mJzaM6O3xHf9VT8BULvJSbdVbmHUKRNOH7zDDkCrA1/T+CVjq2WVIDfLt0azZRXpgArJtl3rtmEozrbXPZ9GaQ== + dependencies: + event-pubsub "4.3.0" + js-message "1.0.7" + js-queue "2.0.2" + +node-libs-browser@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" + integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== + dependencies: + assert "^1.1.1" + browserify-zlib "^0.2.0" + buffer "^4.3.0" + console-browserify "^1.1.0" + constants-browserify "^1.0.0" + crypto-browserify "^3.11.0" + domain-browser "^1.1.1" + events "^3.0.0" + https-browserify "^1.0.0" + os-browserify "^0.3.0" + path-browserify "0.0.1" + process "^0.11.10" + punycode "^1.2.4" + querystring-es3 "^0.2.0" + readable-stream "^2.3.3" + stream-browserify "^2.0.1" + stream-http "^2.7.2" + string_decoder "^1.0.0" + timers-browserify "^2.0.4" + tty-browserify "0.0.0" + url "^0.11.0" + util "^0.11.0" + vm-browserify "^1.0.1" + +node-releases@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5" + integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== + +normalize-package-data@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" + integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k= + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +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 sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= + +normalize-url@1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" + integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= + dependencies: + object-assign "^4.0.1" + prepend-http "^1.0.0" + query-string "^4.1.0" + sort-keys "^1.0.0" + +normalize-url@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" + integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + +npm-run-path@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== + dependencies: + path-key "^3.0.0" + +nth-check@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" + integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== + dependencies: + boolbase "~1.0.0" + +nth-check@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + dependencies: + boolbase "^1.0.0" + +num2fraction@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" + integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= + +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-hash@^1.1.4: + version "1.3.1" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" + integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== + +object-inspect@^1.11.0, object-inspect@^1.9.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" + integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== + +object-is@^1.0.1: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +object-keys@^1.0.12, 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-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.assign@^4.1.0, object.assign@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + has-symbols "^1.0.1" + object-keys "^1.1.1" + +object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: + version "2.1.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" + integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +object.values@^1.1.0: + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" + integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.1" + +obuf@^1.0.0, obuf@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" + integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +on-headers@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +onetime@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= + dependencies: + mimic-fn "^1.0.0" + +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +open@^6.3.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" + integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== + dependencies: + is-wsl "^1.1.0" + +opener@^1.5.1: + version "1.5.2" + resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" + integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== + +opn@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" + integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== + dependencies: + is-wsl "^1.1.0" + +optionator@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" + integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== + dependencies: + deep-is "~0.1.3" + fast-levenshtein "~2.0.6" + levn "~0.3.0" + prelude-ls "~1.1.2" + type-check "~0.3.2" + word-wrap "~1.2.3" + +ora@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" + integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== + dependencies: + chalk "^2.4.2" + cli-cursor "^2.1.0" + cli-spinners "^2.0.0" + log-symbols "^2.2.0" + strip-ansi "^5.2.0" + wcwidth "^1.0.1" + +original@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" + integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== + dependencies: + url-parse "^1.4.3" + +os-browserify@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" + integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= + +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + +p-finally@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" + integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== + +p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-locate@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + dependencies: + p-limit "^2.2.0" + +p-map@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" + integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== + +p-retry@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" + integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== + dependencies: + retry "^0.12.0" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +pako@~1.0.2, pako@~1.0.5: + version "1.0.11" + resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" + integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== + +parallel-transform@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" + integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== + dependencies: + cyclist "^1.0.1" + inherits "^2.0.3" + readable-stream "^2.1.5" + +param-case@2.1.x: + version "2.1.1" + resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" + integrity sha1-35T9jPZTHs915r75oIWPvHK+Ikc= + dependencies: + no-case "^2.2.0" + +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-asn1@^5.0.0, parse-asn1@^5.1.5: + version "5.1.6" + resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" + integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== + dependencies: + asn1.js "^5.2.0" + browserify-aes "^1.0.0" + evp_bytestokey "^1.0.0" + pbkdf2 "^3.0.3" + safe-buffer "^5.1.1" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +parse-json@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +parse5-htmlparser2-tree-adapter@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" + integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== + dependencies: + parse5 "^6.0.1" + +parse5@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" + integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== + +parse5@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" + integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== + +parseurl@~1.3.2, parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-browserify@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" + integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= + dependencies: + pinkie-promise "^2.0.0" + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + +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 sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-is-inside@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + +path-key@^2.0.0, path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-key@^3.0.0, 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-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +path-type@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== + dependencies: + pify "^3.0.0" + +pbkdf2@^3.0.3: + version "3.1.2" + resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" + integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== + dependencies: + create-hash "^1.1.2" + create-hmac "^1.1.4" + ripemd160 "^2.0.1" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= + +pkg-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4" + integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q= + dependencies: + find-up "^1.0.0" + +pkg-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" + integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== + dependencies: + find-up "^3.0.0" + +pkg-dir@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + dependencies: + find-up "^4.0.0" + +pnp-webpack-plugin@^1.6.4: + version "1.7.0" + resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9" + integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg== + dependencies: + ts-pnp "^1.1.6" + +portfinder@^1.0.26: + version "1.0.28" + resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778" + integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA== + dependencies: + async "^2.6.2" + debug "^3.1.1" + mkdirp "^0.5.5" + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +postcss-calc@^7.0.1: + version "7.0.5" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" + integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== + dependencies: + postcss "^7.0.27" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.0.2" + +postcss-colormin@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" + integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== + dependencies: + browserslist "^4.0.0" + color "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-convert-values@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" + integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-discard-comments@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" + integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== + dependencies: + postcss "^7.0.0" + +postcss-discard-duplicates@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" + integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== + dependencies: + postcss "^7.0.0" + +postcss-discard-empty@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" + integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== + dependencies: + postcss "^7.0.0" + +postcss-discard-overridden@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" + integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== + dependencies: + postcss "^7.0.0" + +postcss-load-config@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a" + integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== + dependencies: + cosmiconfig "^5.0.0" + import-cwd "^2.0.0" + +postcss-loader@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" + integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== + dependencies: + loader-utils "^1.1.0" + postcss "^7.0.0" + postcss-load-config "^2.0.0" + schema-utils "^1.0.0" + +postcss-merge-longhand@^4.0.11: + version "4.0.11" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" + integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== + dependencies: + css-color-names "0.0.4" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + stylehacks "^4.0.0" + +postcss-merge-rules@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" + integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + cssnano-util-same-parent "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + vendors "^1.0.0" + +postcss-minify-font-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" + integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-gradients@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" + integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + is-color-stop "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-params@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" + integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== + dependencies: + alphanum-sort "^1.0.0" + browserslist "^4.0.0" + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + uniqs "^2.0.0" + +postcss-minify-selectors@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" + integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== + dependencies: + alphanum-sort "^1.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +postcss-modules-extract-imports@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" + integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== + dependencies: + postcss "^7.0.5" + +postcss-modules-local-by-default@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" + integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== + dependencies: + icss-utils "^4.1.1" + postcss "^7.0.32" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.1.0" + +postcss-modules-scope@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" + integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== + dependencies: + postcss "^7.0.6" + postcss-selector-parser "^6.0.0" + +postcss-modules-values@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" + integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== + dependencies: + icss-utils "^4.0.0" + postcss "^7.0.6" + +postcss-normalize-charset@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" + integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== + dependencies: + postcss "^7.0.0" + +postcss-normalize-display-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" + integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-positions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" + integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== + dependencies: + cssnano-util-get-arguments "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-repeat-style@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" + integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-string@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" + integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== + dependencies: + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-timing-functions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" + integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-unicode@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" + integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-url@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" + integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== + dependencies: + is-absolute-url "^2.0.0" + normalize-url "^3.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-whitespace@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" + integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-ordered-values@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" + integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== + dependencies: + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-reduce-initial@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" + integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + +postcss-reduce-transforms@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" + integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== + dependencies: + cssnano-util-get-match "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-selector-parser@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" + integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== + dependencies: + dot-prop "^5.2.0" + indexes-of "^1.0.1" + uniq "^1.0.1" + +postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: + version "6.0.9" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" + integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-svgo@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e" + integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + svgo "^1.0.0" + +postcss-unique-selectors@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" + integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== + dependencies: + alphanum-sort "^1.0.0" + postcss "^7.0.0" + uniqs "^2.0.0" + +postcss-value-parser@^3.0.0: + version "3.3.1" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" + integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + +postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.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@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== + dependencies: + picocolors "^0.2.1" + source-map "^0.6.1" + +postcss@^8.1.10: + version "8.4.5" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95" + integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg== + dependencies: + nanoid "^3.1.30" + picocolors "^1.0.0" + source-map-js "^1.0.1" + +preact@^10.0.5: + version "10.6.5" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.5.tgz#726d8bd12903a0d51cdd17e2e1b90cc539403e0c" + integrity sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w== + +prelude-ls@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= + +prepend-http@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + +"prettier@^1.18.2 || ^2.0.0": + version "2.5.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" + integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== + +pretty-error@^2.0.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6" + integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw== + dependencies: + lodash "^4.17.20" + renderkid "^2.0.4" + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +process@^0.11.10: + version "0.11.10" + resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= + +progress@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +promise-inflight@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= + +promise-polyfill@8.1.3: + version "8.1.3" + resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.1.3.tgz#8c99b3cf53f3a91c68226ffde7bde81d7f904116" + integrity sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g== + +protobufjs@^6.10.0: + version "6.11.2" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.2.tgz#de39fabd4ed32beaa08e9bb1e30d08544c1edf8b" + integrity sha512-4BQJoPooKJl2G9j3XftkIXjoC9C0Av2NOrWmbLWT1vH32GcSUHjM0Arra6UfTsVyfMAuFzaLucXn1sadxJydAw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" + +proxy-addr@~2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== + dependencies: + forwarded "0.2.0" + ipaddr.js "1.9.1" + +prr@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= + +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +psl@^1.1.28: + version "1.8.0" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" + integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== + +public-encrypt@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" + integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== + dependencies: + bn.js "^4.1.0" + browserify-rsa "^4.0.0" + create-hash "^1.1.0" + parse-asn1 "^5.0.0" + randombytes "^2.0.1" + safe-buffer "^5.1.2" + +pump@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.3.3: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + +punycode@1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" + integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= + +punycode@^1.2.4: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= + +punycode@^2.1.0, punycode@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + +q@^1.1.2: + version "1.5.1" + resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" + integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + +qs@6.9.6: + version "6.9.6" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee" + integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ== + +qs@~6.5.2: + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== + +query-string@^4.1.0: + version "4.3.4" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" + integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= + dependencies: + object-assign "^4.1.0" + strict-uri-encode "^1.0.0" + +querystring-es3@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" + integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= + +querystring@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" + integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= + +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== + +randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, 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" + +randomfill@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" + integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== + dependencies: + randombytes "^2.0.5" + safe-buffer "^5.1.0" + +range-parser@^1.2.1, range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raw-body@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.2.tgz#baf3e9c21eebced59dd6533ac872b71f7b61cb32" + integrity sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ== + dependencies: + bytes "3.1.1" + http-errors "1.8.1" + iconv-lite "0.4.24" + unpipe "1.0.0" + +read-pkg@^5.1.1: + version "5.2.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" + integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== + dependencies: + "@types/normalize-package-data" "^2.4.0" + normalize-package-data "^2.5.0" + parse-json "^5.0.0" + type-fest "^0.6.0" + +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.0.6, readable-stream@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +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" + +regenerate-unicode-properties@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326" + integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA== + 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.13.4: + version "0.13.9" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" + integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== + +regenerator-transform@^0.14.2: + version "0.14.5" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" + integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== + dependencies: + "@babel/runtime" "^7.8.4" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regexp.prototype.flags@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" + integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +regexpp@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" + integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== + +regexpu-core@^4.7.1: + version "4.8.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0" + integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg== + dependencies: + regenerate "^1.4.2" + regenerate-unicode-properties "^9.0.0" + regjsgen "^0.5.2" + regjsparser "^0.7.0" + unicode-match-property-ecmascript "^2.0.0" + unicode-match-property-value-ecmascript "^2.0.0" + +regjsgen@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" + integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== + +regjsparser@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968" + integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ== + dependencies: + jsesc "~0.5.0" + +relateurl@0.2.x: + version "0.2.7" + resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" + integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +renderkid@^2.0.4: + version "2.0.7" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609" + integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ== + dependencies: + css-select "^4.1.3" + dom-converter "^0.2.0" + htmlparser2 "^6.1.0" + lodash "^4.17.21" + strip-ansi "^3.0.1" + +repeat-element@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" + integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +request@^2.88.2: + version "2.88.2" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.3" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.5.0" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= + +resize-observer-polyfill@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" + integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== + +resolve-cwd@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= + dependencies: + resolve-from "^3.0.0" + +resolve-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + integrity sha1-six699nWiBvItuZTM17rywoYh0g= + +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-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2: + version "1.22.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" + integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== + dependencies: + is-core-module "^2.8.1" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +restore-cursor@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= + dependencies: + onetime "^2.0.0" + signal-exit "^3.0.2" + +restore-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +retry@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + +rgb-regex@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" + integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= + +rgba-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" + integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= + +rimraf@2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" + integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== + dependencies: + glob "^7.1.3" + +rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rimraf@^3.0.0, 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" + +ripemd160@^2.0.0, ripemd160@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" + integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + +run-async@^2.4.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== + +run-queue@^1.0.0, run-queue@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" + integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + dependencies: + aproba "^1.1.1" + +rxjs@^6.6.0: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== + dependencies: + tslib "^1.9.0" + +safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.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@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sass-loader@^10.0.1: + version "10.2.1" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.2.1.tgz#17e51df313f1a7a203889ce8ff91be362651276e" + integrity sha512-RRvWl+3K2LSMezIsd008ErK4rk6CulIMSwrcc2aZvjymUgKo/vjXGp1rSWmfTUX7bblEOz8tst4wBwWtCGBqKA== + dependencies: + klona "^2.0.4" + loader-utils "^2.0.0" + neo-async "^2.6.2" + schema-utils "^3.0.0" + semver "^7.3.2" + +sass@^1.48.0: + version "1.49.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078" + integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + +sax@~1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +schema-utils@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" + integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== + dependencies: + ajv "^6.1.0" + ajv-errors "^1.0.0" + ajv-keywords "^3.1.0" + +schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.7.0: + version "2.7.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" + integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== + dependencies: + "@types/json-schema" "^7.0.5" + ajv "^6.12.4" + ajv-keywords "^3.5.2" + +schema-utils@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" + integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== + dependencies: + "@types/json-schema" "^7.0.8" + ajv "^6.12.5" + ajv-keywords "^3.5.2" + +select-hose@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" + integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= + +selenium-webdriver@4.0.0-rc-1: + version "4.0.0-rc-1" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.0.0-rc-1.tgz#b1e7e5821298c8a071e988518dd6b759f0c41281" + integrity sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw== + dependencies: + jszip "^3.6.0" + rimraf "^3.0.2" + tmp "^0.2.1" + ws ">=7.4.6" + +selenium-webdriver@^4.0.0-beta.2: + version "4.1.1" + resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.1.1.tgz#da083177d811f36614950e809e2982570f67d02e" + integrity sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ== + dependencies: + jszip "^3.6.0" + tmp "^0.2.1" + ws ">=7.4.6" + +selfsigned@^1.10.8: + version "1.10.14" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.14.tgz#ee51d84d9dcecc61e07e4aba34f229ab525c1574" + integrity sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA== + dependencies: + node-forge "^0.10.0" + +"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" + integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== + +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^7.3.2: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" + +send@0.17.2: + version "0.17.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" + integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "1.8.1" + mime "1.6.0" + ms "2.1.3" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + +serialize-javascript@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" + integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== + dependencies: + randombytes "^2.1.0" + +serve-index@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" + integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= + dependencies: + accepts "~1.3.4" + batch "0.6.1" + debug "2.6.9" + escape-html "~1.0.3" + http-errors "~1.6.2" + mime-types "~2.1.17" + parseurl "~1.3.2" + +serve-static@1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa" + integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.2" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-immediate-shim@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" + integrity sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E= + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +setimmediate@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + +setprototypeof@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== + +sha.js@^2.4.0, sha.js@^2.4.8: + version "2.4.11" + resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" + integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +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@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +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== + +shell-quote@^1.6.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== + +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== + dependencies: + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" + +signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.6" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af" + integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ== + +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + +simplebar-vue3@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/simplebar-vue3/-/simplebar-vue3-0.1.5.tgz#002c1f9651310dcbd58dc454b816e114f3ceacb5" + integrity sha512-s0i42kXQwjfQfBBrD1pWVzicTkZ+oo2rg3KCk+eMOCWaOKywFXxelATk7mk7j6d3LCpBoT1g9oWl+wOljwgM1g== + +simplebar@^5.3.6: + version "5.3.6" + resolved "https://registry.yarnpkg.com/simplebar/-/simplebar-5.3.6.tgz#d9383576a09a6fd09e19543f8e9906a3e87c3896" + integrity sha512-FJUMbV+hNDd/m+1/fvD41TXKd5mSdlI5zgBygkaQIV3SffNbcLhSbJT6ufTs8ZNRLJ6i+qc/KCFMqWmvlGWMhA== + dependencies: + "@juggle/resize-observer" "^3.3.1" + can-use-dom "^0.1.0" + core-js "^3.0.1" + lodash.debounce "^4.0.8" + lodash.memoize "^4.1.2" + lodash.throttle "^4.1.1" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= + +slash@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== + +slice-ansi@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" + integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== + dependencies: + ansi-styles "^3.2.0" + astral-regex "^1.0.0" + is-fullwidth-code-point "^2.0.0" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +sockjs-client@^1.5.0: + version "1.5.2" + resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.2.tgz#4bc48c2da9ce4769f19dc723396b50f5c12330a3" + integrity sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ== + dependencies: + debug "^3.2.6" + eventsource "^1.0.7" + faye-websocket "^0.11.3" + inherits "^2.0.4" + json3 "^3.3.3" + url-parse "^1.5.3" + +sockjs@^0.3.21: + version "0.3.24" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" + integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== + dependencies: + faye-websocket "^0.11.3" + uuid "^8.3.2" + websocket-driver "^0.7.4" + +sort-keys@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" + integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= + dependencies: + is-plain-obj "^1.0.0" + +source-list-map@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" + integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== + +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + +source-map-resolve@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@~0.5.12: + 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-url@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" + integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== + +source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: + 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.5.0, source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +source-map@^0.7.3: + version "0.7.3" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + +sourcemap-codec@^1.4.4: + version "1.4.8" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== + +spdx-correct@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" + integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" + integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== + +spdx-expression-parse@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.11" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" + integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== + +spdy-transport@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" + integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== + dependencies: + debug "^4.1.0" + detect-node "^2.0.4" + hpack.js "^2.1.6" + obuf "^1.1.2" + readable-stream "^3.0.6" + wbuf "^1.7.3" + +spdy@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" + integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== + dependencies: + debug "^4.1.0" + handle-thing "^2.0.0" + http-deceiver "^1.2.7" + select-hose "^2.0.0" + spdy-transport "^3.0.0" + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +sshpk@^1.7.0: + version "1.17.0" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" + integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + +ssri@^6.0.1: + version "6.0.2" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== + dependencies: + figgy-pudding "^3.5.1" + +ssri@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" + integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== + dependencies: + minipass "^3.1.1" + +stable@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + +stackframe@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303" + integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +stream-browserify@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" + integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== + dependencies: + inherits "~2.0.1" + readable-stream "^2.0.2" + +stream-each@^1.1.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" + integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== + dependencies: + end-of-stream "^1.1.0" + stream-shift "^1.0.0" + +stream-http@^2.7.2: + version "2.8.3" + resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" + integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== + dependencies: + builtin-status-codes "^3.0.0" + inherits "^2.0.1" + readable-stream "^2.3.6" + to-arraybuffer "^1.0.0" + xtend "^4.0.0" + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +strict-uri-encode@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" + integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= + +string-width@^3.0.0, string-width@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + 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.prototype.trimend@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" + integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +string.prototype.trimstart@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" + integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +string_decoder@^1.0.0, string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +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-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + +strip-final-newline@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== + +strip-indent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" + integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= + +strip-json-comments@^3.0.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== + +stylehacks@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" + integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +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@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + 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== + +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= + +svg.draggable.js@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/svg.draggable.js/-/svg.draggable.js-2.2.2.tgz#c514a2f1405efb6f0263e7958f5b68fce50603ba" + integrity sha512-JzNHBc2fLQMzYCZ90KZHN2ohXL0BQJGQimK1kGk6AvSeibuKcIdDX9Kr0dT9+UJ5O8nYA0RB839Lhvk4CY4MZw== + dependencies: + svg.js "^2.0.1" + +svg.easing.js@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/svg.easing.js/-/svg.easing.js-2.0.0.tgz#8aa9946b0a8e27857a5c40a10eba4091e5691f12" + integrity sha1-iqmUawqOJ4V6XEChDrpAkeVpHxI= + dependencies: + svg.js ">=2.3.x" + +svg.filter.js@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/svg.filter.js/-/svg.filter.js-2.0.2.tgz#91008e151389dd9230779fcbe6e2c9a362d1c203" + integrity sha1-kQCOFROJ3ZIwd5/L5uLJo2LRwgM= + dependencies: + svg.js "^2.2.5" + +svg.js@>=2.3.x, svg.js@^2.0.1, svg.js@^2.2.5, svg.js@^2.4.0, svg.js@^2.6.5: + version "2.7.1" + resolved "https://registry.yarnpkg.com/svg.js/-/svg.js-2.7.1.tgz#eb977ed4737001eab859949b4a398ee1bb79948d" + integrity sha512-ycbxpizEQktk3FYvn/8BH+6/EuWXg7ZpQREJvgacqn46gIddG24tNNe4Son6omdXCnSOaApnpZw6MPCBA1dODA== + +svg.pathmorphing.js@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/svg.pathmorphing.js/-/svg.pathmorphing.js-0.1.3.tgz#c25718a1cc7c36e852ecabc380e758ac09bb2b65" + integrity sha512-49HWI9X4XQR/JG1qXkSDV8xViuTLIWm/B/7YuQELV5KMOPtXjiwH4XPJvr/ghEDibmLQ9Oc22dpWpG0vUDDNww== + dependencies: + svg.js "^2.4.0" + +svg.resize.js@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/svg.resize.js/-/svg.resize.js-1.4.3.tgz#885abd248e0cd205b36b973c4b578b9a36f23332" + integrity sha512-9k5sXJuPKp+mVzXNvxz7U0uC9oVMQrrf7cFsETznzUDDm0x8+77dtZkWdMfRlmbkEEYvUn9btKuZ3n41oNA+uw== + dependencies: + svg.js "^2.6.5" + svg.select.js "^2.1.2" + +svg.select.js@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/svg.select.js/-/svg.select.js-2.1.2.tgz#e41ce13b1acff43a7441f9f8be87a2319c87be73" + integrity sha512-tH6ABEyJsAOVAhwcCjF8mw4crjXSI1aa7j2VQR8ZuJ37H2MBUbyeqYr5nEO7sSN3cy9AR9DUwNg0t/962HlDbQ== + dependencies: + svg.js "^2.2.5" + +svg.select.js@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/svg.select.js/-/svg.select.js-3.0.1.tgz#a4198e359f3825739226415f82176a90ea5cc917" + integrity sha512-h5IS/hKkuVCbKSieR9uQCj9w+zLHoPh+ce19bBYyqF53g6mnPB8sAtIbe1s9dh2S2fCmYX2xel1Ln3PJBbK4kw== + dependencies: + svg.js "^2.6.5" + +svgo@^1.0.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" + integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== + dependencies: + chalk "^2.4.1" + coa "^2.0.2" + css-select "^2.0.0" + css-select-base-adapter "^0.1.1" + css-tree "1.0.0-alpha.37" + csso "^4.0.2" + js-yaml "^3.13.1" + mkdirp "~0.5.1" + object.values "^1.1.0" + sax "~1.2.4" + stable "^0.1.8" + unquote "~1.1.1" + util.promisify "~1.0.0" + +sweetalert2@^11.3.6: + version "11.3.10" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.3.10.tgz#7d6c904c95edb50ac37200b1bd528fe47b827edf" + integrity sha512-/3nhG5QCREkPUndAbOF9h1IM7lgCIU/evsNXd/YUfa9eJ04M+hxksxIio8hhtH16UnWd2GvJ+zvFQ8H9hLRhsw== + +table@^5.2.3: + version "5.4.6" + resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" + integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== + dependencies: + ajv "^6.10.2" + lodash "^4.17.14" + slice-ansi "^2.1.0" + string-width "^3.0.0" + +tapable@^1.0.0, tapable@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" + integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== + +terser-webpack-plugin@^1.4.3, terser-webpack-plugin@^1.4.4: + version "1.4.5" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b" + integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== + dependencies: + cacache "^12.0.2" + find-cache-dir "^2.1.0" + is-wsl "^1.1.0" + schema-utils "^1.0.0" + serialize-javascript "^4.0.0" + source-map "^0.6.1" + terser "^4.1.2" + webpack-sources "^1.4.0" + worker-farm "^1.7.0" + +terser@^4.1.2: + version "4.8.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== + dependencies: + commander "^2.20.0" + source-map "~0.6.1" + source-map-support "~0.5.12" + +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= + 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" + +thread-loader@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-2.1.3.tgz#cbd2c139fc2b2de6e9d28f62286ab770c1acbdda" + integrity sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg== + dependencies: + loader-runner "^2.3.1" + loader-utils "^1.1.0" + neo-async "^2.6.0" + +through2@^2.0.0: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +through@^2.3.6: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + +thunky@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" + integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== + +timers-browserify@^2.0.4: + version "2.0.12" + resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" + integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== + dependencies: + setimmediate "^1.0.4" + +timsort@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" + integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= + +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + +tmp@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" + integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== + dependencies: + rimraf "^3.0.0" + +to-arraybuffer@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" + integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= + +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 sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +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" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +toidentifier@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== + +toposort@^1.0.0: + version "1.0.7" + resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" + integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= + +tough-cookie@~2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" + integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== + dependencies: + psl "^1.1.28" + punycode "^2.1.1" + +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + +tryer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" + integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA== + +ts-pnp@^1.1.6: + version "1.2.0" + resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92" + integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== + +tslib@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" + integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== + +tslib@^1.9.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== + +tty-browserify@0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" + integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + +type-check@~0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= + dependencies: + prelude-ls "~1.1.2" + +type-fest@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== + +type-fest@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" + integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== + +type-fest@^0.8.1: + version "0.8.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" + integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== + +type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + +uglify-js@3.4.x: + version "3.4.10" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" + integrity sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw== + dependencies: + commander "~2.19.0" + source-map "~0.6.1" + +unbox-primitive@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" + integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + dependencies: + function-bind "^1.1.1" + has-bigints "^1.0.1" + has-symbols "^1.0.2" + 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.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" + integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" + integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +uniq@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" + integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= + +uniqs@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" + integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= + +unique-filename@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + dependencies: + unique-slug "^2.0.0" + +unique-slug@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" + integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== + dependencies: + imurmurhash "^0.1.4" + +universalify@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +unquote@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" + integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +upper-case@^1.1.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" + integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= + +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" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +url-loader@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.3.0.tgz#e0e2ef658f003efb8ca41b0f3ffbf76bab88658b" + integrity sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== + dependencies: + loader-utils "^1.2.3" + mime "^2.4.4" + schema-utils "^2.5.0" + +url-parse@^1.4.3, url-parse@^1.5.3: + version "1.5.4" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.4.tgz#e4f645a7e2a0852cc8a66b14b292a3e9a11a97fd" + integrity sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +url@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" + integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= + dependencies: + punycode "1.3.2" + querystring "0.2.0" + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +util.promisify@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" + integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== + dependencies: + define-properties "^1.1.2" + object.getownpropertydescriptors "^2.0.3" + +util.promisify@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" + integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.2" + has-symbols "^1.0.1" + object.getownpropertydescriptors "^2.1.0" + +util@0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" + integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= + dependencies: + inherits "2.0.1" + +util@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" + integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== + dependencies: + inherits "2.0.3" + +utila@~0.4: + version "0.4.0" + resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" + integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@^3.3.2: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + +uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + +v8-compile-cache@^2.0.3: + version "2.3.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" + integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +vendors@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" + integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +vm-browserify@^1.0.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" + integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== + +vue-chartist@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vue-chartist/-/vue-chartist-3.0.0.tgz#25f1eba8e5c70114f065492e8b18875e967cfa04" + integrity sha512-NDuwimeNZdYv1W09Kkrg4qfXCwFJPCJASL6X/iX7r/gvRHg5epodf7ZB5DWVAADNVOQzK+ifmokBz+NiQAA/Tg== + dependencies: + chartist "^0.11.4" + +vue-cropperjs@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/vue-cropperjs/-/vue-cropperjs-5.0.0.tgz#7f8cbc460737af3831b4ded634c95905198e329e" + integrity sha512-RhnC8O33uRZNkn74aiHZwNHnBJOXWlS4P6gsRI0lw4cZlWjKSCywZI9oSI9POlIPI6OYv30jvnHMXGch85tw7w== + dependencies: + cropperjs "^1.5.6" + +vue-demi@^0.12.0: + version "0.12.1" + resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.12.1.tgz#f7e18efbecffd11ab069d1472d7a06e319b4174c" + integrity sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw== + +vue-draggable-next@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/vue-draggable-next/-/vue-draggable-next-2.1.1.tgz#49886da82f116d11b3e4df7674320fdacf5d7e04" + integrity sha512-f5lmA7t6LMaL4viR7dU30zzvqJzaKQs0ymL0Jy9UDT9uiZ2tXF3MzPzEvpTH2UODXZJkT+SnjeV1fXHMsgXLYA== + +vue-easy-lightbox@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/vue-easy-lightbox/-/vue-easy-lightbox-1.2.4.tgz#1215300a0b4df8c2a2541ac1706bcf4be055c206" + integrity sha512-V3hCEb1vWvMw6hbEe8fHBXvCYg2t01qGzYfvyu+z7InQTEq+8T1yRXqDiDI2NFSIQuScldOESo6kNklf21GPtw== + +vue-eslint-parser@^7.10.0: + version "7.11.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf" + integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg== + dependencies: + debug "^4.1.1" + eslint-scope "^5.1.1" + eslint-visitor-keys "^1.1.0" + espree "^6.2.1" + esquery "^1.4.0" + lodash "^4.17.21" + semver "^6.3.0" + +vue-form-wizard@^0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/vue-form-wizard/-/vue-form-wizard-0.8.4.tgz#ddf864c9709b7ba2a6323f59e5d6d17536b7800e" + integrity sha512-/Zk1+B7bz7qHFJ16mwu021lpPXWf/9Tlr2mTNG3J7M0Hdy3rgA802lWsbKYySns0B0qtsD8BYGjQ2Wyxgg+4uw== + +vue-highlightjs@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/vue-highlightjs/-/vue-highlightjs-1.3.3.tgz#29a0d57132fc1ce15cfa61e896918f5b718c5d52" + integrity sha1-KaDVcTL8HOFc+mHolpGPW3GMXVI= + dependencies: + highlight.js "*" + +vue-hot-reload-api@^2.3.0: + version "2.3.4" + resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" + integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== + +vue-hotel-datepicker@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/vue-hotel-datepicker/-/vue-hotel-datepicker-4.5.1.tgz#e70948b982daf6499f9f210ea1a3b23c4f3c9364" + integrity sha512-CQtrypXyn3Y/4rR0Vmgfv0asOi03BuKjfl4SRiO1YyqAXsyqOfbXmPJmbAyAkbFysvj+fRbV0MMa60aG9Usdlw== + dependencies: + fecha "^4.2.1" + lodash.throttle "^4.1.1" + vue "^2.6.14" + +vue-i18n@^9.2.0-beta.35: + version "9.2.0-beta.35" + resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.2.0-beta.35.tgz#9e5f18bcab8ca40db5c6fe8115bacea3e13cb981" + integrity sha512-kTYzZSB3B/ar3M9RfQ0KAyTGfvRw544qVzY++/sNV4stOKG6NxIDOdHdYTfVEXTSkczFwoZHTKXTWNVpx+GuHA== + dependencies: + "@intlify/core-base" "9.2.0-beta.35" + "@intlify/shared" "9.2.0-beta.35" + "@intlify/vue-devtools" "9.2.0-beta.35" + "@vue/devtools-api" "^6.0.0-beta.13" + +"vue-loader-v16@npm:vue-loader@^16.1.0": + version "16.8.3" + resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.8.3.tgz#d43e675def5ba9345d6c7f05914c13d861997087" + integrity sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA== + dependencies: + chalk "^4.1.0" + hash-sum "^2.0.0" + loader-utils "^2.0.0" + +vue-loader@^15.9.2: + version "15.9.8" + resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.8.tgz#4b0f602afaf66a996be1e534fb9609dc4ab10e61" + integrity sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog== + dependencies: + "@vue/component-compiler-utils" "^3.1.0" + hash-sum "^1.0.2" + loader-utils "^1.1.0" + vue-hot-reload-api "^2.3.0" + vue-style-loader "^4.1.0" + +vue-meta@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/vue-meta/-/vue-meta-2.4.0.tgz#a419fb4b4135ce965dab32ec641d1989c2ee4845" + integrity sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw== + dependencies: + deepmerge "^4.2.2" + +vue-number-input-spinner@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/vue-number-input-spinner/-/vue-number-input-spinner-2.2.0.tgz#b4ef53ed93124219444af4783f7cb800600ff2f7" + integrity sha512-q1zzpNdGMdqEefoqPCSkNE3iZFEwb9EVq+TtnRKY1gf6EGhbJC6QVV6HGD+R8rjbTWekfWVAzeexrdizHMb5Ow== + dependencies: + vue-highlightjs "^1.3.3" + +vue-router@^4: + version "4.0.12" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.12.tgz#8dc792cddf5bb1abcc3908f9064136de7e13c460" + integrity sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg== + dependencies: + "@vue/devtools-api" "^6.0.0-beta.18" + +vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: + version "4.1.3" + resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz#6d55863a51fa757ab24e89d9371465072aa7bc35" + integrity sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg== + dependencies: + hash-sum "^1.0.2" + loader-utils "^1.0.2" + +vue-switches@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/vue-switches/-/vue-switches-2.0.1.tgz#f23436259c7fe4ffca9c4a6df49ac78941e20a20" + integrity sha512-rDqBtK3TKy1pEvyZeWmnSHVeXqAcn+ozch7LiNThBzr1QMjg5rhvqBY7uWeli/baDDslf6CXmBJbHPwASJLqoA== + dependencies: + vue "^2.2.6" + +vue-template-es2015-compiler@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" + integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== + +vue3-apexcharts@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/vue3-apexcharts/-/vue3-apexcharts-1.4.1.tgz#ea561308430a1c5213b7f17c44ba3c845f6c490d" + integrity sha512-96qP8JDqB9vwU7bkG5nVU+E0UGQn7yYQVqUUCLQMYWDuQyu2vE77H/UFZ1yI+hwzlSTBKT9BqnNG8JsFegB3eg== + +vue3-carousel@^0.1.36: + version "0.1.38" + resolved "https://registry.yarnpkg.com/vue3-carousel/-/vue3-carousel-0.1.38.tgz#dbd832ef7eb936d1e699cabc83d34472787174f2" + integrity sha512-mTWvlyFIu2QqnMbHiphdJWKRBaPHG8oXr5fcRWjvnPwcQ3XCpI9/FLDI/l1vVBCs13hBSuKp/kYleuxs2WOoKA== + +vue3-component-base@^0.0.9: + version "0.0.9" + resolved "https://registry.yarnpkg.com/vue3-component-base/-/vue3-component-base-0.0.9.tgz#2b5d9c10b6c6ff17e8aa73994cca27d5b55f4186" + integrity sha512-uuef43JSlsrpiZVto2GLklxWzvkrDBtbtz8z7dgRBl1aCnQ+JK5rbcwqlFhsDUmdy5oBnnYcbxS0r0K/1u5RYw== + dependencies: + lodash-es "^4.17.21" + tslib "^2.3.1" + vue "^3.2.26" + +vue3-datepicker@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/vue3-datepicker/-/vue3-datepicker-0.3.2.tgz#7161d84f9398185ffee3fc40569d285838fe23a3" + integrity sha512-YVXQDq29bIYi1iepvV70vgCCiOdNtqA2naQ+1xThiNV4JUKI6j6lNSzkgjhFj7XcAWwdqsF+WPFo5IqZiAKXiQ== + dependencies: + date-fns "^2.22.1" + +vue3-draggable@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/vue3-draggable/-/vue3-draggable-2.0.9.tgz#cca733432dbca51c0ba88c5c33a8843f26b8f8c9" + integrity sha512-OpjCSzGpkXsraBJzYrMS5LKXHThb0r+V8zItUNOZF7gZgdH0Cg2IL3XT0x4IhJdMaLvzRZCXE6UQj/459npJIw== + +vue3-dropzone@^0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/vue3-dropzone/-/vue3-dropzone-0.0.7.tgz#a7ac29ce8996e61f5d92952b65de1acf2fe0dac9" + integrity sha512-aNUCEWcq/umC1rPLkpXBMcA8OIn17OKRKZxqIhVSBBhqt0F6ObAacKMC8noOTfHutVWzXhQU1qk8ynqCRfsEWA== + dependencies: + attr-accept "^2.2.2" + file-selector "^0.2.4" + +vue3-echarts@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/vue3-echarts/-/vue3-echarts-1.0.4.tgz#25dce2ddf308086584fa12e4329ca38549541e31" + integrity sha512-e1aeb1zzr83NUMCHTyuWwdFw5d/cjCRR1bzZORMF/c6nULdkvvAEFQDyzEEqCLwivUbuke3/rkUcglxFoWjoTg== + dependencies: + echarts "^5.2.2" + resize-observer-polyfill "^1.5.1" + tslib "^2.3.1" + vue "^3.2.26" + vue3-component-base "^0.0.9" + +vue3-google-map@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/vue3-google-map/-/vue3-google-map-0.8.3.tgz#9e3fdcaf0e309d0ea8c2aac705073758daf12d78" + integrity sha512-ewIKCpM6JFULdkWvkU0x+HTDJ0PGSJuaL9ziDPT+1yXJHWnsnFeLJ4EqIHAfsZ68hWQp3ZC2EybQm/AfoGb5lA== + dependencies: + "@googlemaps/js-api-loader" "^1.12.11" + +vue3-scroll-spy@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/vue3-scroll-spy/-/vue3-scroll-spy-1.0.8.tgz#1dea6928a7edd0932a629c8962792188dd26cb6b" + integrity sha512-7MBIteXsisL40ZIueHxYZL8OJTqMUO0jx/2N7R1pWMs8pIgNvyVbzuxlDvcwRtOvJxtyeuylg9fWAmLqxPnR4A== + dependencies: + "@tweenjs/tween.js" "^18.6.4" + vue "^3.0.6" + +vue@^2.2.6, vue@^2.6.14: + version "2.6.14" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235" + integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ== + +vue@^3.0.0, vue@^3.2.26: + version "3.2.29" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.29.tgz#3571b65dbd796d3a6347e2fd45a8e6e11c13d56a" + integrity sha512-cFIwr7LkbtCRanjNvh6r7wp2yUxfxeM2yPpDQpAfaaLIGZSrUmLbNiSze9nhBJt5MrZ68Iqt0O5scwAMEVxF+Q== + dependencies: + "@vue/compiler-dom" "3.2.29" + "@vue/compiler-sfc" "3.2.29" + "@vue/runtime-dom" "3.2.29" + "@vue/server-renderer" "3.2.29" + "@vue/shared" "3.2.29" + +vue@^3.0.6: + version "3.2.31" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.31.tgz#e0c49924335e9f188352816788a4cca10f817ce6" + integrity sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw== + dependencies: + "@vue/compiler-dom" "3.2.31" + "@vue/compiler-sfc" "3.2.31" + "@vue/runtime-dom" "3.2.31" + "@vue/server-renderer" "3.2.31" + "@vue/shared" "3.2.31" + +vuex@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.2.tgz#f896dbd5bf2a0e963f00c67e9b610de749ccacc9" + integrity sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q== + dependencies: + "@vue/devtools-api" "^6.0.0-beta.11" + +watchpack-chokidar2@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" + integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== + dependencies: + chokidar "^2.1.8" + +watchpack@^1.7.4: + version "1.7.5" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" + integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== + dependencies: + graceful-fs "^4.1.2" + neo-async "^2.5.0" + optionalDependencies: + chokidar "^3.4.1" + watchpack-chokidar2 "^2.0.1" + +wbuf@^1.1.0, wbuf@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" + integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== + dependencies: + minimalistic-assert "^1.0.0" + +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= + dependencies: + defaults "^1.0.3" + +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + +webpack-bundle-analyzer@^3.8.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz#f6f94db108fb574e415ad313de41a2707d33ef3c" + integrity sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA== + dependencies: + acorn "^7.1.1" + acorn-walk "^7.1.1" + bfj "^6.1.1" + chalk "^2.4.1" + commander "^2.18.0" + ejs "^2.6.1" + express "^4.16.3" + filesize "^3.6.1" + gzip-size "^5.0.0" + lodash "^4.17.19" + mkdirp "^0.5.1" + opener "^1.5.1" + ws "^6.0.0" + +webpack-chain@^6.4.0: + version "6.5.1" + resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.5.1.tgz#4f27284cbbb637e3c8fbdef43eef588d4d861206" + integrity sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA== + dependencies: + deepmerge "^1.5.2" + javascript-stringify "^2.0.1" + +webpack-dev-middleware@^3.7.2: + version "3.7.3" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" + integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== + dependencies: + memory-fs "^0.4.1" + mime "^2.4.4" + mkdirp "^0.5.1" + range-parser "^1.2.1" + webpack-log "^2.0.0" + +webpack-dev-server@^3.11.0: + version "3.11.3" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz#8c86b9d2812bf135d3c9bce6f07b718e30f7c3d3" + integrity sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA== + dependencies: + ansi-html-community "0.0.8" + bonjour "^3.5.0" + chokidar "^2.1.8" + compression "^1.7.4" + connect-history-api-fallback "^1.6.0" + debug "^4.1.1" + del "^4.1.1" + express "^4.17.1" + html-entities "^1.3.1" + http-proxy-middleware "0.19.1" + import-local "^2.0.0" + internal-ip "^4.3.0" + ip "^1.1.5" + is-absolute-url "^3.0.3" + killable "^1.0.1" + loglevel "^1.6.8" + opn "^5.5.0" + p-retry "^3.0.1" + portfinder "^1.0.26" + schema-utils "^1.0.0" + selfsigned "^1.10.8" + semver "^6.3.0" + serve-index "^1.9.1" + sockjs "^0.3.21" + sockjs-client "^1.5.0" + spdy "^4.0.2" + strip-ansi "^3.0.1" + supports-color "^6.1.0" + url "^0.11.0" + webpack-dev-middleware "^3.7.2" + webpack-log "^2.0.0" + ws "^6.2.1" + yargs "^13.3.2" + +webpack-log@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" + integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== + dependencies: + ansi-colors "^3.0.0" + uuid "^3.3.2" + +webpack-merge@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" + integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g== + dependencies: + lodash "^4.17.15" + +webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== + dependencies: + source-list-map "^2.0.0" + source-map "~0.6.1" + +webpack@^4.0.0: + version "4.46.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" + integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/wasm-edit" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + acorn "^6.4.1" + ajv "^6.10.2" + ajv-keywords "^3.4.1" + chrome-trace-event "^1.0.2" + enhanced-resolve "^4.5.0" + eslint-scope "^4.0.3" + json-parse-better-errors "^1.0.2" + loader-runner "^2.4.0" + loader-utils "^1.2.3" + memory-fs "^0.4.1" + micromatch "^3.1.10" + mkdirp "^0.5.3" + neo-async "^2.6.1" + node-libs-browser "^2.2.1" + schema-utils "^1.0.0" + tapable "^1.1.3" + terser-webpack-plugin "^1.4.3" + watchpack "^1.7.4" + webpack-sources "^1.4.1" + +websocket-driver@>=0.5.1, websocket-driver@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +whatwg-fetch@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" + integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng== + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +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-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +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.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" + integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + +worker-farm@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" + integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== + dependencies: + errno "~0.1.7" + +wrap-ansi@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + +wrap-ansi@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +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" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" + integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== + dependencies: + mkdirp "^0.5.1" + +ws@>=7.4.6: + version "8.4.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" + integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== + +ws@^6.0.0, ws@^6.2.1: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== + dependencies: + async-limiter "~1.0.0" + +xtend@^4.0.0, xtend@~4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + +y18n@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" + integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yallist@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== + +yargs-parser@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs-parser@^20.2.2: + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== + +yargs@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + dependencies: + cliui "^5.0.0" + find-up "^3.0.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^3.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^13.1.2" + +yargs@^16.0.0, yargs@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + +yorkie@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9" + integrity sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw== + dependencies: + execa "^0.8.0" + is-ci "^1.0.10" + normalize-path "^1.0.0" + strip-indent "^2.0.0" + +zrender@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.3.0.tgz#297c05dc2521362816c4ddced10a1e306646bbc8" + integrity sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ== + dependencies: + tslib "2.3.0"