diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000000..da2d3988d7d --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14 \ No newline at end of file diff --git a/bp-loader.php b/bp-loader.php index e629f5adf29..406fac7f297 100644 --- a/bp-loader.php +++ b/bp-loader.php @@ -5,7 +5,7 @@ * Description: The BuddyBoss Platform adds community features to WordPress. Member Profiles, Activity Feeds, Direct Messaging, Notifications, and more! * Author: BuddyBoss * Author URI: https://buddyboss.com/ - * Version: 2.3.70 + * Version: 2.3.81 * Text Domain: buddyboss * Domain Path: /bp-languages/ * License: GPLv2 or later (license.txt) diff --git a/composer.json b/composer.json index fc2f7ea7d4d..3741da7ddca 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "composer/installers": "~1.0", "php": ">=5.3.0", "phpunit/phpunit": "6.1.0", - "php-ffmpeg/php-ffmpeg": "^0.16.0" + "php-ffmpeg/php-ffmpeg": "^0.16.0", + "maennchen/zipstream-php": "^2.1" }, "require-dev": { "symfony/var-dumper": "^4.2", @@ -49,6 +50,10 @@ "lint": ["@lint-php", "@lint-js", "@lint-css"] }, "config": { - "platform-check": false + "platform-check": false, + "allow-plugins": { + "composer/installers": true, + "dealerdirect/phpcodesniffer-composer-installer": true + } } } diff --git a/composer.lock b/composer.lock index 22f584579ce..bfb13b6a2f2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "38275b0fac200599c514920c348e40e5", + "content-hash": "02b2f3191715e027a631cc8aa50408e6", "packages": [ { "name": "alchemy/binary-driver", @@ -66,20 +66,24 @@ "binary", "driver" ], + "support": { + "issues": "https://github.com/alchemy-fr/BinaryDriver/issues", + "source": "https://github.com/alchemy-fr/BinaryDriver/tree/master" + }, "time": "2020-02-12T19:35:11+00:00" }, { "name": "composer/installers", - "version": "v1.9.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca", - "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca", + "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { @@ -90,17 +94,18 @@ "shama/baton": "*" }, "require-dev": { - "composer/composer": "1.6.* || 2.0.*@dev", - "composer/semver": "1.0.* || 2.0.*@dev", - "phpunit/phpunit": "^4.8.36", - "sebastian/comparator": "^1.2.4", + "composer/composer": "1.6.* || ^2.0", + "composer/semver": "^1 || ^3", + "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan-phpunit": "^0.12.16", + "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "1.x-dev" } }, "autoload": { @@ -138,6 +143,7 @@ "Porto", "RadPHP", "SMF", + "Starbug", "Thelia", "Whmcs", "WolfCMS", @@ -171,13 +177,16 @@ "majima", "mako", "mediawiki", + "miaoxing", "modulework", "modx", "moodle", "osclass", + "pantheon", "phpbb", "piwik", "ppi", + "processwire", "puppet", "pxcms", "reindex", @@ -187,26 +196,45 @@ "sydes", "sylius", "symfony", + "tastyigniter", "typo3", "wordpress", "yawik", "zend", "zikula" ], - "time": "2020-04-07T06:57:05+00:00" + "support": { + "issues": "https://github.com/composer/installers/issues", + "source": "https://github.com/composer/installers/tree/v1.12.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-09-13T08:19:44+00:00" }, { "name": "doctrine/cache", - "version": "1.10.2", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "13e3381b25847283a91948d04640543941309727" + "reference": "56cd022adb5514472cb144c087393c1821911d09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", - "reference": "13e3381b25847283a91948d04640543941309727", + "url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09", + "reference": "56cd022adb5514472cb144c087393c1821911d09", "shasum": "" }, "require": { @@ -217,20 +245,19 @@ }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^6.0", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^9", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.0", - "predis/predis": "~1.0" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" @@ -275,6 +302,10 @@ "redis", "xcache" ], + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.13.0" + }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -289,40 +320,83 @@ "type": "tidelift" } ], - "time": "2020-07-07T18:54:01+00:00" + "time": "2022-05-20T20:06:54+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" + }, + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/instantiator", - "version": "1.3.1", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" @@ -336,7 +410,7 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", @@ -345,7 +419,25 @@ "constructor", "instantiate" ], - "time": "2020-05-29T17:27:14+00:00" + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:15:36+00:00" }, { "name": "evenement/evenement", @@ -388,41 +480,124 @@ "event-dispatcher", "event-emitter" ], + "support": { + "issues": "https://github.com/igorw/evenement/issues", + "source": "https://github.com/igorw/evenement/tree/master" + }, "time": "2017-07-23T21:35:13+00:00" }, + { + "name": "maennchen/zipstream-php", + "version": "2.2.6", + "source": { + "type": "git", + "url": "https://github.com/maennchen/ZipStream-PHP.git", + "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f", + "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f", + "shasum": "" + }, + "require": { + "myclabs/php-enum": "^1.5", + "php": "^7.4 || ^8.0", + "psr/http-message": "^1.0", + "symfony/polyfill-mbstring": "^1.0" + }, + "require-dev": { + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.9", + "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0", + "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.4", + "phpunit/phpunit": "^8.5.8 || ^9.4.2", + "vimeo/psalm": "^4.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "ZipStream\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paul Duncan", + "email": "pabs@pablotron.org" + }, + { + "name": "Jonatan Männchen", + "email": "jonatan@maennchen.ch" + }, + { + "name": "Jesse Donat", + "email": "donatj@gmail.com" + }, + { + "name": "András Kolesár", + "email": "kolesar@kolesar.hu" + } + ], + "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", + "keywords": [ + "stream", + "zip" + ], + "support": { + "issues": "https://github.com/maennchen/ZipStream-PHP/issues", + "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6" + }, + "funding": [ + { + "url": "https://github.com/maennchen", + "type": "github" + }, + { + "url": "https://opencollective.com/zipstream", + "type": "open_collective" + } + ], + "time": "2022-11-25T18:57:19+00:00" + }, { "name": "myclabs/deep-copy", - "version": "1.10.1", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", - "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, - "replace": { - "myclabs/deep-copy": "self.version" + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" }, "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, "files": [ "src/DeepCopy/deep_copy.php" - ] + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -436,7 +611,80 @@ "object", "object graph" ], - "time": "2020-06-29T13:22:24+00:00" + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" + }, + { + "name": "myclabs/php-enum", + "version": "1.8.4", + "source": { + "type": "git", + "url": "https://github.com/myclabs/php-enum.git", + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483", + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.3 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "1.*", + "vimeo/psalm": "^4.6.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "MyCLabs\\Enum\\": "src/" + }, + "classmap": [ + "stubs/Stringable.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP Enum contributors", + "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" + } + ], + "description": "PHP Enum implementation", + "homepage": "http://github.com/myclabs/php-enum", + "keywords": [ + "enum" + ], + "support": { + "issues": "https://github.com/myclabs/php-enum/issues", + "source": "https://github.com/myclabs/php-enum/tree/1.8.4" + }, + "funding": [ + { + "url": "https://github.com/mnapoli", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum", + "type": "tidelift" + } + ], + "time": "2022-08-04T09:53:51+00:00" }, { "name": "neutron/temporary-filesystem", @@ -476,6 +724,10 @@ } ], "description": "Symfony filesystem extension to handle temporary files", + "support": { + "issues": "https://github.com/romainneutron/Temporary-Filesystem/issues", + "source": "https://github.com/romainneutron/Temporary-Filesystem/tree/2.4" + }, "time": "2020-02-17T15:27:36+00:00" }, { @@ -531,6 +783,10 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/master" + }, "time": "2017-03-05T18:14:27+00:00" }, { @@ -578,6 +834,10 @@ } ], "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/master" + }, "time": "2017-03-05T17:38:23+00:00" }, { @@ -662,6 +922,10 @@ "video", "video processing" ], + "support": { + "issues": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues", + "source": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/master" + }, "time": "2020-03-29T09:57:10+00:00" }, { @@ -711,20 +975,24 @@ "reflection", "static analysis" ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.2.2", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", - "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { @@ -735,7 +1003,8 @@ "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.2" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -763,28 +1032,41 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2020-09-03T19:13:55+00:00" + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.4.0", + "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" + "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d", + "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "doctrine/deprecations": "^1.0", + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" }, "require-dev": { - "ext-tokenizer": "*" + "ext-tokenizer": "*", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" }, "type": "library", "extra": { @@ -808,7 +1090,11 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-09-17T18:55:26+00:00" + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2" + }, + "time": "2023-05-30T18:13:47+00:00" }, { "name": "phpspec/prophecy", @@ -871,8 +1157,59 @@ "spy", "stub" ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" + }, "time": "2020-03-05T15:02:03+00:00" }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.22.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", + "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0" + }, + "time": "2023-06-01T12:35:21+00:00" + }, { "name": "phpunit/php-code-coverage", "version": "5.2.0", @@ -935,6 +1272,11 @@ "testing", "xunit" ], + "support": { + "irc": "irc://irc.freenode.net/phpunit", + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master" + }, "time": "2017-04-20T10:00:57+00:00" }, { @@ -982,6 +1324,11 @@ "filesystem", "iterator" ], + "support": { + "irc": "irc://irc.freenode.net/phpunit", + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" + }, "time": "2017-11-27T13:52:08+00:00" }, { @@ -1023,6 +1370,10 @@ "keywords": [ "template" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" + }, "time": "2015-06-21T13:50:34+00:00" }, { @@ -1072,6 +1423,10 @@ "keywords": [ "timer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/master" + }, "time": "2017-02-26T11:10:40+00:00" }, { @@ -1121,6 +1476,10 @@ "keywords": [ "tokenizer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", + "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" + }, "abandoned": true, "time": "2017-11-27T05:48:46+00:00" }, @@ -1206,6 +1565,10 @@ "testing", "xunit" ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/6.1.0" + }, "time": "2017-04-07T04:45:38+00:00" }, { @@ -1265,21 +1628,79 @@ "mock", "xunit" ], + "support": { + "irc": "irc://irc.freenode.net/phpunit", + "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", + "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/master" + }, "abandoned": true, "time": "2017-08-03T14:08:16+00:00" }, + { + "name": "psr/http-message", + "version": "1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/1.1" + }, + "time": "2023-04-04T09:50:52+00:00" + }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -1303,7 +1724,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -1313,27 +1734,30 @@ "psr", "psr-3" ], - "time": "2020-03-23T09:12:05+00:00" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -1358,7 +1782,17 @@ ], "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" + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", @@ -1422,6 +1856,10 @@ "compare", "equality" ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/master" + }, "time": "2017-03-03T06:26:08+00:00" }, { @@ -1474,6 +1912,10 @@ "keywords": [ "diff" ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/1.4" + }, "time": "2017-05-22T07:24:03+00:00" }, { @@ -1524,29 +1966,33 @@ "environment", "hhvm" ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/master" + }, "time": "2016-11-26T07:53:53+00:00" }, { "name": "sebastian/exporter", - "version": "3.1.2", + "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" + "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6", + "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -1591,8 +2037,18 @@ "export", "exporter" ], - "time": "2019-09-14T09:02:43+00:00" - }, + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:00:17+00:00" + }, { "name": "sebastian/global-state", "version": "2.0.0", @@ -1642,24 +2098,28 @@ "keywords": [ "global state" ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" + }, "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, @@ -1689,24 +2149,34 @@ ], "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" + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:40:27+00:00" }, { "name": "sebastian/object-reflector", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -1734,24 +2204,34 @@ ], "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" + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:37:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -1772,14 +2252,14 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, { "name": "Adam Harvey", "email": "aharvey@php.net" @@ -1787,7 +2267,17 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:34:24+00:00" }, { "name": "sebastian/resource-operations", @@ -1829,6 +2319,10 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" + }, "time": "2015-07-28T20:34:47+00:00" }, { @@ -1872,32 +2366,33 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/master" + }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "symfony/filesystem", - "version": "v5.1.7", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae" + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/1a8697545a8d87b9f2f6b1d32414199cc5e20aae", - "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -1920,8 +2415,11 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Filesystem Component", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -1936,24 +2434,27 @@ "type": "tidelift" } ], - "time": "2020-09-27T14:02:37+00:00" + "time": "2023-05-31T13:04:02+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.18.1", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" @@ -1961,7 +2462,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1969,12 +2470,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1998,29 +2499,52 @@ "polyfill", "portable" ], - "time": "2020-07-14T12:35:20+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.18.1", + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", - "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { - "php": ">=7.0.8" + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2028,12 +2552,89 @@ } }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "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" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -2064,32 +2665,44 @@ "portable", "shim" ], - "time": "2020-07-14T12:35:20+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", - "version": "v5.1.7", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9" + "reference": "e3c46cc5689c8782944274bb30702106ecbe3b64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9", - "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9", + "url": "https://api.github.com/repos/symfony/process/zipball/e3c46cc5689c8782944274bb30702106ecbe3b64", + "reference": "e3c46cc5689c8782944274bb30702106ecbe3b64", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" @@ -2112,8 +2725,11 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Process Component", + "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v5.4.24" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -2128,20 +2744,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:23:27+00:00" + "time": "2023-05-17T11:26:05+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "75a63c33a8577608444246075ea0af0d052e452a" + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", - "reference": "75a63c33a8577608444246075ea0af0d052e452a", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { @@ -2168,34 +2784,49 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2020-07-12T23:59:07+00:00" + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" }, { "name": "webmozart/assert", - "version": "1.9.1", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" + "phpunit/phpunit": "^8.5.13" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -2217,41 +2848,48 @@ "check", "validate" ], - "time": "2020-07-08T17:02:28+00:00" + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" } ], "packages-dev": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.0", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "e8d808670b8f882188368faaf1144448c169c0b7" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e8d808670b8f882188368faaf1144448c169c0b7", - "reference": "e8d808670b8f882188368faaf1144448c169c0b7", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev" + "php": ">=5.4", + "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", + "php-parallel-lint/php-parallel-lint": "^1.3.1", "phpcompatibility/php-compatibility": "^9.0", - "sensiolabs/security-checker": "^4.1.0" + "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2264,6 +2902,10 @@ "email": "franck.nijhof@dealerdirect.com", "homepage": "http://www.frenck.nl", "role": "Developer / IT Manager" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", @@ -2275,6 +2917,7 @@ "codesniffer", "composer", "installer", + "phpcbf", "phpcs", "plugin", "qa", @@ -2285,7 +2928,11 @@ "stylecheck", "tests" ], - "time": "2020-06-25T14:57:39+00:00" + "support": { + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" + }, + "time": "2023-01-05T11:28:13+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -2343,32 +2990,36 @@ "phpcs", "standards" ], + "support": { + "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", + "source": "https://github.com/PHPCompatibility/PHPCompatibility" + }, "time": "2019-12-27T09:44:58+00:00" }, { "name": "phpcompatibility/phpcompatibility-paragonie", - "version": "1.3.0", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", - "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c" + "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c", - "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26", + "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "paragonie/random_compat": "dev-master", "paragonie/sodium_compat": "dev-master" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", @@ -2393,22 +3044,27 @@ "paragonie", "phpcs", "polyfill", - "standards" + "standards", + "static analysis" ], - "time": "2019-11-04T15:17:54+00:00" + "support": { + "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", + "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" + }, + "time": "2022-10-25T01:46:02+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", - "version": "2.1.0", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", - "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" + "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", - "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5", + "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5", "shasum": "" }, "require": { @@ -2416,10 +3072,10 @@ "phpcompatibility/phpcompatibility-paragonie": "^1.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5" + "dealerdirect/phpcodesniffer-composer-installer": "^0.7" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", @@ -2443,22 +3099,27 @@ "compatibility", "phpcs", "standards", + "static analysis", "wordpress" ], - "time": "2019-08-28T14:22:28+00:00" + "support": { + "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", + "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" + }, + "time": "2022-10-24T09:00:36+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.6", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", - "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { @@ -2494,34 +3155,37 @@ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], - "time": "2020-08-10T04:50:15+00:00" + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2023-02-22T23:07:41+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.18.1", + "name": "symfony/polyfill-php72", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2529,12 +3193,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2550,95 +3214,52 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ], - "time": "2020-07-14T12:35:20+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.18.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "639447d008615574653fb3bc60d1986d7172eaae" + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", - "reference": "639447d008615574653fb3bc60d1986d7172eaae", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/var-dumper", - "version": "v4.4.15", + "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca" + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0dc22bdf9d1197467bb04d505355180b6f20bcca", - "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", @@ -2648,7 +3269,7 @@ "ext-iconv": "*", "symfony/console": "^3.4|^4.0|^5.0", "symfony/process": "^4.4|^5.0", - "twig/twig": "^1.34|^2.4|^3.0" + "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", @@ -2659,11 +3280,6 @@ "Resources/bin/var-dump-server" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "files": [ "Resources/functions/dump.php" @@ -2689,13 +3305,30 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony mechanism for exploring and dumping PHP variables", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], - "time": "2020-09-18T08:35:10+00:00" + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -2741,6 +3374,11 @@ "standards", "wordpress" ], + "support": { + "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", + "source": "https://github.com/WordPress/WordPress-Coding-Standards", + "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" + }, "time": "2020-05-13T23:57:56+00:00" } ], @@ -2753,5 +3391,5 @@ "php": ">=5.3.0" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.3.0" } diff --git a/package.json b/package.json index b992a0f4bcc..0dc6f3d41f7 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,5 @@ }, "license": "GPL-2.0-or-later", "version": "3.1.0", - "BBVersion": "2.3.70" + "BBVersion": "2.3.81" } diff --git a/src/bp-activity/bp-activity-embeds.php b/src/bp-activity/bp-activity-embeds.php index caaac30e747..9a0a0d86f88 100644 --- a/src/bp-activity/bp-activity-embeds.php +++ b/src/bp-activity/bp-activity-embeds.php @@ -296,7 +296,7 @@ function bp_activity_embed_media() { } if ( true === isset( $anchor_text ) ) { - $caption .= sprintf( '%2$s', esc_url( $url ), apply_filters( 'the_title', $anchor_text ) ); + $caption .= sprintf( '%2$s', esc_url( $url ), apply_filters( 'the_title', $anchor_text, 0 ) ); } // Set up caption. diff --git a/src/bp-activity/bp-activity-filters.php b/src/bp-activity/bp-activity-filters.php index 165d6a17334..2fc36353ad9 100644 --- a/src/bp-activity/bp-activity-filters.php +++ b/src/bp-activity/bp-activity-filters.php @@ -272,7 +272,18 @@ function bp_activity_save_link_data( $activity ) { return; } - $link_url = ! empty( $_POST['link_url'] ) ? filter_var( $_POST['link_url'], FILTER_VALIDATE_URL ) : ''; + // Check if link_url is missing http protocol then update it. + $link_url = ''; + if ( ! empty( $_POST['link_url'] ) ) { + $parsed_url = wp_parse_url( $_POST['link_url'] ); + if ( ! $parsed_url || empty( $parsed_url['host'] ) ) { + $link_url = 'http://' . $_POST['link_url']; + } else { + $link_url = $_POST['link_url']; + } + } + + $link_url = ! empty( $link_url ) ? filter_var( $link_url, FILTER_VALIDATE_URL ) : ''; $link_embed = isset( $_POST['link_embed'] ) ? filter_var( $_POST['link_embed'], FILTER_VALIDATE_BOOLEAN ) : false; // Check if link url is set or not. diff --git a/src/bp-activity/bp-activity-notifications.php b/src/bp-activity/bp-activity-notifications.php index d5a6a88c3d4..b20da3f5c4a 100644 --- a/src/bp-activity/bp-activity-notifications.php +++ b/src/bp-activity/bp-activity-notifications.php @@ -645,4 +645,25 @@ function bb_activity_add_notification_metas( $notification ) { } } +/** + * Function will remove follow notification when a member withdraws their following. + * + * @since BuddyBoss 2.3.80 + * + * @param BP_Activity_Follow $follower Contains following data. + */ +function bb_activity_follow_withdraw_notifications( $follower ) { + if ( empty( $follower ) || ! bp_is_activity_follow_active() || empty( $follower->leader_id ) ) { + return; + } + + bp_notifications_delete_notifications_by_item_id( + $follower->leader_id, // Following user id. + $follower->id, + buddypress()->activity->id, + 'bb_following_new', + $follower->follower_id // Current user id. + ); +} +add_action( 'bp_stop_following', 'bb_activity_follow_withdraw_notifications', 10, 1 ); diff --git a/src/bp-activity/bp-activity-template.php b/src/bp-activity/bp-activity-template.php index c498a700975..b77b419dced 100644 --- a/src/bp-activity/bp-activity-template.php +++ b/src/bp-activity/bp-activity-template.php @@ -1900,7 +1900,7 @@ function bp_activity_comments( $args = '' ) { function bp_activity_get_comments( $args = '' ) { global $activities_template; - if ( ! in_array( $activities_template->activity->type, array( 'bbp_reply_create', 'bbp_topic_create' ), true ) && ! bp_activity_can_comment() ) { + if ( in_array( $activities_template->activity->component, array( 'blogs' ), true ) && ! bp_activity_can_comment() ) { return false; } diff --git a/src/bp-activity/classes/class-bp-activity-list-table.php b/src/bp-activity/classes/class-bp-activity-list-table.php index ef3d2e0e56b..d34813c5d5b 100644 --- a/src/bp-activity/classes/class-bp-activity-list-table.php +++ b/src/bp-activity/classes/class-bp-activity-list-table.php @@ -712,21 +712,20 @@ function column_comment( $item ) { // End timestamp. echo ''; + $activity = new BP_Activity_Activity( $item['id'] ); + // Get activity content - if not set, use the action. if ( ! empty( $item['content'] ) ) { - $activity = new BP_Activity_Activity( $item['id'] ); - /** This filter is documented in bp-activity/bp-activity-template.php */ $content = apply_filters_ref_array( 'bp_get_activity_content_body', array( $item['content'], &$activity ) ); } else { - /** - * Filters current activity item action. - * - * @since BuddyPress 1.2.0 - * - * @var array $item Array index holding current activity item action. - */ - $content = apply_filters_ref_array( 'bp_get_activity_action', array( $item['action'] ) ); + // Emulate bp_get_activity_action(). + $r = array( + 'no_timestamp' => false, + ); + + /** This filter is documented in bp-activity/bp-activity-template.php */ + $content = apply_filters_ref_array( 'bp_get_activity_action', array( $item['action'], &$activity, $r ) ); } /** diff --git a/src/bp-activity/classes/class-bp-rest-activity-comment-endpoint.php b/src/bp-activity/classes/class-bp-rest-activity-comment-endpoint.php index d65f3943ea4..c019a2c6c4a 100644 --- a/src/bp-activity/classes/class-bp-rest-activity-comment-endpoint.php +++ b/src/bp-activity/classes/class-bp-rest-activity-comment-endpoint.php @@ -252,14 +252,20 @@ public function create_item( $request ) { $request['parent_id'] = ''; } - $comment_id = bp_activity_new_comment( - array( - 'activity_id' => $request['id'], - 'content' => $request['content'], - 'parent_id' => $request['parent_id'], - ) + $args = array( + 'content' => $request['content'], + 'parent_id' => $request['parent_id'], + 'activity_id' => $request['id'], + 'user_id' => bp_loggedin_user_id(), + 'skip_notification' => true, ); + remove_action( 'bp_activity_after_save', 'bp_activity_at_name_send_emails' ); + + $comment_id = bp_activity_new_comment( $args ); + + add_action( 'bp_activity_after_save', 'bp_activity_at_name_send_emails' ); + if ( is_wp_error( $comment_id ) ) { return new WP_Error( 'comment_error', @@ -278,6 +284,22 @@ public function create_item( $request ) { return $fields_update; } + $activity = new BP_Activity_Activity( $request['id'] ); + + bp_activity_at_name_send_emails( $activity ); + + /** + * Fires near the end of an activity comment posting, before the returning of the comment ID. + * Sends a notification to the user. + * + * @param int $comment_id ID of the newly posted activity comment. + * @param array $args Array of parsed comment arguments. + * @param BP_Activity_Activity $activity Activity item being commented on. + * + * @see bp_activity_new_comment_notification_helper(). + */ + do_action( 'bp_activity_comment_posted', $comment_id, $args, $activity ); + // Update current user's last activity. bp_update_user_last_activity(); diff --git a/src/bp-activity/classes/class-bp-rest-activity-endpoint.php b/src/bp-activity/classes/class-bp-rest-activity-endpoint.php index fc61390d788..bb8c5356b02 100644 --- a/src/bp-activity/classes/class-bp-rest-activity-endpoint.php +++ b/src/bp-activity/classes/class-bp-rest-activity-endpoint.php @@ -559,12 +559,18 @@ public function create_item( $request ) { $prime = $request['primary_item_id']; $activity_id = 0; + remove_action( 'bp_activity_after_save', 'bp_activity_at_name_send_emails' ); + // Post a regular activity update. if ( 'activity_update' === $type ) { if ( bp_is_active( 'groups' ) && ! is_null( $prime ) ) { + remove_action( 'bp_groups_posted_update', 'bb_subscription_send_subscribe_group_notifications', 10, 4 ); $activity_id = groups_post_update( $prepared_activity ); + add_action( 'bp_groups_posted_update', 'bb_subscription_send_subscribe_group_notifications', 10, 4 ); } else { + remove_action( 'bp_activity_posted_update', 'bb_activity_send_email_to_following_post', 10, 3 ); $activity_id = bp_activity_post_update( $prepared_activity ); + add_action( 'bp_activity_posted_update', 'bb_activity_send_email_to_following_post', 10, 3 ); } // Post an activity comment. @@ -580,6 +586,8 @@ public function create_item( $request ) { $prepared_activity->parent_id = (int) $request['secondary_item_id']; } + $prepared_activity->skip_notification = true; + $activity_id = bp_activity_new_comment( $prepared_activity ); // Otherwise add an activity. @@ -587,6 +595,8 @@ public function create_item( $request ) { $activity_id = bp_activity_add( $prepared_activity ); } + add_action( 'bp_activity_after_save', 'bp_activity_at_name_send_emails' ); + if ( ! is_numeric( $activity_id ) ) { return new WP_Error( 'bp_rest_user_cannot_create_activity', @@ -611,6 +621,38 @@ public function create_item( $request ) { return $fields_update; } + bp_activity_at_name_send_emails( $activity ); + + if ( 'activity_update' === $type ) { + if ( bp_is_active( 'groups' ) && ! is_null( $prime ) ) { + $group_id = ! empty( $prepared_activity->group_id ) ? $prepared_activity->group_id : ( ! empty( $prepared_activity->item_id ) ? $prepared_activity->item_id : 0 ); + bb_subscription_send_subscribe_group_notifications( + $prepared_activity->content, + $prepared_activity->user_id, + $group_id, + $activity_id + ); + } else { + bb_activity_send_email_to_following_post( $prepared_activity->content, $prepared_activity->user_id, $activity_id ); + } + + // Post an activity comment. + } elseif ( 'activity_comment' === $type ) { + $activity = new BP_Activity_Activity( ( ! empty( $prepared_activity->activity_id ) ? $prepared_activity->activity_id : 0 ) ); + + /** + * Fires near the end of an activity comment posting, before the returning of the comment ID. + * Sends a notification to the user. + * + * @param int $activity_id ID of the newly posted activity comment. + * @param array $prepared_activity Array of parsed comment arguments. + * @param BP_Activity_Activity $activity Activity item being commented on. + * + * @see bp_activity_new_comment_notification_helper(). + */ + do_action( 'bp_activity_comment_posted', $activity_id, (array) $prepared_activity, $activity ); + } + // Update current user's last activity. bp_update_user_last_activity(); diff --git a/src/bp-activity/classes/class-bp-rest-activity-link-preview-endpoint.php b/src/bp-activity/classes/class-bp-rest-activity-link-preview-endpoint.php index 1d520ff2b57..81bf8450a10 100644 --- a/src/bp-activity/classes/class-bp-rest-activity-link-preview-endpoint.php +++ b/src/bp-activity/classes/class-bp-rest-activity-link-preview-endpoint.php @@ -73,6 +73,11 @@ public function get_items( $request ) { $url = $request->get_param( 'url' ); + $parsed_url = wp_parse_url( $url ); + if ( ! $parsed_url || empty( $parsed_url['host'] ) ) { + $url = 'http://' . $url; + } + if ( ! wp_http_validate_url( $url ) ) { return new WP_Error( 'bp_rest_invalid_url', diff --git a/src/bp-blogs/bp-blogs-template.php b/src/bp-blogs/bp-blogs-template.php index 40e78629d6a..45dbea76384 100644 --- a/src/bp-blogs/bp-blogs-template.php +++ b/src/bp-blogs/bp-blogs-template.php @@ -720,11 +720,11 @@ function bp_get_blog_latest_post( $args = array() ) { * * @param string $retval Title of the latest post. */ - $retval = sprintf( __( 'Latest Post: %s', 'buddyboss' ), '' . apply_filters( 'the_title', $retval ) . '' ); + $retval = sprintf( __( 'Latest Post: %s', 'buddyboss' ), '' . apply_filters( 'the_title', $retval, $blogs_template->blog->latest_post->ID ) . '' ); } else { /** This filter is documented in bp-blogs/bp-blogs-template.php */ - $retval = '' . apply_filters( 'the_title', $retval ) . ''; + $retval = '' . apply_filters( 'the_title', $retval, $blogs_template->blog->latest_post->ID ) . ''; } } diff --git a/src/bp-core/admin/bp-core-admin-components.php b/src/bp-core/admin/bp-core-admin-components.php index 8ddb5bb3c7e..a0268ec8599 100644 --- a/src/bp-core/admin/bp-core-admin-components.php +++ b/src/bp-core/admin/bp-core-admin-components.php @@ -66,13 +66,13 @@ function bp_core_admin_components_options() { unset( $optional_components['blogs'] ); } + // We are not displaying document & video component in listing it's automatically active if media component is active. + unset( $optional_components['document'] ); + unset( $optional_components['video'] ); + // Merge optional and required together. $all_components = $required_components + $optional_components; - // We are not displaying document & video component in listing it's automatically active if media component is active. - unset( $all_components['document'] ); - unset( $all_components['video'] ); - // If this is an upgrade from before BuddyPress 1.5, we'll have to convert // deactivated components into activated ones. if ( empty( $active_components ) ) { @@ -105,9 +105,10 @@ function bp_core_admin_components_options() { */ // Get the total count of all plugins. - $all_count = count( $all_components ); - $page = bp_core_do_network_admin() ? 'admin.php' : 'admin.php'; - $action = ! empty( $_GET['action'] ) ? $_GET['action'] : 'all'; + $all_count = count( $all_components ); + $active_count = $all_count - count( $inactive_components ); + $page = bp_core_do_network_admin() ? 'admin.php' : 'admin.php'; + $action = ! empty( $_GET['action'] ) ? $_GET['action'] : 'all'; switch ( $action ) { case 'all': @@ -174,7 +175,7 @@ class="current">(%s) - class="current">(%s)', 'buddyboss' ), bp_core_number_format( count( $active_components ) ) ); ?> | + class="current">(%s)', 'buddyboss' ), bp_core_number_format( $active_count ) ); ?> |
  • @@ -1865,6 +1866,31 @@ function bp_member_type_permissions_metabox( $post ) { + + + + + + + + + + + + +
    + +
    + /> + +
    + term_id ) ) { // Fetch all the users which associated this profile type. - $get_user_ids = $wpdb->get_col( "SELECT u.ID FROM {$wpdb->users} u INNER JOIN {$wpdb->prefix}term_relationships r ON u.ID = r.object_id WHERE u.user_status = 0 AND r.term_taxonomy_id = " . $type_term->term_id ); + $get_user_ids = $wpdb->get_col( "SELECT u.ID FROM {$wpdb->users} u INNER JOIN {$wpdb->term_relationships} r ON u.ID = r.object_id WHERE u.user_status = 0 AND r.term_taxonomy_id = " . $type_term->term_id ); if ( isset( $get_user_ids ) && ! empty( $get_user_ids ) ) { if ( in_array( get_current_user_id(), $get_user_ids ) ) { $bp_prevent_data_update = true; @@ -3454,4 +3497,3 @@ function bb_member_type_labelcolor_metabox( $post ) { query( "DELETE m, mm FROM {$wpdb->prefix}bp_groups_members AS m LEFT JOIN {$wpdb->users} AS u ON u.ID = m.user_id LEFT JOIN {$wpdb->prefix}bp_groups_membermeta AS mm ON m.ID = mm.member_id WHERE u.ID IS NULL" ); + } + + // Fetch all groups. + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching + $group_ids = $wpdb->get_col( $wpdb->prepare( "SELECT DISTINCT id FROM {$wpdb->prefix}bp_groups ORDER BY id DESC LIMIT 20 OFFSET %d", $offset ) ); + + if ( ! empty( $group_ids ) ) { + foreach ( $group_ids as $group_id ) { + // Remove cached group member count. + $cache_key = 'bp_group_get_total_member_count_' . $group_id; + wp_cache_delete( $cache_key, 'bp_groups' ); + + $select_sql = "SELECT COUNT(u.ID) FROM {$bp->groups->table_name_members} m"; + $join_sql = "LEFT JOIN {$wpdb->users} u ON u.ID = m.user_id"; + + // Where conditions. + $where_conditions = array(); + $where_conditions['where'] = $wpdb->prepare( 'm.group_id = %d AND m.is_confirmed = 1 AND m.is_banned = 0', $group_id ); + + /** + * Filters the MySQL WHERE conditions for the group members count. + * + * @since BuddyBoss [BBVERSION] + * + * @param array $where_conditions Current conditions for MySQL WHERE statement. + * @param string $ud_name moderation type + */ + $where_conditions = apply_filters( 'bb_group_member_count_where_sql', $where_conditions, 'user_id' ); + + // Join the where conditions together. + $where_sql = 'WHERE ' . join( ' AND ', $where_conditions ); + + /** + * Filters the MySQL JOIN conditions for the group members count. + * + * @since BuddyBoss [BBVERSION] + * + * @param array $join_sql Current conditions for MySQL JOIN statement. + * @param string $ud_name moderation type + */ + $join_sql = apply_filters( 'bb_group_member_count_join_sql', $join_sql, 'user_id' ); + + $sql = "{$select_sql} {$join_sql} {$where_sql}"; + + // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, WordPress.DB.PreparedSQL.NotPrepared + $member_count = $wpdb->get_var( $sql ); + + groups_update_groupmeta( $group_id, 'total_member_count', absint( $member_count ) ); + wp_cache_set( $cache_key, absint( $member_count ), 'bp_groups' ); + + $offset++; + } + + return array( + 'status' => 'running', + 'offset' => $offset, + 'records' => sprintf( + /* translators: %s: number of groups */ + esc_html__( '%s groups member count updated successfully.', 'buddyboss' ), + bp_core_number_format( $offset ) + ), + ); + } + + $statement = esc_html__( 'Recalculating the total group members count for each group … %s', 'buddyboss' ); + + return array( + 'status' => 1, + 'message' => sprintf( $statement, esc_html__( 'Complete!', 'buddyboss' ) ), + ); +} diff --git a/src/bp-core/admin/css/common-rtl.min.css b/src/bp-core/admin/css/common-rtl.min.css index 8f789e6af68..10aa4b57164 100644 --- a/src/bp-core/admin/css/common-rtl.min.css +++ b/src/bp-core/admin/css/common-rtl.min.css @@ -1 +1 @@ -@charset "UTF-8";.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;font-size:15px;max-width:1150px;margin-top:25px}.bp-about-wrap .bp-admin-card{margin:20px 0 0}.bp-about-wrap .bp-admin-card h2{font-weight:600}.bp-about-wrap .bp-admin-card h2:before{content:none}.bp-about-wrap .bp-admin-card img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap .bp-admin-card ul{margin:0}.bp-about-wrap .bp-admin-card p{line-height:1.5;font-size:14px;margin:0}.bp-about-wrap .bp-admin-card .wp-person{display:inline-block;vertical-align:top;margin:0 0 0 10px;height:70px;width:280px}.bp-about-wrap .bp-admin-card .wp-person .gravatar{float:right;margin:0 0 10px 10px;border-radius:100%;width:60px;height:60px}.bp-about-wrap .bp-admin-card .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .bp-admin-card .wp-person .title{display:block;font-weight:300}.bp-about-wrap .bp-admin-card p.wp-credits-list a{white-space:nowrap}#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f130"}#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f307"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f465"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f325"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-separator-notice]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform .wp-menu-image:before{content:"\edc8";font-family:bb-icons;font-style:normal;font-weight:300;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:20px;margin-right:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px}#bp-admin-component-form .tablenav{margin-bottom:10px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%;padding-bottom:15px}#bp-admin-component-form .subsubsub{padding-bottom:5px}#bp-admin-component-form span.required{color:#32373c}@media screen and (max-width:782px){#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}.buddyboss_page_bp-tools .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-tools .section-default_data ul li.main ul{margin:5px 25px 0 0}.buddyboss_page_bp-tools .section-default_data #message ul.results li{list-style:disc;margin-right:25px}.buddyboss_page_bp-repair-community .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-repair-community .section-default_data ul li.main ul{margin:5px 20px 0 0}.buddyboss_page_bp-repair-community .section-default_data #message ul.results li{list-style:disc;margin-right:25px}tr.bp-search-child-field,tr.bp-search-child-field th{padding:0}tr.bp-search-child-field td{padding:6px 25px}tr.bp-search-parent-field td,tr.bp-search-parent-field th{padding:15px 0 10px 20px}tr.bp-search-parent-field td p{margin-top:0}tr.bp-search-parent-field td p.section-header{margin:0 0 20px}tr.bp-custom-post-type-child-field td{padding:6px 40px}tr.bp-custom-post-type-child-field,tr.bp-search-parent-field label{font-weight:600}tr.bp-search-parent-field label{font-size:16px}.bp-admin-card{position:relative;margin-top:20px;padding:2.2em 2.8em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-admin-card .form-table td p{color:#999;margin-top:6px}.bp-admin-card .form-table td a.button-secondary{margin-top:1px}.bp-admin-card h2{line-height:1;margin:0 0 1em;padding-bottom:1.2em;font-size:22px;font-weight:700;color:#333;border-bottom:1px solid #eaeaea;align-items:center;display:flex}.bp-admin-card h2 span{font-weight:400}.bp-admin-card h2 a{text-decoration:none}.bp-admin-card h2 [class*=" bb-icon-"]{font-size:36px;width:36px;margin-left:16px;vertical-align:middle;position:relative}.bp-admin-card h2 [class*=" bb-icon-"]:before{margin:0;color:#f6f6f6;position:relative;z-index:2}.bp-admin-card h2 [class*=" bb-icon-"]:after{position:absolute;right:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background:#333}.bp-admin-card h3{font-size:19px;font-weight:600}.bp-admin-card p.alert{padding:10px 12px;background:#f3f5f6;border-radius:3px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp-admin-card p.alert code a{text-decoration:none;color:#444}.bp-admin-card p.alert code a:hover{color:#0073aa}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td{background:#f0f0f1;margin:10px 10px 0 0;padding:10px 20px 10px 15px;border:1px solid #ccd0d4;display:block;border-radius:4px}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td p{margin:0}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none.child-custom-post-type td{margin:10px 10px 10px 0}.bp-admin-card.section-bp_document_settings_extensions h2:before,.bp-admin-card.section-bp_video_settings_extensions h2:before,.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>th{display:none}.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>td{padding:0}.bp-admin-card.section-bp_media_settings_symlinks{display:block!important}.bp-admin-card.section-bp_search_settings_community table,.bp-admin-card.section-bp_search_settings_post_types table{margin-bottom:20px}.bp-admin-card.section-bp_search_settings_community th[scope=row],.bp-admin-card.section-bp_search_settings_post_types th[scope=row]{width:1px}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing th{display:none}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing td table.extension-listing thead tr th{display:table-cell}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing>td{padding:0}.section-bp_document_settings_extensions+.submit>a{margin-right:5px}table.extension-listing{border-radius:4px;margin:9px 0 12px}table.extension-listing thead th{padding:12px 18px}table.extension-listing thead th.ext-head-extension{width:2.5em}table.extension-listing thead th.ext-head-desc{width:16%}table.extension-listing thead th.ext-head-icon{width:4em}table.extension-listing thead td.ext-head-enable{width:1.2em}table.extension-listing tbody td{padding:10px}table.extension-listing tbody td [class*=" bb-icon-"]{font-size:33px;color:#999;margin-right:8px;vertical-align:middle}table.extension-listing tbody td input.error{border:1px solid red}table.extension-listing tbody td input.hide-border{border:none;background-color:transparent;color:#555;margin:0}table.extension-listing tbody td input.hide-border:focus{background-color:#eee}table.extension-listing tbody td input[type=text]{width:100%}table.extension-listing tbody td #btn-remove-extensions{cursor:pointer;color:#a00;font-size:18px;vertical-align:middle;margin-right:6px}table.extension-listing tbody tr.custom-extension td input.extension-mime[type=text]{width:50%}table.extension-listing tfoot td #btn-add-extensions,table.extension-listing tfoot td #btn-add-video-extensions,table.extension-listing tfoot td #btn-check-mime-type{cursor:pointer;float:left;margin-right:8px}@media screen and (max-width:782px){table.extension-listing{display:block}table.extension-listing tbody,table.extension-listing thead,table.extension-listing tr{display:block;width:100%}table.extension-listing tbody.extra-extension input[type=text],table.extension-listing thead.extra-extension input[type=text],table.extension-listing tr.extra-extension input[type=text]{margin-top:15px;margin-right:10px;width:calc(100% - 10px)}table.extension-listing tbody.extra-extension .icon-select-main,table.extension-listing thead.extra-extension .icon-select-main,table.extension-listing tr.extra-extension .icon-select-main{margin-right:10px}table.extension-listing tr.custom-extension{background-color:#fff}table.extension-listing tr.custom-extension td{padding-right:20px!important}table.extension-listing tfoot{width:100%;display:inline-block;box-sizing:border-box}table.extension-listing tfoot td #btn-add-extensions{margin:10px 0 15px}table.extension-listing thead .ext-head:not(.ext-head-enable){display:none!important}table.extension-listing .ext-head.ext-head-enable{width:100%!important;padding:10px 10px 0 0!important}table.extension-listing tbody td{padding-right:10px!important;width:100%!important;box-sizing:border-box}table.extension-listing tbody td>i{margin:15px 10px 10px 0}table.extension-listing tbody td:before{top:0;right:20px!important;font-weight:600}table.extension-listing tbody td:first-child{padding-right:20px!important}table.extension-listing tbody td .extension-mime{margin-bottom:15px}table.extension-listing tbody td .btn-check-mime-type{margin-right:10px}}table.extension-listing select.extension-icon{display:none}table.extension-listing .icon-select-main{position:relative;display:inline-block;vertical-align:middle;width:100%}table.extension-listing .icon-select-main .icon-select-button{font-size:14px;line-height:2;color:#32373c;border:1px solid #7e8993;border-width:1px;box-shadow:none;border-radius:3px;padding:3px 8px 3px 24px;-webkit-appearance:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px;cursor:pointer;vertical-align:middle;max-width:100%;width:100%;display:inline-block;box-sizing:border-box}table.extension-listing .icon-select-main .icon-select-button li{list-style:none;margin:0;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:right;color:#555}table.extension-listing .icon-select-main .icon-select-button i{font-size:22px;color:#888;margin-left:10px;vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list{position:absolute;right:0;left:0;min-width:160px;background-color:#fff;border:1px solid #ccd0d4;border-radius:3px;box-shadow:0 2px 12px 1px rgba(0,0,0,.1);padding:0;bottom:100%;max-height:60vh;overflow:auto;display:none}table.extension-listing .icon-select-main .custom-extension-list ul.custom-extension-list-select{font-size:0;color:#888}table.extension-listing .icon-select-main .custom-extension-list li{list-style:none;cursor:pointer;font-size:14px;padding:8px 12px;margin:0}table.extension-listing .icon-select-main .custom-extension-list li:first-child{border-bottom:1px solid #eee;padding-top:10px;padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:nth-child(2){padding-top:10px}table.extension-listing .icon-select-main .custom-extension-list li:last-child{padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:hover{background-color:#f9f9f9}table.extension-listing .icon-select-main .custom-extension-list li span{vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list i{font-size:28px;margin-left:10px;vertical-align:middle;color:#888}@media screen and (max-width:1023px){#bp-hello-container.bp-hello-mime{bottom:0}#bp-hello-container.bp-hello-mime .bp-hello-header{height:auto;max-height:initial;min-height:58px}}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}#bp-activities-form .fixed .column-author{width:15%}#bp-activities-form #the-comment-list td.comment img,#bp-activities-form #the-comment-list td.comment video{max-width:300px;display:block;margin:.6em 0}.activity-attached-gif-container{cursor:pointer;max-width:480px}.activity-attached-gif-container .gif-player{position:relative;max-width:480px}.activity-attached-gif-container .gif-player video{margin:0}.activity-attached-gif-container .gif-play-button{height:80px;width:80px;position:absolute;right:29%;margin-right:-32px;top:69%;margin-top:-44px}.activity-attached-gif-container .gif-play-button .bb-icon-play-thin{font-size:80px;width:80px;height:80px;margin:0;padding:0;line-height:0}.activity-attached-gif-container .gif-icon{background:url(../images/GIF.svg) center no-repeat;position:absolute;display:block;height:28px;width:44px;bottom:0;right:0;border-radius:4px 0 0 0;background-size:28px;padding:8px;background-color:#000;opacity:.45}form#bp-groups-form .fixed .column-comment{width:20%}@media only screen and (min-width:700px){#poststuff #bbp_reply_attributes select{min-width:70%}}body.post-type-reply #edit-slug-box{padding-right:0;margin-top:0}#bbpress_group_admin_ui_meta_box fieldset{min-width:230px}#bbp-dashboard-right-now .table,#bbp-dashboard-right-now .versions,#bbp-dashboard-right-now p.sub{margin:-12px}#bbp-dashboard-right-now .inside{font-size:12px;padding-top:20px;margin-bottom:0}#bbp-dashboard-right-now p.sub{padding:5px 0 15px;color:#8f8f8f;font-size:14px;position:absolute;top:-17px;right:15px;left:0}#bbp-dashboard-right-now .table{margin:0;padding:0;position:relative}#bbp-dashboard-right-now .table_content{float:right;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now .table_discussion{float:left;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now table td{padding:3px 0;white-space:nowrap}#bbp-dashboard-right-now table tr.first td{border-top:none}#bbp-dashboard-right-now td.b{padding-left:6px;padding-right:0;text-align:left;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;width:1%}#bbp-dashboard-right-now td.b a{font-size:18px}#bbp-dashboard-right-now td.b a:hover{color:#d54e21}#bbp-dashboard-right-now .t{font-size:12px;padding-left:12px;padding-right:0;padding-top:6px;color:#777}#bbp-dashboard-right-now .t a{white-space:nowrap}#bbp-dashboard-right-now .spam{color:red}#bbp-dashboard-right-now .waiting{color:#e66f00}#bbp-dashboard-right-now .approved{color:#0f0}#bbp-dashboard-right-now a.button{float:left;clear:left;position:relative;top:-5px}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:right;margin-left:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-right:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-right:0;width:100%}.bp-new-notice-panel .button-primary{margin-right:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-group-type .postbox .inside,body.post-type-bp-member-type .postbox .inside{padding:0 12px 12px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker{display:flex;flex-direction:row}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one{display:flex;flex-direction:column;vertical-align:middle;text-align:-webkit-match-parent;flex-basis:auto}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child),body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child){margin-right:15px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label{margin-bottom:10px;color:#686868}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker{display:none}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker{display:block}body.post-type-bp-group-type #group-type-shortcode,body.post-type-bp-member-type #member-type-shortcode{line-height:1;margin-left:10px;padding:7px;display:inline-block}table.bp-postbox-table{background:#f9f9f9;margin-top:22px;border-radius:3px}table.bp-postbox-table thead th{font-weight:600}table.bp-postbox-table tbody th{width:23%;vertical-align:top}table.bp-postbox-table tbody td input[type=checkbox]{margin-left:8px}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:right;padding-right:25px;text-indent:-25px}.buddyboss_page_bbp-repair .wrap,.buddyboss_page_bp-repair-community .wrap,.buddyboss_page_bp-tools .wrap{max-width:950px}.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p,.buddyboss_page_bp-tools p{line-height:2}.buddyboss_page_bbp-repair fieldset,.buddyboss_page_bp-repair-community fieldset,.buddyboss_page_bp-tools fieldset{margin:2em 0 0}.buddyboss_page_bbp-repair legend,.buddyboss_page_bp-repair-community legend,.buddyboss_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600;margin:1em 0}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label,.buddyboss_page_bp-tools label{clear:right;display:block;line-height:1.5;margin:0 0 7px;padding:3px;border-radius:3px}@media screen and (max-width:782px){.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p{line-height:1.5}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label{margin-bottom:1em;padding-left:25px;text-indent:-33px}.buddyboss_page_bbp-repair .checkbox,.buddyboss_page_bp-repair-community .checkbox{padding:0 30px 0 0}}.bp-display-none{display:none}.wrap .bp-help-doc{position:relative;margin-top:20px;padding:2.2em 2.8em 2em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-help-card-grid{margin-top:20px;min-width:255px;max-width:1050px}.bp-help-card-grid .bp-help-main-menu-wrap{display:flex;flex-flow:wrap;margin-right:-10px;margin-left:-10px}.bp-help-card-grid .bp-help-card{margin:0 10px 2%;background-color:#fff;border:1px solid #ccd0d4;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;flex:0 0 calc(33.33% - 20px);min-width:0}.bp-help-card-grid .bp-help-card .inside{padding:1.8em 2em 5em}.bp-help-card-grid .bp-help-card h2{font-size:18px;padding:0;margin:0 0 1em;line-height:1.4}.bp-help-card-grid .bp-help-card p:first-child{margin-top:0}.bp-help-card-grid .bp-help-content-wrap{display:flex}.bp-help-content-wrap{display:flex;flex-flow:row wrap;min-width:255px;max-width:1050px;background-color:#fff;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box}.bp-help-sidebar>ul{margin:0}.bp-help-sidebar>ul>li>a{color:#23282d;font-size:16px;font-weight:600}.bp-help-sidebar>ul>li>ul{margin-top:20px}.bp-help-sidebar>ul>li>ul li{line-height:1.6;margin:1.2em 0}.bp-help-sidebar>ul>li ul>li.selected>a{font-weight:600}.bp-help-sidebar>ul>li>ul>li>ul>li{margin-right:1.6em;list-style-type:disc}.bp-help-sidebar>ul span.open{font-size:0}.bp-help-sidebar>ul span.open:after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:bottom;font-size:10px;color:#999;cursor:pointer}.bp-help-sidebar>ul span.open.active:after{transform:rotate(-90deg)}.bp-help-content p,.bp-help-content ul li{line-height:2}.bp-help-content ul.bp-help-menu{margin:0 0 2.5em}.bp-help-content ul.bp-help-menu li{display:inline}.bp-help-content ul.bp-help-menu li.miscellaneous{display:none!important}.bp-help-content ul.bp-help-menu li:not(:last-child):after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:middle;font-size:10px;color:#999}.bp-help-content ul.bp-help-menu li:last-child a{color:#999}.bp-help-content h1{font-weight:500;font-size:2em;margin-bottom:1em}.bp-help-content h2{font-size:1.5em;margin-bottom:1em}.bp-help-content h3{font-size:1.2em;margin-bottom:1em}.bp-help-content code{border-radius:3px}.bp-help-content ol,.bp-help-content ul{margin-right:25px;margin-top:6px;line-height:1.5}.bp-help-content ul li{list-style-type:circle}.bp-help-content ol li{list-style-type:decimal}.bp-help-content hr{border-top:none;border-bottom:1px solid #eaeaea}.bp-help-content table{border:1px solid #eaeaea;border-collapse:collapse;width:100%;margin-bottom:3em}.bp-help-content th{background:#f9f9f9;font-weight:500;border-bottom:1px solid #eaeaea}.bp-help-content td,.bp-help-content th{padding:10px 12px}.bp-help-content img{max-width:100%;width:auto;height:auto;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 20px -1px rgba(7,10,25,.1)}.bp-help-content .article-child>ul>li{list-style-type:disc}.bp-help-content .article-child .actions,.bp-help-content .article-child .sub-menu-count{display:none}.bp-help-main-menu-wrap div.notice{margin:0 10px!important;width:100%}@media screen and (min-width:782px){.bp-help-sidebar{background:#f9f9f9;padding:2.5em;border-left:1px solid #ccd0d4;border-radius:0 6px 6px 0;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;min-width:0;overflow:initial;width:100%;min-height:60vh}.bp-help-content{padding:2.5em 3em;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bp-help-content th:first-child{width:40%}}@media screen and (max-width:781px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(50% - 20px);min-width:0}.bp-help-sidebar{background:#f9f9f9;padding:2.5em;width:100%;min-height:auto;border-bottom:1px solid #ccd0d4;border-radius:6px 6px 0 0}.bp-help-content{padding:2.5em;width:100%}.bp-help-content th:last-child{display:none}}@media screen and (max-width:550px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(100% - 20px)}}#buddypress-update.not-shiny .update-message{border-right:0;padding-right:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.bp_buddyboss_app_wrap{min-width:255px;max-width:1150px}.bp_buddyboss_app_wrap .buddyboss-app-featured{margin:20px 2px 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block,.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{background:#fff;margin:0 0 20px;padding:2em 2.8em;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-items{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item{-webkit-box-flex:1;flex:1;margin:2em 1em;min-width:200px;width:30%}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;margin:0 -2em;padding:20px 2em}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{display:none}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item:nth-of-type(-n+3){display:flex}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item:nth-child(-n+3){display:block}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon{justify-content:left}.bp_buddyboss_app_wrap .buddyboss-app-banner-block img{height:62px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding:24px 0 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content h3{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content p{margin:0 0 auto}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 0 0 20px;width:100px}.bp_buddyboss_app_wrap .buddyboss-app-column-block img{max-height:50px;max-width:50px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;justify-content:space-between;min-width:200px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content h2{float:right;margin-top:10px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content p{float:right;margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;background-color:#00aae1;color:#fff;width:124px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image{margin-left:2em;padding:1em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image .buddyboss-app-img{max-height:130px;max-width:160px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content h1{padding-bottom:0}.bp_buddyboss_app_wrap .buddyboss-app-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-column{-webkit-box-flex:1;flex:1;min-width:0;width:50%;padding-left:20px}.bp_buddyboss_app_wrap .buddyboss-app-column:last-child{padding-left:0}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{box-sizing:border-box;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 0 20px;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{background:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{display:-webkit-box;display:flex;flex-wrap:wrap}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block img{height:225px;margin:0 -2em 0 2em}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block h1{margin-top:-12px}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block p{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content a{width:48%}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block{background-color:#00aae1;text-align:center}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block h1{color:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block p{color:#fafafa}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block img{margin:10px 0;max-width:100%}body.post-type-bp_ps_form .page-title-action{display:none}.buddypress .wrap div#message,.buddypress .wrap div.notice{margin:25px 0 15px}tr.child-no-padding th{padding:0 0 0 10px}tr.child-no-padding td{padding:5px 10px}tr.child-no-padding-first th{padding:20px 0 0 10px}tr.child-no-padding-first td{padding:15px 10px 5px}td.inviter.column-inviter strong img{float:right;margin-left:10px;margin-top:1px}td label.platform-activity{clear:right;display:block;line-height:1.5;margin:0 0 1em}.nav-tab-wrapper .bp-emails-customizer,.nav-tab-wrapper .bp-group-customizer,.nav-tab-wrapper .bp-user-customizer{padding-left:6px}.nav-tab-wrapper .bp-emails-customizer:after,.nav-tab-wrapper .bp-group-customizer:after,.nav-tab-wrapper .bp-user-customizer:after{font-family:dashicons;content:"\f345";margin-right:3px;display:inline-block;vertical-align:top}.bb-nickname-hide-last-name{margin-top:-21px}.bb-nickname-hide-last-name input[type=checkbox]{margin-top:0}.bb-nickname-hide-first-name{margin-top:-8px}.bb-nickname-hide-first-name input[type=checkbox]{margin-top:0}.loader-repair-tools{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-left:4px solid green;border-right:4px solid red;border-bottom:4px solid pink;border-radius:50%;width:10px;height:10px;animation:spin 2s linear infinite;display:inline-block;margin-right:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}body .section-repair_community .settings fieldset .submit a.disable-btn{pointer-events:none}body .section-repair_community .settings fieldset .checkbox label code{margin-right:10px}@media screen and (max-width:782px){.bb-nickname-hide-last-name{margin-top:-2px}.bb-nickname-hide-first-name{margin-top:0}}.animate-spin{animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-ms-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}.wp-block-embed{margin:0}.wp-block-embed iframe{max-width:100%}#bp-help-content-area.loading,#bp-help-main-menu-wrap.loading,.bp-help-sidebar.loading{display:flex;justify-content:center;align-items:center}.content-loader{display:inline-block;position:relative;width:80px;height:80px}.content-loader div{display:inline-block;position:absolute;right:5px;width:9px;background:#dadada;animation:contentLoader 1.2s cubic-bezier(0,.5,.5,1) infinite}.content-loader div:nth-child(1){right:8px;animation-delay:-.24s}.content-loader div:nth-child(2){right:28px;animation-delay:-.12s}.content-loader div:nth-child(3){right:48px;animation-delay:0}#the-moderation-request-list .blocked_member>img,#the-moderation-request-list .content_owner>img{vertical-align:middle;margin-left:5px}#the-moderation-request-list [data-colname] a{outline:0;box-shadow:none}#the-moderation-request-list [data-colname] a img{display:inline-block;vertical-align:middle}#the-moderation-request-list .content_type strong{color:#1d2327}#the-moderation-request-list .content_type strong>span{color:grey}@keyframes contentLoader{0%{top:8px;height:50px}100%,50%{top:24px;height:28px}}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label{min-width:27%}#bp_moderation_settings_reporting label[for=bpm_reporting_content_reporting]{margin-top:5px;display:block}#bp_moderation_settings_reporting .small-text{width:48px;min-height:24px;height:24px}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label{display:inline-block;margin-bottom:30px}#bp_moderation_settings_blocking label.is_disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled,#bp_moderation_settings_reporting label.is_disabled{pointer-events:none;opacity:.5}#bp_moderation_settings_blocking label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.is_disabled input[type=checkbox]:disabled{opacity:1;border-color:inherit}#bp-hello-container.deactivation-popup{top:50%;bottom:initial;transform:translateY(-50%);overflow:auto;max-height:90%;max-width:640px;margin:0 auto}#bp-hello-container.deactivation-popup .bp-hello-footer{position:static;padding:10px 23px}#bp-hello-container.deactivation-popup .bp-hello-footer button+button{margin-right:10px}#bp-hello-container.deactivation-popup .bp-hello-content{height:auto;padding:20px 23px}#bp-hello-container.deactivation-popup .bp-hello-content h4{margin-bottom:0}#bp-hello-container.deactivation-popup .bp-hello-content ul{margin-right:17px;list-style-type:disc}#bp-hello-container.deactivation-popup .bp-hello-content>p:first-child{margin-top:0}#bp_moderation_action td a{text-decoration:none}.row-actions .suspend a,.row-actions .suspend a:hover{color:#dc3232}.users tr.suspended-user{background-color:#f5dada}h2.has_tutorial_btn{position:relative}h2.has_tutorial_btn .bbapp-tutorial-btn{position:absolute;left:0;right:initial;top:5px;font-weight:400}h2.has_tutorial_btn .bbapp-tutorial-btn p{margin:0}@media screen and (max-width:580px){h2.has_tutorial_btn{margin-bottom:65px}h2.has_tutorial_btn .bbapp-tutorial-btn{top:inherit;bottom:-55px}}.bb-screen-position-outer{display:flex;width:180px;justify-content:space-between}.bb-screen-position-outer .bb-screen-position{display:flex;width:85px;flex-direction:column;text-align:center}.bb-screen-position-outer .bb-screen-position input[type=radio]{opacity:0;visibility:hidden;height:0}.bb-screen-position-outer .bb-screen-position .option{position:relative;display:flex;flex-direction:column}.bb-screen-position-outer .bb-screen-position .option:before{content:" ";height:80px;width:80px;background:#f0f0f1;display:flex;border-radius:5px;border:2px solid #ccd0d4;transition:all .3s ease}.bb-screen-position-outer .bb-screen-position .option:after{content:" ";width:40px;height:20px;border-radius:2px;background:#c3c4c7;position:absolute;top:55px}.bb-screen-position-outer .bb-screen-position .option.opt-right:after{left:8px}.bb-screen-position-outer .bb-screen-position .option.opt-left:after{right:8px}.bb-screen-position-outer .bb-screen-position .option span{font-size:14px;color:#999;line-height:2}.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_left:checked:checked+.option:before,.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_right:checked:checked+.option:before{border-color:#2370b1}.bp-messages-feedback .bp-feedback.error{margin:0;border:0;padding:0}#bp_media_settings_symlinks .bp-feedback,#bp_privacy .bp-feedback,#bp_web_push_notification_settings .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_privacy .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon{border-radius:0 4px 4px 0;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_privacy .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px 8px;border:1px solid #ccc;border-radius:4px 0 0 4px;border-right:0;width:100%}#bp_media_settings_symlinks .bp-feedback,#bp_web_push_notification_settings .bp-feedback,.admin-notice .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon,.admin-notice .bp-feedback .bp-icon{border-radius:0 4px 4px 0;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p,.admin-notice .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px;border:1px solid #ccc;border-radius:4px 0 0 4px;border-right:0;width:100%}.bp-messages-feedback .bp-feedback.warning .bp-icon{background-color:#f7ba45}.bp-messages-feedback .bp-feedback.warning .bp-icon:before{font-family:bb-icons;content:"\e855"}.bb-error-section{padding:10px;margin-right:-210px;background:#ffdcdc;color:#d42929;line-height:1.5;border:1px solid #ffc5ca;border-radius:4px}.bb-warning-section-wrap.hidden-header>th{opacity:0;visibility:hidden;padding:0;margin:0}.bb-warning-section-wrap.hidden-header>th+td{padding-right:0;padding-left:0}.bb-warning-section{padding:10px;margin-right:-210px;background:#fff3c8;color:#8b6300;line-height:1.5;border:1px solid #ffeeb3;border-radius:4px}@media screen and (max-width:782px){.bb-warning-section{margin-right:0}}.status-line{display:inline-block;font-size:14px;padding:10px 15px;background:#f0f0f1;border-radius:5px;color:grey}.status-line:before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;background:grey;margin-left:10px;vertical-align:baseline}.status-line.error-connected{color:#ce1010}.status-line.error-connected:before{background:#ce1010}.status-line.connected{color:#858585}.status-line.connected:before{background:#8fd14f}.status-line.warn-connected{color:#858585}.status-line.warn-connected:before{background:#fac710}.buddyboss_page_bp-settings .bp-avatar-nav{display:none}.avatar-options .avatar-custom-input{display:inline-block;margin:0 0 0 7px}.avatar-options .avatar-custom-input+p.description{margin-top:15px}.avatar-options .avatar-custom-input>label{display:inline-block;vertical-align:top}.avatar-options .avatar-custom-input input[type=radio]{opacity:0;visibility:hidden;height:0;margin:0;padding:0!important;border:0;display:block}.avatar-options .avatar-custom-input input[type=radio]:checked+label .img-block img{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.avatar-options .avatar-custom-input input[type=radio]:checked:before{position:absolute}.avatar-options .avatar-custom-input .img-block{display:flex;border-radius:5px;margin-bottom:5px}.avatar-options .avatar-custom-input img{width:80px;height:80px;border:1px solid #ccd0d4;border-radius:5px;object-fit:cover}.avatar-options .avatar-custom-input span{display:block;text-align:center;color:#999}.avatar-options .avatar-custom-input .description{margin-top:15px}.avatar-options .bb-default-custom-upload-file .bb-upload-container img{margin-bottom:10px;max-width:120px}.avatar-options .bb-default-custom-upload-file .button.delete{border-color:#d33;color:#d33;margin-right:5px}.avatar-options .bb-default-custom-upload-file .button.delete.bp-hide{display:none}.avatar-options .bb-default-custom-upload-file.cover-uploader .bb-upload-container img{max-width:300px;width:100%}.avatar-options .cover-uploader-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer}.avatar-options .cover-uploader-label .cover-uploader-hide{border:0;opacity:0;position:absolute;left:0;top:0;bottom:0}.avatar-options .image-width-height>label{min-width:80px;display:inline-block}.avatar-options .image-width-height .description{margin-right:85px;margin-bottom:15px}@media screen and (max-width:782px){.avatar-options .image-width-height>label{min-width:auto;margin-bottom:10px}.avatar-options .image-width-height .description{margin-right:0}}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-uploader-progress div.error{margin:5px 0 2px}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-progress{margin-left:0}.preview_avatar_cover .preview-switcher{margin-bottom:25px}.preview_avatar_cover .preview-switcher .button:focus{box-shadow:none}.preview_avatar_cover .preview-block{max-width:260px;border:1px solid #ccd0d4;border-radius:5px;overflow:hidden;margin-bottom:25px;display:none}.preview_avatar_cover .preview-block.active{display:block}.preview_avatar_cover .app-preview-wrap{max-width:200px}.preview_avatar_cover .app-preview-wrap .preview-item-avatar{right:50%;border-radius:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);overflow:hidden}.preview_avatar_cover .preview-item-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:80px;max-height:80px;background-color:#ccc;overflow:hidden}.preview_avatar_cover .preview-item-cover.large-image{min-height:130px;max-height:130px}.preview_avatar_cover .preview-item-avatar{height:75px;width:75px;position:relative;top:-35px;right:25px;border:3px solid #fff;border-radius:5px}.preview_avatar_cover .preview-item-avatar.centered-image{right:50%;transform:translateX(50%)}.preview_avatar_cover .preview-item-avatar img{background-color:#f9f9f9}.preview_avatar_cover .preview-item-avatar img,.preview_avatar_cover .preview-item-cover img{object-fit:cover;width:100%}.preview_avatar_cover .preview-item-avatar img[src=""],.preview_avatar_cover .preview-item-cover img[src=""]{display:none}.preview_avatar_cover:not(.has-avatar) .preview-item-avatar{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-cover{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-avatar{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.preview_avatar_cover:not(.has-cover):not(.has-avatar){display:none}.preview_avatar_cover .button-group>.button:last-child:first-child{border-radius:3px}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar{border-radius:50%}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar img{border-radius:50%}.group-cover-options .preview_avatar_cover .app-preview-wrap{position:relative}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-cover{min-height:120px;max-height:120px;margin-bottom:45px}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-avatar{top:25px;position:absolute;border-radius:12px;border:0;height:70px;width:70px}.buddyboss_page_bp-settings #TB_window,body.users_page_bp-profile-edit #TB_window{height:auto!important;width:820px!important;max-width:90%;top:50%!important;transform:translateY(-50%);max-height:90%;overflow:auto}.buddyboss_page_bp-settings #TB_window .bp-avatar #avatar-to-crop,body.users_page_bp-profile-edit #TB_window .bp-avatar #avatar-to-crop{margin-bottom:15px}.buddyboss_page_bp-settings #TB_ajaxContent,body.users_page_bp-profile-edit #TB_ajaxContent{height:auto!important;width:auto!important;padding:15px}table tbody td .bb-description{color:#999;margin-top:6px;margin-bottom:0}.bb-group-element,.bb-group-headers-element,.bb-member-directory-element,.bb-member-directory-profile-action,.bb-profile-header-element{margin-bottom:10px}@media screen and (max-width:782px){.bb-group-element input[type=checkbox],.bb-group-headers-element input[type=checkbox],.bb-member-directory-element input[type=checkbox],.bb-member-directory-profile-action input[type=checkbox],.bb-profile-header-element input[type=checkbox]{width:auto}}.bb-header-style-outer{display:flex}.bb-header-style-outer .bb-header-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-header-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-header-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-header-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-header-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-left.png) no-repeat center}html[dir=rtl] .bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-right.png) no-repeat center}.bb-header-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-group-header-center.png) no-repeat center}.bb-header-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-header-style-outer .bb-header-style #bb-group-header-style-centered:checked:checked+.option:before,.bb-header-style-outer .bb-header-style #bb-group-header-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer{display:flex}.bb-grid-style-outer .bb-grid-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-grid-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-grid-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-grid-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-grid-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-right.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option.opt-centered:after{background:url(../../images/bb-group-directory-center.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-centered:checked:checked+.option:before,.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer .bb-header-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-right.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-profile-header-center.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-stylecentered:checked:checked+.option:before,.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-styleleft:checked:checked+.option:before{border-color:#2370b1}.bb-head-notice{background-color:#f6f6f6;border-radius:4px;color:#999;display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-top:10px;max-width:140px;padding:5px 10px;width:auto}.bb-head-notice a{color:inherit;font-weight:700;text-decoration:none}.bb-pro-inactive>th:before{content:"\e97c";font-family:bb-icons;margin-left:5px;vertical-align:top;display:inline-block;line-height:1;font-size:14px}.bb-pro-inactive>td{opacity:.3}.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-pro-active>th:before{display:none}.bb-pro-active .bb-head-notice{display:none}.bp-hello-email .bp-hello-title .count,.btn-open-missing-email .count{display:inline-block;background-color:#2271b1;color:#fff;padding:1px 6px;border-radius:4px;line-height:1.3;font-size:smaller}.btn-open-missing-email+#bp-hello-backdrop{display:block}.bp-hello-email .bp-hello-title .count{font-size:inherit;padding:2px 10px;margin-left:10px}.bp-hello-email .bp-hello-content{height:auto;padding:0 23px;min-height:180px;max-height:calc(100vh - 320px);margin-bottom:62px}.bp-hello-email .missing-email-list ul{list-style:disc;margin:25px 20px 25px 0}.bp-hello-email .bb-popup-buttons{position:absolute;bottom:0;padding:15px;text-align:left;width:calc(100% - 30px);margin:0 -23px;border-top:1px solid var(--bp-hello-color-secondary);background-color:#f0f0f1}@media screen and (orientation:landscape) and (max-height:480px){.bp-hello-email .bp-hello-content{min-height:110px}}#bp-hello-container.bp-hello-email{top:50%;bottom:initial;transform:translateY(-50%);margin-top:32px}#bp-hello-container.bp-hello-email .button-primary{color:#fff;margin-right:10px}@media screen and (max-width:480px){#bp-hello-container.bp-hello-email .button-primary{margin-right:0}}#bp_notification_settings_automatic table.render-dynamic-notification,#bp_notification_settings_automatic table.render-dynamic-notification tbody,#bp_notification_settings_automatic table.render-dynamic-notification td,#bp_notification_settings_automatic table.render-dynamic-notification th,#bp_notification_settings_automatic table.render-dynamic-notification tr{display:block}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th{display:none}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_notification_settings_automatic table.form-table .no-padding{padding:0}#bp_notification_settings_automatic table.form-table tbody tr{margin-bottom:20px}#bp_notification_settings_automatic table.form-table tbody tr th{margin-bottom:15px;width:100%}#bp_notification_settings_automatic .field-set{margin-top:10px;background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px}#bp_notification_settings_automatic .field-set .field-block{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:15px}#bp_notification_settings_automatic .field-set .field-block+.field-block{border-top:1px solid #ccd0d4}#bp_notification_settings_automatic .field-set .field-block .no-email-info{margin-left:15px;margin-right:auto;background-color:#ffdcdc;border-radius:5px;padding:5px 10px;color:#8c0202;font-size:11px;text-decoration:none}#bp_notification_settings_automatic .field-set .field-block .email-info{margin-left:15px;margin-right:auto;border-radius:5px;padding:5px 10px;font-size:11px;text-decoration:none;background-color:#dfe5ea}#bp_notification_settings_automatic .field-set .field-block .notification-defaults{padding:3px 0;cursor:pointer}#bp_notification_settings_automatic .field-set .field-block input[type=checkbox]{margin-top:0}#bp_notification_settings_automatic .field-set .field-block .manage-defaults{margin-top:15px;justify-content:flex-end;width:100%;display:flex}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap{margin-right:15px;min-width:58px;text-align:center}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled{pointer-events:none}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]{opacity:.7;background:rgba(255,255,255,.5);border-color:rgba(220,220,222,.75);color:rgba(44,51,56,.5)}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]::before{opacity:.7}#bp_notification_settings_automatic .field-set .field-block .manage-defaults-hide{display:none}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr th{min-width:200px;padding:15px 0 0 20px;width:auto}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr td{padding:15px 0 15px 10px}.bb-bottom-notice{margin:2.2em -2.8em -2.2em;background:#f6f6f8;padding:2.2em 2.8em;border-radius:0 0 5px 5px;border-top:1px solid #ccd0d4}.bp-admin-card .form-table .bb-lab-notice{background:#f6f6f8;padding:1.2em;margin-top:1.2em;border-radius:3px;border:1px solid #ccd0d4}.bp-admin-card .form-table .bp-new-notice-panel-notice{color:#8b6300;background-color:#fff3c8;padding:1.2em;font-size:14px;line-height:1.5;border-radius:3px;margin:20px 0}.bp-admin-card .form-table .bp-new-notice-panel-notice a{color:inherit}.bp-admin-card .form-table .bp-new-notice-panel-notice+p.description{margin-bottom:15px}.bb-lab-notice.notification-information:before{content:"\eebc";display:inline-block;font-family:bb-icons;font-size:16px;font-weight:100;margin-left:10px;line-height:1}.bb-lab-notice.notification-information:first-child{margin-top:0}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_messaging_notification_settings table.form-table .no-padding{padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default{width:300px;max-height:calc(90vh - 50px);overflow:auto}#wpadminbar #wp-admin-bar-bp-notifications-default>li{display:inline-block;width:100%;padding:5px 0}#wpadminbar #wp-admin-bar-bp-notifications-default>li#wp-admin-bar-notification-view-all{text-align:center}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar{float:right;width:40px;margin-top:4px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar .member-status{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a{height:auto;padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a img{max-width:36px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a>i{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content{float:left;width:calc(100% - 60px)}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .bb-full-link>a{opacity:1;padding:0;height:auto;position:static;white-space:normal;line-height:1.5}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .posted{line-height:1.4}table.moderations .column-content_type a[data-action=unhide],table.moderations .column-content_type a[data-action=unsuspend],table.moderations .column-member a[data-action=unhide],table.moderations .column-member a[data-action=unsuspend]{color:#5f9a22}table.moderations tfoot tr th,table.moderations thead tr th{font-weight:600}table.moderations tbody tr .column-suspend .dashicons{color:#000;font-size:24px}.buddyboss_page_bp-moderation .dashicons{font-weight:700}.buddyboss_page_bp-moderation .bb-back{display:inline-block;margin-top:15px;text-decoration:none}.buddyboss_page_bp-moderation .bb-back [class*=bb-icon]{display:inline-block;font-size:17px;margin:-1px 0 0 3px;vertical-align:middle}.buddyboss_page_bp-moderation table.reports tfoot tr th,.buddyboss_page_bp-moderation table.reports thead tr th{font-weight:600}table.moderations .column-member img,table.moderations .content_owner img,table.reports .column-reporter img{vertical-align:middle;margin-left:5px;border-radius:50%}#bp_moderation_action>.inside{margin:0;padding:0 20px}#bp_moderation_action>.inside .tablenav.bottom{height:auto;min-height:20px;margin:0;padding-top:0}#bp_moderation_action>.inside .tablenav.bottom .tablenav-pages{margin:20px 0}#bp_moderation_action .report-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfdfdf;margin:0 -20px;padding:20px}#bp_moderation_action .report-header_content_id{font-size:20px;font-weight:600;color:#1d2327;margin-bottom:10px}#bp_moderation_action .report-header_content_id span{color:grey;margin-right:5px}#bp_moderation_action .report-header_content_id a{text-decoration:none}#bp_moderation_action .report-header_content_id a i{font-weight:300;font-size:18px;transform:translateY(-1px);display:inline-block}#bp_moderation_action .report-header_user{display:flex;align-items:center}#bp_moderation_action .report-header_user strong a{text-decoration:none;font-size:16px;box-shadow:none}#bp_moderation_action .report-header_user img{border-radius:50%;max-width:35px;height:auto;margin-left:10px;vertical-align:middle}#bp_moderation_action .report-header_content{text-align:center;font-weight:600}#bp_moderation_action .report-header_content strong{display:block;font-size:24px}#bp_moderation_action .report-header_action .report-header_button{color:#b32d2e;border-color:#b32d2e}#bp_moderation_action .report-header_action .report-header_button.green{color:#5f9a22;border-color:#afcc90}#bp_moderation_action .report-header_action .report-header_button+.report-header_button{margin-right:10px}.moderation-table-heading.form-table td{padding:15px 0}#the-moderation-report-list .reporter a{box-shadow:none}.taxonomy-bpm_category .form-field.term-slug-wrap{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th+td,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_labs_settings table.form-table .no-padding,#bp_web_push_notification_settings table.form-table .no-padding{padding:0}.no-field-notice{background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px;padding:15px}.notification-settings-input[data-bp-tooltip]{display:inline-block}.notification-settings-input[data-bp-tooltip]::after{min-width:140px;white-space:normal;padding:7px 12px;text-align:center}.bp-admin-card .password-toggle{position:relative;display:inline-block;width:50%}.bp-admin-card .password-toggle>input{padding-left:30px;width:100%!important}.bp-admin-card .password-toggle .bb-hide-pw{position:absolute;left:0;top:0;height:100%;width:30px;border:0;padding:0;background:0 0!important;box-shadow:none}.bp-admin-card .password-toggle .bb-hide-pw .bb-icon{font-size:16px;line-height:1}.bp-admin-card .password-toggle .bb-hide-pw.bb-show-pass .bb-icon::before{content:"\ee6a"} \ No newline at end of file +@charset "UTF-8";.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;font-size:15px;max-width:1150px;margin-top:25px}.bp-about-wrap .bp-admin-card{margin:20px 0 0}.bp-about-wrap .bp-admin-card h2{font-weight:600}.bp-about-wrap .bp-admin-card h2:before{content:none}.bp-about-wrap .bp-admin-card img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap .bp-admin-card ul{margin:0}.bp-about-wrap .bp-admin-card p{line-height:1.5;font-size:14px;margin:0}.bp-about-wrap .bp-admin-card .wp-person{display:inline-block;vertical-align:top;margin:0 0 0 10px;height:70px;width:280px}.bp-about-wrap .bp-admin-card .wp-person .gravatar{float:right;margin:0 0 10px 10px;border-radius:100%;width:60px;height:60px}.bp-about-wrap .bp-admin-card .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .bp-admin-card .wp-person .title{display:block;font-weight:300}.bp-about-wrap .bp-admin-card p.wp-credits-list a{white-space:nowrap}#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f130"}#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f307"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f465"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f325"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-separator-notice]{pointer-events:none;cursor:default;padding-bottom:0;margin-left:16px;margin-right:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform .wp-menu-image:before{content:"\edc8";font-family:bb-icons;font-style:normal;font-weight:300;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:20px;margin-right:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px}#bp-admin-component-form .tablenav{margin-bottom:10px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%;padding-bottom:15px}#bp-admin-component-form .subsubsub{padding-bottom:5px}#bp-admin-component-form span.required{color:#32373c}@media screen and (max-width:782px){#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}.buddyboss_page_bp-tools .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-tools .section-default_data ul li.main ul{margin:5px 25px 0 0}.buddyboss_page_bp-tools .section-default_data #message ul.results li{list-style:disc;margin-right:25px}.buddyboss_page_bp-repair-community .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-repair-community .section-default_data ul li.main ul{margin:5px 20px 0 0}.buddyboss_page_bp-repair-community .section-default_data #message ul.results li{list-style:disc;margin-right:25px}tr.bp-search-child-field,tr.bp-search-child-field th{padding:0}tr.bp-search-child-field td{padding:6px 25px}tr.bp-search-parent-field td,tr.bp-search-parent-field th{padding:15px 0 10px 20px}tr.bp-search-parent-field td p{margin-top:0}tr.bp-search-parent-field td p.section-header{margin:0 0 20px}tr.bp-custom-post-type-child-field td{padding:6px 40px}tr.bp-custom-post-type-child-field,tr.bp-search-parent-field label{font-weight:600}tr.bp-search-parent-field label{font-size:16px}.bp-admin-card{position:relative;margin-top:20px;padding:2.2em 2.8em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-admin-card .form-table td p{color:#999;margin-top:6px}.bp-admin-card .form-table td a.button-secondary{margin-top:1px}.bp-admin-card h2{line-height:1;margin:0 0 1em;padding-bottom:1.2em;font-size:22px;font-weight:700;color:#333;border-bottom:1px solid #eaeaea;align-items:center;display:flex}.bp-admin-card h2 span{font-weight:400}.bp-admin-card h2 a{text-decoration:none}.bp-admin-card h2 [class*=" bb-icon-"]{font-size:36px;width:36px;margin-left:16px;vertical-align:middle;position:relative}.bp-admin-card h2 [class*=" bb-icon-"]:before{margin:0;color:#f6f6f6;position:relative;z-index:2}.bp-admin-card h2 [class*=" bb-icon-"]:after{position:absolute;right:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background:#333}.bp-admin-card h3{font-size:19px;font-weight:600}.bp-admin-card p.alert{padding:10px 12px;background:#f3f5f6;border-radius:3px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp-admin-card p.alert code a{text-decoration:none;color:#444}.bp-admin-card p.alert code a:hover{color:#0073aa}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td{background:#f0f0f1;margin:10px 10px 0 0;padding:10px 20px 10px 15px;border:1px solid #ccd0d4;display:block;border-radius:4px}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td p{margin:0}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none.child-custom-post-type td{margin:10px 10px 10px 0}.bp-admin-card.section-bp_document_settings_extensions h2:before,.bp-admin-card.section-bp_video_settings_extensions h2:before,.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>th{display:none}.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>td{padding:0}.bp-admin-card.section-bp_media_settings_symlinks{display:block!important}.bp-admin-card.section-bp_search_settings_community table,.bp-admin-card.section-bp_search_settings_post_types table{margin-bottom:20px}.bp-admin-card.section-bp_search_settings_community th[scope=row],.bp-admin-card.section-bp_search_settings_post_types th[scope=row]{width:1px}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing th{display:none}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing td table.extension-listing thead tr th{display:table-cell}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing>td{padding:0}.section-bp_document_settings_extensions+.submit>a{margin-right:5px}table.extension-listing{border-radius:4px;margin:9px 0 12px}table.extension-listing thead th{padding:12px 18px}table.extension-listing thead th.ext-head-extension{width:2.5em}table.extension-listing thead th.ext-head-desc{width:16%}table.extension-listing thead th.ext-head-icon{width:4em}table.extension-listing thead td.ext-head-enable{width:1.2em}table.extension-listing tbody td{padding:10px}table.extension-listing tbody td [class*=" bb-icon-"]{font-size:33px;color:#999;margin-right:8px;vertical-align:middle}table.extension-listing tbody td input.error{border:1px solid red}table.extension-listing tbody td input.hide-border{border:none;background-color:transparent;color:#555;margin:0}table.extension-listing tbody td input.hide-border:focus{background-color:#eee}table.extension-listing tbody td input[type=text]{width:100%}table.extension-listing tbody td #btn-remove-extensions{cursor:pointer;color:#a00;font-size:18px;vertical-align:middle;margin-right:6px}table.extension-listing tbody tr.custom-extension td input.extension-mime[type=text]{width:50%}table.extension-listing tfoot td #btn-add-extensions,table.extension-listing tfoot td #btn-add-video-extensions,table.extension-listing tfoot td #btn-check-mime-type{cursor:pointer;float:left;margin-right:8px}@media screen and (max-width:782px){table.extension-listing{display:block}table.extension-listing tbody,table.extension-listing thead,table.extension-listing tr{display:block;width:100%}table.extension-listing tbody.extra-extension input[type=text],table.extension-listing thead.extra-extension input[type=text],table.extension-listing tr.extra-extension input[type=text]{margin-top:15px;margin-right:10px;width:calc(100% - 10px)}table.extension-listing tbody.extra-extension .icon-select-main,table.extension-listing thead.extra-extension .icon-select-main,table.extension-listing tr.extra-extension .icon-select-main{margin-right:10px}table.extension-listing tr.custom-extension{background-color:#fff}table.extension-listing tr.custom-extension td{padding-right:20px!important}table.extension-listing tfoot{width:100%;display:inline-block;box-sizing:border-box}table.extension-listing tfoot td #btn-add-extensions{margin:10px 0 15px}table.extension-listing thead .ext-head:not(.ext-head-enable){display:none!important}table.extension-listing .ext-head.ext-head-enable{width:100%!important;padding:10px 10px 0 0!important}table.extension-listing tbody td{padding-right:10px!important;width:100%!important;box-sizing:border-box}table.extension-listing tbody td>i{margin:15px 10px 10px 0}table.extension-listing tbody td:before{top:0;right:20px!important;font-weight:600}table.extension-listing tbody td:first-child{padding-right:20px!important}table.extension-listing tbody td .extension-mime{margin-bottom:15px}table.extension-listing tbody td .btn-check-mime-type{margin-right:10px}}table.extension-listing select.extension-icon{display:none}table.extension-listing .icon-select-main{position:relative;display:inline-block;vertical-align:middle;width:100%}table.extension-listing .icon-select-main .icon-select-button{font-size:14px;line-height:2;color:#32373c;border:1px solid #7e8993;border-width:1px;box-shadow:none;border-radius:3px;padding:3px 8px 3px 24px;-webkit-appearance:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px;cursor:pointer;vertical-align:middle;max-width:100%;width:100%;display:inline-block;box-sizing:border-box}table.extension-listing .icon-select-main .icon-select-button li{list-style:none;margin:0;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:right;color:#555}table.extension-listing .icon-select-main .icon-select-button i{font-size:22px;color:#888;margin-left:10px;vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list{position:absolute;right:0;left:0;min-width:160px;background-color:#fff;border:1px solid #ccd0d4;border-radius:3px;box-shadow:0 2px 12px 1px rgba(0,0,0,.1);padding:0;bottom:100%;max-height:60vh;overflow:auto;display:none}table.extension-listing .icon-select-main .custom-extension-list ul.custom-extension-list-select{font-size:0;color:#888}table.extension-listing .icon-select-main .custom-extension-list li{list-style:none;cursor:pointer;font-size:14px;padding:8px 12px;margin:0}table.extension-listing .icon-select-main .custom-extension-list li:first-child{border-bottom:1px solid #eee;padding-top:10px;padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:nth-child(2){padding-top:10px}table.extension-listing .icon-select-main .custom-extension-list li:last-child{padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:hover{background-color:#f9f9f9}table.extension-listing .icon-select-main .custom-extension-list li span{vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list i{font-size:28px;margin-left:10px;vertical-align:middle;color:#888}@media screen and (max-width:1023px){#bp-hello-container.bp-hello-mime{bottom:0}#bp-hello-container.bp-hello-mime .bp-hello-header{height:auto;max-height:initial;min-height:58px}}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}#bp-activities-form .fixed .column-author{width:15%}#bp-activities-form #the-comment-list td.comment img,#bp-activities-form #the-comment-list td.comment video{max-width:300px;display:block;margin:.6em 0}.activity-attached-gif-container{cursor:pointer;max-width:480px}.activity-attached-gif-container .gif-player{position:relative;max-width:480px}.activity-attached-gif-container .gif-player video{margin:0}.activity-attached-gif-container .gif-play-button{height:80px;width:80px;position:absolute;right:29%;margin-right:-32px;top:69%;margin-top:-44px}.activity-attached-gif-container .gif-play-button .bb-icon-play-thin{font-size:80px;width:80px;height:80px;margin:0;padding:0;line-height:0}.activity-attached-gif-container .gif-icon{background:url(../images/GIF.svg) center no-repeat;position:absolute;display:block;height:28px;width:44px;bottom:0;right:0;border-radius:4px 0 0 0;background-size:28px;padding:8px;background-color:#000;opacity:.45}form#bp-groups-form .fixed .column-comment{width:20%}@media only screen and (min-width:700px){#poststuff #bbp_reply_attributes select{min-width:70%}}body.post-type-reply #edit-slug-box{padding-right:0;margin-top:0}#bbpress_group_admin_ui_meta_box fieldset{min-width:230px}#bbp-dashboard-right-now .table,#bbp-dashboard-right-now .versions,#bbp-dashboard-right-now p.sub{margin:-12px}#bbp-dashboard-right-now .inside{font-size:12px;padding-top:20px;margin-bottom:0}#bbp-dashboard-right-now p.sub{padding:5px 0 15px;color:#8f8f8f;font-size:14px;position:absolute;top:-17px;right:15px;left:0}#bbp-dashboard-right-now .table{margin:0;padding:0;position:relative}#bbp-dashboard-right-now .table_content{float:right;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now .table_discussion{float:left;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now table td{padding:3px 0;white-space:nowrap}#bbp-dashboard-right-now table tr.first td{border-top:none}#bbp-dashboard-right-now td.b{padding-left:6px;padding-right:0;text-align:left;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;width:1%}#bbp-dashboard-right-now td.b a{font-size:18px}#bbp-dashboard-right-now td.b a:hover{color:#d54e21}#bbp-dashboard-right-now .t{font-size:12px;padding-left:12px;padding-right:0;padding-top:6px;color:#777}#bbp-dashboard-right-now .t a{white-space:nowrap}#bbp-dashboard-right-now .spam{color:red}#bbp-dashboard-right-now .waiting{color:#e66f00}#bbp-dashboard-right-now .approved{color:#0f0}#bbp-dashboard-right-now a.button{float:left;clear:left;position:relative;top:-5px}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:right;margin-left:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-right:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-right:0;width:100%}.bp-new-notice-panel .button-primary{margin-right:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-group-type .postbox .inside,body.post-type-bp-member-type .postbox .inside{padding:0 12px 12px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker{display:flex;flex-direction:row}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one{display:flex;flex-direction:column;vertical-align:middle;text-align:-webkit-match-parent;flex-basis:auto}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child),body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child){margin-right:15px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label{margin-bottom:10px;color:#686868}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker{display:none}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker{display:block}body.post-type-bp-group-type #group-type-shortcode,body.post-type-bp-member-type #member-type-shortcode{line-height:1;margin-left:10px;padding:7px;display:inline-block}table.bp-postbox-table{background:#f9f9f9;margin-top:22px;border-radius:3px}table.bp-postbox-table thead th{font-weight:600}table.bp-postbox-table tbody th{width:23%;vertical-align:top}table.bp-postbox-table tbody td input[type=checkbox]{margin-left:8px}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:right;padding-right:25px;text-indent:-25px}.buddyboss_page_bbp-repair .wrap,.buddyboss_page_bp-repair-community .wrap,.buddyboss_page_bp-tools .wrap{max-width:950px}.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p,.buddyboss_page_bp-tools p{line-height:2}.buddyboss_page_bbp-repair fieldset,.buddyboss_page_bp-repair-community fieldset,.buddyboss_page_bp-tools fieldset{margin:2em 0 0}.buddyboss_page_bbp-repair legend,.buddyboss_page_bp-repair-community legend,.buddyboss_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600;margin:1em 0}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label,.buddyboss_page_bp-tools label{clear:right;display:block;line-height:1.5;margin:0 0 7px;padding:3px;border-radius:3px}@media screen and (max-width:782px){.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p{line-height:1.5}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label{margin-bottom:1em;padding-left:25px;text-indent:-33px}.buddyboss_page_bbp-repair .checkbox,.buddyboss_page_bp-repair-community .checkbox{padding:0 30px 0 0}}.bp-display-none{display:none}.wrap .bp-help-doc{position:relative;margin-top:20px;padding:2.2em 2.8em 2em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-help-card-grid{margin-top:20px;min-width:255px;max-width:1050px}.bp-help-card-grid .bp-help-main-menu-wrap{display:flex;flex-flow:wrap;margin-right:-10px;margin-left:-10px}.bp-help-card-grid .bp-help-card{margin:0 10px 2%;background-color:#fff;border:1px solid #ccd0d4;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;flex:0 0 calc(33.33% - 20px);min-width:0}.bp-help-card-grid .bp-help-card .inside{padding:1.8em 2em 5em}.bp-help-card-grid .bp-help-card h2{font-size:18px;padding:0;margin:0 0 1em;line-height:1.4}.bp-help-card-grid .bp-help-card p:first-child{margin-top:0}.bp-help-card-grid .bp-help-content-wrap{display:flex}.bp-help-content-wrap{display:flex;flex-flow:row wrap;min-width:255px;max-width:1050px;background-color:#fff;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box}.bp-help-sidebar>ul{margin:0}.bp-help-sidebar>ul>li>a{color:#23282d;font-size:16px;font-weight:600}.bp-help-sidebar>ul>li>ul{margin-top:20px}.bp-help-sidebar>ul>li>ul li{line-height:1.6;margin:1.2em 0}.bp-help-sidebar>ul>li ul>li.selected>a{font-weight:600}.bp-help-sidebar>ul>li>ul>li>ul>li{margin-right:1.6em;list-style-type:disc}.bp-help-sidebar>ul span.open{font-size:0}.bp-help-sidebar>ul span.open:after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:bottom;font-size:10px;color:#999;cursor:pointer}.bp-help-sidebar>ul span.open.active:after{transform:rotate(-90deg)}.bp-help-content p,.bp-help-content ul li{line-height:2}.bp-help-content ul.bp-help-menu{margin:0 0 2.5em}.bp-help-content ul.bp-help-menu li{display:inline}.bp-help-content ul.bp-help-menu li.miscellaneous{display:none!important}.bp-help-content ul.bp-help-menu li:not(:last-child):after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:middle;font-size:10px;color:#999}.bp-help-content ul.bp-help-menu li:last-child a{color:#999}.bp-help-content h1{font-weight:500;font-size:2em;margin-bottom:1em}.bp-help-content h2{font-size:1.5em;margin-bottom:1em}.bp-help-content h3{font-size:1.2em;margin-bottom:1em}.bp-help-content code{border-radius:3px}.bp-help-content ol,.bp-help-content ul{margin-right:25px;margin-top:6px;line-height:1.5}.bp-help-content ul li{list-style-type:circle}.bp-help-content ol li{list-style-type:decimal}.bp-help-content hr{border-top:none;border-bottom:1px solid #eaeaea}.bp-help-content table{border:1px solid #eaeaea;border-collapse:collapse;width:100%;margin-bottom:3em}.bp-help-content th{background:#f9f9f9;font-weight:500;border-bottom:1px solid #eaeaea}.bp-help-content td,.bp-help-content th{padding:10px 12px}.bp-help-content img{max-width:100%;width:auto;height:auto;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 20px -1px rgba(7,10,25,.1)}.bp-help-content .article-child>ul>li{list-style-type:disc}.bp-help-content .article-child .actions,.bp-help-content .article-child .sub-menu-count{display:none}.bp-help-main-menu-wrap div.notice{margin:0 10px!important;width:100%}@media screen and (min-width:782px){.bp-help-sidebar{background:#f9f9f9;padding:2.5em;border-left:1px solid #ccd0d4;border-radius:0 6px 6px 0;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;min-width:0;overflow:initial;width:100%;min-height:60vh}.bp-help-content{padding:2.5em 3em;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bp-help-content th:first-child{width:40%}}@media screen and (max-width:781px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(50% - 20px);min-width:0}.bp-help-sidebar{background:#f9f9f9;padding:2.5em;width:100%;min-height:auto;border-bottom:1px solid #ccd0d4;border-radius:6px 6px 0 0}.bp-help-content{padding:2.5em;width:100%}.bp-help-content th:last-child{display:none}}@media screen and (max-width:550px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(100% - 20px)}}#buddypress-update.not-shiny .update-message{border-right:0;padding-right:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.bp_buddyboss_app_wrap{min-width:255px;max-width:1150px}.bp_buddyboss_app_wrap .buddyboss-app-featured{margin:20px 2px 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block,.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{background:#fff;margin:0 0 20px;padding:2em 2.8em;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-items{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item{-webkit-box-flex:1;flex:1;margin:2em 1em;min-width:200px;width:30%}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;margin:0 -2em;padding:20px 2em}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{display:none}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item:nth-of-type(-n+3){display:flex}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item:nth-child(-n+3){display:block}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon{justify-content:left}.bp_buddyboss_app_wrap .buddyboss-app-banner-block img{height:62px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding:24px 0 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content h3{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content p{margin:0 0 auto}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 0 0 20px;width:100px}.bp_buddyboss_app_wrap .buddyboss-app-column-block img{max-height:50px;max-width:50px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;justify-content:space-between;min-width:200px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content h2{float:right;margin-top:10px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content p{float:right;margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;background-color:#00aae1;color:#fff;width:124px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image{margin-left:2em;padding:1em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image .buddyboss-app-img{max-height:130px;max-width:160px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content h1{padding-bottom:0}.bp_buddyboss_app_wrap .buddyboss-app-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-column{-webkit-box-flex:1;flex:1;min-width:0;width:50%;padding-left:20px}.bp_buddyboss_app_wrap .buddyboss-app-column:last-child{padding-left:0}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{box-sizing:border-box;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 0 20px;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{background:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{display:-webkit-box;display:flex;flex-wrap:wrap}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block img{height:225px;margin:0 -2em 0 2em}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block h1{margin-top:-12px}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block p{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content a{width:48%}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block{background-color:#00aae1;text-align:center}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block h1{color:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block p{color:#fafafa}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block img{margin:10px 0;max-width:100%}body.post-type-bp_ps_form .page-title-action{display:none}.buddypress .wrap div#message,.buddypress .wrap div.notice{margin:25px 0 15px}tr.child-no-padding th{padding:0 0 0 10px}tr.child-no-padding td{padding:5px 10px}tr.child-no-padding-first th{padding:20px 0 0 10px}tr.child-no-padding-first td{padding:15px 10px 5px}td.inviter.column-inviter strong img{float:right;margin-left:10px;margin-top:1px}td label.platform-activity{clear:right;display:block;line-height:1.5;margin:0 0 1em}.nav-tab-wrapper .bp-emails-customizer,.nav-tab-wrapper .bp-group-customizer,.nav-tab-wrapper .bp-user-customizer{padding-left:6px}.nav-tab-wrapper .bp-emails-customizer:after,.nav-tab-wrapper .bp-group-customizer:after,.nav-tab-wrapper .bp-user-customizer:after{font-family:dashicons;content:"\f345";margin-right:3px;display:inline-block;vertical-align:top}.bb-nickname-hide-last-name{margin-top:-21px}.bb-nickname-hide-last-name input[type=checkbox]{margin-top:0}.bb-nickname-hide-first-name{margin-top:-8px}.bb-nickname-hide-first-name input[type=checkbox]{margin-top:0}.loader-repair-tools{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-left:4px solid green;border-right:4px solid red;border-bottom:4px solid pink;border-radius:50%;width:10px;height:10px;animation:spin 2s linear infinite;display:inline-block;margin-right:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}body .section-repair_community .settings fieldset .submit a.disable-btn{pointer-events:none}body .section-repair_community .settings fieldset .checkbox label code{margin-right:10px}@media screen and (max-width:782px){.bb-nickname-hide-last-name{margin-top:-2px}.bb-nickname-hide-first-name{margin-top:0}}.animate-spin{animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@-ms-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(-359deg)}}.wp-block-embed{margin:0}.wp-block-embed iframe{max-width:100%}#bp-help-content-area.loading,#bp-help-main-menu-wrap.loading,.bp-help-sidebar.loading{display:flex;justify-content:center;align-items:center}.content-loader{display:inline-block;position:relative;width:80px;height:80px}.content-loader div{display:inline-block;position:absolute;right:5px;width:9px;background:#dadada;animation:contentLoader 1.2s cubic-bezier(0,.5,.5,1) infinite}.content-loader div:first-child{right:8px;animation-delay:-.24s}.content-loader div:nth-child(2){right:28px;animation-delay:-.12s}.content-loader div:nth-child(3){right:48px;animation-delay:0}#the-moderation-request-list .blocked_member>img,#the-moderation-request-list .content_owner>img{vertical-align:middle;margin-left:5px}#the-moderation-request-list [data-colname] a{outline:0;box-shadow:none}#the-moderation-request-list [data-colname] a img{display:inline-block;vertical-align:middle}#the-moderation-request-list .content_type strong{color:#1d2327}#the-moderation-request-list .content_type strong>span{color:grey}@keyframes contentLoader{0%{top:8px;height:50px}100%,50%{top:24px;height:28px}}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label{min-width:27%}#bp_moderation_settings_reporting label[for=bpm_reporting_content_reporting]{margin-top:5px;display:block}#bp_moderation_settings_reporting .small-text{width:48px;min-height:24px;height:24px}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label{display:inline-block;margin-bottom:30px}#bp_moderation_settings_blocking label.is_disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled,#bp_moderation_settings_reporting label.is_disabled{pointer-events:none;opacity:.5}#bp_moderation_settings_blocking label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.is_disabled input[type=checkbox]:disabled{opacity:1;border-color:inherit}#bp-hello-container.deactivation-popup{top:50%;bottom:initial;transform:translateY(-50%);overflow:auto;max-height:90%;max-width:640px;margin:0 auto}#bp-hello-container.deactivation-popup .bp-hello-footer{position:static;padding:10px 23px}#bp-hello-container.deactivation-popup .bp-hello-footer button+button{margin-right:10px}#bp-hello-container.deactivation-popup .bp-hello-content{height:auto;padding:20px 23px}#bp-hello-container.deactivation-popup .bp-hello-content h4{margin-bottom:0}#bp-hello-container.deactivation-popup .bp-hello-content ul{margin-right:17px;list-style-type:disc}#bp-hello-container.deactivation-popup .bp-hello-content>p:first-child{margin-top:0}#bp_moderation_action td a{text-decoration:none}.row-actions .suspend a,.row-actions .suspend a:hover{color:#dc3232}.users tr.suspended-user{background-color:#f5dada}h2.has_tutorial_btn{position:relative}h2.has_tutorial_btn .bbapp-tutorial-btn{position:absolute;left:0;right:initial;top:5px;font-weight:400}h2.has_tutorial_btn .bbapp-tutorial-btn p{margin:0}@media screen and (max-width:580px){h2.has_tutorial_btn{margin-bottom:65px}h2.has_tutorial_btn .bbapp-tutorial-btn{top:inherit;bottom:-55px}}.bb-screen-position-outer{display:flex;width:180px;justify-content:space-between}.bb-screen-position-outer .bb-screen-position{display:flex;width:85px;flex-direction:column;text-align:center}.bb-screen-position-outer .bb-screen-position input[type=radio]{opacity:0;visibility:hidden;height:0}.bb-screen-position-outer .bb-screen-position .option{position:relative;display:flex;flex-direction:column}.bb-screen-position-outer .bb-screen-position .option:before{content:" ";height:80px;width:80px;background:#f0f0f1;display:flex;border-radius:5px;border:2px solid #ccd0d4;transition:all .3s ease}.bb-screen-position-outer .bb-screen-position .option:after{content:" ";width:40px;height:20px;border-radius:2px;background:#c3c4c7;position:absolute;top:55px}.bb-screen-position-outer .bb-screen-position .option.opt-right:after{left:8px}.bb-screen-position-outer .bb-screen-position .option.opt-left:after{right:8px}.bb-screen-position-outer .bb-screen-position .option span{font-size:14px;color:#999;line-height:2}.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_left:checked:checked+.option:before,.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_right:checked:checked+.option:before{border-color:#2370b1}.bp-messages-feedback .bp-feedback.error{margin:0;border:0;padding:0}#bp_media_settings_symlinks .bp-feedback,#bp_privacy .bp-feedback,#bp_web_push_notification_settings .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_privacy .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon{border-radius:0 4px 4px 0;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_privacy .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px 8px;border:1px solid #ccc;border-radius:4px 0 0 4px;border-right:0;width:100%}#bp_media_settings_symlinks .bp-feedback,#bp_web_push_notification_settings .bp-feedback,.admin-notice .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon,.admin-notice .bp-feedback .bp-icon{border-radius:0 4px 4px 0;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p,.admin-notice .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px;border:1px solid #ccc;border-radius:4px 0 0 4px;border-right:0;width:100%}.bp-messages-feedback .bp-feedback.warning .bp-icon{background-color:#f7ba45}.bp-messages-feedback .bp-feedback.warning .bp-icon:before{font-family:bb-icons;content:"\e855"}.bb-error-section{padding:10px;margin-right:-210px;background:#ffdcdc;color:#d42929;line-height:1.5;border:1px solid #ffc5ca;border-radius:4px}.bb-warning-section-wrap.hidden-header>th{opacity:0;visibility:hidden;padding:0;margin:0}.bb-warning-section-wrap.hidden-header>th+td{padding-right:0;padding-left:0}.bb-warning-section{padding:10px;margin-right:-210px;background:#fff3c8;color:#8b6300;line-height:1.5;border:1px solid #ffeeb3;border-radius:4px}@media screen and (max-width:782px){.bb-warning-section{margin-right:0}}.status-line{display:inline-block;font-size:14px;padding:10px 15px;background:#f0f0f1;border-radius:5px;color:grey}.status-line:before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;background:grey;margin-left:10px;vertical-align:baseline}.status-line.error-connected{color:#ce1010}.status-line.error-connected:before{background:#ce1010}.status-line.connected{color:#858585}.status-line.connected:before{background:#8fd14f}.status-line.warn-connected{color:#858585}.status-line.warn-connected:before{background:#fac710}.buddyboss_page_bp-settings .bp-avatar-nav{display:none}.avatar-options .avatar-custom-input{display:inline-block;margin:0 0 0 7px}.avatar-options .avatar-custom-input+p.description{margin-top:15px}.avatar-options .avatar-custom-input>label{display:inline-block;vertical-align:top}.avatar-options .avatar-custom-input input[type=radio]{opacity:0;visibility:hidden;height:0;margin:0;padding:0!important;border:0;display:block}.avatar-options .avatar-custom-input input[type=radio]:checked+label .img-block img{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.avatar-options .avatar-custom-input input[type=radio]:checked:before{position:absolute}.avatar-options .avatar-custom-input .img-block{display:flex;border-radius:5px;margin-bottom:5px}.avatar-options .avatar-custom-input img{width:80px;height:80px;border:1px solid #ccd0d4;border-radius:5px;object-fit:cover}.avatar-options .avatar-custom-input span{display:block;text-align:center;color:#999}.avatar-options .avatar-custom-input .description{margin-top:15px}.avatar-options .bb-default-custom-upload-file .bb-upload-container img{margin-bottom:10px;max-width:120px}.avatar-options .bb-default-custom-upload-file .button.delete{border-color:#d33;color:#d33;margin-right:5px}.avatar-options .bb-default-custom-upload-file .button.delete.bp-hide{display:none}.avatar-options .bb-default-custom-upload-file.cover-uploader .bb-upload-container img{max-width:300px;width:100%}.avatar-options .cover-uploader-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer}.avatar-options .cover-uploader-label .cover-uploader-hide{border:0;opacity:0;position:absolute;left:0;top:0;bottom:0}.avatar-options .image-width-height>label{min-width:80px;display:inline-block}.avatar-options .image-width-height .description{margin-right:85px;margin-bottom:15px}@media screen and (max-width:782px){.avatar-options .image-width-height>label{min-width:auto;margin-bottom:10px}.avatar-options .image-width-height .description{margin-right:0}}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-uploader-progress div.error{margin:5px 0 2px}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-progress{margin-left:0}.preview_avatar_cover .preview-switcher{margin-bottom:25px}.preview_avatar_cover .preview-switcher .button:focus{box-shadow:none}.preview_avatar_cover .preview-block{max-width:260px;border:1px solid #ccd0d4;border-radius:5px;overflow:hidden;margin-bottom:25px;display:none}.preview_avatar_cover .preview-block.active{display:block}.preview_avatar_cover .app-preview-wrap{max-width:200px}.preview_avatar_cover .app-preview-wrap .preview-item-avatar{right:50%;border-radius:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);overflow:hidden}.preview_avatar_cover .preview-item-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:80px;max-height:80px;background-color:#ccc;overflow:hidden}.preview_avatar_cover .preview-item-cover.large-image{min-height:130px;max-height:130px}.preview_avatar_cover .preview-item-avatar{height:75px;width:75px;position:relative;top:-35px;right:25px;border:3px solid #fff;border-radius:5px}.preview_avatar_cover .preview-item-avatar.centered-image{right:50%;transform:translateX(50%)}.preview_avatar_cover .preview-item-avatar img{background-color:#f9f9f9}.preview_avatar_cover .preview-item-avatar img,.preview_avatar_cover .preview-item-cover img{object-fit:cover;width:100%}.preview_avatar_cover .preview-item-avatar img[src=""],.preview_avatar_cover .preview-item-cover img[src=""]{display:none}.preview_avatar_cover:not(.has-avatar) .preview-item-avatar{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-cover{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-avatar{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.preview_avatar_cover:not(.has-cover):not(.has-avatar){display:none}.preview_avatar_cover .button-group>.button:last-child:first-child{border-radius:3px}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar{border-radius:50%}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar img{border-radius:50%}.group-cover-options .preview_avatar_cover .app-preview-wrap{position:relative}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-cover{min-height:120px;max-height:120px;margin-bottom:45px}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-avatar{top:25px;position:absolute;border-radius:12px;border:0;height:70px;width:70px}.buddyboss_page_bp-settings #TB_window,body.users_page_bp-profile-edit #TB_window{height:auto!important;width:820px!important;max-width:90%;top:50%!important;transform:translateY(-50%);max-height:90%;overflow:auto}.buddyboss_page_bp-settings #TB_window .bp-avatar #avatar-to-crop,body.users_page_bp-profile-edit #TB_window .bp-avatar #avatar-to-crop{margin-bottom:15px}.buddyboss_page_bp-settings #TB_ajaxContent,body.users_page_bp-profile-edit #TB_ajaxContent{height:auto!important;width:auto!important;padding:15px}table tbody td .bb-description{color:#999;margin-top:6px;margin-bottom:0}.bb-group-element,.bb-group-headers-element,.bb-member-directory-element,.bb-member-directory-profile-action,.bb-profile-header-element{margin-bottom:10px}@media screen and (max-width:782px){.bb-group-element input[type=checkbox],.bb-group-headers-element input[type=checkbox],.bb-member-directory-element input[type=checkbox],.bb-member-directory-profile-action input[type=checkbox],.bb-profile-header-element input[type=checkbox]{width:auto}}.bb-header-style-outer{display:flex}.bb-header-style-outer .bb-header-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-header-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-header-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-header-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-header-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-left.png) no-repeat center}html[dir=rtl] .bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-right.png) no-repeat center}.bb-header-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-group-header-center.png) no-repeat center}.bb-header-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-header-style-outer .bb-header-style #bb-group-header-style-centered:checked:checked+.option:before,.bb-header-style-outer .bb-header-style #bb-group-header-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer{display:flex}.bb-grid-style-outer .bb-grid-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-grid-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-grid-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-grid-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-grid-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-right.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option.opt-centered:after{background:url(../../images/bb-group-directory-center.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-centered:checked:checked+.option:before,.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer .bb-header-style{display:flex;flex-direction:column;margin-left:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;right:6px;position:absolute;left:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-right.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-profile-header-center.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-stylecentered:checked:checked+.option:before,.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-styleleft:checked:checked+.option:before{border-color:#2370b1}.bb-head-notice{background-color:#f6f6f6;border-radius:4px;color:#999;display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-top:10px;max-width:140px;padding:5px 10px;width:auto}.bb-head-notice a{color:inherit;font-weight:700;text-decoration:none}.bb-pro-inactive>th:before{content:"\e97c";font-family:bb-icons;margin-left:5px;vertical-align:top;display:inline-block;line-height:1;font-size:14px}.bb-pro-inactive>td{opacity:.3}.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-pro-active>th:before{display:none}.bb-pro-active .bb-head-notice{display:none}.bp-hello-email .bp-hello-title .count,.btn-open-missing-email .count{display:inline-block;background-color:#2271b1;color:#fff;padding:1px 6px;border-radius:4px;line-height:1.3;font-size:smaller}.btn-open-missing-email+#bp-hello-backdrop{display:block}.bp-hello-email .bp-hello-title .count{font-size:inherit;padding:2px 10px;margin-left:10px}.bp-hello-email .bp-hello-content{height:auto;padding:0 23px;min-height:180px;max-height:calc(100vh - 320px);margin-bottom:62px}.bp-hello-email .missing-email-list ul{list-style:disc;margin:25px 20px 25px 0}.bp-hello-email .bb-popup-buttons{position:absolute;bottom:0;padding:15px;text-align:left;width:calc(100% - 30px);margin:0 -23px;border-top:1px solid var(--bp-hello-color-secondary);background-color:#f0f0f1}@media screen and (orientation:landscape) and (max-height:480px){.bp-hello-email .bp-hello-content{min-height:110px}}#bp-hello-container.bp-hello-email{top:50%;bottom:initial;transform:translateY(-50%);margin-top:32px}#bp-hello-container.bp-hello-email .button-primary{color:#fff;margin-right:10px}@media screen and (max-width:480px){#bp-hello-container.bp-hello-email .button-primary{margin-right:0}}#bp_notification_settings_automatic table.render-dynamic-notification,#bp_notification_settings_automatic table.render-dynamic-notification tbody,#bp_notification_settings_automatic table.render-dynamic-notification td,#bp_notification_settings_automatic table.render-dynamic-notification th,#bp_notification_settings_automatic table.render-dynamic-notification tr{display:block}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th{display:none}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_notification_settings_automatic table.form-table .no-padding{padding:0}#bp_notification_settings_automatic table.form-table tbody tr{margin-bottom:20px}#bp_notification_settings_automatic table.form-table tbody tr th{margin-bottom:15px;width:100%}#bp_notification_settings_automatic .field-set{margin-top:10px;background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px}#bp_notification_settings_automatic .field-set .field-block{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:15px}#bp_notification_settings_automatic .field-set .field-block+.field-block{border-top:1px solid #ccd0d4}#bp_notification_settings_automatic .field-set .field-block .no-email-info{margin-left:15px;margin-right:auto;background-color:#ffdcdc;border-radius:5px;padding:5px 10px;color:#8c0202;font-size:11px;text-decoration:none}#bp_notification_settings_automatic .field-set .field-block .email-info{margin-left:15px;margin-right:auto;border-radius:5px;padding:5px 10px;font-size:11px;text-decoration:none;background-color:#dfe5ea}#bp_notification_settings_automatic .field-set .field-block .notification-defaults{padding:3px 0;cursor:pointer}#bp_notification_settings_automatic .field-set .field-block input[type=checkbox]{margin-top:0}#bp_notification_settings_automatic .field-set .field-block .manage-defaults{margin-top:15px;justify-content:flex-end;width:100%;display:flex}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap{margin-right:15px;min-width:58px;text-align:center}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled{pointer-events:none}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]{opacity:.7;background:rgba(255,255,255,.5);border-color:rgba(220,220,222,.75);color:rgba(44,51,56,.5)}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]::before{opacity:.7}#bp_notification_settings_automatic .field-set .field-block .manage-defaults-hide{display:none}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr th{min-width:200px;padding:15px 0 0 20px;width:auto}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr td{padding:15px 0 15px 10px}.bb-bottom-notice{margin:2.2em -2.8em -2.2em;background:#f6f6f8;padding:2.2em 2.8em;border-radius:0 0 5px 5px;border-top:1px solid #ccd0d4}.bp-admin-card .form-table .bb-lab-notice{background:#f6f6f8;padding:1.2em;margin-top:1.2em;border-radius:3px;border:1px solid #ccd0d4}.bp-admin-card .form-table .bp-new-notice-panel-notice{color:#8b6300;background-color:#fff3c8;padding:1.2em;font-size:14px;line-height:1.5;border-radius:3px;margin:20px 0}.bp-admin-card .form-table .bp-new-notice-panel-notice a{color:inherit}.bp-admin-card .form-table .bp-new-notice-panel-notice+p.description{margin-bottom:15px}.bb-lab-notice.notification-information:before{content:"\eebc";display:inline-block;font-family:bb-icons;font-size:16px;font-weight:100;margin-left:10px;line-height:1}.bb-lab-notice.notification-information:first-child{margin-top:0}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_messaging_notification_settings table.form-table .no-padding{padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default{width:300px;max-height:calc(90vh - 50px);overflow:auto}#wpadminbar #wp-admin-bar-bp-notifications-default>li{display:inline-block;width:100%;padding:5px 0}#wpadminbar #wp-admin-bar-bp-notifications-default>li#wp-admin-bar-notification-view-all{text-align:center}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar{float:right;width:40px;margin-top:4px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar .member-status{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a{height:auto;padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a img{max-width:36px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a>i{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content{float:left;width:calc(100% - 60px)}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .bb-full-link>a{opacity:1;padding:0;height:auto;position:static;white-space:normal;line-height:1.5}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .posted{line-height:1.4}table.moderations .column-content_type a[data-action=unhide],table.moderations .column-content_type a[data-action=unsuspend],table.moderations .column-member a[data-action=unhide],table.moderations .column-member a[data-action=unsuspend]{color:#5f9a22}table.moderations tfoot tr th,table.moderations thead tr th{font-weight:600}table.moderations tbody tr .column-suspend .dashicons{color:#000;font-size:24px}.buddyboss_page_bp-moderation .dashicons{font-weight:700}.buddyboss_page_bp-moderation .bb-back{display:inline-block;margin-top:15px;text-decoration:none}.buddyboss_page_bp-moderation .bb-back [class*=bb-icon]{display:inline-block;font-size:17px;margin:-1px 0 0 3px;vertical-align:middle}.buddyboss_page_bp-moderation table.reports tfoot tr th,.buddyboss_page_bp-moderation table.reports thead tr th{font-weight:600}table.moderations .column-member img,table.moderations .content_owner img,table.reports .column-reporter img{vertical-align:middle;margin-left:5px;border-radius:50%}#bp_moderation_action>.inside{margin:0;padding:0 20px}#bp_moderation_action>.inside .tablenav.bottom{height:auto;min-height:20px;margin:0;padding-top:0}#bp_moderation_action>.inside .tablenav.bottom .tablenav-pages{margin:20px 0}#bp_moderation_action .report-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfdfdf;margin:0 -20px;padding:20px}#bp_moderation_action .report-header_content_id{font-size:20px;font-weight:600;color:#1d2327;margin-bottom:10px}#bp_moderation_action .report-header_content_id span{color:grey;margin-right:5px}#bp_moderation_action .report-header_content_id a{text-decoration:none}#bp_moderation_action .report-header_content_id a i{font-weight:300;font-size:18px;transform:translateY(-1px);display:inline-block}#bp_moderation_action .report-header_user{display:flex;align-items:center}#bp_moderation_action .report-header_user strong a{text-decoration:none;font-size:16px;box-shadow:none}#bp_moderation_action .report-header_user img{border-radius:50%;max-width:35px;height:auto;margin-left:10px;vertical-align:middle}#bp_moderation_action .report-header_content{text-align:center;font-weight:600}#bp_moderation_action .report-header_content strong{display:block;font-size:24px}#bp_moderation_action .report-header_action .report-header_button{color:#b32d2e;border-color:#b32d2e}#bp_moderation_action .report-header_action .report-header_button.green{color:#5f9a22;border-color:#afcc90}#bp_moderation_action .report-header_action .report-header_button+.report-header_button{margin-right:10px}.moderation-table-heading.form-table td{padding:15px 0}#the-moderation-report-list .reporter a{box-shadow:none}.taxonomy-bpm_category .form-field.term-slug-wrap{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th+td,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th+td{padding-right:0;padding-left:0}#bp_labs_settings table.form-table .no-padding,#bp_web_push_notification_settings table.form-table .no-padding{padding:0}.no-field-notice{background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px;padding:15px}.notification-settings-input[data-bp-tooltip]{display:inline-block}.notification-settings-input[data-bp-tooltip]::after{min-width:140px;white-space:normal;padding:7px 12px;text-align:center}.bp-admin-card .password-toggle{position:relative;display:inline-block;width:50%}.bp-admin-card .password-toggle>input{padding-left:30px;width:100%!important}.bp-admin-card .password-toggle .bb-hide-pw{position:absolute;left:0;top:0;height:100%;width:30px;border:0;padding:0;background:0 0!important;box-shadow:none}.bp-admin-card .password-toggle .bb-hide-pw .bb-icon{font-size:16px;line-height:1}.bp-admin-card .password-toggle .bb-hide-pw.bb-show-pass .bb-icon::before{content:"\ee6a"} \ No newline at end of file diff --git a/src/bp-core/admin/css/common.min.css b/src/bp-core/admin/css/common.min.css index cd03d075a77..097f4fa6ff0 100644 --- a/src/bp-core/admin/css/common.min.css +++ b/src/bp-core/admin/css/common.min.css @@ -1 +1 @@ -@charset "UTF-8";.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;font-size:15px;max-width:1150px;margin-top:25px}.bp-about-wrap .bp-admin-card{margin:20px 0 0}.bp-about-wrap .bp-admin-card h2{font-weight:600}.bp-about-wrap .bp-admin-card h2:before{content:none}.bp-about-wrap .bp-admin-card img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap .bp-admin-card ul{margin:0}.bp-about-wrap .bp-admin-card p{line-height:1.5;font-size:14px;margin:0}.bp-about-wrap .bp-admin-card .wp-person{display:inline-block;vertical-align:top;margin:0 10px 0 0;height:70px;width:280px}.bp-about-wrap .bp-admin-card .wp-person .gravatar{float:left;margin:0 10px 10px 0;border-radius:100%;width:60px;height:60px}.bp-about-wrap .bp-admin-card .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .bp-admin-card .wp-person .title{display:block;font-weight:300}.bp-about-wrap .bp-admin-card p.wp-credits-list a{white-space:nowrap}#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f130"}#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f307"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f465"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f325"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-separator-notice]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform .wp-menu-image:before{content:"\edc8";font-family:bb-icons;font-style:normal;font-weight:300;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:20px;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px}#bp-admin-component-form .tablenav{margin-bottom:10px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%;padding-bottom:15px}#bp-admin-component-form .subsubsub{padding-bottom:5px}#bp-admin-component-form span.required{color:#32373c}@media screen and (max-width:782px){#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}.buddyboss_page_bp-tools .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-tools .section-default_data ul li.main ul{margin:5px 0 0 25px}.buddyboss_page_bp-tools .section-default_data #message ul.results li{list-style:disc;margin-left:25px}.buddyboss_page_bp-repair-community .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-repair-community .section-default_data ul li.main ul{margin:5px 0 0 20px}.buddyboss_page_bp-repair-community .section-default_data #message ul.results li{list-style:disc;margin-left:25px}tr.bp-search-child-field,tr.bp-search-child-field th{padding:0}tr.bp-search-child-field td{padding:6px 25px}tr.bp-search-parent-field td,tr.bp-search-parent-field th{padding:15px 20px 10px 0}tr.bp-search-parent-field td p{margin-top:0}tr.bp-search-parent-field td p.section-header{margin:0 0 20px}tr.bp-custom-post-type-child-field td{padding:6px 40px}tr.bp-custom-post-type-child-field,tr.bp-search-parent-field label{font-weight:600}tr.bp-search-parent-field label{font-size:16px}.bp-admin-card{position:relative;margin-top:20px;padding:2.2em 2.8em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-admin-card .form-table td p{color:#999;margin-top:6px}.bp-admin-card .form-table td a.button-secondary{margin-top:1px}.bp-admin-card h2{line-height:1;margin:0 0 1em;padding-bottom:1.2em;font-size:22px;font-weight:700;color:#333;border-bottom:1px solid #eaeaea;align-items:center;display:flex}.bp-admin-card h2 span{font-weight:400}.bp-admin-card h2 a{text-decoration:none}.bp-admin-card h2 [class*=" bb-icon-"]{font-size:36px;width:36px;margin-right:16px;vertical-align:middle;position:relative}.bp-admin-card h2 [class*=" bb-icon-"]:before{margin:0;color:#f6f6f6;position:relative;z-index:2}.bp-admin-card h2 [class*=" bb-icon-"]:after{position:absolute;left:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background:#333}.bp-admin-card h3{font-size:19px;font-weight:600}.bp-admin-card p.alert{padding:10px 12px;background:#f3f5f6;border-radius:3px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp-admin-card p.alert code a{text-decoration:none;color:#444}.bp-admin-card p.alert code a:hover{color:#0073aa}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td{background:#f0f0f1;margin:10px 0 0 10px;padding:10px 15px 10px 20px;border:1px solid #ccd0d4;display:block;border-radius:4px}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td p{margin:0}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none.child-custom-post-type td{margin:10px 0 10px 10px}.bp-admin-card.section-bp_document_settings_extensions h2:before,.bp-admin-card.section-bp_video_settings_extensions h2:before,.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>th{display:none}.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>td{padding:0}.bp-admin-card.section-bp_media_settings_symlinks{display:block!important}.bp-admin-card.section-bp_search_settings_community table,.bp-admin-card.section-bp_search_settings_post_types table{margin-bottom:20px}.bp-admin-card.section-bp_search_settings_community th[scope=row],.bp-admin-card.section-bp_search_settings_post_types th[scope=row]{width:1px}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing th{display:none}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing td table.extension-listing thead tr th{display:table-cell}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing>td{padding:0}.section-bp_document_settings_extensions+.submit>a{margin-left:5px}table.extension-listing{border-radius:4px;margin:9px 0 12px}table.extension-listing thead th{padding:12px 18px}table.extension-listing thead th.ext-head-extension{width:2.5em}table.extension-listing thead th.ext-head-desc{width:16%}table.extension-listing thead th.ext-head-icon{width:4em}table.extension-listing thead td.ext-head-enable{width:1.2em}table.extension-listing tbody td{padding:10px}table.extension-listing tbody td [class*=" bb-icon-"]{font-size:33px;color:#999;margin-left:8px;vertical-align:middle}table.extension-listing tbody td input.error{border:1px solid red}table.extension-listing tbody td input.hide-border{border:none;background-color:transparent;color:#555;margin:0}table.extension-listing tbody td input.hide-border:focus{background-color:#eee}table.extension-listing tbody td input[type=text]{width:100%}table.extension-listing tbody td #btn-remove-extensions{cursor:pointer;color:#a00;font-size:18px;vertical-align:middle;margin-left:6px}table.extension-listing tbody tr.custom-extension td input.extension-mime[type=text]{width:50%}table.extension-listing tfoot td #btn-add-extensions,table.extension-listing tfoot td #btn-add-video-extensions,table.extension-listing tfoot td #btn-check-mime-type{cursor:pointer;float:right;margin-left:8px}@media screen and (max-width:782px){table.extension-listing{display:block}table.extension-listing tbody,table.extension-listing thead,table.extension-listing tr{display:block;width:100%}table.extension-listing tbody.extra-extension input[type=text],table.extension-listing thead.extra-extension input[type=text],table.extension-listing tr.extra-extension input[type=text]{margin-top:15px;margin-left:10px;width:calc(100% - 10px)}table.extension-listing tbody.extra-extension .icon-select-main,table.extension-listing thead.extra-extension .icon-select-main,table.extension-listing tr.extra-extension .icon-select-main{margin-left:10px}table.extension-listing tr.custom-extension{background-color:#fff}table.extension-listing tr.custom-extension td{padding-left:20px!important}table.extension-listing tfoot{width:100%;display:inline-block;box-sizing:border-box}table.extension-listing tfoot td #btn-add-extensions{margin:10px 0 15px}table.extension-listing thead .ext-head:not(.ext-head-enable){display:none!important}table.extension-listing .ext-head.ext-head-enable{width:100%!important;padding:10px 0 0 10px!important}table.extension-listing tbody td{padding-left:10px!important;width:100%!important;box-sizing:border-box}table.extension-listing tbody td>i{margin:15px 0 10px 10px}table.extension-listing tbody td:before{top:0;left:20px!important;font-weight:600}table.extension-listing tbody td:first-child{padding-left:20px!important}table.extension-listing tbody td .extension-mime{margin-bottom:15px}table.extension-listing tbody td .btn-check-mime-type{margin-left:10px}}table.extension-listing select.extension-icon{display:none}table.extension-listing .icon-select-main{position:relative;display:inline-block;vertical-align:middle;width:100%}table.extension-listing .icon-select-main .icon-select-button{font-size:14px;line-height:2;color:#32373c;border:1px solid #7e8993;border-width:1px;box-shadow:none;border-radius:3px;padding:3px 24px 3px 8px;-webkit-appearance:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px;cursor:pointer;vertical-align:middle;max-width:100%;width:100%;display:inline-block;box-sizing:border-box}table.extension-listing .icon-select-main .icon-select-button li{list-style:none;margin:0;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:left;color:#555}table.extension-listing .icon-select-main .icon-select-button i{font-size:22px;color:#888;margin-right:10px;vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list{position:absolute;left:0;right:0;min-width:160px;background-color:#fff;border:1px solid #ccd0d4;border-radius:3px;box-shadow:0 2px 12px 1px rgba(0,0,0,.1);padding:0;bottom:100%;max-height:60vh;overflow:auto;display:none}table.extension-listing .icon-select-main .custom-extension-list ul.custom-extension-list-select{font-size:0;color:#888}table.extension-listing .icon-select-main .custom-extension-list li{list-style:none;cursor:pointer;font-size:14px;padding:8px 12px;margin:0}table.extension-listing .icon-select-main .custom-extension-list li:first-child{border-bottom:1px solid #eee;padding-top:10px;padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:nth-child(2){padding-top:10px}table.extension-listing .icon-select-main .custom-extension-list li:last-child{padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:hover{background-color:#f9f9f9}table.extension-listing .icon-select-main .custom-extension-list li span{vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list i{font-size:28px;margin-right:10px;vertical-align:middle;color:#888}@media screen and (max-width:1023px){#bp-hello-container.bp-hello-mime{bottom:0}#bp-hello-container.bp-hello-mime .bp-hello-header{height:auto;max-height:initial;min-height:58px}}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}#bp-activities-form .fixed .column-author{width:15%}#bp-activities-form #the-comment-list td.comment img,#bp-activities-form #the-comment-list td.comment video{max-width:300px;display:block;margin:.6em 0}.activity-attached-gif-container{cursor:pointer;max-width:480px}.activity-attached-gif-container .gif-player{position:relative;max-width:480px}.activity-attached-gif-container .gif-player video{margin:0}.activity-attached-gif-container .gif-play-button{height:80px;width:80px;position:absolute;left:29%;margin-left:-32px;top:69%;margin-top:-44px}.activity-attached-gif-container .gif-play-button .bb-icon-play-thin{font-size:80px;width:80px;height:80px;margin:0;padding:0;line-height:0}.activity-attached-gif-container .gif-icon{background:url(../images/GIF.svg) center no-repeat;position:absolute;display:block;height:28px;width:44px;bottom:0;left:0;border-radius:0 4px 0 0;background-size:28px;padding:8px;background-color:#000;opacity:.45}form#bp-groups-form .fixed .column-comment{width:20%}@media only screen and (min-width:700px){#poststuff #bbp_reply_attributes select{min-width:70%}}body.post-type-reply #edit-slug-box{padding-left:0;margin-top:0}#bbpress_group_admin_ui_meta_box fieldset{min-width:230px}#bbp-dashboard-right-now .table,#bbp-dashboard-right-now .versions,#bbp-dashboard-right-now p.sub{margin:-12px}#bbp-dashboard-right-now .inside{font-size:12px;padding-top:20px;margin-bottom:0}#bbp-dashboard-right-now p.sub{padding:5px 0 15px;color:#8f8f8f;font-size:14px;position:absolute;top:-17px;left:15px;right:0}#bbp-dashboard-right-now .table{margin:0;padding:0;position:relative}#bbp-dashboard-right-now .table_content{float:left;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now .table_discussion{float:right;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now table td{padding:3px 0;white-space:nowrap}#bbp-dashboard-right-now table tr.first td{border-top:none}#bbp-dashboard-right-now td.b{padding-right:6px;padding-left:0;text-align:right;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;width:1%}#bbp-dashboard-right-now td.b a{font-size:18px}#bbp-dashboard-right-now td.b a:hover{color:#d54e21}#bbp-dashboard-right-now .t{font-size:12px;padding-right:12px;padding-left:0;padding-top:6px;color:#777}#bbp-dashboard-right-now .t a{white-space:nowrap}#bbp-dashboard-right-now .spam{color:red}#bbp-dashboard-right-now .waiting{color:#e66f00}#bbp-dashboard-right-now .approved{color:#0f0}#bbp-dashboard-right-now a.button{float:right;clear:right;position:relative;top:-5px}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:left;margin-right:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-left:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-left:0;width:100%}.bp-new-notice-panel .button-primary{margin-left:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-group-type .postbox .inside,body.post-type-bp-member-type .postbox .inside{padding:0 12px 12px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker{display:flex;flex-direction:row}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one{display:flex;flex-direction:column;vertical-align:middle;text-align:-webkit-match-parent;flex-basis:auto}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child),body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child){margin-left:15px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label{margin-bottom:10px;color:#686868}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker{display:none}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker{display:block}body.post-type-bp-group-type #group-type-shortcode,body.post-type-bp-member-type #member-type-shortcode{line-height:1;margin-right:10px;padding:7px;display:inline-block}table.bp-postbox-table{background:#f9f9f9;margin-top:22px;border-radius:3px}table.bp-postbox-table thead th{font-weight:600}table.bp-postbox-table tbody th{width:23%;vertical-align:top}table.bp-postbox-table tbody td input[type=checkbox]{margin-right:8px}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:left;padding-left:25px;text-indent:-25px}.buddyboss_page_bbp-repair .wrap,.buddyboss_page_bp-repair-community .wrap,.buddyboss_page_bp-tools .wrap{max-width:950px}.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p,.buddyboss_page_bp-tools p{line-height:2}.buddyboss_page_bbp-repair fieldset,.buddyboss_page_bp-repair-community fieldset,.buddyboss_page_bp-tools fieldset{margin:2em 0 0}.buddyboss_page_bbp-repair legend,.buddyboss_page_bp-repair-community legend,.buddyboss_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600;margin:1em 0}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label,.buddyboss_page_bp-tools label{clear:left;display:block;line-height:1.5;margin:0 0 7px;padding:3px;border-radius:3px}@media screen and (max-width:782px){.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p{line-height:1.5}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label{margin-bottom:1em;padding-right:25px;text-indent:-33px}.buddyboss_page_bbp-repair .checkbox,.buddyboss_page_bp-repair-community .checkbox{padding:0 0 0 30px}}.bp-display-none{display:none}.wrap .bp-help-doc{position:relative;margin-top:20px;padding:2.2em 2.8em 2em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-help-card-grid{margin-top:20px;min-width:255px;max-width:1050px}.bp-help-card-grid .bp-help-main-menu-wrap{display:flex;flex-flow:wrap;margin-left:-10px;margin-right:-10px}.bp-help-card-grid .bp-help-card{margin:0 10px 2%;background-color:#fff;border:1px solid #ccd0d4;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;flex:0 0 calc(33.33% - 20px);min-width:0}.bp-help-card-grid .bp-help-card .inside{padding:1.8em 2em 5em}.bp-help-card-grid .bp-help-card h2{font-size:18px;padding:0;margin:0 0 1em;line-height:1.4}.bp-help-card-grid .bp-help-card p:first-child{margin-top:0}.bp-help-card-grid .bp-help-content-wrap{display:flex}.bp-help-content-wrap{display:flex;flex-flow:row wrap;min-width:255px;max-width:1050px;background-color:#fff;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box}.bp-help-sidebar>ul{margin:0}.bp-help-sidebar>ul>li>a{color:#23282d;font-size:16px;font-weight:600}.bp-help-sidebar>ul>li>ul{margin-top:20px}.bp-help-sidebar>ul>li>ul li{line-height:1.6;margin:1.2em 0}.bp-help-sidebar>ul>li ul>li.selected>a{font-weight:600}.bp-help-sidebar>ul>li>ul>li>ul>li{margin-left:1.6em;list-style-type:disc}.bp-help-sidebar>ul span.open{font-size:0}.bp-help-sidebar>ul span.open:after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:bottom;font-size:10px;color:#999;cursor:pointer}.bp-help-sidebar>ul span.open.active:after{transform:rotate(90deg)}.bp-help-content p,.bp-help-content ul li{line-height:2}.bp-help-content ul.bp-help-menu{margin:0 0 2.5em}.bp-help-content ul.bp-help-menu li{display:inline}.bp-help-content ul.bp-help-menu li.miscellaneous{display:none!important}.bp-help-content ul.bp-help-menu li:not(:last-child):after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:middle;font-size:10px;color:#999}.bp-help-content ul.bp-help-menu li:last-child a{color:#999}.bp-help-content h1{font-weight:500;font-size:2em;margin-bottom:1em}.bp-help-content h2{font-size:1.5em;margin-bottom:1em}.bp-help-content h3{font-size:1.2em;margin-bottom:1em}.bp-help-content code{border-radius:3px}.bp-help-content ol,.bp-help-content ul{margin-left:25px;margin-top:6px;line-height:1.5}.bp-help-content ul li{list-style-type:circle}.bp-help-content ol li{list-style-type:decimal}.bp-help-content hr{border-top:none;border-bottom:1px solid #eaeaea}.bp-help-content table{border:1px solid #eaeaea;border-collapse:collapse;width:100%;margin-bottom:3em}.bp-help-content th{background:#f9f9f9;font-weight:500;border-bottom:1px solid #eaeaea}.bp-help-content td,.bp-help-content th{padding:10px 12px}.bp-help-content img{max-width:100%;width:auto;height:auto;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 20px -1px rgba(7,10,25,.1)}.bp-help-content .article-child>ul>li{list-style-type:disc}.bp-help-content .article-child .actions,.bp-help-content .article-child .sub-menu-count{display:none}.bp-help-main-menu-wrap div.notice{margin:0 10px!important;width:100%}@media screen and (min-width:782px){.bp-help-sidebar{background:#f9f9f9;padding:2.5em;border-right:1px solid #ccd0d4;border-radius:6px 0 0 6px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;min-width:0;overflow:initial;width:100%;min-height:60vh}.bp-help-content{padding:2.5em 3em;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bp-help-content th:first-child{width:40%}}@media screen and (max-width:781px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(50% - 20px);min-width:0}.bp-help-sidebar{background:#f9f9f9;padding:2.5em;width:100%;min-height:auto;border-bottom:1px solid #ccd0d4;border-radius:6px 6px 0 0}.bp-help-content{padding:2.5em;width:100%}.bp-help-content th:last-child{display:none}}@media screen and (max-width:550px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(100% - 20px)}}#buddypress-update.not-shiny .update-message{border-left:0;padding-left:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.bp_buddyboss_app_wrap{min-width:255px;max-width:1150px}.bp_buddyboss_app_wrap .buddyboss-app-featured{margin:20px 2px 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block,.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{background:#fff;margin:0 0 20px;padding:2em 2.8em;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-items{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item{-webkit-box-flex:1;flex:1;margin:2em 1em;min-width:200px;width:30%}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;margin:0 -2em;padding:20px 2em}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{display:none}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item:nth-of-type(-n+3){display:flex}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item:nth-child(-n+3){display:block}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon{justify-content:left}.bp_buddyboss_app_wrap .buddyboss-app-banner-block img{height:62px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding:24px 0 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content h3{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content p{margin:0 0 auto}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 20px 0 0;width:100px}.bp_buddyboss_app_wrap .buddyboss-app-column-block img{max-height:50px;max-width:50px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;justify-content:space-between;min-width:200px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content h2{float:left;margin-top:10px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content p{float:left;margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;background-color:#00aae1;color:#fff;width:124px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image{margin-right:2em;padding:1em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image .buddyboss-app-img{max-height:130px;max-width:160px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content h1{padding-bottom:0}.bp_buddyboss_app_wrap .buddyboss-app-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-column{-webkit-box-flex:1;flex:1;min-width:0;width:50%;padding-right:20px}.bp_buddyboss_app_wrap .buddyboss-app-column:last-child{padding-right:0}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{box-sizing:border-box;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 0 20px;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{background:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{display:-webkit-box;display:flex;flex-wrap:wrap}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block img{height:225px;margin:0 2em 0 -2em}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block h1{margin-top:-12px}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block p{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content a{width:48%}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block{background-color:#00aae1;text-align:center}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block h1{color:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block p{color:#fafafa}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block img{margin:10px 0;max-width:100%}body.post-type-bp_ps_form .page-title-action{display:none}.buddypress .wrap div#message,.buddypress .wrap div.notice{margin:25px 0 15px}tr.child-no-padding th{padding:0 10px 0 0}tr.child-no-padding td{padding:5px 10px}tr.child-no-padding-first th{padding:20px 10px 0 0}tr.child-no-padding-first td{padding:15px 10px 5px}td.inviter.column-inviter strong img{float:left;margin-right:10px;margin-top:1px}td label.platform-activity{clear:left;display:block;line-height:1.5;margin:0 0 1em}.nav-tab-wrapper .bp-emails-customizer,.nav-tab-wrapper .bp-group-customizer,.nav-tab-wrapper .bp-user-customizer{padding-right:6px}.nav-tab-wrapper .bp-emails-customizer:after,.nav-tab-wrapper .bp-group-customizer:after,.nav-tab-wrapper .bp-user-customizer:after{font-family:dashicons;content:"\f345";margin-left:3px;display:inline-block;vertical-align:top}.bb-nickname-hide-last-name{margin-top:-21px}.bb-nickname-hide-last-name input[type=checkbox]{margin-top:0}.bb-nickname-hide-first-name{margin-top:-8px}.bb-nickname-hide-first-name input[type=checkbox]{margin-top:0}.loader-repair-tools{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-right:4px solid green;border-left:4px solid red;border-bottom:4px solid pink;border-radius:50%;width:10px;height:10px;animation:spin 2s linear infinite;display:inline-block;margin-left:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body .section-repair_community .settings fieldset .submit a.disable-btn{pointer-events:none}body .section-repair_community .settings fieldset .checkbox label code{margin-left:10px}@media screen and (max-width:782px){.bb-nickname-hide-last-name{margin-top:-2px}.bb-nickname-hide-first-name{margin-top:0}}.animate-spin{animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-ms-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.wp-block-embed{margin:0}.wp-block-embed iframe{max-width:100%}#bp-help-content-area.loading,#bp-help-main-menu-wrap.loading,.bp-help-sidebar.loading{display:flex;justify-content:center;align-items:center}.content-loader{display:inline-block;position:relative;width:80px;height:80px}.content-loader div{display:inline-block;position:absolute;left:5px;width:9px;background:#dadada;animation:contentLoader 1.2s cubic-bezier(0,.5,.5,1) infinite}.content-loader div:nth-child(1){left:8px;animation-delay:-.24s}.content-loader div:nth-child(2){left:28px;animation-delay:-.12s}.content-loader div:nth-child(3){left:48px;animation-delay:0}#the-moderation-request-list .blocked_member>img,#the-moderation-request-list .content_owner>img{vertical-align:middle;margin-right:5px}#the-moderation-request-list [data-colname] a{outline:0;box-shadow:none}#the-moderation-request-list [data-colname] a img{display:inline-block;vertical-align:middle}#the-moderation-request-list .content_type strong{color:#1d2327}#the-moderation-request-list .content_type strong>span{color:grey}@keyframes contentLoader{0%{top:8px;height:50px}100%,50%{top:24px;height:28px}}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label{min-width:27%}#bp_moderation_settings_reporting label[for=bpm_reporting_content_reporting]{margin-top:5px;display:block}#bp_moderation_settings_reporting .small-text{width:48px;min-height:24px;height:24px}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label{display:inline-block;margin-bottom:30px}#bp_moderation_settings_blocking label.is_disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled,#bp_moderation_settings_reporting label.is_disabled{pointer-events:none;opacity:.5}#bp_moderation_settings_blocking label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.is_disabled input[type=checkbox]:disabled{opacity:1;border-color:inherit}#bp-hello-container.deactivation-popup{top:50%;bottom:initial;transform:translateY(-50%);overflow:auto;max-height:90%;max-width:640px;margin:0 auto}#bp-hello-container.deactivation-popup .bp-hello-footer{position:static;padding:10px 23px}#bp-hello-container.deactivation-popup .bp-hello-footer button+button{margin-left:10px}#bp-hello-container.deactivation-popup .bp-hello-content{height:auto;padding:20px 23px}#bp-hello-container.deactivation-popup .bp-hello-content h4{margin-bottom:0}#bp-hello-container.deactivation-popup .bp-hello-content ul{margin-left:17px;list-style-type:disc}#bp-hello-container.deactivation-popup .bp-hello-content>p:first-child{margin-top:0}#bp_moderation_action td a{text-decoration:none}.row-actions .suspend a,.row-actions .suspend a:hover{color:#dc3232}.users tr.suspended-user{background-color:#f5dada}h2.has_tutorial_btn{position:relative}h2.has_tutorial_btn .bbapp-tutorial-btn{position:absolute;right:0;left:initial;top:5px;font-weight:400}h2.has_tutorial_btn .bbapp-tutorial-btn p{margin:0}@media screen and (max-width:580px){h2.has_tutorial_btn{margin-bottom:65px}h2.has_tutorial_btn .bbapp-tutorial-btn{top:inherit;bottom:-55px}}.bb-screen-position-outer{display:flex;width:180px;justify-content:space-between}.bb-screen-position-outer .bb-screen-position{display:flex;width:85px;flex-direction:column;text-align:center}.bb-screen-position-outer .bb-screen-position input[type=radio]{opacity:0;visibility:hidden;height:0}.bb-screen-position-outer .bb-screen-position .option{position:relative;display:flex;flex-direction:column}.bb-screen-position-outer .bb-screen-position .option:before{content:" ";height:80px;width:80px;background:#f0f0f1;display:flex;border-radius:5px;border:2px solid #ccd0d4;transition:all .3s ease}.bb-screen-position-outer .bb-screen-position .option:after{content:" ";width:40px;height:20px;border-radius:2px;background:#c3c4c7;position:absolute;top:55px}.bb-screen-position-outer .bb-screen-position .option.opt-right:after{right:8px}.bb-screen-position-outer .bb-screen-position .option.opt-left:after{left:8px}.bb-screen-position-outer .bb-screen-position .option span{font-size:14px;color:#999;line-height:2}.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_left:checked:checked+.option:before,.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_right:checked:checked+.option:before{border-color:#2370b1}.bp-messages-feedback .bp-feedback.error{margin:0;border:0;padding:0}#bp_media_settings_symlinks .bp-feedback,#bp_privacy .bp-feedback,#bp_web_push_notification_settings .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_privacy .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon{border-radius:4px 0 0 4px;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_privacy .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px 8px;border:1px solid #ccc;border-radius:0 4px 4px 0;border-left:0;width:100%}#bp_media_settings_symlinks .bp-feedback,#bp_web_push_notification_settings .bp-feedback,.admin-notice .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon,.admin-notice .bp-feedback .bp-icon{border-radius:4px 0 0 4px;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p,.admin-notice .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px;border:1px solid #ccc;border-radius:0 4px 4px 0;border-left:0;width:100%}.bp-messages-feedback .bp-feedback.warning .bp-icon{background-color:#f7ba45}.bp-messages-feedback .bp-feedback.warning .bp-icon:before{font-family:bb-icons;content:"\e855"}.bb-error-section{padding:10px;margin-left:-210px;background:#ffdcdc;color:#d42929;line-height:1.5;border:1px solid #ffc5ca;border-radius:4px}.bb-warning-section-wrap.hidden-header>th{opacity:0;visibility:hidden;padding:0;margin:0}.bb-warning-section-wrap.hidden-header>th+td{padding-left:0;padding-right:0}.bb-warning-section{padding:10px;margin-left:-210px;background:#fff3c8;color:#8b6300;line-height:1.5;border:1px solid #ffeeb3;border-radius:4px}@media screen and (max-width:782px){.bb-warning-section{margin-left:0}}.status-line{display:inline-block;font-size:14px;padding:10px 15px;background:#f0f0f1;border-radius:5px;color:grey}.status-line:before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;background:grey;margin-right:10px;vertical-align:baseline}.status-line.error-connected{color:#ce1010}.status-line.error-connected:before{background:#ce1010}.status-line.connected{color:#858585}.status-line.connected:before{background:#8fd14f}.status-line.warn-connected{color:#858585}.status-line.warn-connected:before{background:#fac710}.buddyboss_page_bp-settings .bp-avatar-nav{display:none}.avatar-options .avatar-custom-input{display:inline-block;margin:0 7px 0 0}.avatar-options .avatar-custom-input+p.description{margin-top:15px}.avatar-options .avatar-custom-input>label{display:inline-block;vertical-align:top}.avatar-options .avatar-custom-input input[type=radio]{opacity:0;visibility:hidden;height:0;margin:0;padding:0!important;border:0;display:block}.avatar-options .avatar-custom-input input[type=radio]:checked+label .img-block img{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.avatar-options .avatar-custom-input input[type=radio]:checked:before{position:absolute}.avatar-options .avatar-custom-input .img-block{display:flex;border-radius:5px;margin-bottom:5px}.avatar-options .avatar-custom-input img{width:80px;height:80px;border:1px solid #ccd0d4;border-radius:5px;object-fit:cover}.avatar-options .avatar-custom-input span{display:block;text-align:center;color:#999}.avatar-options .avatar-custom-input .description{margin-top:15px}.avatar-options .bb-default-custom-upload-file .bb-upload-container img{margin-bottom:10px;max-width:120px}.avatar-options .bb-default-custom-upload-file .button.delete{border-color:#d33;color:#d33;margin-left:5px}.avatar-options .bb-default-custom-upload-file .button.delete.bp-hide{display:none}.avatar-options .bb-default-custom-upload-file.cover-uploader .bb-upload-container img{max-width:300px;width:100%}.avatar-options .cover-uploader-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer}.avatar-options .cover-uploader-label .cover-uploader-hide{border:0;opacity:0;position:absolute;right:0;top:0;bottom:0}.avatar-options .image-width-height>label{min-width:80px;display:inline-block}.avatar-options .image-width-height .description{margin-left:85px;margin-bottom:15px}@media screen and (max-width:782px){.avatar-options .image-width-height>label{min-width:auto;margin-bottom:10px}.avatar-options .image-width-height .description{margin-left:0}}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-uploader-progress div.error{margin:5px 0 2px}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-progress{margin-right:0}.preview_avatar_cover .preview-switcher{margin-bottom:25px}.preview_avatar_cover .preview-switcher .button:focus{box-shadow:none}.preview_avatar_cover .preview-block{max-width:260px;border:1px solid #ccd0d4;border-radius:5px;overflow:hidden;margin-bottom:25px;display:none}.preview_avatar_cover .preview-block.active{display:block}.preview_avatar_cover .app-preview-wrap{max-width:200px}.preview_avatar_cover .app-preview-wrap .preview-item-avatar{left:50%;border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);overflow:hidden}.preview_avatar_cover .preview-item-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:80px;max-height:80px;background-color:#ccc;overflow:hidden}.preview_avatar_cover .preview-item-cover.large-image{min-height:130px;max-height:130px}.preview_avatar_cover .preview-item-avatar{height:75px;width:75px;position:relative;top:-35px;left:25px;border:3px solid #fff;border-radius:5px}.preview_avatar_cover .preview-item-avatar.centered-image{left:50%;transform:translateX(-50%)}.preview_avatar_cover .preview-item-avatar img{background-color:#f9f9f9}.preview_avatar_cover .preview-item-avatar img,.preview_avatar_cover .preview-item-cover img{object-fit:cover;width:100%}.preview_avatar_cover .preview-item-avatar img[src=""],.preview_avatar_cover .preview-item-cover img[src=""]{display:none}.preview_avatar_cover:not(.has-avatar) .preview-item-avatar{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-cover{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-avatar{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.preview_avatar_cover:not(.has-cover):not(.has-avatar){display:none}.preview_avatar_cover .button-group>.button:last-child:first-child{border-radius:3px}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar{border-radius:50%}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar img{border-radius:50%}.group-cover-options .preview_avatar_cover .app-preview-wrap{position:relative}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-cover{min-height:120px;max-height:120px;margin-bottom:45px}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-avatar{top:25px;position:absolute;border-radius:12px;border:0;height:70px;width:70px}.buddyboss_page_bp-settings #TB_window,body.users_page_bp-profile-edit #TB_window{height:auto!important;width:820px!important;max-width:90%;top:50%!important;transform:translateY(-50%);max-height:90%;overflow:auto}.buddyboss_page_bp-settings #TB_window .bp-avatar #avatar-to-crop,body.users_page_bp-profile-edit #TB_window .bp-avatar #avatar-to-crop{margin-bottom:15px}.buddyboss_page_bp-settings #TB_ajaxContent,body.users_page_bp-profile-edit #TB_ajaxContent{height:auto!important;width:auto!important;padding:15px}table tbody td .bb-description{color:#999;margin-top:6px;margin-bottom:0}.bb-group-element,.bb-group-headers-element,.bb-member-directory-element,.bb-member-directory-profile-action,.bb-profile-header-element{margin-bottom:10px}@media screen and (max-width:782px){.bb-group-element input[type=checkbox],.bb-group-headers-element input[type=checkbox],.bb-member-directory-element input[type=checkbox],.bb-member-directory-profile-action input[type=checkbox],.bb-profile-header-element input[type=checkbox]{width:auto}}.bb-header-style-outer{display:flex}.bb-header-style-outer .bb-header-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-header-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-header-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-header-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-header-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-left.png) no-repeat center}html[dir=rtl] .bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-right.png) no-repeat center}.bb-header-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-group-header-center.png) no-repeat center}.bb-header-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-header-style-outer .bb-header-style #bb-group-header-style-centered:checked:checked+.option:before,.bb-header-style-outer .bb-header-style #bb-group-header-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer{display:flex}.bb-grid-style-outer .bb-grid-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-grid-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-grid-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-grid-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-grid-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-right.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option.opt-centered:after{background:url(../../images/bb-group-directory-center.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-centered:checked:checked+.option:before,.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer .bb-header-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-right.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-profile-header-center.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-stylecentered:checked:checked+.option:before,.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-styleleft:checked:checked+.option:before{border-color:#2370b1}.bb-head-notice{background-color:#f6f6f6;border-radius:4px;color:#999;display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-top:10px;max-width:140px;padding:5px 10px;width:auto}.bb-head-notice a{color:inherit;font-weight:700;text-decoration:none}.bb-pro-inactive>th:before{content:"\e97c";font-family:bb-icons;margin-right:5px;vertical-align:top;display:inline-block;line-height:1;font-size:14px}.bb-pro-inactive>td{opacity:.3}.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-pro-active>th:before{display:none}.bb-pro-active .bb-head-notice{display:none}.bp-hello-email .bp-hello-title .count,.btn-open-missing-email .count{display:inline-block;background-color:#2271b1;color:#fff;padding:1px 6px;border-radius:4px;line-height:1.3;font-size:smaller}.btn-open-missing-email+#bp-hello-backdrop{display:block}.bp-hello-email .bp-hello-title .count{font-size:inherit;padding:2px 10px;margin-right:10px}.bp-hello-email .bp-hello-content{height:auto;padding:0 23px;min-height:180px;max-height:calc(100vh - 320px);margin-bottom:62px}.bp-hello-email .missing-email-list ul{list-style:disc;margin:25px 0 25px 20px}.bp-hello-email .bb-popup-buttons{position:absolute;bottom:0;padding:15px;text-align:right;width:calc(100% - 30px);margin:0 -23px;border-top:1px solid var(--bp-hello-color-secondary);background-color:#f0f0f1}@media screen and (orientation:landscape) and (max-height:480px){.bp-hello-email .bp-hello-content{min-height:110px}}#bp-hello-container.bp-hello-email{top:50%;bottom:initial;transform:translateY(-50%);margin-top:32px}#bp-hello-container.bp-hello-email .button-primary{color:#fff;margin-left:10px}@media screen and (max-width:480px){#bp-hello-container.bp-hello-email .button-primary{margin-left:0}}#bp_notification_settings_automatic table.render-dynamic-notification,#bp_notification_settings_automatic table.render-dynamic-notification tbody,#bp_notification_settings_automatic table.render-dynamic-notification td,#bp_notification_settings_automatic table.render-dynamic-notification th,#bp_notification_settings_automatic table.render-dynamic-notification tr{display:block}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th{display:none}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_notification_settings_automatic table.form-table .no-padding{padding:0}#bp_notification_settings_automatic table.form-table tbody tr{margin-bottom:20px}#bp_notification_settings_automatic table.form-table tbody tr th{margin-bottom:15px;width:100%}#bp_notification_settings_automatic .field-set{margin-top:10px;background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px}#bp_notification_settings_automatic .field-set .field-block{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:15px}#bp_notification_settings_automatic .field-set .field-block+.field-block{border-top:1px solid #ccd0d4}#bp_notification_settings_automatic .field-set .field-block .no-email-info{margin-right:15px;margin-left:auto;background-color:#ffdcdc;border-radius:5px;padding:5px 10px;color:#8c0202;font-size:11px;text-decoration:none}#bp_notification_settings_automatic .field-set .field-block .email-info{margin-right:15px;margin-left:auto;border-radius:5px;padding:5px 10px;font-size:11px;text-decoration:none;background-color:#dfe5ea}#bp_notification_settings_automatic .field-set .field-block .notification-defaults{padding:3px 0;cursor:pointer}#bp_notification_settings_automatic .field-set .field-block input[type=checkbox]{margin-top:0}#bp_notification_settings_automatic .field-set .field-block .manage-defaults{margin-top:15px;justify-content:flex-end;width:100%;display:flex}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap{margin-left:15px;min-width:58px;text-align:center}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled{pointer-events:none}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]{opacity:.7;background:rgba(255,255,255,.5);border-color:rgba(220,220,222,.75);color:rgba(44,51,56,.5)}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]::before{opacity:.7}#bp_notification_settings_automatic .field-set .field-block .manage-defaults-hide{display:none}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr th{min-width:200px;padding:15px 20px 0 0;width:auto}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr td{padding:15px 10px 15px 0}.bb-bottom-notice{margin:2.2em -2.8em -2.2em;background:#f6f6f8;padding:2.2em 2.8em;border-radius:0 0 5px 5px;border-top:1px solid #ccd0d4}.bp-admin-card .form-table .bb-lab-notice{background:#f6f6f8;padding:1.2em;margin-top:1.2em;border-radius:3px;border:1px solid #ccd0d4}.bp-admin-card .form-table .bp-new-notice-panel-notice{color:#8b6300;background-color:#fff3c8;padding:1.2em;font-size:14px;line-height:1.5;border-radius:3px;margin:20px 0}.bp-admin-card .form-table .bp-new-notice-panel-notice a{color:inherit}.bp-admin-card .form-table .bp-new-notice-panel-notice+p.description{margin-bottom:15px}.bb-lab-notice.notification-information:before{content:"\eebc";display:inline-block;font-family:bb-icons;font-size:16px;font-weight:100;margin-right:10px;line-height:1}.bb-lab-notice.notification-information:first-child{margin-top:0}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_messaging_notification_settings table.form-table .no-padding{padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default{width:300px;max-height:calc(90vh - 50px);overflow:auto}#wpadminbar #wp-admin-bar-bp-notifications-default>li{display:inline-block;width:100%;padding:5px 0}#wpadminbar #wp-admin-bar-bp-notifications-default>li#wp-admin-bar-notification-view-all{text-align:center}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar{float:left;width:40px;margin-top:4px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar .member-status{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a{height:auto;padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a img{max-width:36px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a>i{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content{float:right;width:calc(100% - 60px)}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .bb-full-link>a{opacity:1;padding:0;height:auto;position:static;white-space:normal;line-height:1.5}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .posted{line-height:1.4}table.moderations .column-content_type a[data-action=unhide],table.moderations .column-content_type a[data-action=unsuspend],table.moderations .column-member a[data-action=unhide],table.moderations .column-member a[data-action=unsuspend]{color:#5f9a22}table.moderations tfoot tr th,table.moderations thead tr th{font-weight:600}table.moderations tbody tr .column-suspend .dashicons{color:#000;font-size:24px}.buddyboss_page_bp-moderation .dashicons{font-weight:700}.buddyboss_page_bp-moderation .bb-back{display:inline-block;margin-top:15px;text-decoration:none}.buddyboss_page_bp-moderation .bb-back [class*=bb-icon]{display:inline-block;font-size:17px;margin:-1px 3px 0 0;vertical-align:middle}.buddyboss_page_bp-moderation table.reports tfoot tr th,.buddyboss_page_bp-moderation table.reports thead tr th{font-weight:600}table.moderations .column-member img,table.moderations .content_owner img,table.reports .column-reporter img{vertical-align:middle;margin-right:5px;border-radius:50%}#bp_moderation_action>.inside{margin:0;padding:0 20px}#bp_moderation_action>.inside .tablenav.bottom{height:auto;min-height:20px;margin:0;padding-top:0}#bp_moderation_action>.inside .tablenav.bottom .tablenav-pages{margin:20px 0}#bp_moderation_action .report-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfdfdf;margin:0 -20px;padding:20px}#bp_moderation_action .report-header_content_id{font-size:20px;font-weight:600;color:#1d2327;margin-bottom:10px}#bp_moderation_action .report-header_content_id span{color:grey;margin-left:5px}#bp_moderation_action .report-header_content_id a{text-decoration:none}#bp_moderation_action .report-header_content_id a i{font-weight:300;font-size:18px;transform:translateY(-1px);display:inline-block}#bp_moderation_action .report-header_user{display:flex;align-items:center}#bp_moderation_action .report-header_user strong a{text-decoration:none;font-size:16px;box-shadow:none}#bp_moderation_action .report-header_user img{border-radius:50%;max-width:35px;height:auto;margin-right:10px;vertical-align:middle}#bp_moderation_action .report-header_content{text-align:center;font-weight:600}#bp_moderation_action .report-header_content strong{display:block;font-size:24px}#bp_moderation_action .report-header_action .report-header_button{color:#b32d2e;border-color:#b32d2e}#bp_moderation_action .report-header_action .report-header_button.green{color:#5f9a22;border-color:#afcc90}#bp_moderation_action .report-header_action .report-header_button+.report-header_button{margin-left:10px}.moderation-table-heading.form-table td{padding:15px 0}#the-moderation-report-list .reporter a{box-shadow:none}.taxonomy-bpm_category .form-field.term-slug-wrap{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th+td,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_labs_settings table.form-table .no-padding,#bp_web_push_notification_settings table.form-table .no-padding{padding:0}.no-field-notice{background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px;padding:15px}.notification-settings-input[data-bp-tooltip]{display:inline-block}.notification-settings-input[data-bp-tooltip]::after{min-width:140px;white-space:normal;padding:7px 12px;text-align:center}.bp-admin-card .password-toggle{position:relative;display:inline-block;width:50%}.bp-admin-card .password-toggle>input{padding-right:30px;width:100%!important}.bp-admin-card .password-toggle .bb-hide-pw{position:absolute;right:0;top:0;height:100%;width:30px;border:0;padding:0;background:0 0!important;box-shadow:none}.bp-admin-card .password-toggle .bb-hide-pw .bb-icon{font-size:16px;line-height:1}.bp-admin-card .password-toggle .bb-hide-pw.bb-show-pass .bb-icon::before{content:"\ee6a"} \ No newline at end of file +@charset "UTF-8";.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;font-size:15px;max-width:1150px;margin-top:25px}.bp-about-wrap .bp-admin-card{margin:20px 0 0}.bp-about-wrap .bp-admin-card h2{font-weight:600}.bp-about-wrap .bp-admin-card h2:before{content:none}.bp-about-wrap .bp-admin-card img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap .bp-admin-card ul{margin:0}.bp-about-wrap .bp-admin-card p{line-height:1.5;font-size:14px;margin:0}.bp-about-wrap .bp-admin-card .wp-person{display:inline-block;vertical-align:top;margin:0 10px 0 0;height:70px;width:280px}.bp-about-wrap .bp-admin-card .wp-person .gravatar{float:left;margin:0 10px 10px 0;border-radius:100%;width:60px;height:60px}.bp-about-wrap .bp-admin-card .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .bp-admin-card .wp-person .title{display:block;font-weight:300}.bp-about-wrap .bp-admin-card p.wp-credits-list a{white-space:nowrap}#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f130"}#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f307"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f465"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f325"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-seperator]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform a[href=bp-plugin-separator-notice]{pointer-events:none;cursor:default;padding-bottom:0;margin-right:16px;margin-left:14px;margin-bottom:5px;border-bottom:1px solid #555}#adminmenu li.toplevel_page_buddyboss-platform .wp-menu-image:before{content:"\edc8";font-family:bb-icons;font-style:normal;font-weight:300;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:20px;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px}#bp-admin-component-form .tablenav{margin-bottom:10px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%;padding-bottom:15px}#bp-admin-component-form .subsubsub{padding-bottom:5px}#bp-admin-component-form span.required{color:#32373c}@media screen and (max-width:782px){#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}.buddyboss_page_bp-tools .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-tools .section-default_data ul li.main ul{margin:5px 0 0 25px}.buddyboss_page_bp-tools .section-default_data #message ul.results li{list-style:disc;margin-left:25px}.buddyboss_page_bp-repair-community .section-default_data ul li.main{border-bottom:1px solid #eee;margin:0 0 10px;padding:5px 0}.buddyboss_page_bp-repair-community .section-default_data ul li.main ul{margin:5px 0 0 20px}.buddyboss_page_bp-repair-community .section-default_data #message ul.results li{list-style:disc;margin-left:25px}tr.bp-search-child-field,tr.bp-search-child-field th{padding:0}tr.bp-search-child-field td{padding:6px 25px}tr.bp-search-parent-field td,tr.bp-search-parent-field th{padding:15px 20px 10px 0}tr.bp-search-parent-field td p{margin-top:0}tr.bp-search-parent-field td p.section-header{margin:0 0 20px}tr.bp-custom-post-type-child-field td{padding:6px 40px}tr.bp-custom-post-type-child-field,tr.bp-search-parent-field label{font-weight:600}tr.bp-search-parent-field label{font-size:16px}.bp-admin-card{position:relative;margin-top:20px;padding:2.2em 2.8em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-admin-card .form-table td p{color:#999;margin-top:6px}.bp-admin-card .form-table td a.button-secondary{margin-top:1px}.bp-admin-card h2{line-height:1;margin:0 0 1em;padding-bottom:1.2em;font-size:22px;font-weight:700;color:#333;border-bottom:1px solid #eaeaea;align-items:center;display:flex}.bp-admin-card h2 span{font-weight:400}.bp-admin-card h2 a{text-decoration:none}.bp-admin-card h2 [class*=" bb-icon-"]{font-size:36px;width:36px;margin-right:16px;vertical-align:middle;position:relative}.bp-admin-card h2 [class*=" bb-icon-"]:before{margin:0;color:#f6f6f6;position:relative;z-index:2}.bp-admin-card h2 [class*=" bb-icon-"]:after{position:absolute;left:4px;top:4px;z-index:1;content:" ";width:28px;height:28px;background:#333}.bp-admin-card h3{font-size:19px;font-weight:600}.bp-admin-card p.alert{padding:10px 12px;background:#f3f5f6;border-radius:3px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp-admin-card p.alert code a{text-decoration:none;color:#444}.bp-admin-card p.alert code a:hover{color:#0073aa}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td{background:#f0f0f1;margin:10px 0 0 10px;padding:10px 15px 10px 20px;border:1px solid #ccd0d4;display:block;border-radius:4px}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none td p{margin:0}.buddyboss_page_bp-settings .section-bp_custom_post_type .form-table .child-no-padding.bp-display-none.child-custom-post-type td{margin:10px 0 10px 10px}.bp-admin-card.section-bp_document_settings_extensions h2:before,.bp-admin-card.section-bp_video_settings_extensions h2:before,.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>th{display:none}.section-bp_video_settings_extensions table.form-table tbody tr.video-extensions-listing>td{padding:0}.bp-admin-card.section-bp_media_settings_symlinks{display:block!important}.bp-admin-card.section-bp_search_settings_community table,.bp-admin-card.section-bp_search_settings_post_types table{margin-bottom:20px}.bp-admin-card.section-bp_search_settings_community th[scope=row],.bp-admin-card.section-bp_search_settings_post_types th[scope=row]{width:1px}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing th{display:none}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing td table.extension-listing thead tr th{display:table-cell}.section-bp_document_settings_extensions table.form-table tbody tr.document-extensions-listing>td{padding:0}.section-bp_document_settings_extensions+.submit>a{margin-left:5px}table.extension-listing{border-radius:4px;margin:9px 0 12px}table.extension-listing thead th{padding:12px 18px}table.extension-listing thead th.ext-head-extension{width:2.5em}table.extension-listing thead th.ext-head-desc{width:16%}table.extension-listing thead th.ext-head-icon{width:4em}table.extension-listing thead td.ext-head-enable{width:1.2em}table.extension-listing tbody td{padding:10px}table.extension-listing tbody td [class*=" bb-icon-"]{font-size:33px;color:#999;margin-left:8px;vertical-align:middle}table.extension-listing tbody td input.error{border:1px solid red}table.extension-listing tbody td input.hide-border{border:none;background-color:transparent;color:#555;margin:0}table.extension-listing tbody td input.hide-border:focus{background-color:#eee}table.extension-listing tbody td input[type=text]{width:100%}table.extension-listing tbody td #btn-remove-extensions{cursor:pointer;color:#a00;font-size:18px;vertical-align:middle;margin-left:6px}table.extension-listing tbody tr.custom-extension td input.extension-mime[type=text]{width:50%}table.extension-listing tfoot td #btn-add-extensions,table.extension-listing tfoot td #btn-add-video-extensions,table.extension-listing tfoot td #btn-check-mime-type{cursor:pointer;float:right;margin-left:8px}@media screen and (max-width:782px){table.extension-listing{display:block}table.extension-listing tbody,table.extension-listing thead,table.extension-listing tr{display:block;width:100%}table.extension-listing tbody.extra-extension input[type=text],table.extension-listing thead.extra-extension input[type=text],table.extension-listing tr.extra-extension input[type=text]{margin-top:15px;margin-left:10px;width:calc(100% - 10px)}table.extension-listing tbody.extra-extension .icon-select-main,table.extension-listing thead.extra-extension .icon-select-main,table.extension-listing tr.extra-extension .icon-select-main{margin-left:10px}table.extension-listing tr.custom-extension{background-color:#fff}table.extension-listing tr.custom-extension td{padding-left:20px!important}table.extension-listing tfoot{width:100%;display:inline-block;box-sizing:border-box}table.extension-listing tfoot td #btn-add-extensions{margin:10px 0 15px}table.extension-listing thead .ext-head:not(.ext-head-enable){display:none!important}table.extension-listing .ext-head.ext-head-enable{width:100%!important;padding:10px 0 0 10px!important}table.extension-listing tbody td{padding-left:10px!important;width:100%!important;box-sizing:border-box}table.extension-listing tbody td>i{margin:15px 0 10px 10px}table.extension-listing tbody td:before{top:0;left:20px!important;font-weight:600}table.extension-listing tbody td:first-child{padding-left:20px!important}table.extension-listing tbody td .extension-mime{margin-bottom:15px}table.extension-listing tbody td .btn-check-mime-type{margin-left:10px}}table.extension-listing select.extension-icon{display:none}table.extension-listing .icon-select-main{position:relative;display:inline-block;vertical-align:middle;width:100%}table.extension-listing .icon-select-main .icon-select-button{font-size:14px;line-height:2;color:#32373c;border:1px solid #7e8993;border-width:1px;box-shadow:none;border-radius:3px;padding:3px 24px 3px 8px;-webkit-appearance:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px;cursor:pointer;vertical-align:middle;max-width:100%;width:100%;display:inline-block;box-sizing:border-box}table.extension-listing .icon-select-main .icon-select-button li{list-style:none;margin:0;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:left;color:#555}table.extension-listing .icon-select-main .icon-select-button i{font-size:22px;color:#888;margin-right:10px;vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list{position:absolute;left:0;right:0;min-width:160px;background-color:#fff;border:1px solid #ccd0d4;border-radius:3px;box-shadow:0 2px 12px 1px rgba(0,0,0,.1);padding:0;bottom:100%;max-height:60vh;overflow:auto;display:none}table.extension-listing .icon-select-main .custom-extension-list ul.custom-extension-list-select{font-size:0;color:#888}table.extension-listing .icon-select-main .custom-extension-list li{list-style:none;cursor:pointer;font-size:14px;padding:8px 12px;margin:0}table.extension-listing .icon-select-main .custom-extension-list li:first-child{border-bottom:1px solid #eee;padding-top:10px;padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:nth-child(2){padding-top:10px}table.extension-listing .icon-select-main .custom-extension-list li:last-child{padding-bottom:10px}table.extension-listing .icon-select-main .custom-extension-list li:hover{background-color:#f9f9f9}table.extension-listing .icon-select-main .custom-extension-list li span{vertical-align:middle}table.extension-listing .icon-select-main .custom-extension-list i{font-size:28px;margin-right:10px;vertical-align:middle;color:#888}@media screen and (max-width:1023px){#bp-hello-container.bp-hello-mime{bottom:0}#bp-hello-container.bp-hello-mime .bp-hello-header{height:auto;max-height:initial;min-height:58px}}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}#bp-activities-form .fixed .column-author{width:15%}#bp-activities-form #the-comment-list td.comment img,#bp-activities-form #the-comment-list td.comment video{max-width:300px;display:block;margin:.6em 0}.activity-attached-gif-container{cursor:pointer;max-width:480px}.activity-attached-gif-container .gif-player{position:relative;max-width:480px}.activity-attached-gif-container .gif-player video{margin:0}.activity-attached-gif-container .gif-play-button{height:80px;width:80px;position:absolute;left:29%;margin-left:-32px;top:69%;margin-top:-44px}.activity-attached-gif-container .gif-play-button .bb-icon-play-thin{font-size:80px;width:80px;height:80px;margin:0;padding:0;line-height:0}.activity-attached-gif-container .gif-icon{background:url(../images/GIF.svg) center no-repeat;position:absolute;display:block;height:28px;width:44px;bottom:0;left:0;border-radius:0 4px 0 0;background-size:28px;padding:8px;background-color:#000;opacity:.45}form#bp-groups-form .fixed .column-comment{width:20%}@media only screen and (min-width:700px){#poststuff #bbp_reply_attributes select{min-width:70%}}body.post-type-reply #edit-slug-box{padding-left:0;margin-top:0}#bbpress_group_admin_ui_meta_box fieldset{min-width:230px}#bbp-dashboard-right-now .table,#bbp-dashboard-right-now .versions,#bbp-dashboard-right-now p.sub{margin:-12px}#bbp-dashboard-right-now .inside{font-size:12px;padding-top:20px;margin-bottom:0}#bbp-dashboard-right-now p.sub{padding:5px 0 15px;color:#8f8f8f;font-size:14px;position:absolute;top:-17px;left:15px;right:0}#bbp-dashboard-right-now .table{margin:0;padding:0;position:relative}#bbp-dashboard-right-now .table_content{float:left;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now .table_discussion{float:right;border-top:#ececec 1px solid;width:45%}#bbp-dashboard-right-now table td{padding:3px 0;white-space:nowrap}#bbp-dashboard-right-now table tr.first td{border-top:none}#bbp-dashboard-right-now td.b{padding-right:6px;padding-left:0;text-align:right;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;width:1%}#bbp-dashboard-right-now td.b a{font-size:18px}#bbp-dashboard-right-now td.b a:hover{color:#d54e21}#bbp-dashboard-right-now .t{font-size:12px;padding-right:12px;padding-left:0;padding-top:6px;color:#777}#bbp-dashboard-right-now .t a{white-space:nowrap}#bbp-dashboard-right-now .spam{color:red}#bbp-dashboard-right-now .waiting{color:#e66f00}#bbp-dashboard-right-now .approved{color:#0f0}#bbp-dashboard-right-now a.button{float:right;clear:right;position:relative;top:-5px}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:left;margin-right:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-left:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-left:0;width:100%}.bp-new-notice-panel .button-primary{margin-left:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-group-type .postbox .inside,body.post-type-bp-member-type .postbox .inside{padding:0 12px 12px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-meta-box-colorpicker{display:flex;flex-direction:row}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one{display:flex;flex-direction:column;vertical-align:middle;text-align:-webkit-match-parent;flex-basis:auto}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child),body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one:not(:first-child){margin-left:15px}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bb-colorpicker-row-one .bb-colorpicker-label{margin-bottom:10px;color:#686868}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-hide-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-hide-colorpicker{display:none}body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-group-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-group-type-show-colorpicker,body.post-type-bp-member-type .postbox .inside .bb-meta-box-label-color-main .bp-member-type-show-colorpicker{display:block}body.post-type-bp-group-type #group-type-shortcode,body.post-type-bp-member-type #member-type-shortcode{line-height:1;margin-right:10px;padding:7px;display:inline-block}table.bp-postbox-table{background:#f9f9f9;margin-top:22px;border-radius:3px}table.bp-postbox-table thead th{font-weight:600}table.bp-postbox-table tbody th{width:23%;vertical-align:top}table.bp-postbox-table tbody td input[type=checkbox]{margin-right:8px}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:left;padding-left:25px;text-indent:-25px}.buddyboss_page_bbp-repair .wrap,.buddyboss_page_bp-repair-community .wrap,.buddyboss_page_bp-tools .wrap{max-width:950px}.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p,.buddyboss_page_bp-tools p{line-height:2}.buddyboss_page_bbp-repair fieldset,.buddyboss_page_bp-repair-community fieldset,.buddyboss_page_bp-tools fieldset{margin:2em 0 0}.buddyboss_page_bbp-repair legend,.buddyboss_page_bp-repair-community legend,.buddyboss_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600;margin:1em 0}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label,.buddyboss_page_bp-tools label{clear:left;display:block;line-height:1.5;margin:0 0 7px;padding:3px;border-radius:3px}@media screen and (max-width:782px){.buddyboss_page_bbp-repair p,.buddyboss_page_bp-repair-community p{line-height:1.5}.buddyboss_page_bbp-repair label,.buddyboss_page_bp-repair-community label{margin-bottom:1em;padding-right:25px;text-indent:-33px}.buddyboss_page_bbp-repair .checkbox,.buddyboss_page_bp-repair-community .checkbox{padding:0 0 0 30px}}.bp-display-none{display:none}.wrap .bp-help-doc{position:relative;margin-top:20px;padding:2.2em 2.8em 2em;min-width:255px;max-width:1050px;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff}.bp-help-card-grid{margin-top:20px;min-width:255px;max-width:1050px}.bp-help-card-grid .bp-help-main-menu-wrap{display:flex;flex-flow:wrap;margin-left:-10px;margin-right:-10px}.bp-help-card-grid .bp-help-card{margin:0 10px 2%;background-color:#fff;border:1px solid #ccd0d4;border-radius:5px;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;flex:0 0 calc(33.33% - 20px);min-width:0}.bp-help-card-grid .bp-help-card .inside{padding:1.8em 2em 5em}.bp-help-card-grid .bp-help-card h2{font-size:18px;padding:0;margin:0 0 1em;line-height:1.4}.bp-help-card-grid .bp-help-card p:first-child{margin-top:0}.bp-help-card-grid .bp-help-content-wrap{display:flex}.bp-help-content-wrap{display:flex;flex-flow:row wrap;min-width:255px;max-width:1050px;background-color:#fff;border-radius:6px;border:1px solid #ccd0d4;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box}.bp-help-sidebar>ul{margin:0}.bp-help-sidebar>ul>li>a{color:#23282d;font-size:16px;font-weight:600}.bp-help-sidebar>ul>li>ul{margin-top:20px}.bp-help-sidebar>ul>li>ul li{line-height:1.6;margin:1.2em 0}.bp-help-sidebar>ul>li ul>li.selected>a{font-weight:600}.bp-help-sidebar>ul>li>ul>li>ul>li{margin-left:1.6em;list-style-type:disc}.bp-help-sidebar>ul span.open{font-size:0}.bp-help-sidebar>ul span.open:after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:bottom;font-size:10px;color:#999;cursor:pointer}.bp-help-sidebar>ul span.open.active:after{transform:rotate(90deg)}.bp-help-content p,.bp-help-content ul li{line-height:2}.bp-help-content ul.bp-help-menu{margin:0 0 2.5em}.bp-help-content ul.bp-help-menu li{display:inline}.bp-help-content ul.bp-help-menu li.miscellaneous{display:none!important}.bp-help-content ul.bp-help-menu li:not(:last-child):after{font-family:dashicons;content:"\f345";margin:0 5px;display:inline-block;vertical-align:middle;font-size:10px;color:#999}.bp-help-content ul.bp-help-menu li:last-child a{color:#999}.bp-help-content h1{font-weight:500;font-size:2em;margin-bottom:1em}.bp-help-content h2{font-size:1.5em;margin-bottom:1em}.bp-help-content h3{font-size:1.2em;margin-bottom:1em}.bp-help-content code{border-radius:3px}.bp-help-content ol,.bp-help-content ul{margin-left:25px;margin-top:6px;line-height:1.5}.bp-help-content ul li{list-style-type:circle}.bp-help-content ol li{list-style-type:decimal}.bp-help-content hr{border-top:none;border-bottom:1px solid #eaeaea}.bp-help-content table{border:1px solid #eaeaea;border-collapse:collapse;width:100%;margin-bottom:3em}.bp-help-content th{background:#f9f9f9;font-weight:500;border-bottom:1px solid #eaeaea}.bp-help-content td,.bp-help-content th{padding:10px 12px}.bp-help-content img{max-width:100%;width:auto;height:auto;border:1px solid #ddd;border-radius:5px;box-shadow:0 3px 20px -1px rgba(7,10,25,.1)}.bp-help-content .article-child>ul>li{list-style-type:disc}.bp-help-content .article-child .actions,.bp-help-content .article-child .sub-menu-count{display:none}.bp-help-main-menu-wrap div.notice{margin:0 10px!important;width:100%}@media screen and (min-width:782px){.bp-help-sidebar{background:#f9f9f9;padding:2.5em;border-right:1px solid #ccd0d4;border-radius:6px 0 0 6px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;min-width:0;overflow:initial;width:100%;min-height:60vh}.bp-help-content{padding:2.5em 3em;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bp-help-content th:first-child{width:40%}}@media screen and (max-width:781px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(50% - 20px);min-width:0}.bp-help-sidebar{background:#f9f9f9;padding:2.5em;width:100%;min-height:auto;border-bottom:1px solid #ccd0d4;border-radius:6px 6px 0 0}.bp-help-content{padding:2.5em;width:100%}.bp-help-content th:last-child{display:none}}@media screen and (max-width:550px){.bp-help-card-grid .bp-help-card{flex:0 0 calc(100% - 20px)}}#buddypress-update.not-shiny .update-message{border-left:0;padding-left:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.bp_buddyboss_app_wrap{min-width:255px;max-width:1150px}.bp_buddyboss_app_wrap .buddyboss-app-featured{margin:20px 2px 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block,.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{background:#fff;margin:0 0 20px;padding:2em 2.8em;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04)}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-items{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item{-webkit-box-flex:1;flex:1;margin:2em 1em;min-width:200px;width:30%}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;margin:0 -2em;padding:20px 2em}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item{display:none}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item:nth-of-type(-n+3){display:flex}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item:nth-child(-n+3){display:block}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon,.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-icon{justify-content:left}.bp_buddyboss_app_wrap .buddyboss-app-banner-block img{height:62px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding:24px 0 0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content h3{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-banner-block p{margin:0 0 20px}.bp_buddyboss_app_wrap .buddyboss-app-banner-block-item-content p{margin:0 0 auto}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 20px 0 0;width:100px}.bp_buddyboss_app_wrap .buddyboss-app-column-block img{max-height:50px;max-width:50px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;justify-content:space-between;min-width:200px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content h2{float:left;margin-top:10px}.bp_buddyboss_app_wrap .buddyboss-app-column-block-item-content p{float:left;margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;background-color:#00aae1;color:#fff;width:124px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image{margin-right:2em;padding:1em}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-image .buddyboss-app-img{max-height:130px;max-width:160px}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.bp_buddyboss_app_wrap .buddyboss-app-learndash-banner-block-content h1{padding-bottom:0}.bp_buddyboss_app_wrap .buddyboss-app-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-column{-webkit-box-flex:1;flex:1;min-width:0;width:50%;padding-right:20px}.bp_buddyboss_app_wrap .buddyboss-app-column:last-child{padding-right:0}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{box-sizing:border-box;border-radius:6px;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:0 0 20px;padding:2em}.bp_buddyboss_app_wrap .buddyboss-app-column-block,.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{background:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block{display:-webkit-box;display:flex;flex-wrap:wrap}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block img{height:225px;margin:0 2em 0 -2em}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block h1{margin-top:-12px}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block p{margin-top:0}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.bp_buddyboss_app_wrap .buddyboss-app-small-light-block-content a{width:48%}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block{background-color:#00aae1;text-align:center}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block h1{color:#fff}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block p{color:#fafafa}.bp_buddyboss_app_wrap .buddyboss-app-small-dark-block img{margin:10px 0;max-width:100%}body.post-type-bp_ps_form .page-title-action{display:none}.buddypress .wrap div#message,.buddypress .wrap div.notice{margin:25px 0 15px}tr.child-no-padding th{padding:0 10px 0 0}tr.child-no-padding td{padding:5px 10px}tr.child-no-padding-first th{padding:20px 10px 0 0}tr.child-no-padding-first td{padding:15px 10px 5px}td.inviter.column-inviter strong img{float:left;margin-right:10px;margin-top:1px}td label.platform-activity{clear:left;display:block;line-height:1.5;margin:0 0 1em}.nav-tab-wrapper .bp-emails-customizer,.nav-tab-wrapper .bp-group-customizer,.nav-tab-wrapper .bp-user-customizer{padding-right:6px}.nav-tab-wrapper .bp-emails-customizer:after,.nav-tab-wrapper .bp-group-customizer:after,.nav-tab-wrapper .bp-user-customizer:after{font-family:dashicons;content:"\f345";margin-left:3px;display:inline-block;vertical-align:top}.bb-nickname-hide-last-name{margin-top:-21px}.bb-nickname-hide-last-name input[type=checkbox]{margin-top:0}.bb-nickname-hide-first-name{margin-top:-8px}.bb-nickname-hide-first-name input[type=checkbox]{margin-top:0}.loader-repair-tools{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-right:4px solid green;border-left:4px solid red;border-bottom:4px solid pink;border-radius:50%;width:10px;height:10px;animation:spin 2s linear infinite;display:inline-block;margin-left:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body .section-repair_community .settings fieldset .submit a.disable-btn{pointer-events:none}body .section-repair_community .settings fieldset .checkbox label code{margin-left:10px}@media screen and (max-width:782px){.bb-nickname-hide-last-name{margin-top:-2px}.bb-nickname-hide-first-name{margin-top:0}}.animate-spin{animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-ms-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.wp-block-embed{margin:0}.wp-block-embed iframe{max-width:100%}#bp-help-content-area.loading,#bp-help-main-menu-wrap.loading,.bp-help-sidebar.loading{display:flex;justify-content:center;align-items:center}.content-loader{display:inline-block;position:relative;width:80px;height:80px}.content-loader div{display:inline-block;position:absolute;left:5px;width:9px;background:#dadada;animation:contentLoader 1.2s cubic-bezier(0,.5,.5,1) infinite}.content-loader div:first-child{left:8px;animation-delay:-.24s}.content-loader div:nth-child(2){left:28px;animation-delay:-.12s}.content-loader div:nth-child(3){left:48px;animation-delay:0}#the-moderation-request-list .blocked_member>img,#the-moderation-request-list .content_owner>img{vertical-align:middle;margin-right:5px}#the-moderation-request-list [data-colname] a{outline:0;box-shadow:none}#the-moderation-request-list [data-colname] a img{display:inline-block;vertical-align:middle}#the-moderation-request-list .content_type strong{color:#1d2327}#the-moderation-request-list .content_type strong>span{color:grey}@keyframes contentLoader{0%{top:8px;height:50px}100%,50%{top:24px;height:28px}}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label{min-width:27%}#bp_moderation_settings_reporting label[for=bpm_reporting_content_reporting]{margin-top:5px;display:block}#bp_moderation_settings_reporting .small-text{width:48px;min-height:24px;height:24px}#bp_moderation_settings_reporting label.bpm_reporting_content_content_label,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label{display:inline-block;margin-bottom:30px}#bp_moderation_settings_blocking label.is_disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled,#bp_moderation_settings_reporting label.is_disabled{pointer-events:none;opacity:.5}#bp_moderation_settings_blocking label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.bpm_reporting_content_content_label+label.is_disabled input[type=checkbox]:disabled,#bp_moderation_settings_reporting label.is_disabled input[type=checkbox]:disabled{opacity:1;border-color:inherit}#bp-hello-container.deactivation-popup{top:50%;bottom:initial;transform:translateY(-50%);overflow:auto;max-height:90%;max-width:640px;margin:0 auto}#bp-hello-container.deactivation-popup .bp-hello-footer{position:static;padding:10px 23px}#bp-hello-container.deactivation-popup .bp-hello-footer button+button{margin-left:10px}#bp-hello-container.deactivation-popup .bp-hello-content{height:auto;padding:20px 23px}#bp-hello-container.deactivation-popup .bp-hello-content h4{margin-bottom:0}#bp-hello-container.deactivation-popup .bp-hello-content ul{margin-left:17px;list-style-type:disc}#bp-hello-container.deactivation-popup .bp-hello-content>p:first-child{margin-top:0}#bp_moderation_action td a{text-decoration:none}.row-actions .suspend a,.row-actions .suspend a:hover{color:#dc3232}.users tr.suspended-user{background-color:#f5dada}h2.has_tutorial_btn{position:relative}h2.has_tutorial_btn .bbapp-tutorial-btn{position:absolute;right:0;left:initial;top:5px;font-weight:400}h2.has_tutorial_btn .bbapp-tutorial-btn p{margin:0}@media screen and (max-width:580px){h2.has_tutorial_btn{margin-bottom:65px}h2.has_tutorial_btn .bbapp-tutorial-btn{top:inherit;bottom:-55px}}.bb-screen-position-outer{display:flex;width:180px;justify-content:space-between}.bb-screen-position-outer .bb-screen-position{display:flex;width:85px;flex-direction:column;text-align:center}.bb-screen-position-outer .bb-screen-position input[type=radio]{opacity:0;visibility:hidden;height:0}.bb-screen-position-outer .bb-screen-position .option{position:relative;display:flex;flex-direction:column}.bb-screen-position-outer .bb-screen-position .option:before{content:" ";height:80px;width:80px;background:#f0f0f1;display:flex;border-radius:5px;border:2px solid #ccd0d4;transition:all .3s ease}.bb-screen-position-outer .bb-screen-position .option:after{content:" ";width:40px;height:20px;border-radius:2px;background:#c3c4c7;position:absolute;top:55px}.bb-screen-position-outer .bb-screen-position .option.opt-right:after{right:8px}.bb-screen-position-outer .bb-screen-position .option.opt-left:after{left:8px}.bb-screen-position-outer .bb-screen-position .option span{font-size:14px;color:#999;line-height:2}.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_left:checked:checked+.option:before,.bb-screen-position-outer .bb-screen-position #bp_on_screen_notifications_position_right:checked:checked+.option:before{border-color:#2370b1}.bp-messages-feedback .bp-feedback.error{margin:0;border:0;padding:0}#bp_media_settings_symlinks .bp-feedback,#bp_privacy .bp-feedback,#bp_web_push_notification_settings .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_privacy .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon{border-radius:4px 0 0 4px;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_privacy .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px 8px;border:1px solid #ccc;border-radius:0 4px 4px 0;border-left:0;width:100%}#bp_media_settings_symlinks .bp-feedback,#bp_web_push_notification_settings .bp-feedback,.admin-notice .bp-feedback{box-shadow:none;padding-top:0}#bp_media_settings_symlinks .bp-feedback .bp-icon,#bp_web_push_notification_settings .bp-feedback .bp-icon,.admin-notice .bp-feedback .bp-icon{border-radius:4px 0 0 4px;margin:0}#bp_media_settings_symlinks .bp-feedback>p,#bp_web_push_notification_settings .bp-feedback>p,.admin-notice .bp-feedback>p{color:#666!important;margin-top:0!important;padding:10px;border:1px solid #ccc;border-radius:0 4px 4px 0;border-left:0;width:100%}.bp-messages-feedback .bp-feedback.warning .bp-icon{background-color:#f7ba45}.bp-messages-feedback .bp-feedback.warning .bp-icon:before{font-family:bb-icons;content:"\e855"}.bb-error-section{padding:10px;margin-left:-210px;background:#ffdcdc;color:#d42929;line-height:1.5;border:1px solid #ffc5ca;border-radius:4px}.bb-warning-section-wrap.hidden-header>th{opacity:0;visibility:hidden;padding:0;margin:0}.bb-warning-section-wrap.hidden-header>th+td{padding-left:0;padding-right:0}.bb-warning-section{padding:10px;margin-left:-210px;background:#fff3c8;color:#8b6300;line-height:1.5;border:1px solid #ffeeb3;border-radius:4px}@media screen and (max-width:782px){.bb-warning-section{margin-left:0}}.status-line{display:inline-block;font-size:14px;padding:10px 15px;background:#f0f0f1;border-radius:5px;color:grey}.status-line:before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;background:grey;margin-right:10px;vertical-align:baseline}.status-line.error-connected{color:#ce1010}.status-line.error-connected:before{background:#ce1010}.status-line.connected{color:#858585}.status-line.connected:before{background:#8fd14f}.status-line.warn-connected{color:#858585}.status-line.warn-connected:before{background:#fac710}.buddyboss_page_bp-settings .bp-avatar-nav{display:none}.avatar-options .avatar-custom-input{display:inline-block;margin:0 7px 0 0}.avatar-options .avatar-custom-input+p.description{margin-top:15px}.avatar-options .avatar-custom-input>label{display:inline-block;vertical-align:top}.avatar-options .avatar-custom-input input[type=radio]{opacity:0;visibility:hidden;height:0;margin:0;padding:0!important;border:0;display:block}.avatar-options .avatar-custom-input input[type=radio]:checked+label .img-block img{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.avatar-options .avatar-custom-input input[type=radio]:checked:before{position:absolute}.avatar-options .avatar-custom-input .img-block{display:flex;border-radius:5px;margin-bottom:5px}.avatar-options .avatar-custom-input img{width:80px;height:80px;border:1px solid #ccd0d4;border-radius:5px;object-fit:cover}.avatar-options .avatar-custom-input span{display:block;text-align:center;color:#999}.avatar-options .avatar-custom-input .description{margin-top:15px}.avatar-options .bb-default-custom-upload-file .bb-upload-container img{margin-bottom:10px;max-width:120px}.avatar-options .bb-default-custom-upload-file .button.delete{border-color:#d33;color:#d33;margin-left:5px}.avatar-options .bb-default-custom-upload-file .button.delete.bp-hide{display:none}.avatar-options .bb-default-custom-upload-file.cover-uploader .bb-upload-container img{max-width:300px;width:100%}.avatar-options .cover-uploader-label{position:relative;display:inline-block;overflow:hidden;cursor:pointer}.avatar-options .cover-uploader-label .cover-uploader-hide{border:0;opacity:0;position:absolute;right:0;top:0;bottom:0}.avatar-options .image-width-height>label{min-width:80px;display:inline-block}.avatar-options .image-width-height .description{margin-left:85px;margin-bottom:15px}@media screen and (max-width:782px){.avatar-options .image-width-height>label{min-width:auto;margin-bottom:10px}.avatar-options .image-width-height .description{margin-left:0}}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-uploader-progress div.error{margin:5px 0 2px}.buddyboss_page_bp-settings #TB_window #TB_ajaxContent .bp-avatar-status .bp-progress{margin-right:0}.preview_avatar_cover .preview-switcher{margin-bottom:25px}.preview_avatar_cover .preview-switcher .button:focus{box-shadow:none}.preview_avatar_cover .preview-block{max-width:260px;border:1px solid #ccd0d4;border-radius:5px;overflow:hidden;margin-bottom:25px;display:none}.preview_avatar_cover .preview-block.active{display:block}.preview_avatar_cover .app-preview-wrap{max-width:200px}.preview_avatar_cover .app-preview-wrap .preview-item-avatar{left:50%;border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);overflow:hidden}.preview_avatar_cover .preview-item-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:80px;max-height:80px;background-color:#ccc;overflow:hidden}.preview_avatar_cover .preview-item-cover.large-image{min-height:130px;max-height:130px}.preview_avatar_cover .preview-item-avatar{height:75px;width:75px;position:relative;top:-35px;left:25px;border:3px solid #fff;border-radius:5px}.preview_avatar_cover .preview-item-avatar.centered-image{left:50%;transform:translateX(-50%)}.preview_avatar_cover .preview-item-avatar img{background-color:#f9f9f9}.preview_avatar_cover .preview-item-avatar img,.preview_avatar_cover .preview-item-cover img{object-fit:cover;width:100%}.preview_avatar_cover .preview-item-avatar img[src=""],.preview_avatar_cover .preview-item-cover img[src=""]{display:none}.preview_avatar_cover:not(.has-avatar) .preview-item-avatar{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-cover{display:none}.preview_avatar_cover:not(.has-cover) .preview-item-avatar{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.preview_avatar_cover:not(.has-cover):not(.has-avatar){display:none}.preview_avatar_cover .button-group>.button:last-child:first-child{border-radius:3px}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar{border-radius:50%}.profile-cover-options .preview_avatar_cover .web-preview-wrap .preview-item-avatar img{border-radius:50%}.group-cover-options .preview_avatar_cover .app-preview-wrap{position:relative}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-cover{min-height:120px;max-height:120px;margin-bottom:45px}.group-cover-options .preview_avatar_cover .app-preview-wrap .preview-item-avatar{top:25px;position:absolute;border-radius:12px;border:0;height:70px;width:70px}.buddyboss_page_bp-settings #TB_window,body.users_page_bp-profile-edit #TB_window{height:auto!important;width:820px!important;max-width:90%;top:50%!important;transform:translateY(-50%);max-height:90%;overflow:auto}.buddyboss_page_bp-settings #TB_window .bp-avatar #avatar-to-crop,body.users_page_bp-profile-edit #TB_window .bp-avatar #avatar-to-crop{margin-bottom:15px}.buddyboss_page_bp-settings #TB_ajaxContent,body.users_page_bp-profile-edit #TB_ajaxContent{height:auto!important;width:auto!important;padding:15px}table tbody td .bb-description{color:#999;margin-top:6px;margin-bottom:0}.bb-group-element,.bb-group-headers-element,.bb-member-directory-element,.bb-member-directory-profile-action,.bb-profile-header-element{margin-bottom:10px}@media screen and (max-width:782px){.bb-group-element input[type=checkbox],.bb-group-headers-element input[type=checkbox],.bb-member-directory-element input[type=checkbox],.bb-member-directory-profile-action input[type=checkbox],.bb-profile-header-element input[type=checkbox]{width:auto}}.bb-header-style-outer{display:flex}.bb-header-style-outer .bb-header-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-header-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-header-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-header-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-header-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-left.png) no-repeat center}html[dir=rtl] .bb-header-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-group-header-right.png) no-repeat center}.bb-header-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-group-header-center.png) no-repeat center}.bb-header-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-header-style-outer .bb-header-style #bb-group-header-style-centered:checked:checked+.option:before,.bb-header-style-outer .bb-header-style #bb-group-header-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer{display:flex}.bb-grid-style-outer .bb-grid-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-grid-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-grid-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-grid-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-grid-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-grid-style .option.opt-left:after{background:url(../../images/bb-group-directory-right.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option.opt-centered:after{background:url(../../images/bb-group-directory-center.png) no-repeat center}.bb-grid-style-outer .bb-grid-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-centered:checked:checked+.option:before,.bb-grid-style-outer .bb-grid-style #bb-group-directory-layout-grid-style-left:checked:checked+.option:before{border-color:#2370b1}.bb-grid-style-outer .bb-header-style{display:flex;flex-direction:column;margin-right:15px;text-align:center;width:110px}.bb-grid-style-outer .bb-header-style input[type=radio]{height:0;opacity:0;visibility:hidden}.bb-grid-style-outer .bb-header-style .option{display:flex;color:#999;flex-direction:column;position:relative}.bb-grid-style-outer .bb-header-style .option:before{background:#f9f9f9;border:2px solid #ccd0d4;border-radius:4px;box-sizing:border-box;content:"";display:flex;height:110px;margin-bottom:5px;transition:all .3s ease;width:100%}.bb-grid-style-outer .bb-header-style .option:after{background-size:cover!important;content:"";border-radius:3px;bottom:30px;left:6px;position:absolute;right:6px;top:6px;image-rendering:-webkit-optimize-contrast}.bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-left.png) no-repeat center}html[dir=rtl] .bb-grid-style-outer .bb-header-style .option.opt-left:after{background:url(../../images/bb-profile-header-right.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option.opt-centered:after{background:url(../../images/bb-profile-header-center.png) no-repeat center}.bb-grid-style-outer .bb-header-style .option span{color:#999;font-size:14px;line-height:2}.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-stylecentered:checked:checked+.option:before,.bb-grid-style-outer .bb-header-style #bb-profile-headers-layout-styleleft:checked:checked+.option:before{border-color:#2370b1}.bb-head-notice{background-color:#f6f6f6;border-radius:4px;color:#999;display:inline-block;font-size:12px;font-weight:400;line-height:1.5;margin-top:10px;max-width:140px;padding:5px 10px;width:auto}.bb-head-notice a{color:inherit;font-weight:700;text-decoration:none}.bb-pro-inactive>th:before{content:"\e97c";font-family:bb-icons;margin-right:5px;vertical-align:top;display:inline-block;line-height:1;font-size:14px}.bb-pro-inactive>td{opacity:.3}.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-pro-active>th:before{display:none}.bb-pro-active .bb-head-notice{display:none}.bp-hello-email .bp-hello-title .count,.btn-open-missing-email .count{display:inline-block;background-color:#2271b1;color:#fff;padding:1px 6px;border-radius:4px;line-height:1.3;font-size:smaller}.btn-open-missing-email+#bp-hello-backdrop{display:block}.bp-hello-email .bp-hello-title .count{font-size:inherit;padding:2px 10px;margin-right:10px}.bp-hello-email .bp-hello-content{height:auto;padding:0 23px;min-height:180px;max-height:calc(100vh - 320px);margin-bottom:62px}.bp-hello-email .missing-email-list ul{list-style:disc;margin:25px 0 25px 20px}.bp-hello-email .bb-popup-buttons{position:absolute;bottom:0;padding:15px;text-align:right;width:calc(100% - 30px);margin:0 -23px;border-top:1px solid var(--bp-hello-color-secondary);background-color:#f0f0f1}@media screen and (orientation:landscape) and (max-height:480px){.bp-hello-email .bp-hello-content{min-height:110px}}#bp-hello-container.bp-hello-email{top:50%;bottom:initial;transform:translateY(-50%);margin-top:32px}#bp-hello-container.bp-hello-email .button-primary{color:#fff;margin-left:10px}@media screen and (max-width:480px){#bp-hello-container.bp-hello-email .button-primary{margin-left:0}}#bp_notification_settings_automatic table.render-dynamic-notification,#bp_notification_settings_automatic table.render-dynamic-notification tbody,#bp_notification_settings_automatic table.render-dynamic-notification td,#bp_notification_settings_automatic table.render-dynamic-notification th,#bp_notification_settings_automatic table.render-dynamic-notification tr{display:block}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th{display:none}#bp_notification_settings_automatic table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_notification_settings_automatic table.form-table .no-padding{padding:0}#bp_notification_settings_automatic table.form-table tbody tr{margin-bottom:20px}#bp_notification_settings_automatic table.form-table tbody tr th{margin-bottom:15px;width:100%}#bp_notification_settings_automatic .field-set{margin-top:10px;background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px}#bp_notification_settings_automatic .field-set .field-block{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:15px}#bp_notification_settings_automatic .field-set .field-block+.field-block{border-top:1px solid #ccd0d4}#bp_notification_settings_automatic .field-set .field-block .no-email-info{margin-right:15px;margin-left:auto;background-color:#ffdcdc;border-radius:5px;padding:5px 10px;color:#8c0202;font-size:11px;text-decoration:none}#bp_notification_settings_automatic .field-set .field-block .email-info{margin-right:15px;margin-left:auto;border-radius:5px;padding:5px 10px;font-size:11px;text-decoration:none;background-color:#dfe5ea}#bp_notification_settings_automatic .field-set .field-block .notification-defaults{padding:3px 0;cursor:pointer}#bp_notification_settings_automatic .field-set .field-block input[type=checkbox]{margin-top:0}#bp_notification_settings_automatic .field-set .field-block .manage-defaults{margin-top:15px;justify-content:flex-end;width:100%;display:flex}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap{margin-left:15px;min-width:58px;text-align:center}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled{pointer-events:none}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]{opacity:.7;background:rgba(255,255,255,.5);border-color:rgba(220,220,222,.75);color:rgba(44,51,56,.5)}#bp_notification_settings_automatic .field-set .field-block .manage-defaults .field-wrap.disabled input[type=checkbox]::before{opacity:.7}#bp_notification_settings_automatic .field-set .field-block .manage-defaults-hide{display:none}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr th{min-width:200px;padding:15px 20px 0 0;width:auto}#bp_notification_settings_automatic table.form-table.dynamic-notification-after tbody tr td{padding:15px 10px 15px 0}.bb-bottom-notice{margin:2.2em -2.8em -2.2em;background:#f6f6f8;padding:2.2em 2.8em;border-radius:0 0 5px 5px;border-top:1px solid #ccd0d4}.bp-admin-card .form-table .bb-lab-notice{background:#f6f6f8;padding:1.2em;margin-top:1.2em;border-radius:3px;border:1px solid #ccd0d4}.bp-admin-card .form-table .bp-new-notice-panel-notice{color:#8b6300;background-color:#fff3c8;padding:1.2em;font-size:14px;line-height:1.5;border-radius:3px;margin:20px 0}.bp-admin-card .form-table .bp-new-notice-panel-notice a{color:inherit}.bp-admin-card .form-table .bp-new-notice-panel-notice+p.description{margin-bottom:15px}.bb-lab-notice.notification-information:before{content:"\eebc";display:inline-block;font-family:bb-icons;font-size:16px;font-weight:100;margin-right:10px;line-height:1}.bb-lab-notice.notification-information:first-child{margin-top:0}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_messaging_notification_settings table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_messaging_notification_settings table.form-table .no-padding{padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default{width:300px;max-height:calc(90vh - 50px);overflow:auto}#wpadminbar #wp-admin-bar-bp-notifications-default>li{display:inline-block;width:100%;padding:5px 0}#wpadminbar #wp-admin-bar-bp-notifications-default>li#wp-admin-bar-notification-view-all{text-align:center}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar{float:left;width:40px;margin-top:4px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar .member-status{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a{height:auto;padding:0}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a img{max-width:36px}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-avatar>a>i{display:none}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content{float:right;width:calc(100% - 60px)}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .bb-full-link>a{opacity:1;padding:0;height:auto;position:static;white-space:normal;line-height:1.5}#wpadminbar #wp-admin-bar-bp-notifications-default .notification-content .posted{line-height:1.4}table.moderations .column-content_type a[data-action=unhide],table.moderations .column-content_type a[data-action=unsuspend],table.moderations .column-member a[data-action=unhide],table.moderations .column-member a[data-action=unsuspend]{color:#5f9a22}table.moderations tfoot tr th,table.moderations thead tr th{font-weight:600}table.moderations tbody tr .column-suspend .dashicons{color:#000;font-size:24px}.buddyboss_page_bp-moderation .dashicons{font-weight:700}.buddyboss_page_bp-moderation .bb-back{display:inline-block;margin-top:15px;text-decoration:none}.buddyboss_page_bp-moderation .bb-back [class*=bb-icon]{display:inline-block;font-size:17px;margin:-1px 3px 0 0;vertical-align:middle}.buddyboss_page_bp-moderation table.reports tfoot tr th,.buddyboss_page_bp-moderation table.reports thead tr th{font-weight:600}table.moderations .column-member img,table.moderations .content_owner img,table.reports .column-reporter img{vertical-align:middle;margin-right:5px;border-radius:50%}#bp_moderation_action>.inside{margin:0;padding:0 20px}#bp_moderation_action>.inside .tablenav.bottom{height:auto;min-height:20px;margin:0;padding-top:0}#bp_moderation_action>.inside .tablenav.bottom .tablenav-pages{margin:20px 0}#bp_moderation_action .report-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfdfdf;margin:0 -20px;padding:20px}#bp_moderation_action .report-header_content_id{font-size:20px;font-weight:600;color:#1d2327;margin-bottom:10px}#bp_moderation_action .report-header_content_id span{color:grey;margin-left:5px}#bp_moderation_action .report-header_content_id a{text-decoration:none}#bp_moderation_action .report-header_content_id a i{font-weight:300;font-size:18px;transform:translateY(-1px);display:inline-block}#bp_moderation_action .report-header_user{display:flex;align-items:center}#bp_moderation_action .report-header_user strong a{text-decoration:none;font-size:16px;box-shadow:none}#bp_moderation_action .report-header_user img{border-radius:50%;max-width:35px;height:auto;margin-right:10px;vertical-align:middle}#bp_moderation_action .report-header_content{text-align:center;font-weight:600}#bp_moderation_action .report-header_content strong{display:block;font-size:24px}#bp_moderation_action .report-header_action .report-header_button{color:#b32d2e;border-color:#b32d2e}#bp_moderation_action .report-header_action .report-header_button.green{color:#5f9a22;border-color:#afcc90}#bp_moderation_action .report-header_action .report-header_button+.report-header_button{margin-left:10px}.moderation-table-heading.form-table td{padding:15px 0}#the-moderation-report-list .reporter a{box-shadow:none}.taxonomy-bpm_category .form-field.term-slug-wrap{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th{display:none}#bp_labs_settings table.form-table .notes-hidden-header>th+td,#bp_web_push_notification_settings table.form-table .notes-hidden-header>th+td{padding-left:0;padding-right:0}#bp_labs_settings table.form-table .no-padding,#bp_web_push_notification_settings table.form-table .no-padding{padding:0}.no-field-notice{background-color:#f6f6f8;border:1px solid #ccd0d4;border-radius:3px;padding:15px}.notification-settings-input[data-bp-tooltip]{display:inline-block}.notification-settings-input[data-bp-tooltip]::after{min-width:140px;white-space:normal;padding:7px 12px;text-align:center}.bp-admin-card .password-toggle{position:relative;display:inline-block;width:50%}.bp-admin-card .password-toggle>input{padding-right:30px;width:100%!important}.bp-admin-card .password-toggle .bb-hide-pw{position:absolute;right:0;top:0;height:100%;width:30px;border:0;padding:0;background:0 0!important;box-shadow:none}.bp-admin-card .password-toggle .bb-hide-pw .bb-icon{font-size:16px;line-height:1}.bp-admin-card .password-toggle .bb-hide-pw.bb-show-pass .bb-icon::before{content:"\ee6a"} \ No newline at end of file diff --git a/src/bp-core/admin/js/fitvids.min.js b/src/bp-core/admin/js/fitvids.min.js index 0de41cea894..4027b45dcc5 100644 --- a/src/bp-core/admin/js/fitvids.min.js +++ b/src/bp-core/admin/js/fitvids.min.js @@ -1 +1 @@ -!function(o){"use strict";o.fn.fitVids=function(t){var e,i,d={customSelector:null,ignore:null};return document.getElementById("fit-vids-style")||(e=document.head||document.getElementsByTagName("head")[0],(i=document.createElement("div")).innerHTML='

    x

    ',e.appendChild(i.childNodes[1])),t&&o.extend(d,t),this.each(function(){var t=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]',"object","embed"];d.customSelector&&t.push(d.customSelector);var r=".fitvidsignore";d.ignore&&(r=r+", "+d.ignore);var t=o(this).find(t.join(","));(t=(t=t.not("object object")).not(r)).each(function(){var t,e,i=o(this);0').parent(".fluid-width-video-wrapper").css("padding-top",100*t+"%"),i.removeAttr("height").removeAttr("width"))})})},o.fn.fitVids._count=0}(window.jQuery||window.Zepto); \ No newline at end of file +!function(o){"use strict";o.fn.fitVids=function(t){var e,i,d={customSelector:null,ignore:null};return document.getElementById("fit-vids-style")||(e=document.head||document.getElementsByTagName("head")[0],(i=document.createElement("div")).innerHTML='

    x

    ',e.appendChild(i.childNodes[1])),t&&o.extend(d,t),this.each(function(){var t=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]',"object","embed"],r=(d.customSelector&&t.push(d.customSelector),".fitvidsignore"),t=(d.ignore&&(r=r+", "+d.ignore),o(this).find(t.join(",")));(t=(t=t.not("object object")).not(r)).each(function(){var t,e,i=o(this);0').parent(".fluid-width-video-wrapper").css("padding-top",100*t+"%"),i.removeAttr("height").removeAttr("width"))})})},o.fn.fitVids._count=0}(window.jQuery||window.Zepto); \ No newline at end of file diff --git a/src/bp-core/admin/js/hello.min.js b/src/bp-core/admin/js/hello.min.js index 104473c035a..354ac308e87 100644 --- a/src/bp-core/admin/js/hello.min.js +++ b/src/bp-core/admin/js/hello.min.js @@ -1 +1 @@ -!function(){function e(e){var t,o=document.getElementById("bp-hello-backdrop"),n=document.querySelector("#bp-hello-container.bb-onload-modal");null!==o&&(n.classList.contains("bb-update-modal")&&"undefined"!=typeof BP_HELLO&&"1"!==BP_HELLO.bb_display_auto_popup&&"click"!==e.type||(n.classList.contains("bb-onload-modal")&&(document.body.classList.add("bp-disable-scroll"),o.style.display="",n.style.display="",t=n.querySelectorAll("a[href], button"),(t=Array.prototype.slice.call(t))[0].focus(),n.classList.contains("bb-update-modal")&&(e=document.querySelector(".bb-hello-tabs_content iframe"),(t=document.querySelector(".bb-hello-tabs .bb-hello-tabs_anchor.is_active"))&&d(e,t.getAttribute("data-action")))),n.addEventListener("keydown",l),o.addEventListener("click",a)))}document.addEventListener("click",function(e){var t=document.getElementById("bp-hello-backdrop");t&&document.getElementById("bp-hello-container")&&(t=t.contains(e.target),(e.target.classList.contains("close-modal")||t)&&a())},!1);function l(e){var t=document.getElementById("bp-hello-container"),t=(o=Array.prototype.slice.call(t.querySelectorAll("a[href], button")))[0],o=o[o.length-1];9===e.keyCode&&(e.shiftKey&&document.activeElement===t?(e.preventDefault(),o.focus()):document.activeElement===o&&(e.preventDefault(),t.focus()))}var a=function(){document.getElementById("bp-hello-container").setAttribute("style","display:none"),document.getElementById("bp-hello-backdrop").setAttribute("style","display:none"),document.body.className=document.body.className.replace("bp-disable-scroll","");var e=document.querySelector(".bb-hello-tabs_content iframe"),t=document.querySelector(".bb-hello-tabs .bb-hello-tabs_anchor.is_active");t&&d(e,t.getAttribute("data-action"))};document.addEventListener("keyup",function(e){27===e.keyCode&&document.getElementById("bp-hello-backdrop")&&document.getElementById("bp-hello-container")&&a()},!1),(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?e():document.addEventListener("DOMContentLoaded",e);var t=document.getElementById("bb-plugin-release-link");t&&t.addEventListener("click",e);var c=document.querySelectorAll(".bb-hello-tabs_anchor");if(c)for(var o=0;o
    '),c("#bp-help-main-menu-wrap").show(),l.docs().parent(0).order("asc").orderby("menu_order").per_page(100).then(function(e){c("#bp-help-main-menu-wrap").removeClass("loading");var a="";c.each(e,function(e,l){a+='
    \n\t\t\t
    ',a+='

    '+l.title.rendered+"

    ",a+=l.content.rendered,a+="
    \n\t\t
    "}),c("#bp-help-main-menu-wrap").html(a),t()}).catch(function(e){c("#bp-help-main-menu-wrap").removeClass("loading"),navigator.onLine?c("#bp-help-main-menu-wrap").html(e):c("#bp-help-main-menu-wrap").html('

    '+BP_HELP.bb_help_no_network+"

    ")})),e&&(c("#bp-help-main-menu-wrap").addClass("loading").html('
    '),c("#bp-help-main-menu-wrap").show(),l.docs().id(e).then(function(e){var i;void 0!==e.layout_type&&"view"==e.layout_type?(n(),c("#bp-help-main-menu-wrap").removeClass("loading"),i="",c.each(e.hierarchy,function(e,l){var a=(a=l.post_excerpt)||l.post_content;i+='
    \n\t\t\t
    ',i+='

    '+l.post_title+"

    ",i+=a,i+="
    \n\t\t
    "}),c("#bp-help-main-menu-wrap").html(i)):(c("#bp-help-content-area").addClass("loading").html('
    '),c(".bp-help-sidebar").addClass("loading").html('
    '),c(".bp-help-content-wrap").show(),n(),c("#bp-help-content-area").removeClass("loading"),c(".bp-help-sidebar").removeClass("loading"),c("#bp-help-content-area").html("

    "+e.title.rendered+"

    "+e.content.rendered),c("#bp-help-content-area").find("a").attr("target","_blank"),function(e){var l=new URL(window.location.href).searchParams.get("article"),a=e.ancestors?e.ancestors.reverse():[],i=e.children||[],t=e.hierarchy||[],n='
  • '+BP_HELP.bb_help_title+"
  • ";{var r;a.length&&(r=2,c.each(a,function(e,l){n+='
  • '+l.post_title+"
  • ",r++}))}n+='
  • '+e.title.rendered+"
  • ",c(".bp-help-menu").append(n);var l=e.id==l?"selected":"",o="",d="";o=a.length?'