diff --git a/composer.json b/composer.json index 10ddeed..ff8d4b2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "laravel/tinker": "^1.0", "nwidart/laravel-modules": "^4.0", "wm/crm": "dev-master", - "wm/store": "dev-master", "wm/task": "dev-master" }, "require-dev": { @@ -69,10 +68,6 @@ "type": "path", "url": "./modules/wm-crm" }, - { - "type": "path", - "url": "./modules/wm-store" - }, { "type": "path", "url": "./modules/wm-task" diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 73ee8a5..0000000 --- a/composer.lock +++ /dev/null @@ -1,4609 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "9a1f95fd3c186d704232ad04f9e2d02d", - "packages": [ - { - "name": "dnoegel/php-xdg-base-dir", - "version": "0.1", - "source": { - "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "@stable" - }, - "type": "project", - "autoload": { - "psr-4": { - "XdgBaseDir\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24T07:27:01+00:00" - }, - { - "name": "doctrine/inflector", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^6.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "inflection", - "pluralize", - "singularize", - "string" - ], - "time": "2018-01-09T20:05:19+00:00" - }, - { - "name": "doctrine/lexer", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "lexer", - "parser" - ], - "time": "2014-09-09T13:34:57+00:00" - }, - { - "name": "dragonmantank/cron-expression", - "version": "v2.3.0", - "source": { - "type": "git", - "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27", - "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.4|^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Cron\\": "src/Cron/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Chris Tankersley", - "email": "chris@ctankersley.com", - "homepage": "https://github.com/dragonmantank" - } - ], - "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", - "keywords": [ - "cron", - "schedule" - ], - "time": "2019-03-31T00:38:28+00:00" - }, - { - "name": "egulias/email-validator", - "version": "2.1.8", - "source": { - "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98", - "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98", - "shasum": "" - }, - "require": { - "doctrine/lexer": "^1.0.1", - "php": ">= 5.5" - }, - "require-dev": { - "dominicsayers/isemail": "dev-master", - "phpunit/phpunit": "^4.8.35||^5.7||^6.0", - "satooshi/php-coveralls": "^1.0.1" - }, - "suggest": { - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eduardo Gulias Davis" - } - ], - "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", - "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" - ], - "time": "2019-05-16T22:02:54+00:00" - }, - { - "name": "erusev/parsedown", - "version": "1.7.3", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown.git", - "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7", - "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35" - }, - "type": "library", - "autoload": { - "psr-0": { - "Parsedown": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "Parser for Markdown.", - "homepage": "http://parsedown.org", - "keywords": [ - "markdown", - "parser" - ], - "time": "2019-03-17T18:48:37+00:00" - }, - { - "name": "fideloper/proxy", - "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/fideloper/TrustedProxy.git", - "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb", - "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb", - "shasum": "" - }, - "require": { - "illuminate/contracts": "~5.0", - "php": ">=5.4.0" - }, - "require-dev": { - "illuminate/http": "~5.6", - "mockery/mockery": "~1.0", - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Fideloper\\Proxy\\TrustedProxyServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Fideloper\\Proxy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Fidao", - "email": "fideloper@gmail.com" - } - ], - "description": "Set trusted proxies for Laravel", - "keywords": [ - "load balancing", - "proxy", - "trusted proxy" - ], - "time": "2019-01-10T14:06:47+00:00" - }, - { - "name": "jakub-onderka/php-console-color", - "version": "v0.2", - "source": { - "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", - "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", - "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "jakub-onderka/php-code-style": "1.0", - "jakub-onderka/php-parallel-lint": "1.0", - "jakub-onderka/php-var-dump-check": "0.*", - "phpunit/phpunit": "~4.3", - "squizlabs/php_codesniffer": "1.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "JakubOnderka\\PhpConsoleColor\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com" - } - ], - "time": "2018-09-29T17:23:10+00:00" - }, - { - "name": "jakub-onderka/php-console-highlighter", - "version": "v0.4", - "source": { - "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", - "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547", - "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "jakub-onderka/php-console-color": "~0.2", - "php": ">=5.4.0" - }, - "require-dev": { - "jakub-onderka/php-code-style": "~1.0", - "jakub-onderka/php-parallel-lint": "~1.0", - "jakub-onderka/php-var-dump-check": "~0.1", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "JakubOnderka\\PhpConsoleHighlighter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jakub Onderka", - "email": "acci@acci.cz", - "homepage": "http://www.acci.cz/" - } - ], - "description": "Highlight PHP code in terminal", - "time": "2018-09-29T18:48:56+00:00" - }, - { - "name": "laravel/framework", - "version": "v5.8.18", - "source": { - "type": "git", - "url": "https://github.com/laravel/framework.git", - "reference": "9f571be04435883dab6f23ecfadb204273b7f527" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/9f571be04435883dab6f23ecfadb204273b7f527", - "reference": "9f571be04435883dab6f23ecfadb204273b7f527", - "shasum": "" - }, - "require": { - "doctrine/inflector": "^1.1", - "dragonmantank/cron-expression": "^2.0", - "egulias/email-validator": "^2.0", - "erusev/parsedown": "^1.7", - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "league/flysystem": "^1.0.8", - "monolog/monolog": "^1.12", - "nesbot/carbon": "^1.26.3 || ^2.0", - "opis/closure": "^3.1", - "php": "^7.1.3", - "psr/container": "^1.0", - "psr/simple-cache": "^1.0", - "ramsey/uuid": "^3.7", - "swiftmailer/swiftmailer": "^6.0", - "symfony/console": "^4.2", - "symfony/debug": "^4.2", - "symfony/finder": "^4.2", - "symfony/http-foundation": "^4.2", - "symfony/http-kernel": "^4.2", - "symfony/process": "^4.2", - "symfony/routing": "^4.2", - "symfony/var-dumper": "^4.2", - "tijsverkoyen/css-to-inline-styles": "^2.2.1", - "vlucas/phpdotenv": "^3.3" - }, - "conflict": { - "tightenco/collect": "<5.5.33" - }, - "replace": { - "illuminate/auth": "self.version", - "illuminate/broadcasting": "self.version", - "illuminate/bus": "self.version", - "illuminate/cache": "self.version", - "illuminate/config": "self.version", - "illuminate/console": "self.version", - "illuminate/container": "self.version", - "illuminate/contracts": "self.version", - "illuminate/cookie": "self.version", - "illuminate/database": "self.version", - "illuminate/encryption": "self.version", - "illuminate/events": "self.version", - "illuminate/filesystem": "self.version", - "illuminate/hashing": "self.version", - "illuminate/http": "self.version", - "illuminate/log": "self.version", - "illuminate/mail": "self.version", - "illuminate/notifications": "self.version", - "illuminate/pagination": "self.version", - "illuminate/pipeline": "self.version", - "illuminate/queue": "self.version", - "illuminate/redis": "self.version", - "illuminate/routing": "self.version", - "illuminate/session": "self.version", - "illuminate/support": "self.version", - "illuminate/translation": "self.version", - "illuminate/validation": "self.version", - "illuminate/view": "self.version" - }, - "require-dev": { - "aws/aws-sdk-php": "^3.0", - "doctrine/dbal": "^2.6", - "filp/whoops": "^2.1.4", - "guzzlehttp/guzzle": "^6.3", - "league/flysystem-cached-adapter": "^1.0", - "mockery/mockery": "^1.0", - "moontoast/math": "^1.1", - "orchestra/testbench-core": "3.8.*", - "pda/pheanstalk": "^4.0", - "phpunit/phpunit": "^7.5|^8.0", - "predis/predis": "^1.1.1", - "symfony/css-selector": "^4.2", - "symfony/dom-crawler": "^4.2", - "true/punycode": "^2.1" - }, - "suggest": { - "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).", - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", - "ext-pcntl": "Required to use all features of the queue worker.", - "ext-posix": "Required to use all features of the queue worker.", - "filp/whoops": "Required for friendly error pages in development (^2.1.4).", - "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", - "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).", - "laravel/tinker": "Required to use the tinker console command (^1.0).", - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", - "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", - "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).", - "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", - "moontoast/math": "Required to use ordered UUIDs (^1.1).", - "nexmo/client": "Required to use the Nexmo transport (^1.0).", - "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", - "predis/predis": "Required to use the redis cache and queue drivers (^1.0).", - "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).", - "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).", - "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).", - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).", - "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.8-dev" - } - }, - "autoload": { - "files": [ - "src/Illuminate/Foundation/helpers.php", - "src/Illuminate/Support/helpers.php" - ], - "psr-4": { - "Illuminate\\": "src/Illuminate/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "The Laravel Framework.", - "homepage": "https://laravel.com", - "keywords": [ - "framework", - "laravel" - ], - "time": "2019-05-21T16:40:34+00:00" - }, - { - "name": "laravel/tinker", - "version": "v1.0.8", - "source": { - "type": "git", - "url": "https://github.com/laravel/tinker.git", - "reference": "cafbf598a90acde68985660e79b2b03c5609a405" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405", - "reference": "cafbf598a90acde68985660e79b2b03c5609a405", - "shasum": "" - }, - "require": { - "illuminate/console": "~5.1", - "illuminate/contracts": "~5.1", - "illuminate/support": "~5.1", - "php": ">=5.5.9", - "psy/psysh": "0.7.*|0.8.*|0.9.*", - "symfony/var-dumper": "~3.0|~4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" - }, - "suggest": { - "illuminate/database": "The Illuminate Database package (~5.1)." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - }, - "laravel": { - "providers": [ - "Laravel\\Tinker\\TinkerServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Laravel\\Tinker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Powerful REPL for the Laravel framework.", - "keywords": [ - "REPL", - "Tinker", - "laravel", - "psysh" - ], - "time": "2018-10-12T19:39:35+00:00" - }, - { - "name": "league/flysystem", - "version": "1.0.52", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem.git", - "reference": "c5a5097156387970e6f0ccfcdf03f752856f3391" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c5a5097156387970e6f0ccfcdf03f752856f3391", - "reference": "c5a5097156387970e6f0ccfcdf03f752856f3391", - "shasum": "" - }, - "require": { - "ext-fileinfo": "*", - "php": ">=5.5.9" - }, - "conflict": { - "league/flysystem-sftp": "<1.0.6" - }, - "require-dev": { - "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" - }, - "suggest": { - "ext-fileinfo": "Required for MimeType", - "ext-ftp": "Allows you to use FTP server storage", - "ext-openssl": "Allows you to use FTPS server storage", - "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", - "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", - "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", - "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", - "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", - "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", - "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", - "league/flysystem-webdav": "Allows you to use WebDAV storage", - "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", - "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", - "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "League\\Flysystem\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Frank de Jonge", - "email": "info@frenky.net" - } - ], - "description": "Filesystem abstraction: Many filesystems, one API.", - "keywords": [ - "Cloud Files", - "WebDAV", - "abstraction", - "aws", - "cloud", - "copy.com", - "dropbox", - "file systems", - "files", - "filesystem", - "filesystems", - "ftp", - "rackspace", - "remote", - "s3", - "sftp", - "storage" - ], - "time": "2019-05-20T20:21:14+00:00" - }, - { - "name": "monolog/monolog", - "version": "1.24.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "provide": { - "psr/log-implementation": "1.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", - "php-amqplib/php-amqplib": "~2.4", - "php-console/php-console": "^3.1.3", - "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "^5.3|^6.0" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "time": "2018-11-05T09:00:11+00:00" - }, - { - "name": "nesbot/carbon", - "version": "2.18.0", - "source": { - "type": "git", - "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "8322b7bd1805be31867c13bf3cdaab948a0dd406" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8322b7bd1805be31867c13bf3cdaab948a0dd406", - "reference": "8322b7bd1805be31867c13bf3cdaab948a0dd406", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.1.8 || ^8.0", - "symfony/translation": "^3.4 || ^4.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", - "kylekatarnls/multi-tester": "^1.1", - "phpmd/phpmd": "^2.6", - "phpstan/phpstan": "^0.11", - "phpunit/phpunit": "^7.5 || ^8.0", - "squizlabs/php_codesniffer": "^3.4" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Carbon\\Laravel\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Carbon\\": "src/Carbon/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Brian Nesbitt", - "email": "brian@nesbot.com", - "homepage": "http://nesbot.com" - } - ], - "description": "A simple API extension for DateTime.", - "homepage": "http://carbon.nesbot.com", - "keywords": [ - "date", - "datetime", - "time" - ], - "time": "2019-05-16T18:44:35+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v4.2.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0", - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2019-02-16T20:54:15+00:00" - }, - { - "name": "nwidart/laravel-modules", - "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/nWidart/laravel-modules.git", - "reference": "0efd81aef05419a9d032e5bbd7859dd8a67cb7e3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/0efd81aef05419a9d032e5bbd7859dd8a67cb7e3", - "reference": "0efd81aef05419a9d032e5bbd7859dd8a67cb7e3", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.7", - "laravel/framework": "5.7.*", - "mockery/mockery": "~1.0", - "orchestra/testbench": "^3.7", - "phpstan/phpstan": "^0.9.2", - "phpunit/phpunit": "~7.3", - "spatie/phpunit-snapshot-assertions": "^1.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Nwidart\\Modules\\LaravelModulesServiceProvider" - ], - "aliases": { - "Module": "Nwidart\\Modules\\Facades\\Module" - } - }, - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "psr-4": { - "Nwidart\\Modules\\": "src" - }, - "files": [ - "src/helpers.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Widart", - "email": "n.widart@gmail.com", - "homepage": "https://nicolaswidart.com", - "role": "Developer" - } - ], - "description": "Laravel Module management", - "keywords": [ - "laravel", - "module", - "modules", - "nwidart", - "rad" - ], - "time": "2019-03-04T09:50:46+00:00" - }, - { - "name": "opis/closure", - "version": "3.2.0", - "source": { - "type": "git", - "url": "https://github.com/opis/closure.git", - "reference": "09b4389715a7eec100176ea58286649181753508" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/opis/closure/zipball/09b4389715a7eec100176ea58286649181753508", - "reference": "09b4389715a7eec100176ea58286649181753508", - "shasum": "" - }, - "require": { - "php": "^5.4 || ^7.0" - }, - "require-dev": { - "jeremeamia/superclosure": "^2.0", - "phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Opis\\Closure\\": "src/" - }, - "files": [ - "functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marius Sarca", - "email": "marius.sarca@gmail.com" - }, - { - "name": "Sorin Sarca", - "email": "sarca_sorin@hotmail.com" - } - ], - "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", - "homepage": "https://opis.io/closure", - "keywords": [ - "anonymous functions", - "closure", - "function", - "serializable", - "serialization", - "serialize" - ], - "time": "2019-05-05T12:50:25+00:00" - }, - { - "name": "paragonie/random_compat", - "version": "v9.99.99", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "shasum": "" - }, - "require": { - "php": "^7" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "time": "2018-07-02T15:55:56+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "4.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-0": { - "PhpOption\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "time": "2015-07-25T16:39:46+00:00" - }, - { - "name": "psr/container", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "time": "2017-02-14T16:28:37+00:00" - }, - { - "name": "psr/log", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2018-11-20T15:27:04+00:00" - }, - { - "name": "psr/simple-cache", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], - "time": "2017-10-23T01:57:42+00:00" - }, - { - "name": "psy/psysh", - "version": "v0.9.9", - "source": { - "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", - "shasum": "" - }, - "require": { - "dnoegel/php-xdg-base-dir": "0.1", - "ext-json": "*", - "ext-tokenizer": "*", - "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", - "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", - "php": ">=5.4.0", - "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", - "symfony/var-dumper": "~2.7|~3.0|~4.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "~2.15|~3.16", - "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" - }, - "suggest": { - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." - }, - "bin": [ - "bin/psysh" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.9.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Psy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" - } - ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", - "keywords": [ - "REPL", - "console", - "interactive", - "shell" - ], - "time": "2018-10-13T15:16:03+00:00" - }, - { - "name": "ramsey/uuid", - "version": "3.8.0", - "source": { - "type": "git", - "url": "https://github.com/ramsey/uuid.git", - "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", - "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", - "shasum": "" - }, - "require": { - "paragonie/random_compat": "^1.0|^2.0|9.99.99", - "php": "^5.4 || ^7.0", - "symfony/polyfill-ctype": "^1.8" - }, - "replace": { - "rhumsaa/uuid": "self.version" - }, - "require-dev": { - "codeception/aspect-mock": "^1.0 | ~2.0.0", - "doctrine/annotations": "~1.2.0", - "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", - "ircmaxell/random-lib": "^1.1", - "jakub-onderka/php-parallel-lint": "^0.9.0", - "mockery/mockery": "^0.9.9", - "moontoast/math": "^1.1", - "php-mock/php-mock-phpunit": "^0.3|^1.1", - "phpunit/phpunit": "^4.7|^5.0|^6.5", - "squizlabs/php_codesniffer": "^2.3" - }, - "suggest": { - "ext-ctype": "Provides support for PHP Ctype functions", - "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", - "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", - "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", - "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", - "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", - "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Ramsey\\Uuid\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marijn Huizendveld", - "email": "marijn.huizendveld@gmail.com" - }, - { - "name": "Thibaud Fabre", - "email": "thibaud@aztech.io" - }, - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" - } - ], - "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", - "homepage": "https://github.com/ramsey/uuid", - "keywords": [ - "guid", - "identifier", - "uuid" - ], - "time": "2018-07-19T23:38:55+00:00" - }, - { - "name": "swiftmailer/swiftmailer", - "version": "v6.2.1", - "source": { - "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", - "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", - "shasum": "" - }, - "require": { - "egulias/email-validator": "~2.0", - "php": ">=7.0.0", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" - }, - "require-dev": { - "mockery/mockery": "~0.9.1", - "symfony/phpunit-bridge": "^3.4.19|^4.1.8" - }, - "suggest": { - "ext-intl": "Needed to support internationalized email addresses", - "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.2-dev" - } - }, - "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "https://swiftmailer.symfony.com", - "keywords": [ - "email", - "mail", - "mailer" - ], - "time": "2019-04-21T09:21:45+00:00" - }, - { - "name": "symfony/console", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81", - "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/contracts": "^1.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~3.4|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2019-04-08T14:23:48+00:00" - }, - { - "name": "symfony/contracts", - "version": "v1.1.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/contracts.git", - "reference": "d3636025e8253c6144358ec0a62773cae588395b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b", - "reference": "d3636025e8253c6144358ec0a62773cae588395b", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "require-dev": { - "psr/cache": "^1.0", - "psr/container": "^1.0", - "symfony/polyfill-intl-idn": "^1.10" - }, - "suggest": { - "psr/cache": "When using the Cache contracts", - "psr/container": "When using the Service contracts", - "symfony/cache-contracts-implementation": "", - "symfony/event-dispatcher-implementation": "", - "symfony/http-client-contracts-implementation": "", - "symfony/service-contracts-implementation": "", - "symfony/translation-contracts-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\": "" - }, - "exclude-from-classmap": [ - "**/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A set of abstractions extracted out of the Symfony components", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "time": "2019-04-27T14:29:50+00:00" - }, - { - "name": "symfony/css-selector", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "48eddf66950fa57996e1be4a55916d65c10c604a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a", - "reference": "48eddf66950fa57996e1be4a55916d65c10c604a", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony CssSelector Component", - "homepage": "https://symfony.com", - "time": "2019-01-16T20:31:39+00:00" - }, - { - "name": "symfony/debug", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/2d279b6bb1d582dd5740d4d3251ae8c18812ed37", - "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "~3.4|~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com", - "time": "2019-04-11T11:27:41+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fbce53cd74ac509cbe74b6f227622650ab759b02", - "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/contracts": "^1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/stopwatch": "~3.4|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2019-04-06T13:51:08+00:00" - }, - { - "name": "symfony/finder", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "e45135658bd6c14b61850bf131c4f09a55133f69" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/e45135658bd6c14b61850bf131c4f09a55133f69", - "reference": "e45135658bd6c14b61850bf131c4f09a55133f69", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2019-04-06T13:51:08+00:00" - }, - { - "name": "symfony/http-foundation", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1ea878bd3af18f934dedb8c0de60656a9a31a718", - "reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.1" - }, - "require-dev": { - "predis/predis": "~1.0", - "symfony/expression-language": "~3.4|~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony HttpFoundation Component", - "homepage": "https://symfony.com", - "time": "2019-05-01T08:36:31+00:00" - }, - { - "name": "symfony/http-kernel", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "a7713bc522f1a1cdf0b39f809fa4542523fc3114" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a7713bc522f1a1cdf0b39f809fa4542523fc3114", - "reference": "a7713bc522f1a1cdf0b39f809fa4542523fc3114", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "psr/log": "~1.0", - "symfony/contracts": "^1.0.2", - "symfony/debug": "~3.4|~4.0", - "symfony/event-dispatcher": "~4.1", - "symfony/http-foundation": "^4.1.1", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/config": "<3.4", - "symfony/dependency-injection": "<4.2", - "symfony/translation": "<4.2", - "symfony/var-dumper": "<4.1.1", - "twig/twig": "<1.34|<2.4,>=2" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/cache": "~1.0", - "symfony/browser-kit": "~3.4|~4.0", - "symfony/config": "~3.4|~4.0", - "symfony/console": "~3.4|~4.0", - "symfony/css-selector": "~3.4|~4.0", - "symfony/dependency-injection": "^4.2", - "symfony/dom-crawler": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "symfony/routing": "~3.4|~4.0", - "symfony/stopwatch": "~3.4|~4.0", - "symfony/templating": "~3.4|~4.0", - "symfony/translation": "~4.2", - "symfony/var-dumper": "^4.1.1" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/var-dumper": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony HttpKernel Component", - "homepage": "https://symfony.com", - "time": "2019-05-01T13:31:08+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "82ebae02209c21113908c229e9883c419720738a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", - "reference": "82ebae02209c21113908c229e9883c419720738a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "time": "2019-02-06T07:57:58+00:00" - }, - { - "name": "symfony/polyfill-iconv", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", - "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-iconv": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Iconv extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" - ], - "time": "2019-02-06T07:57:58+00:00" - }, - { - "name": "symfony/polyfill-intl-idn", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af", - "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - } - ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], - "time": "2019-03-04T13:44:35+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "time": "2019-02-06T07:57:58+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2019-02-06T07:57:58+00:00" - }, - { - "name": "symfony/process", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/8cf39fb4ccff793340c258ee7760fd40bfe745fe", - "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2019-04-10T16:20:36+00:00" - }, - { - "name": "symfony/routing", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "f4e43bb0dff56f0f62fa056c82d7eadcdb391bab" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/f4e43bb0dff56f0f62fa056c82d7eadcdb391bab", - "reference": "f4e43bb0dff56f0f62fa056c82d7eadcdb391bab", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "psr/log": "~1.0", - "symfony/config": "~4.2", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/http-foundation": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Routing Component", - "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], - "time": "2019-04-27T09:38:08+00:00" - }, - { - "name": "symfony/translation", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/181a426dd129cb496f12d7e7555f6d0b37a7615b", - "reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/contracts": "^1.0.2", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/config": "<3.4", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "symfony/translation-contracts-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/console": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/http-kernel": "~3.4|~4.0", - "symfony/intl": "~3.4|~4.0", - "symfony/var-dumper": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Translation Component", - "homepage": "https://symfony.com", - "time": "2019-05-01T12:55:36+00:00" - }, - { - "name": "symfony/var-dumper", - "version": "v4.2.8", - "source": { - "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce", - "reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce", - "shasum": "" - }, - "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.5" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/console": "<3.4" - }, - "require-dev": { - "ext-iconv": "*", - "symfony/console": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "twig/twig": "~1.34|~2.4" - }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, - "bin": [ - "Resources/bin/var-dump-server" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "files": [ - "Resources/functions/dump.php" - ], - "psr-4": { - "Symfony\\Component\\VarDumper\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony mechanism for exploring and dumping PHP variables", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], - "time": "2019-05-01T12:55:36+00:00" - }, - { - "name": "tijsverkoyen/css-to-inline-styles", - "version": "2.2.1", - "source": { - "type": "git", - "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", - "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "TijsVerkoyen\\CssToInlineStyles\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Tijs Verkoyen", - "email": "css_to_inline_styles@verkoyen.eu", - "role": "Developer" - } - ], - "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", - "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", - "time": "2017-11-27T11:13:29+00:00" - }, - { - "name": "vlucas/phpdotenv", - "version": "v3.3.3", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde", - "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde", - "shasum": "" - }, - "require": { - "php": "^5.4 || ^7.0", - "phpoption/phpoption": "^1.5", - "symfony/polyfill-ctype": "^1.9" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "http://www.vancelucas.com" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "time": "2019-03-06T09:39:45+00:00" - }, - { - "name": "wm/crm", - "version": "dev-master", - "dist": { - "type": "path", - "url": "./modules/wm-crm", - "reference": "72a5c5947b708adcf92291ab03d98872b5a2bbaa", - "shasum": null - }, - "require": { - "illuminate/support": "5.8.*", - "php": "^7.1.3", - "wm/task": "dev-master" - }, - "require-dev": { - "orchestra/testbench": "~3.6.0", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "WM\\CRM\\CrmServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "WM\\CRM\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "WM\\CRM\\Tests\\": "tests/" - } - }, - "license": [ - "MIT" - ], - "description": "client relationship management" - }, - { - "name": "wm/store", - "version": "dev-master", - "dist": { - "type": "path", - "url": "./modules/wm-store", - "reference": "e3a5d8e9de5eb24a63a630308ec6e8c1597d1436", - "shasum": null - }, - "require": { - "illuminate/support": "5.8.*", - "php": "^7.1.3" - }, - "require-dev": { - "orchestra/testbench": "~3.6.0", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "WM\\Store\\StoreServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "WM\\Store\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "WM\\Store\\Tests\\": "tests/" - } - }, - "license": [ - "MIT" - ], - "description": "business management" - }, - { - "name": "wm/task", - "version": "dev-master", - "dist": { - "type": "path", - "url": "./modules/wm-task", - "reference": "1d75a3a4ac879e59e62b9f19fb6d32222e13d271", - "shasum": null - }, - "require": { - "illuminate/support": "5.8.*", - "php": "^7.1.3" - }, - "require-dev": { - "orchestra/testbench": "~3.6.0", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "WM\\Task\\TaskServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "WM\\Task\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "WM\\Task\\Tests\\": "tests/" - } - }, - "license": [ - "MIT" - ], - "description": "task management" - } - ], - "packages-dev": [ - { - "name": "beyondcode/laravel-dump-server", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/beyondcode/laravel-dump-server.git", - "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f", - "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f", - "shasum": "" - }, - "require": { - "illuminate/console": "5.6.*|5.7.*|5.8.*", - "illuminate/http": "5.6.*|5.7.*|5.8.*", - "illuminate/support": "5.6.*|5.7.*|5.8.*", - "php": "^7.1", - "symfony/var-dumper": "^4.1.1" - }, - "require-dev": { - "larapack/dd": "^1.0", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "BeyondCode\\DumpServer\\DumpServerServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "BeyondCode\\DumpServer\\": "src" - }, - "files": [ - "helpers.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marcel Pociot", - "email": "marcel@beyondco.de", - "homepage": "https://beyondcode.de", - "role": "Developer" - } - ], - "description": "Symfony Var-Dump Server for Laravel", - "homepage": "https://github.com/beyondcode/laravel-dump-server", - "keywords": [ - "beyondcode", - "laravel-dump-server" - ], - "time": "2018-10-04T07:22:24+00:00" - }, - { - "name": "doctrine/instantiator", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "a2c590166b2133a4633738648b6b064edae0814a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", - "reference": "a2c590166b2133a4633738648b6b064edae0814a", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "doctrine/coding-standard": "^6.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2019-03-17T17:37:11+00:00" - }, - { - "name": "filp/whoops", - "version": "2.3.1", - "source": { - "type": "git", - "url": "https://github.com/filp/whoops.git", - "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", - "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", - "shasum": "" - }, - "require": { - "php": "^5.5.9 || ^7.0", - "psr/log": "^1.0.1" - }, - "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" - }, - "suggest": { - "symfony/var-dumper": "Pretty print complex values better with var-dumper available", - "whoops/soap": "Formats errors as SOAP responses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev" - } - }, - "autoload": { - "psr-4": { - "Whoops\\": "src/Whoops/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Filipe Dobreira", - "homepage": "https://github.com/filp", - "role": "Developer" - } - ], - "description": "php error handling for cool kids", - "homepage": "https://filp.github.io/whoops/", - "keywords": [ - "error", - "exception", - "handling", - "library", - "throwable", - "whoops" - ], - "time": "2018-10-23T09:00:00+00:00" - }, - { - "name": "fzaninotto/faker", - "version": "v1.8.0", - "source": { - "type": "git", - "url": "https://github.com/fzaninotto/Faker.git", - "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", - "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0" - }, - "require-dev": { - "ext-intl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "squizlabs/php_codesniffer": "^1.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8-dev" - } - }, - "autoload": { - "psr-4": { - "Faker\\": "src/Faker/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "François Zaninotto" - } - ], - "description": "Faker is a PHP library that generates fake data for you.", - "keywords": [ - "data", - "faker", - "fixtures" - ], - "time": "2018-07-12T10:23:15+00:00" - }, - { - "name": "hamcrest/hamcrest-php", - "version": "v2.0.0", - "source": { - "type": "git", - "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", - "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", - "shasum": "" - }, - "require": { - "php": "^5.3|^7.0" - }, - "replace": { - "cordoval/hamcrest-php": "*", - "davedevelopment/hamcrest-php": "*", - "kodova/hamcrest-php": "*" - }, - "require-dev": { - "phpunit/php-file-iterator": "1.3.3", - "phpunit/phpunit": "~4.0", - "satooshi/php-coveralls": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "hamcrest" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD" - ], - "description": "This is the PHP port of Hamcrest Matchers", - "keywords": [ - "test" - ], - "time": "2016-01-20T08:20:44+00:00" - }, - { - "name": "mockery/mockery", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/mockery/mockery.git", - "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2", - "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2", - "shasum": "" - }, - "require": { - "hamcrest/hamcrest-php": "~2.0", - "lib-pcre": ">=7.0", - "php": ">=5.6.0" - }, - "require-dev": { - "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Mockery": "library/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Pádraic Brady", - "email": "padraic.brady@gmail.com", - "homepage": "http://blog.astrumfutura.com" - }, - { - "name": "Dave Marshall", - "email": "dave.marshall@atstsolutions.co.uk", - "homepage": "http://davedevelopment.co.uk" - } - ], - "description": "Mockery is a simple yet flexible PHP mock object framework", - "homepage": "https://github.com/mockery/mockery", - "keywords": [ - "BDD", - "TDD", - "library", - "mock", - "mock objects", - "mockery", - "stub", - "test", - "test double", - "testing" - ], - "time": "2019-02-13T09:37:52+00:00" - }, - { - "name": "myclabs/deep-copy", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "replace": { - "myclabs/deep-copy": "self.version" - }, - "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, - "files": [ - "src/DeepCopy/deep_copy.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "time": "2019-04-07T13:18:21+00:00" - }, - { - "name": "nunomaduro/collision", - "version": "v2.1.1", - "source": { - "type": "git", - "url": "https://github.com/nunomaduro/collision.git", - "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5feb0c0d92978ec7169232ce5d70d6da6b29f63", - "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63", - "shasum": "" - }, - "require": { - "filp/whoops": "^2.1.4", - "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", - "php": "^7.1", - "symfony/console": "~2.8|~3.3|~4.0" - }, - "require-dev": { - "laravel/framework": "5.7.*", - "nunomaduro/larastan": "^0.3.0", - "phpstan/phpstan": "^0.10", - "phpunit/phpunit": "~7.3" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "NunoMaduro\\Collision\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" - } - ], - "description": "Cli error handling for console/command-line PHP applications.", - "keywords": [ - "artisan", - "cli", - "command-line", - "console", - "error", - "handling", - "laravel", - "laravel-zero", - "php", - "symfony" - ], - "time": "2018-11-21T21:40:54+00:00" - }, - { - "name": "phar-io/manifest", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", - "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "phar-io/version": "^2.0", - "php": "^5.6 || ^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2018-07-08T19:23:20+00:00" - }, - { - "name": "phar-io/version", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "time": "2018-07-08T19:19:57+00:00" - }, - { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2017-09-11T18:02:19+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "4.3.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", - "shasum": "" - }, - "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" - }, - "require-dev": { - "doctrine/instantiator": "~1.0.5", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^6.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-04-30T17:48:53+00:00" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "0.4.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "time": "2017-07-14T14:27:02+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" - }, - "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.8.x-dev" - } - }, - "autoload": { - "psr-0": { - "Prophecy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "time": "2018-08-05T17:53:17+00:00" - }, - { - "name": "phpunit/php-code-coverage", - "version": "6.1.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-xmlwriter": "*", - "php": "^7.1", - "phpunit/php-file-iterator": "^2.0", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^3.0", - "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.1 || ^4.0", - "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.0" - }, - "suggest": { - "ext-xdebug": "^2.6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "time": "2018-10-31T16:06:48+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "050bedf145a257b1ff02746c31894800e5122946" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", - "reference": "050bedf145a257b1ff02746c31894800e5122946", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "time": "2018-09-13T20:33:42+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2015-06-21T13:50:34+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059", - "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2019-02-20T10:12:59+00:00" - }, - { - "name": "phpunit/php-token-stream", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", - "keywords": [ - "tokenizer" - ], - "time": "2018-10-30T05:52:18+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "7.5.11", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/64cb33f5b520da490a7b13149d39b43cf3c890c6", - "reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.1", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "myclabs/deep-copy": "^1.7", - "phar-io/manifest": "^1.0.2", - "phar-io/version": "^2.0", - "php": "^7.1", - "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^6.0.7", - "phpunit/php-file-iterator": "^2.0.1", - "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1", - "sebastian/comparator": "^3.0", - "sebastian/diff": "^3.0", - "sebastian/environment": "^4.0", - "sebastian/exporter": "^3.1", - "sebastian/global-state": "^2.0", - "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0", - "sebastian/version": "^2.0.1" - }, - "conflict": { - "phpunit/phpunit-mock-objects": "*" - }, - "require-dev": { - "ext-pdo": "*" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "7.5-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "time": "2019-05-14T04:53:02+00:00" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T06:30:41+00:00" - }, - { - "name": "sebastian/comparator", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "shasum": "" - }, - "require": { - "php": "^7.1", - "sebastian/diff": "^3.0", - "sebastian/exporter": "^3.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "time": "2018-07-12T15:12:46+00:00" - }, - { - "name": "sebastian/diff", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0", - "symfony/process": "^2 || ^3.3 || ^4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "time": "2019-02-04T06:01:07+00:00" - }, - { - "name": "sebastian/environment", - "version": "4.2.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", - "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5" - }, - "suggest": { - "ext-posix": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "time": "2019-05-05T09:05:15+00:00" - }, - { - "name": "sebastian/exporter", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", - "shasum": "" - }, - "require": { - "php": "^7.0", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "time": "2017-04-03T13:19:02+00:00" - }, - { - "name": "sebastian/global-state", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "time": "2017-04-27T15:39:26+00:00" - }, - { - "name": "sebastian/object-enumerator", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "shasum": "" - }, - "require": { - "php": "^7.0", - "sebastian/object-reflector": "^1.1.1", - "sebastian/recursion-context": "^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" - }, - { - "name": "sebastian/object-reflector", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29T09:07:27+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "shasum": "" - }, - "require": { - "php": "^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "shasum": "" - }, - "require": { - "php": "^7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" - }, - { - "name": "sebastian/version", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03T07:35:21+00:00" - }, - { - "name": "theseer/tokenizer", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8", - "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-04-04T09:56:43+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", - "shasum": "" - }, - "require": { - "php": "^5.3.3 || ^7.0", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "time": "2018-12-25T11:19:39+00:00" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": { - "wm/crm": 20, - "wm/store": 20, - "wm/task": 20 - }, - "prefer-stable": true, - "prefer-lowest": false, - "platform": { - "php": "^7.1.3" - }, - "platform-dev": [] -} diff --git a/package-lock.json b/package-lock.json index e5eaf6c..152937b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", "dev": true, "requires": { - "@babel/highlight": "^7.0.0" + "@babel/highlight": "7.0.0" } }, "@babel/core": { @@ -17,20 +17,20 @@ "integrity": "sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.4", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" + "@babel/code-frame": "7.0.0", + "@babel/generator": "7.4.4", + "@babel/helpers": "7.4.4", + "@babel/parser": "7.4.4", + "@babel/template": "7.4.4", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4", + "convert-source-map": "1.6.0", + "debug": "4.1.1", + "json5": "2.1.0", + "lodash": "4.17.11", + "resolve": "1.9.0", + "semver": "5.6.0", + "source-map": "0.5.7" }, "dependencies": { "debug": { @@ -39,7 +39,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "ms": { @@ -56,11 +56,11 @@ "integrity": "sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==", "dev": true, "requires": { - "@babel/types": "^7.4.4", - "jsesc": "^2.5.1", - "lodash": "^4.17.11", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" + "@babel/types": "7.4.4", + "jsesc": "2.5.2", + "lodash": "4.17.11", + "source-map": "0.5.7", + "trim-right": "1.0.1" } }, "@babel/helper-annotate-as-pure": { @@ -69,7 +69,7 @@ "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "7.4.4" } }, "@babel/helper-builder-binary-assignment-operator-visitor": { @@ -78,8 +78,8 @@ "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==", "dev": true, "requires": { - "@babel/helper-explode-assignable-expression": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/helper-explode-assignable-expression": "7.1.0", + "@babel/types": "7.4.4" } }, "@babel/helper-call-delegate": { @@ -88,9 +88,9 @@ "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==", "dev": true, "requires": { - "@babel/helper-hoist-variables": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/helper-hoist-variables": "7.4.4", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-define-map": { @@ -99,9 +99,9 @@ "integrity": "sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg==", "dev": true, "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/types": "^7.4.4", - "lodash": "^4.17.11" + "@babel/helper-function-name": "7.1.0", + "@babel/types": "7.4.4", + "lodash": "4.17.11" } }, "@babel/helper-explode-assignable-expression": { @@ -110,8 +110,8 @@ "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==", "dev": true, "requires": { - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-function-name": { @@ -120,9 +120,9 @@ "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.0.0", - "@babel/template": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/helper-get-function-arity": "7.0.0", + "@babel/template": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-get-function-arity": { @@ -131,7 +131,7 @@ "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "7.4.4" } }, "@babel/helper-hoist-variables": { @@ -140,7 +140,7 @@ "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==", "dev": true, "requires": { - "@babel/types": "^7.4.4" + "@babel/types": "7.4.4" } }, "@babel/helper-member-expression-to-functions": { @@ -149,7 +149,7 @@ "integrity": "sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "7.4.4" } }, "@babel/helper-module-imports": { @@ -158,7 +158,7 @@ "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "7.4.4" } }, "@babel/helper-module-transforms": { @@ -167,12 +167,12 @@ "integrity": "sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-simple-access": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/template": "^7.4.4", - "@babel/types": "^7.4.4", - "lodash": "^4.17.11" + "@babel/helper-module-imports": "7.0.0", + "@babel/helper-simple-access": "7.1.0", + "@babel/helper-split-export-declaration": "7.4.4", + "@babel/template": "7.4.4", + "@babel/types": "7.4.4", + "lodash": "4.17.11" } }, "@babel/helper-optimise-call-expression": { @@ -181,7 +181,7 @@ "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==", "dev": true, "requires": { - "@babel/types": "^7.0.0" + "@babel/types": "7.4.4" } }, "@babel/helper-plugin-utils": { @@ -196,7 +196,7 @@ "integrity": "sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q==", "dev": true, "requires": { - "lodash": "^4.17.11" + "lodash": "4.17.11" } }, "@babel/helper-remap-async-to-generator": { @@ -205,11 +205,11 @@ "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-wrap-function": "^7.1.0", - "@babel/template": "^7.1.0", - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/helper-annotate-as-pure": "7.0.0", + "@babel/helper-wrap-function": "7.2.0", + "@babel/template": "7.4.4", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-replace-supers": { @@ -218,10 +218,10 @@ "integrity": "sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==", "dev": true, "requires": { - "@babel/helper-member-expression-to-functions": "^7.0.0", - "@babel/helper-optimise-call-expression": "^7.0.0", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/helper-member-expression-to-functions": "7.0.0", + "@babel/helper-optimise-call-expression": "7.0.0", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-simple-access": { @@ -230,8 +230,8 @@ "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==", "dev": true, "requires": { - "@babel/template": "^7.1.0", - "@babel/types": "^7.0.0" + "@babel/template": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helper-split-export-declaration": { @@ -240,7 +240,7 @@ "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", "dev": true, "requires": { - "@babel/types": "^7.4.4" + "@babel/types": "7.4.4" } }, "@babel/helper-wrap-function": { @@ -249,10 +249,10 @@ "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==", "dev": true, "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/template": "^7.1.0", - "@babel/traverse": "^7.1.0", - "@babel/types": "^7.2.0" + "@babel/helper-function-name": "7.1.0", + "@babel/template": "7.4.4", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/helpers": { @@ -261,9 +261,9 @@ "integrity": "sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==", "dev": true, "requires": { - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/template": "7.4.4", + "@babel/traverse": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/highlight": { @@ -272,9 +272,9 @@ "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", "dev": true, "requires": { - "chalk": "^2.0.0", - "esutils": "^2.0.2", - "js-tokens": "^4.0.0" + "chalk": "2.4.2", + "esutils": "2.0.2", + "js-tokens": "4.0.0" } }, "@babel/parser": { @@ -289,9 +289,9 @@ "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0", - "@babel/plugin-syntax-async-generators": "^7.2.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-remap-async-to-generator": "7.1.0", + "@babel/plugin-syntax-async-generators": "7.2.0" } }, "@babel/plugin-proposal-json-strings": { @@ -300,8 +300,8 @@ "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-json-strings": "^7.2.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-syntax-json-strings": "7.2.0" } }, "@babel/plugin-proposal-object-rest-spread": { @@ -310,8 +310,8 @@ "integrity": "sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-syntax-object-rest-spread": "7.2.0" } }, "@babel/plugin-proposal-optional-catch-binding": { @@ -320,8 +320,8 @@ "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-syntax-optional-catch-binding": "7.2.0" } }, "@babel/plugin-proposal-unicode-property-regex": { @@ -330,9 +330,9 @@ "integrity": "sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.5.4" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-regex": "7.4.4", + "regexpu-core": "4.5.4" } }, "@babel/plugin-syntax-async-generators": { @@ -341,7 +341,7 @@ "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-syntax-dynamic-import": { @@ -350,7 +350,7 @@ "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-syntax-json-strings": { @@ -359,7 +359,7 @@ "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-syntax-object-rest-spread": { @@ -368,7 +368,7 @@ "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-syntax-optional-catch-binding": { @@ -377,7 +377,7 @@ "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-arrow-functions": { @@ -386,7 +386,7 @@ "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-async-to-generator": { @@ -395,9 +395,9 @@ "integrity": "sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0" + "@babel/helper-module-imports": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-remap-async-to-generator": "7.1.0" } }, "@babel/plugin-transform-block-scoped-functions": { @@ -406,7 +406,7 @@ "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-block-scoping": { @@ -415,8 +415,8 @@ "integrity": "sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "lodash": "^4.17.11" + "@babel/helper-plugin-utils": "7.0.0", + "lodash": "4.17.11" } }, "@babel/plugin-transform-classes": { @@ -425,14 +425,14 @@ "integrity": "sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-define-map": "^7.4.4", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-optimise-call-expression": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-replace-supers": "^7.4.4", - "@babel/helper-split-export-declaration": "^7.4.4", - "globals": "^11.1.0" + "@babel/helper-annotate-as-pure": "7.0.0", + "@babel/helper-define-map": "7.4.4", + "@babel/helper-function-name": "7.1.0", + "@babel/helper-optimise-call-expression": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-replace-supers": "7.4.4", + "@babel/helper-split-export-declaration": "7.4.4", + "globals": "11.12.0" } }, "@babel/plugin-transform-computed-properties": { @@ -441,7 +441,7 @@ "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-destructuring": { @@ -450,7 +450,7 @@ "integrity": "sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-dotall-regex": { @@ -459,9 +459,9 @@ "integrity": "sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.5.4" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-regex": "7.4.4", + "regexpu-core": "4.5.4" } }, "@babel/plugin-transform-duplicate-keys": { @@ -470,7 +470,7 @@ "integrity": "sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-exponentiation-operator": { @@ -479,8 +479,8 @@ "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==", "dev": true, "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-builder-binary-assignment-operator-visitor": "7.1.0", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-for-of": { @@ -489,7 +489,7 @@ "integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-function-name": { @@ -498,8 +498,8 @@ "integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==", "dev": true, "requires": { - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-function-name": "7.1.0", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-literals": { @@ -508,7 +508,7 @@ "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-member-expression-literals": { @@ -517,7 +517,7 @@ "integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-modules-amd": { @@ -526,8 +526,8 @@ "integrity": "sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-module-transforms": "7.4.4", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-modules-commonjs": { @@ -536,9 +536,9 @@ "integrity": "sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-simple-access": "^7.1.0" + "@babel/helper-module-transforms": "7.4.4", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-simple-access": "7.1.0" } }, "@babel/plugin-transform-modules-systemjs": { @@ -547,8 +547,8 @@ "integrity": "sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ==", "dev": true, "requires": { - "@babel/helper-hoist-variables": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-hoist-variables": "7.4.4", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-modules-umd": { @@ -557,8 +557,8 @@ "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.1.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-module-transforms": "7.4.4", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-named-capturing-groups-regex": { @@ -567,7 +567,7 @@ "integrity": "sha512-Ki+Y9nXBlKfhD+LXaRS7v95TtTGYRAf9Y1rTDiE75zf8YQz4GDaWRXosMfJBXxnk88mGFjWdCRIeqDbon7spYA==", "dev": true, "requires": { - "regexp-tree": "^0.1.0" + "regexp-tree": "0.1.6" } }, "@babel/plugin-transform-new-target": { @@ -576,7 +576,7 @@ "integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-object-super": { @@ -585,8 +585,8 @@ "integrity": "sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-replace-supers": "^7.1.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-replace-supers": "7.4.4" } }, "@babel/plugin-transform-parameters": { @@ -595,9 +595,9 @@ "integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==", "dev": true, "requires": { - "@babel/helper-call-delegate": "^7.4.4", - "@babel/helper-get-function-arity": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-call-delegate": "7.4.4", + "@babel/helper-get-function-arity": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-property-literals": { @@ -606,7 +606,7 @@ "integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-regenerator": { @@ -615,7 +615,7 @@ "integrity": "sha512-Zz3w+pX1SI0KMIiqshFZkwnVGUhDZzpX2vtPzfJBKQQq8WsP/Xy9DNdELWivxcKOCX/Pywge4SiEaPaLtoDT4g==", "dev": true, "requires": { - "regenerator-transform": "^0.13.4" + "regenerator-transform": "0.13.4" } }, "@babel/plugin-transform-reserved-words": { @@ -624,7 +624,7 @@ "integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-runtime": { @@ -633,10 +633,10 @@ "integrity": "sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "resolve": "^1.8.1", - "semver": "^5.5.1" + "@babel/helper-module-imports": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0", + "resolve": "1.9.0", + "semver": "5.6.0" } }, "@babel/plugin-transform-shorthand-properties": { @@ -645,7 +645,7 @@ "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-spread": { @@ -654,7 +654,7 @@ "integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-sticky-regex": { @@ -663,8 +663,8 @@ "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-regex": "7.4.4" } }, "@babel/plugin-transform-template-literals": { @@ -673,8 +673,8 @@ "integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-annotate-as-pure": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-typeof-symbol": { @@ -683,7 +683,7 @@ "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "7.0.0" } }, "@babel/plugin-transform-unicode-regex": { @@ -692,9 +692,9 @@ "integrity": "sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-regex": "^7.4.4", - "regexpu-core": "^4.5.4" + "@babel/helper-plugin-utils": "7.0.0", + "@babel/helper-regex": "7.4.4", + "regexpu-core": "4.5.4" } }, "@babel/preset-env": { @@ -703,54 +703,54 @@ "integrity": "sha512-FU1H+ACWqZZqfw1x2G1tgtSSYSfxJLkpaUQL37CenULFARDo+h4xJoVHzRoHbK+85ViLciuI7ME4WTIhFRBBlw==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-async-generator-functions": "^7.2.0", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", - "@babel/plugin-proposal-optional-catch-binding": "^7.2.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-syntax-async-generators": "^7.2.0", - "@babel/plugin-syntax-json-strings": "^7.2.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0", - "@babel/plugin-transform-arrow-functions": "^7.2.0", - "@babel/plugin-transform-async-to-generator": "^7.4.4", - "@babel/plugin-transform-block-scoped-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.4.4", - "@babel/plugin-transform-classes": "^7.4.4", - "@babel/plugin-transform-computed-properties": "^7.2.0", - "@babel/plugin-transform-destructuring": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/plugin-transform-duplicate-keys": "^7.2.0", - "@babel/plugin-transform-exponentiation-operator": "^7.2.0", - "@babel/plugin-transform-for-of": "^7.4.4", - "@babel/plugin-transform-function-name": "^7.4.4", - "@babel/plugin-transform-literals": "^7.2.0", - "@babel/plugin-transform-member-expression-literals": "^7.2.0", - "@babel/plugin-transform-modules-amd": "^7.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@babel/plugin-transform-modules-systemjs": "^7.4.4", - "@babel/plugin-transform-modules-umd": "^7.2.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.4", - "@babel/plugin-transform-new-target": "^7.4.4", - "@babel/plugin-transform-object-super": "^7.2.0", - "@babel/plugin-transform-parameters": "^7.4.4", - "@babel/plugin-transform-property-literals": "^7.2.0", - "@babel/plugin-transform-regenerator": "^7.4.4", - "@babel/plugin-transform-reserved-words": "^7.2.0", - "@babel/plugin-transform-shorthand-properties": "^7.2.0", - "@babel/plugin-transform-spread": "^7.2.0", - "@babel/plugin-transform-sticky-regex": "^7.2.0", - "@babel/plugin-transform-template-literals": "^7.4.4", - "@babel/plugin-transform-typeof-symbol": "^7.2.0", - "@babel/plugin-transform-unicode-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "browserslist": "^4.5.2", - "core-js-compat": "^3.0.0", - "invariant": "^2.2.2", - "js-levenshtein": "^1.1.3", - "semver": "^5.5.0" + "@babel/helper-module-imports": "7.0.0", + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-proposal-async-generator-functions": "7.2.0", + "@babel/plugin-proposal-json-strings": "7.2.0", + "@babel/plugin-proposal-object-rest-spread": "7.4.4", + "@babel/plugin-proposal-optional-catch-binding": "7.2.0", + "@babel/plugin-proposal-unicode-property-regex": "7.4.4", + "@babel/plugin-syntax-async-generators": "7.2.0", + "@babel/plugin-syntax-json-strings": "7.2.0", + "@babel/plugin-syntax-object-rest-spread": "7.2.0", + "@babel/plugin-syntax-optional-catch-binding": "7.2.0", + "@babel/plugin-transform-arrow-functions": "7.2.0", + "@babel/plugin-transform-async-to-generator": "7.4.4", + "@babel/plugin-transform-block-scoped-functions": "7.2.0", + "@babel/plugin-transform-block-scoping": "7.4.4", + "@babel/plugin-transform-classes": "7.4.4", + "@babel/plugin-transform-computed-properties": "7.2.0", + "@babel/plugin-transform-destructuring": "7.4.4", + "@babel/plugin-transform-dotall-regex": "7.4.4", + "@babel/plugin-transform-duplicate-keys": "7.2.0", + "@babel/plugin-transform-exponentiation-operator": "7.2.0", + "@babel/plugin-transform-for-of": "7.4.4", + "@babel/plugin-transform-function-name": "7.4.4", + "@babel/plugin-transform-literals": "7.2.0", + "@babel/plugin-transform-member-expression-literals": "7.2.0", + "@babel/plugin-transform-modules-amd": "7.2.0", + "@babel/plugin-transform-modules-commonjs": "7.4.4", + "@babel/plugin-transform-modules-systemjs": "7.4.4", + "@babel/plugin-transform-modules-umd": "7.2.0", + "@babel/plugin-transform-named-capturing-groups-regex": "7.4.4", + "@babel/plugin-transform-new-target": "7.4.4", + "@babel/plugin-transform-object-super": "7.2.0", + "@babel/plugin-transform-parameters": "7.4.4", + "@babel/plugin-transform-property-literals": "7.2.0", + "@babel/plugin-transform-regenerator": "7.4.4", + "@babel/plugin-transform-reserved-words": "7.2.0", + "@babel/plugin-transform-shorthand-properties": "7.2.0", + "@babel/plugin-transform-spread": "7.2.2", + "@babel/plugin-transform-sticky-regex": "7.2.0", + "@babel/plugin-transform-template-literals": "7.4.4", + "@babel/plugin-transform-typeof-symbol": "7.2.0", + "@babel/plugin-transform-unicode-regex": "7.4.4", + "@babel/types": "7.4.4", + "browserslist": "4.5.6", + "core-js-compat": "3.0.1", + "invariant": "2.2.4", + "js-levenshtein": "1.1.6", + "semver": "5.6.0" } }, "@babel/runtime": { @@ -759,7 +759,7 @@ "integrity": "sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==", "dev": true, "requires": { - "regenerator-runtime": "^0.13.2" + "regenerator-runtime": "0.13.2" } }, "@babel/template": { @@ -768,9 +768,9 @@ "integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.4.4", - "@babel/types": "^7.4.4" + "@babel/code-frame": "7.0.0", + "@babel/parser": "7.4.4", + "@babel/types": "7.4.4" } }, "@babel/traverse": { @@ -779,15 +779,15 @@ "integrity": "sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helper-function-name": "^7.1.0", - "@babel/helper-split-export-declaration": "^7.4.4", - "@babel/parser": "^7.4.4", - "@babel/types": "^7.4.4", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.11" + "@babel/code-frame": "7.0.0", + "@babel/generator": "7.4.4", + "@babel/helper-function-name": "7.1.0", + "@babel/helper-split-export-declaration": "7.4.4", + "@babel/parser": "7.4.4", + "@babel/types": "7.4.4", + "debug": "4.1.1", + "globals": "11.12.0", + "lodash": "4.17.11" }, "dependencies": { "debug": { @@ -796,7 +796,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "ms": { @@ -813,9 +813,9 @@ "integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==", "dev": true, "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.11", - "to-fast-properties": "^2.0.0" + "esutils": "2.0.2", + "lodash": "4.17.11", + "to-fast-properties": "2.0.0" } }, "@fortawesome/fontawesome-free": { @@ -835,8 +835,8 @@ "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", "dev": true, "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" + "call-me-maybe": "1.0.1", + "glob-to-regexp": "0.3.0" } }, "@nodelib/fs.stat": { @@ -850,9 +850,9 @@ "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.2.2.tgz", "integrity": "sha512-ie50SpS47L+0gLsW4yP23zI/PtjsDRglyozX2G09jeiUazC1AJlGPZo0JUs9iuCDUoIgsDEf66y7/bSfig0BpA==", "requires": { - "chalk": "^2.4.1", - "consola": "^2.3.0", - "node-fetch": "^2.3.0" + "chalk": "2.4.2", + "consola": "2.6.0", + "node-fetch": "2.5.0" } }, "@sindresorhus/is": { @@ -873,7 +873,7 @@ "integrity": "sha512-8dZMcGPno3g7pJ/d0AyJERo+lXh9i1JhDuCUs+4lNIN9eUe5Yh6UCLrpgSEi05Ve2JMLauL2aozdvKwNL0px1Q==", "dev": true, "requires": { - "@types/babel-types": "*" + "@types/babel-types": "7.0.4" } }, "@types/events": { @@ -888,9 +888,9 @@ "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", "dev": true, "requires": { - "@types/events": "*", - "@types/minimatch": "*", - "@types/node": "*" + "@types/events": "3.0.0", + "@types/minimatch": "3.0.3", + "@types/node": "12.0.0" } }, "@types/minimatch": { @@ -917,15 +917,15 @@ "integrity": "sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw==", "dev": true, "requires": { - "consolidate": "^0.15.1", - "hash-sum": "^1.0.2", - "lru-cache": "^4.1.2", - "merge-source-map": "^1.1.0", - "postcss": "^7.0.14", - "postcss-selector-parser": "^5.0.0", + "consolidate": "0.15.1", + "hash-sum": "1.0.2", + "lru-cache": "4.1.5", + "merge-source-map": "1.1.0", + "postcss": "7.0.16", + "postcss-selector-parser": "5.0.0", "prettier": "1.16.3", - "source-map": "~0.6.1", - "vue-template-es2015-compiler": "^1.9.0" + "source-map": "0.6.1", + "vue-template-es2015-compiler": "1.9.1" }, "dependencies": { "lru-cache": { @@ -934,8 +934,8 @@ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "pseudomap": "1.0.2", + "yallist": "2.1.2" } }, "source-map": { @@ -1003,7 +1003,7 @@ "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", - "mamacro": "^0.0.3" + "mamacro": "0.0.3" } }, "@webassemblyjs/helper-wasm-bytecode": { @@ -1030,7 +1030,7 @@ "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==", "dev": true, "requires": { - "@xtuc/ieee754": "^1.2.0" + "@xtuc/ieee754": "1.2.0" } }, "@webassemblyjs/leb128": { @@ -1152,7 +1152,7 @@ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", "dev": true, "requires": { - "mime-types": "~2.1.24", + "mime-types": "2.1.24", "negotiator": "0.6.2" } }, @@ -1174,7 +1174,7 @@ "integrity": "sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=", "dev": true, "requires": { - "acorn": "^4.0.4" + "acorn": "4.0.13" }, "dependencies": { "acorn": { @@ -1190,10 +1190,10 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz", "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==", "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "fast-deep-equal": "2.0.1", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.2.2" } }, "ajv-errors": { @@ -1214,9 +1214,9 @@ "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "dev": true, "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" + "kind-of": "3.2.2", + "longest": "1.0.1", + "repeat-string": "1.6.1" }, "dependencies": { "kind-of": { @@ -1225,7 +1225,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -1265,7 +1265,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "requires": { - "color-convert": "^1.9.0" + "color-convert": "1.9.3" } }, "anymatch": { @@ -1274,8 +1274,8 @@ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" + "micromatch": "3.1.10", + "normalize-path": "2.1.1" } }, "aproba": { @@ -1290,8 +1290,8 @@ "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", "dev": true, "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" + "delegates": "1.0.0", + "readable-stream": "2.3.6" } }, "argparse": { @@ -1300,7 +1300,7 @@ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, "requires": { - "sprintf-js": "~1.0.2" + "sprintf-js": "1.0.3" } }, "arr-diff": { @@ -1339,7 +1339,7 @@ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "dev": true, "requires": { - "array-uniq": "^1.0.1" + "array-uniq": "1.0.3" } }, "array-uniq": { @@ -1372,7 +1372,7 @@ "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "dev": true, "requires": { - "safer-buffer": "~2.1.0" + "safer-buffer": "2.1.2" } }, "asn1.js": { @@ -1381,9 +1381,9 @@ "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "bn.js": "4.11.8", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "assert": { @@ -1436,7 +1436,7 @@ "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", "dev": true, "requires": { - "lodash": "^4.17.11" + "lodash": "4.17.11" } }, "async-each": { @@ -1469,12 +1469,12 @@ "integrity": "sha512-KJSzkStUl3wP0D5sdMlP82Q52JLy5+atf2MHAre48+ckWkXgixmfHyWmA77wFDy6jTHU6mIgXv6hAQ2mf1PjJQ==", "dev": true, "requires": { - "browserslist": "^4.5.4", - "caniuse-lite": "^1.0.30000957", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.14", - "postcss-value-parser": "^3.3.1" + "browserslist": "4.5.6", + "caniuse-lite": "1.0.30000966", + "normalize-range": "0.1.2", + "num2fraction": "1.2.2", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "aws-sign2": { @@ -1494,8 +1494,8 @@ "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "requires": { - "follow-redirects": "^1.3.0", - "is-buffer": "^1.1.5" + "follow-redirects": "1.6.1", + "is-buffer": "1.1.6" } }, "babel-code-frame": { @@ -1504,9 +1504,9 @@ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" + "chalk": "1.1.3", + "esutils": "2.0.2", + "js-tokens": "3.0.2" }, "dependencies": { "ansi-styles": { @@ -1521,11 +1521,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" } }, "js-tokens": { @@ -1548,10 +1548,10 @@ "integrity": "sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==", "dev": true, "requires": { - "find-cache-dir": "^2.0.0", - "loader-utils": "^1.0.2", - "mkdirp": "^0.5.1", - "util.promisify": "^1.0.0" + "find-cache-dir": "2.1.0", + "loader-utils": "1.2.3", + "mkdirp": "0.5.1", + "util.promisify": "1.0.0" } }, "babel-merge": { @@ -1560,9 +1560,9 @@ "integrity": "sha512-puTQQxuzS+0JlMyVdfsTVaCgzqjBXKPMv7oUANpYcHFY+7IptWZ4PZDYX+qBxrRMtrriuBA44LkKpS99EJzqVA==", "dev": true, "requires": { - "@babel/core": "^7.0.0-beta.49", - "deepmerge": "^2.1.0", - "object.omit": "^3.0.0" + "@babel/core": "7.4.4", + "deepmerge": "2.2.1", + "object.omit": "3.0.0" } }, "babel-runtime": { @@ -1571,8 +1571,8 @@ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" + "core-js": "2.6.1", + "regenerator-runtime": "0.11.1" }, "dependencies": { "regenerator-runtime": { @@ -1589,10 +1589,10 @@ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" + "babel-runtime": "6.26.0", + "esutils": "2.0.2", + "lodash": "4.17.11", + "to-fast-properties": "1.0.3" }, "dependencies": { "to-fast-properties": { @@ -1621,13 +1621,13 @@ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, "requires": { - "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" + "cache-base": "1.0.1", + "class-utils": "0.3.6", + "component-emitter": "1.2.1", + "define-property": "1.0.0", + "isobject": "3.0.1", + "mixin-deep": "1.3.1", + "pascalcase": "0.1.1" }, "dependencies": { "define-property": { @@ -1636,7 +1636,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "is-accessor-descriptor": { @@ -1645,7 +1645,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -1654,7 +1654,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -1663,9 +1663,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -1688,7 +1688,7 @@ "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", "dev": true, "requires": { - "tweetnacl": "^0.14.3" + "tweetnacl": "0.14.5" } }, "big.js": { @@ -1709,7 +1709,7 @@ "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", "dev": true, "requires": { - "inherits": "~2.0.0" + "inherits": "2.0.3" } }, "bluebird": { @@ -1731,15 +1731,15 @@ "dev": true, "requires": { "bytes": "3.0.0", - "content-type": "~1.0.4", + "content-type": "1.0.4", "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "~1.6.3", + "depd": "1.1.2", + "http-errors": "1.6.3", "iconv-lite": "0.4.23", - "on-finished": "~2.3.0", + "on-finished": "2.3.0", "qs": "6.5.2", "raw-body": "2.3.3", - "type-is": "~1.6.16" + "type-is": "1.6.18" }, "dependencies": { "debug": { @@ -1759,12 +1759,12 @@ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", "dev": true, "requires": { - "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" + "array-flatten": "2.1.2", + "deep-equal": "1.0.1", + "dns-equal": "1.0.0", + "dns-txt": "2.0.2", + "multicast-dns": "6.2.3", + "multicast-dns-service-types": "1.1.0" } }, "boolbase": { @@ -1793,12 +1793,12 @@ "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.0.0-rc.19.tgz", "integrity": "sha512-OCbRwqKb0F+RGr162m+RyKI4yNM0VjfxOGI32CMgHfCnnc0MZ0wF2Svg2E3Q7AWCq0N8LgD/EsF/K7Vg3kdDyw==", "requires": { - "@nuxt/opencollective": "^0.2.2", - "bootstrap": "^4.3.1", - "core-js": ">=2.6.5 <3.0.0", - "popper.js": "^1.15.0", - "portal-vue": "^2.1.1", - "vue-functional-data-merge": "^2.0.7" + "@nuxt/opencollective": "0.2.2", + "bootstrap": "4.3.1", + "core-js": "2.6.5", + "popper.js": "1.15.0", + "portal-vue": "2.1.4", + "vue-functional-data-merge": "2.0.7" }, "dependencies": { "bootstrap": { @@ -1824,7 +1824,7 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "requires": { - "balanced-match": "^1.0.0", + "balanced-match": "1.0.0", "concat-map": "0.0.1" } }, @@ -1834,16 +1834,16 @@ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "requires": { - "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" + "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.3", + "snapdragon": "0.8.2", + "snapdragon-node": "2.1.1", + "split-string": "3.1.0", + "to-regex": "3.0.2" }, "dependencies": { "extend-shallow": { @@ -1852,7 +1852,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -1875,12 +1875,12 @@ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { - "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" + "buffer-xor": "1.0.3", + "cipher-base": "1.0.4", + "create-hash": "1.2.0", + "evp_bytestokey": "1.0.3", + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "browserify-cipher": { @@ -1889,9 +1889,9 @@ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "browserify-aes": "1.2.0", + "browserify-des": "1.0.2", + "evp_bytestokey": "1.0.3" } }, "browserify-des": { @@ -1900,10 +1900,10 @@ "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "dev": true, "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "cipher-base": "1.0.4", + "des.js": "1.0.0", + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "browserify-rsa": { @@ -1912,8 +1912,8 @@ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { - "bn.js": "^4.1.0", - "randombytes": "^2.0.1" + "bn.js": "4.11.8", + "randombytes": "2.1.0" } }, "browserify-sign": { @@ -1922,13 +1922,13 @@ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", "dev": true, "requires": { - "bn.js": "^4.1.1", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", - "inherits": "^2.0.1", - "parse-asn1": "^5.0.0" + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "elliptic": "6.4.1", + "inherits": "2.0.3", + "parse-asn1": "5.1.4" } }, "browserify-zlib": { @@ -1937,7 +1937,7 @@ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, "requires": { - "pako": "~1.0.5" + "pako": "1.0.10" } }, "browserslist": { @@ -1946,9 +1946,9 @@ "integrity": "sha512-o/hPOtbU9oX507lIqon+UvPYqpx3mHc8cV3QemSBTXwkG8gSQSK6UKvXcE/DcleU3+A59XTUHyCvZ5qGy8xVAg==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30000963", - "electron-to-chromium": "^1.3.127", - "node-releases": "^1.1.17" + "caniuse-lite": "1.0.30000966", + "electron-to-chromium": "1.3.131", + "node-releases": "1.1.17" } }, "buffer": { @@ -1957,9 +1957,9 @@ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" + "base64-js": "1.3.0", + "ieee754": "1.1.13", + "isarray": "1.0.0" } }, "buffer-from": { @@ -1998,20 +1998,20 @@ "integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==", "dev": true, "requires": { - "bluebird": "^3.5.3", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "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.2", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" + "bluebird": "3.5.4", + "chownr": "1.1.1", + "figgy-pudding": "3.5.1", + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "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": { @@ -2020,15 +2020,15 @@ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "requires": { - "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" + "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" } }, "cacheable-request": { @@ -2064,9 +2064,9 @@ "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==", "dev": true, "requires": { - "prepend-http": "^2.0.0", - "query-string": "^5.0.1", - "sort-keys": "^2.0.0" + "prepend-http": "2.0.0", + "query-string": "5.1.1", + "sort-keys": "2.0.0" } } } @@ -2083,7 +2083,7 @@ "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", "dev": true, "requires": { - "callsites": "^2.0.0" + "callsites": "2.0.0" } }, "caller-path": { @@ -2092,7 +2092,7 @@ "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", "dev": true, "requires": { - "caller-callsite": "^2.0.0" + "caller-callsite": "2.0.0" } }, "callsites": { @@ -2107,8 +2107,8 @@ "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", "dev": true, "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" + "no-case": "2.3.2", + "upper-case": "1.1.3" } }, "camelcase": { @@ -2123,8 +2123,8 @@ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" + "camelcase": "2.1.1", + "map-obj": "1.0.1" }, "dependencies": { "camelcase": { @@ -2141,10 +2141,10 @@ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" + "browserslist": "4.5.6", + "caniuse-lite": "1.0.30000966", + "lodash.memoize": "4.1.2", + "lodash.uniq": "4.5.0" } }, "caniuse-lite": { @@ -2165,8 +2165,8 @@ "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", "dev": true, "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" + "align-text": "0.1.4", + "lazy-cache": "1.0.4" } }, "chalk": { @@ -2174,9 +2174,9 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.5.0" } }, "character-parser": { @@ -2185,7 +2185,7 @@ "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=", "dev": true, "requires": { - "is-regex": "^1.0.3" + "is-regex": "1.0.4" } }, "charenc": { @@ -2199,8 +2199,8 @@ "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.7.3.tgz", "integrity": "sha512-3+7k/DbR92m6BsMUYP6M0dMsMVZpMnwkUyNSAbqolHKsbIzH2Q4LWVEHHYq7v0fmEV8whXE0DrjANulw9j2K5g==", "requires": { - "chartjs-color": "^2.1.0", - "moment": "^2.10.2" + "chartjs-color": "2.2.0", + "moment": "2.23.0" } }, "chartjs-color": { @@ -2208,8 +2208,8 @@ "resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.2.0.tgz", "integrity": "sha1-hKL7dVeH7YXDndbdjHsdiEKbrq4=", "requires": { - "chartjs-color-string": "^0.5.0", - "color-convert": "^0.5.3" + "chartjs-color-string": "0.5.0", + "color-convert": "0.5.3" }, "dependencies": { "color-convert": { @@ -2224,7 +2224,7 @@ "resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.5.0.tgz", "integrity": "sha512-amWNvCOXlOUYxZVDSa0YOab5K/lmEhbFNKI55PWc4mlv28BDzA7zaoQTGxSBgJMHIW+hGX8YUrvw/FH4LyhwSQ==", "requires": { - "color-name": "^1.0.0" + "color-name": "1.1.3" } }, "chokidar": { @@ -2233,19 +2233,19 @@ "integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==", "dev": true, "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.0", - "braces": "^2.3.0", - "fsevents": "^1.2.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "lodash.debounce": "^4.0.8", - "normalize-path": "^2.1.1", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0", - "upath": "^1.0.5" + "anymatch": "2.0.0", + "async-each": "1.0.1", + "braces": "2.3.2", + "fsevents": "1.2.9", + "glob-parent": "3.1.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "4.0.0", + "lodash.debounce": "4.0.8", + "normalize-path": "2.1.1", + "path-is-absolute": "1.0.1", + "readdirp": "2.2.1", + "upath": "1.1.0" } }, "chownr": { @@ -2260,7 +2260,7 @@ "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==", "dev": true, "requires": { - "tslib": "^1.9.0" + "tslib": "1.9.3" } }, "cipher-base": { @@ -2269,8 +2269,8 @@ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "class-utils": { @@ -2279,10 +2279,10 @@ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" + "arr-union": "3.1.0", + "define-property": "0.2.5", + "isobject": "3.0.1", + "static-extend": "0.1.2" }, "dependencies": { "define-property": { @@ -2291,7 +2291,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } } } @@ -2302,7 +2302,7 @@ "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", "dev": true, "requires": { - "source-map": "~0.6.0" + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -2319,9 +2319,9 @@ "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "dev": true, "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" + "string-width": "2.1.1", + "strip-ansi": "4.0.0", + "wrap-ansi": "2.1.0" }, "dependencies": { "ansi-regex": { @@ -2336,7 +2336,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "3.0.0" } } } @@ -2347,10 +2347,10 @@ "integrity": "sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ==", "dev": true, "requires": { - "for-own": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.0", - "shallow-clone": "^1.0.0" + "for-own": "1.0.0", + "is-plain-object": "2.0.4", + "kind-of": "6.0.2", + "shallow-clone": "1.0.0" } }, "clone-response": { @@ -2359,7 +2359,7 @@ "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", "dev": true, "requires": { - "mimic-response": "^1.0.0" + "mimic-response": "1.0.1" } }, "coa": { @@ -2368,9 +2368,9 @@ "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", "dev": true, "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" + "@types/q": "1.5.2", + "chalk": "2.4.2", + "q": "1.5.1" } }, "code-point-at": { @@ -2385,8 +2385,8 @@ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" + "map-visit": "1.0.0", + "object-visit": "1.0.1" } }, "color": { @@ -2395,8 +2395,8 @@ "integrity": "sha512-PvUltIXRjehRKPSy89VnDWFKY58xyhTLyxIg21vwQBI6qLwZNPmC8k3C1uytIgFKEpOIzN4y32iPm8231zFHIg==", "dev": true, "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.2" + "color-convert": "1.9.3", + "color-string": "1.5.3" } }, "color-convert": { @@ -2418,8 +2418,8 @@ "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", "dev": true, "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" + "color-name": "1.1.3", + "simple-swizzle": "0.2.2" } }, "combined-stream": { @@ -2428,7 +2428,7 @@ "integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==", "dev": true, "requires": { - "delayed-stream": "~1.0.0" + "delayed-stream": "1.0.0" } }, "commander": { @@ -2455,7 +2455,7 @@ "integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==", "dev": true, "requires": { - "mime-db": ">= 1.40.0 < 2" + "mime-db": "1.40.0" } }, "compression": { @@ -2464,13 +2464,13 @@ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, "requires": { - "accepts": "~1.3.5", + "accepts": "1.3.7", "bytes": "3.0.0", - "compressible": "~2.0.16", + "compressible": "2.0.17", "debug": "2.6.9", - "on-headers": "~1.0.2", + "on-headers": "1.0.2", "safe-buffer": "5.1.2", - "vary": "~1.1.2" + "vary": "1.1.2" }, "dependencies": { "debug": { @@ -2496,10 +2496,10 @@ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "dev": true, "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" + "buffer-from": "1.1.1", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "typedarray": "0.0.6" } }, "concatenate": { @@ -2508,7 +2508,7 @@ "integrity": "sha1-C0nW6MQQR9dyjNyNYqCGYjOXtJ8=", "dev": true, "requires": { - "globs": "^0.1.2" + "globs": "0.1.4" } }, "connect-history-api-fallback": { @@ -2528,7 +2528,7 @@ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", "dev": true, "requires": { - "date-now": "^0.1.4" + "date-now": "0.1.4" } }, "console-control-strings": { @@ -2543,7 +2543,7 @@ "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==", "dev": true, "requires": { - "bluebird": "^3.1.1" + "bluebird": "3.5.4" } }, "constantinople": { @@ -2552,10 +2552,10 @@ "integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==", "dev": true, "requires": { - "@types/babel-types": "^7.0.0", - "@types/babylon": "^6.16.2", - "babel-types": "^6.26.0", - "babylon": "^6.18.0" + "@types/babel-types": "7.0.4", + "@types/babylon": "6.16.4", + "babel-types": "6.26.0", + "babylon": "6.18.0" } }, "constants-browserify": { @@ -2582,7 +2582,7 @@ "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", "dev": true, "requires": { - "safe-buffer": "~5.1.1" + "safe-buffer": "5.1.2" } }, "cookie": { @@ -2603,12 +2603,12 @@ "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "dev": true, "requires": { - "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" + "aproba": "1.2.0", + "fs-write-stream-atomic": "1.0.10", + "iferr": "0.1.5", + "mkdirp": "0.5.1", + "rimraf": "2.6.3", + "run-queue": "1.0.3" } }, "copy-descriptor": { @@ -2629,10 +2629,10 @@ "integrity": "sha512-2pC3e+Ht/1/gD7Sim/sqzvRplMiRnFQVlPpDVaHtY9l7zZP7knamr3VRD6NyGfHd84MrDC0tAM9ulNxYMW0T3g==", "dev": true, "requires": { - "browserslist": "^4.5.4", + "browserslist": "4.5.6", "core-js": "3.0.1", "core-js-pure": "3.0.1", - "semver": "^6.0.0" + "semver": "6.0.0" }, "dependencies": { "core-js": { @@ -2667,10 +2667,10 @@ "integrity": "sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==", "dev": true, "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.0", - "parse-json": "^4.0.0" + "import-fresh": "2.0.0", + "is-directory": "0.3.1", + "js-yaml": "3.13.1", + "parse-json": "4.0.0" } }, "create-ecdh": { @@ -2679,8 +2679,8 @@ "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.0.0" + "bn.js": "4.11.8", + "elliptic": "6.4.1" } }, "create-hash": { @@ -2689,11 +2689,11 @@ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "cipher-base": "1.0.4", + "inherits": "2.0.3", + "md5.js": "1.3.5", + "ripemd160": "2.0.2", + "sha.js": "2.4.11" } }, "create-hmac": { @@ -2702,12 +2702,12 @@ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { - "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" + "cipher-base": "1.0.4", + "create-hash": "1.2.0", + "inherits": "2.0.3", + "ripemd160": "2.0.2", + "safe-buffer": "5.1.2", + "sha.js": "2.4.11" } }, "cross-env": { @@ -2716,8 +2716,8 @@ "integrity": "sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg==", "dev": true, "requires": { - "cross-spawn": "^6.0.5", - "is-windows": "^1.0.0" + "cross-spawn": "6.0.5", + "is-windows": "1.0.2" } }, "cross-spawn": { @@ -2726,11 +2726,11 @@ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "nice-try": "1.0.5", + "path-key": "2.0.1", + "semver": "5.6.0", + "shebang-command": "1.2.0", + "which": "1.3.1" } }, "crypt": { @@ -2745,17 +2745,17 @@ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "requires": { - "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" + "browserify-cipher": "1.0.1", + "browserify-sign": "4.0.4", + "create-ecdh": "4.0.3", + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "diffie-hellman": "5.0.3", + "inherits": "2.0.3", + "pbkdf2": "3.0.17", + "public-encrypt": "4.0.3", + "randombytes": "2.1.0", + "randomfill": "1.0.4" } }, "css-color-names": { @@ -2770,8 +2770,8 @@ "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", "dev": true, "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" + "postcss": "7.0.16", + "timsort": "0.3.0" } }, "css-loader": { @@ -2780,18 +2780,18 @@ "integrity": "sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw==", "dev": true, "requires": { - "babel-code-frame": "^6.26.0", - "css-selector-tokenizer": "^0.7.0", - "icss-utils": "^2.1.0", - "loader-utils": "^1.0.2", - "lodash": "^4.17.11", - "postcss": "^6.0.23", - "postcss-modules-extract-imports": "^1.2.0", - "postcss-modules-local-by-default": "^1.2.0", - "postcss-modules-scope": "^1.1.0", - "postcss-modules-values": "^1.3.0", - "postcss-value-parser": "^3.3.0", - "source-list-map": "^2.0.0" + "babel-code-frame": "6.26.0", + "css-selector-tokenizer": "0.7.1", + "icss-utils": "2.1.0", + "loader-utils": "1.2.3", + "lodash": "4.17.11", + "postcss": "6.0.23", + "postcss-modules-extract-imports": "1.2.1", + "postcss-modules-local-by-default": "1.2.0", + "postcss-modules-scope": "1.1.0", + "postcss-modules-values": "1.3.0", + "postcss-value-parser": "3.3.1", + "source-list-map": "2.0.1" }, "dependencies": { "postcss": { @@ -2800,9 +2800,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -2819,10 +2819,10 @@ "integrity": "sha512-dSpYaDVoWaELjvZ3mS6IKZM/y2PMPa/XYoEfYNZePL4U/XgyxZNroHEHReDx/d+VgXh9VbCTtFqLkFbmeqeaRQ==", "dev": true, "requires": { - "boolbase": "^1.0.0", - "css-what": "^2.1.2", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" + "boolbase": "1.0.0", + "css-what": "2.1.3", + "domutils": "1.7.0", + "nth-check": "1.0.2" } }, "css-select-base-adapter": { @@ -2837,9 +2837,9 @@ "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", "dev": true, "requires": { - "cssesc": "^0.1.0", - "fastparse": "^1.1.1", - "regexpu-core": "^1.0.0" + "cssesc": "0.1.0", + "fastparse": "1.1.2", + "regexpu-core": "1.0.0" }, "dependencies": { "jsesc": { @@ -2854,9 +2854,9 @@ "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", "dev": true, "requires": { - "regenerate": "^1.2.1", - "regjsgen": "^0.2.0", - "regjsparser": "^0.1.4" + "regenerate": "1.4.0", + "regjsgen": "0.2.0", + "regjsparser": "0.1.5" } }, "regjsgen": { @@ -2871,7 +2871,7 @@ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "dev": true, "requires": { - "jsesc": "~0.5.0" + "jsesc": "0.5.0" } } } @@ -2882,8 +2882,8 @@ "integrity": "sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==", "dev": true, "requires": { - "mdn-data": "~1.1.0", - "source-map": "^0.5.3" + "mdn-data": "1.1.4", + "source-map": "0.5.7" } }, "css-unit-converter": { @@ -2916,10 +2916,10 @@ "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", "dev": true, "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" + "cosmiconfig": "5.2.0", + "cssnano-preset-default": "4.0.7", + "is-resolvable": "1.1.0", + "postcss": "7.0.16" } }, "cssnano-preset-default": { @@ -2928,36 +2928,36 @@ "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", "dev": true, "requires": { - "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.2", - "postcss-unique-selectors": "^4.0.1" + "css-declaration-sorter": "4.0.1", + "cssnano-util-raw-cache": "4.0.1", + "postcss": "7.0.16", + "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.2", + "postcss-unique-selectors": "4.0.1" } }, "cssnano-util-get-arguments": { @@ -2978,7 +2978,7 @@ "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "cssnano-util-same-parent": { @@ -3002,8 +3002,8 @@ "integrity": "sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==", "dev": true, "requires": { - "mdn-data": "~1.1.0", - "source-map": "^0.5.3" + "mdn-data": "1.1.4", + "source-map": "0.5.7" } } } @@ -3014,7 +3014,7 @@ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, "requires": { - "array-find-index": "^1.0.1" + "array-find-index": "1.0.2" } }, "cyclist": { @@ -3029,7 +3029,7 @@ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "requires": { - "assert-plus": "^1.0.0" + "assert-plus": "1.0.0" } }, "date-now": { @@ -3070,7 +3070,7 @@ "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "dev": true, "requires": { - "mimic-response": "^1.0.0" + "mimic-response": "1.0.1" } }, "deep-equal": { @@ -3091,8 +3091,8 @@ "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", "dev": true, "requires": { - "execa": "^1.0.0", - "ip-regex": "^2.1.0" + "execa": "1.0.0", + "ip-regex": "2.1.0" } }, "define-properties": { @@ -3101,7 +3101,7 @@ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, "requires": { - "object-keys": "^1.0.12" + "object-keys": "1.1.1" } }, "define-property": { @@ -3110,8 +3110,8 @@ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" + "is-descriptor": "1.0.2", + "isobject": "3.0.1" }, "dependencies": { "is-accessor-descriptor": { @@ -3120,7 +3120,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -3129,7 +3129,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -3138,9 +3138,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -3151,13 +3151,13 @@ "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", "dev": true, "requires": { - "@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" + "@types/glob": "7.1.1", + "globby": "6.1.0", + "is-path-cwd": "2.1.0", + "is-path-in-cwd": "2.1.0", + "p-map": "2.1.0", + "pify": "4.0.1", + "rimraf": "2.6.3" }, "dependencies": { "globby": { @@ -3166,11 +3166,11 @@ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", "dev": true, "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" + "array-union": "1.0.2", + "glob": "7.1.3", + "object-assign": "4.1.1", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" }, "dependencies": { "pify": { @@ -3213,8 +3213,8 @@ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", "dev": true, "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "destroy": { @@ -3241,9 +3241,9 @@ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" + "bn.js": "4.11.8", + "miller-rabin": "4.0.1", + "randombytes": "2.1.0" } }, "dir-glob": { @@ -3252,8 +3252,8 @@ "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", "dev": true, "requires": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" + "arrify": "1.0.1", + "path-type": "3.0.0" } }, "dns-equal": { @@ -3268,8 +3268,8 @@ "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", "dev": true, "requires": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" + "ip": "1.1.5", + "safe-buffer": "5.1.2" } }, "dns-txt": { @@ -3278,7 +3278,7 @@ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "dev": true, "requires": { - "buffer-indexof": "^1.0.0" + "buffer-indexof": "1.1.1" } }, "doctypes": { @@ -3293,8 +3293,8 @@ "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", "dev": true, "requires": { - "domelementtype": "^1.3.0", - "entities": "^1.1.1" + "domelementtype": "1.3.1", + "entities": "1.1.2" } }, "domain-browser": { @@ -3315,8 +3315,8 @@ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "dev": true, "requires": { - "dom-serializer": "0", - "domelementtype": "1" + "dom-serializer": "0.1.1", + "domelementtype": "1.3.1" } }, "dot-prop": { @@ -3325,7 +3325,7 @@ "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "dev": true, "requires": { - "is-obj": "^1.0.0" + "is-obj": "1.0.1" } }, "dotenv": { @@ -3352,10 +3352,10 @@ "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", "dev": true, "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" + "end-of-stream": "1.4.1", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "stream-shift": "1.0.0" } }, "ecc-jsbn": { @@ -3364,8 +3364,8 @@ "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", "dev": true, "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" + "jsbn": "0.1.1", + "safer-buffer": "2.1.2" } }, "ee-first": { @@ -3386,13 +3386,13 @@ "integrity": "sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==", "dev": true, "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "bn.js": "4.11.8", + "brorand": "1.1.0", + "hash.js": "1.1.7", + "hmac-drbg": "1.0.1", + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1", + "minimalistic-crypto-utils": "1.0.1" } }, "emojis-list": { @@ -3413,7 +3413,7 @@ "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", "dev": true, "requires": { - "once": "^1.4.0" + "once": "1.4.0" } }, "enhanced-resolve": { @@ -3422,9 +3422,9 @@ "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" + "graceful-fs": "4.1.15", + "memory-fs": "0.4.1", + "tapable": "1.1.3" } }, "entities": { @@ -3439,7 +3439,7 @@ "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", "dev": true, "requires": { - "prr": "~1.0.1" + "prr": "1.0.1" } }, "error-ex": { @@ -3448,7 +3448,7 @@ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, "requires": { - "is-arrayish": "^0.2.1" + "is-arrayish": "0.2.1" } }, "error-stack-parser": { @@ -3457,7 +3457,7 @@ "integrity": "sha512-E1fPutRDdIj/hohG0UpT5mayXNCxXP9d+snxFsPU9X0XgccOumKraa3juDMwTUyi7+Bu5+mCGagjg4IYeNbOdw==", "dev": true, "requires": { - "stackframe": "^1.0.4" + "stackframe": "1.0.4" } }, "es-abstract": { @@ -3466,12 +3466,12 @@ "integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==", "dev": true, "requires": { - "es-to-primitive": "^1.2.0", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "is-callable": "^1.1.4", - "is-regex": "^1.0.4", - "object-keys": "^1.0.12" + "es-to-primitive": "1.2.0", + "function-bind": "1.1.1", + "has": "1.0.3", + "is-callable": "1.1.4", + "is-regex": "1.0.4", + "object-keys": "1.1.1" } }, "es-to-primitive": { @@ -3480,9 +3480,9 @@ "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", "dev": true, "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "is-callable": "1.1.4", + "is-date-object": "1.0.1", + "is-symbol": "1.0.2" } }, "es6-templates": { @@ -3491,8 +3491,8 @@ "integrity": "sha1-XLmsn7He1usSOTQrgdeSu7QHjuQ=", "dev": true, "requires": { - "recast": "~0.11.12", - "through": "~2.3.6" + "recast": "0.11.23", + "through": "2.3.8" } }, "escape-html": { @@ -3512,8 +3512,8 @@ "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", "dev": true, "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "esrecurse": "4.2.1", + "estraverse": "4.2.0" } }, "esprima": { @@ -3528,7 +3528,7 @@ "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "dev": true, "requires": { - "estraverse": "^4.1.0" + "estraverse": "4.2.0" } }, "estraverse": { @@ -3567,7 +3567,7 @@ "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", "dev": true, "requires": { - "original": "^1.0.0" + "original": "1.0.2" } }, "evp_bytestokey": { @@ -3576,8 +3576,8 @@ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" + "md5.js": "1.3.5", + "safe-buffer": "5.1.2" } }, "execa": { @@ -3586,13 +3586,13 @@ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { - "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" + "cross-spawn": "6.0.5", + "get-stream": "4.1.0", + "is-stream": "1.1.0", + "npm-run-path": "2.0.2", + "p-finally": "1.0.0", + "signal-exit": "3.0.2", + "strip-eof": "1.0.0" } }, "expand-brackets": { @@ -3601,13 +3601,13 @@ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, "requires": { - "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" + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "posix-character-classes": "0.1.1", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" }, "dependencies": { "debug": { @@ -3625,7 +3625,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "extend-shallow": { @@ -3634,7 +3634,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -3651,7 +3651,7 @@ "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", "dev": true, "requires": { - "homedir-polyfill": "^1.0.1" + "homedir-polyfill": "1.0.3" } }, "express": { @@ -3660,36 +3660,36 @@ "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", "dev": true, "requires": { - "accepts": "~1.3.5", + "accepts": "1.3.7", "array-flatten": "1.1.1", "body-parser": "1.18.3", "content-disposition": "0.5.2", - "content-type": "~1.0.4", + "content-type": "1.0.4", "cookie": "0.3.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", + "depd": "1.1.2", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", "finalhandler": "1.1.1", "fresh": "0.5.2", "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", + "methods": "1.1.2", + "on-finished": "2.3.0", + "parseurl": "1.3.3", "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.4", + "proxy-addr": "2.0.5", "qs": "6.5.2", - "range-parser": "~1.2.0", + "range-parser": "1.2.0", "safe-buffer": "5.1.2", "send": "0.16.2", "serve-static": "1.13.2", "setprototypeof": "1.1.0", - "statuses": "~1.4.0", - "type-is": "~1.6.16", + "statuses": "1.4.0", + "type-is": "1.6.18", "utils-merge": "1.0.1", - "vary": "~1.1.2" + "vary": "1.1.2" }, "dependencies": { "array-flatten": { @@ -3721,8 +3721,8 @@ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "assign-symbols": "1.0.0", + "is-extendable": "1.0.1" } }, "extglob": { @@ -3731,14 +3731,14 @@ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "requires": { - "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" + "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.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" }, "dependencies": { "define-property": { @@ -3747,7 +3747,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "extend-shallow": { @@ -3756,7 +3756,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-accessor-descriptor": { @@ -3765,7 +3765,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -3774,7 +3774,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -3783,9 +3783,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } }, "is-extendable": { @@ -3802,10 +3802,10 @@ "integrity": "sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==", "dev": true, "requires": { - "async": "^2.4.1", - "loader-utils": "^1.1.0", - "schema-utils": "^0.4.5", - "webpack-sources": "^1.1.0" + "async": "2.6.2", + "loader-utils": "1.2.3", + "schema-utils": "0.4.7", + "webpack-sources": "1.3.0" } }, "extsprintf": { @@ -3825,12 +3825,12 @@ "integrity": "sha512-0BvMaZc1k9F+MeWWMe8pL6YltFzZYcJsYU7D4JyDA6PAczaXvxqQQ/z+mDF7/4Mw01DeUc+i3CTKajnkANkV4w==", "dev": true, "requires": { - "@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" + "@mrmlnc/readdir-enhanced": "2.2.1", + "@nodelib/fs.stat": "1.1.3", + "glob-parent": "3.1.0", + "is-glob": "4.0.0", + "merge2": "1.2.3", + "micromatch": "3.1.10" } }, "fast-json-stable-stringify": { @@ -3850,7 +3850,7 @@ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "dev": true, "requires": { - "websocket-driver": ">=0.5.1" + "websocket-driver": "0.7.0" } }, "figgy-pudding": { @@ -3865,8 +3865,8 @@ "integrity": "sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ==", "dev": true, "requires": { - "loader-utils": "^1.0.2", - "schema-utils": "^1.0.0" + "loader-utils": "1.2.3", + "schema-utils": "1.0.0" }, "dependencies": { "schema-utils": { @@ -3875,9 +3875,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } } } @@ -3894,10 +3894,10 @@ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "extend-shallow": "2.0.1", + "is-number": "3.0.0", + "repeat-string": "1.6.1", + "to-regex-range": "2.1.1" }, "dependencies": { "extend-shallow": { @@ -3906,7 +3906,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -3924,12 +3924,12 @@ "dev": true, "requires": { "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "statuses": "~1.4.0", - "unpipe": "~1.0.0" + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "on-finished": "2.3.0", + "parseurl": "1.3.3", + "statuses": "1.4.0", + "unpipe": "1.0.0" }, "dependencies": { "debug": { @@ -3949,9 +3949,9 @@ "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "commondir": "1.0.1", + "make-dir": "2.1.0", + "pkg-dir": "3.0.0" } }, "find-up": { @@ -3960,7 +3960,7 @@ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { - "locate-path": "^3.0.0" + "locate-path": "3.0.0" } }, "findup-sync": { @@ -3969,10 +3969,10 @@ "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", "dev": true, "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" + "detect-file": "1.0.0", + "is-glob": "3.1.0", + "micromatch": "3.1.10", + "resolve-dir": "1.0.1" }, "dependencies": { "is-glob": { @@ -3981,7 +3981,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "^2.1.0" + "is-extglob": "2.1.1" } } } @@ -3992,8 +3992,8 @@ "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", "dev": true, "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "follow-redirects": { @@ -4001,7 +4001,7 @@ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.6.1.tgz", "integrity": "sha512-t2JCjbzxQpWvbhts3l6SH1DKzSrx8a+SsaVf4h6bG4kOXUuPYS/kg2Lr4gQSb7eemaHqJkOThF1BGyjlUkO1GQ==", "requires": { - "debug": "=3.1.0" + "debug": "3.1.0" } }, "for-in": { @@ -4016,7 +4016,7 @@ "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", "dev": true, "requires": { - "for-in": "^1.0.1" + "for-in": "1.0.2" } }, "forever-agent": { @@ -4031,9 +4031,9 @@ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "asynckit": "0.4.0", + "combined-stream": "1.0.7", + "mime-types": "2.1.24" } }, "forwarded": { @@ -4048,7 +4048,7 @@ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, "requires": { - "map-cache": "^0.2.2" + "map-cache": "0.2.2" } }, "fresh": { @@ -4063,9 +4063,9 @@ "integrity": "sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==", "dev": true, "requires": { - "chalk": "^1.1.3", - "error-stack-parser": "^2.0.0", - "string-width": "^2.0.0" + "chalk": "1.1.3", + "error-stack-parser": "2.0.2", + "string-width": "2.1.1" }, "dependencies": { "ansi-styles": { @@ -4080,11 +4080,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" } }, "supports-color": { @@ -4101,8 +4101,8 @@ "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", "dev": true, "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "fs-extra": { @@ -4111,9 +4111,9 @@ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "graceful-fs": "4.1.15", + "jsonfile": "4.0.0", + "universalify": "0.1.2" } }, "fs-write-stream-atomic": { @@ -4122,10 +4122,10 @@ "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" + "graceful-fs": "4.1.15", + "iferr": "0.1.5", + "imurmurhash": "0.1.4", + "readable-stream": "2.3.6" } }, "fs.realpath": { @@ -4141,8 +4141,8 @@ "dev": true, "optional": true, "requires": { - "nan": "^2.12.1", - "node-pre-gyp": "^0.12.0" + "nan": "2.13.2", + "node-pre-gyp": "0.12.0" }, "dependencies": { "abbrev": { @@ -4669,10 +4669,10 @@ "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" + "graceful-fs": "4.1.15", + "inherits": "2.0.3", + "mkdirp": "0.5.1", + "rimraf": "2.6.3" } }, "function-bind": { @@ -4687,14 +4687,14 @@ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "dev": true, "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" + "aproba": "1.2.0", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.3" }, "dependencies": { "is-fullwidth-code-point": { @@ -4703,7 +4703,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "number-is-nan": "1.0.1" } }, "string-width": { @@ -4712,9 +4712,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" } } } @@ -4725,7 +4725,7 @@ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", "dev": true, "requires": { - "globule": "^1.0.0" + "globule": "1.2.1" } }, "get-caller-file": { @@ -4746,7 +4746,7 @@ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { - "pump": "^3.0.0" + "pump": "3.0.0" } }, "get-value": { @@ -4761,7 +4761,7 @@ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "requires": { - "assert-plus": "^1.0.0" + "assert-plus": "1.0.0" } }, "glob": { @@ -4770,12 +4770,12 @@ "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "dev": true, "requires": { - "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" + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" } }, "glob-parent": { @@ -4784,8 +4784,8 @@ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" + "is-glob": "3.1.0", + "path-dirname": "1.0.2" }, "dependencies": { "is-glob": { @@ -4794,7 +4794,7 @@ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { - "is-extglob": "^2.1.0" + "is-extglob": "2.1.1" } } } @@ -4811,9 +4811,9 @@ "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", "dev": true, "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" + "global-prefix": "1.0.2", + "is-windows": "1.0.2", + "resolve-dir": "1.0.1" } }, "global-prefix": { @@ -4822,11 +4822,11 @@ "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", "dev": true, "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" + "expand-tilde": "2.0.2", + "homedir-polyfill": "1.0.3", + "ini": "1.3.5", + "is-windows": "1.0.2", + "which": "1.3.1" } }, "globals": { @@ -4841,13 +4841,13 @@ "integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==", "dev": true, "requires": { - "array-union": "^1.0.1", + "array-union": "1.0.2", "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" + "fast-glob": "2.2.6", + "glob": "7.1.3", + "ignore": "3.3.10", + "pify": "3.0.0", + "slash": "1.0.0" } }, "globs": { @@ -4856,7 +4856,7 @@ "integrity": "sha512-D23dWbOq48vlOraoSigbcQV4tWrnhwk+E/Um2cMuDS3/5dwGmdFeA7L/vAvDhLFlQOTDqHcXh35m/71g2A2WzQ==", "dev": true, "requires": { - "glob": "^7.1.1" + "glob": "7.1.3" } }, "globule": { @@ -4865,9 +4865,9 @@ "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==", "dev": true, "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" + "glob": "7.1.3", + "lodash": "4.17.11", + "minimatch": "3.0.4" } }, "got": { @@ -4876,23 +4876,23 @@ "integrity": "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==", "dev": true, "requires": { - "@sindresorhus/is": "^0.7.0", - "cacheable-request": "^2.1.1", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^3.0.0", - "into-stream": "^3.1.0", - "is-retry-allowed": "^1.1.0", - "isurl": "^1.0.0-alpha5", - "lowercase-keys": "^1.0.0", - "mimic-response": "^1.0.0", - "p-cancelable": "^0.4.0", - "p-timeout": "^2.0.1", - "pify": "^3.0.0", - "safe-buffer": "^5.1.1", - "timed-out": "^4.0.1", - "url-parse-lax": "^3.0.0", - "url-to-options": "^1.0.1" + "@sindresorhus/is": "0.7.0", + "cacheable-request": "2.1.4", + "decompress-response": "3.3.0", + "duplexer3": "0.1.4", + "get-stream": "3.0.0", + "into-stream": "3.1.0", + "is-retry-allowed": "1.1.0", + "isurl": "1.0.0", + "lowercase-keys": "1.0.1", + "mimic-response": "1.0.1", + "p-cancelable": "0.4.1", + "p-timeout": "2.0.1", + "pify": "3.0.0", + "safe-buffer": "5.1.2", + "timed-out": "4.0.1", + "url-parse-lax": "3.0.0", + "url-to-options": "1.0.1" }, "dependencies": { "get-stream": { @@ -4933,8 +4933,8 @@ "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "dev": true, "requires": { - "ajv": "^6.5.5", - "har-schema": "^2.0.0" + "ajv": "6.10.0", + "har-schema": "2.0.0" } }, "has": { @@ -4943,7 +4943,7 @@ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dev": true, "requires": { - "function-bind": "^1.1.1" + "function-bind": "1.1.1" } }, "has-ansi": { @@ -4952,7 +4952,7 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "ansi-regex": "^2.0.0" + "ansi-regex": "2.1.1" } }, "has-flag": { @@ -4978,7 +4978,7 @@ "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==", "dev": true, "requires": { - "has-symbol-support-x": "^1.4.1" + "has-symbol-support-x": "1.4.2" } }, "has-unicode": { @@ -4993,9 +4993,9 @@ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" + "get-value": "2.0.6", + "has-values": "1.0.0", + "isobject": "3.0.1" } }, "has-values": { @@ -5004,8 +5004,8 @@ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" + "is-number": "3.0.0", + "kind-of": "4.0.0" }, "dependencies": { "kind-of": { @@ -5014,7 +5014,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -5025,8 +5025,8 @@ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "hash-sum": { @@ -5041,8 +5041,8 @@ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" + "inherits": "2.0.3", + "minimalistic-assert": "1.0.1" } }, "he": { @@ -5063,9 +5063,9 @@ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" + "hash.js": "1.1.7", + "minimalistic-assert": "1.0.1", + "minimalistic-crypto-utils": "1.0.1" } }, "homedir-polyfill": { @@ -5074,7 +5074,7 @@ "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", "dev": true, "requires": { - "parse-passwd": "^1.0.0" + "parse-passwd": "1.0.0" } }, "hosted-git-info": { @@ -5089,10 +5089,10 @@ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "dev": true, "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" + "inherits": "2.0.3", + "obuf": "1.1.2", + "readable-stream": "2.3.6", + "wbuf": "1.7.3" } }, "hsl-regex": { @@ -5125,11 +5125,11 @@ "integrity": "sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==", "dev": true, "requires": { - "es6-templates": "^0.2.3", - "fastparse": "^1.1.1", - "html-minifier": "^3.5.8", - "loader-utils": "^1.1.0", - "object-assign": "^4.1.1" + "es6-templates": "0.2.3", + "fastparse": "1.1.2", + "html-minifier": "3.5.21", + "loader-utils": "1.2.3", + "object-assign": "4.1.1" } }, "html-minifier": { @@ -5138,13 +5138,13 @@ "integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==", "dev": true, "requires": { - "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" + "camel-case": "3.0.0", + "clean-css": "4.2.1", + "commander": "2.17.1", + "he": "1.2.0", + "param-case": "2.1.1", + "relateurl": "0.2.7", + "uglify-js": "3.4.10" } }, "http-cache-semantics": { @@ -5165,10 +5165,10 @@ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "dev": true, "requires": { - "depd": "~1.1.2", + "depd": "1.1.2", "inherits": "2.0.3", "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" + "statuses": "1.4.0" } }, "http-parser-js": { @@ -5183,9 +5183,9 @@ "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", "dev": true, "requires": { - "eventemitter3": "^3.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "eventemitter3": "3.1.2", + "follow-redirects": "1.6.1", + "requires-port": "1.0.0" } }, "http-proxy-middleware": { @@ -5194,10 +5194,10 @@ "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", "dev": true, "requires": { - "http-proxy": "^1.17.0", - "is-glob": "^4.0.0", - "lodash": "^4.17.11", - "micromatch": "^3.1.10" + "http-proxy": "1.17.0", + "is-glob": "4.0.0", + "lodash": "4.17.11", + "micromatch": "3.1.10" } }, "http-signature": { @@ -5206,9 +5206,9 @@ "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.16.1" } }, "https-browserify": { @@ -5223,7 +5223,7 @@ "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "dev": true, "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": "2.1.2" } }, "icss-replace-symbols": { @@ -5238,7 +5238,7 @@ "integrity": "sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=", "dev": true, "requires": { - "postcss": "^6.0.1" + "postcss": "6.0.23" }, "dependencies": { "postcss": { @@ -5247,9 +5247,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -5284,12 +5284,12 @@ "integrity": "sha512-8ryJBL1CN5uSHpiBMX0rJw79C9F9aJqMnjGnrd/1CafegpNuA81RBAAru/jQQEOWlOJJlpRnlcVFF6wq+Ist0A==", "dev": true, "requires": { - "file-type": "^10.7.0", - "globby": "^8.0.1", - "make-dir": "^1.0.0", - "p-pipe": "^1.1.0", - "pify": "^4.0.1", - "replace-ext": "^1.0.0" + "file-type": "10.11.0", + "globby": "8.0.2", + "make-dir": "1.3.0", + "p-pipe": "1.2.0", + "pify": "4.0.1", + "replace-ext": "1.0.0" }, "dependencies": { "make-dir": { @@ -5298,7 +5298,7 @@ "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "dev": true, "requires": { - "pify": "^3.0.0" + "pify": "3.0.0" }, "dependencies": { "pify": { @@ -5323,7 +5323,7 @@ "integrity": "sha512-0jDJqexgzOuq3zlXwFTBKJlMcaP1uXyl5t4Qu6b1IgXb3IwBDjPfVylBC8vHFIIESDw/S+5QkBbtBrt4T8wESA==", "dev": true, "requires": { - "loader-utils": "^1.1.0" + "loader-utils": "1.2.3" } }, "import-cwd": { @@ -5332,7 +5332,7 @@ "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", "dev": true, "requires": { - "import-from": "^2.1.0" + "import-from": "2.1.0" } }, "import-fresh": { @@ -5341,8 +5341,8 @@ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", "dev": true, "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" + "caller-path": "2.0.0", + "resolve-from": "3.0.0" } }, "import-from": { @@ -5351,7 +5351,7 @@ "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", "dev": true, "requires": { - "resolve-from": "^3.0.0" + "resolve-from": "3.0.0" } }, "import-local": { @@ -5360,8 +5360,8 @@ "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", "dev": true, "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" + "pkg-dir": "3.0.0", + "resolve-cwd": "2.0.0" } }, "imurmurhash": { @@ -5382,7 +5382,7 @@ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { - "repeating": "^2.0.0" + "repeating": "2.0.1" } }, "indexes-of": { @@ -5403,8 +5403,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "^1.3.0", - "wrappy": "1" + "once": "1.4.0", + "wrappy": "1.0.2" } }, "inherits": { @@ -5425,8 +5425,8 @@ "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", "dev": true, "requires": { - "default-gateway": "^4.2.0", - "ipaddr.js": "^1.9.0" + "default-gateway": "4.2.0", + "ipaddr.js": "1.9.0" } }, "interpret": { @@ -5441,8 +5441,8 @@ "integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=", "dev": true, "requires": { - "from2": "^2.1.1", - "p-is-promise": "^1.1.0" + "from2": "2.3.0", + "p-is-promise": "1.1.0" } }, "invariant": { @@ -5451,7 +5451,7 @@ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "dev": true, "requires": { - "loose-envify": "^1.0.0" + "loose-envify": "1.4.0" } }, "invert-kv": { @@ -5490,7 +5490,7 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -5499,7 +5499,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -5516,7 +5516,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "^1.0.0" + "binary-extensions": "1.12.0" } }, "is-buffer": { @@ -5536,12 +5536,12 @@ "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", "dev": true, "requires": { - "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" + "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-data-descriptor": { @@ -5550,7 +5550,7 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -5559,7 +5559,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -5576,9 +5576,9 @@ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" }, "dependencies": { "kind-of": { @@ -5605,7 +5605,7 @@ "resolved": "https://registry.npmjs.org/is-dom-node-list/-/is-dom-node-list-1.2.1.tgz", "integrity": "sha512-P1H071iT5TGG8pAHslhrLDo/tQLYc8tGuWABVqhGU4l2mm7aDNb9cx2myQ2AujEQO6B2cAujcW4a0/+6UfXInw==", "requires": { - "is-dom-node": "^1.0.4" + "is-dom-node": "1.0.4" } }, "is-expression": { @@ -5614,8 +5614,8 @@ "integrity": "sha1-Oayqa+f9HzRx3ELHQW5hwkMXrJ8=", "dev": true, "requires": { - "acorn": "~4.0.2", - "object-assign": "^4.0.1" + "acorn": "4.0.13", + "object-assign": "4.1.1" }, "dependencies": { "acorn": { @@ -5632,7 +5632,7 @@ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { - "is-plain-object": "^2.0.4" + "is-plain-object": "2.0.4" } }, "is-extglob": { @@ -5647,7 +5647,7 @@ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "number-is-nan": "1.0.1" } }, "is-fullwidth-code-point": { @@ -5662,7 +5662,7 @@ "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", "dev": true, "requires": { - "is-extglob": "^2.1.1" + "is-extglob": "2.1.1" } }, "is-number": { @@ -5671,7 +5671,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -5680,7 +5680,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -5709,7 +5709,7 @@ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", "dev": true, "requires": { - "is-path-inside": "^2.1.0" + "is-path-inside": "2.1.0" } }, "is-path-inside": { @@ -5718,7 +5718,7 @@ "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", "dev": true, "requires": { - "path-is-inside": "^1.0.2" + "path-is-inside": "1.0.2" } }, "is-plain-obj": { @@ -5733,7 +5733,7 @@ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "requires": { - "isobject": "^3.0.1" + "isobject": "3.0.1" } }, "is-promise": { @@ -5748,7 +5748,7 @@ "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", "dev": true, "requires": { - "has": "^1.0.1" + "has": "1.0.3" } }, "is-resolvable": { @@ -5775,7 +5775,7 @@ "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", "dev": true, "requires": { - "html-comment-regex": "^1.1.0" + "html-comment-regex": "1.1.2" } }, "is-symbol": { @@ -5784,7 +5784,7 @@ "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", "dev": true, "requires": { - "has-symbols": "^1.0.0" + "has-symbols": "1.0.0" } }, "is-typedarray": { @@ -5841,8 +5841,8 @@ "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==", "dev": true, "requires": { - "has-to-string-tag-x": "^1.2.0", - "is-object": "^1.0.1" + "has-to-string-tag-x": "1.4.1", + "is-object": "1.0.1" } }, "jquery": { @@ -5881,8 +5881,8 @@ "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "argparse": "1.0.10", + "esprima": "4.0.1" }, "dependencies": { "esprima": { @@ -5946,7 +5946,7 @@ "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==", "dev": true, "requires": { - "minimist": "^1.2.0" + "minimist": "1.2.0" } }, "jsonfile": { @@ -5955,7 +5955,7 @@ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "dev": true, "requires": { - "graceful-fs": "^4.1.6" + "graceful-fs": "4.1.15" } }, "jsprim": { @@ -5976,8 +5976,8 @@ "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=", "dev": true, "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" + "is-promise": "2.1.0", + "promise": "7.3.1" } }, "keyv": { @@ -6007,42 +6007,42 @@ "integrity": "sha512-i1o1HLeBkM/QVe4OhW+aBy0xcQuGq7moQadgSV4kcwiHYjbfpcb1FpcDZByU2HKkkPtwK5uy+O77nVQe24wGPw==", "dev": true, "requires": { - "@babel/core": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", - "@babel/plugin-transform-runtime": "^7.2.0", - "@babel/preset-env": "^7.2.0", - "@babel/runtime": "^7.2.0", - "autoprefixer": "^9.4.2", - "babel-loader": "^8.0.4", - "babel-merge": "^2.0.1", - "chokidar": "^2.0.3", - "clean-css": "^4.1.3", + "@babel/core": "7.4.4", + "@babel/plugin-proposal-object-rest-spread": "7.4.4", + "@babel/plugin-transform-runtime": "7.4.4", + "@babel/preset-env": "7.4.4", + "@babel/runtime": "7.4.4", + "autoprefixer": "9.5.1", + "babel-loader": "8.0.5", + "babel-merge": "2.0.1", + "chokidar": "2.0.4", + "clean-css": "4.2.1", "concatenate": "0.0.2", - "css-loader": "^1.0.1", - "dotenv": "^6.2.0", - "dotenv-expand": "^4.2.0", - "extract-text-webpack-plugin": "v4.0.0-beta.0", - "file-loader": "^2.0.0", - "friendly-errors-webpack-plugin": "^1.6.1", - "fs-extra": "^7.0.1", - "glob": "^7.1.2", - "html-loader": "^0.5.5", - "imagemin": "^6.0.0", - "img-loader": "^3.0.0", - "lodash": "^4.17.5", - "md5": "^2.2.1", - "optimize-css-assets-webpack-plugin": "^5.0.1", - "postcss-loader": "^3.0.0", - "style-loader": "^0.23.1", - "terser": "^3.11.0", - "terser-webpack-plugin": "^1.1.0", - "vue-loader": "^15.4.2", - "webpack": "^4.27.1", - "webpack-cli": "^3.1.2", - "webpack-dev-server": "^3.1.14", - "webpack-merge": "^4.1.0", - "webpack-notifier": "^1.5.1", - "yargs": "^12.0.5" + "css-loader": "1.0.1", + "dotenv": "6.2.0", + "dotenv-expand": "4.2.0", + "extract-text-webpack-plugin": "4.0.0-beta.0", + "file-loader": "2.0.0", + "friendly-errors-webpack-plugin": "1.7.0", + "fs-extra": "7.0.1", + "glob": "7.1.3", + "html-loader": "0.5.5", + "imagemin": "6.1.0", + "img-loader": "3.0.1", + "lodash": "4.17.11", + "md5": "2.2.1", + "optimize-css-assets-webpack-plugin": "5.0.1", + "postcss-loader": "3.0.0", + "style-loader": "0.23.1", + "terser": "3.17.0", + "terser-webpack-plugin": "1.2.3", + "vue-loader": "15.7.0", + "webpack": "4.30.0", + "webpack-cli": "3.3.2", + "webpack-dev-server": "3.3.1", + "webpack-merge": "4.2.1", + "webpack-notifier": "1.7.0", + "yargs": "12.0.5" } }, "last-call-webpack-plugin": { @@ -6051,8 +6051,8 @@ "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", "dev": true, "requires": { - "lodash": "^4.17.5", - "webpack-sources": "^1.1.0" + "lodash": "4.17.11", + "webpack-sources": "1.3.0" } }, "lazy-cache": { @@ -6067,7 +6067,7 @@ "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { - "invert-kv": "^2.0.0" + "invert-kv": "2.0.0" } }, "load-json-file": { @@ -6076,11 +6076,11 @@ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" + "graceful-fs": "4.1.15", + "parse-json": "2.2.0", + "pify": "2.3.0", + "pinkie-promise": "2.0.1", + "strip-bom": "2.0.0" }, "dependencies": { "parse-json": { @@ -6089,7 +6089,7 @@ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "error-ex": "^1.2.0" + "error-ex": "1.3.2" } }, "pify": { @@ -6112,9 +6112,9 @@ "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", "dev": true, "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" + "big.js": "5.2.2", + "emojis-list": "2.1.0", + "json5": "1.0.1" }, "dependencies": { "json5": { @@ -6123,7 +6123,7 @@ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { - "minimist": "^1.2.0" + "minimist": "1.2.0" } } } @@ -6134,8 +6134,8 @@ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "p-locate": "3.0.0", + "path-exists": "3.0.0" } }, "lodash": { @@ -6198,7 +6198,7 @@ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" + "js-tokens": "4.0.0" } }, "loud-rejection": { @@ -6207,8 +6207,8 @@ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" + "currently-unhandled": "0.4.1", + "signal-exit": "3.0.2" } }, "lower-case": { @@ -6229,7 +6229,7 @@ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "requires": { - "yallist": "^3.0.2" + "yallist": "3.0.3" } }, "make-dir": { @@ -6238,8 +6238,8 @@ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" + "pify": "4.0.1", + "semver": "5.6.0" }, "dependencies": { "pify": { @@ -6262,7 +6262,7 @@ "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "dev": true, "requires": { - "p-defer": "^1.0.0" + "p-defer": "1.0.0" } }, "map-cache": { @@ -6283,7 +6283,7 @@ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, "requires": { - "object-visit": "^1.0.0" + "object-visit": "1.0.1" } }, "material-design-icons-iconfont": { @@ -6298,9 +6298,9 @@ "integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=", "dev": true, "requires": { - "charenc": "~0.0.1", - "crypt": "~0.0.1", - "is-buffer": "~1.1.1" + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "1.1.6" } }, "md5.js": { @@ -6309,9 +6309,9 @@ "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "hash-base": "3.0.4", + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "mdn-data": { @@ -6332,9 +6332,9 @@ "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", "dev": true, "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" + "map-age-cleaner": "0.1.3", + "mimic-fn": "2.1.0", + "p-is-promise": "2.1.0" }, "dependencies": { "p-is-promise": { @@ -6351,8 +6351,8 @@ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", "dev": true, "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "errno": "0.1.7", + "readable-stream": "2.3.6" } }, "meow": { @@ -6361,16 +6361,16 @@ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" + "camelcase-keys": "2.1.0", + "decamelize": "1.2.0", + "loud-rejection": "1.6.0", + "map-obj": "1.0.1", + "minimist": "1.2.0", + "normalize-package-data": "2.5.0", + "object-assign": "4.1.1", + "read-pkg-up": "1.0.1", + "redent": "1.0.0", + "trim-newlines": "1.0.0" } }, "merge-descriptors": { @@ -6385,7 +6385,7 @@ "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", "dev": true, "requires": { - "source-map": "^0.6.1" + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -6414,19 +6414,19 @@ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "requires": { - "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" + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "braces": "2.3.2", + "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.13", + "object.pick": "1.3.0", + "regex-not": "1.0.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" } }, "miller-rabin": { @@ -6435,8 +6435,8 @@ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" + "bn.js": "4.11.8", + "brorand": "1.1.0" } }, "mime": { @@ -6490,7 +6490,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "1.1.11" } }, "minimist": { @@ -6510,16 +6510,16 @@ "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "requires": { - "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" + "concat-stream": "1.6.2", + "duplexify": "3.7.1", + "end-of-stream": "1.4.1", + "flush-write-stream": "1.1.1", + "from2": "2.3.0", + "parallel-transform": "1.1.0", + "pump": "3.0.0", + "pumpify": "1.5.1", + "stream-each": "1.2.3", + "through2": "2.0.5" } }, "mixin-deep": { @@ -6528,8 +6528,8 @@ "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", "dev": true, "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" + "for-in": "1.0.2", + "is-extendable": "1.0.1" } }, "mixin-object": { @@ -6538,8 +6538,8 @@ "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=", "dev": true, "requires": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" + "for-in": "0.1.8", + "is-extendable": "0.1.1" }, "dependencies": { "for-in": { @@ -6584,12 +6584,12 @@ "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, "requires": { - "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" + "aproba": "1.2.0", + "copy-concurrently": "1.0.5", + "fs-write-stream-atomic": "1.0.10", + "mkdirp": "0.5.1", + "rimraf": "2.6.3", + "run-queue": "1.0.3" } }, "ms": { @@ -6603,8 +6603,8 @@ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "dev": true, "requires": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" + "dns-packet": "1.3.1", + "thunky": "1.0.3" } }, "multicast-dns-service-types": { @@ -6625,17 +6625,17 @@ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, "requires": { - "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" + "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.2", + "snapdragon": "0.8.2", + "to-regex": "3.0.2" } }, "negotiator": { @@ -6662,7 +6662,7 @@ "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", "dev": true, "requires": { - "lower-case": "^1.1.1" + "lower-case": "1.1.4" } }, "node-fetch": { @@ -6682,18 +6682,18 @@ "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", "dev": true, "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" + "fstream": "1.0.11", + "glob": "7.1.3", + "graceful-fs": "4.1.15", + "mkdirp": "0.5.1", + "nopt": "3.0.6", + "npmlog": "4.1.2", + "osenv": "0.1.5", + "request": "2.88.0", + "rimraf": "2.6.3", + "semver": "5.3.0", + "tar": "2.2.1", + "which": "1.3.1" }, "dependencies": { "semver": { @@ -6710,28 +6710,28 @@ "integrity": "sha512-5MQunG/oyOaBdttrL40dA7bUfPORLRWMUJLQtMg7nluxUvk5XwnLdL9twQHFAjRx/y7mIMkLKT9++qPbbk6BZA==", "dev": true, "requires": { - "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", + "assert": "1.4.1", + "browserify-zlib": "0.2.0", + "buffer": "4.9.1", + "console-browserify": "1.1.0", + "constants-browserify": "1.0.0", + "crypto-browserify": "3.12.0", + "domain-browser": "1.2.0", + "events": "3.0.0", + "https-browserify": "1.0.0", + "os-browserify": "0.3.0", "path-browserify": "0.0.0", - "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", + "process": "0.11.10", + "punycode": "1.4.1", + "querystring-es3": "0.2.1", + "readable-stream": "2.3.6", + "stream-browserify": "2.0.2", + "stream-http": "2.8.3", + "string_decoder": "1.1.1", + "timers-browserify": "2.0.10", "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", + "url": "0.11.0", + "util": "0.11.1", "vm-browserify": "0.0.4" }, "dependencies": { @@ -6749,11 +6749,11 @@ "integrity": "sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==", "dev": true, "requires": { - "growly": "^1.3.0", - "is-wsl": "^1.1.0", - "semver": "^5.5.0", - "shellwords": "^0.1.1", - "which": "^1.3.0" + "growly": "1.3.0", + "is-wsl": "1.1.0", + "semver": "5.6.0", + "shellwords": "0.1.1", + "which": "1.3.1" } }, "node-releases": { @@ -6762,7 +6762,7 @@ "integrity": "sha512-/SCjetyta1m7YXLgtACZGDYJdCSIBAWorDWkGCGZlydP2Ll7J48l7j/JxNYZ+xsgSPbWfdulVS/aY+GdjUsQ7Q==", "dev": true, "requires": { - "semver": "^5.3.0" + "semver": "5.6.0" } }, "node-sass": { @@ -6771,23 +6771,23 @@ "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==", "dev": true, "requires": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.11", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "^2.2.4", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" + "async-foreach": "0.1.3", + "chalk": "1.1.3", + "cross-spawn": "3.0.1", + "gaze": "1.1.3", + "get-stdin": "4.0.1", + "glob": "7.1.3", + "in-publish": "2.0.0", + "lodash": "4.17.11", + "meow": "3.7.0", + "mkdirp": "0.5.1", + "nan": "2.13.2", + "node-gyp": "3.8.0", + "npmlog": "4.1.2", + "request": "2.88.0", + "sass-graph": "2.2.4", + "stdout-stream": "1.4.1", + "true-case-path": "1.0.3" }, "dependencies": { "ansi-styles": { @@ -6802,11 +6802,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" } }, "cross-spawn": { @@ -6815,8 +6815,8 @@ "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", "dev": true, "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" + "lru-cache": "4.1.5", + "which": "1.3.1" } }, "lru-cache": { @@ -6825,8 +6825,8 @@ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "pseudomap": "1.0.2", + "yallist": "2.1.2" } }, "supports-color": { @@ -6849,7 +6849,7 @@ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", "dev": true, "requires": { - "abbrev": "1" + "abbrev": "1.1.1" } }, "normalize-package-data": { @@ -6858,10 +6858,10 @@ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" + "hosted-git-info": "2.7.1", + "resolve": "1.10.1", + "semver": "5.6.0", + "validate-npm-package-license": "3.0.4" }, "dependencies": { "resolve": { @@ -6870,7 +6870,7 @@ "integrity": "sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==", "dev": true, "requires": { - "path-parse": "^1.0.6" + "path-parse": "1.0.6" } } } @@ -6881,7 +6881,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "^1.0.1" + "remove-trailing-separator": "1.1.0" } }, "normalize-range": { @@ -6902,7 +6902,7 @@ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { - "path-key": "^2.0.0" + "path-key": "2.0.1" } }, "npmlog": { @@ -6911,10 +6911,10 @@ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "dev": true, "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "are-we-there-yet": "1.1.5", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" } }, "nth-check": { @@ -6923,7 +6923,7 @@ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "dev": true, "requires": { - "boolbase": "~1.0.0" + "boolbase": "1.0.0" } }, "num2fraction": { @@ -6956,9 +6956,9 @@ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" + "copy-descriptor": "0.1.1", + "define-property": "0.2.5", + "kind-of": "3.2.2" }, "dependencies": { "define-property": { @@ -6967,7 +6967,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "kind-of": { @@ -6976,7 +6976,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -6993,7 +6993,7 @@ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, "requires": { - "isobject": "^3.0.0" + "isobject": "3.0.1" } }, "object.getownpropertydescriptors": { @@ -7002,8 +7002,8 @@ "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", "dev": true, "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.1" + "define-properties": "1.1.3", + "es-abstract": "1.13.0" } }, "object.omit": { @@ -7012,7 +7012,7 @@ "integrity": "sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==", "dev": true, "requires": { - "is-extendable": "^1.0.0" + "is-extendable": "1.0.1" } }, "object.pick": { @@ -7021,7 +7021,7 @@ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, "requires": { - "isobject": "^3.0.1" + "isobject": "3.0.1" } }, "object.values": { @@ -7030,10 +7030,10 @@ "integrity": "sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==", "dev": true, "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.12.0", - "function-bind": "^1.1.1", - "has": "^1.0.3" + "define-properties": "1.1.3", + "es-abstract": "1.13.0", + "function-bind": "1.1.1", + "has": "1.0.3" } }, "obuf": { @@ -7063,7 +7063,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1" + "wrappy": "1.0.2" } }, "opn": { @@ -7072,7 +7072,7 @@ "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", "dev": true, "requires": { - "is-wsl": "^1.1.0" + "is-wsl": "1.1.0" } }, "optimize-css-assets-webpack-plugin": { @@ -7081,8 +7081,8 @@ "integrity": "sha512-Rqm6sSjWtx9FchdP0uzTQDc7GXDKnwVEGoSxjezPkzMewx7gEWE9IMUYKmigTRC4U3RaNSwYVnUDLuIdtTpm0A==", "dev": true, "requires": { - "cssnano": "^4.1.0", - "last-call-webpack-plugin": "^3.0.0" + "cssnano": "4.1.10", + "last-call-webpack-plugin": "3.0.0" } }, "original": { @@ -7091,7 +7091,7 @@ "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", "dev": true, "requires": { - "url-parse": "^1.4.3" + "url-parse": "1.4.7" } }, "os-browserify": { @@ -7112,9 +7112,9 @@ "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", "dev": true, "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" + "execa": "1.0.0", + "lcid": "2.0.0", + "mem": "4.3.0" } }, "os-tmpdir": { @@ -7129,8 +7129,8 @@ "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "dev": true, "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" } }, "p-cancelable": { @@ -7163,7 +7163,7 @@ "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", "dev": true, "requires": { - "p-try": "^2.0.0" + "p-try": "2.2.0" } }, "p-locate": { @@ -7172,7 +7172,7 @@ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { - "p-limit": "^2.0.0" + "p-limit": "2.2.0" } }, "p-map": { @@ -7193,7 +7193,7 @@ "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==", "dev": true, "requires": { - "p-finally": "^1.0.0" + "p-finally": "1.0.0" } }, "p-try": { @@ -7214,9 +7214,9 @@ "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", "dev": true, "requires": { - "cyclist": "~0.2.2", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" + "cyclist": "0.2.2", + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "param-case": { @@ -7225,7 +7225,7 @@ "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", "dev": true, "requires": { - "no-case": "^2.2.0" + "no-case": "2.3.2" } }, "parse-asn1": { @@ -7234,12 +7234,12 @@ "integrity": "sha512-Qs5duJcuvNExRfFZ99HDD3z4mAi3r9Wl/FOjEOijlxwCZs7E7mW2vjTpgQ4J8LpTF8x5v+1Vn5UQFejmWT11aw==", "dev": true, "requires": { - "asn1.js": "^4.0.0", - "browserify-aes": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" + "asn1.js": "4.10.1", + "browserify-aes": "1.2.0", + "create-hash": "1.2.0", + "evp_bytestokey": "1.0.3", + "pbkdf2": "3.0.17", + "safe-buffer": "5.1.2" } }, "parse-json": { @@ -7248,8 +7248,8 @@ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "error-ex": "1.3.2", + "json-parse-better-errors": "1.0.2" } }, "parse-passwd": { @@ -7324,7 +7324,7 @@ "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { - "pify": "^3.0.0" + "pify": "3.0.0" } }, "pbkdf2": { @@ -7333,11 +7333,11 @@ "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "dev": true, "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "create-hash": "1.2.0", + "create-hmac": "1.1.7", + "ripemd160": "2.0.2", + "safe-buffer": "5.1.2", + "sha.js": "2.4.11" } }, "performance-now": { @@ -7364,7 +7364,7 @@ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { - "pinkie": "^2.0.0" + "pinkie": "2.0.4" } }, "pkg-dir": { @@ -7373,7 +7373,7 @@ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { - "find-up": "^3.0.0" + "find-up": "3.0.0" } }, "popper.js": { @@ -7393,9 +7393,9 @@ "integrity": "sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw==", "dev": true, "requires": { - "async": "^1.5.2", - "debug": "^2.2.0", - "mkdirp": "0.5.x" + "async": "1.5.2", + "debug": "2.6.9", + "mkdirp": "0.5.1" }, "dependencies": { "async": { @@ -7427,9 +7427,9 @@ "integrity": "sha512-MOo8zNSlIqh22Uaa3drkdIAgUGEL+AD1ESiSdmElLUmE2uVDo1QloiT/IfW9qRw8Gw+Y/w69UVMGwbufMSftxA==", "dev": true, "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "6.1.0" }, "dependencies": { "source-map": { @@ -7444,7 +7444,7 @@ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "has-flag": "3.0.0" } } } @@ -7455,10 +7455,10 @@ "integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==", "dev": true, "requires": { - "css-unit-converter": "^1.1.1", - "postcss": "^7.0.5", - "postcss-selector-parser": "^5.0.0-rc.4", - "postcss-value-parser": "^3.3.1" + "css-unit-converter": "1.1.1", + "postcss": "7.0.16", + "postcss-selector-parser": "5.0.0", + "postcss-value-parser": "3.3.1" } }, "postcss-colormin": { @@ -7467,11 +7467,11 @@ "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "browserslist": "4.5.6", + "color": "3.1.1", + "has": "1.0.3", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-convert-values": { @@ -7480,8 +7480,8 @@ "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", "dev": true, "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-discard-comments": { @@ -7490,7 +7490,7 @@ "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "postcss-discard-duplicates": { @@ -7499,7 +7499,7 @@ "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "postcss-discard-empty": { @@ -7508,7 +7508,7 @@ "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "postcss-discard-overridden": { @@ -7517,7 +7517,7 @@ "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "postcss-load-config": { @@ -7526,8 +7526,8 @@ "integrity": "sha512-V5JBLzw406BB8UIfsAWSK2KSwIJ5yoEIVFb4gVkXci0QdKgA24jLmHZ/ghe/GgX0lJ0/D1uUK1ejhzEY94MChQ==", "dev": true, "requires": { - "cosmiconfig": "^4.0.0", - "import-cwd": "^2.0.0" + "cosmiconfig": "4.0.0", + "import-cwd": "2.1.0" }, "dependencies": { "cosmiconfig": { @@ -7536,10 +7536,10 @@ "integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==", "dev": true, "requires": { - "is-directory": "^0.3.1", - "js-yaml": "^3.9.0", - "parse-json": "^4.0.0", - "require-from-string": "^2.0.1" + "is-directory": "0.3.1", + "js-yaml": "3.13.1", + "parse-json": "4.0.0", + "require-from-string": "2.0.2" } } } @@ -7550,10 +7550,10 @@ "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", "dev": true, "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" + "loader-utils": "1.2.3", + "postcss": "7.0.16", + "postcss-load-config": "2.0.0", + "schema-utils": "1.0.0" }, "dependencies": { "schema-utils": { @@ -7562,9 +7562,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } } } @@ -7576,9 +7576,9 @@ "dev": true, "requires": { "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1", + "stylehacks": "4.0.3" } }, "postcss-merge-rules": { @@ -7587,12 +7587,12 @@ "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", "dev": true, "requires": { - "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" + "browserslist": "4.5.6", + "caniuse-api": "3.0.0", + "cssnano-util-same-parent": "4.0.1", + "postcss": "7.0.16", + "postcss-selector-parser": "3.1.1", + "vendors": "1.0.2" }, "dependencies": { "postcss-selector-parser": { @@ -7601,9 +7601,9 @@ "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "dev": true, "requires": { - "dot-prop": "^4.1.1", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "dot-prop": "4.2.0", + "indexes-of": "1.0.1", + "uniq": "1.0.1" } } } @@ -7614,8 +7614,8 @@ "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", "dev": true, "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-minify-gradients": { @@ -7624,10 +7624,10 @@ "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", "dev": true, "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-arguments": "4.0.0", + "is-color-stop": "1.1.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-minify-params": { @@ -7636,12 +7636,12 @@ "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", "dev": true, "requires": { - "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" + "alphanum-sort": "1.0.2", + "browserslist": "4.5.6", + "cssnano-util-get-arguments": "4.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1", + "uniqs": "2.0.0" } }, "postcss-minify-selectors": { @@ -7650,10 +7650,10 @@ "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", "dev": true, "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" + "alphanum-sort": "1.0.2", + "has": "1.0.3", + "postcss": "7.0.16", + "postcss-selector-parser": "3.1.1" }, "dependencies": { "postcss-selector-parser": { @@ -7662,9 +7662,9 @@ "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "dev": true, "requires": { - "dot-prop": "^4.1.1", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "dot-prop": "4.2.0", + "indexes-of": "1.0.1", + "uniq": "1.0.1" } } } @@ -7675,7 +7675,7 @@ "integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==", "dev": true, "requires": { - "postcss": "^6.0.1" + "postcss": "6.0.23" }, "dependencies": { "postcss": { @@ -7684,9 +7684,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -7703,8 +7703,8 @@ "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=", "dev": true, "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" + "css-selector-tokenizer": "0.7.1", + "postcss": "6.0.23" }, "dependencies": { "postcss": { @@ -7713,9 +7713,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -7732,8 +7732,8 @@ "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=", "dev": true, "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" + "css-selector-tokenizer": "0.7.1", + "postcss": "6.0.23" }, "dependencies": { "postcss": { @@ -7742,9 +7742,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -7761,8 +7761,8 @@ "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=", "dev": true, "requires": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" + "icss-replace-symbols": "1.1.0", + "postcss": "6.0.23" }, "dependencies": { "postcss": { @@ -7771,9 +7771,9 @@ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "dev": true, "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" + "chalk": "2.4.2", + "source-map": "0.6.1", + "supports-color": "5.5.0" } }, "source-map": { @@ -7790,7 +7790,7 @@ "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", "dev": true, "requires": { - "postcss": "^7.0.0" + "postcss": "7.0.16" } }, "postcss-normalize-display-values": { @@ -7799,9 +7799,9 @@ "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", "dev": true, "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-match": "4.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-positions": { @@ -7810,10 +7810,10 @@ "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", "dev": true, "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-arguments": "4.0.0", + "has": "1.0.3", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-repeat-style": { @@ -7822,10 +7822,10 @@ "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", "dev": true, "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-arguments": "4.0.0", + "cssnano-util-get-match": "4.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-string": { @@ -7834,9 +7834,9 @@ "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", "dev": true, "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "has": "1.0.3", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-timing-functions": { @@ -7845,9 +7845,9 @@ "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", "dev": true, "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-match": "4.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-unicode": { @@ -7856,9 +7856,9 @@ "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "browserslist": "4.5.6", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-url": { @@ -7867,10 +7867,10 @@ "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", "dev": true, "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "is-absolute-url": "2.1.0", + "normalize-url": "3.3.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-normalize-whitespace": { @@ -7879,8 +7879,8 @@ "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", "dev": true, "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-ordered-values": { @@ -7889,9 +7889,9 @@ "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", "dev": true, "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-arguments": "4.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-reduce-initial": { @@ -7900,10 +7900,10 @@ "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" + "browserslist": "4.5.6", + "caniuse-api": "3.0.0", + "has": "1.0.3", + "postcss": "7.0.16" } }, "postcss-reduce-transforms": { @@ -7912,10 +7912,10 @@ "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", "dev": true, "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" + "cssnano-util-get-match": "4.0.0", + "has": "1.0.3", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1" } }, "postcss-selector-parser": { @@ -7924,9 +7924,9 @@ "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", "dev": true, "requires": { - "cssesc": "^2.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "cssesc": "2.0.0", + "indexes-of": "1.0.1", + "uniq": "1.0.1" }, "dependencies": { "cssesc": { @@ -7943,10 +7943,10 @@ "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", "dev": true, "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" + "is-svg": "3.0.0", + "postcss": "7.0.16", + "postcss-value-parser": "3.3.1", + "svgo": "1.2.2" } }, "postcss-unique-selectors": { @@ -7955,9 +7955,9 @@ "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", "dev": true, "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" + "alphanum-sort": "1.0.2", + "postcss": "7.0.16", + "uniqs": "2.0.0" } }, "postcss-value-parser": { @@ -8002,7 +8002,7 @@ "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "dev": true, "requires": { - "asap": "~2.0.3" + "asap": "2.0.6" } }, "promise-inflight": { @@ -8017,7 +8017,7 @@ "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==", "dev": true, "requires": { - "forwarded": "~0.1.2", + "forwarded": "0.1.2", "ipaddr.js": "1.9.0" } }, @@ -8045,12 +8045,12 @@ "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, "requires": { - "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" + "bn.js": "4.11.8", + "browserify-rsa": "4.0.1", + "create-hash": "1.2.0", + "parse-asn1": "5.1.4", + "randombytes": "2.1.0", + "safe-buffer": "5.1.2" } }, "pug": { @@ -8059,14 +8059,14 @@ "integrity": "sha1-ccuoJTfJWl6rftBGluQiH1Oqh44=", "dev": true, "requires": { - "pug-code-gen": "^2.0.1", - "pug-filters": "^3.1.0", - "pug-lexer": "^4.0.0", - "pug-linker": "^3.0.5", - "pug-load": "^2.0.11", - "pug-parser": "^5.0.0", - "pug-runtime": "^2.0.4", - "pug-strip-comments": "^1.0.3" + "pug-code-gen": "2.0.1", + "pug-filters": "3.1.0", + "pug-lexer": "4.0.0", + "pug-linker": "3.0.5", + "pug-load": "2.0.11", + "pug-parser": "5.0.0", + "pug-runtime": "2.0.4", + "pug-strip-comments": "1.0.3" } }, "pug-attrs": { @@ -8075,9 +8075,9 @@ "integrity": "sha1-owlflw5kFR972tlX7vVftdeQXRU=", "dev": true, "requires": { - "constantinople": "^3.0.1", - "js-stringify": "^1.0.1", - "pug-runtime": "^2.0.4" + "constantinople": "3.1.2", + "js-stringify": "1.0.2", + "pug-runtime": "2.0.4" } }, "pug-code-gen": { @@ -8086,14 +8086,14 @@ "integrity": "sha1-CVHsgyJddNjPxHan+Zolm199BQw=", "dev": true, "requires": { - "constantinople": "^3.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.1", - "pug-attrs": "^2.0.3", - "pug-error": "^1.3.2", - "pug-runtime": "^2.0.4", - "void-elements": "^2.0.1", - "with": "^5.0.0" + "constantinople": "3.1.2", + "doctypes": "1.1.0", + "js-stringify": "1.0.2", + "pug-attrs": "2.0.3", + "pug-error": "1.3.2", + "pug-runtime": "2.0.4", + "void-elements": "2.0.1", + "with": "5.1.1" } }, "pug-error": { @@ -8108,13 +8108,13 @@ "integrity": "sha1-JxZVVbwEwjbkqisDZiRt+gIbYm4=", "dev": true, "requires": { - "clean-css": "^4.1.11", - "constantinople": "^3.0.1", + "clean-css": "4.2.1", + "constantinople": "3.1.2", "jstransformer": "1.0.0", - "pug-error": "^1.3.2", - "pug-walk": "^1.1.7", - "resolve": "^1.1.6", - "uglify-js": "^2.6.1" + "pug-error": "1.3.2", + "pug-walk": "1.1.7", + "resolve": "1.9.0", + "uglify-js": "2.8.29" }, "dependencies": { "camelcase": { @@ -8129,8 +8129,8 @@ "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", "dev": true, "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", + "center-align": "0.1.3", + "right-align": "0.1.3", "wordwrap": "0.0.2" } }, @@ -8140,9 +8140,9 @@ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", "dev": true, "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" + "source-map": "0.5.7", + "uglify-to-browserify": "1.0.2", + "yargs": "3.10.0" } }, "yargs": { @@ -8151,9 +8151,9 @@ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", "dev": true, "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", + "camelcase": "1.2.1", + "cliui": "2.1.0", + "decamelize": "1.2.0", "window-size": "0.1.0" } } @@ -8165,9 +8165,9 @@ "integrity": "sha1-IQwYRX7y4XYCQnQMXmR715TOwng=", "dev": true, "requires": { - "character-parser": "^2.1.1", - "is-expression": "^3.0.0", - "pug-error": "^1.3.2" + "character-parser": "2.2.0", + "is-expression": "3.0.0", + "pug-error": "1.3.2" } }, "pug-linker": { @@ -8176,8 +8176,8 @@ "integrity": "sha1-npp65ABWgtAn3uuWsAD4juuDoC8=", "dev": true, "requires": { - "pug-error": "^1.3.2", - "pug-walk": "^1.1.7" + "pug-error": "1.3.2", + "pug-walk": "1.1.7" } }, "pug-load": { @@ -8186,8 +8186,8 @@ "integrity": "sha1-5kjlftET/iwfRdV4WOorrWvAFSc=", "dev": true, "requires": { - "object-assign": "^4.1.0", - "pug-walk": "^1.1.7" + "object-assign": "4.1.1", + "pug-walk": "1.1.7" } }, "pug-loader": { @@ -8196,9 +8196,9 @@ "integrity": "sha512-cD4bU2wmkZ1EEVyu0IfKOsh1F26KPva5oglO1Doc3knx8VpBIXmFHw16k9sITYIjQMCnRv1vb4vfQgy7VdR6eg==", "dev": true, "requires": { - "loader-utils": "^1.1.0", - "pug-walk": "^1.0.0", - "resolve": "^1.1.7" + "loader-utils": "1.2.3", + "pug-walk": "1.1.7", + "resolve": "1.9.0" } }, "pug-parser": { @@ -8207,7 +8207,7 @@ "integrity": "sha1-45Stmz/KkxI5QK/4hcBuRKt+aOQ=", "dev": true, "requires": { - "pug-error": "^1.3.2", + "pug-error": "1.3.2", "token-stream": "0.0.1" } }, @@ -8217,7 +8217,7 @@ "integrity": "sha512-mDfq/qvJJ0xdug38mZ1ObW0BQTx9kAHnKqotXC+C00XQkKmsWaMe90JUg/kN4lS6MU7tpVsMZ+rmcnBSPfDtHA==", "dev": true, "requires": { - "loader-utils": "^1.1.0" + "loader-utils": "1.2.3" } }, "pug-runtime": { @@ -8232,7 +8232,7 @@ "integrity": "sha1-8VWVkiBu3G+FMQ2s9K+0igJa9Z8=", "dev": true, "requires": { - "pug-error": "^1.3.2" + "pug-error": "1.3.2" } }, "pug-walk": { @@ -8247,8 +8247,8 @@ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "end-of-stream": "1.4.1", + "once": "1.4.0" } }, "pumpify": { @@ -8257,9 +8257,9 @@ "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "dev": true, "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" + "duplexify": "3.7.1", + "inherits": "2.0.3", + "pump": "2.0.1" }, "dependencies": { "pump": { @@ -8268,8 +8268,8 @@ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "end-of-stream": "1.4.1", + "once": "1.4.0" } } } @@ -8297,9 +8297,9 @@ "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", "dev": true, "requires": { - "decode-uri-component": "^0.2.0", - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" + "decode-uri-component": "0.2.0", + "object-assign": "4.1.1", + "strict-uri-encode": "1.1.0" } }, "querystring": { @@ -8326,7 +8326,7 @@ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "requires": { - "safe-buffer": "^5.1.0" + "safe-buffer": "5.1.2" } }, "randomfill": { @@ -8335,8 +8335,8 @@ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" + "randombytes": "2.1.0", + "safe-buffer": "5.1.2" } }, "range-parser": { @@ -8363,9 +8363,9 @@ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" + "load-json-file": "1.1.0", + "normalize-package-data": "2.5.0", + "path-type": "1.1.0" }, "dependencies": { "path-type": { @@ -8374,9 +8374,9 @@ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" + "graceful-fs": "4.1.15", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" } }, "pify": { @@ -8393,8 +8393,8 @@ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" + "find-up": "1.1.2", + "read-pkg": "1.1.0" }, "dependencies": { "find-up": { @@ -8403,8 +8403,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" + "path-exists": "2.1.0", + "pinkie-promise": "2.0.1" } }, "path-exists": { @@ -8413,7 +8413,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "^2.0.0" + "pinkie-promise": "2.0.1" } } } @@ -8424,13 +8424,13 @@ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { - "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" + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" } }, "readdirp": { @@ -8439,9 +8439,9 @@ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", "dev": true, "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" + "graceful-fs": "4.1.15", + "micromatch": "3.1.10", + "readable-stream": "2.3.6" } }, "recast": { @@ -8451,9 +8451,9 @@ "dev": true, "requires": { "ast-types": "0.9.6", - "esprima": "~3.1.0", - "private": "~0.1.5", - "source-map": "~0.5.0" + "esprima": "3.1.3", + "private": "0.1.8", + "source-map": "0.5.7" } }, "redent": { @@ -8462,8 +8462,8 @@ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" + "indent-string": "2.1.0", + "strip-indent": "1.0.1" } }, "regenerate": { @@ -8478,7 +8478,7 @@ "integrity": "sha512-SbA/iNrBUf6Pv2zU8Ekv1Qbhv92yxL4hiDa2siuxs4KKn4oOoMDHXjAf7+Nz9qinUQ46B1LcWEi/PhJfPWpZWQ==", "dev": true, "requires": { - "regenerate": "^1.4.0" + "regenerate": "1.4.0" } }, "regenerator-runtime": { @@ -8493,7 +8493,7 @@ "integrity": "sha512-T0QMBjK3J0MtxjPmdIMXm72Wvj2Abb0Bd4HADdfijwMdoIsyQZ6fWC7kDFhk2YinBBEMZDL7Y7wh0J1sGx3S4A==", "dev": true, "requires": { - "private": "^0.1.6" + "private": "0.1.8" } }, "regex-not": { @@ -8502,8 +8502,8 @@ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" + "extend-shallow": "3.0.2", + "safe-regex": "1.1.0" } }, "regexp-tree": { @@ -8518,12 +8518,12 @@ "integrity": "sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==", "dev": true, "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.0.2", - "regjsgen": "^0.5.0", - "regjsparser": "^0.6.0", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.1.0" + "regenerate": "1.4.0", + "regenerate-unicode-properties": "8.0.2", + "regjsgen": "0.5.0", + "regjsparser": "0.6.0", + "unicode-match-property-ecmascript": "1.0.4", + "unicode-match-property-value-ecmascript": "1.1.0" } }, "regjsgen": { @@ -8538,7 +8538,7 @@ "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", "dev": true, "requires": { - "jsesc": "~0.5.0" + "jsesc": "0.5.0" }, "dependencies": { "jsesc": { @@ -8584,7 +8584,7 @@ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { - "is-finite": "^1.0.0" + "is-finite": "1.0.2" } }, "replace-ext": { @@ -8599,26 +8599,26 @@ "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", "dev": true, "requires": { - "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.0", - "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.4.3", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.7", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.3", + "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.24", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" } }, "require-directory": { @@ -8651,7 +8651,7 @@ "integrity": "sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==", "dev": true, "requires": { - "path-parse": "^1.0.6" + "path-parse": "1.0.6" } }, "resolve-cwd": { @@ -8660,7 +8660,7 @@ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", "dev": true, "requires": { - "resolve-from": "^3.0.0" + "resolve-from": "3.0.0" } }, "resolve-dir": { @@ -8669,8 +8669,8 @@ "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", "dev": true, "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" + "expand-tilde": "2.0.2", + "global-modules": "1.0.0" } }, "resolve-from": { @@ -8691,7 +8691,7 @@ "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", "dev": true, "requires": { - "lowercase-keys": "^1.0.0" + "lowercase-keys": "1.0.1" } }, "ret": { @@ -8718,7 +8718,7 @@ "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", "dev": true, "requires": { - "align-text": "^0.1.1" + "align-text": "0.1.4" } }, "rimraf": { @@ -8727,7 +8727,7 @@ "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "requires": { - "glob": "^7.1.3" + "glob": "7.1.3" } }, "ripemd160": { @@ -8736,8 +8736,8 @@ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "hash-base": "3.0.4", + "inherits": "2.0.3" } }, "run-queue": { @@ -8746,7 +8746,7 @@ "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", "dev": true, "requires": { - "aproba": "^1.1.1" + "aproba": "1.2.0" } }, "safe-buffer": { @@ -8761,7 +8761,7 @@ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "requires": { - "ret": "~0.1.10" + "ret": "0.1.15" } }, "safer-buffer": { @@ -8776,7 +8776,7 @@ "integrity": "sha512-9e6zdkLEjMAX/zXUWKs9GreDLFYozFOEu4gMZBZpkp+AiQgaofimqGZm9qMhS5V+4V2OWBapnM5xoJn2Rw9pQg==", "dev": true, "requires": { - "chokidar": "^2.0.0" + "chokidar": "2.0.4" } }, "sass-graph": { @@ -8785,10 +8785,10 @@ "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=", "dev": true, "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^7.0.0" + "glob": "7.1.3", + "lodash": "4.17.11", + "scss-tokenizer": "0.2.3", + "yargs": "7.1.0" }, "dependencies": { "camelcase": { @@ -8803,9 +8803,9 @@ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wrap-ansi": "2.1.0" } }, "invert-kv": { @@ -8820,7 +8820,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "number-is-nan": "1.0.1" } }, "lcid": { @@ -8829,7 +8829,7 @@ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "dev": true, "requires": { - "invert-kv": "^1.0.0" + "invert-kv": "1.0.0" } }, "os-locale": { @@ -8838,7 +8838,7 @@ "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "dev": true, "requires": { - "lcid": "^1.0.0" + "lcid": "1.0.0" } }, "string-width": { @@ -8847,9 +8847,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" } }, "which-module": { @@ -8870,19 +8870,19 @@ "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", "dev": true, "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "^5.0.0" + "camelcase": "3.0.0", + "cliui": "3.2.0", + "decamelize": "1.2.0", + "get-caller-file": "1.0.3", + "os-locale": "1.4.0", + "read-pkg-up": "1.0.1", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "1.0.2", + "which-module": "1.0.0", + "y18n": "3.2.1", + "yargs-parser": "5.0.0" } }, "yargs-parser": { @@ -8891,7 +8891,7 @@ "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", "dev": true, "requires": { - "camelcase": "^3.0.0" + "camelcase": "3.0.0" } } } @@ -8902,12 +8902,12 @@ "integrity": "sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w==", "dev": true, "requires": { - "clone-deep": "^2.0.1", - "loader-utils": "^1.0.1", - "lodash.tail": "^4.1.1", - "neo-async": "^2.5.0", - "pify": "^3.0.0", - "semver": "^5.5.0" + "clone-deep": "2.0.2", + "loader-utils": "1.2.3", + "lodash.tail": "4.1.1", + "neo-async": "2.6.0", + "pify": "3.0.0", + "semver": "5.6.0" } }, "sax": { @@ -8922,8 +8922,8 @@ "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-keywords": "3.4.0" } }, "scrollreveal": { @@ -8942,8 +8942,8 @@ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", "dev": true, "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" + "js-base64": "2.5.1", + "source-map": "0.4.4" }, "dependencies": { "source-map": { @@ -8952,7 +8952,7 @@ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, "requires": { - "amdefine": ">=0.0.4" + "amdefine": "1.0.1" } } } @@ -8985,18 +8985,18 @@ "dev": true, "requires": { "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", + "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.6.2", + "http-errors": "1.6.3", "mime": "1.4.1", "ms": "2.0.0", - "on-finished": "~2.3.0", - "range-parser": "~1.2.0", - "statuses": "~1.4.0" + "on-finished": "2.3.0", + "range-parser": "1.2.0", + "statuses": "1.4.0" }, "dependencies": { "debug": { @@ -9022,13 +9022,13 @@ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", "dev": true, "requires": { - "accepts": "~1.3.4", + "accepts": "1.3.7", "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" + "escape-html": "1.0.3", + "http-errors": "1.6.3", + "mime-types": "2.1.24", + "parseurl": "1.3.3" }, "dependencies": { "debug": { @@ -9048,9 +9048,9 @@ "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "dev": true, "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.2", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.3", "send": "0.16.2" } }, @@ -9066,10 +9066,10 @@ "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "split-string": "3.1.0" }, "dependencies": { "extend-shallow": { @@ -9078,7 +9078,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -9107,8 +9107,8 @@ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "2.0.3", + "safe-buffer": "5.1.2" } }, "shallow-clone": { @@ -9117,9 +9117,9 @@ "integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==", "dev": true, "requires": { - "is-extendable": "^0.1.1", - "kind-of": "^5.0.0", - "mixin-object": "^2.0.1" + "is-extendable": "0.1.1", + "kind-of": "5.1.0", + "mixin-object": "2.0.1" }, "dependencies": { "is-extendable": { @@ -9142,7 +9142,7 @@ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { - "shebang-regex": "^1.0.0" + "shebang-regex": "1.0.0" } }, "shebang-regex": { @@ -9169,7 +9169,7 @@ "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", "dev": true, "requires": { - "is-arrayish": "^0.3.1" + "is-arrayish": "0.3.2" }, "dependencies": { "is-arrayish": { @@ -9192,14 +9192,14 @@ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "requires": { - "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" + "base": "0.11.2", + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "map-cache": "0.2.2", + "source-map": "0.5.7", + "source-map-resolve": "0.5.2", + "use": "3.1.1" }, "dependencies": { "debug": { @@ -9217,7 +9217,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } }, "extend-shallow": { @@ -9226,7 +9226,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -9243,9 +9243,9 @@ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" + "define-property": "1.0.0", + "isobject": "3.0.1", + "snapdragon-util": "3.0.1" }, "dependencies": { "define-property": { @@ -9254,7 +9254,7 @@ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "is-descriptor": "^1.0.0" + "is-descriptor": "1.0.2" } }, "is-accessor-descriptor": { @@ -9263,7 +9263,7 @@ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-data-descriptor": { @@ -9272,7 +9272,7 @@ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "kind-of": "6.0.2" } }, "is-descriptor": { @@ -9281,9 +9281,9 @@ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" } } } @@ -9294,7 +9294,7 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "requires": { - "kind-of": "^3.2.0" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -9303,7 +9303,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -9314,8 +9314,8 @@ "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", "dev": true, "requires": { - "faye-websocket": "^0.10.0", - "uuid": "^3.0.1" + "faye-websocket": "0.10.0", + "uuid": "3.3.2" } }, "sockjs-client": { @@ -9324,12 +9324,12 @@ "integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==", "dev": true, "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" + "debug": "3.2.6", + "eventsource": "1.0.7", + "faye-websocket": "0.11.1", + "inherits": "2.0.3", + "json3": "3.3.2", + "url-parse": "1.4.7" }, "dependencies": { "debug": { @@ -9338,7 +9338,7 @@ "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "faye-websocket": { @@ -9347,7 +9347,7 @@ "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=", "dev": true, "requires": { - "websocket-driver": ">=0.5.1" + "websocket-driver": "0.7.0" } }, "ms": { @@ -9364,7 +9364,7 @@ "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=", "dev": true, "requires": { - "is-plain-obj": "^1.0.0" + "is-plain-obj": "1.1.0" } }, "source-list-map": { @@ -9385,11 +9385,11 @@ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "dev": true, "requires": { - "atob": "^2.1.1", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" + "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": { @@ -9398,8 +9398,8 @@ "integrity": "sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==", "dev": true, "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "buffer-from": "1.1.1", + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -9422,8 +9422,8 @@ "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", "dev": true, "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" + "spdx-expression-parse": "3.0.0", + "spdx-license-ids": "3.0.4" } }, "spdx-exceptions": { @@ -9438,8 +9438,8 @@ "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", "dev": true, "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "spdx-exceptions": "2.2.0", + "spdx-license-ids": "3.0.4" } }, "spdx-license-ids": { @@ -9454,11 +9454,11 @@ "integrity": "sha512-ot0oEGT/PGUpzf/6uk4AWLqkq+irlqHXkrdbk51oWONh3bxQmBuljxPNl66zlRRcIJStWq0QkLUCPOPjgjvU0Q==", "dev": true, "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" + "debug": "4.1.1", + "handle-thing": "2.0.0", + "http-deceiver": "1.2.7", + "select-hose": "2.0.0", + "spdy-transport": "3.0.0" }, "dependencies": { "debug": { @@ -9467,7 +9467,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "ms": { @@ -9484,12 +9484,12 @@ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, "requires": { - "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" + "debug": "4.1.1", + "detect-node": "2.0.4", + "hpack.js": "2.1.6", + "obuf": "1.1.2", + "readable-stream": "3.3.0", + "wbuf": "1.7.3" }, "dependencies": { "debug": { @@ -9498,7 +9498,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "ms": { @@ -9513,9 +9513,9 @@ "integrity": "sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw==", "dev": true, "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "inherits": "2.0.3", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" } } } @@ -9526,7 +9526,7 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, "requires": { - "extend-shallow": "^3.0.0" + "extend-shallow": "3.0.2" } }, "sprintf-js": { @@ -9541,15 +9541,15 @@ "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", "dev": true, "requires": { - "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" + "asn1": "0.2.4", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.2", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.2", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" } }, "ssri": { @@ -9558,7 +9558,7 @@ "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", "dev": true, "requires": { - "figgy-pudding": "^3.5.1" + "figgy-pudding": "3.5.1" } }, "stable": { @@ -9579,8 +9579,8 @@ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" + "define-property": "0.2.5", + "object-copy": "0.1.0" }, "dependencies": { "define-property": { @@ -9589,7 +9589,7 @@ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "requires": { - "is-descriptor": "^0.1.0" + "is-descriptor": "0.1.6" } } } @@ -9606,7 +9606,7 @@ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, "requires": { - "readable-stream": "^2.0.1" + "readable-stream": "2.3.6" } }, "stream-browserify": { @@ -9615,8 +9615,8 @@ "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", "dev": true, "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" + "inherits": "2.0.3", + "readable-stream": "2.3.6" } }, "stream-each": { @@ -9625,8 +9625,8 @@ "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" + "end-of-stream": "1.4.1", + "stream-shift": "1.0.0" } }, "stream-http": { @@ -9635,11 +9635,11 @@ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" + "builtin-status-codes": "3.0.0", + "inherits": "2.0.3", + "readable-stream": "2.3.6", + "to-arraybuffer": "1.0.1", + "xtend": "4.0.1" } }, "stream-shift": { @@ -9660,8 +9660,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" }, "dependencies": { "ansi-regex": { @@ -9676,7 +9676,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "^3.0.0" + "ansi-regex": "3.0.0" } } } @@ -9687,7 +9687,7 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { - "safe-buffer": "~5.1.0" + "safe-buffer": "5.1.2" } }, "strip-ansi": { @@ -9696,7 +9696,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "^2.0.0" + "ansi-regex": "2.1.1" } }, "strip-bom": { @@ -9705,7 +9705,7 @@ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "is-utf8": "^0.2.0" + "is-utf8": "0.2.1" } }, "strip-eof": { @@ -9720,7 +9720,7 @@ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { - "get-stdin": "^4.0.1" + "get-stdin": "4.0.1" } }, "style-loader": { @@ -9729,8 +9729,8 @@ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==", "dev": true, "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^1.0.0" + "loader-utils": "1.2.3", + "schema-utils": "1.0.0" }, "dependencies": { "schema-utils": { @@ -9739,9 +9739,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } } } @@ -9752,9 +9752,9 @@ "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" + "browserslist": "4.5.6", + "postcss": "7.0.16", + "postcss-selector-parser": "3.1.1" }, "dependencies": { "postcss-selector-parser": { @@ -9763,9 +9763,9 @@ "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "dev": true, "requires": { - "dot-prop": "^4.1.1", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" + "dot-prop": "4.2.0", + "indexes-of": "1.0.1", + "uniq": "1.0.1" } } } @@ -9775,7 +9775,7 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "requires": { - "has-flag": "^3.0.0" + "has-flag": "3.0.0" } }, "svgo": { @@ -9784,20 +9784,20 @@ "integrity": "sha512-rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6qA==", "dev": true, "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", + "chalk": "2.4.2", + "coa": "2.0.2", + "css-select": "2.0.2", + "css-select-base-adapter": "0.1.1", "css-tree": "1.0.0-alpha.28", - "css-url-regex": "^1.1.0", - "csso": "^3.5.1", - "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" + "css-url-regex": "1.1.0", + "csso": "3.5.1", + "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" } }, "tapable": { @@ -9812,9 +9812,9 @@ "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", "dev": true, "requires": { - "block-stream": "*", - "fstream": "^1.0.2", - "inherits": "2" + "block-stream": "0.0.9", + "fstream": "1.0.11", + "inherits": "2.0.3" } }, "tealight": { @@ -9822,8 +9822,8 @@ "resolved": "https://registry.npmjs.org/tealight/-/tealight-0.3.6.tgz", "integrity": "sha512-Dys3N8jFBThD9pNVpPCyUiu6DfWcTBdqWQJIvnAuVaFkGEdrPBJ43070vVbn6sTlLvn2IQK2zFW4FrVIrTo8eQ==", "requires": { - "is-dom-node": "^1.0.4", - "is-dom-node-list": "^1.2.1" + "is-dom-node": "1.0.4", + "is-dom-node-list": "1.2.1" } }, "terser": { @@ -9832,9 +9832,9 @@ "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", "dev": true, "requires": { - "commander": "^2.19.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.10" + "commander": "2.20.0", + "source-map": "0.6.1", + "source-map-support": "0.5.12" }, "dependencies": { "commander": { @@ -9857,14 +9857,14 @@ "integrity": "sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA==", "dev": true, "requires": { - "cacache": "^11.0.2", - "find-cache-dir": "^2.0.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^1.4.0", - "source-map": "^0.6.1", - "terser": "^3.16.1", - "webpack-sources": "^1.1.0", - "worker-farm": "^1.5.2" + "cacache": "11.3.2", + "find-cache-dir": "2.1.0", + "schema-utils": "1.0.0", + "serialize-javascript": "1.7.0", + "source-map": "0.6.1", + "terser": "3.17.0", + "webpack-sources": "1.3.0", + "worker-farm": "1.7.0" }, "dependencies": { "schema-utils": { @@ -9873,9 +9873,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } }, "source-map": { @@ -9898,8 +9898,8 @@ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "readable-stream": "2.3.6", + "xtend": "4.0.1" } }, "thunky": { @@ -9920,7 +9920,7 @@ "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", "dev": true, "requires": { - "setimmediate": "^1.0.4" + "setimmediate": "1.0.5" } }, "timsort": { @@ -9947,7 +9947,7 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "requires": { - "kind-of": "^3.0.2" + "kind-of": "3.2.2" }, "dependencies": { "kind-of": { @@ -9956,7 +9956,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "is-buffer": "1.1.6" } } } @@ -9967,10 +9967,10 @@ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" + "define-property": "2.0.2", + "extend-shallow": "3.0.2", + "regex-not": "1.0.2", + "safe-regex": "1.1.0" } }, "to-regex-range": { @@ -9979,8 +9979,8 @@ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "is-number": "3.0.0", + "repeat-string": "1.6.1" } }, "token-stream": { @@ -9995,8 +9995,8 @@ "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { - "psl": "^1.1.24", - "punycode": "^1.4.1" + "psl": "1.1.31", + "punycode": "1.4.1" }, "dependencies": { "punycode": { @@ -10025,7 +10025,7 @@ "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", "dev": true, "requires": { - "glob": "^7.1.2" + "glob": "7.1.3" } }, "tslib": { @@ -10046,7 +10046,7 @@ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "dev": true, "requires": { - "safe-buffer": "^5.0.1" + "safe-buffer": "5.1.2" } }, "tweetnacl": { @@ -10062,7 +10062,7 @@ "dev": true, "requires": { "media-typer": "0.3.0", - "mime-types": "~2.1.24" + "mime-types": "2.1.24" } }, "typedarray": { @@ -10077,8 +10077,8 @@ "integrity": "sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==", "dev": true, "requires": { - "commander": "~2.19.0", - "source-map": "~0.6.1" + "commander": "2.19.0", + "source-map": "0.6.1" }, "dependencies": { "commander": { @@ -10114,8 +10114,8 @@ "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", "dev": true, "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" + "unicode-canonical-property-names-ecmascript": "1.0.4", + "unicode-property-aliases-ecmascript": "1.0.5" } }, "unicode-match-property-value-ecmascript": { @@ -10136,10 +10136,10 @@ "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", "dev": true, "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^0.4.3" + "arr-union": "3.1.0", + "get-value": "2.0.6", + "is-extendable": "0.1.1", + "set-value": "0.4.3" }, "dependencies": { "extend-shallow": { @@ -10148,7 +10148,7 @@ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { - "is-extendable": "^0.1.0" + "is-extendable": "0.1.1" } }, "is-extendable": { @@ -10163,10 +10163,10 @@ "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.1", - "to-object-path": "^0.3.0" + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "to-object-path": "0.3.0" } } } @@ -10189,7 +10189,7 @@ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "requires": { - "unique-slug": "^2.0.0" + "unique-slug": "2.0.1" } }, "unique-slug": { @@ -10198,7 +10198,7 @@ "integrity": "sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==", "dev": true, "requires": { - "imurmurhash": "^0.1.4" + "imurmurhash": "0.1.4" } }, "universalify": { @@ -10225,8 +10225,8 @@ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" + "has-value": "0.3.1", + "isobject": "3.0.1" }, "dependencies": { "has-value": { @@ -10235,9 +10235,9 @@ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" + "get-value": "2.0.6", + "has-values": "0.1.4", + "isobject": "2.1.0" }, "dependencies": { "isobject": { @@ -10276,7 +10276,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "requires": { - "punycode": "^2.1.0" + "punycode": "2.1.1" } }, "urix": { @@ -10309,8 +10309,8 @@ "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", "dev": true, "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" + "querystringify": "2.1.1", + "requires-port": "1.0.0" } }, "url-parse-lax": { @@ -10319,7 +10319,7 @@ "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", "dev": true, "requires": { - "prepend-http": "^2.0.0" + "prepend-http": "2.0.0" } }, "url-to-options": { @@ -10355,8 +10355,8 @@ "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", "dev": true, "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" + "define-properties": "1.1.3", + "object.getownpropertydescriptors": "2.0.3" } }, "utils-merge": { @@ -10383,8 +10383,8 @@ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "spdx-correct": "3.1.0", + "spdx-expression-parse": "3.0.0" } }, "vary": { @@ -10405,9 +10405,9 @@ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, "requires": { - "assert-plus": "^1.0.0", + "assert-plus": "1.0.0", "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" + "extsprintf": "1.3.0" } }, "vm-browserify": { @@ -10453,11 +10453,11 @@ "integrity": "sha512-x+NZ4RIthQOxcFclEcs8sXGEWqnZHodL2J9Vq+hUz+TDZzBaDIh1j3d9M2IUlTjtrHTZy4uMuRdTi8BGws7jLA==", "dev": true, "requires": { - "@vue/component-compiler-utils": "^2.5.1", - "hash-sum": "^1.0.2", - "loader-utils": "^1.1.0", - "vue-hot-reload-api": "^2.3.0", - "vue-style-loader": "^4.1.0" + "@vue/component-compiler-utils": "2.6.0", + "hash-sum": "1.0.2", + "loader-utils": "1.2.3", + "vue-hot-reload-api": "2.3.3", + "vue-style-loader": "4.1.2" } }, "vue-meta": { @@ -10466,10 +10466,10 @@ "integrity": "sha512-LLHejsOYbJiSEDSgZvjHB3fFY7lUxsDFLkuSqf5eBohEvhhddBTOHa3heoFTcI5sxsZSZt26uUzoLVe4CT6Y4A==", "dev": true, "requires": { - "deepmerge": "^3.2.0", - "lodash.isplainobject": "^4.0.6", - "lodash.uniqueid": "^4.0.1", - "object-assign": "^4.1.1" + "deepmerge": "3.2.0", + "lodash.isplainobject": "4.0.6", + "lodash.uniqueid": "4.0.1", + "object-assign": "4.1.1" }, "dependencies": { "deepmerge": { @@ -10486,7 +10486,7 @@ "integrity": "sha512-o6V4wNgeqP+9v9b2bPXrr20CGNQPEXjpbUWdZWq9GJhqVeAGcYoeTtn/D4q059ZiyN0DIrDv/ADrQUmlUQcsmg==", "dev": true, "requires": { - "got": "^8.0.3" + "got": "8.3.2" } }, "vue-router": { @@ -10499,7 +10499,7 @@ "resolved": "https://registry.npmjs.org/vue-scroll-reveal/-/vue-scroll-reveal-1.0.11.tgz", "integrity": "sha512-ZVxAxDO3GzPHLW4DvUxA8DD6lwJaVlH4JcqdVxE3D+6l+BAHv1kUnda2jCayBAN1x4u9x/qcONSnnCTrfUjoYg==", "requires": { - "scrollreveal": "^4.0.2" + "scrollreveal": "4.0.5" } }, "vue-style-loader": { @@ -10508,8 +10508,8 @@ "integrity": "sha512-0ip8ge6Gzz/Bk0iHovU9XAUQaFt/G2B61bnWa2tCcqqdgfHs1lF9xXorFbE55Gmy92okFT+8bfmySuUOu13vxQ==", "dev": true, "requires": { - "hash-sum": "^1.0.2", - "loader-utils": "^1.0.2" + "hash-sum": "1.0.2", + "loader-utils": "1.2.3" } }, "vue-template-compiler": { @@ -10518,8 +10518,8 @@ "integrity": "sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==", "dev": true, "requires": { - "de-indent": "^1.0.2", - "he": "^1.1.0" + "de-indent": "1.0.2", + "he": "1.2.0" } }, "vue-template-es2015-compiler": { @@ -10551,9 +10551,9 @@ "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "dev": true, "requires": { - "chokidar": "^2.0.2", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" + "chokidar": "2.0.4", + "graceful-fs": "4.1.15", + "neo-async": "2.6.0" } }, "wbuf": { @@ -10562,7 +10562,7 @@ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, "requires": { - "minimalistic-assert": "^1.0.0" + "minimalistic-assert": "1.0.1" } }, "webpack": { @@ -10575,26 +10575,26 @@ "@webassemblyjs/helper-module-context": "1.8.5", "@webassemblyjs/wasm-edit": "1.8.5", "@webassemblyjs/wasm-parser": "1.8.5", - "acorn": "^6.0.5", - "acorn-dynamic-import": "^4.0.0", - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0", - "chrome-trace-event": "^1.0.0", - "enhanced-resolve": "^4.1.0", - "eslint-scope": "^4.0.0", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.3.0", - "loader-utils": "^1.1.0", - "memory-fs": "~0.4.1", - "micromatch": "^3.1.8", - "mkdirp": "~0.5.0", - "neo-async": "^2.5.0", - "node-libs-browser": "^2.0.0", - "schema-utils": "^1.0.0", - "tapable": "^1.1.0", - "terser-webpack-plugin": "^1.1.0", - "watchpack": "^1.5.0", - "webpack-sources": "^1.3.0" + "acorn": "6.1.1", + "acorn-dynamic-import": "4.0.0", + "ajv": "6.10.0", + "ajv-keywords": "3.4.0", + "chrome-trace-event": "1.0.0", + "enhanced-resolve": "4.1.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.1", + "neo-async": "2.6.0", + "node-libs-browser": "2.2.0", + "schema-utils": "1.0.0", + "tapable": "1.1.3", + "terser-webpack-plugin": "1.2.3", + "watchpack": "1.6.0", + "webpack-sources": "1.3.0" }, "dependencies": { "schema-utils": { @@ -10603,9 +10603,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } } } @@ -10616,17 +10616,17 @@ "integrity": "sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==", "dev": true, "requires": { - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "enhanced-resolve": "^4.1.0", - "findup-sync": "^2.0.0", - "global-modules": "^1.0.0", - "import-local": "^2.0.0", - "interpret": "^1.1.0", - "loader-utils": "^1.1.0", - "supports-color": "^5.5.0", - "v8-compile-cache": "^2.0.2", - "yargs": "^12.0.5" + "chalk": "2.4.2", + "cross-spawn": "6.0.5", + "enhanced-resolve": "4.1.0", + "findup-sync": "2.0.0", + "global-modules": "1.0.0", + "import-local": "2.0.0", + "interpret": "1.2.0", + "loader-utils": "1.2.3", + "supports-color": "5.5.0", + "v8-compile-cache": "2.0.2", + "yargs": "12.0.5" } }, "webpack-dev-middleware": { @@ -10635,10 +10635,10 @@ "integrity": "sha512-A47I5SX60IkHrMmZUlB0ZKSWi29TZTcPz7cha1Z75yYOsgWh/1AcPmQEbC8ZIbU3A1ytSv1PMU0PyPz2Lmz2jg==", "dev": true, "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.3.1", - "range-parser": "^1.0.3", - "webpack-log": "^2.0.0" + "memory-fs": "0.4.1", + "mime": "2.4.2", + "range-parser": "1.2.0", + "webpack-log": "2.0.0" }, "dependencies": { "mime": { @@ -10656,34 +10656,34 @@ "dev": true, "requires": { "ansi-html": "0.0.7", - "bonjour": "^3.5.0", - "chokidar": "^2.1.5", - "compression": "^1.7.4", - "connect-history-api-fallback": "^1.6.0", - "debug": "^4.1.1", - "del": "^4.1.0", - "express": "^4.16.4", - "html-entities": "^1.2.1", - "http-proxy-middleware": "^0.19.1", - "import-local": "^2.0.0", - "internal-ip": "^4.2.0", - "ip": "^1.1.5", - "killable": "^1.0.1", - "loglevel": "^1.6.1", - "opn": "^5.5.0", - "portfinder": "^1.0.20", - "schema-utils": "^1.0.0", - "selfsigned": "^1.10.4", - "semver": "^6.0.0", - "serve-index": "^1.9.1", + "bonjour": "3.5.0", + "chokidar": "2.1.5", + "compression": "1.7.4", + "connect-history-api-fallback": "1.6.0", + "debug": "4.1.1", + "del": "4.1.1", + "express": "4.16.4", + "html-entities": "1.2.1", + "http-proxy-middleware": "0.19.1", + "import-local": "2.0.0", + "internal-ip": "4.3.0", + "ip": "1.1.5", + "killable": "1.0.1", + "loglevel": "1.6.1", + "opn": "5.5.0", + "portfinder": "1.0.20", + "schema-utils": "1.0.0", + "selfsigned": "1.10.4", + "semver": "6.0.0", + "serve-index": "1.9.1", "sockjs": "0.3.19", "sockjs-client": "1.3.0", - "spdy": "^4.0.0", - "strip-ansi": "^3.0.1", - "supports-color": "^6.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "^3.6.2", - "webpack-log": "^2.0.0", + "spdy": "4.0.0", + "strip-ansi": "3.0.1", + "supports-color": "6.1.0", + "url": "0.11.0", + "webpack-dev-middleware": "3.6.2", + "webpack-log": "2.0.0", "yargs": "12.0.5" }, "dependencies": { @@ -10693,18 +10693,18 @@ "integrity": "sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==", "dev": true, "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "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" + "anymatch": "2.0.0", + "async-each": "1.0.1", + "braces": "2.3.2", + "fsevents": "1.2.9", + "glob-parent": "3.1.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "4.0.0", + "normalize-path": "3.0.0", + "path-is-absolute": "1.0.1", + "readdirp": "2.2.1", + "upath": "1.1.2" } }, "debug": { @@ -10713,7 +10713,7 @@ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.1" } }, "ms": { @@ -10734,9 +10734,9 @@ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" + "ajv": "6.10.0", + "ajv-errors": "1.0.1", + "ajv-keywords": "3.4.0" } }, "semver": { @@ -10751,7 +10751,7 @@ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "has-flag": "^3.0.0" + "has-flag": "3.0.0" } }, "upath": { @@ -10768,8 +10768,8 @@ "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "dev": true, "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" + "ansi-colors": "3.2.4", + "uuid": "3.3.2" } }, "webpack-merge": { @@ -10778,7 +10778,7 @@ "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==", "dev": true, "requires": { - "lodash": "^4.17.5" + "lodash": "4.17.11" } }, "webpack-notifier": { @@ -10787,9 +10787,9 @@ "integrity": "sha512-L3UKrl500xk0VDYKkwQxy5/BPhBWsZ2xHsAx2Qe3dVKYUEk9+y690RcNTMIUcVOK2fRgK7KK3PA4ccOq1h+fTg==", "dev": true, "requires": { - "node-notifier": "^5.1.2", - "object-assign": "^4.1.0", - "strip-ansi": "^3.0.1" + "node-notifier": "5.4.0", + "object-assign": "4.1.1", + "strip-ansi": "3.0.1" } }, "webpack-sources": { @@ -10798,8 +10798,8 @@ "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==", "dev": true, "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" + "source-list-map": "2.0.1", + "source-map": "0.6.1" }, "dependencies": { "source-map": { @@ -10816,8 +10816,8 @@ "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", "dev": true, "requires": { - "http-parser-js": ">=0.4.0", - "websocket-extensions": ">=0.1.1" + "http-parser-js": "0.5.0", + "websocket-extensions": "0.1.3" } }, "websocket-extensions": { @@ -10832,7 +10832,7 @@ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "requires": { - "isexe": "^2.0.0" + "isexe": "2.0.0" } }, "which-module": { @@ -10847,7 +10847,7 @@ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "dev": true, "requires": { - "string-width": "^1.0.2 || 2" + "string-width": "2.1.1" } }, "window-size": { @@ -10862,8 +10862,8 @@ "integrity": "sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4=", "dev": true, "requires": { - "acorn": "^3.1.0", - "acorn-globals": "^3.0.0" + "acorn": "3.3.0", + "acorn-globals": "3.1.0" }, "dependencies": { "acorn": { @@ -10886,7 +10886,7 @@ "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", "dev": true, "requires": { - "errno": "~0.1.7" + "errno": "0.1.7" } }, "wrap-ansi": { @@ -10895,8 +10895,8 @@ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" + "string-width": "1.0.2", + "strip-ansi": "3.0.1" }, "dependencies": { "is-fullwidth-code-point": { @@ -10905,7 +10905,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "^1.0.0" + "number-is-nan": "1.0.1" } }, "string-width": { @@ -10914,9 +10914,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" } } } @@ -10951,18 +10951,18 @@ "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", "dev": true, "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" + "cliui": "4.1.0", + "decamelize": "1.2.0", + "find-up": "3.0.0", + "get-caller-file": "1.0.3", + "os-locale": "3.1.0", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "2.1.1", + "which-module": "2.0.0", + "y18n": "4.0.0", + "yargs-parser": "11.1.1" } }, "yargs-parser": { @@ -10971,8 +10971,8 @@ "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", "dev": true, "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" + "camelcase": "5.3.1", + "decamelize": "1.2.0" } } } diff --git a/public/Authentication/js/app.js b/public/Authentication/js/app.js index 422d063..aa59701 100644 --- a/public/Authentication/js/app.js +++ b/public/Authentication/js/app.js @@ -7465,7 +7465,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css- // module -exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\n General :: Begin\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\n Borders :: Begin\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\n Labels :: Begin\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\n Price :: Begin\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\n Others :: Begin\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\n Navigation :: Begin\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\n Blocks :: Begin\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\n Inputs :: Begin\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\n Buttons :: Begin\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\n Links :: Begin\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\n Margins :: Begin\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\n Paddings :: Begin\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\n Fonts :: Begin\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\n Colors :: Begin\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\n Navigation :: Bootstrap Tabs\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\n Vuetify :: Dialog\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); +exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\r\n General :: Begin\r\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\r\n Borders :: Begin\r\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\r\n Labels :: Begin\r\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\r\n Price :: Begin\r\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\r\n Others :: Begin\r\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Begin\r\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\r\n Blocks :: Begin\r\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\r\n Inputs :: Begin\r\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\r\n Buttons :: Begin\r\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\r\n Links :: Begin\r\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\r\n Margins :: Begin\r\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\r\n Paddings :: Begin\r\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\r\n Fonts :: Begin\r\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\r\n Colors :: Begin\r\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Bootstrap Tabs\r\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\r\n Vuetify :: Dialog\r\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); // exports @@ -7579,7 +7579,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "/* --------------------------------------------------------\n SectionTitle :: Begin\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); +exports.push([module.i, "/* --------------------------------------------------------\r\n SectionTitle :: Begin\r\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); // exports @@ -7656,7 +7656,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../../node_module // module -exports.push([module.i, "@font-face {\n font-family: 'fontello';\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\n }\n}\n*/\n \n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n \n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n \n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n \n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n \n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n \n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n \n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n \n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n \n.WMi-ok:before { content: '\\E800'; } /* '' */\n.WMi-picture:before { content: '\\E801'; } /* '' */\n.WMi-search:before { content: '\\E802'; } /* '' */\n.WMi-music:before { content: '\\E803'; } /* '' */\n.WMi-star-half:before { content: '\\E804'; } /* '' */\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\n.WMi-star:before { content: '\\E806'; } /* '' */\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\n.WMi-heart:before { content: '\\E808'; } /* '' */\n.WMi-mail:before { content: '\\E809'; } /* '' */\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\n.WMi-lock:before { content: '\\E80B'; } /* '' */\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\n.WMi-attach:before { content: '\\E80D'; } /* '' */\n.WMi-link:before { content: '\\E80E'; } /* '' */\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\n.WMi-upload:before { content: '\\E810'; } /* '' */\n.WMi-download:before { content: '\\E811'; } /* '' */\n.WMi-tag:before { content: '\\E812'; } /* '' */\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\n.WMi-cog:before { content: '\\E814'; } /* '' */\n.WMi-off-1:before { content: '\\E815'; } /* '' */\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\n.WMi-down-open:before { content: '\\E817'; } /* '' */\n.WMi-left-open:before { content: '\\E818'; } /* '' */\n.WMi-right-open:before { content: '\\E819'; } /* '' */\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\n.WMi-check:before { content: '\\E821'; } /* '' */\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\n.WMi-off:before { content: '\\E824'; } /* '' */\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\n.WMi-globe:before { content: '\\E827'; } /* '' */\n.WMi-cloud:before { content: '\\E828'; } /* '' */\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\n.WMi-comment:before { content: '\\E82E'; } /* '' */\n.WMi-layers:before { content: '\\E82F'; } /* '' */\n.WMi-signal:before { content: '\\E830'; } /* '' */\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\n.WMi-macstore:before { content: '\\E832'; } /* '' */\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\n.WMi-camera:before { content: '\\E83D'; } /* '' */\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\n.WMi-th:before { content: '\\E840'; } /* '' */\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\n.WMi-gift:before { content: '\\E842'; } /* '' */\n.WMi-basket:before { content: '\\E843'; } /* '' */\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\n.WMi-shop:before { content: '\\E846'; } /* '' */\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\n.WMi-plus:before { content: '\\E849'; } /* '' */\n.WMi-minus:before { content: '\\E84A'; } /* '' */\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\n.WMi-edit:before { content: '\\E84D'; } /* '' */\n.WMi-tags:before { content: '\\E84E'; } /* '' */\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\n.WMi-logout:before { content: '\\E851'; } /* '' */\n.WMi-login:before { content: '\\E852'; } /* '' */\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\n.WMi-switch:before { content: '\\E858'; } /* '' */\n.WMi-level-down:before { content: '\\E859'; } /* '' */\n.WMi-help:before { content: '\\E85A'; } /* '' */\n.WMi-location:before { content: '\\E85B'; } /* '' */\n.WMi-phone:before { content: '\\E85C'; } /* '' */\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\n.WMi-share:before { content: '\\E85E'; } /* '' */\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\n.WMi-loop:before { content: '\\E861'; } /* '' */\n.WMi-glyph:before { content: '\\E862'; } /* '' */\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\n.WMi-Medical:before { content: '\\E869'; } /* '' */\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\n.WMi-calendar:before { content: '\\E871'; } /* '' */\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\n.WMi-filter:before { content: '\\E876'; } /* '' */\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\n.WMi-clock:before { content: '\\E879'; } /* '' */\n.WMi-user:before { content: '\\E87A'; } /* '' */\n.WMi-users:before { content: '\\E87B'; } /* '' */\n.WMi-Official:before { content: '\\E87C'; } /* '' */\n.WMi-crown:before { content: '\\E87D'; } /* '' */\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\n.WMi-bell:before { content: '\\E89F'; } /* '' */\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\n.WMi-pause:before { content: '\\F00E'; } /* '' */\n.WMi-play:before { content: '\\F00F'; } /* '' */\n.WMi-to-end:before { content: '\\F010'; } /* '' */\n.WMi-to-start:before { content: '\\F011'; } /* '' */\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\n.WMi-Food:before { content: '\\F02F'; } /* '' */\n.WMi-Digital:before { content: '\\F034'; } /* '' */\n.WMi-stop:before { content: '\\F080'; } /* '' */\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\n.WMi-rss:before { content: '\\F09E'; } /* '' */\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\n.WMi-open:before { content: '\\F0DB'; } /* '' */\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\n.WMi-imac:before { content: '\\F108'; } /* '' */\n.WMi-laptop:before { content: '\\F109'; } /* '' */\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\n.WMi-circle:before { content: '\\F111'; } /* '' */\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\n.WMi-code:before { content: '\\F121'; } /* '' */\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\n.WMi-direction:before { content: '\\F124'; } /* '' */\n.WMi-crop:before { content: '\\F125'; } /* '' */\n.WMi-unlink:before { content: '\\F127'; } /* '' */\n.WMi-info:before { content: '\\F129'; } /* '' */\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\n.WMi-compass:before { content: '\\F14E'; } /* '' */\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\n.WMi-windows:before { content: '\\F17A'; } /* '' */\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\n.WMi-google:before { content: '\\F1A0'; } /* '' */\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\n.WMi-database:before { content: '\\F1C0'; } /* '' */\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\n.WMi-diamond:before { content: '\\F219'; } /* '' */\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\n.WMi-user-times:before { content: '\\F235'; } /* '' */\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\n.WMi-clone:before { content: '\\F24D'; } /* '' */\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\n.WMi-television:before { content: '\\F26C'; } /* '' */\n.WMi-Industry:before { content: '\\F275'; } /* '' */\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\n.WMi-map-o:before { content: '\\F278'; } /* '' */\n.WMi-map:before { content: '\\F279'; } /* '' */\n.WMi-edge:before { content: '\\F282'; } /* '' */\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\n.WMi-facebook:before { content: '\\F300'; } /* '' */\n.WMi-twitter:before { content: '\\F302'; } /* '' */\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\n.WMi-win8:before { content: '\\F325'; } /* '' */\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\n.WMi-selection:before { content: '\\F489'; } /* '' */\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); +exports.push([module.i, "@font-face {\r\n font-family: 'fontello';\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\r\n font-weight: normal;\r\n font-style: normal;\r\n}\r\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\r\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\r\n/*\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n @font-face {\r\n font-family: 'fontello';\r\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\r\n }\r\n}\r\n*/\r\n \r\n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\r\n font-family: \"fontello\";\r\n font-style: normal;\r\n font-weight: normal;\r\n speak: none;\r\n \r\n display: inline-block;\r\n text-decoration: inherit;\r\n width: 1em;\r\n margin-right: .2em;\r\n text-align: center;\r\n /* opacity: .8; */\r\n \r\n /* For safety - reset parent styles, that can break glyph codes*/\r\n font-variant: normal;\r\n text-transform: none;\r\n \r\n /* fix buttons height, for twitter bootstrap */\r\n line-height: 1em;\r\n \r\n /* Animation center compensation - margins should be symmetric */\r\n /* remove if not needed */\r\n margin-left: .2em;\r\n \r\n /* you can be more comfortable with increased icons size */\r\n /* font-size: 120%; */\r\n \r\n /* Font smoothing. That was taken from TWBS */\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n \r\n /* Uncomment for 3D effect */\r\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\r\n}\r\n \r\n.WMi-ok:before { content: '\\E800'; } /* '' */\r\n.WMi-picture:before { content: '\\E801'; } /* '' */\r\n.WMi-search:before { content: '\\E802'; } /* '' */\r\n.WMi-music:before { content: '\\E803'; } /* '' */\r\n.WMi-star-half:before { content: '\\E804'; } /* '' */\r\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\r\n.WMi-star:before { content: '\\E806'; } /* '' */\r\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\r\n.WMi-heart:before { content: '\\E808'; } /* '' */\r\n.WMi-mail:before { content: '\\E809'; } /* '' */\r\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\r\n.WMi-lock:before { content: '\\E80B'; } /* '' */\r\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\r\n.WMi-attach:before { content: '\\E80D'; } /* '' */\r\n.WMi-link:before { content: '\\E80E'; } /* '' */\r\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\r\n.WMi-upload:before { content: '\\E810'; } /* '' */\r\n.WMi-download:before { content: '\\E811'; } /* '' */\r\n.WMi-tag:before { content: '\\E812'; } /* '' */\r\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\r\n.WMi-cog:before { content: '\\E814'; } /* '' */\r\n.WMi-off-1:before { content: '\\E815'; } /* '' */\r\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\r\n.WMi-down-open:before { content: '\\E817'; } /* '' */\r\n.WMi-left-open:before { content: '\\E818'; } /* '' */\r\n.WMi-right-open:before { content: '\\E819'; } /* '' */\r\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\r\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\r\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\r\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\r\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\r\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\r\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\r\n.WMi-check:before { content: '\\E821'; } /* '' */\r\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\r\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\r\n.WMi-off:before { content: '\\E824'; } /* '' */\r\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\r\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\r\n.WMi-globe:before { content: '\\E827'; } /* '' */\r\n.WMi-cloud:before { content: '\\E828'; } /* '' */\r\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\r\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\r\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\r\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\r\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\r\n.WMi-comment:before { content: '\\E82E'; } /* '' */\r\n.WMi-layers:before { content: '\\E82F'; } /* '' */\r\n.WMi-signal:before { content: '\\E830'; } /* '' */\r\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\r\n.WMi-macstore:before { content: '\\E832'; } /* '' */\r\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\r\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\r\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\r\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\r\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\r\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\r\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\r\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\r\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\r\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\r\n.WMi-camera:before { content: '\\E83D'; } /* '' */\r\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\r\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\r\n.WMi-th:before { content: '\\E840'; } /* '' */\r\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\r\n.WMi-gift:before { content: '\\E842'; } /* '' */\r\n.WMi-basket:before { content: '\\E843'; } /* '' */\r\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\r\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\r\n.WMi-shop:before { content: '\\E846'; } /* '' */\r\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\r\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\r\n.WMi-plus:before { content: '\\E849'; } /* '' */\r\n.WMi-minus:before { content: '\\E84A'; } /* '' */\r\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\r\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\r\n.WMi-edit:before { content: '\\E84D'; } /* '' */\r\n.WMi-tags:before { content: '\\E84E'; } /* '' */\r\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\r\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\r\n.WMi-logout:before { content: '\\E851'; } /* '' */\r\n.WMi-login:before { content: '\\E852'; } /* '' */\r\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\r\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\r\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\r\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\r\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\r\n.WMi-switch:before { content: '\\E858'; } /* '' */\r\n.WMi-level-down:before { content: '\\E859'; } /* '' */\r\n.WMi-help:before { content: '\\E85A'; } /* '' */\r\n.WMi-location:before { content: '\\E85B'; } /* '' */\r\n.WMi-phone:before { content: '\\E85C'; } /* '' */\r\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\r\n.WMi-share:before { content: '\\E85E'; } /* '' */\r\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\r\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\r\n.WMi-loop:before { content: '\\E861'; } /* '' */\r\n.WMi-glyph:before { content: '\\E862'; } /* '' */\r\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\r\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\r\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\r\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\r\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\r\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\r\n.WMi-Medical:before { content: '\\E869'; } /* '' */\r\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\r\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\r\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\r\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\r\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\r\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\r\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\r\n.WMi-calendar:before { content: '\\E871'; } /* '' */\r\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\r\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\r\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\r\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\r\n.WMi-filter:before { content: '\\E876'; } /* '' */\r\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\r\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\r\n.WMi-clock:before { content: '\\E879'; } /* '' */\r\n.WMi-user:before { content: '\\E87A'; } /* '' */\r\n.WMi-users:before { content: '\\E87B'; } /* '' */\r\n.WMi-Official:before { content: '\\E87C'; } /* '' */\r\n.WMi-crown:before { content: '\\E87D'; } /* '' */\r\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\r\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\r\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\r\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\r\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\r\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\r\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\r\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\r\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\r\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\r\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\r\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\r\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\r\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\r\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\r\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\r\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\r\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\r\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\r\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\r\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\r\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\r\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\r\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\r\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\r\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\r\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\r\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\r\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\r\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\r\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\r\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\r\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\r\n.WMi-bell:before { content: '\\E89F'; } /* '' */\r\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\r\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\r\n.WMi-pause:before { content: '\\F00E'; } /* '' */\r\n.WMi-play:before { content: '\\F00F'; } /* '' */\r\n.WMi-to-end:before { content: '\\F010'; } /* '' */\r\n.WMi-to-start:before { content: '\\F011'; } /* '' */\r\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\r\n.WMi-Food:before { content: '\\F02F'; } /* '' */\r\n.WMi-Digital:before { content: '\\F034'; } /* '' */\r\n.WMi-stop:before { content: '\\F080'; } /* '' */\r\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\r\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\r\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\r\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\r\n.WMi-rss:before { content: '\\F09E'; } /* '' */\r\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\r\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\r\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\r\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\r\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\r\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\r\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\r\n.WMi-open:before { content: '\\F0DB'; } /* '' */\r\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\r\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\r\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\r\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\r\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\r\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\r\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\r\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\r\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\r\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\r\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\r\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\r\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\r\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\r\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\r\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\r\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\r\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\r\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\r\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\r\n.WMi-imac:before { content: '\\F108'; } /* '' */\r\n.WMi-laptop:before { content: '\\F109'; } /* '' */\r\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\r\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\r\n.WMi-circle:before { content: '\\F111'; } /* '' */\r\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\r\n.WMi-code:before { content: '\\F121'; } /* '' */\r\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\r\n.WMi-direction:before { content: '\\F124'; } /* '' */\r\n.WMi-crop:before { content: '\\F125'; } /* '' */\r\n.WMi-unlink:before { content: '\\F127'; } /* '' */\r\n.WMi-info:before { content: '\\F129'; } /* '' */\r\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\r\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\r\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\r\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\r\n.WMi-compass:before { content: '\\F14E'; } /* '' */\r\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\r\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\r\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\r\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\r\n.WMi-windows:before { content: '\\F17A'; } /* '' */\r\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\r\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\r\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\r\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\r\n.WMi-google:before { content: '\\F1A0'; } /* '' */\r\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\r\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\r\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\r\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\r\n.WMi-database:before { content: '\\F1C0'; } /* '' */\r\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\r\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\r\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\r\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\r\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\r\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\r\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\r\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\r\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\r\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\r\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\r\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\r\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\r\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\r\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\r\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\r\n.WMi-diamond:before { content: '\\F219'; } /* '' */\r\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\r\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\r\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\r\n.WMi-user-times:before { content: '\\F235'; } /* '' */\r\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\r\n.WMi-clone:before { content: '\\F24D'; } /* '' */\r\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\r\n.WMi-television:before { content: '\\F26C'; } /* '' */\r\n.WMi-Industry:before { content: '\\F275'; } /* '' */\r\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\r\n.WMi-map-o:before { content: '\\F278'; } /* '' */\r\n.WMi-map:before { content: '\\F279'; } /* '' */\r\n.WMi-edge:before { content: '\\F282'; } /* '' */\r\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\r\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\r\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\r\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\r\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\r\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\r\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\r\n.WMi-facebook:before { content: '\\F300'; } /* '' */\r\n.WMi-twitter:before { content: '\\F302'; } /* '' */\r\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\r\n.WMi-win8:before { content: '\\F325'; } /* '' */\r\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\r\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\r\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\r\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\r\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\r\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\r\n.WMi-selection:before { content: '\\F489'; } /* '' */\r\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\r\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\r\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); // exports @@ -63881,12 +63881,12 @@ if(false) {} /*!********************************************!*\ !*** ./node_modules/vuex/dist/vuex.esm.js ***! \********************************************/ -/*! exports provided: default, Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers */ +/*! exports provided: Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "install", function() { return install; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapState", function() { return mapState; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapMutations", function() { return mapMutations; }); @@ -63894,11 +63894,11 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapActions", function() { return mapActions; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNamespacedHelpers", function() { return createNamespacedHelpers; }); /** - * vuex v3.1.1 - * (c) 2019 Evan You + * vuex v3.0.1 + * (c) 2017 Evan You * @license MIT */ -function applyMixin (Vue) { +var applyMixin = function (Vue) { var version = Number(Vue.version.split('.')[0]); if (version >= 2) { @@ -63932,14 +63932,11 @@ function applyMixin (Vue) { this.$store = options.parent.$store; } } -} +}; -var target = typeof window !== 'undefined' - ? window - : typeof global !== 'undefined' - ? global - : {}; -var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__; +var devtoolHook = + typeof window !== 'undefined' && + window.__VUE_DEVTOOLS_GLOBAL_HOOK__; function devtoolPlugin (store) { if (!devtoolHook) { return } @@ -63965,6 +63962,16 @@ function devtoolPlugin (store) { * @param {Function} f * @return {*} */ +/** + * Deep copy the given object considering circular structure. + * This function caches all nested objects and its copies. + * If it detects circular structure, use cached copy to avoid infinite loop. + * + * @param {*} obj + * @param {Array} cache + * @return {*} + */ + /** * forEach for object @@ -63985,28 +63992,17 @@ function assert (condition, msg) { if (!condition) { throw new Error(("[vuex] " + msg)) } } -function partial (fn, arg) { - return function () { - return fn(arg) - } -} - -// Base data struct for store's module, package with some attribute and method var Module = function Module (rawModule, runtime) { this.runtime = runtime; - // Store some children item this._children = Object.create(null); - // Store the origin module object which passed by programmer this._rawModule = rawModule; var rawState = rawModule.state; - - // Store the origin module's state this.state = (typeof rawState === 'function' ? rawState() : rawState) || {}; }; -var prototypeAccessors = { namespaced: { configurable: true } }; +var prototypeAccessors$1 = { namespaced: { configurable: true } }; -prototypeAccessors.namespaced.get = function () { +prototypeAccessors$1.namespaced.get = function () { return !!this._rawModule.namespaced }; @@ -64057,7 +64053,7 @@ Module.prototype.forEachMutation = function forEachMutation (fn) { } }; -Object.defineProperties( Module.prototype, prototypeAccessors ); +Object.defineProperties( Module.prototype, prototypeAccessors$1 ); var ModuleCollection = function ModuleCollection (rawRootModule) { // register root module (Vuex.Store options) @@ -64200,12 +64196,17 @@ var Store = function Store (options) { if (true) { assert(Vue, "must call Vue.use(Vuex) before creating a store instance."); assert(typeof Promise !== 'undefined', "vuex requires a Promise polyfill in this browser."); - assert(this instanceof Store, "store must be called with the new operator."); + assert(this instanceof Store, "Store must be called with the new operator."); } var plugins = options.plugins; if ( plugins === void 0 ) plugins = []; var strict = options.strict; if ( strict === void 0 ) strict = false; + var state = options.state; if ( state === void 0 ) state = {}; + if (typeof state === 'function') { + state = state() || {}; + } + // store internal state this._committing = false; this._actions = Object.create(null); @@ -64232,8 +64233,6 @@ var Store = function Store (options) { // strict mode this.strict = strict; - var state = this._modules.root.state; - // init root module. // this also recursively registers all sub-modules // and collects all module getters inside this._wrappedGetters @@ -64246,21 +64245,20 @@ var Store = function Store (options) { // apply plugins plugins.forEach(function (plugin) { return plugin(this$1); }); - var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools; - if (useDevtools) { + if (Vue.config.devtools) { devtoolPlugin(this); } }; -var prototypeAccessors$1 = { state: { configurable: true } }; +var prototypeAccessors = { state: { configurable: true } }; -prototypeAccessors$1.state.get = function () { +prototypeAccessors.state.get = function () { return this._vm._data.$$state }; -prototypeAccessors$1.state.set = function (v) { +prototypeAccessors.state.set = function (v) { if (true) { - assert(false, "use store.replaceState() to explicit replace store state."); + assert(false, "Use store.replaceState() to explicit replace store state."); } }; @@ -64316,34 +64314,11 @@ Store.prototype.dispatch = function dispatch (_type, _payload) { return } - try { - this._actionSubscribers - .filter(function (sub) { return sub.before; }) - .forEach(function (sub) { return sub.before(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in before action subscribers: "); - console.error(e); - } - } + this._actionSubscribers.forEach(function (sub) { return sub(action, this$1.state); }); - var result = entry.length > 1 + return entry.length > 1 ? Promise.all(entry.map(function (handler) { return handler(payload); })) - : entry[0](payload); - - return result.then(function (res) { - try { - this$1._actionSubscribers - .filter(function (sub) { return sub.after; }) - .forEach(function (sub) { return sub.after(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in after action subscribers: "); - console.error(e); - } - } - return res - }) + : entry[0](payload) }; Store.prototype.subscribe = function subscribe (fn) { @@ -64351,8 +64326,7 @@ Store.prototype.subscribe = function subscribe (fn) { }; Store.prototype.subscribeAction = function subscribeAction (fn) { - var subs = typeof fn === 'function' ? { before: fn } : fn; - return genericSubscribe(subs, this._actionSubscribers) + return genericSubscribe(fn, this._actionSubscribers) }; Store.prototype.watch = function watch (getter, cb, options) { @@ -64417,7 +64391,7 @@ Store.prototype._withCommit = function _withCommit (fn) { this._committing = committing; }; -Object.defineProperties( Store.prototype, prototypeAccessors$1 ); +Object.defineProperties( Store.prototype, prototypeAccessors ); function genericSubscribe (fn, subs) { if (subs.indexOf(fn) < 0) { @@ -64452,9 +64426,7 @@ function resetStoreVM (store, state, hot) { var computed = {}; forEachValue(wrappedGetters, function (fn, key) { // use computed to leverage its lazy-caching mechanism - // direct inline function use will lead to closure preserving oldVm. - // using partial to return function with only arguments preserved in closure enviroment. - computed[key] = partial(fn, store); + computed[key] = function () { return fn(store); }; Object.defineProperty(store.getters, key, { get: function () { return store._vm[key]; }, enumerable: true // for local getters @@ -64666,7 +64638,7 @@ function registerGetter (store, type, rawGetter, local) { function enableStrictMode (store) { store._vm.$watch(function () { return this._data.$$state }, function () { if (true) { - assert(store._committing, "do not mutate vuex store state outside mutation handlers."); + assert(store._committing, "Do not mutate vuex store state outside mutation handlers."); } }, { deep: true, sync: true }); } @@ -64685,7 +64657,7 @@ function unifyObjectStyle (type, payload, options) { } if (true) { - assert(typeof type === 'string', ("expects string as the type, but found " + (typeof type) + ".")); + assert(typeof type === 'string', ("Expects string as the type, but found " + (typeof type) + ".")); } return { type: type, payload: payload, options: options } @@ -64704,12 +64676,6 @@ function install (_Vue) { applyMixin(Vue); } -/** - * Reduce the code which written in Vue.js for getting the state. - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it. - * @param {Object} - */ var mapState = normalizeNamespace(function (namespace, states) { var res = {}; normalizeMap(states).forEach(function (ref) { @@ -64737,12 +64703,6 @@ var mapState = normalizeNamespace(function (namespace, states) { return res }); -/** - * Reduce the code which written in Vue.js for committing the mutation - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapMutations = normalizeNamespace(function (namespace, mutations) { var res = {}; normalizeMap(mutations).forEach(function (ref) { @@ -64753,7 +64713,6 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // Get the commit method from store var commit = this.$store.commit; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapMutations', namespace); @@ -64770,19 +64729,12 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { return res }); -/** - * Reduce the code which written in Vue.js for getting the getters - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} getters - * @return {Object} - */ var mapGetters = normalizeNamespace(function (namespace, getters) { var res = {}; normalizeMap(getters).forEach(function (ref) { var key = ref.key; var val = ref.val; - // The namespace has been mutated by normalizeNamespace val = namespace + val; res[key] = function mappedGetter () { if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) { @@ -64800,12 +64752,6 @@ var mapGetters = normalizeNamespace(function (namespace, getters) { return res }); -/** - * Reduce the code which written in Vue.js for dispatch the action - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapActions = normalizeNamespace(function (namespace, actions) { var res = {}; normalizeMap(actions).forEach(function (ref) { @@ -64816,7 +64762,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // get dispatch function from store var dispatch = this.$store.dispatch; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapActions', namespace); @@ -64833,11 +64778,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { return res }); -/** - * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object - * @param {String} namespace - * @return {Object} - */ var createNamespacedHelpers = function (namespace) { return ({ mapState: mapState.bind(null, namespace), mapGetters: mapGetters.bind(null, namespace), @@ -64845,24 +64785,12 @@ var createNamespacedHelpers = function (namespace) { return ({ mapActions: mapActions.bind(null, namespace) }); }; -/** - * Normalize the map - * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ] - * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ] - * @param {Array|Object} map - * @return {Object} - */ function normalizeMap (map) { return Array.isArray(map) ? map.map(function (key) { return ({ key: key, val: key }); }) : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); }) } -/** - * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map. - * @param {Function} fn - * @return {Function} - */ function normalizeNamespace (fn) { return function (namespace, map) { if (typeof namespace !== 'string') { @@ -64875,13 +64803,6 @@ function normalizeNamespace (fn) { } } -/** - * Search a special module from store by namespace. if module not exist, print error message. - * @param {Object} store - * @param {String} helper - * @param {String} namespace - * @return {Object} - */ function getModuleByNamespace (store, helper, namespace) { var module = store._modulesNamespaceMap[namespace]; if ( true && !module) { @@ -64893,7 +64814,7 @@ function getModuleByNamespace (store, helper, namespace) { var index_esm = { Store: Store, install: install, - version: '3.1.1', + version: '3.0.1', mapState: mapState, mapMutations: mapMutations, mapGetters: mapGetters, @@ -64901,10 +64822,9 @@ var index_esm = { createNamespacedHelpers: createNamespacedHelpers }; -/* harmony default export */ __webpack_exports__["default"] = (index_esm); +/* harmony default export */ __webpack_exports__["default"] = (index_esm); -/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), @@ -65504,7 +65424,7 @@ __webpack_require__.r(__webpack_exports__); vue__WEBPACK_IMPORTED_MODULE_0___default.a.use(vue_router__WEBPACK_IMPORTED_MODULE_1__["default"]); var router = new vue_router__WEBPACK_IMPORTED_MODULE_1__["default"]({ mode: 'history', - base: Object({"MIX_PUSHER_APP_KEY":"","MIX_PUSHER_APP_CLUSTER":"mt1","NODE_ENV":"development"}).BASE_URL, + base: Object({"NODE_ENV":"development"}).BASE_URL, linkActiveClass: "WM-Active", linkExactActiveClass: "WM-Exact-Active", routes: [// { @@ -65607,7 +65527,7 @@ module.exports = "/fonts/fontello.eot?3e7fe63cf066c28d2d94ca7eae699e91"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "/fonts/fontello.svg?9281862069b0270595713b68da83f6b6"; +module.exports = "/fonts/fontello.svg?09b19405b635c43e20e0a7cc2e1f55ec"; /***/ }), @@ -66149,7 +66069,7 @@ if(false) {} /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /home/farid/Documents/development/php/willamall_new/resources/js/Authentication/app.js */"./resources/js/Authentication/app.js"); +module.exports = __webpack_require__(/*! D:\Atom\Git\willamall-admin\resources\js\Authentication\app.js */"./resources/js/Authentication/app.js"); /***/ }) diff --git a/public/Home/js/app.js b/public/Home/js/app.js index a5d35df..4e6020b 100644 --- a/public/Home/js/app.js +++ b/public/Home/js/app.js @@ -7646,7 +7646,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css- // module -exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\n General :: Begin\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\n Borders :: Begin\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\n Labels :: Begin\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\n Price :: Begin\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\n Others :: Begin\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\n Navigation :: Begin\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\n Blocks :: Begin\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\n Inputs :: Begin\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\n Buttons :: Begin\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\n Links :: Begin\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\n Margins :: Begin\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\n Paddings :: Begin\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\n Fonts :: Begin\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\n Colors :: Begin\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\n Navigation :: Bootstrap Tabs\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\n Vuetify :: Dialog\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); +exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\r\n General :: Begin\r\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\r\n Borders :: Begin\r\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\r\n Labels :: Begin\r\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\r\n Price :: Begin\r\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\r\n Others :: Begin\r\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Begin\r\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\r\n Blocks :: Begin\r\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\r\n Inputs :: Begin\r\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\r\n Buttons :: Begin\r\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\r\n Links :: Begin\r\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\r\n Margins :: Begin\r\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\r\n Paddings :: Begin\r\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\r\n Fonts :: Begin\r\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\r\n Colors :: Begin\r\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Bootstrap Tabs\r\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\r\n Vuetify :: Dialog\r\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); // exports @@ -7684,7 +7684,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "/* --------------------------------------------------------\n SectionTitle :: Begin\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); +exports.push([module.i, "/* --------------------------------------------------------\r\n SectionTitle :: Begin\r\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); // exports @@ -7780,7 +7780,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../../node_module // module -exports.push([module.i, "@font-face {\n font-family: 'fontello';\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\n }\n}\n*/\n \n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n \n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n \n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n \n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n \n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n \n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n \n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n \n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n \n.WMi-ok:before { content: '\\E800'; } /* '' */\n.WMi-picture:before { content: '\\E801'; } /* '' */\n.WMi-search:before { content: '\\E802'; } /* '' */\n.WMi-music:before { content: '\\E803'; } /* '' */\n.WMi-star-half:before { content: '\\E804'; } /* '' */\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\n.WMi-star:before { content: '\\E806'; } /* '' */\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\n.WMi-heart:before { content: '\\E808'; } /* '' */\n.WMi-mail:before { content: '\\E809'; } /* '' */\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\n.WMi-lock:before { content: '\\E80B'; } /* '' */\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\n.WMi-attach:before { content: '\\E80D'; } /* '' */\n.WMi-link:before { content: '\\E80E'; } /* '' */\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\n.WMi-upload:before { content: '\\E810'; } /* '' */\n.WMi-download:before { content: '\\E811'; } /* '' */\n.WMi-tag:before { content: '\\E812'; } /* '' */\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\n.WMi-cog:before { content: '\\E814'; } /* '' */\n.WMi-off-1:before { content: '\\E815'; } /* '' */\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\n.WMi-down-open:before { content: '\\E817'; } /* '' */\n.WMi-left-open:before { content: '\\E818'; } /* '' */\n.WMi-right-open:before { content: '\\E819'; } /* '' */\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\n.WMi-check:before { content: '\\E821'; } /* '' */\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\n.WMi-off:before { content: '\\E824'; } /* '' */\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\n.WMi-globe:before { content: '\\E827'; } /* '' */\n.WMi-cloud:before { content: '\\E828'; } /* '' */\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\n.WMi-comment:before { content: '\\E82E'; } /* '' */\n.WMi-layers:before { content: '\\E82F'; } /* '' */\n.WMi-signal:before { content: '\\E830'; } /* '' */\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\n.WMi-macstore:before { content: '\\E832'; } /* '' */\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\n.WMi-camera:before { content: '\\E83D'; } /* '' */\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\n.WMi-th:before { content: '\\E840'; } /* '' */\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\n.WMi-gift:before { content: '\\E842'; } /* '' */\n.WMi-basket:before { content: '\\E843'; } /* '' */\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\n.WMi-shop:before { content: '\\E846'; } /* '' */\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\n.WMi-plus:before { content: '\\E849'; } /* '' */\n.WMi-minus:before { content: '\\E84A'; } /* '' */\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\n.WMi-edit:before { content: '\\E84D'; } /* '' */\n.WMi-tags:before { content: '\\E84E'; } /* '' */\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\n.WMi-logout:before { content: '\\E851'; } /* '' */\n.WMi-login:before { content: '\\E852'; } /* '' */\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\n.WMi-switch:before { content: '\\E858'; } /* '' */\n.WMi-level-down:before { content: '\\E859'; } /* '' */\n.WMi-help:before { content: '\\E85A'; } /* '' */\n.WMi-location:before { content: '\\E85B'; } /* '' */\n.WMi-phone:before { content: '\\E85C'; } /* '' */\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\n.WMi-share:before { content: '\\E85E'; } /* '' */\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\n.WMi-loop:before { content: '\\E861'; } /* '' */\n.WMi-glyph:before { content: '\\E862'; } /* '' */\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\n.WMi-Medical:before { content: '\\E869'; } /* '' */\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\n.WMi-calendar:before { content: '\\E871'; } /* '' */\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\n.WMi-filter:before { content: '\\E876'; } /* '' */\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\n.WMi-clock:before { content: '\\E879'; } /* '' */\n.WMi-user:before { content: '\\E87A'; } /* '' */\n.WMi-users:before { content: '\\E87B'; } /* '' */\n.WMi-Official:before { content: '\\E87C'; } /* '' */\n.WMi-crown:before { content: '\\E87D'; } /* '' */\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\n.WMi-bell:before { content: '\\E89F'; } /* '' */\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\n.WMi-pause:before { content: '\\F00E'; } /* '' */\n.WMi-play:before { content: '\\F00F'; } /* '' */\n.WMi-to-end:before { content: '\\F010'; } /* '' */\n.WMi-to-start:before { content: '\\F011'; } /* '' */\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\n.WMi-Food:before { content: '\\F02F'; } /* '' */\n.WMi-Digital:before { content: '\\F034'; } /* '' */\n.WMi-stop:before { content: '\\F080'; } /* '' */\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\n.WMi-rss:before { content: '\\F09E'; } /* '' */\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\n.WMi-open:before { content: '\\F0DB'; } /* '' */\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\n.WMi-imac:before { content: '\\F108'; } /* '' */\n.WMi-laptop:before { content: '\\F109'; } /* '' */\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\n.WMi-circle:before { content: '\\F111'; } /* '' */\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\n.WMi-code:before { content: '\\F121'; } /* '' */\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\n.WMi-direction:before { content: '\\F124'; } /* '' */\n.WMi-crop:before { content: '\\F125'; } /* '' */\n.WMi-unlink:before { content: '\\F127'; } /* '' */\n.WMi-info:before { content: '\\F129'; } /* '' */\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\n.WMi-compass:before { content: '\\F14E'; } /* '' */\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\n.WMi-windows:before { content: '\\F17A'; } /* '' */\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\n.WMi-google:before { content: '\\F1A0'; } /* '' */\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\n.WMi-database:before { content: '\\F1C0'; } /* '' */\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\n.WMi-diamond:before { content: '\\F219'; } /* '' */\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\n.WMi-user-times:before { content: '\\F235'; } /* '' */\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\n.WMi-clone:before { content: '\\F24D'; } /* '' */\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\n.WMi-television:before { content: '\\F26C'; } /* '' */\n.WMi-Industry:before { content: '\\F275'; } /* '' */\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\n.WMi-map-o:before { content: '\\F278'; } /* '' */\n.WMi-map:before { content: '\\F279'; } /* '' */\n.WMi-edge:before { content: '\\F282'; } /* '' */\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\n.WMi-facebook:before { content: '\\F300'; } /* '' */\n.WMi-twitter:before { content: '\\F302'; } /* '' */\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\n.WMi-win8:before { content: '\\F325'; } /* '' */\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\n.WMi-selection:before { content: '\\F489'; } /* '' */\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); +exports.push([module.i, "@font-face {\r\n font-family: 'fontello';\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\r\n font-weight: normal;\r\n font-style: normal;\r\n}\r\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\r\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\r\n/*\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n @font-face {\r\n font-family: 'fontello';\r\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\r\n }\r\n}\r\n*/\r\n \r\n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\r\n font-family: \"fontello\";\r\n font-style: normal;\r\n font-weight: normal;\r\n speak: none;\r\n \r\n display: inline-block;\r\n text-decoration: inherit;\r\n width: 1em;\r\n margin-right: .2em;\r\n text-align: center;\r\n /* opacity: .8; */\r\n \r\n /* For safety - reset parent styles, that can break glyph codes*/\r\n font-variant: normal;\r\n text-transform: none;\r\n \r\n /* fix buttons height, for twitter bootstrap */\r\n line-height: 1em;\r\n \r\n /* Animation center compensation - margins should be symmetric */\r\n /* remove if not needed */\r\n margin-left: .2em;\r\n \r\n /* you can be more comfortable with increased icons size */\r\n /* font-size: 120%; */\r\n \r\n /* Font smoothing. That was taken from TWBS */\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n \r\n /* Uncomment for 3D effect */\r\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\r\n}\r\n \r\n.WMi-ok:before { content: '\\E800'; } /* '' */\r\n.WMi-picture:before { content: '\\E801'; } /* '' */\r\n.WMi-search:before { content: '\\E802'; } /* '' */\r\n.WMi-music:before { content: '\\E803'; } /* '' */\r\n.WMi-star-half:before { content: '\\E804'; } /* '' */\r\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\r\n.WMi-star:before { content: '\\E806'; } /* '' */\r\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\r\n.WMi-heart:before { content: '\\E808'; } /* '' */\r\n.WMi-mail:before { content: '\\E809'; } /* '' */\r\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\r\n.WMi-lock:before { content: '\\E80B'; } /* '' */\r\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\r\n.WMi-attach:before { content: '\\E80D'; } /* '' */\r\n.WMi-link:before { content: '\\E80E'; } /* '' */\r\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\r\n.WMi-upload:before { content: '\\E810'; } /* '' */\r\n.WMi-download:before { content: '\\E811'; } /* '' */\r\n.WMi-tag:before { content: '\\E812'; } /* '' */\r\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\r\n.WMi-cog:before { content: '\\E814'; } /* '' */\r\n.WMi-off-1:before { content: '\\E815'; } /* '' */\r\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\r\n.WMi-down-open:before { content: '\\E817'; } /* '' */\r\n.WMi-left-open:before { content: '\\E818'; } /* '' */\r\n.WMi-right-open:before { content: '\\E819'; } /* '' */\r\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\r\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\r\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\r\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\r\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\r\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\r\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\r\n.WMi-check:before { content: '\\E821'; } /* '' */\r\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\r\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\r\n.WMi-off:before { content: '\\E824'; } /* '' */\r\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\r\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\r\n.WMi-globe:before { content: '\\E827'; } /* '' */\r\n.WMi-cloud:before { content: '\\E828'; } /* '' */\r\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\r\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\r\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\r\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\r\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\r\n.WMi-comment:before { content: '\\E82E'; } /* '' */\r\n.WMi-layers:before { content: '\\E82F'; } /* '' */\r\n.WMi-signal:before { content: '\\E830'; } /* '' */\r\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\r\n.WMi-macstore:before { content: '\\E832'; } /* '' */\r\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\r\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\r\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\r\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\r\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\r\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\r\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\r\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\r\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\r\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\r\n.WMi-camera:before { content: '\\E83D'; } /* '' */\r\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\r\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\r\n.WMi-th:before { content: '\\E840'; } /* '' */\r\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\r\n.WMi-gift:before { content: '\\E842'; } /* '' */\r\n.WMi-basket:before { content: '\\E843'; } /* '' */\r\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\r\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\r\n.WMi-shop:before { content: '\\E846'; } /* '' */\r\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\r\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\r\n.WMi-plus:before { content: '\\E849'; } /* '' */\r\n.WMi-minus:before { content: '\\E84A'; } /* '' */\r\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\r\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\r\n.WMi-edit:before { content: '\\E84D'; } /* '' */\r\n.WMi-tags:before { content: '\\E84E'; } /* '' */\r\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\r\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\r\n.WMi-logout:before { content: '\\E851'; } /* '' */\r\n.WMi-login:before { content: '\\E852'; } /* '' */\r\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\r\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\r\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\r\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\r\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\r\n.WMi-switch:before { content: '\\E858'; } /* '' */\r\n.WMi-level-down:before { content: '\\E859'; } /* '' */\r\n.WMi-help:before { content: '\\E85A'; } /* '' */\r\n.WMi-location:before { content: '\\E85B'; } /* '' */\r\n.WMi-phone:before { content: '\\E85C'; } /* '' */\r\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\r\n.WMi-share:before { content: '\\E85E'; } /* '' */\r\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\r\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\r\n.WMi-loop:before { content: '\\E861'; } /* '' */\r\n.WMi-glyph:before { content: '\\E862'; } /* '' */\r\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\r\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\r\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\r\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\r\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\r\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\r\n.WMi-Medical:before { content: '\\E869'; } /* '' */\r\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\r\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\r\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\r\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\r\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\r\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\r\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\r\n.WMi-calendar:before { content: '\\E871'; } /* '' */\r\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\r\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\r\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\r\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\r\n.WMi-filter:before { content: '\\E876'; } /* '' */\r\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\r\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\r\n.WMi-clock:before { content: '\\E879'; } /* '' */\r\n.WMi-user:before { content: '\\E87A'; } /* '' */\r\n.WMi-users:before { content: '\\E87B'; } /* '' */\r\n.WMi-Official:before { content: '\\E87C'; } /* '' */\r\n.WMi-crown:before { content: '\\E87D'; } /* '' */\r\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\r\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\r\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\r\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\r\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\r\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\r\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\r\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\r\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\r\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\r\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\r\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\r\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\r\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\r\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\r\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\r\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\r\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\r\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\r\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\r\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\r\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\r\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\r\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\r\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\r\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\r\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\r\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\r\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\r\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\r\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\r\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\r\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\r\n.WMi-bell:before { content: '\\E89F'; } /* '' */\r\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\r\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\r\n.WMi-pause:before { content: '\\F00E'; } /* '' */\r\n.WMi-play:before { content: '\\F00F'; } /* '' */\r\n.WMi-to-end:before { content: '\\F010'; } /* '' */\r\n.WMi-to-start:before { content: '\\F011'; } /* '' */\r\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\r\n.WMi-Food:before { content: '\\F02F'; } /* '' */\r\n.WMi-Digital:before { content: '\\F034'; } /* '' */\r\n.WMi-stop:before { content: '\\F080'; } /* '' */\r\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\r\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\r\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\r\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\r\n.WMi-rss:before { content: '\\F09E'; } /* '' */\r\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\r\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\r\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\r\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\r\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\r\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\r\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\r\n.WMi-open:before { content: '\\F0DB'; } /* '' */\r\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\r\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\r\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\r\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\r\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\r\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\r\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\r\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\r\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\r\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\r\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\r\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\r\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\r\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\r\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\r\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\r\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\r\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\r\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\r\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\r\n.WMi-imac:before { content: '\\F108'; } /* '' */\r\n.WMi-laptop:before { content: '\\F109'; } /* '' */\r\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\r\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\r\n.WMi-circle:before { content: '\\F111'; } /* '' */\r\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\r\n.WMi-code:before { content: '\\F121'; } /* '' */\r\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\r\n.WMi-direction:before { content: '\\F124'; } /* '' */\r\n.WMi-crop:before { content: '\\F125'; } /* '' */\r\n.WMi-unlink:before { content: '\\F127'; } /* '' */\r\n.WMi-info:before { content: '\\F129'; } /* '' */\r\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\r\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\r\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\r\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\r\n.WMi-compass:before { content: '\\F14E'; } /* '' */\r\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\r\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\r\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\r\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\r\n.WMi-windows:before { content: '\\F17A'; } /* '' */\r\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\r\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\r\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\r\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\r\n.WMi-google:before { content: '\\F1A0'; } /* '' */\r\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\r\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\r\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\r\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\r\n.WMi-database:before { content: '\\F1C0'; } /* '' */\r\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\r\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\r\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\r\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\r\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\r\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\r\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\r\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\r\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\r\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\r\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\r\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\r\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\r\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\r\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\r\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\r\n.WMi-diamond:before { content: '\\F219'; } /* '' */\r\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\r\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\r\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\r\n.WMi-user-times:before { content: '\\F235'; } /* '' */\r\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\r\n.WMi-clone:before { content: '\\F24D'; } /* '' */\r\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\r\n.WMi-television:before { content: '\\F26C'; } /* '' */\r\n.WMi-Industry:before { content: '\\F275'; } /* '' */\r\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\r\n.WMi-map-o:before { content: '\\F278'; } /* '' */\r\n.WMi-map:before { content: '\\F279'; } /* '' */\r\n.WMi-edge:before { content: '\\F282'; } /* '' */\r\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\r\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\r\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\r\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\r\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\r\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\r\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\r\n.WMi-facebook:before { content: '\\F300'; } /* '' */\r\n.WMi-twitter:before { content: '\\F302'; } /* '' */\r\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\r\n.WMi-win8:before { content: '\\F325'; } /* '' */\r\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\r\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\r\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\r\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\r\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\r\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\r\n.WMi-selection:before { content: '\\F489'; } /* '' */\r\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\r\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\r\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); // exports @@ -7799,7 +7799,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "\n.Tile[data-v-1244ba51] {\n padding: 1em;\n padding-right: 20px;\n cursor: pointer;\n display: -webkit-inline-flex;\n width: 100%;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-transition: color 1000ms;\n transition: color 1000ms;\n color: #383838;\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: #000;\n -webkit-transform: scaleX(0);\n transform: scaleX(0);\n -webkit-transform-origin: 100% 50%;\n transform-origin: 100% 50%;\n -webkit-transition-property: transform;\n transition-property: transform;\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\n -webkit-transform: scaleX(1);\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\n display: inline-block;\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\n display: inline-block;\n letter-spacing: 5px;\n font-size: 12px;\n color: #a29da9;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\n margin-right: auto;\n color: #888;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\n transform: translateX(-4px);\n}\n", ""]); +exports.push([module.i, "\n.Tile[data-v-1244ba51] {\r\n padding: 1em;\r\n padding-right: 20px;\r\n cursor: pointer;\r\n display: -webkit-inline-flex;\r\n width: 100%;\r\n -webkit-transform: translateZ(0);\r\n transform: translateZ(0);\r\n -webkit-transition: color 1000ms;\r\n transition: color 1000ms;\r\n color: #383838;\r\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\r\n content: \"\";\r\n position: absolute;\r\n z-index: -1;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: #000;\r\n -webkit-transform: scaleX(0);\r\n transform: scaleX(0);\r\n -webkit-transform-origin: 100% 50%;\r\n transform-origin: 100% 50%;\r\n -webkit-transition-property: transform;\r\n transition-property: transform;\r\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\r\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\r\n -webkit-transform: scaleX(1);\r\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\r\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\r\n display: inline-block;\r\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\r\n display: inline-block;\r\n letter-spacing: 5px;\r\n font-size: 12px;\r\n color: #a29da9;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\r\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\r\n margin-right: auto;\r\n color: #888;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\r\n transform: translateX(-4px);\n}\r\n", ""]); // exports @@ -65409,12 +65409,12 @@ if(false) {} /*!********************************************!*\ !*** ./node_modules/vuex/dist/vuex.esm.js ***! \********************************************/ -/*! exports provided: default, Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers */ +/*! exports provided: Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "install", function() { return install; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapState", function() { return mapState; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapMutations", function() { return mapMutations; }); @@ -65422,11 +65422,11 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapActions", function() { return mapActions; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNamespacedHelpers", function() { return createNamespacedHelpers; }); /** - * vuex v3.1.1 - * (c) 2019 Evan You + * vuex v3.0.1 + * (c) 2017 Evan You * @license MIT */ -function applyMixin (Vue) { +var applyMixin = function (Vue) { var version = Number(Vue.version.split('.')[0]); if (version >= 2) { @@ -65460,14 +65460,11 @@ function applyMixin (Vue) { this.$store = options.parent.$store; } } -} +}; -var target = typeof window !== 'undefined' - ? window - : typeof global !== 'undefined' - ? global - : {}; -var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__; +var devtoolHook = + typeof window !== 'undefined' && + window.__VUE_DEVTOOLS_GLOBAL_HOOK__; function devtoolPlugin (store) { if (!devtoolHook) { return } @@ -65493,6 +65490,16 @@ function devtoolPlugin (store) { * @param {Function} f * @return {*} */ +/** + * Deep copy the given object considering circular structure. + * This function caches all nested objects and its copies. + * If it detects circular structure, use cached copy to avoid infinite loop. + * + * @param {*} obj + * @param {Array} cache + * @return {*} + */ + /** * forEach for object @@ -65513,28 +65520,17 @@ function assert (condition, msg) { if (!condition) { throw new Error(("[vuex] " + msg)) } } -function partial (fn, arg) { - return function () { - return fn(arg) - } -} - -// Base data struct for store's module, package with some attribute and method var Module = function Module (rawModule, runtime) { this.runtime = runtime; - // Store some children item this._children = Object.create(null); - // Store the origin module object which passed by programmer this._rawModule = rawModule; var rawState = rawModule.state; - - // Store the origin module's state this.state = (typeof rawState === 'function' ? rawState() : rawState) || {}; }; -var prototypeAccessors = { namespaced: { configurable: true } }; +var prototypeAccessors$1 = { namespaced: { configurable: true } }; -prototypeAccessors.namespaced.get = function () { +prototypeAccessors$1.namespaced.get = function () { return !!this._rawModule.namespaced }; @@ -65585,7 +65581,7 @@ Module.prototype.forEachMutation = function forEachMutation (fn) { } }; -Object.defineProperties( Module.prototype, prototypeAccessors ); +Object.defineProperties( Module.prototype, prototypeAccessors$1 ); var ModuleCollection = function ModuleCollection (rawRootModule) { // register root module (Vuex.Store options) @@ -65728,12 +65724,17 @@ var Store = function Store (options) { if (true) { assert(Vue, "must call Vue.use(Vuex) before creating a store instance."); assert(typeof Promise !== 'undefined', "vuex requires a Promise polyfill in this browser."); - assert(this instanceof Store, "store must be called with the new operator."); + assert(this instanceof Store, "Store must be called with the new operator."); } var plugins = options.plugins; if ( plugins === void 0 ) plugins = []; var strict = options.strict; if ( strict === void 0 ) strict = false; + var state = options.state; if ( state === void 0 ) state = {}; + if (typeof state === 'function') { + state = state() || {}; + } + // store internal state this._committing = false; this._actions = Object.create(null); @@ -65760,8 +65761,6 @@ var Store = function Store (options) { // strict mode this.strict = strict; - var state = this._modules.root.state; - // init root module. // this also recursively registers all sub-modules // and collects all module getters inside this._wrappedGetters @@ -65774,21 +65773,20 @@ var Store = function Store (options) { // apply plugins plugins.forEach(function (plugin) { return plugin(this$1); }); - var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools; - if (useDevtools) { + if (Vue.config.devtools) { devtoolPlugin(this); } }; -var prototypeAccessors$1 = { state: { configurable: true } }; +var prototypeAccessors = { state: { configurable: true } }; -prototypeAccessors$1.state.get = function () { +prototypeAccessors.state.get = function () { return this._vm._data.$$state }; -prototypeAccessors$1.state.set = function (v) { +prototypeAccessors.state.set = function (v) { if (true) { - assert(false, "use store.replaceState() to explicit replace store state."); + assert(false, "Use store.replaceState() to explicit replace store state."); } }; @@ -65844,34 +65842,11 @@ Store.prototype.dispatch = function dispatch (_type, _payload) { return } - try { - this._actionSubscribers - .filter(function (sub) { return sub.before; }) - .forEach(function (sub) { return sub.before(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in before action subscribers: "); - console.error(e); - } - } + this._actionSubscribers.forEach(function (sub) { return sub(action, this$1.state); }); - var result = entry.length > 1 + return entry.length > 1 ? Promise.all(entry.map(function (handler) { return handler(payload); })) - : entry[0](payload); - - return result.then(function (res) { - try { - this$1._actionSubscribers - .filter(function (sub) { return sub.after; }) - .forEach(function (sub) { return sub.after(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in after action subscribers: "); - console.error(e); - } - } - return res - }) + : entry[0](payload) }; Store.prototype.subscribe = function subscribe (fn) { @@ -65879,8 +65854,7 @@ Store.prototype.subscribe = function subscribe (fn) { }; Store.prototype.subscribeAction = function subscribeAction (fn) { - var subs = typeof fn === 'function' ? { before: fn } : fn; - return genericSubscribe(subs, this._actionSubscribers) + return genericSubscribe(fn, this._actionSubscribers) }; Store.prototype.watch = function watch (getter, cb, options) { @@ -65945,7 +65919,7 @@ Store.prototype._withCommit = function _withCommit (fn) { this._committing = committing; }; -Object.defineProperties( Store.prototype, prototypeAccessors$1 ); +Object.defineProperties( Store.prototype, prototypeAccessors ); function genericSubscribe (fn, subs) { if (subs.indexOf(fn) < 0) { @@ -65980,9 +65954,7 @@ function resetStoreVM (store, state, hot) { var computed = {}; forEachValue(wrappedGetters, function (fn, key) { // use computed to leverage its lazy-caching mechanism - // direct inline function use will lead to closure preserving oldVm. - // using partial to return function with only arguments preserved in closure enviroment. - computed[key] = partial(fn, store); + computed[key] = function () { return fn(store); }; Object.defineProperty(store.getters, key, { get: function () { return store._vm[key]; }, enumerable: true // for local getters @@ -66194,7 +66166,7 @@ function registerGetter (store, type, rawGetter, local) { function enableStrictMode (store) { store._vm.$watch(function () { return this._data.$$state }, function () { if (true) { - assert(store._committing, "do not mutate vuex store state outside mutation handlers."); + assert(store._committing, "Do not mutate vuex store state outside mutation handlers."); } }, { deep: true, sync: true }); } @@ -66213,7 +66185,7 @@ function unifyObjectStyle (type, payload, options) { } if (true) { - assert(typeof type === 'string', ("expects string as the type, but found " + (typeof type) + ".")); + assert(typeof type === 'string', ("Expects string as the type, but found " + (typeof type) + ".")); } return { type: type, payload: payload, options: options } @@ -66232,12 +66204,6 @@ function install (_Vue) { applyMixin(Vue); } -/** - * Reduce the code which written in Vue.js for getting the state. - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it. - * @param {Object} - */ var mapState = normalizeNamespace(function (namespace, states) { var res = {}; normalizeMap(states).forEach(function (ref) { @@ -66265,12 +66231,6 @@ var mapState = normalizeNamespace(function (namespace, states) { return res }); -/** - * Reduce the code which written in Vue.js for committing the mutation - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapMutations = normalizeNamespace(function (namespace, mutations) { var res = {}; normalizeMap(mutations).forEach(function (ref) { @@ -66281,7 +66241,6 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // Get the commit method from store var commit = this.$store.commit; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapMutations', namespace); @@ -66298,19 +66257,12 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { return res }); -/** - * Reduce the code which written in Vue.js for getting the getters - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} getters - * @return {Object} - */ var mapGetters = normalizeNamespace(function (namespace, getters) { var res = {}; normalizeMap(getters).forEach(function (ref) { var key = ref.key; var val = ref.val; - // The namespace has been mutated by normalizeNamespace val = namespace + val; res[key] = function mappedGetter () { if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) { @@ -66328,12 +66280,6 @@ var mapGetters = normalizeNamespace(function (namespace, getters) { return res }); -/** - * Reduce the code which written in Vue.js for dispatch the action - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapActions = normalizeNamespace(function (namespace, actions) { var res = {}; normalizeMap(actions).forEach(function (ref) { @@ -66344,7 +66290,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // get dispatch function from store var dispatch = this.$store.dispatch; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapActions', namespace); @@ -66361,11 +66306,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { return res }); -/** - * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object - * @param {String} namespace - * @return {Object} - */ var createNamespacedHelpers = function (namespace) { return ({ mapState: mapState.bind(null, namespace), mapGetters: mapGetters.bind(null, namespace), @@ -66373,24 +66313,12 @@ var createNamespacedHelpers = function (namespace) { return ({ mapActions: mapActions.bind(null, namespace) }); }; -/** - * Normalize the map - * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ] - * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ] - * @param {Array|Object} map - * @return {Object} - */ function normalizeMap (map) { return Array.isArray(map) ? map.map(function (key) { return ({ key: key, val: key }); }) : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); }) } -/** - * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map. - * @param {Function} fn - * @return {Function} - */ function normalizeNamespace (fn) { return function (namespace, map) { if (typeof namespace !== 'string') { @@ -66403,13 +66331,6 @@ function normalizeNamespace (fn) { } } -/** - * Search a special module from store by namespace. if module not exist, print error message. - * @param {Object} store - * @param {String} helper - * @param {String} namespace - * @return {Object} - */ function getModuleByNamespace (store, helper, namespace) { var module = store._modulesNamespaceMap[namespace]; if ( true && !module) { @@ -66421,7 +66342,7 @@ function getModuleByNamespace (store, helper, namespace) { var index_esm = { Store: Store, install: install, - version: '3.1.1', + version: '3.0.1', mapState: mapState, mapMutations: mapMutations, mapGetters: mapGetters, @@ -66429,10 +66350,9 @@ var index_esm = { createNamespacedHelpers: createNamespacedHelpers }; -/* harmony default export */ __webpack_exports__["default"] = (index_esm); +/* harmony default export */ __webpack_exports__["default"] = (index_esm); -/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), @@ -66511,7 +66431,7 @@ __webpack_require__.r(__webpack_exports__); var map = { "./auth/Login.vue": [ "./resources/js/Common/views/auth/Login.vue", - 3 + 16 ] }; function webpackAsyncContext(req) { @@ -66584,7 +66504,7 @@ module.exports = "/fonts/fontello.eot?3e7fe63cf066c28d2d94ca7eae699e91"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "/fonts/fontello.svg?9281862069b0270595713b68da83f6b6"; +module.exports = "/fonts/fontello.svg?09b19405b635c43e20e0a7cc2e1f55ec"; /***/ }), @@ -67731,7 +67651,7 @@ vue__WEBPACK_IMPORTED_MODULE_0___default.a.use(vuex__WEBPACK_IMPORTED_MODULE_1__ var map = { "./Home.vue": [ "./resources/js/Home/views/Home.vue", - 2 + 12 ] }; function webpackAsyncContext(req) { @@ -67763,7 +67683,7 @@ module.exports = webpackAsyncContext; /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /home/farid/Documents/development/php/willamall_new/resources/js/Home/app.js */"./resources/js/Home/app.js"); +module.exports = __webpack_require__(/*! D:\Atom\Git\willamall-admin\resources\js\Home\app.js */"./resources/js/Home/app.js"); /***/ }) diff --git a/public/Modules/CRM/js/app.js b/public/Modules/CRM/js/app.js index fc3668c..3e8527c 100644 --- a/public/Modules/CRM/js/app.js +++ b/public/Modules/CRM/js/app.js @@ -616,14 +616,14 @@ var map = { ], "./Clients.vue": [ "./modules/wm-crm/resources/js/views/Clients.vue", - 4, 0, - 7, - 16, + 1, + 5, 15, + 14, + 9, + 10, 11, - 12, - 13, 17 ], "./Home.vue": [ @@ -9803,7 +9803,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css- // module -exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\n General :: Begin\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\n Borders :: Begin\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\n Labels :: Begin\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\n Price :: Begin\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\n Others :: Begin\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\n Navigation :: Begin\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\n Blocks :: Begin\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\n Inputs :: Begin\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\n Buttons :: Begin\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\n Links :: Begin\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\n Margins :: Begin\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\n Paddings :: Begin\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\n Fonts :: Begin\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\n Colors :: Begin\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\n Navigation :: Bootstrap Tabs\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\n Vuetify :: Dialog\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); +exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\r\n General :: Begin\r\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\r\n Borders :: Begin\r\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\r\n Labels :: Begin\r\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\r\n Price :: Begin\r\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\r\n Others :: Begin\r\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Begin\r\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\r\n Blocks :: Begin\r\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\r\n Inputs :: Begin\r\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\r\n Buttons :: Begin\r\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\r\n Links :: Begin\r\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\r\n Margins :: Begin\r\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\r\n Paddings :: Begin\r\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\r\n Fonts :: Begin\r\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\r\n Colors :: Begin\r\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Bootstrap Tabs\r\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\r\n Vuetify :: Dialog\r\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); // exports @@ -9860,7 +9860,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "/* --------------------------------------------------------\n SectionTitle :: Begin\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); +exports.push([module.i, "/* --------------------------------------------------------\r\n SectionTitle :: Begin\r\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); // exports @@ -9956,7 +9956,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../../node_module // module -exports.push([module.i, "@font-face {\n font-family: 'fontello';\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\n }\n}\n*/\n \n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n \n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n \n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n \n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n \n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n \n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n \n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n \n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n \n.WMi-ok:before { content: '\\E800'; } /* '' */\n.WMi-picture:before { content: '\\E801'; } /* '' */\n.WMi-search:before { content: '\\E802'; } /* '' */\n.WMi-music:before { content: '\\E803'; } /* '' */\n.WMi-star-half:before { content: '\\E804'; } /* '' */\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\n.WMi-star:before { content: '\\E806'; } /* '' */\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\n.WMi-heart:before { content: '\\E808'; } /* '' */\n.WMi-mail:before { content: '\\E809'; } /* '' */\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\n.WMi-lock:before { content: '\\E80B'; } /* '' */\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\n.WMi-attach:before { content: '\\E80D'; } /* '' */\n.WMi-link:before { content: '\\E80E'; } /* '' */\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\n.WMi-upload:before { content: '\\E810'; } /* '' */\n.WMi-download:before { content: '\\E811'; } /* '' */\n.WMi-tag:before { content: '\\E812'; } /* '' */\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\n.WMi-cog:before { content: '\\E814'; } /* '' */\n.WMi-off-1:before { content: '\\E815'; } /* '' */\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\n.WMi-down-open:before { content: '\\E817'; } /* '' */\n.WMi-left-open:before { content: '\\E818'; } /* '' */\n.WMi-right-open:before { content: '\\E819'; } /* '' */\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\n.WMi-check:before { content: '\\E821'; } /* '' */\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\n.WMi-off:before { content: '\\E824'; } /* '' */\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\n.WMi-globe:before { content: '\\E827'; } /* '' */\n.WMi-cloud:before { content: '\\E828'; } /* '' */\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\n.WMi-comment:before { content: '\\E82E'; } /* '' */\n.WMi-layers:before { content: '\\E82F'; } /* '' */\n.WMi-signal:before { content: '\\E830'; } /* '' */\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\n.WMi-macstore:before { content: '\\E832'; } /* '' */\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\n.WMi-camera:before { content: '\\E83D'; } /* '' */\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\n.WMi-th:before { content: '\\E840'; } /* '' */\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\n.WMi-gift:before { content: '\\E842'; } /* '' */\n.WMi-basket:before { content: '\\E843'; } /* '' */\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\n.WMi-shop:before { content: '\\E846'; } /* '' */\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\n.WMi-plus:before { content: '\\E849'; } /* '' */\n.WMi-minus:before { content: '\\E84A'; } /* '' */\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\n.WMi-edit:before { content: '\\E84D'; } /* '' */\n.WMi-tags:before { content: '\\E84E'; } /* '' */\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\n.WMi-logout:before { content: '\\E851'; } /* '' */\n.WMi-login:before { content: '\\E852'; } /* '' */\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\n.WMi-switch:before { content: '\\E858'; } /* '' */\n.WMi-level-down:before { content: '\\E859'; } /* '' */\n.WMi-help:before { content: '\\E85A'; } /* '' */\n.WMi-location:before { content: '\\E85B'; } /* '' */\n.WMi-phone:before { content: '\\E85C'; } /* '' */\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\n.WMi-share:before { content: '\\E85E'; } /* '' */\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\n.WMi-loop:before { content: '\\E861'; } /* '' */\n.WMi-glyph:before { content: '\\E862'; } /* '' */\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\n.WMi-Medical:before { content: '\\E869'; } /* '' */\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\n.WMi-calendar:before { content: '\\E871'; } /* '' */\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\n.WMi-filter:before { content: '\\E876'; } /* '' */\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\n.WMi-clock:before { content: '\\E879'; } /* '' */\n.WMi-user:before { content: '\\E87A'; } /* '' */\n.WMi-users:before { content: '\\E87B'; } /* '' */\n.WMi-Official:before { content: '\\E87C'; } /* '' */\n.WMi-crown:before { content: '\\E87D'; } /* '' */\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\n.WMi-bell:before { content: '\\E89F'; } /* '' */\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\n.WMi-pause:before { content: '\\F00E'; } /* '' */\n.WMi-play:before { content: '\\F00F'; } /* '' */\n.WMi-to-end:before { content: '\\F010'; } /* '' */\n.WMi-to-start:before { content: '\\F011'; } /* '' */\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\n.WMi-Food:before { content: '\\F02F'; } /* '' */\n.WMi-Digital:before { content: '\\F034'; } /* '' */\n.WMi-stop:before { content: '\\F080'; } /* '' */\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\n.WMi-rss:before { content: '\\F09E'; } /* '' */\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\n.WMi-open:before { content: '\\F0DB'; } /* '' */\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\n.WMi-imac:before { content: '\\F108'; } /* '' */\n.WMi-laptop:before { content: '\\F109'; } /* '' */\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\n.WMi-circle:before { content: '\\F111'; } /* '' */\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\n.WMi-code:before { content: '\\F121'; } /* '' */\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\n.WMi-direction:before { content: '\\F124'; } /* '' */\n.WMi-crop:before { content: '\\F125'; } /* '' */\n.WMi-unlink:before { content: '\\F127'; } /* '' */\n.WMi-info:before { content: '\\F129'; } /* '' */\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\n.WMi-compass:before { content: '\\F14E'; } /* '' */\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\n.WMi-windows:before { content: '\\F17A'; } /* '' */\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\n.WMi-google:before { content: '\\F1A0'; } /* '' */\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\n.WMi-database:before { content: '\\F1C0'; } /* '' */\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\n.WMi-diamond:before { content: '\\F219'; } /* '' */\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\n.WMi-user-times:before { content: '\\F235'; } /* '' */\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\n.WMi-clone:before { content: '\\F24D'; } /* '' */\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\n.WMi-television:before { content: '\\F26C'; } /* '' */\n.WMi-Industry:before { content: '\\F275'; } /* '' */\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\n.WMi-map-o:before { content: '\\F278'; } /* '' */\n.WMi-map:before { content: '\\F279'; } /* '' */\n.WMi-edge:before { content: '\\F282'; } /* '' */\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\n.WMi-facebook:before { content: '\\F300'; } /* '' */\n.WMi-twitter:before { content: '\\F302'; } /* '' */\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\n.WMi-win8:before { content: '\\F325'; } /* '' */\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\n.WMi-selection:before { content: '\\F489'; } /* '' */\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); +exports.push([module.i, "@font-face {\r\n font-family: 'fontello';\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\r\n font-weight: normal;\r\n font-style: normal;\r\n}\r\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\r\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\r\n/*\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n @font-face {\r\n font-family: 'fontello';\r\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\r\n }\r\n}\r\n*/\r\n \r\n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\r\n font-family: \"fontello\";\r\n font-style: normal;\r\n font-weight: normal;\r\n speak: none;\r\n \r\n display: inline-block;\r\n text-decoration: inherit;\r\n width: 1em;\r\n margin-right: .2em;\r\n text-align: center;\r\n /* opacity: .8; */\r\n \r\n /* For safety - reset parent styles, that can break glyph codes*/\r\n font-variant: normal;\r\n text-transform: none;\r\n \r\n /* fix buttons height, for twitter bootstrap */\r\n line-height: 1em;\r\n \r\n /* Animation center compensation - margins should be symmetric */\r\n /* remove if not needed */\r\n margin-left: .2em;\r\n \r\n /* you can be more comfortable with increased icons size */\r\n /* font-size: 120%; */\r\n \r\n /* Font smoothing. That was taken from TWBS */\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n \r\n /* Uncomment for 3D effect */\r\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\r\n}\r\n \r\n.WMi-ok:before { content: '\\E800'; } /* '' */\r\n.WMi-picture:before { content: '\\E801'; } /* '' */\r\n.WMi-search:before { content: '\\E802'; } /* '' */\r\n.WMi-music:before { content: '\\E803'; } /* '' */\r\n.WMi-star-half:before { content: '\\E804'; } /* '' */\r\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\r\n.WMi-star:before { content: '\\E806'; } /* '' */\r\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\r\n.WMi-heart:before { content: '\\E808'; } /* '' */\r\n.WMi-mail:before { content: '\\E809'; } /* '' */\r\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\r\n.WMi-lock:before { content: '\\E80B'; } /* '' */\r\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\r\n.WMi-attach:before { content: '\\E80D'; } /* '' */\r\n.WMi-link:before { content: '\\E80E'; } /* '' */\r\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\r\n.WMi-upload:before { content: '\\E810'; } /* '' */\r\n.WMi-download:before { content: '\\E811'; } /* '' */\r\n.WMi-tag:before { content: '\\E812'; } /* '' */\r\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\r\n.WMi-cog:before { content: '\\E814'; } /* '' */\r\n.WMi-off-1:before { content: '\\E815'; } /* '' */\r\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\r\n.WMi-down-open:before { content: '\\E817'; } /* '' */\r\n.WMi-left-open:before { content: '\\E818'; } /* '' */\r\n.WMi-right-open:before { content: '\\E819'; } /* '' */\r\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\r\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\r\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\r\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\r\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\r\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\r\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\r\n.WMi-check:before { content: '\\E821'; } /* '' */\r\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\r\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\r\n.WMi-off:before { content: '\\E824'; } /* '' */\r\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\r\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\r\n.WMi-globe:before { content: '\\E827'; } /* '' */\r\n.WMi-cloud:before { content: '\\E828'; } /* '' */\r\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\r\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\r\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\r\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\r\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\r\n.WMi-comment:before { content: '\\E82E'; } /* '' */\r\n.WMi-layers:before { content: '\\E82F'; } /* '' */\r\n.WMi-signal:before { content: '\\E830'; } /* '' */\r\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\r\n.WMi-macstore:before { content: '\\E832'; } /* '' */\r\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\r\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\r\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\r\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\r\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\r\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\r\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\r\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\r\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\r\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\r\n.WMi-camera:before { content: '\\E83D'; } /* '' */\r\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\r\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\r\n.WMi-th:before { content: '\\E840'; } /* '' */\r\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\r\n.WMi-gift:before { content: '\\E842'; } /* '' */\r\n.WMi-basket:before { content: '\\E843'; } /* '' */\r\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\r\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\r\n.WMi-shop:before { content: '\\E846'; } /* '' */\r\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\r\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\r\n.WMi-plus:before { content: '\\E849'; } /* '' */\r\n.WMi-minus:before { content: '\\E84A'; } /* '' */\r\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\r\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\r\n.WMi-edit:before { content: '\\E84D'; } /* '' */\r\n.WMi-tags:before { content: '\\E84E'; } /* '' */\r\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\r\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\r\n.WMi-logout:before { content: '\\E851'; } /* '' */\r\n.WMi-login:before { content: '\\E852'; } /* '' */\r\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\r\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\r\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\r\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\r\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\r\n.WMi-switch:before { content: '\\E858'; } /* '' */\r\n.WMi-level-down:before { content: '\\E859'; } /* '' */\r\n.WMi-help:before { content: '\\E85A'; } /* '' */\r\n.WMi-location:before { content: '\\E85B'; } /* '' */\r\n.WMi-phone:before { content: '\\E85C'; } /* '' */\r\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\r\n.WMi-share:before { content: '\\E85E'; } /* '' */\r\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\r\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\r\n.WMi-loop:before { content: '\\E861'; } /* '' */\r\n.WMi-glyph:before { content: '\\E862'; } /* '' */\r\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\r\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\r\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\r\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\r\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\r\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\r\n.WMi-Medical:before { content: '\\E869'; } /* '' */\r\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\r\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\r\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\r\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\r\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\r\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\r\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\r\n.WMi-calendar:before { content: '\\E871'; } /* '' */\r\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\r\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\r\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\r\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\r\n.WMi-filter:before { content: '\\E876'; } /* '' */\r\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\r\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\r\n.WMi-clock:before { content: '\\E879'; } /* '' */\r\n.WMi-user:before { content: '\\E87A'; } /* '' */\r\n.WMi-users:before { content: '\\E87B'; } /* '' */\r\n.WMi-Official:before { content: '\\E87C'; } /* '' */\r\n.WMi-crown:before { content: '\\E87D'; } /* '' */\r\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\r\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\r\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\r\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\r\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\r\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\r\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\r\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\r\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\r\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\r\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\r\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\r\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\r\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\r\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\r\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\r\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\r\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\r\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\r\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\r\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\r\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\r\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\r\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\r\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\r\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\r\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\r\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\r\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\r\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\r\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\r\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\r\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\r\n.WMi-bell:before { content: '\\E89F'; } /* '' */\r\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\r\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\r\n.WMi-pause:before { content: '\\F00E'; } /* '' */\r\n.WMi-play:before { content: '\\F00F'; } /* '' */\r\n.WMi-to-end:before { content: '\\F010'; } /* '' */\r\n.WMi-to-start:before { content: '\\F011'; } /* '' */\r\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\r\n.WMi-Food:before { content: '\\F02F'; } /* '' */\r\n.WMi-Digital:before { content: '\\F034'; } /* '' */\r\n.WMi-stop:before { content: '\\F080'; } /* '' */\r\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\r\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\r\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\r\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\r\n.WMi-rss:before { content: '\\F09E'; } /* '' */\r\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\r\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\r\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\r\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\r\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\r\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\r\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\r\n.WMi-open:before { content: '\\F0DB'; } /* '' */\r\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\r\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\r\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\r\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\r\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\r\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\r\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\r\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\r\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\r\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\r\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\r\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\r\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\r\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\r\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\r\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\r\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\r\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\r\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\r\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\r\n.WMi-imac:before { content: '\\F108'; } /* '' */\r\n.WMi-laptop:before { content: '\\F109'; } /* '' */\r\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\r\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\r\n.WMi-circle:before { content: '\\F111'; } /* '' */\r\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\r\n.WMi-code:before { content: '\\F121'; } /* '' */\r\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\r\n.WMi-direction:before { content: '\\F124'; } /* '' */\r\n.WMi-crop:before { content: '\\F125'; } /* '' */\r\n.WMi-unlink:before { content: '\\F127'; } /* '' */\r\n.WMi-info:before { content: '\\F129'; } /* '' */\r\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\r\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\r\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\r\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\r\n.WMi-compass:before { content: '\\F14E'; } /* '' */\r\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\r\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\r\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\r\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\r\n.WMi-windows:before { content: '\\F17A'; } /* '' */\r\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\r\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\r\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\r\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\r\n.WMi-google:before { content: '\\F1A0'; } /* '' */\r\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\r\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\r\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\r\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\r\n.WMi-database:before { content: '\\F1C0'; } /* '' */\r\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\r\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\r\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\r\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\r\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\r\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\r\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\r\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\r\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\r\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\r\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\r\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\r\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\r\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\r\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\r\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\r\n.WMi-diamond:before { content: '\\F219'; } /* '' */\r\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\r\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\r\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\r\n.WMi-user-times:before { content: '\\F235'; } /* '' */\r\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\r\n.WMi-clone:before { content: '\\F24D'; } /* '' */\r\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\r\n.WMi-television:before { content: '\\F26C'; } /* '' */\r\n.WMi-Industry:before { content: '\\F275'; } /* '' */\r\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\r\n.WMi-map-o:before { content: '\\F278'; } /* '' */\r\n.WMi-map:before { content: '\\F279'; } /* '' */\r\n.WMi-edge:before { content: '\\F282'; } /* '' */\r\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\r\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\r\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\r\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\r\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\r\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\r\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\r\n.WMi-facebook:before { content: '\\F300'; } /* '' */\r\n.WMi-twitter:before { content: '\\F302'; } /* '' */\r\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\r\n.WMi-win8:before { content: '\\F325'; } /* '' */\r\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\r\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\r\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\r\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\r\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\r\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\r\n.WMi-selection:before { content: '\\F489'; } /* '' */\r\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\r\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\r\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); // exports @@ -9975,7 +9975,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "\n.Tile[data-v-1244ba51] {\n padding: 1em;\n padding-right: 20px;\n cursor: pointer;\n display: -webkit-inline-flex;\n width: 100%;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-transition: color 1000ms;\n transition: color 1000ms;\n color: #383838;\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: #000;\n -webkit-transform: scaleX(0);\n transform: scaleX(0);\n -webkit-transform-origin: 100% 50%;\n transform-origin: 100% 50%;\n -webkit-transition-property: transform;\n transition-property: transform;\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\n -webkit-transform: scaleX(1);\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\n display: inline-block;\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\n display: inline-block;\n letter-spacing: 5px;\n font-size: 12px;\n color: #a29da9;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\n margin-right: auto;\n color: #888;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\n transform: translateX(-4px);\n}\n", ""]); +exports.push([module.i, "\n.Tile[data-v-1244ba51] {\r\n padding: 1em;\r\n padding-right: 20px;\r\n cursor: pointer;\r\n display: -webkit-inline-flex;\r\n width: 100%;\r\n -webkit-transform: translateZ(0);\r\n transform: translateZ(0);\r\n -webkit-transition: color 1000ms;\r\n transition: color 1000ms;\r\n color: #383838;\r\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\r\n content: \"\";\r\n position: absolute;\r\n z-index: -1;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: #000;\r\n -webkit-transform: scaleX(0);\r\n transform: scaleX(0);\r\n -webkit-transform-origin: 100% 50%;\r\n transform-origin: 100% 50%;\r\n -webkit-transition-property: transform;\r\n transition-property: transform;\r\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\r\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\r\n -webkit-transform: scaleX(1);\r\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\r\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\r\n display: inline-block;\r\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\r\n display: inline-block;\r\n letter-spacing: 5px;\r\n font-size: 12px;\r\n color: #a29da9;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\r\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\r\n margin-right: auto;\r\n color: #888;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\r\n transform: translateX(-4px);\n}\r\n", ""]); // exports @@ -67705,12 +67705,12 @@ if(false) {} /*!********************************************!*\ !*** ./node_modules/vuex/dist/vuex.esm.js ***! \********************************************/ -/*! exports provided: default, Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers */ +/*! exports provided: Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "install", function() { return install; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapState", function() { return mapState; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapMutations", function() { return mapMutations; }); @@ -67718,11 +67718,11 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapActions", function() { return mapActions; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNamespacedHelpers", function() { return createNamespacedHelpers; }); /** - * vuex v3.1.1 - * (c) 2019 Evan You + * vuex v3.0.1 + * (c) 2017 Evan You * @license MIT */ -function applyMixin (Vue) { +var applyMixin = function (Vue) { var version = Number(Vue.version.split('.')[0]); if (version >= 2) { @@ -67756,14 +67756,11 @@ function applyMixin (Vue) { this.$store = options.parent.$store; } } -} +}; -var target = typeof window !== 'undefined' - ? window - : typeof global !== 'undefined' - ? global - : {}; -var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__; +var devtoolHook = + typeof window !== 'undefined' && + window.__VUE_DEVTOOLS_GLOBAL_HOOK__; function devtoolPlugin (store) { if (!devtoolHook) { return } @@ -67789,6 +67786,16 @@ function devtoolPlugin (store) { * @param {Function} f * @return {*} */ +/** + * Deep copy the given object considering circular structure. + * This function caches all nested objects and its copies. + * If it detects circular structure, use cached copy to avoid infinite loop. + * + * @param {*} obj + * @param {Array} cache + * @return {*} + */ + /** * forEach for object @@ -67809,28 +67816,17 @@ function assert (condition, msg) { if (!condition) { throw new Error(("[vuex] " + msg)) } } -function partial (fn, arg) { - return function () { - return fn(arg) - } -} - -// Base data struct for store's module, package with some attribute and method var Module = function Module (rawModule, runtime) { this.runtime = runtime; - // Store some children item this._children = Object.create(null); - // Store the origin module object which passed by programmer this._rawModule = rawModule; var rawState = rawModule.state; - - // Store the origin module's state this.state = (typeof rawState === 'function' ? rawState() : rawState) || {}; }; -var prototypeAccessors = { namespaced: { configurable: true } }; +var prototypeAccessors$1 = { namespaced: { configurable: true } }; -prototypeAccessors.namespaced.get = function () { +prototypeAccessors$1.namespaced.get = function () { return !!this._rawModule.namespaced }; @@ -67881,7 +67877,7 @@ Module.prototype.forEachMutation = function forEachMutation (fn) { } }; -Object.defineProperties( Module.prototype, prototypeAccessors ); +Object.defineProperties( Module.prototype, prototypeAccessors$1 ); var ModuleCollection = function ModuleCollection (rawRootModule) { // register root module (Vuex.Store options) @@ -68024,12 +68020,17 @@ var Store = function Store (options) { if (true) { assert(Vue, "must call Vue.use(Vuex) before creating a store instance."); assert(typeof Promise !== 'undefined', "vuex requires a Promise polyfill in this browser."); - assert(this instanceof Store, "store must be called with the new operator."); + assert(this instanceof Store, "Store must be called with the new operator."); } var plugins = options.plugins; if ( plugins === void 0 ) plugins = []; var strict = options.strict; if ( strict === void 0 ) strict = false; + var state = options.state; if ( state === void 0 ) state = {}; + if (typeof state === 'function') { + state = state() || {}; + } + // store internal state this._committing = false; this._actions = Object.create(null); @@ -68056,8 +68057,6 @@ var Store = function Store (options) { // strict mode this.strict = strict; - var state = this._modules.root.state; - // init root module. // this also recursively registers all sub-modules // and collects all module getters inside this._wrappedGetters @@ -68070,21 +68069,20 @@ var Store = function Store (options) { // apply plugins plugins.forEach(function (plugin) { return plugin(this$1); }); - var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools; - if (useDevtools) { + if (Vue.config.devtools) { devtoolPlugin(this); } }; -var prototypeAccessors$1 = { state: { configurable: true } }; +var prototypeAccessors = { state: { configurable: true } }; -prototypeAccessors$1.state.get = function () { +prototypeAccessors.state.get = function () { return this._vm._data.$$state }; -prototypeAccessors$1.state.set = function (v) { +prototypeAccessors.state.set = function (v) { if (true) { - assert(false, "use store.replaceState() to explicit replace store state."); + assert(false, "Use store.replaceState() to explicit replace store state."); } }; @@ -68140,34 +68138,11 @@ Store.prototype.dispatch = function dispatch (_type, _payload) { return } - try { - this._actionSubscribers - .filter(function (sub) { return sub.before; }) - .forEach(function (sub) { return sub.before(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in before action subscribers: "); - console.error(e); - } - } + this._actionSubscribers.forEach(function (sub) { return sub(action, this$1.state); }); - var result = entry.length > 1 + return entry.length > 1 ? Promise.all(entry.map(function (handler) { return handler(payload); })) - : entry[0](payload); - - return result.then(function (res) { - try { - this$1._actionSubscribers - .filter(function (sub) { return sub.after; }) - .forEach(function (sub) { return sub.after(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in after action subscribers: "); - console.error(e); - } - } - return res - }) + : entry[0](payload) }; Store.prototype.subscribe = function subscribe (fn) { @@ -68175,8 +68150,7 @@ Store.prototype.subscribe = function subscribe (fn) { }; Store.prototype.subscribeAction = function subscribeAction (fn) { - var subs = typeof fn === 'function' ? { before: fn } : fn; - return genericSubscribe(subs, this._actionSubscribers) + return genericSubscribe(fn, this._actionSubscribers) }; Store.prototype.watch = function watch (getter, cb, options) { @@ -68241,7 +68215,7 @@ Store.prototype._withCommit = function _withCommit (fn) { this._committing = committing; }; -Object.defineProperties( Store.prototype, prototypeAccessors$1 ); +Object.defineProperties( Store.prototype, prototypeAccessors ); function genericSubscribe (fn, subs) { if (subs.indexOf(fn) < 0) { @@ -68276,9 +68250,7 @@ function resetStoreVM (store, state, hot) { var computed = {}; forEachValue(wrappedGetters, function (fn, key) { // use computed to leverage its lazy-caching mechanism - // direct inline function use will lead to closure preserving oldVm. - // using partial to return function with only arguments preserved in closure enviroment. - computed[key] = partial(fn, store); + computed[key] = function () { return fn(store); }; Object.defineProperty(store.getters, key, { get: function () { return store._vm[key]; }, enumerable: true // for local getters @@ -68490,7 +68462,7 @@ function registerGetter (store, type, rawGetter, local) { function enableStrictMode (store) { store._vm.$watch(function () { return this._data.$$state }, function () { if (true) { - assert(store._committing, "do not mutate vuex store state outside mutation handlers."); + assert(store._committing, "Do not mutate vuex store state outside mutation handlers."); } }, { deep: true, sync: true }); } @@ -68509,7 +68481,7 @@ function unifyObjectStyle (type, payload, options) { } if (true) { - assert(typeof type === 'string', ("expects string as the type, but found " + (typeof type) + ".")); + assert(typeof type === 'string', ("Expects string as the type, but found " + (typeof type) + ".")); } return { type: type, payload: payload, options: options } @@ -68528,12 +68500,6 @@ function install (_Vue) { applyMixin(Vue); } -/** - * Reduce the code which written in Vue.js for getting the state. - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it. - * @param {Object} - */ var mapState = normalizeNamespace(function (namespace, states) { var res = {}; normalizeMap(states).forEach(function (ref) { @@ -68561,12 +68527,6 @@ var mapState = normalizeNamespace(function (namespace, states) { return res }); -/** - * Reduce the code which written in Vue.js for committing the mutation - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapMutations = normalizeNamespace(function (namespace, mutations) { var res = {}; normalizeMap(mutations).forEach(function (ref) { @@ -68577,7 +68537,6 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // Get the commit method from store var commit = this.$store.commit; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapMutations', namespace); @@ -68594,19 +68553,12 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { return res }); -/** - * Reduce the code which written in Vue.js for getting the getters - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} getters - * @return {Object} - */ var mapGetters = normalizeNamespace(function (namespace, getters) { var res = {}; normalizeMap(getters).forEach(function (ref) { var key = ref.key; var val = ref.val; - // The namespace has been mutated by normalizeNamespace val = namespace + val; res[key] = function mappedGetter () { if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) { @@ -68624,12 +68576,6 @@ var mapGetters = normalizeNamespace(function (namespace, getters) { return res }); -/** - * Reduce the code which written in Vue.js for dispatch the action - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapActions = normalizeNamespace(function (namespace, actions) { var res = {}; normalizeMap(actions).forEach(function (ref) { @@ -68640,7 +68586,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // get dispatch function from store var dispatch = this.$store.dispatch; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapActions', namespace); @@ -68657,11 +68602,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { return res }); -/** - * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object - * @param {String} namespace - * @return {Object} - */ var createNamespacedHelpers = function (namespace) { return ({ mapState: mapState.bind(null, namespace), mapGetters: mapGetters.bind(null, namespace), @@ -68669,24 +68609,12 @@ var createNamespacedHelpers = function (namespace) { return ({ mapActions: mapActions.bind(null, namespace) }); }; -/** - * Normalize the map - * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ] - * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ] - * @param {Array|Object} map - * @return {Object} - */ function normalizeMap (map) { return Array.isArray(map) ? map.map(function (key) { return ({ key: key, val: key }); }) : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); }) } -/** - * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map. - * @param {Function} fn - * @return {Function} - */ function normalizeNamespace (fn) { return function (namespace, map) { if (typeof namespace !== 'string') { @@ -68699,13 +68627,6 @@ function normalizeNamespace (fn) { } } -/** - * Search a special module from store by namespace. if module not exist, print error message. - * @param {Object} store - * @param {String} helper - * @param {String} namespace - * @return {Object} - */ function getModuleByNamespace (store, helper, namespace) { var module = store._modulesNamespaceMap[namespace]; if ( true && !module) { @@ -68717,7 +68638,7 @@ function getModuleByNamespace (store, helper, namespace) { var index_esm = { Store: Store, install: install, - version: '3.1.1', + version: '3.0.1', mapState: mapState, mapMutations: mapMutations, mapGetters: mapGetters, @@ -68725,10 +68646,9 @@ var index_esm = { createNamespacedHelpers: createNamespacedHelpers }; -/* harmony default export */ __webpack_exports__["default"] = (index_esm); +/* harmony default export */ __webpack_exports__["default"] = (index_esm); -/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), @@ -68805,7 +68725,7 @@ var map = { ], "./Common/components/Comment/Modal-Layout.vue": [ "./resources/js/Common/components/Comment/Modal-Layout.vue", - 12 + 10 ], "./Common/components/Contact/Modal-SendEmail.vue": [ "./resources/js/Common/components/Contact/Modal-SendEmail.vue", @@ -68817,7 +68737,7 @@ var map = { ], "./Common/components/Event/Add.vue": [ "./resources/js/Common/components/Event/Add.vue", - 16 + 15 ], "./Common/components/Event/Config/Type/Add.vue": [ "./resources/js/Common/components/Event/Config/Type/Add.vue", @@ -68829,7 +68749,7 @@ var map = { ], "./Common/components/Event/Config/Type/Modal-Layout.vue": [ "./resources/js/Common/components/Event/Config/Type/Modal-Layout.vue", - 4, + 0, 47 ], "./Common/components/Event/Timeline/Item.vue": [ @@ -68838,11 +68758,11 @@ var map = { ], "./Common/components/Event/Timeline/Modal-Layout.vue": [ "./resources/js/Common/components/Event/Timeline/Modal-Layout.vue", - 11 + 9 ], "./Common/components/Task/Add.vue": [ "./resources/js/Common/components/Task/Add.vue", - 7 + 5 ], "./Common/components/Task/Config/Type/Add.vue": [ "./resources/js/Common/components/Task/Config/Type/Add.vue", @@ -68854,27 +68774,27 @@ var map = { ], "./Common/components/Task/Config/Type/Modal-Layout.vue": [ "./resources/js/Common/components/Task/Config/Type/Modal-Layout.vue", - 4, + 0, 49 ], "./Common/components/Task/Timeline/Item.vue": [ "./resources/js/Common/components/Task/Timeline/Item.vue", - 0 + 1 ], "./Common/components/Task/Timeline/Modal-Layout.vue": [ "./resources/js/Common/components/Task/Timeline/Modal-Layout.vue", - 0, + 1, 50 ], "./Common/components/Task/Timeline/Page-Layout.vue": [ "./resources/js/Common/components/Task/Timeline/Page-Layout.vue", - 0, + 1, 51 ], "./Common/components/Transaction/Add.vue": [ "./resources/js/Common/components/Transaction/Add.vue", - 4, - 15 + 0, + 14 ], "./Common/components/Transaction/Config/Type/Add.vue": [ "./resources/js/Common/components/Transaction/Config/Type/Add.vue", @@ -68882,11 +68802,11 @@ var map = { ], "./Common/components/Transaction/Config/Type/List.vue": [ "./resources/js/Common/components/Transaction/Config/Type/List.vue", - 4 + 0 ], "./Common/components/Transaction/Config/Type/Modal-Layout.vue": [ "./resources/js/Common/components/Transaction/Config/Type/Modal-Layout.vue", - 4, + 0, 53 ], "./Common/components/Transaction/Timeline/Item.vue": [ @@ -68895,11 +68815,11 @@ var map = { ], "./Common/components/Transaction/Timeline/Modal-Layout.vue": [ "./resources/js/Common/components/Transaction/Timeline/Modal-Layout.vue", - 13 + 11 ], "./Common/views/auth/Login.vue": [ "./resources/js/Common/views/auth/Login.vue", - 3 + 16 ], "./Global/components/Body/Backgrounds/Gradient-CSS.vue": [ "./resources/js/Global/components/Body/Backgrounds/Gradient-CSS.vue", @@ -68930,17 +68850,17 @@ var map = { ], "./Global/components/Charts/BarChart.vue": [ "./resources/js/Global/components/Charts/BarChart.vue", - 5, + 2, 68 ], "./Global/components/Charts/DoughnutChart.vue": [ "./resources/js/Global/components/Charts/DoughnutChart.vue", - 5, + 2, 69 ], "./Global/components/Charts/LineChart.vue": [ "./resources/js/Global/components/Charts/LineChart.vue", - 5, + 2, 70 ], "./Global/components/Dividers/PageTitle.vue": [ @@ -69021,7 +68941,7 @@ var map = { ], "./Global/views/Summery.vue": [ "./resources/js/Global/views/Summery.vue", - 5, + 2, 19 ], "./Home/App.vue": [ @@ -69030,7 +68950,7 @@ var map = { ], "./Home/views/Home.vue": [ "./resources/js/Home/views/Home.vue", - 2 + 12 ], "./User/App.vue": [ "./resources/js/User/App.vue", @@ -69046,11 +68966,11 @@ var map = { ], "./User/components/Config/Department/ListView.vue": [ "./resources/js/User/components/Config/Department/ListView.vue", - 1 + 3 ], "./User/components/Config/Department/Modal-Layout.vue": [ "./resources/js/User/components/Config/Department/Modal-Layout.vue", - 1, + 3, 65 ], "./User/components/Details.vue": [ @@ -69059,34 +68979,34 @@ var map = { ], "./User/components/Filters.vue": [ "./resources/js/User/components/Filters.vue", - 8 + 6 ], "./User/components/Item.vue": [ "./resources/js/User/components/Item.vue", - 6 + 4 ], "./User/components/Items.vue": [ "./resources/js/User/components/Items.vue", - 6, + 4, 67 ], "./User/components/Roles.vue": [ "./resources/js/User/components/Roles.vue", - 9 + 7 ], "./User/views/Add.vue": [ "./resources/js/User/views/Add.vue", - 1, - 14 + 3, + 13 ], "./User/views/List.vue": [ "./resources/js/User/views/List.vue", - 0, + 1, + 5, + 4, 7, 6, - 9, - 8, - 10 + 8 ] }; function webpackAsyncContext(req) { @@ -69159,7 +69079,7 @@ module.exports = "/fonts/fontello.eot?3e7fe63cf066c28d2d94ca7eae699e91"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "/fonts/fontello.svg?9281862069b0270595713b68da83f6b6"; +module.exports = "/fonts/fontello.svg?09b19405b635c43e20e0a7cc2e1f55ec"; /***/ }), @@ -70123,7 +70043,7 @@ __webpack_require__.r(__webpack_exports__); /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /home/farid/Documents/development/php/willamall_new/modules/wm-crm/resources/js/app.js */"./modules/wm-crm/resources/js/app.js"); +module.exports = __webpack_require__(/*! D:\Atom\Git\willamall-admin\modules\wm-crm\resources\js\app.js */"./modules/wm-crm/resources/js/app.js"); /***/ }) diff --git a/public/User/js/app.js b/public/User/js/app.js index 02c82e7..9af26bb 100644 --- a/public/User/js/app.js +++ b/public/User/js/app.js @@ -7679,7 +7679,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../node_modules/css- // module -exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\n General :: Begin\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\n Borders :: Begin\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\n Labels :: Begin\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\n Price :: Begin\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\n Others :: Begin\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\n Navigation :: Begin\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\n Blocks :: Begin\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\n Inputs :: Begin\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\n Buttons :: Begin\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\n Links :: Begin\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\n Margins :: Begin\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\n Paddings :: Begin\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\n Fonts :: Begin\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\n Colors :: Begin\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\n Navigation :: Bootstrap Tabs\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\n Vuetify :: Dialog\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); +exports.push([module.i, "@font-face {\n font-family: \"Montserrat-Regular\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.woff2 */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.woff2")) + ") format(\"woff2\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/Montserrat/Montserrat-Regular.ttf */ "./resources/js/Global/assets/Fonts/Montserrat/Montserrat-Regular.ttf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.woff */ "./resources/js/Global/assets/Fonts/BYekan.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan.otf */ "./resources/js/Global/assets/Fonts/BYekan.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\n@font-face {\n font-family: \"BYekan-Edited\";\n src: url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.woff */ "./resources/js/Global/assets/Fonts/BYekan-Edited.woff")) + ") format(\"woff\"), url(" + escape(__webpack_require__(/*! ../assets/Fonts/BYekan-Edited.otf */ "./resources/js/Global/assets/Fonts/BYekan-Edited.otf")) + ") format(\"truetype\");\n font-weight: normal;\n font-style: normal;\n}\nbody {\n color: #5c6873;\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n padding: 0px !important;\n margin: 0px !important;\n font-weight: 100;\n font-size: 17px;\n}\n\na {\n transition: 0.2s;\n}\n\na:hover {\n text-decoration: none !important;\n}\n\n/* --------------------------------------------------------\r\n General :: Begin\r\n-------------------------------------------------------- */\n.En-Raleway {\n font-family: \"Raleway\", sans-serif;\n}\n\n.En {\n font-family: \"Montserrat-Regular\", sans-serif;\n}\n\n.Context {\n font-family: \"BYekan-Edited\", \"Montserrat-Regular\" !important;\n}\n\n.RTL {\n direction: rtl;\n}\n\n.LTR {\n direction: ltr;\n}\n\n.RotateX {\n transform: rotate(180deg);\n webkit-transform: rotate(180deg);\n}\n\n.Material-Shoadow-SM {\n box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 4px 3px rgba(0, 0, 0, 0.22);\n}\n\n.CoverBG {\n background-size: cover !important;\n}\n\n.CubeTransition {\n transition-property: all;\n transition-duration: 0.5s;\n transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n}\n\n.WhiteTheme .WM-SubText {\n background-color: #fff !important;\n color: #000;\n}\n\n.WhiteTheme .Notification {\n background-color: transparent !important;\n}\n\n[class^=WM-Hover],\n[class*=WM-Hover] {\n transition: 0.2s;\n cursor: pointer;\n}\n\n.application {\n font-family: \"BYekan\", \"Montserrat-Regular\" !important;\n}\n\n.Tile {\n margin: 0px 1%;\n padding: 20px 50px;\n}\n\n.Tile.Padd-XS {\n padding: 5px 50px;\n}\n\n.Tile.Padd-0 {\n padding: 0px 50px;\n}\n\n.Tile.Shadowed {\n background-color: #fff;\n box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);\n border-radius: 5px;\n}\n\n/* --------------------------------------------------------\r\n Borders :: Begin\r\n-------------------------------------------------------- */\n.WM-Border {\n border: 1px solid;\n}\n\n.WM-Border-2x {\n border: 2px solid;\n}\n\n.WM-Border-R {\n border-right: 1px solid;\n}\n\n.WM-Border-L {\n border-left: 1px solid;\n}\n\n.WM-Border-T {\n border-top: 1px solid;\n}\n\n.WM-Border-B {\n border-bottom: 1px solid;\n}\n\n/* --------------------------------------------------------\r\n Labels :: Begin\r\n-------------------------------------------------------- */\n.WM-SubText {\n display: inline-block;\n padding: 10px 25px 5px 25px;\n color: #fff;\n border-radius: 5px;\n margin: 3px 0px 10px 0px;\n}\n\n.WM-SubText.SmallPad {\n padding: 3px 15px 0px 15px;\n}\n\n.WM-Notification {\n display: inline-block;\n text-align: center;\n line-height: 24px;\n width: 26px;\n height: 26px;\n color: #fff;\n border-radius: 13px;\n}\n\n/* --------------------------------------------------------\r\n Price :: Begin\r\n-------------------------------------------------------- */\n.Price {\n text-align: left;\n direction: ltr;\n font-size: 24px;\n}\n\n.Price .Unit {\n font-size: 12px;\n}\n\n.Price .Old {\n font-size: 14px;\n margin-left: 20px;\n text-decoration: line-through;\n text-decoration-color: #ee3552;\n color: #ee3552;\n margin-top: -5px;\n}\n\n/* --------------------------------------------------------\r\n Others :: Begin\r\n-------------------------------------------------------- */\n.zIndex99 {\n z-index: 99;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Begin\r\n-------------------------------------------------------- */\n.WM-NavWrapper {\n z-index: 1000;\n box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);\n background: #fff;\n width: calc(100% - 2em);\n margin: 0 1em;\n position: fixed;\n top: 1em;\n}\n.WM-NavWrapper .WM-Nav {\n padding: 0.8em 1em;\n list-style: none;\n margin-bottom: 0;\n}\n\n.WM-PageNav {\n border-left: 1px solid #c7c8c9;\n padding: 3px 25px;\n}\n\n.modal-mask {\n position: fixed;\n z-index: 9998;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: table;\n transition: opacity 0.3s ease;\n}\n\n.modal-wrapper {\n display: table-cell;\n vertical-align: middle;\n}\n\n/* --------------------------------------------------------\r\n Blocks :: Begin\r\n-------------------------------------------------------- */\n.WM-Info .v-icon {\n margin-left: 5px;\n line-height: 22px;\n font-size: 14px;\n color: #797979;\n}\n\n.WM-Section {\n padding: 10px 10px;\n margin: 10px 0px;\n border: 1px solid #eeeeee;\n border-right: 2px solid #000;\n}\n\n.WM-Section .Step {\n font-size: 50px;\n opacity: 0.2;\n float: right;\n line-height: 60px;\n}\n\n.WM-Section .Title {\n float: right;\n margin-right: -30px;\n}\n\n.WM-Section .Title .FA {\n font-size: 22px;\n}\n\n.WM-Section .Title .EN {\n font-size: 12px;\n letter-spacing: 5px;\n text-transform: uppercase;\n}\n\n.Duplicate {\n border: 1px solid #ddd;\n}\n\n.hasConfig .v-autocomplete {\n width: calc(100% - 40px);\n float: right;\n}\n\n.hasConfig .v-btn {\n float: right;\n margin-top: 20px;\n margin-right: 5px;\n}\n\n/* --------------------------------------------------------\r\n Inputs :: Begin\r\n-------------------------------------------------------- */\n.WM-Input {\n outline: none;\n border: none;\n}\n\n.WM-TextArea {\n outline: none;\n border: none;\n}\n\n.WM-TextArea:focus,\n.WM-Input:focus {\n border-color: transparent !important;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-Input:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-webkit-input-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus::-moz-placeholder {\n color: transparent;\n}\n\n.WM-TextArea:focus:-ms-input-placeholder {\n color: transparent;\n}\n\n.WM-Input::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-Input:-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input::-moz-placeholder {\n color: #555555;\n}\n\n.WM-Input:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-webkit-input-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea::-moz-placeholder {\n color: #555555;\n}\n\n.WM-TextArea:-ms-input-placeholder {\n color: #555555;\n}\n\n.WM-InputWrapper {\n width: 100%;\n position: relative;\n border-bottom: 2px solid #d9d9d9;\n padding-bottom: 0px;\n margin-bottom: 35px;\n}\n\n.WM-InputLabel {\n font-size: 15px;\n color: #999999;\n line-height: 1.5;\n padding-left: 5px;\n}\n\n.WM-Input100 {\n display: block;\n width: 100%;\n background: transparent;\n font-size: 18px;\n color: #555555;\n line-height: 1.2;\n}\n\n.WM-Input100-Focus {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n pointer-events: none;\n}\n\n.WM-Input100-Focus::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: -2px;\n left: 0;\n width: 0;\n height: 2px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n background: #ff4b5a;\n}\n\n.WM-Input.WM-Input100 {\n height: 40px;\n}\n\n.WM-InputWrapper input:disabled {\n cursor: not-allowed;\n}\n\n.WM-TextArea.WM-Input100 {\n min-height: 110px;\n padding-top: 9px;\n padding-bottom: 13px;\n}\n\n.WM-Input100:focus + .WM-Input100-Focus::before {\n width: 100%;\n}\n\n.WM-Select {\n background-color: transparent !important;\n -webkit-appearance: none;\n}\n\n.WM-Checkbox {\n position: relative;\n /* handling click events */\n /* when checkbox is checked */\n}\n\n.WM-Checkbox.WM-Checkbox-inline {\n display: inline-block;\n}\n\n.form-inline .WM-Checkbox.WM-Checkbox-inline {\n margin-left: 20px;\n top: 3px;\n}\n\n.WM-Checkbox input[type=checkbox] {\n visibility: hidden;\n position: absolute;\n}\n\n.WM-Checkbox label {\n cursor: pointer;\n padding-right: 30px;\n}\n\n.WM-Checkbox label > span {\n display: block;\n position: absolute;\n right: 0;\n -webkit-transition-duration: 0.3s;\n -moz-transition-duration: 0.3s;\n transition-duration: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n background: #fff;\n right: -10px;\n top: -10px;\n height: 40px;\n width: 40px;\n opacity: 0;\n border-radius: 50% !important;\n -moz-border-radius: 50% !important;\n -webkit-border-radius: 50% !important;\n}\n\n.WM-Checkbox label > .box {\n top: 1px;\n border: 2px solid #d0d7de;\n height: 20px;\n width: 20px;\n z-index: 5;\n -webkit-transition-delay: 0.2s;\n -moz-transition-delay: 0.2s;\n transition-delay: 0.2s;\n}\n\n.ie .WM-Checkbox label > .box {\n top: 2px;\n}\n\n.WM-Checkbox label > .check {\n top: 2px;\n left: 6px;\n width: 20px;\n height: 10px;\n border: 2px solid #ee3552;\n border-top: none;\n border-right: none;\n opacity: 0;\n z-index: 5;\n -webkit-transform: rotate(-180deg);\n -moz-transform: rotate(-180deg);\n transform: rotate(-180deg);\n -webkit-transition-delay: 0.3s;\n -moz-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.WM-Checkbox label > span.inc {\n -webkit-animation: growCircle 0.3s ease;\n -moz-animation: growCircle 0.3s ease;\n animation: growCircle 0.3s ease;\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .box {\n opacity: 0;\n -webkit-transform: scale(0) rotate(180deg);\n -moz-transform: scale(0) rotate(180deg);\n transform: scale(0) rotate(180deg);\n}\n\n.WM-Checkbox input[type=checkbox]:checked ~ label > .check {\n opacity: 1;\n -webkit-transform: scale(1) rotate(-45deg);\n -moz-transform: scale(1) rotate(-45deg);\n transform: scale(1) rotate(-45deg);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label,\n.WM-Checkbox input[type=checkbox][disabled] ~ label {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled ~ label > .box,\n.WM-Checkbox input[type=checkbox][disabled] ~ label > .box {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox input[type=checkbox]:disabled:checked ~ label > .check,\n.WM-Checkbox input[type=checkbox][disabled]:checked ~ label > .check {\n cursor: not-allowed;\n opacity: 0.7;\n filter: alpha(opacity=70);\n}\n\n.WM-Checkbox.has-error label {\n color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .box {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-error label > .check {\n border-color: #e7505a;\n}\n\n.WM-Checkbox.has-info label {\n color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .box {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-info label > .check {\n border-color: #4eabe6;\n}\n\n.WM-Checkbox.has-success label {\n color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .box {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-success label > .check {\n border-color: #5dc09c;\n}\n\n.WM-Checkbox.has-warning label {\n color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .box {\n border-color: #c8d046;\n}\n\n.WM-Checkbox.has-warning label > .check {\n border-color: #c8d046;\n}\n\n.c-form-checkboxes.has-error > label {\n color: #e7505a;\n}\n\n.c-form-checkboxes.has-info > label {\n color: #4eabe6;\n}\n\n.c-form-checkboxes.has-success > label {\n color: #5dc09c;\n}\n\n.c-form-checkboxes.has-warning > label {\n color: #c8d046;\n}\n\n.WM-Checkbox-list {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-list {\n margin-top: 0px;\n}\n\n.WM-Checkbox-list .WM-Checkbox {\n display: block;\n margin-bottom: 10px;\n}\n\n.WM-Checkbox-inline {\n margin: 10px 0;\n}\n\n.form-horizontal .WM-Checkbox-inline {\n margin-top: 8px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox {\n display: inline-block;\n margin-left: 20px;\n}\n\n.WM-Checkbox-inline .WM-Checkbox:last-child {\n margin-left: 0;\n}\n\n/* bubble animation */\n@-webkit-keyframes growCircle {\n 0%, 100% {\n -webkit-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -webkit-transform: scale(1.25);\n }\n}\n@-moz-keyframes growCircle {\n 0%, 100% {\n -moz-transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n -moz-transform: scale(1.25);\n }\n}\n@keyframes growCircle {\n 0%, 100% {\n transform: scale(0);\n opacity: 1;\n }\n 70% {\n background: #eee;\n transform: scale(1.25);\n }\n}\n/* --------------------------------------------------------\r\n Buttons :: Begin\r\n-------------------------------------------------------- */\n.WM-Btn {\n outline: none !important;\n border: none;\n background: transparent;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 20px;\n min-width: 160px;\n height: 50px;\n border-radius: 25px;\n font-size: 16px;\n color: #fff;\n line-height: 1.2;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn i {\n margin-left: 5px;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n\n.WM-Btn:hover {\n background-color: #333333;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);\n}\n\n.WM-Btn-RedHover:hover {\n background-color: #ee3552;\n cursor: pointer;\n color: #fff;\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.WM-Btn-SM {\n min-width: 50px;\n padding: 0 10px;\n}\n\n.WM-Btn-SM i {\n margin-left: 0px;\n}\n\nbutton,\nhtml [type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: none;\n}\n\n/* --------------------------------------------------------\r\n Links :: Begin\r\n-------------------------------------------------------- */\n.WM-Link {\n display: inline-block;\n color: #000;\n direction: rtl;\n text-decoration: none;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n}\n\n.WM-Link::after {\n content: \"\";\n display: block;\n width: 0;\n height: 2px;\n background: #000;\n transition: width 0.3s cubic-bezier(1, 0, 0, 1);\n margin-top: 2px;\n}\n\n.WM-Link:hover::after,\n.WM-Link.WM-Selected::after,\n.WM-Link.WM-Active::after {\n width: 100%;\n}\n\n.v-btn--floating {\n height: 50px;\n width: 50px;\n}\n\n.v-btn--floating .v-icon {\n font-size: 18px;\n}\n\n.WM-Height-90 {\n height: 90px;\n}\n\n.WM-Height-110 {\n height: 110px;\n}\n\n.WM-Width-220 {\n width: 220px;\n}\n\n.WM-Width-100 {\n width: 100%;\n}\n\n.WM-Absolute {\n position: absolute;\n}\n\n.WM-Relative {\n position: relative;\n}\n\n.WM-Block {\n display: block;\n}\n\n.WM-InlineBlock {\n display: inline-block;\n}\n\n.WM-Flex {\n display: flex !important;\n}\n\n.WM-Flex > *, .WM-Inline-Flex > * {\n -webkit-box-flex: 1 !important;\n}\n\n.WM-Float-L {\n float: left;\n}\n\n.WM-Float-R {\n float: right;\n}\n\n.WM-Align-R {\n text-align: right;\n}\n\n.WM-Align-L {\n text-align: left;\n}\n\n.WM-Align-C {\n text-align: center;\n}\n\n/* --------------------------------------------------------\r\n Margins :: Begin\r\n-------------------------------------------------------- */\n.WM-Margin-0 {\n margin: 0px;\n}\n\n.WM-Margin-T-5 {\n margin-top: 5px;\n}\n\n.WM-Margin-T-10 {\n margin-top: 10px;\n}\n\n.WM-Margin-T-15 {\n margin-top: 15px;\n}\n\n.WM-Margin-T-20 {\n margin-top: 20px;\n}\n\n.WM-Margin-T-45 {\n margin-top: 45px;\n}\n\n.WM-Margin-T-55 {\n margin-top: 55px;\n}\n\n.WM-Margin-T-100 {\n margin-top: 100px;\n}\n\n.WM-Margin-L-10 {\n margin-left: 10px;\n}\n\n.WM-Margin-R-10 {\n margin-right: 10px;\n}\n\n.WM-Margin-BT-20 {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.WM-Margin-BT-5 {\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.WM-Margin-B-10 {\n margin-bottom: 10px;\n}\n\n.WM-Margin-RL-15 {\n margin-left: 15px;\n margin-right: 15px;\n}\n\n/* --------------------------------------------------------\r\n Paddings :: Begin\r\n-------------------------------------------------------- */\n.WM-Padding-10 {\n padding: 10px;\n}\n\n.WM-Padding-RL-20 {\n padding-right: 20px;\n padding-left: 20px;\n}\n\n.WM-Padd-T-40 {\n padding-top: 40px;\n}\n\n/* --------------------------------------------------------\r\n Fonts :: Begin\r\n-------------------------------------------------------- */\n.WM-Font-12 {\n font-size: 12px;\n}\n\n.WM-Font-14 {\n font-size: 14px;\n}\n\n.WM-Font-16 {\n font-size: 16px;\n}\n\n.WM-Font-18 {\n font-size: 18px;\n}\n\n.WM-Font-20 {\n font-size: 20px;\n}\n\n.WM-Font-22 {\n font-size: 22px;\n}\n\n.WM-Font-24 {\n font-size: 24px;\n}\n\n.WM-Font-30 {\n font-size: 30px;\n}\n\n.WM-Font-36 {\n font-size: 36px;\n}\n\n.WM-Font-48 {\n font-size: 48px;\n}\n\n.WM-Font-52 {\n font-size: 52px;\n}\n\n.WM-Font-60 {\n font-size: 60px;\n}\n\n.WM-LineHeight-40 {\n line-height: 40px;\n}\n\n.WM-LetterSpacing-5 {\n letter-spacing: 5px;\n}\n\n.WM-LetterSpacing-10 {\n letter-spacing: 10px;\n}\n\n.WM-LetterSpacing-15 {\n letter-spacing: 15px;\n}\n\n/* --------------------------------------------------------\r\n Colors :: Begin\r\n-------------------------------------------------------- */\n.WM-BG-Red, .WM-Link-Red::after, .WM-Input.WM-Red + .WM-Input100-Focus::before {\n background-color: #ee3552;\n color: #fff;\n}\n\n.WM-Color-Red, .WM-Link-Red:hover, .WM-Link-Red.WM-Selected, .WM-Link-Red.WM-Active {\n color: #ee3552;\n}\n\n.WM-Border-Red, .WM-Hover-Red:hover {\n border-color: #ee3552;\n}\n\n.WM-BG-Orange, .WM-Link-Orange::after, .WM-Input.WM-Orange + .WM-Input100-Focus::before {\n background-color: #FF6B57;\n color: #fff;\n}\n\n.WM-Color-Orange, .WM-Link-Orange:hover, .WM-Link-Orange.WM-Selected, .WM-Link-Orange.WM-Active {\n color: #FF6B57;\n}\n\n.WM-Border-Orange, .WM-Hover-Orange:hover {\n border-color: #FF6B57;\n}\n\n.WM-BG-Yellow, .WM-Link-Yellow::after, .WM-Input.WM-Yellow + .WM-Input100-Focus::before {\n background-color: #ffd63a;\n color: #fff;\n}\n\n.WM-Color-Yellow, .WM-Link-Yellow:hover, .WM-Link-Yellow.WM-Selected, .WM-Link-Yellow.WM-Active {\n color: #ffd63a;\n}\n\n.WM-Border-Yellow, .WM-Hover-Yellow:hover {\n border-color: #ffd63a;\n}\n\n.WM-BG-Gold, .WM-Link-Gold::after, .WM-Input.WM-Gold + .WM-Input100-Focus::before {\n background-color: #ddcfbb;\n color: #fff;\n}\n\n.WM-Color-Gold, .WM-Link-Gold:hover, .WM-Link-Gold.WM-Selected, .WM-Link-Gold.WM-Active {\n color: #ddcfbb;\n}\n\n.WM-Border-Gold, .WM-Hover-Gold:hover {\n border-color: #ddcfbb;\n}\n\n.WM-BG-Purple, .WM-Link-Purple::after, .WM-Input.WM-Purple + .WM-Input100-Focus::before {\n background-color: #ac3773;\n color: #fff;\n}\n\n.WM-Color-Purple, .WM-Link-Purple:hover, .WM-Link-Purple.WM-Selected, .WM-Link-Purple.WM-Active {\n color: #ac3773;\n}\n\n.WM-Border-Purple, .WM-Hover-Purple:hover {\n border-color: #ac3773;\n}\n\n.WM-BG-Blue, .WM-Link-Blue::after, .WM-Input.WM-Blue + .WM-Input100-Focus::before {\n background-color: #3498DB;\n color: #fff;\n}\n\n.WM-Color-Blue, .WM-Link-Blue:hover, .WM-Link-Blue.WM-Selected, .WM-Link-Blue.WM-Active {\n color: #3498DB;\n}\n\n.WM-Border-Blue, .WM-Hover-Blue:hover {\n border-color: #3498DB;\n}\n\n.WM-BG-Green, .WM-Link-Green::after, .WM-Input.WM-Green + .WM-Input100-Focus::before {\n background-color: #0d7e00;\n color: #fff;\n}\n\n.WM-Color-Green, .WM-Link-Green:hover, .WM-Link-Green.WM-Selected, .WM-Link-Green.WM-Active {\n color: #0d7e00;\n}\n\n.WM-Border-Green, .WM-Hover-Green:hover {\n border-color: #0d7e00;\n}\n\n.WM-BG-Cyan, .WM-Link-Cyan::after, .WM-Input.WM-Cyan + .WM-Input100-Focus::before {\n background-color: #32c5d2;\n color: #fff;\n}\n\n.WM-Color-Cyan, .WM-Link-Cyan:hover, .WM-Link-Cyan.WM-Selected, .WM-Link-Cyan.WM-Active {\n color: #32c5d2;\n}\n\n.WM-Border-Cyan, .WM-Hover-Cyan:hover {\n border-color: #32c5d2;\n}\n\n.WM-BG-LightGray, .WM-Link-LightGray::after, .WM-Input.WM-LightGray + .WM-Input100-Focus::before {\n background-color: #e6e6e6;\n color: #fff;\n}\n\n.WM-Color-LightGray, .WM-Link-LightGray:hover, .WM-Link-LightGray.WM-Selected, .WM-Link-LightGray.WM-Active {\n color: #e6e6e6;\n}\n\n.WM-Border-LightGray, .WM-Hover-LightGray:hover {\n border-color: #e6e6e6;\n}\n\n.WM-BG-Gray, .WM-Link-Gray::after, .WM-Input.WM-Gray + .WM-Input100-Focus::before {\n background-color: #797979;\n color: #fff;\n}\n\n.WM-Color-Gray, .WM-Link-Gray:hover, .WM-Link-Gray.WM-Selected, .WM-Link-Gray.WM-Active {\n color: #797979;\n}\n\n.WM-Border-Gray, .WM-Hover-Gray:hover {\n border-color: #797979;\n}\n\n.WM-BG-Black, .WM-Link-Black::after, .WM-Input.WM-Black + .WM-Input100-Focus::before {\n background-color: #2f353b;\n color: #fff;\n}\n\n.WM-Color-Black, .WM-Link-Black:hover, .WM-Link-Black.WM-Selected, .WM-Link-Black.WM-Active {\n color: #2f353b;\n}\n\n.WM-Border-Black, .WM-Hover-Black:hover {\n border-color: #2f353b;\n}\n\n.WM-BG-White, .WM-Link-White::after, .WM-Input.WM-White + .WM-Input100-Focus::before {\n background-color: #fff;\n color: #fff;\n}\n\n.WM-Color-White, .WM-Link-White:hover, .WM-Link-White.WM-Selected, .WM-Link-White.WM-Active {\n color: #fff;\n}\n\n.WM-Border-White, .WM-Hover-White:hover {\n border-color: #fff;\n}\n\n.WM-BG-LightGray {\n color: #000 !important;\n}\n\n#app {\n padding: 0em 0;\n}\n\n/* --------------------------------------------------------\r\n Navigation :: Bootstrap Tabs\r\n-------------------------------------------------------- */\n.nav-tabs {\n justify-content: center;\n}\n\n.nav-item {\n text-align: center;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link,\n.nav-tabs .nav-link:hover,\n.nav-tabs .nav-link:focus {\n border: 1px solid transparent;\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link {\n color: #000;\n}\n\n.nav-tabs .nav-link .v-chip {\n margin: 12px 10px;\n transition: 0.2s;\n}\n\n.nav-tabs .nav-link:not(.active) .v-chip {\n background-color: #000 !important;\n border-color: #000 !important;\n}\n\n.nav-tabs .nav-link.WM-Red.active,\n.nav-tabs .nav-link.WM-Red:hover,\n.nav-tabs .nav-link.WM-Red:focus {\n border-bottom: 1px solid #ee3552;\n color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Red.active .WM-Notification,\n.nav-tabs .nav-link.WM-Red:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Red:focus .WM-Notification {\n background-color: #ee3552;\n}\n\n.nav-tabs .nav-link.WM-Orange.active,\n.nav-tabs .nav-link.WM-Orange:hover,\n.nav-tabs .nav-link.WM-Orange:focus {\n border-bottom: 1px solid #FF6B57;\n color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Orange.active .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Orange:focus .WM-Notification {\n background-color: #FF6B57;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active,\n.nav-tabs .nav-link.WM-Yellow:hover,\n.nav-tabs .nav-link.WM-Yellow:focus {\n border-bottom: 1px solid #ffd63a;\n color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Yellow.active .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Yellow:focus .WM-Notification {\n background-color: #ffd63a;\n}\n\n.nav-tabs .nav-link.WM-Gold.active,\n.nav-tabs .nav-link.WM-Gold:hover,\n.nav-tabs .nav-link.WM-Gold:focus {\n border-bottom: 1px solid #ddcfbb;\n color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Gold.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gold:focus .WM-Notification {\n background-color: #ddcfbb;\n}\n\n.nav-tabs .nav-link.WM-Purple.active,\n.nav-tabs .nav-link.WM-Purple:hover,\n.nav-tabs .nav-link.WM-Purple:focus {\n border-bottom: 1px solid #ac3773;\n color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Purple.active .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Purple:focus .WM-Notification {\n background-color: #ac3773;\n}\n\n.nav-tabs .nav-link.WM-Blue.active,\n.nav-tabs .nav-link.WM-Blue:hover,\n.nav-tabs .nav-link.WM-Blue:focus {\n border-bottom: 1px solid #3498DB;\n color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Blue.active .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Blue:focus .WM-Notification {\n background-color: #3498DB;\n}\n\n.nav-tabs .nav-link.WM-Green.active,\n.nav-tabs .nav-link.WM-Green:hover,\n.nav-tabs .nav-link.WM-Green:focus {\n border-bottom: 1px solid #0d7e00;\n color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Green.active .WM-Notification,\n.nav-tabs .nav-link.WM-Green:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Green:focus .WM-Notification {\n background-color: #0d7e00;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active,\n.nav-tabs .nav-link.WM-Cyan:hover,\n.nav-tabs .nav-link.WM-Cyan:focus {\n border-bottom: 1px solid #32c5d2;\n color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-Cyan.active .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Cyan:focus .WM-Notification {\n background-color: #32c5d2;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active,\n.nav-tabs .nav-link.WM-LightGray:hover,\n.nav-tabs .nav-link.WM-LightGray:focus {\n border-bottom: 1px solid #e6e6e6;\n color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-LightGray.active .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-LightGray:focus .WM-Notification {\n background-color: #e6e6e6;\n}\n\n.nav-tabs .nav-link.WM-Gray.active,\n.nav-tabs .nav-link.WM-Gray:hover,\n.nav-tabs .nav-link.WM-Gray:focus {\n border-bottom: 1px solid #797979;\n color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Gray.active .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Gray:focus .WM-Notification {\n background-color: #797979;\n}\n\n.nav-tabs .nav-link.WM-Black.active,\n.nav-tabs .nav-link.WM-Black:hover,\n.nav-tabs .nav-link.WM-Black:focus {\n border-bottom: 1px solid #2f353b;\n color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-Black.active .WM-Notification,\n.nav-tabs .nav-link.WM-Black:hover .WM-Notification,\n.nav-tabs .nav-link.WM-Black:focus .WM-Notification {\n background-color: #2f353b;\n}\n\n.nav-tabs .nav-link.WM-White.active,\n.nav-tabs .nav-link.WM-White:hover,\n.nav-tabs .nav-link.WM-White:focus {\n border-bottom: 1px solid #fff;\n color: #fff;\n}\n\n.nav-tabs .nav-link.WM-White.active .WM-Notification,\n.nav-tabs .nav-link.WM-White:hover .WM-Notification,\n.nav-tabs .nav-link.WM-White:focus .WM-Notification {\n background-color: #fff;\n}\n\n/* --------------------------------------------------------\r\n Vuetify :: Dialog\r\n-------------------------------------------------------- */\n.v-card__title--primary {\n padding-top: 10px;\n}\n\n.theme--light.v-text-field > .v-input__control > .v-input__slot:before {\n border-color: rgba(0, 0, 0, 0.22);\n}\n\n.theme--light.v-icon,\n.theme--dark.v-icon {\n font-size: 16px;\n}\n\n.v-input__prepend-outer {\n margin-left: 9px;\n}\n\ntable.v-table thead th {\n font-size: 18px;\n text-align: right;\n}\n\ntable.v-table tbody td,\ntable.v-table tbody th {\n height: 80px;\n}\n\ntable.v-table tbody td {\n font-weight: 400;\n font-size: 16px;\n}\n\n.v-datatable thead th.column.sortable .v-icon {\n line-height: 1.1;\n}\n\n.v-datatable__actions {\n font-size: 15px;\n}\n\n.v-chip .v-chip__content {\n padding: 0 10px;\n font-size: 16px;\n}\n\n.orange.darken-2 {\n background-color: #ff6b57 !important;\n border-color: #ff6b57 !important;\n}\n\n.v-chip {\n height: 32px;\n}\n\n.v-btn + .v-btn {\n margin-right: 5px;\n}\n\n.v-card__text.WM-JustSide {\n padding: 0px 16px;\n}\n\n.v-badge__badge span {\n font-size: 18px;\n line-height: 18px;\n}\n\n.v-chip .v-avatar {\n font-size: 22px;\n}\n\n.v-input.LTR input {\n direction: ltr;\n font-family: \"Montserrat-Regular\" !important;\n}\n\n.v-input--selection-controls.v-input .Fa .v-label {\n top: 3px;\n}\n\n.Buttons {\n text-align: center;\n}\n\n.v-btn {\n margin: 6px 2px;\n}\n\n.v-btn--floating.v-btn--small .v-icon {\n font-size: 16px;\n}\n\n.v-btn.XS {\n width: 30px;\n height: 30px;\n}\n\n.v-btn.XS .v-icon {\n font-size: 14px;\n}\n\n.v-tooltip .v-btn--outline:hover .v-icon,\n.v-tooltip .v-btn--outline:focus .v-icon {\n color: #fff;\n}\n\n.v-input.LTR label {\n left: 0px !important;\n right: auto !important;\n}\n\n.red {\n background-color: #ee3552 !important;\n border-color: #ee3552 !important;\n}\n\n.red--text {\n color: #ee3552 !important;\n caret-color: #ee3552 !important;\n}\n\n.orange {\n background-color: #FF6B57 !important;\n border-color: #FF6B57 !important;\n}\n\n.orange--text {\n color: #FF6B57 !important;\n caret-color: #FF6B57 !important;\n}\n\n.yellow {\n background-color: #ffd63a !important;\n border-color: #ffd63a !important;\n}\n\n.yellow--text {\n color: #ffd63a !important;\n caret-color: #ffd63a !important;\n}\n\n.gold {\n background-color: #ddcfbb !important;\n border-color: #ddcfbb !important;\n}\n\n.gold--text {\n color: #ddcfbb !important;\n caret-color: #ddcfbb !important;\n}\n\n.purple {\n background-color: #ac3773 !important;\n border-color: #ac3773 !important;\n}\n\n.purple--text {\n color: #ac3773 !important;\n caret-color: #ac3773 !important;\n}\n\n.blue {\n background-color: #3498DB !important;\n border-color: #3498DB !important;\n}\n\n.blue--text {\n color: #3498DB !important;\n caret-color: #3498DB !important;\n}\n\n.green {\n background-color: #0d7e00 !important;\n border-color: #0d7e00 !important;\n}\n\n.green--text {\n color: #0d7e00 !important;\n caret-color: #0d7e00 !important;\n}\n\n.cyan {\n background-color: #32c5d2 !important;\n border-color: #32c5d2 !important;\n}\n\n.cyan--text {\n color: #32c5d2 !important;\n caret-color: #32c5d2 !important;\n}\n\n.gray {\n background-color: #797979 !important;\n border-color: #797979 !important;\n}\n\n.gray--text {\n color: #797979 !important;\n caret-color: #797979 !important;\n}\n\n.black {\n background-color: #2f353b !important;\n border-color: #2f353b !important;\n}\n\n.black--text {\n color: #2f353b !important;\n caret-color: #2f353b !important;\n}\n\n.white {\n background-color: #fff !important;\n border-color: #fff !important;\n}\n\n.white--text {\n color: #fff !important;\n caret-color: #fff !important;\n}\n\n.v-btn.v-btn--floating.red {\n box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);\n}\n\n.v-btn.v-btn--floating.orange {\n box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 130, 46, 0.5);\n}\n\n.v-btn.v-btn--floating.yellow {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.gold {\n box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(234, 223, 131, 0.5);\n}\n\n.v-btn.v-btn--floating.purple {\n box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(172, 55, 115, 0.5);\n}\n\n.v-btn.v-btn--floating.blue {\n box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(76, 74, 228, 0.5);\n}\n\n.v-btn.v-btn--floating.green {\n box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -moz-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -webkit-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -o-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n -ms-box-shadow: 0 10px 30px 0px rgba(13, 126, 0, 0.35);\n}\n\n.v-btn.v-btn--floating.cyan {\n box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -moz-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -webkit-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -o-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n -ms-box-shadow: 0 10px 30px 0px rgba(50, 197, 210, 0.32);\n}\n\n.v-btn.v-btn--floating.gray {\n box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(54, 54, 54, 0.5);\n}\n\n.v-btn.v-btn--floating.black {\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}\n\n.v-btn.v-btn--floating.white {\n box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -moz-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -o-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n -ms-box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.2);\n}\n\n.v-btn--floating.v-btn--active,\n.v-btn--floating.v-btn:focus,\n.v-btn--floating.v-btn:hover {\n background-color: #000 !important;\n box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);\n}", ""]); // exports @@ -7717,7 +7717,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "/* --------------------------------------------------------\n SectionTitle :: Begin\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); +exports.push([module.i, "/* --------------------------------------------------------\r\n SectionTitle :: Begin\r\n-------------------------------------------------------- */\n.SectionTitle .TitleFa[data-v-2a0257ca] {\n font-size: 1.7rem;\n}\n.SectionTitle .TitleEn span[data-v-2a0257ca] {\n color: #fff;\n padding: 6px 25px 2px 25px;\n border-radius: 0.2em;\n letter-spacing: 0.5em;\n line-height: 18px;\n font-size: 12px;\n text-transform: uppercase;\n}\n.SectionTitle .TitleEn .Line[data-v-2a0257ca] {\n flex-grow: 1;\n position: relative;\n}\n.SectionTitle .TitleEn .Line .inner[data-v-2a0257ca] {\n position: absolute;\n top: 50%;\n width: calc(100% - 1em);\n left: 0;\n height: 1px;\n}", ""]); // exports @@ -7832,7 +7832,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../../node_module // module -exports.push([module.i, "@font-face {\n font-family: 'fontello';\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\n font-weight: normal;\n font-style: normal;\n}\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\n/*\n@media screen and (-webkit-min-device-pixel-ratio:0) {\n @font-face {\n font-family: 'fontello';\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\n }\n}\n*/\n \n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\n font-family: \"fontello\";\n font-style: normal;\n font-weight: normal;\n speak: none;\n \n display: inline-block;\n text-decoration: inherit;\n width: 1em;\n margin-right: .2em;\n text-align: center;\n /* opacity: .8; */\n \n /* For safety - reset parent styles, that can break glyph codes*/\n font-variant: normal;\n text-transform: none;\n \n /* fix buttons height, for twitter bootstrap */\n line-height: 1em;\n \n /* Animation center compensation - margins should be symmetric */\n /* remove if not needed */\n margin-left: .2em;\n \n /* you can be more comfortable with increased icons size */\n /* font-size: 120%; */\n \n /* Font smoothing. That was taken from TWBS */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n \n /* Uncomment for 3D effect */\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\n}\n \n.WMi-ok:before { content: '\\E800'; } /* '' */\n.WMi-picture:before { content: '\\E801'; } /* '' */\n.WMi-search:before { content: '\\E802'; } /* '' */\n.WMi-music:before { content: '\\E803'; } /* '' */\n.WMi-star-half:before { content: '\\E804'; } /* '' */\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\n.WMi-star:before { content: '\\E806'; } /* '' */\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\n.WMi-heart:before { content: '\\E808'; } /* '' */\n.WMi-mail:before { content: '\\E809'; } /* '' */\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\n.WMi-lock:before { content: '\\E80B'; } /* '' */\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\n.WMi-attach:before { content: '\\E80D'; } /* '' */\n.WMi-link:before { content: '\\E80E'; } /* '' */\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\n.WMi-upload:before { content: '\\E810'; } /* '' */\n.WMi-download:before { content: '\\E811'; } /* '' */\n.WMi-tag:before { content: '\\E812'; } /* '' */\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\n.WMi-cog:before { content: '\\E814'; } /* '' */\n.WMi-off-1:before { content: '\\E815'; } /* '' */\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\n.WMi-down-open:before { content: '\\E817'; } /* '' */\n.WMi-left-open:before { content: '\\E818'; } /* '' */\n.WMi-right-open:before { content: '\\E819'; } /* '' */\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\n.WMi-check:before { content: '\\E821'; } /* '' */\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\n.WMi-off:before { content: '\\E824'; } /* '' */\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\n.WMi-globe:before { content: '\\E827'; } /* '' */\n.WMi-cloud:before { content: '\\E828'; } /* '' */\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\n.WMi-comment:before { content: '\\E82E'; } /* '' */\n.WMi-layers:before { content: '\\E82F'; } /* '' */\n.WMi-signal:before { content: '\\E830'; } /* '' */\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\n.WMi-macstore:before { content: '\\E832'; } /* '' */\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\n.WMi-camera:before { content: '\\E83D'; } /* '' */\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\n.WMi-th:before { content: '\\E840'; } /* '' */\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\n.WMi-gift:before { content: '\\E842'; } /* '' */\n.WMi-basket:before { content: '\\E843'; } /* '' */\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\n.WMi-shop:before { content: '\\E846'; } /* '' */\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\n.WMi-plus:before { content: '\\E849'; } /* '' */\n.WMi-minus:before { content: '\\E84A'; } /* '' */\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\n.WMi-edit:before { content: '\\E84D'; } /* '' */\n.WMi-tags:before { content: '\\E84E'; } /* '' */\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\n.WMi-logout:before { content: '\\E851'; } /* '' */\n.WMi-login:before { content: '\\E852'; } /* '' */\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\n.WMi-switch:before { content: '\\E858'; } /* '' */\n.WMi-level-down:before { content: '\\E859'; } /* '' */\n.WMi-help:before { content: '\\E85A'; } /* '' */\n.WMi-location:before { content: '\\E85B'; } /* '' */\n.WMi-phone:before { content: '\\E85C'; } /* '' */\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\n.WMi-share:before { content: '\\E85E'; } /* '' */\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\n.WMi-loop:before { content: '\\E861'; } /* '' */\n.WMi-glyph:before { content: '\\E862'; } /* '' */\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\n.WMi-Medical:before { content: '\\E869'; } /* '' */\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\n.WMi-calendar:before { content: '\\E871'; } /* '' */\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\n.WMi-filter:before { content: '\\E876'; } /* '' */\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\n.WMi-clock:before { content: '\\E879'; } /* '' */\n.WMi-user:before { content: '\\E87A'; } /* '' */\n.WMi-users:before { content: '\\E87B'; } /* '' */\n.WMi-Official:before { content: '\\E87C'; } /* '' */\n.WMi-crown:before { content: '\\E87D'; } /* '' */\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\n.WMi-bell:before { content: '\\E89F'; } /* '' */\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\n.WMi-pause:before { content: '\\F00E'; } /* '' */\n.WMi-play:before { content: '\\F00F'; } /* '' */\n.WMi-to-end:before { content: '\\F010'; } /* '' */\n.WMi-to-start:before { content: '\\F011'; } /* '' */\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\n.WMi-Food:before { content: '\\F02F'; } /* '' */\n.WMi-Digital:before { content: '\\F034'; } /* '' */\n.WMi-stop:before { content: '\\F080'; } /* '' */\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\n.WMi-rss:before { content: '\\F09E'; } /* '' */\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\n.WMi-open:before { content: '\\F0DB'; } /* '' */\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\n.WMi-imac:before { content: '\\F108'; } /* '' */\n.WMi-laptop:before { content: '\\F109'; } /* '' */\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\n.WMi-circle:before { content: '\\F111'; } /* '' */\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\n.WMi-code:before { content: '\\F121'; } /* '' */\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\n.WMi-direction:before { content: '\\F124'; } /* '' */\n.WMi-crop:before { content: '\\F125'; } /* '' */\n.WMi-unlink:before { content: '\\F127'; } /* '' */\n.WMi-info:before { content: '\\F129'; } /* '' */\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\n.WMi-compass:before { content: '\\F14E'; } /* '' */\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\n.WMi-windows:before { content: '\\F17A'; } /* '' */\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\n.WMi-google:before { content: '\\F1A0'; } /* '' */\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\n.WMi-database:before { content: '\\F1C0'; } /* '' */\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\n.WMi-diamond:before { content: '\\F219'; } /* '' */\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\n.WMi-user-times:before { content: '\\F235'; } /* '' */\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\n.WMi-clone:before { content: '\\F24D'; } /* '' */\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\n.WMi-television:before { content: '\\F26C'; } /* '' */\n.WMi-Industry:before { content: '\\F275'; } /* '' */\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\n.WMi-map-o:before { content: '\\F278'; } /* '' */\n.WMi-map:before { content: '\\F279'; } /* '' */\n.WMi-edge:before { content: '\\F282'; } /* '' */\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\n.WMi-facebook:before { content: '\\F300'; } /* '' */\n.WMi-twitter:before { content: '\\F302'; } /* '' */\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\n.WMi-win8:before { content: '\\F325'; } /* '' */\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\n.WMi-selection:before { content: '\\F489'; } /* '' */\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); +exports.push([module.i, "@font-face {\r\n font-family: 'fontello';\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + ");\r\n src: url(" + escape(__webpack_require__(/*! ../font/fontello.eot?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.eot?65806237")) + "#iefix) format('embedded-opentype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff2?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff2?65806237")) + ") format('woff2'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.woff?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.woff?65806237")) + ") format('woff'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.ttf?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.ttf?65806237")) + ") format('truetype'),\r\n url(" + escape(__webpack_require__(/*! ../font/fontello.svg?65806237 */ "./resources/js/Global/assets/Font-Icons/font/fontello.svg?65806237")) + "#fontello) format('svg');\r\n font-weight: normal;\r\n font-style: normal;\r\n}\r\n/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\r\n/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\r\n/*\r\n@media screen and (-webkit-min-device-pixel-ratio:0) {\r\n @font-face {\r\n font-family: 'fontello';\r\n src: url('../font/fontello.svg?65806237#fontello') format('svg');\r\n }\r\n}\r\n*/\r\n \r\n [class^=\"WMi-\"]:before, [class*=\" WMi-\"]:before {\r\n font-family: \"fontello\";\r\n font-style: normal;\r\n font-weight: normal;\r\n speak: none;\r\n \r\n display: inline-block;\r\n text-decoration: inherit;\r\n width: 1em;\r\n margin-right: .2em;\r\n text-align: center;\r\n /* opacity: .8; */\r\n \r\n /* For safety - reset parent styles, that can break glyph codes*/\r\n font-variant: normal;\r\n text-transform: none;\r\n \r\n /* fix buttons height, for twitter bootstrap */\r\n line-height: 1em;\r\n \r\n /* Animation center compensation - margins should be symmetric */\r\n /* remove if not needed */\r\n margin-left: .2em;\r\n \r\n /* you can be more comfortable with increased icons size */\r\n /* font-size: 120%; */\r\n \r\n /* Font smoothing. That was taken from TWBS */\r\n -webkit-font-smoothing: antialiased;\r\n -moz-osx-font-smoothing: grayscale;\r\n \r\n /* Uncomment for 3D effect */\r\n /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\r\n}\r\n \r\n.WMi-ok:before { content: '\\E800'; } /* '' */\r\n.WMi-picture:before { content: '\\E801'; } /* '' */\r\n.WMi-search:before { content: '\\E802'; } /* '' */\r\n.WMi-music:before { content: '\\E803'; } /* '' */\r\n.WMi-star-half:before { content: '\\E804'; } /* '' */\r\n.WMi-star-empty:before { content: '\\E805'; } /* '' */\r\n.WMi-star:before { content: '\\E806'; } /* '' */\r\n.WMi-heart-empty:before { content: '\\E807'; } /* '' */\r\n.WMi-heart:before { content: '\\E808'; } /* '' */\r\n.WMi-mail:before { content: '\\E809'; } /* '' */\r\n.WMi-cancel:before { content: '\\E80A'; } /* '' */\r\n.WMi-lock:before { content: '\\E80B'; } /* '' */\r\n.WMi-lock-open:before { content: '\\E80C'; } /* '' */\r\n.WMi-attach:before { content: '\\E80D'; } /* '' */\r\n.WMi-link:before { content: '\\E80E'; } /* '' */\r\n.WMi-bookmark:before { content: '\\E80F'; } /* '' */\r\n.WMi-upload:before { content: '\\E810'; } /* '' */\r\n.WMi-download:before { content: '\\E811'; } /* '' */\r\n.WMi-tag:before { content: '\\E812'; } /* '' */\r\n.WMi-trash-empty:before { content: '\\E813'; } /* '' */\r\n.WMi-cog:before { content: '\\E814'; } /* '' */\r\n.WMi-off-1:before { content: '\\E815'; } /* '' */\r\n.WMi-resize-vertical:before { content: '\\E816'; } /* '' */\r\n.WMi-down-open:before { content: '\\E817'; } /* '' */\r\n.WMi-left-open:before { content: '\\E818'; } /* '' */\r\n.WMi-right-open:before { content: '\\E819'; } /* '' */\r\n.WMi-up-open:before { content: '\\E81A'; } /* '' */\r\n.WMi-align-left:before { content: '\\E81B'; } /* '' */\r\n.WMi-align-center:before { content: '\\E81C'; } /* '' */\r\n.WMi-align-right:before { content: '\\E81D'; } /* '' */\r\n.WMi-indent-left:before { content: '\\E81E'; } /* '' */\r\n.WMi-indent-right:before { content: '\\E81F'; } /* '' */\r\n.WMi-align-justify:before { content: '\\E820'; } /* '' */\r\n.WMi-check:before { content: '\\E821'; } /* '' */\r\n.WMi-credit-card:before { content: '\\E822'; } /* '' */\r\n.WMi-briefcase:before { content: '\\E823'; } /* '' */\r\n.WMi-off:before { content: '\\E824'; } /* '' */\r\n.WMi-arrows-cw:before { content: '\\E825'; } /* '' */\r\n.WMi-shuffle:before { content: '\\E826'; } /* '' */\r\n.WMi-globe:before { content: '\\E827'; } /* '' */\r\n.WMi-cloud:before { content: '\\E828'; } /* '' */\r\n.WMi-zoom-in:before { content: '\\E829'; } /* '' */\r\n.WMi-zoom-out:before { content: '\\E82A'; } /* '' */\r\n.WMi-attach-1:before { content: '\\E82B'; } /* '' */\r\n.WMi-check-1:before { content: '\\E82C'; } /* '' */\r\n.WMi-cancel-1:before { content: '\\E82D'; } /* '' */\r\n.WMi-comment:before { content: '\\E82E'; } /* '' */\r\n.WMi-layers:before { content: '\\E82F'; } /* '' */\r\n.WMi-signal:before { content: '\\E830'; } /* '' */\r\n.WMi-equalizer:before { content: '\\E831'; } /* '' */\r\n.WMi-macstore:before { content: '\\E832'; } /* '' */\r\n.WMi-emo-happy:before { content: '\\E833'; } /* '' */\r\n.WMi-emo-wink:before { content: '\\E834'; } /* '' */\r\n.WMi-emo-wink2:before { content: '\\E835'; } /* '' */\r\n.WMi-emo-unhappy:before { content: '\\E836'; } /* '' */\r\n.WMi-emo-sleep:before { content: '\\E837'; } /* '' */\r\n.WMi-emo-coffee:before { content: '\\E838'; } /* '' */\r\n.WMi-emo-sunglasses:before { content: '\\E839'; } /* '' */\r\n.WMi-emo-angry:before { content: '\\E83A'; } /* '' */\r\n.WMi-emo-squint:before { content: '\\E83B'; } /* '' */\r\n.WMi-emo-laugh:before { content: '\\E83C'; } /* '' */\r\n.WMi-camera:before { content: '\\E83D'; } /* '' */\r\n.WMi-emo-displeased:before { content: '\\E83E'; } /* '' */\r\n.WMi-emo-surprised:before { content: '\\E83F'; } /* '' */\r\n.WMi-th:before { content: '\\E840'; } /* '' */\r\n.WMi-asterisk:before { content: '\\E841'; } /* '' */\r\n.WMi-gift:before { content: '\\E842'; } /* '' */\r\n.WMi-basket:before { content: '\\E843'; } /* '' */\r\n.WMi-Beauty-1:before { content: '\\E844'; } /* '' */\r\n.WMi-rss-1:before { content: '\\E845'; } /* '' */\r\n.WMi-shop:before { content: '\\E846'; } /* '' */\r\n.WMi-shop-1:before { content: '\\E847'; } /* '' */\r\n.WMi-basket-1:before { content: '\\E848'; } /* '' */\r\n.WMi-plus:before { content: '\\E849'; } /* '' */\r\n.WMi-minus:before { content: '\\E84A'; } /* '' */\r\n.WMi-Real-Estate:before { content: '\\E84B'; } /* '' */\r\n.WMi-retweet:before { content: '\\E84C'; } /* '' */\r\n.WMi-edit:before { content: '\\E84D'; } /* '' */\r\n.WMi-tags:before { content: '\\E84E'; } /* '' */\r\n.WMi-map-1:before { content: '\\E84F'; } /* '' */\r\n.WMi-doc-landscape:before { content: '\\E850'; } /* '' */\r\n.WMi-logout:before { content: '\\E851'; } /* '' */\r\n.WMi-login:before { content: '\\E852'; } /* '' */\r\n.WMi-logout-1:before { content: '\\E853'; } /* '' */\r\n.WMi-back-in-time:before { content: '\\E854'; } /* '' */\r\n.WMi-chat-alt:before { content: '\\E855'; } /* '' */\r\n.WMi-art-gallery:before { content: '\\E856'; } /* '' */\r\n.WMi-gift-1:before { content: '\\E857'; } /* '' */\r\n.WMi-switch:before { content: '\\E858'; } /* '' */\r\n.WMi-level-down:before { content: '\\E859'; } /* '' */\r\n.WMi-help:before { content: '\\E85A'; } /* '' */\r\n.WMi-location:before { content: '\\E85B'; } /* '' */\r\n.WMi-phone:before { content: '\\E85C'; } /* '' */\r\n.WMi-phone-1:before { content: '\\E85D'; } /* '' */\r\n.WMi-share:before { content: '\\E85E'; } /* '' */\r\n.WMi-Repairing:before { content: '\\E85F'; } /* '' */\r\n.WMi-shuffle-1:before { content: '\\E860'; } /* '' */\r\n.WMi-loop:before { content: '\\E861'; } /* '' */\r\n.WMi-glyph:before { content: '\\E862'; } /* '' */\r\n.WMi-glyph-1:before { content: '\\E863'; } /* '' */\r\n.WMi-glyph-2:before { content: '\\E864'; } /* '' */\r\n.WMi-warning-empty:before { content: '\\E865'; } /* '' */\r\n.WMi-shop-bag:before { content: '\\E866'; } /* '' */\r\n.WMi-Clothes:before { content: '\\E867'; } /* '' */\r\n.WMi-Agriculture:before { content: '\\E868'; } /* '' */\r\n.WMi-Medical:before { content: '\\E869'; } /* '' */\r\n.WMi-Sports-and-Entertainment:before { content: '\\E86A'; } /* '' */\r\n.WMi-wrench-1:before { content: '\\E86B'; } /* '' */\r\n.WMi-pencil:before { content: '\\E86C'; } /* '' */\r\n.WMi-map-2:before { content: '\\E86D'; } /* '' */\r\n.WMi-map-o-1:before { content: '\\E86E'; } /* '' */\r\n.WMi-marquee:before { content: '\\E86F'; } /* '' */\r\n.WMi-doc-text-inv:before { content: '\\E870'; } /* '' */\r\n.WMi-calendar:before { content: '\\E871'; } /* '' */\r\n.WMi-calendar-1:before { content: '\\E872'; } /* '' */\r\n.WMi-Art-And-Culture:before { content: '\\E873'; } /* '' */\r\n.WMi-graduation-cap:before { content: '\\E874'; } /* '' */\r\n.WMi-Advertising-1:before { content: '\\E875'; } /* '' */\r\n.WMi-filter:before { content: '\\E876'; } /* '' */\r\n.WMi-Tourism-And-Transportation:before { content: '\\E877'; } /* '' */\r\n.WMi-Makeup-And-Hygienic:before { content: '\\E878'; } /* '' */\r\n.WMi-clock:before { content: '\\E879'; } /* '' */\r\n.WMi-user:before { content: '\\E87A'; } /* '' */\r\n.WMi-users:before { content: '\\E87B'; } /* '' */\r\n.WMi-Official:before { content: '\\E87C'; } /* '' */\r\n.WMi-crown:before { content: '\\E87D'; } /* '' */\r\n.WMi-gift-2:before { content: '\\E87E'; } /* '' */\r\n.WMi-Decoration-And-Building-Industry:before { content: '\\E87F'; } /* '' */\r\n.WMi-Flowers-And-Plants:before { content: '\\E880'; } /* '' */\r\n.WMi-Advertising:before { content: '\\E881'; } /* '' */\r\n.WMi-shop-2:before { content: '\\E882'; } /* '' */\r\n.WMi-glyph-3:before { content: '\\E883'; } /* '' */\r\n.WMi-glyph-4:before { content: '\\E884'; } /* '' */\r\n.WMi-glyph-5:before { content: '\\E885'; } /* '' */\r\n.WMi-glyph-6:before { content: '\\E886'; } /* '' */\r\n.WMi-glyph-7:before { content: '\\E887'; } /* '' */\r\n.WMi-glyph-8:before { content: '\\E888'; } /* '' */\r\n.WMi-glyph-9:before { content: '\\E889'; } /* '' */\r\n.WMi-glyph-10:before { content: '\\E88A'; } /* '' */\r\n.WMi-glyph-11:before { content: '\\E88B'; } /* '' */\r\n.WMi-glyph-12:before { content: '\\E88C'; } /* '' */\r\n.WMi-glyph-13:before { content: '\\E88D'; } /* '' */\r\n.WMi-glyph-14:before { content: '\\E88E'; } /* '' */\r\n.WMi-glyph-15:before { content: '\\E88F'; } /* '' */\r\n.WMi-glyph-16:before { content: '\\E890'; } /* '' */\r\n.WMi-glyph-17:before { content: '\\E891'; } /* '' */\r\n.WMi-glyph-18:before { content: '\\E892'; } /* '' */\r\n.WMi-glyph-19:before { content: '\\E893'; } /* '' */\r\n.WMi-glyph-20:before { content: '\\E894'; } /* '' */\r\n.WMi-glyph-21:before { content: '\\E895'; } /* '' */\r\n.WMi-glyph-22:before { content: '\\E896'; } /* '' */\r\n.WMi-glyph-23:before { content: '\\E897'; } /* '' */\r\n.WMi-glyph-24:before { content: '\\E898'; } /* '' */\r\n.WMi-business-affiliate-network:before { content: '\\E899'; } /* '' */\r\n.WMi-camera-1:before { content: '\\E89A'; } /* '' */\r\n.WMi-Photography:before { content: '\\E89B'; } /* '' */\r\n.WMi-SocialMedia:before { content: '\\E89C'; } /* '' */\r\n.WMi-WebAndApp:before { content: '\\E89D'; } /* '' */\r\n.WMi-Graphic:before { content: '\\E89E'; } /* '' */\r\n.WMi-bell:before { content: '\\E89F'; } /* '' */\r\n.WMi-RegisterBusiness:before { content: '\\E8A0'; } /* '' */\r\n.WMi-code-1:before { content: '\\E8A1'; } /* '' */\r\n.WMi-pause:before { content: '\\F00E'; } /* '' */\r\n.WMi-play:before { content: '\\F00F'; } /* '' */\r\n.WMi-to-end:before { content: '\\F010'; } /* '' */\r\n.WMi-to-start:before { content: '\\F011'; } /* '' */\r\n.WMi-alert-outline:before { content: '\\F02A'; } /* '' */\r\n.WMi-Food:before { content: '\\F02F'; } /* '' */\r\n.WMi-Digital:before { content: '\\F034'; } /* '' */\r\n.WMi-stop:before { content: '\\F080'; } /* '' */\r\n.WMi-link-ext:before { content: '\\F08E'; } /* '' */\r\n.WMi-check-empty:before { content: '\\F096'; } /* '' */\r\n.WMi-bookmark-empty:before { content: '\\F097'; } /* '' */\r\n.WMi-twitter-1:before { content: '\\F099'; } /* '' */\r\n.WMi-rss:before { content: '\\F09E'; } /* '' */\r\n.WMi-hdd:before { content: '\\F0A0'; } /* '' */\r\n.WMi-resize-full-alt:before { content: '\\F0B2'; } /* '' */\r\n.WMi-beaker:before { content: '\\F0C3'; } /* '' */\r\n.WMi-menu:before { content: '\\F0C9'; } /* '' */\r\n.WMi-magic:before { content: '\\F0D0'; } /* '' */\r\n.WMi-gplus:before { content: '\\F0D5'; } /* '' */\r\n.WMi-WM-Logo:before { content: '\\F0DA'; } /* '' */\r\n.WMi-open:before { content: '\\F0DB'; } /* '' */\r\n.WMi-sort:before { content: '\\F0DC'; } /* '' */\r\n.WMi-chronometer:before { content: '\\F0DD'; } /* '' */\r\n.WMi-Clothes-And-Personal-Belongings:before { content: '\\F0DE'; } /* '' */\r\n.WMi-mail-alt:before { content: '\\F0E0'; } /* '' */\r\n.WMi-Cleaning:before { content: '\\F0E2'; } /* '' */\r\n.WMi-exchange:before { content: '\\F0EC'; } /* '' */\r\n.WMi-Medical-Services:before { content: '\\F0F0'; } /* '' */\r\n.WMi-Drug-And-Medical-Equipment:before { content: '\\F0F1'; } /* '' */\r\n.WMi-bell-alt:before { content: '\\F0F3'; } /* '' */\r\n.WMi-HomeAppliances:before { content: '\\F0F4'; } /* '' */\r\n.WMi-Edible-And-Groceries:before { content: '\\F0F5'; } /* '' */\r\n.WMi-plus-squared:before { content: '\\F0FE'; } /* '' */\r\n.WMi-angle-double-left:before { content: '\\F100'; } /* '' */\r\n.WMi-angle-double-right:before { content: '\\F101'; } /* '' */\r\n.WMi-angle-double-up:before { content: '\\F102'; } /* '' */\r\n.WMi-angle-double-down:before { content: '\\F103'; } /* '' */\r\n.WMi-angle-left:before { content: '\\F104'; } /* '' */\r\n.WMi-angle-right:before { content: '\\F105'; } /* '' */\r\n.WMi-angle-up:before { content: '\\F106'; } /* '' */\r\n.WMi-angle-down:before { content: '\\F107'; } /* '' */\r\n.WMi-imac:before { content: '\\F108'; } /* '' */\r\n.WMi-laptop:before { content: '\\F109'; } /* '' */\r\n.WMi-tablet:before { content: '\\F10A'; } /* '' */\r\n.WMi-mobile:before { content: '\\F10B'; } /* '' */\r\n.WMi-circle:before { content: '\\F111'; } /* '' */\r\n.WMi-Information-Technology:before { content: '\\F120'; } /* '' */\r\n.WMi-code:before { content: '\\F121'; } /* '' */\r\n.WMi-star-half-alt:before { content: '\\F123'; } /* '' */\r\n.WMi-direction:before { content: '\\F124'; } /* '' */\r\n.WMi-crop:before { content: '\\F125'; } /* '' */\r\n.WMi-unlink:before { content: '\\F127'; } /* '' */\r\n.WMi-info:before { content: '\\F129'; } /* '' */\r\n.WMi-attention-alt:before { content: '\\F12A'; } /* '' */\r\n.WMi-ellipsis:before { content: '\\F141'; } /* '' */\r\n.WMi-ellipsis-vert:before { content: '\\F142'; } /* '' */\r\n.WMi-ok-squared:before { content: '\\F14A'; } /* '' */\r\n.WMi-compass:before { content: '\\F14E'; } /* '' */\r\n.WMi-sort-alt-up:before { content: '\\F160'; } /* '' */\r\n.WMi-sort-alt-down:before { content: '\\F161'; } /* '' */\r\n.WMi-dropbox:before { content: '\\F16B'; } /* '' */\r\n.WMi-instagram:before { content: '\\F16D'; } /* '' */\r\n.WMi-windows:before { content: '\\F17A'; } /* '' */\r\n.WMi-content-cut:before { content: '\\F190'; } /* '' */\r\n.WMi-plus-squared-alt:before { content: '\\F196'; } /* '' */\r\n.WMi-Educational:before { content: '\\F19D'; } /* '' */\r\n.WMi-crop-1:before { content: '\\F19E'; } /* '' */\r\n.WMi-google:before { content: '\\F1A0'; } /* '' */\r\n.WMi-paw:before { content: '\\F1B0'; } /* '' */\r\n.WMi-cube:before { content: '\\F1B2'; } /* '' */\r\n.WMi-cubes:before { content: '\\F1B3'; } /* '' */\r\n.WMi-Vehicle:before { content: '\\F1B9'; } /* '' */\r\n.WMi-database:before { content: '\\F1C0'; } /* '' */\r\n.WMi-codeopen:before { content: '\\F1CB'; } /* '' */\r\n.WMi-paper-plane:before { content: '\\F1D8'; } /* '' */\r\n.WMi-telegram:before { content: '\\F1D9'; } /* '' */\r\n.WMi-sliders:before { content: '\\F1DE'; } /* '' */\r\n.WMi-Sport:before { content: '\\F1E3'; } /* '' */\r\n.WMi-plug:before { content: '\\F1E6'; } /* '' */\r\n.WMi-wifi:before { content: '\\F1EB'; } /* '' */\r\n.WMi-trash:before { content: '\\F1F8'; } /* '' */\r\n.WMi-Engineering:before { content: '\\F1FA'; } /* '' */\r\n.WMi-eyedropper:before { content: '\\F1FB'; } /* '' */\r\n.WMi-brush:before { content: '\\F1FC'; } /* '' */\r\n.WMi-birthday:before { content: '\\F1FD'; } /* '' */\r\n.WMi-chart-pie:before { content: '\\F200'; } /* '' */\r\n.WMi-chart-line:before { content: '\\F201'; } /* '' */\r\n.WMi-toggle-off:before { content: '\\F204'; } /* '' */\r\n.WMi-toggle-on:before { content: '\\F205'; } /* '' */\r\n.WMi-diamond:before { content: '\\F219'; } /* '' */\r\n.WMi-heartbeat:before { content: '\\F21E'; } /* '' */\r\n.WMi-pinterest:before { content: '\\F231'; } /* '' */\r\n.WMi-user-plus:before { content: '\\F234'; } /* '' */\r\n.WMi-user-times:before { content: '\\F235'; } /* '' */\r\n.WMi-flip-to-back:before { content: '\\F247'; } /* '' */\r\n.WMi-clone:before { content: '\\F24D'; } /* '' */\r\n.WMi-balance-scale:before { content: '\\F24E'; } /* '' */\r\n.WMi-television:before { content: '\\F26C'; } /* '' */\r\n.WMi-Industry:before { content: '\\F275'; } /* '' */\r\n.WMi-map-signs:before { content: '\\F277'; } /* '' */\r\n.WMi-map-o:before { content: '\\F278'; } /* '' */\r\n.WMi-map:before { content: '\\F279'; } /* '' */\r\n.WMi-edge:before { content: '\\F282'; } /* '' */\r\n.WMi-credit-card-alt:before { content: '\\F283'; } /* '' */\r\n.WMi-shopping-bag:before { content: '\\F290'; } /* '' */\r\n.WMi-question-circle-o:before { content: '\\F29C'; } /* '' */\r\n.WMi-envelope-open:before { content: '\\F2B6'; } /* '' */\r\n.WMi-envelope-open-o:before { content: '\\F2B7'; } /* '' */\r\n.WMi-telegram-1:before { content: '\\F2C6'; } /* '' */\r\n.WMi-hanger:before { content: '\\F2C8'; } /* '' */\r\n.WMi-facebook:before { content: '\\F300'; } /* '' */\r\n.WMi-twitter:before { content: '\\F302'; } /* '' */\r\n.WMi-linkedin-squared:before { content: '\\F30C'; } /* '' */\r\n.WMi-win8:before { content: '\\F325'; } /* '' */\r\n.WMi-instagram-1:before { content: '\\F32D'; } /* '' */\r\n.WMi-message-reply-text:before { content: '\\F368'; } /* '' */\r\n.WMi-message-text-outline:before { content: '\\F36A'; } /* '' */\r\n.WMi-percent:before { content: '\\F3F0'; } /* '' */\r\n.WMi-Flowers-and-Plants:before { content: '\\F405'; } /* '' */\r\n.WMi-Scientific:before { content: '\\F463'; } /* '' */\r\n.WMi-selection:before { content: '\\F489'; } /* '' */\r\n.WMi-Home-And-Office:before { content: '\\F4B9'; } /* '' */\r\n.WMi-shape-rectangle-plus:before { content: '\\F65F'; } /* '' */\r\n.WMi-Beauty:before { content: '\\F665'; } /* '' */", ""]); // exports @@ -7851,7 +7851,7 @@ exports = module.exports = __webpack_require__(/*! ../../../../../node_modules/c // module -exports.push([module.i, "\n.Tile[data-v-1244ba51] {\n padding: 1em;\n padding-right: 20px;\n cursor: pointer;\n display: -webkit-inline-flex;\n width: 100%;\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-transition: color 1000ms;\n transition: color 1000ms;\n color: #383838;\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: #000;\n -webkit-transform: scaleX(0);\n transform: scaleX(0);\n -webkit-transform-origin: 100% 50%;\n transform-origin: 100% 50%;\n -webkit-transition-property: transform;\n transition-property: transform;\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\n -webkit-transform: scaleX(1);\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\n display: inline-block;\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\n display: inline-block;\n letter-spacing: 5px;\n font-size: 12px;\n color: #a29da9;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\n margin-right: auto;\n color: #888;\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\n transform: translateX(-4px);\n}\n", ""]); +exports.push([module.i, "\n.Tile[data-v-1244ba51] {\r\n padding: 1em;\r\n padding-right: 20px;\r\n cursor: pointer;\r\n display: -webkit-inline-flex;\r\n width: 100%;\r\n -webkit-transform: translateZ(0);\r\n transform: translateZ(0);\r\n -webkit-transition: color 1000ms;\r\n transition: color 1000ms;\r\n color: #383838;\r\n text-align: right;\n}\n.Tile[data-v-1244ba51]:before {\r\n content: \"\";\r\n position: absolute;\r\n z-index: -1;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background: #000;\r\n -webkit-transform: scaleX(0);\r\n transform: scaleX(0);\r\n -webkit-transform-origin: 100% 50%;\r\n transform-origin: 100% 50%;\r\n -webkit-transition-property: transform;\r\n transition-property: transform;\r\n -webkit-transition: 300ms cubic-bezier(1, 0, 0, 1);\r\n transition: 300ms cubic-bezier(1, 0, 0, 1);\n}\n.Tile[data-v-1244ba51]:hover:before {\r\n -webkit-transform: scaleX(1);\r\n transform: scaleX(1);\n}\n.Tile[data-v-1244ba51]:hover, .Tile:hover .post-icon[data-v-1244ba51], .Tile:hover .TitleEn[data-v-1244ba51] {\r\n color: #fff;\n}\n.Tile .pre-icon[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .Title[data-v-1244ba51] {\r\n padding-left: 10px;\n}\n.Tile .TitleFa[data-v-1244ba51] {\r\n display: inline-block;\r\n font-size: 20px;\n}\n.Tile .TitleEn[data-v-1244ba51] {\r\n display: inline-block;\r\n letter-spacing: 5px;\r\n font-size: 12px;\r\n color: #a29da9;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile .post-icon[data-v-1244ba51]::before {\r\n margin-top: 20px;\n}\n.WMi-left-open[data-v-1244ba51] {\r\n margin-right: auto;\r\n color: #888;\r\n -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n\ttransition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.Tile:hover .WMi-left-open[data-v-1244ba51] {\r\n transform: translateX(-4px);\n}\r\n", ""]); // exports @@ -65546,12 +65546,12 @@ if(false) {} /*!********************************************!*\ !*** ./node_modules/vuex/dist/vuex.esm.js ***! \********************************************/ -/*! exports provided: default, Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers */ +/*! exports provided: Store, install, mapState, mapMutations, mapGetters, mapActions, createNamespacedHelpers, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); -/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Store", function() { return Store; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "install", function() { return install; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapState", function() { return mapState; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapMutations", function() { return mapMutations; }); @@ -65559,11 +65559,11 @@ __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mapActions", function() { return mapActions; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNamespacedHelpers", function() { return createNamespacedHelpers; }); /** - * vuex v3.1.1 - * (c) 2019 Evan You + * vuex v3.0.1 + * (c) 2017 Evan You * @license MIT */ -function applyMixin (Vue) { +var applyMixin = function (Vue) { var version = Number(Vue.version.split('.')[0]); if (version >= 2) { @@ -65597,14 +65597,11 @@ function applyMixin (Vue) { this.$store = options.parent.$store; } } -} +}; -var target = typeof window !== 'undefined' - ? window - : typeof global !== 'undefined' - ? global - : {}; -var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__; +var devtoolHook = + typeof window !== 'undefined' && + window.__VUE_DEVTOOLS_GLOBAL_HOOK__; function devtoolPlugin (store) { if (!devtoolHook) { return } @@ -65630,6 +65627,16 @@ function devtoolPlugin (store) { * @param {Function} f * @return {*} */ +/** + * Deep copy the given object considering circular structure. + * This function caches all nested objects and its copies. + * If it detects circular structure, use cached copy to avoid infinite loop. + * + * @param {*} obj + * @param {Array} cache + * @return {*} + */ + /** * forEach for object @@ -65650,28 +65657,17 @@ function assert (condition, msg) { if (!condition) { throw new Error(("[vuex] " + msg)) } } -function partial (fn, arg) { - return function () { - return fn(arg) - } -} - -// Base data struct for store's module, package with some attribute and method var Module = function Module (rawModule, runtime) { this.runtime = runtime; - // Store some children item this._children = Object.create(null); - // Store the origin module object which passed by programmer this._rawModule = rawModule; var rawState = rawModule.state; - - // Store the origin module's state this.state = (typeof rawState === 'function' ? rawState() : rawState) || {}; }; -var prototypeAccessors = { namespaced: { configurable: true } }; +var prototypeAccessors$1 = { namespaced: { configurable: true } }; -prototypeAccessors.namespaced.get = function () { +prototypeAccessors$1.namespaced.get = function () { return !!this._rawModule.namespaced }; @@ -65722,7 +65718,7 @@ Module.prototype.forEachMutation = function forEachMutation (fn) { } }; -Object.defineProperties( Module.prototype, prototypeAccessors ); +Object.defineProperties( Module.prototype, prototypeAccessors$1 ); var ModuleCollection = function ModuleCollection (rawRootModule) { // register root module (Vuex.Store options) @@ -65865,12 +65861,17 @@ var Store = function Store (options) { if (true) { assert(Vue, "must call Vue.use(Vuex) before creating a store instance."); assert(typeof Promise !== 'undefined', "vuex requires a Promise polyfill in this browser."); - assert(this instanceof Store, "store must be called with the new operator."); + assert(this instanceof Store, "Store must be called with the new operator."); } var plugins = options.plugins; if ( plugins === void 0 ) plugins = []; var strict = options.strict; if ( strict === void 0 ) strict = false; + var state = options.state; if ( state === void 0 ) state = {}; + if (typeof state === 'function') { + state = state() || {}; + } + // store internal state this._committing = false; this._actions = Object.create(null); @@ -65897,8 +65898,6 @@ var Store = function Store (options) { // strict mode this.strict = strict; - var state = this._modules.root.state; - // init root module. // this also recursively registers all sub-modules // and collects all module getters inside this._wrappedGetters @@ -65911,21 +65910,20 @@ var Store = function Store (options) { // apply plugins plugins.forEach(function (plugin) { return plugin(this$1); }); - var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools; - if (useDevtools) { + if (Vue.config.devtools) { devtoolPlugin(this); } }; -var prototypeAccessors$1 = { state: { configurable: true } }; +var prototypeAccessors = { state: { configurable: true } }; -prototypeAccessors$1.state.get = function () { +prototypeAccessors.state.get = function () { return this._vm._data.$$state }; -prototypeAccessors$1.state.set = function (v) { +prototypeAccessors.state.set = function (v) { if (true) { - assert(false, "use store.replaceState() to explicit replace store state."); + assert(false, "Use store.replaceState() to explicit replace store state."); } }; @@ -65981,34 +65979,11 @@ Store.prototype.dispatch = function dispatch (_type, _payload) { return } - try { - this._actionSubscribers - .filter(function (sub) { return sub.before; }) - .forEach(function (sub) { return sub.before(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in before action subscribers: "); - console.error(e); - } - } + this._actionSubscribers.forEach(function (sub) { return sub(action, this$1.state); }); - var result = entry.length > 1 + return entry.length > 1 ? Promise.all(entry.map(function (handler) { return handler(payload); })) - : entry[0](payload); - - return result.then(function (res) { - try { - this$1._actionSubscribers - .filter(function (sub) { return sub.after; }) - .forEach(function (sub) { return sub.after(action, this$1.state); }); - } catch (e) { - if (true) { - console.warn("[vuex] error in after action subscribers: "); - console.error(e); - } - } - return res - }) + : entry[0](payload) }; Store.prototype.subscribe = function subscribe (fn) { @@ -66016,8 +65991,7 @@ Store.prototype.subscribe = function subscribe (fn) { }; Store.prototype.subscribeAction = function subscribeAction (fn) { - var subs = typeof fn === 'function' ? { before: fn } : fn; - return genericSubscribe(subs, this._actionSubscribers) + return genericSubscribe(fn, this._actionSubscribers) }; Store.prototype.watch = function watch (getter, cb, options) { @@ -66082,7 +66056,7 @@ Store.prototype._withCommit = function _withCommit (fn) { this._committing = committing; }; -Object.defineProperties( Store.prototype, prototypeAccessors$1 ); +Object.defineProperties( Store.prototype, prototypeAccessors ); function genericSubscribe (fn, subs) { if (subs.indexOf(fn) < 0) { @@ -66117,9 +66091,7 @@ function resetStoreVM (store, state, hot) { var computed = {}; forEachValue(wrappedGetters, function (fn, key) { // use computed to leverage its lazy-caching mechanism - // direct inline function use will lead to closure preserving oldVm. - // using partial to return function with only arguments preserved in closure enviroment. - computed[key] = partial(fn, store); + computed[key] = function () { return fn(store); }; Object.defineProperty(store.getters, key, { get: function () { return store._vm[key]; }, enumerable: true // for local getters @@ -66331,7 +66303,7 @@ function registerGetter (store, type, rawGetter, local) { function enableStrictMode (store) { store._vm.$watch(function () { return this._data.$$state }, function () { if (true) { - assert(store._committing, "do not mutate vuex store state outside mutation handlers."); + assert(store._committing, "Do not mutate vuex store state outside mutation handlers."); } }, { deep: true, sync: true }); } @@ -66350,7 +66322,7 @@ function unifyObjectStyle (type, payload, options) { } if (true) { - assert(typeof type === 'string', ("expects string as the type, but found " + (typeof type) + ".")); + assert(typeof type === 'string', ("Expects string as the type, but found " + (typeof type) + ".")); } return { type: type, payload: payload, options: options } @@ -66369,12 +66341,6 @@ function install (_Vue) { applyMixin(Vue); } -/** - * Reduce the code which written in Vue.js for getting the state. - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it. - * @param {Object} - */ var mapState = normalizeNamespace(function (namespace, states) { var res = {}; normalizeMap(states).forEach(function (ref) { @@ -66402,12 +66368,6 @@ var mapState = normalizeNamespace(function (namespace, states) { return res }); -/** - * Reduce the code which written in Vue.js for committing the mutation - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapMutations = normalizeNamespace(function (namespace, mutations) { var res = {}; normalizeMap(mutations).forEach(function (ref) { @@ -66418,7 +66378,6 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // Get the commit method from store var commit = this.$store.commit; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapMutations', namespace); @@ -66435,19 +66394,12 @@ var mapMutations = normalizeNamespace(function (namespace, mutations) { return res }); -/** - * Reduce the code which written in Vue.js for getting the getters - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} getters - * @return {Object} - */ var mapGetters = normalizeNamespace(function (namespace, getters) { var res = {}; normalizeMap(getters).forEach(function (ref) { var key = ref.key; var val = ref.val; - // The namespace has been mutated by normalizeNamespace val = namespace + val; res[key] = function mappedGetter () { if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) { @@ -66465,12 +66417,6 @@ var mapGetters = normalizeNamespace(function (namespace, getters) { return res }); -/** - * Reduce the code which written in Vue.js for dispatch the action - * @param {String} [namespace] - Module's namespace - * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function. - * @return {Object} - */ var mapActions = normalizeNamespace(function (namespace, actions) { var res = {}; normalizeMap(actions).forEach(function (ref) { @@ -66481,7 +66427,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { var args = [], len = arguments.length; while ( len-- ) args[ len ] = arguments[ len ]; - // get dispatch function from store var dispatch = this.$store.dispatch; if (namespace) { var module = getModuleByNamespace(this.$store, 'mapActions', namespace); @@ -66498,11 +66443,6 @@ var mapActions = normalizeNamespace(function (namespace, actions) { return res }); -/** - * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object - * @param {String} namespace - * @return {Object} - */ var createNamespacedHelpers = function (namespace) { return ({ mapState: mapState.bind(null, namespace), mapGetters: mapGetters.bind(null, namespace), @@ -66510,24 +66450,12 @@ var createNamespacedHelpers = function (namespace) { return ({ mapActions: mapActions.bind(null, namespace) }); }; -/** - * Normalize the map - * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ] - * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ] - * @param {Array|Object} map - * @return {Object} - */ function normalizeMap (map) { return Array.isArray(map) ? map.map(function (key) { return ({ key: key, val: key }); }) : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); }) } -/** - * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map. - * @param {Function} fn - * @return {Function} - */ function normalizeNamespace (fn) { return function (namespace, map) { if (typeof namespace !== 'string') { @@ -66540,13 +66468,6 @@ function normalizeNamespace (fn) { } } -/** - * Search a special module from store by namespace. if module not exist, print error message. - * @param {Object} store - * @param {String} helper - * @param {String} namespace - * @return {Object} - */ function getModuleByNamespace (store, helper, namespace) { var module = store._modulesNamespaceMap[namespace]; if ( true && !module) { @@ -66558,7 +66479,7 @@ function getModuleByNamespace (store, helper, namespace) { var index_esm = { Store: Store, install: install, - version: '3.1.1', + version: '3.0.1', mapState: mapState, mapMutations: mapMutations, mapGetters: mapGetters, @@ -66566,10 +66487,9 @@ var index_esm = { createNamespacedHelpers: createNamespacedHelpers }; -/* harmony default export */ __webpack_exports__["default"] = (index_esm); +/* harmony default export */ __webpack_exports__["default"] = (index_esm); -/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), @@ -66648,7 +66568,7 @@ __webpack_require__.r(__webpack_exports__); var map = { "./auth/Login.vue": [ "./resources/js/Common/views/auth/Login.vue", - 3 + 16 ] }; function webpackAsyncContext(req) { @@ -66721,7 +66641,7 @@ module.exports = "/fonts/fontello.eot?3e7fe63cf066c28d2d94ca7eae699e91"; /*! no static exports found */ /***/ (function(module, exports) { -module.exports = "/fonts/fontello.svg?9281862069b0270595713b68da83f6b6"; +module.exports = "/fonts/fontello.svg?09b19405b635c43e20e0a7cc2e1f55ec"; /***/ }), @@ -67964,17 +67884,17 @@ vue__WEBPACK_IMPORTED_MODULE_0___default.a.use(vuex__WEBPACK_IMPORTED_MODULE_1__ var map = { "./Add.vue": [ "./resources/js/User/views/Add.vue", - 1, - 14 + 3, + 13 ], "./List.vue": [ "./resources/js/User/views/List.vue", - 0, + 1, + 5, + 4, 7, 6, - 9, - 8, - 10 + 8 ] }; function webpackAsyncContext(req) { @@ -68006,7 +67926,7 @@ module.exports = webpackAsyncContext; /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { -module.exports = __webpack_require__(/*! /home/farid/Documents/development/php/willamall_new/resources/js/User/app.js */"./resources/js/User/app.js"); +module.exports = __webpack_require__(/*! D:\Atom\Git\willamall-admin\resources\js\User\app.js */"./resources/js/User/app.js"); /***/ })