From 495ce21f25ca28c2e97581b0bfc2c8a8d110b164 Mon Sep 17 00:00:00 2001 From: Jitendra Banjara Date: Mon, 3 Jun 2024 12:44:06 +0530 Subject: [PATCH 01/13] PROD-7527 - Fixed - Group member page not loading when we set page request 1 --- .../buddypress/groups/single/members.php | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/bp-templates/bp-nouveau/buddypress/groups/single/members.php b/src/bp-templates/bp-nouveau/buddypress/groups/single/members.php index 395e9f527a..c8da7c9cc4 100644 --- a/src/bp-templates/bp-nouveau/buddypress/groups/single/members.php +++ b/src/bp-templates/bp-nouveau/buddypress/groups/single/members.php @@ -20,22 +20,41 @@ -
-
-
+
+ +
+ ?> + +
-
-
-
+
+ +
+ ?> + +
Date: Mon, 3 Jun 2024 15:02:21 +0530 Subject: [PATCH 02/13] PROD-7527 - When set page request 1 and load page then sub menu not selected display --- src/bp-templates/bp-nouveau/js/buddypress-nouveau.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bp-templates/bp-nouveau/js/buddypress-nouveau.js b/src/bp-templates/bp-nouveau/js/buddypress-nouveau.js index e2737ef518..0bd2d8d68d 100644 --- a/src/bp-templates/bp-nouveau/js/buddypress-nouveau.js +++ b/src/bp-templates/bp-nouveau/js/buddypress-nouveau.js @@ -529,6 +529,10 @@ window.bp = window.bp || {}; this.setStorage( 'bp-' + data.object, 'extras', data.extras ); } + if ( ! _.isUndefined( data.ajaxload ) && false === data.ajaxload ) { + return false; + } + /* Set the correct selected nav and filter */ $( this.objectNavParent + ' [data-bp-object]' ).each( function () { @@ -538,10 +542,6 @@ window.bp = window.bp || {}; } ); - if ( ! _.isUndefined( data.ajaxload ) && false === data.ajaxload ) { - return false; - } - if ( $( this.objectNavParent + ' [data-bp-scope="' + data.scope + '"]' ).length ) { $( this.objectNavParent + ' [data-bp-scope="' + data.scope + '"], #object-nav li.current' ).addClass( 'selected loading' ); } else { From 8264fdfe6a15cbb5d56674a33df0c91f9fe33b78 Mon Sep 17 00:00:00 2001 From: Jitendra Banjara Date: Mon, 3 Jun 2024 15:08:35 +0530 Subject: [PATCH 03/13] PROD-7527 - Grunt --- src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js b/src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js index 2061f99888..b0212a4e6e 100644 --- a/src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js +++ b/src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js @@ -1 +1 @@ -window.wp=window.wp||{},window.bp=window.bp||{},function(f){"undefined"!=typeof BP_Nouveau&&(bp.Nouveau={start:function(){this.setupGlobals(),this.prepareDocument(),this.initObjects(),this.setHeartBeat(),this.addListeners(),this.switchGridList(),this.sendInvitesRevokeAccess(),this.sentInvitesFormValidate(),this.registerPopUp(),this.loginPopUp(),this.reportPopUp(),this.reportActions(),this.reportedPopup(),this.togglePassword(),this.enableSubmitOnLegalAgreement(),this.profileNotificationSetting(),this.xProfileBlock(),"undefined"!=typeof BB_Nouveau_Presence&&this.userPresenceStatus();var r=this;f(document).on("bb_trigger_toast_message",function(e,t,i,a,n,o,s){r.bbToastMessage(t,i,a,n,o,s)}),bp.Nouveau.lazyLoad(".lazy"),f(window).on("scroll resize",function(){bp.Nouveau.lazyLoad(".lazy")})},bbToastMessage:function(e,t,i,a,n,o){var s,r,d,l,c,p;function u(){f(r).removeClass("pull-animation").addClass("close-item").delay(500).remove()}t&&""!=t.trim()&&(s="unique-"+Math.floor(1e6*Math.random()),r="."+s,c=l=d="",o=o&&"number"==typeof o?1e3*o:5e3,i&&("success"===(l=i)?c="check":"warning"===i?c="exclamation-triangle":"delete"===i?(c="trash",l="error"):c="info"),null!==a&&(d="has-url"),i="",i+='
',i+='
',e&&(i+=''+e+""),t&&(i+=''+t+""),i+="
",i+='
',i+=a?'':"",f((f(".bb-toast-messages-enable").length||(f(".bb-onscreen-notification-enable ul.notification-list").length?(p=f(".bb-onscreen-notification").hasClass("bb-position-left")?"left":"right",p=f('
    '),f(".bb-onscreen-notification").show(),f(p).insertBefore(".bb-onscreen-notification-enable ul.notification-list")):(p=f('
      '),f("body").append(p))),".bb-toast-messages-enable .toast-messages-list")).append('
    • '+i+"
    • "),n&&setInterval(function(){u()},o),f(r+" .actions .action-close").on("click",function(){u()}))},setupGlobals:function(){this.ajax_request=null,this.objects=f.map(BP_Nouveau.objects,function(e){return e}),this.objectNavParent=BP_Nouveau.object_nav_parent,this.heartbeat=wp.heartbeat||!1,this.querystring=this.getLinkParams(),this.bbServerTimeDiff=new Date(BP_Nouveau.wpTime).getTime()-(new Date).getTime()},prepareDocument:function(){var i;f("body").hasClass("no-js")&&f("body").removeClass("no-js").addClass("js"),BP_Nouveau.warnings&&"undefined"!=typeof console&&console.warn&&f.each(BP_Nouveau.warnings,function(e,t){console.warn(t)}),f(".buddypress_object_nav .widget-title").length&&(i=f(".buddypress_object_nav .widget-title").html(),f("body").find('*:contains("'+i+'")').each(function(e,t){f(t).hasClass("widget-title")||i!==f(t).html()||f(t).is("a")||f(t).remove()}))},getStorage:function(e,t){e=(e=sessionStorage.getItem(e))?JSON.parse(e):{};return void 0!==t?e[t]||!1:e},setStorage:function(e,t,i){var a=this.getStorage(e);return void 0===i&&void 0!==a[t]?delete a[t]:a[t]=i,sessionStorage.setItem(e,JSON.stringify(a)),null!==sessionStorage.getItem(e)},getLinkParams:function(e,t){e=e?-1!==e.indexOf("?")?"?"+e.split("?")[1]:"":document.location.search;if(!e)return null;e=e.replace(/(^\?)/,"").split("&").map(function(e){return this[(e=e.split("="))[0]]=e[1],this}.bind({}))[0];return t?e[t]:e},urlDecode:function(e,t){var i=t||{amp:"&",lt:"<",gt:">",quot:'"',"#039":"'"};return decodeURIComponent(e.replace(/\+/g," ")).replace(/&([^;]+);/g,function(e,t){return i[t]||""})},ajax:function(e,t,i){this.ajax_request&&void 0===i&&"scheduled"!==e.status&&this.ajax_request.abort();e=f.extend({},bp.Nouveau.getStorage("bp-"+t),{nonce:BP_Nouveau.nonces[t]},e);return void 0!==BP_Nouveau.customizer_settings&&(e.customized=BP_Nouveau.customizer_settings),void 0!==BP_Nouveau.modbypass&&(e.modbypass=BP_Nouveau.modbypass),this.ajax_request=f.post(BP_Nouveau.ajaxurl,e,"json"),this.ajax_request},inject:function(e,t,i){f(e).length&&t&&(("append"===(i=i||"reset")?f(e).append(t):"prepend"===i?f(e).prepend(t):"after"===i?f(e).after(t):f(e).html(t)).find("li.activity-item").each(this.hideSingleUrl),"undefined"==typeof bp_mentions&&void 0===bp.mentions||(f(".bp-suggestions").bp_mentions(bp.mentions.users),f("#whats-new").on("inserted.atwho",function(){var e;window.getSelection&&document.createRange?(e=window.getSelection&&window.getSelection())&&0 p").removeAttr("br").removeAttr("a").text(),t="",i="",a="",n=0;if(0<=e.indexOf("http://")?(a=e.indexOf("http://"),n=1):0<=e.indexOf("https://")?(a=e.indexOf("https://"),n=1):0<=e.indexOf("www.")&&(a=e.indexOf("www"),n=1),1===n){for(var o=a;o p:first").hide()}},objectRequest:function(a){var e,n,o=this;if((a=f.extend({object:"",scope:null,filter:null,target:"#buddypress [data-bp-list]",search_terms:"",page:1,extras:null,caller:null,template:null,method:"reset",ajaxload:!0},a)).object&&a.target)return"activity"==a.object&&"#buddypress [data-bp-list] ul.bp-list"==a.target&&(a.target="#buddypress [data-bp-list] ul.bp-list:not(#bb-media-model-container ul.bp-list)"),["members","activity","media","document"].includes(a.object)&&!f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&(a.scope="all"),a.search_terms&&(a.search_terms=a.search_terms.replace(//g,">")),null!==a.scope&&this.setStorage("bp-"+a.object,"scope",a.scope),null!==a.filter&&this.setStorage("bp-"+a.object,"filter",a.filter),null!==a.extras&&this.setStorage("bp-"+a.object,"extras",a.extras),f(this.objectNavParent+" [data-bp-object]").each(function(){f(this).removeClass("selected loading")}),!(!_.isUndefined(a.ajaxload)&&!1===a.ajaxload)&&((f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length?f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"], #object-nav li.current'):f(this.objectNavParent+" [data-bp-scope]:eq(0), #object-nav li.current")).addClass("selected loading"),0===f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&(e=["group_members"===a.object&&f("body").hasClass("group-members"),"activity"===a.object&&f("body.groups").hasClass("activity"),"document"===a.object&&f("body").hasClass("documents"),"manage_group_members"===a.object&&f("body").hasClass("manage-members"),"document"===a.object&&(f("body").hasClass("document")||f("body").hasClass("documents"))],n=[f(".groups .group-search.members-search"),f(".groups .group-search.activity-search"),f(".documents .bp-document-listing .bb-title"),f(".groups .group-search.search-wrapper"),f("#bp-media-single-folder .bb-title")],e.forEach(function(e,t){e&&n[t].addClass("loading")})),f('#buddypress [data-bp-filter="'+a.object+'"] option[value="'+a.filter+'"]').prop("selected",!0),"friends"===a.object||"group_members"===a.object||"manage_group_members"===a.object?(a.template=a.object,a.object="members"):"group_requests"===a.object?(a.object="groups",a.template="group_requests"):"group_subgroups"===a.object?(a.object="groups",a.template="group_subgroups"):"notifications"===a.object&&(a.object="members",a.template="member_notifications"),e=f.extend({action:a.object+"_filter"},a),this.ajax(e,a.object).done(function(e){if(!1!==e.success&&!_.isUndefined(e.data)){if("scheduled"===a.status&&(f(e.data.contents).hasClass("bp-feedback")?f(a.target).parent().addClass("has-no-content"):f(a.target).parent().addClass("has-content")),_.isUndefined(e.data.layout)||(f(".layout-view").removeClass("active"),f(".layout-"+e.data.layout+"-view").addClass("active")),!f("body.group-members.members.buddypress").length||_.isUndefined(e.data)||_.isUndefined(e.data.count)||f("body.group-members.members.buddypress ul li#members-groups-li").find("span").text(e.data.count),f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').removeClass("loading"),f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').find("span").text(""),0===f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&n.forEach(function(e){e.removeClass("loading")}),_.isUndefined(e.data)||_.isUndefined(e.data.count)||f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').find("span").text(e.data.count),!_.isUndefined(e.data)&&!_.isUndefined(e.data.scopes))for(var t in e.data.scopes)f(o.objectNavParent+' [data-bp-scope="'+t+'"]').find("span").text(e.data.scopes[t]);var i;"reset"!==a.method?(o.inject(a.target,e.data.contents,a.method),f(a.target).trigger("bp_ajax_"+a.method,f.extend(a,{response:e.data}))):"pag-bottom"===a.caller?(i=null,i=f("#subnav").length?f("#subnav").parent():f(a.target),f("html,body").animate({scrollTop:i.offset().top},"slow",function(){f(a.target).fadeOut(100,function(){o.inject(this,e.data.contents,a.method),f(this).fadeIn(100),f(a.target).trigger("bp_ajax_request",f.extend(a,{response:e.data})),bp.Nouveau.lazyLoad&&setTimeout(function(){bp.Nouveau.lazyLoad(".lazy")},1e3)})})):f(a.target).fadeOut(100,function(){o.inject(this,e.data.contents,a.method),f(this).fadeIn(100),f(a.target).trigger("bp_ajax_request",f.extend(a,{response:e.data})),bp.Nouveau.lazyLoad&&setTimeout(function(){bp.Nouveau.lazyLoad(".lazy")},1e3)}),setTimeout(function(){o.reportPopUp(),o.reportedPopup(),f(".activity-item.bb-closed-comments").find(".edit-activity, .acomment-edit").parents(".generic-button").hide()},1e3)}}))},initObjects:function(){var a,n=this,o={},s="all",r="",d=null,l=null;f.each(this.objects,function(e,t){var i;f('#buddypress [data-bp-list="'+t+'"][data-ajax="false"]').length&&!_.isUndefined(BP_Nouveau.is_send_ajax_request)&&""!==BP_Nouveau.is_send_ajax_request||(a=n.getStorage("bp-"+t),void 0!==(i=window.location.hash.substr(1))&&"following"==i?s=i:void 0!==a.scope&&(s=a.scope),void 0!==a.extras&&"notifications"!==t&&(d=a.extras),f('#buddypress [data-bp-filter="'+t+'"]').length&&(void 0!==a.filter?(l=a.filter,f('#buddypress [data-bp-filter="'+t+'"] option[value="'+l+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+t+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+t+'"]').val()&&(l=f('#buddypress [data-bp-filter="'+t+'"]').val())),f(this.objectNavParent+' [data-bp-object="'+t+'"]').length&&(f(this.objectNavParent+' [data-bp-object="'+t+'"]').each(function(){f(this).removeClass("selected")}),f(this.objectNavParent+' [data-bp-scope="'+t+'"], #object-nav li.current').addClass("selected")),null!==n.querystring&&(void 0!==n.querystring[t+"_search"]?r=decodeURI(n.querystring[t+"_search"]):void 0!==n.querystring.s&&(r=decodeURI(n.querystring.s)),r&&f('#buddypress [data-bp-search="'+t+'"] input[type=search]').val(r)),f('#buddypress [data-bp-list="'+t+'"]').length&&(o={object:t,scope:s,filter:l,search_terms:r,extras:d},f('#buddypress [data-bp-member-type-filter="'+t+'"]').length?o.member_type_id=f('#buddypress [data-bp-member-type-filter="'+t+'"]').val():f('#buddypress [data-bp-group-type-filter="'+t+'"]').length&&(o.group_type=f('#buddypress [data-bp-group-type-filter="'+t+'"]').val()),_.isUndefined(BP_Nouveau.is_send_ajax_request)||""!==BP_Nouveau.is_send_ajax_request||(o.ajaxload=!1),n.objectRequest(o)))})},setHeartBeat:function(){void 0!==BP_Nouveau.pulse&&this.heartbeat&&(this.heartbeat.interval(Number(BP_Nouveau.pulse)),f.fn.extend({"heartbeat-send":function(){return this.bind("heartbeat-send")}}),f.fn.extend({"heartbeat-tick":function(){return this.bind("heartbeat-tick")}}))},addListeners:function(){f("[data-bp-disable-input]").on("change",this.toggleDisabledInput),f(this.objectNavParent+" .bp-navs").on("click","a",this,this.scopeQuery),f(document).on("change","#buddypress [data-bp-filter]",this,this.filterQuery),f(document).on("change","#buddypress [data-bp-group-type-filter]",this,this.typeGroupFilterQuery),f(document).on("change","#buddypress [data-bp-member-type-filter]",this,this.typeMemberFilterQuery),f("#buddypress [data-bp-search]").on("submit","form",this,this.searchQuery),f("#buddypress [data-bp-search]").on("keyup","input[name=group_members_search]",this,_.throttle(this.searchQuery,900)),f("#buddypress [data-bp-search] form").on("search","input[type=search]",this.resetSearch),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .bp-messages-content").on("click","[data-bp-btn-action]",this,this.buttonAction),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("blur","[data-bp-btn-action]",this,this.buttonRevert),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseover","[data-bp-btn-action]",this,this.buttonHover),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseout","[data-bp-btn-action]",this,this.buttonHoverout),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseover",".awaiting_response_friend",this,this.awaitingButtonHover),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseout",".awaiting_response_friend",this,this.awaitingButtonHoverout),f(document).on("click","#buddypress .bb-leave-group-popup .bb-confirm-leave-group",this.leaveGroupAction),f(document).on("click","#buddypress .bb-leave-group-popup .bb-close-leave-group",this.leaveGroupClose),f(document).on("click","#buddypress .bb-remove-connection .bb-confirm-remove-connection",this.removeConnectionAction),f(document).on("click","#buddypress .bb-remove-connection .bb-close-remove-connection",this.removeConnectionClose),f(document).on("click","#buddypress table.invite-settings .field-actions .field-actions-remove, #buddypress table.invite-settings .field-actions-add",this,this.addRemoveInvite),f(document).on("click",".show-action-popup",this.showActionPopup),f(document).on("click","#message-threads .block-member",this.threadListBlockPopup),f(document).on("click","#message-threads .report-content",this.threadListReportPopup),f(document).on("click",".bb-close-action-popup, .action-popup-overlay",this.closeActionPopup),f(document).on("keyup",'.search-form-has-reset input[type="search"], .search-form-has-reset input#bbp_search',_.throttle(this.directorySearchInput,900)),f(document).on("click",".search-form-has-reset .search-form_reset",this.resetDirectorySearch),f(document).on("keyup",this,this.keyUp),f("[data-bp-close]").on("click",this,this.closeNotice),f("#buddypress [data-bp-list]").on("click","[data-bp-pagination] a",this,this.paginateAction),f(document).on("click",this.closePickersOnClick),document.addEventListener("keydown",this.closePickersOnEsc),f(document).on("click","#item-header a.position-change-cover-image, .header-cover-reposition-wrap a.cover-image-save, .header-cover-reposition-wrap a.cover-image-cancel",this.coverPhotoCropper),f(document).on("click","#cover-photo-alert .bb-model-close-button",this.coverPhotoCropperAlert),f(document).on("click",this.toggleMoreOption.bind(this)),f(document).on("heartbeat-send",this.bbHeartbeatSend.bind(this)),f(document).on("heartbeat-tick",this.bbHeartbeatTick.bind(this)),bp.Nouveau.notificationRemovedAction(),bp.Nouveau.removeAllNotification(),bp.Nouveau.setTitle(),f(document).on("click",".more-following .count-more",this.bbWidgetMoreFollowing),f(".bb-accordion .bb-accordion_trigger").on("click",this.toggleAccordion)},bbHeartbeatSend:function(e,t){t.onScreenNotifications=!0,f("#buddypress").trigger("bb_heartbeat_send",t)},bbHeartbeatTick:function(e,t){bp.Nouveau.bbInjectOnScreenNotifications(e,t)},bbInjectOnScreenNotifications:function(e,t){var i,a,n,o,s,r;"1"==f(".bb-onscreen-notification").data("enable")&&(void 0===t.on_screen_notifications&&""===t.on_screen_notifications||(i=f(".bb-onscreen-notification"),r=(a=i.find(".notification-list")).data("removed-items"),n=a.data("animated-items"),o=[],s=f(f.parseHTML("
        "+t.on_screen_notifications+"
      ")),f.each(r,function(e,t){t=s.find("[data-notification-id="+t+"]");t.length&&t.closest(".read-item").remove()}),(r=s.find(".read-item")).each(function(e,t){var i=f(t).find(".actions .action-close").data("notification-id");"-1"==f.inArray(i,n)?(f(t).addClass("pull-animation"),n.push(i),o.push(i)):f(t).removeClass("pull-animation")}),o.length&&r.each(function(e,t){var i=f(t).find(".actions .action-close").data("notification-id");"-1"==f.inArray(i,o)&&(f(t).removeClass("recent-item"),(t=a.data("border-items")).push(i),a.attr("data-border-items",JSON.stringify(t)))}),a.attr("data-animated-items",JSON.stringify(n)),r.length&&(i.removeClass("close-all-items"),r.eq(2).nextAll().addClass("bb-more-item"),3 li").each(function(){f(this).removeClass("pull-animation").addClass("close-item").delay(500).remove()}),f(".toast-messages-list > li").each(function(){f(this).removeClass("pull-animation").addClass("close-item").delay(500).remove()}),t.removeClass("bb-more-than-3")})},setTitle:function(){var e=f("html head").find("title").text();f(".bb-onscreen-notification").attr("data-title-tag",e)},visibilityOnScreenClearButton:function(){var e=f(".bb-onscreen-notification");1 tbody > tr").each(function(){f(this).find('input[type="text"]').removeAttr("style"),f(this).find('input[type="email"]').removeAttr("style")}),f("body.send-invites #send-invite-form #member-invites-table > tbody > tr").each(function(){e=f.trim(f(this).find('input[type="text"]').val()),i=f(this).find("input").attr("id"),t=f.trim(f(this).find('input[type="email"]').val()),""===e&&""===t?0:""!==e&&""===t?(i=f(this).find('input[type="email"]').attr("id"),a.push(i)):""===e&&""!==t?(i=f(this).find('input[type="text"]').attr("id"),a.push(i)):l.test(t)?n.push(1):(i=f(this).find('input[type="email"]').attr("id"),a.push(i))}),f(".span_error").remove(),0!==a.length)return a.forEach(function(e){f("#"+e).attr("style","border:1px solid #ef3e46"),-1!==e.indexOf("email_")?f("#"+e).after(''+p+""):f("#"+e).after(''+c+"")}),f("html, body").animate({scrollTop:f("#item-body").offset().top},2e3),alert(u),!1;if(f("#email_0_email_error").length&&f("#email_0_email_error").remove(),0===n.length){o=f("#invitee_0_title").val(),s=f("#email_0_email").val();return""===o&&""===s?(f("#invitee_0_title").attr("style","border:1px solid #ef3e46"),f("#invitee_0_title").focus(),f("#email_0_email").attr("style","border:1px solid #ef3e46"),!1):(""!==o&&""===s?(f("#email_0_email").attr("style","border:1px solid #ef3e46"),f("#email_0_email").focus()):(l.test(s)||(f("#email_0_email").attr("style","border:1px solid #ef3e46"),f("#email_0_email").focus(),f("#email_0_email_error").remove(),f("#email_0_email").after(''+p+"")),alert(u)),!1)}})},sendInvitesRevokeAccess:function(){f("body.sent-invites #member-invites-table").length&&f("body.sent-invites #member-invites-table tr td span a.revoked-access").click(function(e){e.preventDefault();var t=f(this).attr("data-name"),i=f(this).attr("id"),e=f(this).attr("data-revoke-access");if(!confirm(t))return!1;f.ajax({url:e,type:"post",data:{item_id:i},success:function(){window.location.reload(!0)}})})},toggleDisabledInput:function(){var e=f(this).attr("data-bp-disable-input");f(e).prop("disabled",!0)&&!f(this).hasClass("enabled")?(f(this).addClass("enabled").removeClass("disabled"),f(e).prop("disabled",!1)):f(e).prop("disabled",!1)&&f(this).hasClass("enabled")&&(f(this).removeClass("enabled").addClass("disabled"),f(e).attr("disabled","disabled"))},keyUp:function(e){var t=e.data;27===e.keyCode&&t.buttonRevertAll()},scopeQuery:function(e){var t,i,a=e.data,n=f(e.currentTarget).parent(),o="",s=null,r={};if(n.hasClass("no-ajax")||f(e.currentTarget).hasClass("no-ajax")||!n.attr("data-bp-scope"))return e;if(t=n.data("bp-scope"),i=n.data("bp-object"),!t||!i)return e;e.preventDefault();var e=a.getStorage("bp-"+i);void 0!==e.extras&&"notifications"!==i&&(s=e.extras),e=f("#buddypress").find('[data-bp-filter="'+i+'"]').first().val(),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(o=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),n.hasClass("dynamic")&&n.find("a span").html(""),r={object:i,scope:t,filter:e,search_terms:o,page:1,extras:s},f('#buddypress [data-bp-member-type-filter="'+i+'"]').length?r.member_type_id=f('#buddypress [data-bp-member-type-filter="'+i+'"]').val():f('#buddypress [data-bp-group-type-filter="'+i+'"]').length&&(r.group_type=f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()),a.objectRequest(r)},filterQuery:function(e){var t=e.data,i=f(e.target).data("bp-filter"),a="all",n=f(e.target).val(),o="",s=!1;if(!i)return e;f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(o=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val());e=t.getStorage("bp-"+(i="friends"===i?"members":i));void 0!==e.extras&&"notifications"!==i&&(s=e.extras),"members"===i?t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null,member_type_id:f('#buddypress [data-bp-member-type-filter="'+i+'"]').val()}):"groups"===i?t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null,group_type:f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()}):t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null})},typeGroupFilterQuery:function(e){var t=e.data,i=f(e.target).data("bp-group-type-filter"),a="all",n=null,o=null,s="";if(!i)return e;void 0!==(e=t.getStorage("bp-"+i)).extras&&"notifications"!==i&&(o=e.extras),f('#buddypress [data-bp-filter="'+i+'"]').length&&(void 0!==e.filter?(n=e.filter,f('#buddypress [data-bp-filter="'+i+'"] option[value="'+n+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&(n=f('#buddypress [data-bp-filter="'+i+'"]').val())),f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(s=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),t.objectRequest({object:i,scope:a,filter:n,search_terms:s,page:1,template:null,extras:o,group_type:f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()})},typeMemberFilterQuery:function(e){var t=e.data,i=f(e.target).data("bp-member-type-filter"),a="all",n=null,o=null,s="";if(!i)return e;void 0!==(e=t.getStorage("bp-"+(i="friends"===i?"members":i))).extras&&"notifications"!==i&&(o=e.extras),f('#buddypress [data-bp-filter="'+i+'"]').length&&(void 0!==e.filter?(n=e.filter,f('#buddypress [data-bp-filter="'+i+'"] option[value="'+n+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&(n=f('#buddypress [data-bp-filter="'+i+'"]').val())),f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(s=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),t.objectRequest({object:i,scope:a,filter:n,search_terms:s,page:1,template:null,extras:o,member_type_id:f('#buddypress [data-bp-member-type-filter="'+i+'"]').val()})},searchQuery:function(e){var t,i,a,n=e.data,o="all",s=!1;if(f(e.delegateTarget).hasClass("no-ajax")||void 0===f(e.delegateTarget).data("bp-search"))return e;e.preventDefault(),t=f(e.delegateTarget).data("bp-search"),i=f("#buddypress").find('[data-bp-filter="'+t+'"]').first().val(),a=f(e.delegateTarget).find("input[type=search]").first().val(),f(n.objectNavParent+" [data-bp-object]").length&&(o=f(n.objectNavParent+' [data-bp-object="'+t+'"].selected').data("bp-scope"));e=n.getStorage("bp-"+t);void 0!==e.extras&&"notifications"!==t&&(s=e.extras),n.objectRequest({object:t,scope:o,filter:i,search_terms:a,page:1,extras:s,template:null})},showSearchSubmit:function(e){f(e.delegateTarget).find("[type=submit]").addClass("bp-show"),f("[type=submit]").hasClass("bp-hide")&&f("[type=submit]").removeClass("bp-hide")},resetSearch:function(e){f(e.target).val()?f(e.delegateTarget).find("[type=submit]").show():f(e.delegateTarget).submit()},buttonAction:function(e){var a=e.data,n=f(e.currentTarget),o=n.data("bp-btn-action"),t=n.data("bp-nonce"),s=n.closest("[data-bp-item-id]"),i=s.data("bp-item-id"),r=n.closest(".list-wrap"),d=s.data("bp-item-component"),l="",c=s.data("bp-used-to-component");if(!o||!i||!d)return e;if(e.preventDefault(),n.hasClass("bp-toggle-action-button"))return f(document.body).hasClass("buddyboss-theme")&&void 0!==n.data("balloon")?n.attr("data-balloon",n.data("title")):n.text(n.data("title")),n.removeClass("bp-toggle-action-button"),n.addClass("bp-toggle-action-button-clicked"),!1;if(void 0!==n.data("only-admin"))return void 0!==BP_Nouveau.only_admin_notice&&window.alert(BP_Nouveau.only_admin_notice),!1;if("is_friend"!==o&&(void 0!==BP_Nouveau[o+"_confirm"]&&!1===window.confirm(BP_Nouveau[o+"_confirm"])||n.hasClass("pending")))return!1;var p=f(".bb-leave-group-popup"),u=f(n).data("bb-group-name"),b=f(n).data("bb-group-link");if("leave_group"===o&&"true"!==f(n).attr("data-popup-shown")){if(p.length){var m=p.find(".bb-leave-group-content"),e=!!s.hasClass("has-child");return m.html(e?BP_Nouveau.parent_group_leave_confirm:BP_Nouveau.group_leave_confirm),e||m.find(".bb-group-name").html(''+u+""),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),p.show(),f(n).attr("data-current-anchor","true"),f(n).attr("data-popup-shown","true"),!1}}else f("body").find('[data-popup-shown="true"]').attr("data-popup-shown","false"),f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),p.find(".bb-leave-group-content .bb-group-name").html(""),p.hide();b={};f(n).closest("#item-header").length?b=f("#item-header .bb-remove-connection"):f(n).closest('.members[data-bp-list="members"]').length?b=f('.members[data-bp-list="members"] .bb-remove-connection'):f(n).closest('.group_members[data-bp-list="group_members"]').length&&(b=f('.group_members[data-bp-list="group_members"] .bb-remove-connection'));u=f(n).data("bb-user-name"),p=f(n).data("bb-user-link");if("is_friend"===o&&"opened"!==f(n).attr("data-popup-shown")){if(b.length)return b.find(".bb-remove-connection-content .bb-user-name").html(''+u+""),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),b.show(),f(n).attr("data-current-anchor","true"),f(n).attr("data-popup-shown","opened"),!1}else f("body").find('[data-popup-shown="opened"]').attr("data-popup-shown","closed"),f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),b.length&&(b.find(".bb-remove-connection-content .bb-user-name").html(""),b.hide());l=t?a.getLinkParams(t,"_wpnonce"):void 0===n.prop("href")?a.getLinkParams(n.attr("href"),"_wpnonce"):a.getLinkParams(n.prop("href"),"_wpnonce"),u={is_friend:"remove_friend",not_friends:"add_friend",pending:"withdraw_friendship",accept_friendship:"accept_friendship",reject_friendship:"reject_friendship"};"members"===d&&void 0!==u[o]&&(o=u[o],d="friends");b={not_following:"follow",following:"unfollow"};"members"===d&&void 0!==b[o]&&(o=b[o],d="follow"),n.addClass("pending loading");t="";f(document.body).hasClass("directory")&&f(document.body).hasClass("members")||f(document.body).hasClass("group-members")?t="directory":f(document.body).hasClass("bp-user")&&(t="single");u="primary",b="single"===t?n.closest(".header-dropdown"):n.closest(".footer-button-wrap");void 0!==b.length&&0"+e.data.feedback+"","info",null,!0])}var t,i;return(f("#friends-personal-li").length&&(i=f("#friends-personal-li a span"),t=f("#friends-personal-li a"),(void 0!==e.data.is_user&&e.data.is_user&&void 0!==e.data.friend_count||void 0!==e.data.friend_count)&&("0"!==e.data.friend_count?i.length?f(i).html(e.data.friend_count):f(t).append(''+e.data.friend_count+""):f(i).hide())),void 0!==e.data.is_user&&e.data.is_user)?(n.parent().html(e.data.feedback),void s.fadeOut(1500)):void 0!==e.data.is_user&&!e.data.is_user&&void 0!==e.data.group_url&&e.data.group_url?window.location=e.data.group_url:(f(a.objectNavParent+' [data-bp-scope="personal"]').length&&(i=Number(f(a.objectNavParent+' [data-bp-scope="personal"] span').html())||0,-1!==f.inArray(o,["leave_group","remove_friend"])?--i:-1!==f.inArray(o,["join_group"])&&(i+=1),i<0&&(i=0),f(a.objectNavParent+' [data-bp-scope="personal"] span').html(i)),"follow"===d&&0"+e.data.feedback+"","error",null,!0])}).fail(function(){var e,t;["unsubscribe","subscribe"].includes(o)&&(25<(e=f(n).data("bb-group-name")).length&&(e=e.substring(0,25)+"..."),t="
      "+BP_Nouveau.subscriptions.error+""+e+".
      ","subscribe"===o&&(t="
      "+BP_Nouveau.subscriptions.subscribe_error+""+e+"
      "),jQuery(document).trigger("bb_trigger_toast_message",["",t,"error",null,!0])),n.removeClass("pending loading")})},buttonRevert:function(e){e=f(e.currentTarget);e.hasClass("bp-toggle-action-button-clicked")&&!e.hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")?e.attr("data-balloon",e.data("title-displayed")):e.text(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-clicked"),e.addClass("bp-toggle-action-button"))},buttonHover:function(e){var t=f(e.currentTarget),i=t.data("bp-btn-action"),a=t.closest("[data-bp-item-id]"),n=a.data("bp-item-id"),a=a.data("bp-item-component");return i&&n&&a?(e.preventDefault(),t.hasClass("bp-toggle-action-button")?(t.hasClass("group-subscription")&&void 0!==t.data("title")&&void 0!==t.data("title-displayed")&&0===t.data("title").replace(/<(.|\n)*?>/g,"").length&&0===t.data("title-displayed").replace(/<(.|\n)*?>/g,"").length||(f(document.body).hasClass("buddyboss-theme")&&void 0!==t.data("balloon")&&(t.hasClass("following")||t.attr("data-balloon",t.data("title").replace(/<(.|\n)*?>/g,"")),t.find("span").html(t.data("title"))),t.html(t.data("title"))),t.removeClass("bp-toggle-action-button"),t.addClass("bp-toggle-action-button-hover"),!1):void 0):e},buttonHoverout:function(e){e=f(e.currentTarget);if(e.hasClass("bp-toggle-action-button-hover")&&!e.hasClass("loading")){if(e.hasClass("group-subscription")&&void 0!==e.data("title")&&void 0!==e.data("title-displayed")&&0===e.data("title").replace(/<(.|\n)*?>/g,"").length&&0===e.data("title-displayed").replace(/<(.|\n)*?>/g,"").length)return e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button"),!1;f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")&&(e.hasClass("following")||e.attr("data-balloon",e.data("title-displayed").replace(/<(.|\n)*?>/g,"")),e.find("span").html(e.data("title-displayed"))),e.html(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button")}},awaitingButtonHover:function(e){var t=f(e.currentTarget);if(e.preventDefault(),t.hasClass("bp-toggle-action-button"))return f(document.body).hasClass("buddyboss-theme")&&void 0!==t.data("balloon")&&(t.hasClass("following")||t.attr("data-balloon",t.data("title").replace(/<(.|\n)*?>/g,"")),t.find("span").html(t.data("title"))),t.html(t.data("title")),t.removeClass("bp-toggle-action-button"),t.addClass("bp-toggle-action-button-hover"),!1},awaitingButtonHoverout:function(e){e=f(e.currentTarget);e.hasClass("bp-toggle-action-button-hover")&&!e.hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")&&(e.hasClass("following")||e.attr("data-balloon",e.data("title-displayed").replace(/<(.|\n)*?>/g,"")),e.find("span").html(e.data("title-displayed"))),e.html(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button"))},leaveGroupAction:function(e){e.preventDefault(),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),f("body").find('[data-current-anchor="true"]').trigger("click")},leaveGroupClose:function(e){e.preventDefault();e=f(e.currentTarget),e=f(e).closest(".bb-leave-group-popup");f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),f("body").find('[data-popup-shown="true"]').attr("data-popup-shown","false"),e.find(".bb-leave-group-content .bb-group-name").html(""),e.hide()},removeConnectionAction:function(e){e.preventDefault(),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),f("body").find('[data-current-anchor="true"]').trigger("click")},removeConnectionClose:function(e){e.preventDefault();e=f(e.currentTarget),e=f(e).closest(".bb-remove-connection");f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),f("body").find('[data-popup-shown="opened"]').attr("data-popup-shown","closed"),e.find(".bb-remove-connection-content .bb-user-name").html(""),e.hide()},buttonRevertAll:function(){f.each(f("#buddypress [data-bp-btn-action]"),function(){f(this).hasClass("bp-toggle-action-button-clicked")&&!f(this).hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==f(this).data("balloon")?f(this).attr("data-balloon",f(this).data("title-displayed")):f(this).text(f(this).data("title-displayed")),f(this).removeClass("bp-toggle-action-button-clicked"),f(this).addClass("bp-toggle-action-button"),f(this).trigger("blur"))})},addRemoveInvite:function(e){var t=e.currentTarget,i=f(t).closest("tbody");if(f(t).hasClass("field-actions-remove")){if(!(1"+e+"").insertBefore(f(this).closest("tr")),20 input").attr("name","invitee["+e+"][]"),f(this).find(".field-name > input").attr("id","invitee_"+e+"_title"),f(this).find(".field-email > input").attr("name","email["+e+"][]"),f(this).find(".field-email > input").attr("id","email_"+e+"_email"),f(this).find(".field-member-type > select").attr("name","member-type["+e+"][]"),f(this).find(".field-member-type > select").attr("id","member_type_"+e+"_member_type")})},closeNotice:function(e){var t=f(e.currentTarget);e.preventDefault(),"clear"===t.data("bp-close")&&(void 0!==f.cookie("bp-message")&&f.removeCookie("bp-message"),void 0!==f.cookie("bp-message-type")&&f.removeCookie("bp-message-type")),t.closest(".bp-feedback").hasClass("bp-sitewide-notice")&&bp.Nouveau.ajax({action:"messages_dismiss_sitewide_notice"},"messages"),t.closest(".bp-feedback").remove()},paginateAction:function(e){var t,i=e.data,a=f(e.currentTarget),n=null,o=null,s=null,r=null,d=a.closest("[data-bp-pagination]").data("bp-pagination")||null;if(null===d)return e;e.preventDefault(),null!==(e=f(e.delegateTarget).data("bp-list")||null)&&(void 0!==(t=i.getStorage("bp-"+e)).scope&&(n=t.scope),void 0!==t.filter&&(o=t.filter),void 0!==t.extras&&(r=t.extras)),null!==e&&(void 0!==(t=i.getStorage("bp-"+e)).scope&&(n=t.scope),void 0!==t.filter&&(o=t.filter),void 0!==t.extras&&(r=t.extras));d={object:e,scope:n,filter:o,search_terms:s=f('#buddypress [data-bp-search="'+e+'"] input[type=search]').length?f('#buddypress [data-bp-search="'+e+'"] input[type=search]').val():s,extras:r,caller:a.closest("[data-bp-pagination]").hasClass("bottom")?"pag-bottom":"",page:i.getLinkParams(a.prop("href"),d)||1};f("#buddypress [data-bp-group-type-filter]").length&&(d.group_type=f("#buddypress [data-bp-group-type-filter]").val()),f("#buddypress [data-bp-member-type-filter]").length&&(d.member_type_id=f("#buddypress [data-bp-member-type-filter]").val()),i.objectRequest(d)},enableSubmitOnLegalAgreement:function(){f("body #buddypress #register-page #signup-form #legal_agreement").length&&(f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!0),f(document).on("change","body #buddypress #register-page #signup-form #legal_agreement",function(){f(this).prop("checked")?f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!1):f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!0)}))},registerPopUp:function(){f(".popup-modal-register").length&&f(".popup-modal-register").magnificPopup({type:"inline",preloader:!1,fixedBgPos:!0,fixedContentPos:!0}),f(".popup-modal-dismiss").length&&f(".popup-modal-dismiss").click(function(e){e.preventDefault(),f.magnificPopup.close()})},loginPopUp:function(){f(".popup-modal-login").length&&f(".popup-modal-login").magnificPopup({type:"inline",preloader:!1,fixedBgPos:!0,fixedContentPos:!0}),f(".popup-modal-dismiss").length&&f(".popup-modal-dismiss").click(function(e){e.preventDefault(),f.magnificPopup.close()})},threadListBlockPopup:function(e){e.preventDefault();var t=f(this).data("bp-content-id"),i=f(this).data("bp-content-type"),a=f(this).data("bp-nonce"),n=f(this).attr("href");void 0!==t&&void 0!==i&&void 0!==a&&(f(document).find(".bp-report-form-err").empty(),(e=f(n)).find(".bp-content-id").val(t),e.find(".bp-content-type").val(i),e.find(".bp-nonce").val(a)),0"),void e.preventDefault();t=f(e.currentTarget).closest("#header-cover-image").height(),i=f(e.currentTarget).closest("#header-cover-image").width(),a=Number(f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img").css("top").replace("px","")),n=f(e.currentTarget).closest("#header-cover-image").width()/f(e.currentTarget).closest("#header-cover-image").find(".header-cover-reposition-wrap img")[0].width,l.closest("#cover-image-container").find(".header-cover-reposition-wrap").show(),(r=f(".header-cover-reposition-wrap img")).guillotine({width:i,height:t,eventOnChange:"guillotinechange",init:{scale:n,y:a&&f(e.currentTarget).closest("#header-cover-image").hasClass("has-position")?-a:d,w:i,h:t}}),r.on("guillotinechange",function(e,t){l.closest("#cover-image-container").find(".header-cover-img").attr("data-top",-t.y)})}else f(e.currentTarget).hasClass("cover-image-save")?(o=f(e.currentTarget),s=f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img"),o.addClass("loading"),f.post(BP_Nouveau.ajaxurl,{action:"save_cover_position",position:s.attr("data-top")}).done(function(e){e.success&&e.data&&""!==e.data.content?(o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide(),o.closest("#header-cover-image:not(.has-position)").addClass("has-position"),s.css({top:e.data.content+"px"})):(o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide())}).fail(function(){o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide()})):f(e.currentTarget).hasClass("cover-image-cancel")&&((r=f(".header-cover-reposition-wrap img")).guillotine({width:0,height:0,init:{scale:1,y:0,w:0,h:0}}),r.guillotine("remove"),f(e.currentTarget).closest("#cover-image-container").find(".header-cover-reposition-wrap").hide(),f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img").attr("data-top",""));e.preventDefault()},coverPhotoCropperAlert:function(e){e.preventDefault(),f("#cover-photo-alert").remove()},toggleMoreOption:function(e){f(e.target).hasClass("bb_more_options_action")||f(e.target).parent().hasClass("bb_more_options_action")?(e.preventDefault(),f(e.target).closest(".bb_more_options").find(".bb_more_options_list").hasClass("is_visible")?f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"):(f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"),f(e.target).closest(".bb_more_options").find(".bb_more_options_list").addClass("is_visible"))):(f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"),f(".optionsOpen").removeClass("optionsOpen"))},getVideoThumb:function(d,l){var e,i=new FileReader;i.onload=function(){var t,e=new Blob([i.result],{type:d.type}),n=URL.createObjectURL(e),o=document.createElement("video");o.src=n;var s=0,r=setInterval(function(){var e;05e4;if(i){var a=document.createElement("img");a.src=t;if(d.previewElement){if(f(d.previewElement).find(l).find("img").length)f(d.previewElement).find(l).find("img").attr("src",t);else f(d.previewElement).find(l).append(a);f(d.previewElement).closest(".dz-preview").addClass("dz-has-thumbnail")}else if(f(l).find("img").length)f(l).find("img").attr("src",t);else f(l).append(a);URL.revokeObjectURL(n)}else{if(s>=2){f(d.previewElement).closest(".dz-preview").addClass("dz-has-no-thumbnail");clearInterval(r)}s++}return i}()||(o.removeEventListener("timeupdate",e),o.pause())}),o.preload="metadata",o.src=n,o.muted=!0,o.playsInline=!0,null!=t&&(o.currentTime=Math.floor(t)),o.play(),clearInterval(r)),2<=s&&(f(d.previewElement).closest(".dz-preview").addClass("dz-has-no-thumbnail"),clearInterval(r)),s++},500)},d.dataURL?((e=new XMLHttpRequest).open("GET",d.dataURL,!0),e.responseType="blob",e.onload=function(){var e;200==this.status&&(e=this.response,i.readAsArrayBuffer(e))},e.send()):i.readAsArrayBuffer(d)},bbWidgetMoreFollowing:function(e){e=f(e.currentTarget).attr("href").split("#");if(1 li").each(function(){t+=f(this).outerWidth()}),t>e.width()-10?(e.data("childerWith",t),t>e.width()&&(0===e.find(".medium-editor-toolbar-actions .medium-editor-action-more").length&&e.find(".medium-editor-toolbar-actions").append('
      • '),e.find(".medium-editor-action-more").show(),t+=e.find(".medium-editor-toolbar-actions .medium-editor-action-more").outerWidth(),f(e.find(".medium-editor-action").get().reverse()).each(function(){f(this).hasClass("medium-editor-action-more-button")||t>e.width()&&(t-=f(this).outerWidth(),e.find(".medium-editor-action-more > ul").prepend(f(this).parent()))}))):e.find(".medium-editor-toolbar-actions .medium-editor-action-more").length&&(f(e.find(".medium-editor-action-more ul > li")).each(function(){t+35 li").length&&e.find(".medium-editor-action-more").hide()),f(e).find(".medium-editor-action-more-button").on("click",function(e){e.preventDefault(),f(this).parent(".medium-editor-action-more").toggleClass("active")}),f(e).find(".medium-editor-action-more ul .medium-editor-action").on("click",function(e){e.preventDefault(),f(this).closest(".medium-editor-action-more").toggleClass("active")}),f(window).one("resize",function(){e.removeClass("wrappingInitialised"),f(e).find(".medium-editor-action-more ul .medium-editor-action").unbind("click")}))},isURL:function(e){return/^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,24}(:[0-9]{1,5})?(\/.*)?$/.test(f.trim(e))},closeActionPopup:function(e){e.preventDefault(),f(this).closest(".bb-action-popup").hide()},directorySearchInput:function(){var e,t;f(this).val()===f(this).data("last-value")||""===f(this).val()&&void 0===f(this).data("last-value")||(f(this).data("last-value",f(this).val()),t=(e=f(this).closest(".search-form-has-reset")).find(".search-form_reset"),0"),f(this).hasClass("disabled")||f(this).find("input:checked").length&&(a+=""===a?f(this).find('input[type="checkbox"] + label').text().trim():", "+f(this).find('input[type="checkbox"] + label').text().trim(),o++)}),o===f(this).find(e+':not(:first-child) input[type="checkbox"]').length?1==f(this).find(e+':not(:first-child) input[type="checkbox"]').length||(a=t):a=""===a?i:a,0===f(this).find(e+":first-child .bb-mobile-setting").length?f(this).find(e+":first-child").append('
        '+a+"
          "):f(this).find(e+":first-child .bb-mobile-setting .bb-mobile-setting-anchor").text(a),f(this).find(e+":first-child .bb-mobile-setting ul").html(""),f(this).find(e+":first-child .bb-mobile-setting ul").append(n)})},dropZoneGlobalProgress:function(i){0==f(i.element).find(".dz-global-progress").length&&(f(i.element).append('

          '),f(i.element).addClass("dz-progress-view"),f(i.element).find(".dz-remove-all").click(function(){f.each(i.files,function(e,t){i.removeFile(t)})}));var e="",t=0,a=0;1==i.files.length?(f(i.element).addClass("dz-single-view"),e=BP_Nouveau.media.i18n_strings.uploading+" "+i.files[0].name+"",t=i.files[0].upload.progress):(f(i.element).removeClass("dz-single-view"),a=0,f.each(i.files,function(e,t){a+=t.upload.progress}),t=a/i.files.length,e=BP_Nouveau.media.i18n_strings.uploading+" "+i.files.length+" files"),f(i.element).find(".dz-global-progress .dz-progress").css("width",t+"%"),f(i.element).find(".dz-global-progress > p").html(e)},userPresenceStatus:function(){window.bb_is_user_active=!0;var e=1e3*parseInt(BB_Nouveau_Presence.idle_inactive_span);bp.Nouveau.userPresenceChecker(e),""!==BB_Nouveau_Presence.heartbeat_enabled&&parseInt(BB_Nouveau_Presence.presence_interval)<=60?(f(document).on("heartbeat-send",function(e,t){var i;void 0!==window.bb_is_user_active&&!0===window.bb_is_user_active&&(i=bp.Nouveau.getPageUserIDs(),t.presence_users=i.join(","))}),f(document).on("heartbeat-tick",function(e,t){t.users_presence&&bp.Nouveau.updateUsersPresence(t.users_presence)})):setInterval(function(){var e,t={};void 0!==window.bb_is_user_active&&!0===window.bb_is_user_active&&(t.ids=bp.Nouveau.getPageUserIDs()),void 0!==t.ids&&void 0!==t.ids.length&&0
          '),n.currentPreviewParent=t.find(".bb-url-scrapper-container")),0
          ").html(e)).find("a.bp-suggestions-mention").remove(),i.find('[rel="nofollow"]').remove(),0<=(e=0<=(e=i.html()).indexOf("/g,""):e).indexOf("http://")?o=this.getURL("http://",e):0<=e.indexOf("https://")?o=this.getURL("https://",e):0<=e.indexOf("www.")&&(o=this.getURL("www",e)),""===o&&""===s||(""!==o&&((e=document.createElement("a")).href=o,e=e.hostname,void 0!==BP_Nouveau.forums.params.excluded_hosts&&-1!==BP_Nouveau.forums.params.excluded_hosts.indexOf(e)&&(o="")),""!==o?this.loadURLPreview(o):s&&this.loadURLPreview(s)))},getURL:function(e,t){var i="",a=(t=t.replace(/ /g,"")).indexOf(e),n="";if(_.isUndefined(jQuery(f.parseHTML(t)).attr("href"))){for(var o=a;o"===t[o+1]||"<"===t[o]&&"b"===t[o+1]&&"r"===t[o+2]);o++)i+=t[o];"www"===e&&(i=(e="http://")+i)}else i=jQuery(t).attr("href");e=document.createElement("div");e.innerHTML=i;for(var s=e.getElementsByTagName("*");s[0];)s[0].parentNode.removeChild(s[0]);return n=0
          ',e&&(i+=''+e+""),t&&(i+=''+t+""),i=(i+="
          ")+'
          '+(a?'':""),f((f(".bb-toast-messages-enable").length||(f(".bb-onscreen-notification-enable ul.notification-list").length?(p=f(".bb-onscreen-notification").hasClass("bb-position-left")?"left":"right",p=f('
            '),f(".bb-onscreen-notification").show(),f(p).insertBefore(".bb-onscreen-notification-enable ul.notification-list")):(p=f('
              '),f("body").append(p))),".bb-toast-messages-enable .toast-messages-list")).append('
            • '+i+"
            • "),n&&setInterval(function(){u()},o),f(r+" .actions .action-close").on("click",function(){u()}))},setupGlobals:function(){this.ajax_request=null,this.objects=f.map(BP_Nouveau.objects,function(e){return e}),this.objectNavParent=BP_Nouveau.object_nav_parent,this.heartbeat=wp.heartbeat||!1,this.querystring=this.getLinkParams(),this.bbServerTimeDiff=new Date(BP_Nouveau.wpTime).getTime()-(new Date).getTime()},prepareDocument:function(){var i;f("body").hasClass("no-js")&&f("body").removeClass("no-js").addClass("js"),BP_Nouveau.warnings&&"undefined"!=typeof console&&console.warn&&f.each(BP_Nouveau.warnings,function(e,t){console.warn(t)}),f(".buddypress_object_nav .widget-title").length&&(i=f(".buddypress_object_nav .widget-title").html(),f("body").find('*:contains("'+i+'")').each(function(e,t){f(t).hasClass("widget-title")||i!==f(t).html()||f(t).is("a")||f(t).remove()}))},getStorage:function(e,t){e=(e=sessionStorage.getItem(e))?JSON.parse(e):{};return void 0!==t?e[t]||!1:e},setStorage:function(e,t,i){var a=this.getStorage(e);return void 0===i&&void 0!==a[t]?delete a[t]:a[t]=i,sessionStorage.setItem(e,JSON.stringify(a)),null!==sessionStorage.getItem(e)},getLinkParams:function(e,t){var e=e?-1!==e.indexOf("?")?"?"+e.split("?")[1]:"":document.location.search;return e?(e=e.replace(/(^\?)/,"").split("&").map(function(e){return this[(e=e.split("="))[0]]=e[1],this}.bind({}))[0],t?e[t]:e):null},urlDecode:function(e,t){var i=t||{amp:"&",lt:"<",gt:">",quot:'"',"#039":"'"};return decodeURIComponent(e.replace(/\+/g," ")).replace(/&([^;]+);/g,function(e,t){return i[t]||""})},ajax:function(e,t,i){this.ajax_request&&void 0===i&&"scheduled"!==e.status&&this.ajax_request.abort();i=f.extend({},bp.Nouveau.getStorage("bp-"+t),{nonce:BP_Nouveau.nonces[t]},e);return void 0!==BP_Nouveau.customizer_settings&&(i.customized=BP_Nouveau.customizer_settings),void 0!==BP_Nouveau.modbypass&&(i.modbypass=BP_Nouveau.modbypass),this.ajax_request=f.post(BP_Nouveau.ajaxurl,i,"json"),this.ajax_request},inject:function(e,t,i){f(e).length&&t&&(("append"===(i=i||"reset")?f(e).append(t):"prepend"===i?f(e).prepend(t):"after"===i?f(e).after(t):f(e).html(t)).find("li.activity-item").each(this.hideSingleUrl),"undefined"==typeof bp_mentions&&void 0===bp.mentions||(f(".bp-suggestions").bp_mentions(bp.mentions.users),f("#whats-new").on("inserted.atwho",function(){var e;window.getSelection&&document.createRange?(e=window.getSelection&&window.getSelection())&&0 p").removeAttr("br").removeAttr("a").text(),t="",i="",a="",n=0;if(0<=e.indexOf("http://")?(a=e.indexOf("http://"),n=1):0<=e.indexOf("https://")?(a=e.indexOf("https://"),n=1):0<=e.indexOf("www.")&&(a=e.indexOf("www"),n=1),1===n){for(var o=a;o p:first").hide()}},objectRequest:function(a){var e,n,o=this;if((a=f.extend({object:"",scope:null,filter:null,target:"#buddypress [data-bp-list]",search_terms:"",page:1,extras:null,caller:null,template:null,method:"reset",ajaxload:!0},a)).object&&a.target)return"activity"==a.object&&"#buddypress [data-bp-list] ul.bp-list"==a.target&&(a.target="#buddypress [data-bp-list] ul.bp-list:not(#bb-media-model-container ul.bp-list)"),["members","activity","media","document"].includes(a.object)&&!f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&(a.scope="all"),a.search_terms&&(a.search_terms=a.search_terms.replace(//g,">")),null!==a.scope&&this.setStorage("bp-"+a.object,"scope",a.scope),null!==a.filter&&this.setStorage("bp-"+a.object,"filter",a.filter),null!==a.extras&&this.setStorage("bp-"+a.object,"extras",a.extras),!(!_.isUndefined(a.ajaxload)&&!1===a.ajaxload)&&(f(this.objectNavParent+" [data-bp-object]").each(function(){f(this).removeClass("selected loading")}),(f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length?f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"], #object-nav li.current'):f(this.objectNavParent+" [data-bp-scope]:eq(0), #object-nav li.current")).addClass("selected loading"),0===f(this.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&(e=["group_members"===a.object&&f("body").hasClass("group-members"),"activity"===a.object&&f("body.groups").hasClass("activity"),"document"===a.object&&f("body").hasClass("documents"),"manage_group_members"===a.object&&f("body").hasClass("manage-members"),"document"===a.object&&(f("body").hasClass("document")||f("body").hasClass("documents"))],n=[f(".groups .group-search.members-search"),f(".groups .group-search.activity-search"),f(".documents .bp-document-listing .bb-title"),f(".groups .group-search.search-wrapper"),f("#bp-media-single-folder .bb-title")],e.forEach(function(e,t){e&&n[t].addClass("loading")})),f('#buddypress [data-bp-filter="'+a.object+'"] option[value="'+a.filter+'"]').prop("selected",!0),"friends"===a.object||"group_members"===a.object||"manage_group_members"===a.object?(a.template=a.object,a.object="members"):"group_requests"===a.object?(a.object="groups",a.template="group_requests"):"group_subgroups"===a.object?(a.object="groups",a.template="group_subgroups"):"notifications"===a.object&&(a.object="members",a.template="member_notifications"),e=f.extend({action:a.object+"_filter"},a),this.ajax(e,a.object).done(function(e){if(!1!==e.success&&!_.isUndefined(e.data)){if("scheduled"===a.status&&(f(e.data.contents).hasClass("bp-feedback")?f(a.target).parent().addClass("has-no-content"):f(a.target).parent().addClass("has-content")),_.isUndefined(e.data.layout)||(f(".layout-view").removeClass("active"),f(".layout-"+e.data.layout+"-view").addClass("active")),!f("body.group-members.members.buddypress").length||_.isUndefined(e.data)||_.isUndefined(e.data.count)||f("body.group-members.members.buddypress ul li#members-groups-li").find("span").text(e.data.count),f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').removeClass("loading"),f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').find("span").text(""),0===f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').length&&n.forEach(function(e){e.removeClass("loading")}),_.isUndefined(e.data)||_.isUndefined(e.data.count)||f(o.objectNavParent+' [data-bp-scope="'+a.scope+'"]').find("span").text(e.data.count),!_.isUndefined(e.data)&&!_.isUndefined(e.data.scopes))for(var t in e.data.scopes)f(o.objectNavParent+' [data-bp-scope="'+t+'"]').find("span").text(e.data.scopes[t]);var i;"reset"!==a.method?(o.inject(a.target,e.data.contents,a.method),f(a.target).trigger("bp_ajax_"+a.method,f.extend(a,{response:e.data}))):"pag-bottom"===a.caller?(i=null,i=f("#subnav").length?f("#subnav").parent():f(a.target),f("html,body").animate({scrollTop:i.offset().top},"slow",function(){f(a.target).fadeOut(100,function(){o.inject(this,e.data.contents,a.method),f(this).fadeIn(100),f(a.target).trigger("bp_ajax_request",f.extend(a,{response:e.data})),bp.Nouveau.lazyLoad&&setTimeout(function(){bp.Nouveau.lazyLoad(".lazy")},1e3)})})):f(a.target).fadeOut(100,function(){o.inject(this,e.data.contents,a.method),f(this).fadeIn(100),f(a.target).trigger("bp_ajax_request",f.extend(a,{response:e.data})),bp.Nouveau.lazyLoad&&setTimeout(function(){bp.Nouveau.lazyLoad(".lazy")},1e3)}),setTimeout(function(){o.reportPopUp(),o.reportedPopup(),f(".activity-item.bb-closed-comments").find(".edit-activity, .acomment-edit").parents(".generic-button").hide()},1e3)}}))},initObjects:function(){var a,n=this,o={},s="all",r="",d=null,l=null;f.each(this.objects,function(e,t){var i;f('#buddypress [data-bp-list="'+t+'"][data-ajax="false"]').length&&!_.isUndefined(BP_Nouveau.is_send_ajax_request)&&""!==BP_Nouveau.is_send_ajax_request||(a=n.getStorage("bp-"+t),void 0!==(i=window.location.hash.substr(1))&&"following"==i?s=i:void 0!==a.scope&&(s=a.scope),void 0!==a.extras&&"notifications"!==t&&(d=a.extras),f('#buddypress [data-bp-filter="'+t+'"]').length&&(void 0!==a.filter?(l=a.filter,f('#buddypress [data-bp-filter="'+t+'"] option[value="'+l+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+t+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+t+'"]').val()&&(l=f('#buddypress [data-bp-filter="'+t+'"]').val())),f(this.objectNavParent+' [data-bp-object="'+t+'"]').length&&(f(this.objectNavParent+' [data-bp-object="'+t+'"]').each(function(){f(this).removeClass("selected")}),f(this.objectNavParent+' [data-bp-scope="'+t+'"], #object-nav li.current').addClass("selected")),null!==n.querystring&&(void 0!==n.querystring[t+"_search"]?r=decodeURI(n.querystring[t+"_search"]):void 0!==n.querystring.s&&(r=decodeURI(n.querystring.s)),r)&&f('#buddypress [data-bp-search="'+t+'"] input[type=search]').val(r),f('#buddypress [data-bp-list="'+t+'"]').length&&(o={object:t,scope:s,filter:l,search_terms:r,extras:d},f('#buddypress [data-bp-member-type-filter="'+t+'"]').length?o.member_type_id=f('#buddypress [data-bp-member-type-filter="'+t+'"]').val():f('#buddypress [data-bp-group-type-filter="'+t+'"]').length&&(o.group_type=f('#buddypress [data-bp-group-type-filter="'+t+'"]').val()),_.isUndefined(BP_Nouveau.is_send_ajax_request)||""!==BP_Nouveau.is_send_ajax_request||(o.ajaxload=!1),n.objectRequest(o)))})},setHeartBeat:function(){void 0!==BP_Nouveau.pulse&&this.heartbeat&&(this.heartbeat.interval(Number(BP_Nouveau.pulse)),f.fn.extend({"heartbeat-send":function(){return this.bind("heartbeat-send")}}),f.fn.extend({"heartbeat-tick":function(){return this.bind("heartbeat-tick")}}))},addListeners:function(){f("[data-bp-disable-input]").on("change",this.toggleDisabledInput),f(this.objectNavParent+" .bp-navs").on("click","a",this,this.scopeQuery),f(document).on("change","#buddypress [data-bp-filter]",this,this.filterQuery),f(document).on("change","#buddypress [data-bp-group-type-filter]",this,this.typeGroupFilterQuery),f(document).on("change","#buddypress [data-bp-member-type-filter]",this,this.typeMemberFilterQuery),f("#buddypress [data-bp-search]").on("submit","form",this,this.searchQuery),f("#buddypress [data-bp-search]").on("keyup","input[name=group_members_search]",this,_.throttle(this.searchQuery,900)),f("#buddypress [data-bp-search] form").on("search","input[type=search]",this.resetSearch),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .bp-messages-content").on("click","[data-bp-btn-action]",this,this.buttonAction),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("blur","[data-bp-btn-action]",this,this.buttonRevert),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseover","[data-bp-btn-action]",this,this.buttonHover),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseout","[data-bp-btn-action]",this,this.buttonHoverout),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseover",".awaiting_response_friend",this,this.awaitingButtonHover),f("#buddypress [data-bp-list], #buddypress #item-header, #buddypress.bp-shortcode-wrap .dir-list, #buddypress .messages-screen").on("mouseout",".awaiting_response_friend",this,this.awaitingButtonHoverout),f(document).on("click","#buddypress .bb-leave-group-popup .bb-confirm-leave-group",this.leaveGroupAction),f(document).on("click","#buddypress .bb-leave-group-popup .bb-close-leave-group",this.leaveGroupClose),f(document).on("click","#buddypress .bb-remove-connection .bb-confirm-remove-connection",this.removeConnectionAction),f(document).on("click","#buddypress .bb-remove-connection .bb-close-remove-connection",this.removeConnectionClose),f(document).on("click","#buddypress table.invite-settings .field-actions .field-actions-remove, #buddypress table.invite-settings .field-actions-add",this,this.addRemoveInvite),f(document).on("click",".show-action-popup",this.showActionPopup),f(document).on("click","#message-threads .block-member",this.threadListBlockPopup),f(document).on("click","#message-threads .report-content",this.threadListReportPopup),f(document).on("click",".bb-close-action-popup, .action-popup-overlay",this.closeActionPopup),f(document).on("keyup",'.search-form-has-reset input[type="search"], .search-form-has-reset input#bbp_search',_.throttle(this.directorySearchInput,900)),f(document).on("click",".search-form-has-reset .search-form_reset",this.resetDirectorySearch),f(document).on("keyup",this,this.keyUp),f("[data-bp-close]").on("click",this,this.closeNotice),f("#buddypress [data-bp-list]").on("click","[data-bp-pagination] a",this,this.paginateAction),f(document).on("click",this.closePickersOnClick),document.addEventListener("keydown",this.closePickersOnEsc),f(document).on("click","#item-header a.position-change-cover-image, .header-cover-reposition-wrap a.cover-image-save, .header-cover-reposition-wrap a.cover-image-cancel",this.coverPhotoCropper),f(document).on("click","#cover-photo-alert .bb-model-close-button",this.coverPhotoCropperAlert),f(document).on("click",this.toggleMoreOption.bind(this)),f(document).on("heartbeat-send",this.bbHeartbeatSend.bind(this)),f(document).on("heartbeat-tick",this.bbHeartbeatTick.bind(this)),bp.Nouveau.notificationRemovedAction(),bp.Nouveau.removeAllNotification(),bp.Nouveau.setTitle(),f(document).on("click",".more-following .count-more",this.bbWidgetMoreFollowing),f(".bb-accordion .bb-accordion_trigger").on("click",this.toggleAccordion)},bbHeartbeatSend:function(e,t){t.onScreenNotifications=!0,f("#buddypress").trigger("bb_heartbeat_send",t)},bbHeartbeatTick:function(e,t){bp.Nouveau.bbInjectOnScreenNotifications(e,t)},bbInjectOnScreenNotifications:function(e,t){var i,a,n,o,s,r;"1"!=f(".bb-onscreen-notification").data("enable")||void 0===t.on_screen_notifications&&""===t.on_screen_notifications||(i=f(".bb-onscreen-notification"),n=(a=i.find(".notification-list")).data("removed-items"),o=a.data("animated-items"),s=[],r=f(f.parseHTML("
                "+t.on_screen_notifications+"
              ")),f.each(n,function(e,t){t=r.find("[data-notification-id="+t+"]");t.length&&t.closest(".read-item").remove()}),(t=r.find(".read-item")).each(function(e,t){var i=f(t).find(".actions .action-close").data("notification-id");"-1"==f.inArray(i,o)?(f(t).addClass("pull-animation"),o.push(i),s.push(i)):f(t).removeClass("pull-animation")}),s.length&&t.each(function(e,t){var i=f(t).find(".actions .action-close").data("notification-id");"-1"==f.inArray(i,s)&&(f(t).removeClass("recent-item"),(t=a.data("border-items")).push(i),a.attr("data-border-items",JSON.stringify(t)))}),a.attr("data-animated-items",JSON.stringify(o)),t.length&&(i.removeClass("close-all-items"),t.eq(2).nextAll().addClass("bb-more-item"),3 li").each(function(){f(this).removeClass("pull-animation").addClass("close-item").delay(500).remove()}),f(".toast-messages-list > li").each(function(){f(this).removeClass("pull-animation").addClass("close-item").delay(500).remove()}),e.removeClass("bb-more-than-3")})},setTitle:function(){var e=f("html head").find("title").text();f(".bb-onscreen-notification").attr("data-title-tag",e)},visibilityOnScreenClearButton:function(){var e=f(".bb-onscreen-notification");1 tbody > tr").each(function(){f(this).find('input[type="text"]').removeAttr("style"),f(this).find('input[type="email"]').removeAttr("style")}),f("body.send-invites #send-invite-form #member-invites-table > tbody > tr").each(function(){e=f.trim(f(this).find('input[type="text"]').val()),i=f(this).find("input").attr("id"),t=f.trim(f(this).find('input[type="email"]').val()),""===e&&""===t?0:""!==e&&""===t?(i=f(this).find('input[type="email"]').attr("id"),a.push(i)):""===e&&""!==t?(i=f(this).find('input[type="text"]').attr("id"),a.push(i)):l.test(t)?n.push(1):(i=f(this).find('input[type="email"]').attr("id"),a.push(i))}),f(".span_error").remove(),0!==a.length?(a.forEach(function(e){f("#"+e).attr("style","border:1px solid #ef3e46"),-1!==e.indexOf("email_")?f("#"+e).after(''+p+""):f("#"+e).after(''+c+"")}),f("html, body").animate({scrollTop:f("#item-body").offset().top},2e3),alert(u),!1):(f("#email_0_email_error").length&&f("#email_0_email_error").remove(),0===n.length?(h=f("#invitee_0_title").val(),r=f("#email_0_email").val(),""===h&&""===r?(f("#invitee_0_title").attr("style","border:1px solid #ef3e46"),f("#invitee_0_title").focus(),f("#email_0_email").attr("style","border:1px solid #ef3e46")):""!==h&&""===r?(f("#email_0_email").attr("style","border:1px solid #ef3e46"),f("#email_0_email").focus()):(l.test(r)||(f("#email_0_email").attr("style","border:1px solid #ef3e46"),f("#email_0_email").focus(),f("#email_0_email_error").remove(),f("#email_0_email").after(''+p+"")),alert(u)),!1):void 0)})},sendInvitesRevokeAccess:function(){f("body.sent-invites #member-invites-table").length&&f("body.sent-invites #member-invites-table tr td span a.revoked-access").click(function(e){e.preventDefault();var e=f(this).attr("data-name"),t=f(this).attr("id"),i=f(this).attr("data-revoke-access");if(!confirm(e))return!1;f.ajax({url:i,type:"post",data:{item_id:t},success:function(){window.location.reload(!0)}})})},toggleDisabledInput:function(){var e=f(this).attr("data-bp-disable-input");f(e).prop("disabled",!0)&&!f(this).hasClass("enabled")?(f(this).addClass("enabled").removeClass("disabled"),f(e).prop("disabled",!1)):f(e).prop("disabled",!1)&&f(this).hasClass("enabled")&&(f(this).removeClass("enabled").addClass("disabled"),f(e).attr("disabled","disabled"))},keyUp:function(e){var t=e.data;27===e.keyCode&&t.buttonRevertAll()},scopeQuery:function(e){var t,i,a=e.data,n=f(e.currentTarget).parent(),o="",s=null,r={};if(n.hasClass("no-ajax")||f(e.currentTarget).hasClass("no-ajax")||!n.attr("data-bp-scope"))return e;if(t=n.data("bp-scope"),i=n.data("bp-object"),!t||!i)return e;e.preventDefault();var e=a.getStorage("bp-"+i);void 0!==e.extras&&"notifications"!==i&&(s=e.extras),e=f("#buddypress").find('[data-bp-filter="'+i+'"]').first().val(),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(o=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),n.hasClass("dynamic")&&n.find("a span").html(""),r={object:i,scope:t,filter:e,search_terms:o,page:1,extras:s},f('#buddypress [data-bp-member-type-filter="'+i+'"]').length?r.member_type_id=f('#buddypress [data-bp-member-type-filter="'+i+'"]').val():f('#buddypress [data-bp-group-type-filter="'+i+'"]').length&&(r.group_type=f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()),a.objectRequest(r)},filterQuery:function(e){var t=e.data,i=f(e.target).data("bp-filter"),a="all",n=f(e.target).val(),o="",s=!1;if(!i)return e;f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(o=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val());e=t.getStorage("bp-"+(i="friends"===i?"members":i));void 0!==e.extras&&"notifications"!==i&&(s=e.extras),"members"===i?t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null,member_type_id:f('#buddypress [data-bp-member-type-filter="'+i+'"]').val()}):"groups"===i?t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null,group_type:f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()}):t.objectRequest({object:i,scope:a,filter:n,search_terms:o,page:1,extras:s,template:null})},typeGroupFilterQuery:function(e){var t=e.data,i=f(e.target).data("bp-group-type-filter"),a="all",n=null,o=null,s="";if(!i)return e;void 0!==(e=t.getStorage("bp-"+i)).extras&&"notifications"!==i&&(o=e.extras),f('#buddypress [data-bp-filter="'+i+'"]').length&&(void 0!==e.filter?(n=e.filter,f('#buddypress [data-bp-filter="'+i+'"] option[value="'+n+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&(n=f('#buddypress [data-bp-filter="'+i+'"]').val())),f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(s=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),t.objectRequest({object:i,scope:a,filter:n,search_terms:s,page:1,template:null,extras:o,group_type:f('#buddypress [data-bp-group-type-filter="'+i+'"]').val()})},typeMemberFilterQuery:function(e){var t=e.data,i=f(e.target).data("bp-member-type-filter"),a="all",n=null,o=null,s="";if(!i)return e;void 0!==(e=t.getStorage("bp-"+(i="friends"===i?"members":i))).extras&&"notifications"!==i&&(o=e.extras),f('#buddypress [data-bp-filter="'+i+'"]').length&&(void 0!==e.filter?(n=e.filter,f('#buddypress [data-bp-filter="'+i+'"] option[value="'+n+'"]').prop("selected",!0)):"-1"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&"0"!==f('#buddypress [data-bp-filter="'+i+'"]').val()&&(n=f('#buddypress [data-bp-filter="'+i+'"]').val())),f(t.objectNavParent+" [data-bp-object].selected").length&&(a=f(t.objectNavParent+" [data-bp-object].selected").data("bp-scope")),f('#buddypress [data-bp-search="'+i+'"] input[type=search]').length&&(s=f('#buddypress [data-bp-search="'+i+'"] input[type=search]').val()),t.objectRequest({object:i,scope:a,filter:n,search_terms:s,page:1,template:null,extras:o,member_type_id:f('#buddypress [data-bp-member-type-filter="'+i+'"]').val()})},searchQuery:function(e){var t,i,a=e.data,n="all",o=!1;if(f(e.delegateTarget).hasClass("no-ajax")||void 0===f(e.delegateTarget).data("bp-search"))return e;e.preventDefault(),t=f(e.delegateTarget).data("bp-search"),i=f("#buddypress").find('[data-bp-filter="'+t+'"]').first().val(),e=f(e.delegateTarget).find("input[type=search]").first().val(),f(a.objectNavParent+" [data-bp-object]").length&&(n=f(a.objectNavParent+' [data-bp-object="'+t+'"].selected').data("bp-scope"));var s=a.getStorage("bp-"+t);void 0!==s.extras&&"notifications"!==t&&(o=s.extras),a.objectRequest({object:t,scope:n,filter:i,search_terms:e,page:1,extras:o,template:null})},showSearchSubmit:function(e){f(e.delegateTarget).find("[type=submit]").addClass("bp-show"),f("[type=submit]").hasClass("bp-hide")&&f("[type=submit]").removeClass("bp-hide")},resetSearch:function(e){f(e.target).val()?f(e.delegateTarget).find("[type=submit]").show():f(e.delegateTarget).submit()},buttonAction:function(e){var a=e.data,n=f(e.currentTarget),o=n.data("bp-btn-action"),t=n.data("bp-nonce"),s=n.closest("[data-bp-item-id]"),i=s.data("bp-item-id"),r=n.closest(".list-wrap"),d=s.data("bp-item-component"),l="",c=s.data("bp-used-to-component");if(!o||!i||!d)return e;if(e.preventDefault(),n.hasClass("bp-toggle-action-button"))return f(document.body).hasClass("buddyboss-theme")&&void 0!==n.data("balloon")?n.attr("data-balloon",n.data("title")):n.text(n.data("title")),n.removeClass("bp-toggle-action-button"),n.addClass("bp-toggle-action-button-clicked"),!1;if(void 0!==n.data("only-admin"))return void 0!==BP_Nouveau.only_admin_notice&&window.alert(BP_Nouveau.only_admin_notice),!1;if("is_friend"!==o&&(void 0!==BP_Nouveau[o+"_confirm"]&&!1===window.confirm(BP_Nouveau[o+"_confirm"])||n.hasClass("pending")))return!1;var e=f(".bb-leave-group-popup"),p=f(n).data("bb-group-name"),u=f(n).data("bb-group-link");if("leave_group"===o&&"true"!==f(n).attr("data-popup-shown")){if(e.length)return m=e.find(".bb-leave-group-content"),b=!!s.hasClass("has-child"),m.html(b?BP_Nouveau.parent_group_leave_confirm:BP_Nouveau.group_leave_confirm),b||m.find(".bb-group-name").html(''+p+""),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),e.show(),f(n).attr("data-current-anchor","true"),f(n).attr("data-popup-shown","true"),!1}else f("body").find('[data-popup-shown="true"]').attr("data-popup-shown","false"),f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),e.find(".bb-leave-group-content .bb-group-name").html(""),e.hide();var b={},m=(f(n).closest("#item-header").length?b=f("#item-header .bb-remove-connection"):f(n).closest('.members[data-bp-list="members"]').length?b=f('.members[data-bp-list="members"] .bb-remove-connection'):f(n).closest('.group_members[data-bp-list="group_members"]').length&&(b=f('.group_members[data-bp-list="group_members"] .bb-remove-connection')),f(n).data("bb-user-name")),u=f(n).data("bb-user-link");if("is_friend"===o&&"opened"!==f(n).attr("data-popup-shown")){if(b.length)return b.find(".bb-remove-connection-content .bb-user-name").html(''+m+""),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),b.show(),f(n).attr("data-current-anchor","true"),f(n).attr("data-popup-shown","opened"),!1}else f("body").find('[data-popup-shown="opened"]').attr("data-popup-shown","closed"),f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),b.length&&(b.find(".bb-remove-connection-content .bb-user-name").html(""),b.hide());l=t?a.getLinkParams(t,"_wpnonce"):void 0===n.prop("href")?a.getLinkParams(n.attr("href"),"_wpnonce"):a.getLinkParams(n.prop("href"),"_wpnonce"),p={is_friend:"remove_friend",not_friends:"add_friend",pending:"withdraw_friendship",accept_friendship:"accept_friendship",reject_friendship:"reject_friendship"},"members"===d&&void 0!==p[o]&&(o=p[o],d="friends"),e={not_following:"follow",following:"unfollow"},"members"===d&&void 0!==e[o]&&(o=e[o],d="follow"),n.addClass("pending loading"),u="",f(document.body).hasClass("directory")&&f(document.body).hasClass("members")||f(document.body).hasClass("group-members")?u="directory":f(document.body).hasClass("bp-user")&&(u="single"),m="primary",b="single"===u?n.closest(".header-dropdown"):n.closest(".footer-button-wrap");void 0!==b.length&&0"+e.data.feedback+"","error",null,!0]);else{if("groups"===d){if(void 0!==e.data.is_group&&e.data.is_group)return void 0!==e.data.group_url&&e.data.group_url?window.location=e.data.group_url:window.location.reload();void 0!==e.data.is_group&&e.data.is_parent&&f("#buddypress .groups-nav li.selected a").trigger("click"),void 0!==e.data.is_group_subscription&&!0===e.data.is_group_subscription&&void 0!==e.data.feedback&&f(document).trigger("bb_trigger_toast_message",["","
              "+e.data.feedback+"
              ","info",null,!0])}var t,i;if(f("#friends-personal-li").length&&(t=f("#friends-personal-li a span"),i=f("#friends-personal-li a"),void 0!==e.data.is_user&&e.data.is_user&&void 0!==e.data.friend_count||void 0!==e.data.friend_count)&&("0"!==e.data.friend_count?t.length?f(t).html(e.data.friend_count):f(i).append(''+e.data.friend_count+""):f(t).hide()),void 0!==e.data.is_user&&e.data.is_user)n.parent().html(e.data.feedback),s.fadeOut(1500);else{if(void 0!==e.data.is_user&&!e.data.is_user&&void 0!==e.data.group_url&&e.data.group_url)return window.location=e.data.group_url;f(a.objectNavParent+' [data-bp-scope="personal"]').length&&(i=Number(f(a.objectNavParent+' [data-bp-scope="personal"] span').html())||0,-1!==f.inArray(o,["leave_group","remove_friend"])?--i:-1!==f.inArray(o,["join_group"])&&(i+=1),i<0&&(i=0),f(a.objectNavParent+' [data-bp-scope="personal"] span').html(i)),"follow"===d&&0"+BP_Nouveau.subscriptions.error+""+e+".","subscribe"===o&&(t="
              "+BP_Nouveau.subscriptions.subscribe_error+""+e+"
              "),jQuery(document).trigger("bb_trigger_toast_message",["",t,"error",null,!0])),n.removeClass("pending loading")})},buttonRevert:function(e){e=f(e.currentTarget);e.hasClass("bp-toggle-action-button-clicked")&&!e.hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")?e.attr("data-balloon",e.data("title-displayed")):e.text(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-clicked"),e.addClass("bp-toggle-action-button"))},buttonHover:function(e){var t=f(e.currentTarget),i=t.data("bp-btn-action"),a=t.closest("[data-bp-item-id]"),n=a.data("bp-item-id"),a=a.data("bp-item-component");return i&&n&&a?(e.preventDefault(),t.hasClass("bp-toggle-action-button")?(t.hasClass("group-subscription")&&void 0!==t.data("title")&&void 0!==t.data("title-displayed")&&0===t.data("title").replace(/<(.|\n)*?>/g,"").length&&0===t.data("title-displayed").replace(/<(.|\n)*?>/g,"").length||(f(document.body).hasClass("buddyboss-theme")&&void 0!==t.data("balloon")&&(t.hasClass("following")||t.attr("data-balloon",t.data("title").replace(/<(.|\n)*?>/g,"")),t.find("span").html(t.data("title"))),t.html(t.data("title"))),t.removeClass("bp-toggle-action-button"),t.addClass("bp-toggle-action-button-hover"),!1):void 0):e},buttonHoverout:function(e){e=f(e.currentTarget);if(e.hasClass("bp-toggle-action-button-hover")&&!e.hasClass("loading")){if(e.hasClass("group-subscription")&&void 0!==e.data("title")&&void 0!==e.data("title-displayed")&&0===e.data("title").replace(/<(.|\n)*?>/g,"").length&&0===e.data("title-displayed").replace(/<(.|\n)*?>/g,"").length)return e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button"),!1;f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")&&(e.hasClass("following")||e.attr("data-balloon",e.data("title-displayed").replace(/<(.|\n)*?>/g,"")),e.find("span").html(e.data("title-displayed"))),e.html(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button")}},awaitingButtonHover:function(e){var t=f(e.currentTarget);if(e.preventDefault(),t.hasClass("bp-toggle-action-button"))return f(document.body).hasClass("buddyboss-theme")&&void 0!==t.data("balloon")&&(t.hasClass("following")||t.attr("data-balloon",t.data("title").replace(/<(.|\n)*?>/g,"")),t.find("span").html(t.data("title"))),t.html(t.data("title")),t.removeClass("bp-toggle-action-button"),t.addClass("bp-toggle-action-button-hover"),!1},awaitingButtonHoverout:function(e){e=f(e.currentTarget);e.hasClass("bp-toggle-action-button-hover")&&!e.hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==e.data("balloon")&&(e.hasClass("following")||e.attr("data-balloon",e.data("title-displayed").replace(/<(.|\n)*?>/g,"")),e.find("span").html(e.data("title-displayed"))),e.html(e.data("title-displayed")),e.removeClass("bp-toggle-action-button-hover"),e.addClass("bp-toggle-action-button"))},leaveGroupAction:function(e){e.preventDefault(),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),f("body").find('[data-current-anchor="true"]').trigger("click")},leaveGroupClose:function(e){e.preventDefault();e=f(e.currentTarget),e=f(e).closest(".bb-leave-group-popup");f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),f("body").find('[data-popup-shown="true"]').attr("data-popup-shown","false"),e.find(".bb-leave-group-content .bb-group-name").html(""),e.hide()},removeConnectionAction:function(e){e.preventDefault(),f("body").find('[data-current-anchor="true"]').removeClass("bp-toggle-action-button bp-toggle-action-button-hover").addClass("bp-toggle-action-button-clicked"),f("body").find('[data-current-anchor="true"]').trigger("click")},removeConnectionClose:function(e){e.preventDefault();e=f(e.currentTarget),e=f(e).closest(".bb-remove-connection");f("body").find('[data-current-anchor="true"]').attr("data-current-anchor","false"),f("body").find('[data-popup-shown="opened"]').attr("data-popup-shown","closed"),e.find(".bb-remove-connection-content .bb-user-name").html(""),e.hide()},buttonRevertAll:function(){f.each(f("#buddypress [data-bp-btn-action]"),function(){f(this).hasClass("bp-toggle-action-button-clicked")&&!f(this).hasClass("loading")&&(f(document.body).hasClass("buddyboss-theme")&&void 0!==f(this).data("balloon")?f(this).attr("data-balloon",f(this).data("title-displayed")):f(this).text(f(this).data("title-displayed")),f(this).removeClass("bp-toggle-action-button-clicked"),f(this).addClass("bp-toggle-action-button"),f(this).trigger("blur"))})},addRemoveInvite:function(e){var e=e.currentTarget,t=f(e).closest("tbody");if(f(e).hasClass("field-actions-remove")){if(!(1"+i+"").insertBefore(f(this).closest("tr")),20 input").attr("name","invitee["+e+"][]"),f(this).find(".field-name > input").attr("id","invitee_"+e+"_title"),f(this).find(".field-email > input").attr("name","email["+e+"][]"),f(this).find(".field-email > input").attr("id","email_"+e+"_email"),f(this).find(".field-member-type > select").attr("name","member-type["+e+"][]"),f(this).find(".field-member-type > select").attr("id","member_type_"+e+"_member_type")})},closeNotice:function(e){var t=f(e.currentTarget);e.preventDefault(),"clear"===t.data("bp-close")&&(void 0!==f.cookie("bp-message")&&f.removeCookie("bp-message"),void 0!==f.cookie("bp-message-type"))&&f.removeCookie("bp-message-type"),t.closest(".bp-feedback").hasClass("bp-sitewide-notice")&&bp.Nouveau.ajax({action:"messages_dismiss_sitewide_notice"},"messages"),t.closest(".bp-feedback").remove()},paginateAction:function(e){var t=e.data,i=f(e.currentTarget),a=null,n=null,o=null,s=null,r=i.closest("[data-bp-pagination]").data("bp-pagination")||null;if(null===r)return e;e.preventDefault(),null!==(e=f(e.delegateTarget).data("bp-list")||null)&&(void 0!==(d=t.getStorage("bp-"+e)).scope&&(a=d.scope),void 0!==d.filter&&(n=d.filter),void 0!==d.extras)&&(s=d.extras),null!==e&&(void 0!==(d=t.getStorage("bp-"+e)).scope&&(a=d.scope),void 0!==d.filter&&(n=d.filter),void 0!==d.extras)&&(s=d.extras);var d={object:e,scope:a,filter:n,search_terms:o=f('#buddypress [data-bp-search="'+e+'"] input[type=search]').length?f('#buddypress [data-bp-search="'+e+'"] input[type=search]').val():o,extras:s,caller:i.closest("[data-bp-pagination]").hasClass("bottom")?"pag-bottom":"",page:t.getLinkParams(i.prop("href"),r)||1};f("#buddypress [data-bp-group-type-filter]").length&&(d.group_type=f("#buddypress [data-bp-group-type-filter]").val()),f("#buddypress [data-bp-member-type-filter]").length&&(d.member_type_id=f("#buddypress [data-bp-member-type-filter]").val()),t.objectRequest(d)},enableSubmitOnLegalAgreement:function(){f("body #buddypress #register-page #signup-form #legal_agreement").length&&(f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!0),f(document).on("change","body #buddypress #register-page #signup-form #legal_agreement",function(){f(this).prop("checked")?f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!1):f("body #buddypress #register-page #signup-form .submit #signup_submit").prop("disabled",!0)}))},registerPopUp:function(){f(".popup-modal-register").length&&f(".popup-modal-register").magnificPopup({type:"inline",preloader:!1,fixedBgPos:!0,fixedContentPos:!0}),f(".popup-modal-dismiss").length&&f(".popup-modal-dismiss").click(function(e){e.preventDefault(),f.magnificPopup.close()})},loginPopUp:function(){f(".popup-modal-login").length&&f(".popup-modal-login").magnificPopup({type:"inline",preloader:!1,fixedBgPos:!0,fixedContentPos:!0}),f(".popup-modal-dismiss").length&&f(".popup-modal-dismiss").click(function(e){e.preventDefault(),f.magnificPopup.close()})},threadListBlockPopup:function(e){e.preventDefault();var t,e=f(this).data("bp-content-id"),i=f(this).data("bp-content-type"),a=f(this).data("bp-nonce"),n=f(this).attr("href");void 0!==e&&void 0!==i&&void 0!==a&&(f(document).find(".bp-report-form-err").empty(),(t=f(n)).find(".bp-content-id").val(e),t.find(".bp-content-type").val(i),t.find(".bp-nonce").val(a)),0"),void e.preventDefault();r=f(e.currentTarget).closest("#header-cover-image").height(),i=f(e.currentTarget).closest("#header-cover-image").width(),a=Number(f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img").css("top").replace("px","")),n=f(e.currentTarget).closest("#header-cover-image").width()/f(e.currentTarget).closest("#header-cover-image").find(".header-cover-reposition-wrap img")[0].width,l.closest("#cover-image-container").find(".header-cover-reposition-wrap").show(),(t=f(".header-cover-reposition-wrap img")).guillotine({width:i,height:r,eventOnChange:"guillotinechange",init:{scale:n,y:a&&f(e.currentTarget).closest("#header-cover-image").hasClass("has-position")?-a:d,w:i,h:r}}),t.on("guillotinechange",function(e,t){l.closest("#cover-image-container").find(".header-cover-img").attr("data-top",-t.y)})}else f(e.currentTarget).hasClass("cover-image-save")?(o=f(e.currentTarget),s=f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img"),o.addClass("loading"),f.post(BP_Nouveau.ajaxurl,{action:"save_cover_position",position:s.attr("data-top")}).done(function(e){e.success&&e.data&&""!==e.data.content?(o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide(),o.closest("#header-cover-image:not(.has-position)").addClass("has-position"),s.css({top:e.data.content+"px"})):(o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide())}).fail(function(){o.removeClass("loading"),o.closest("#cover-image-container").find(".header-cover-reposition-wrap").hide()})):f(e.currentTarget).hasClass("cover-image-cancel")&&((t=f(".header-cover-reposition-wrap img")).guillotine({width:0,height:0,init:{scale:1,y:0,w:0,h:0}}),t.guillotine("remove"),f(e.currentTarget).closest("#cover-image-container").find(".header-cover-reposition-wrap").hide(),f(e.currentTarget).closest("#cover-image-container").find(".header-cover-img").attr("data-top",""));e.preventDefault()},coverPhotoCropperAlert:function(e){e.preventDefault(),f("#cover-photo-alert").remove()},toggleMoreOption:function(e){f(e.target).hasClass("bb_more_options_action")||f(e.target).parent().hasClass("bb_more_options_action")?(e.preventDefault(),f(e.target).closest(".bb_more_options").find(".bb_more_options_list").hasClass("is_visible")?f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"):(f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"),f(e.target).closest(".bb_more_options").find(".bb_more_options_list").addClass("is_visible"))):(f(".bb_more_options").find(".bb_more_options_list").removeClass("is_visible"),f(".optionsOpen").removeClass("optionsOpen"))},getVideoThumb:function(d,l){var e,i=new FileReader;i.onload=function(){var t,e=new Blob([i.result],{type:d.type}),n=URL.createObjectURL(e),o=document.createElement("video"),s=(o.src=n,0),r=setInterval(function(){var e;05e4;if(i){var a=document.createElement("img");a.src=t;if(d.previewElement){if(f(d.previewElement).find(l).find("img").length)f(d.previewElement).find(l).find("img").attr("src",t);else f(d.previewElement).find(l).append(a);f(d.previewElement).closest(".dz-preview").addClass("dz-has-thumbnail")}else if(f(l).find("img").length)f(l).find("img").attr("src",t);else f(l).append(a);URL.revokeObjectURL(n)}else{if(s>=2){f(d.previewElement).closest(".dz-preview").addClass("dz-has-no-thumbnail");clearInterval(r)}s++}return i}()||(o.removeEventListener("timeupdate",e),o.pause())}),o.preload="metadata",o.src=n,o.muted=!0,o.playsInline=!0,null!=t&&(o.currentTime=Math.floor(t)),o.play(),clearInterval(r)),2<=s&&(f(d.previewElement).closest(".dz-preview").addClass("dz-has-no-thumbnail"),clearInterval(r)),s++},500)},d.dataURL?((e=new XMLHttpRequest).open("GET",d.dataURL,!0),e.responseType="blob",e.onload=function(){var e;200==this.status&&(e=this.response,i.readAsArrayBuffer(e))},e.send()):i.readAsArrayBuffer(d)},bbWidgetMoreFollowing:function(e){e=f(e.currentTarget).attr("href").split("#");if(1 li").each(function(){t+=f(this).outerWidth()}),t>e.width()-10?(e.data("childerWith",t),t>e.width()&&(0===e.find(".medium-editor-toolbar-actions .medium-editor-action-more").length&&e.find(".medium-editor-toolbar-actions").append('
              • '),e.find(".medium-editor-action-more").show(),t+=e.find(".medium-editor-toolbar-actions .medium-editor-action-more").outerWidth(),f(e.find(".medium-editor-action").get().reverse()).each(function(){f(this).hasClass("medium-editor-action-more-button")||t>e.width()&&(t-=f(this).outerWidth(),e.find(".medium-editor-action-more > ul").prepend(f(this).parent()))}))):e.find(".medium-editor-toolbar-actions .medium-editor-action-more").length&&(f(e.find(".medium-editor-action-more ul > li")).each(function(){t+35 li").length)&&e.find(".medium-editor-action-more").hide(),f(e).find(".medium-editor-action-more-button").on("click",function(e){e.preventDefault(),f(this).parent(".medium-editor-action-more").toggleClass("active")}),f(e).find(".medium-editor-action-more ul .medium-editor-action").on("click",function(e){e.preventDefault(),f(this).closest(".medium-editor-action-more").toggleClass("active")}),f(window).one("resize",function(){e.removeClass("wrappingInitialised"),f(e).find(".medium-editor-action-more ul .medium-editor-action").unbind("click")}))},isURL:function(e){return/^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,24}(:[0-9]{1,5})?(\/.*)?$/.test(f.trim(e))},closeActionPopup:function(e){e.preventDefault(),f(this).closest(".bb-action-popup").hide()},directorySearchInput:function(){var e,t;f(this).val()===f(this).data("last-value")||""===f(this).val()&&void 0===f(this).data("last-value")||(f(this).data("last-value",f(this).val()),t=(e=f(this).closest(".search-form-has-reset")).find(".search-form_reset"),0"),f(this).hasClass("disabled")||f(this).find("input:checked").length&&(a+=""===a?f(this).find('input[type="checkbox"] + label').text().trim():", "+f(this).find('input[type="checkbox"] + label').text().trim(),o++)}),o===f(this).find(e+':not(:first-child) input[type="checkbox"]').length?1!=f(this).find(e+':not(:first-child) input[type="checkbox"]').length&&(a=t):a=""===a?i:a,0===f(this).find(e+":first-child .bb-mobile-setting").length?f(this).find(e+":first-child").append('
                '+a+"
                  "):f(this).find(e+":first-child .bb-mobile-setting .bb-mobile-setting-anchor").text(a),f(this).find(e+":first-child .bb-mobile-setting ul").html(""),f(this).find(e+":first-child .bb-mobile-setting ul").append(n)})},dropZoneGlobalProgress:function(i){0==f(i.element).find(".dz-global-progress").length&&(f(i.element).append('

                  '),f(i.element).addClass("dz-progress-view"),f(i.element).find(".dz-remove-all").click(function(){f.each(i.files,function(e,t){i.removeFile(t)})}));var e="",t=0,a=0;1==i.files.length?(f(i.element).addClass("dz-single-view"),e=BP_Nouveau.media.i18n_strings.uploading+" "+i.files[0].name+"",t=i.files[0].upload.progress):(f(i.element).removeClass("dz-single-view"),a=0,f.each(i.files,function(e,t){a+=t.upload.progress}),t=a/i.files.length,e=BP_Nouveau.media.i18n_strings.uploading+" "+i.files.length+" files"),f(i.element).find(".dz-global-progress .dz-progress").css("width",t+"%"),f(i.element).find(".dz-global-progress > p").html(e)},userPresenceStatus:function(){window.bb_is_user_active=!0;var e=1e3*parseInt(BB_Nouveau_Presence.idle_inactive_span);bp.Nouveau.userPresenceChecker(e),""!==BB_Nouveau_Presence.heartbeat_enabled&&parseInt(BB_Nouveau_Presence.presence_interval)<=60?(f(document).on("heartbeat-send",function(e,t){var i;void 0!==window.bb_is_user_active&&!0===window.bb_is_user_active&&(i=bp.Nouveau.getPageUserIDs(),t.presence_users=i.join(","))}),f(document).on("heartbeat-tick",function(e,t){t.users_presence&&bp.Nouveau.updateUsersPresence(t.users_presence)})):setInterval(function(){var e,t={};void 0!==window.bb_is_user_active&&!0===window.bb_is_user_active&&(t.ids=bp.Nouveau.getPageUserIDs()),void 0!==t.ids&&void 0!==t.ids.length&&0
                  '),n.currentPreviewParent=t.find(".bb-url-scrapper-container")),0
                  ").html(e)).find("a.bp-suggestions-mention").remove(),a.find('[rel="nofollow"]').remove(),0<=(e=0<=(e=a.html()).indexOf("/g,""):e).indexOf("http://")?o=this.getURL("http://",e):0<=e.indexOf("https://")?o=this.getURL("https://",e):0<=e.indexOf("www.")&&(o=this.getURL("www",e)),""===o&&""===s||(""!==(o=""!==o&&((t=document.createElement("a")).href=o,n=t.hostname,void 0!==BP_Nouveau.forums.params.excluded_hosts)&&-1!==BP_Nouveau.forums.params.excluded_hosts.indexOf(n)?"":o)?this.loadURLPreview(o):s&&this.loadURLPreview(s)))},getURL:function(e,t){var i="",a=(t=t.replace(/ /g,"")).indexOf(e),n="";if(_.isUndefined(jQuery(f.parseHTML(t)).attr("href"))){for(var o=a;o"===t[o+1]||"<"===t[o]&&"b"===t[o+1]&&"r"===t[o+2]);o++)i+=t[o];"www"===e&&(i=(e="http://")+i)}else i=jQuery(t).attr("href");for(var a=document.createElement("div"),s=(a.innerHTML=i,a.getElementsByTagName("*"));s[0];)s[0].parentNode.removeChild(s[0]);return n=0 Date: Mon, 3 Jun 2024 16:04:24 +0530 Subject: [PATCH 04/13] PROD-7527 - Fixed - notification screen for member when set page 1 --- .../buddypress/members/single/notifications.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php b/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php index b38134bf85..d0828b9b6e 100644 --- a/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php +++ b/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php @@ -10,13 +10,23 @@ bp_get_template_part( 'members/single/parts/item-subnav' ); +$is_send_ajax_request = bb_is_send_ajax_request(); + switch ( bp_current_action() ) : case 'unread': case 'read': bp_get_template_part( 'common/search-and-filters-bar' ); ?>
                  -
                  + +
                  +
                  Date: Mon, 3 Jun 2024 16:18:42 +0530 Subject: [PATCH 05/13] PROD-7527 - Fixed - blocked member screen for member when set page 1 --- .../members/single/settings/moderation.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php b/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php index 2c66dcdbdc..2c3dca9311 100644 --- a/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php +++ b/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php @@ -9,14 +9,24 @@ * @version 1.5.6 */ +$is_send_ajax_request = bb_is_send_ajax_request(); + switch ( bp_current_action() ) : case 'blocked-members': bp_nouveau_member_hook( 'before', 'moderation_content' ); ?>
                  -
                  - -
                  + +
                  + +
                  +
                  Date: Tue, 4 Jun 2024 15:42:04 +0530 Subject: [PATCH 06/13] PROD-7527 - fix the subgroups loading when page request setup to 1 --- src/bp-groups/bp-groups-functions.php | 2 +- src/bp-groups/bp-groups-template.php | 2 +- .../bp-nouveau/buddypress/groups/single/home.php | 15 ++++++++++++++- .../buddypress/groups/single/subgroups.php | 15 ++++++++++++--- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/bp-groups/bp-groups-functions.php b/src/bp-groups/bp-groups-functions.php index 7d4287ce69..623b05f544 100644 --- a/src/bp-groups/bp-groups-functions.php +++ b/src/bp-groups/bp-groups-functions.php @@ -4418,7 +4418,7 @@ function bp_group_directory_page_content() { $page_ids = bp_core_get_directory_page_ids(); - if ( ! empty( $page_ids['groups'] ) ) { + if ( ! empty( $page_ids['groups'] ) && ! bp_is_group_subgroups() ) { $group_page_content = get_post_field( 'post_content', $page_ids['groups'] ); echo apply_filters( 'the_content', $group_page_content ); } diff --git a/src/bp-groups/bp-groups-template.php b/src/bp-groups/bp-groups-template.php index cfcf26cfa8..c4b78d5ba5 100644 --- a/src/bp-groups/bp-groups-template.php +++ b/src/bp-groups/bp-groups-template.php @@ -489,7 +489,7 @@ function bp_has_groups( $args = '' ) { 'update_admin_cache' => (bool) $r['update_admin_cache'], ); - if ( isset( $_POST['template'] ) && 'group_subgroups' === $_POST['template'] ) { + if ( ( isset( $_POST['template'] ) && 'group_subgroups' === $_POST['template'] ) || bp_is_group_subgroups() ) { $descendant_groups = bp_get_descendent_groups( bp_get_current_group_id(), bp_loggedin_user_id() ); $ids = wp_list_pluck( $descendant_groups, 'id' ); $args['include'] = $ids; diff --git a/src/bp-templates/bp-nouveau/buddypress/groups/single/home.php b/src/bp-templates/bp-nouveau/buddypress/groups/single/home.php index 4cf5f9f364..c7381142cd 100644 --- a/src/bp-templates/bp-nouveau/buddypress/groups/single/home.php +++ b/src/bp-templates/bp-nouveau/buddypress/groups/single/home.php @@ -8,6 +8,13 @@ * @version 1.0.0 */ +if ( bp_is_group_subgroups() ) { + ob_start(); + bp_nouveau_group_template_part(); + $template_content = ob_get_contents(); + ob_end_clean(); +} + if ( bp_has_groups() ) { while ( bp_groups() ) : bp_the_group(); @@ -27,7 +34,13 @@ ?>
                  - +
                  diff --git a/src/bp-templates/bp-nouveau/buddypress/groups/single/subgroups.php b/src/bp-templates/bp-nouveau/buddypress/groups/single/subgroups.php index d70de3b39c..f1ad50812e 100644 --- a/src/bp-templates/bp-nouveau/buddypress/groups/single/subgroups.php +++ b/src/bp-templates/bp-nouveau/buddypress/groups/single/subgroups.php @@ -8,6 +8,8 @@ * @version 1.0.0 */ +$is_send_ajax_request = bb_is_send_ajax_request(); + bp_nouveau_before_groups_directory_content(); if ( ! bp_nouveau_is_object_nav_in_sidebar() ) { @@ -16,9 +18,16 @@ ?>
                  - -
                  -
                  +
                  + '; + bp_nouveau_user_feedback( 'directory-groups-loading' ); + echo '
                  '; + } else { + bp_get_template_part( 'groups/groups-loop' ); + } + ?>
                  From 12f170033c9eaec18b8047d99c63f5604b7afaf2 Mon Sep 17 00:00:00 2001 From: Jitendra Banjara Date: Tue, 4 Jun 2024 16:00:03 +0530 Subject: [PATCH 07/13] PROD-7527 - Remove unwanted php tags and move variable at top --- .../buddypress/members/single/notifications.php | 10 +++++----- .../buddypress/members/single/settings/moderation.php | 8 +++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php b/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php index d0828b9b6e..e03f84be2d 100644 --- a/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php +++ b/src/bp-templates/bp-nouveau/buddypress/members/single/notifications.php @@ -8,10 +8,10 @@ * @version 1.0.0 */ -bp_get_template_part( 'members/single/parts/item-subnav' ); - $is_send_ajax_request = bb_is_send_ajax_request(); +bp_get_template_part( 'members/single/parts/item-subnav' ); + switch ( bp_current_action() ) : case 'unread': case 'read': @@ -20,9 +20,9 @@
                  -
                  - '; + bp_nouveau_user_feedback( 'member-notifications-loading' ); + echo '
                  '; } else { bp_get_template_part( 'members/single/notifications/notifications-loop' ); } diff --git a/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php b/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php index 2c3dca9311..0e58e46f29 100644 --- a/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php +++ b/src/bp-templates/bp-nouveau/buddypress/members/single/settings/moderation.php @@ -18,11 +18,9 @@
                  -
                  - -
                  - '; + bp_nouveau_user_feedback( 'moderation-block-member-loading' ); + echo '
                  '; } else { bp_get_template_part( 'moderation/moderation-loop' ); } From 3d5cb9c73c25964d923156f035fd6d9a8aa931d4 Mon Sep 17 00:00:00 2001 From: Jitendra Banjara Date: Wed, 5 Jun 2024 13:00:20 +0530 Subject: [PATCH 08/13] PROD-7527 - Fixed - typo --- src/bp-core/compatibility/bp-wp-offload-media-helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp-core/compatibility/bp-wp-offload-media-helpers.php b/src/bp-core/compatibility/bp-wp-offload-media-helpers.php index 285eb56983..accf4de690 100644 --- a/src/bp-core/compatibility/bp-wp-offload-media-helpers.php +++ b/src/bp-core/compatibility/bp-wp-offload-media-helpers.php @@ -353,7 +353,7 @@ public function bb_media_offload_delivery_provider( $delivery_provider ) { /** * Add extra parameter into localize scripts for offload media plugin. * - * @since BuddyBos 2.6.20 + * @since BuddyBoss 2.6.20 * * @param array $params Localize scripts parameter. * From bbc981fb57a4cb20d30ccef927c270974ba728af Mon Sep 17 00:00:00 2001 From: Kartik Suthar Date: Wed, 5 Jun 2024 16:37:48 +0530 Subject: [PATCH 09/13] added release note --- src/readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index bfca3aef52..e6cd3eac7a 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -57,6 +57,9 @@ Furthermore, BuddyBoss Platform can be activated and operate in just about any s == Changelog == += 2.6.21 = +* Bug: Performance - When page load is set to 1 this caused the members page in groups to stop loading + = 2.6.20 = * Enhancement: Core - Buddyboss default posts description have all been checked and updated to show correct information in the post * Enhancement: Platform - Removed app preview options in BuddyBoss - Settings - Groups due to the new group header design in the app this is no longer available From 1d8f8ce72ffa2f565dfd93d1a68903ee1ca64d8d Mon Sep 17 00:00:00 2001 From: Kartik Suthar Date: Wed, 5 Jun 2024 16:38:47 +0530 Subject: [PATCH 10/13] grunt --- src/bp-core/admin/css/common-rtl.min.css | 2 +- src/bp-core/admin/css/common.min.css | 2 +- src/bp-core/admin/js/fitvids.min.js | 2 +- src/bp-core/admin/js/hello.min.js | 2 +- src/bp-core/admin/js/help.min.js | 2 +- src/bp-core/admin/js/moderation-page.min.js | 2 +- src/bp-core/admin/js/settings-page.min.js | 2 +- src/bp-core/js/avatar.min.js | 2 +- src/bp-core/js/bb-emoji-loader.min.js | 2 +- src/bp-core/js/bp-member-type-admin-screen.min.js | 2 +- src/bp-core/js/bp-plupload.min.js | 2 +- src/bp-core/js/cover-image.min.js | 2 +- src/bp-core/js/jquery-query.min.js | 2 +- src/bp-core/js/livestamp.min.js | 2 +- src/bp-core/js/mentions.min.js | 2 +- src/bp-core/js/register.min.js | 2 +- src/bp-core/js/webcam.min.js | 2 +- src/bp-core/profile-search/bp-ps-admin.min.js | 2 +- src/bp-forums/admin/js/converter.min.js | 2 +- src/bp-forums/templates/default/js/common.min.js | 2 +- src/bp-forums/templates/default/js/editor.min.js | 2 +- src/bp-forums/templates/default/js/reply.min.js | 2 +- src/bp-forums/templates/default/js/topic-reply-draft.min.js | 2 +- .../learndash/assets/scripts/bp-learndash.min.js | 2 +- .../recaptcha/assets/js/bb-recaptcha-admin.min.js | 2 +- src/bp-integrations/recaptcha/assets/js/bb-recaptcha.min.js | 2 +- src/bp-members/admin/css/admin-rtl.min.css | 2 +- src/bp-members/admin/css/admin.min.css | 2 +- src/bp-members/admin/js/admin.min.js | 2 +- src/bp-messages/js/autocomplete/jquery.autocomplete.min.js | 2 +- src/bp-messages/js/autocomplete/jquery.autocompletefb.min.js | 2 +- src/bp-messages/js/autocomplete/jquery.bgiframe.min.js | 2 +- src/bp-messages/js/autocomplete/jquery.dimensions.min.js | 2 +- src/bp-templates/bp-nouveau/css/buddypress-rtl.css | 2 +- src/bp-templates/bp-nouveau/css/buddypress-rtl.min.css | 4 ++-- src/bp-templates/bp-nouveau/css/buddypress.min.css | 4 ++-- src/bp-templates/bp-nouveau/js/bb-activity-reacted.min.js | 2 +- src/bp-templates/bp-nouveau/js/bb-subscriptions.min.js | 2 +- .../bp-nouveau/js/buddypress-activity-post-form.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-activity.min.js | 2 +- .../bp-nouveau/js/buddypress-group-invites.min.js | 2 +- .../bp-nouveau/js/buddypress-group-messages.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-media.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-messages.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-moderation.min.js | 2 +- .../bp-nouveau/js/buddypress-notifications.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-search.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-video.min.js | 2 +- src/bp-templates/bp-nouveau/js/buddypress-xprofile.min.js | 2 +- src/bp-xprofile/admin/js/admin.min.js | 2 +- src/languages/buddyboss.pot | 2 +- 51 files changed, 53 insertions(+), 53 deletions(-) diff --git a/src/bp-core/admin/css/common-rtl.min.css b/src/bp-core/admin/css/common-rtl.min.css index eb3dac5a59..35e266cb7f 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 .t .b{font-size:18px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif}#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}}.bp-admin-card .avatar-options .no-field-notice{margin:15px 0;padding:10px}.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-inactive-field>th:before,.bb-pro-inactive>th:before{content:"\eecc";font-family:bb-icons;margin-left:5px;vertical-align:top;display:inline-block;line-height:1;font-weight:300;font-size:15px}.bb-inactive-field>td,.bb-pro-inactive>td{opacity:.3}.bb-inactive-field>td,.bb-inactive-field>td *,.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-active-field>th:before,.bb-pro-active>th:before{display:none}.bb-active-field .bb-head-notice,.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"}.registration-restrictions-rule-list{margin:15px 0;max-width:560px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule{padding-right:40px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule:before{cursor:grab;content:"\e858";font-family:bb-icons;font-weight:400;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);right:10px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule.ui-sortable-helper:before{cursor:grabbing}.registration-restrictions-rule-list .registration-restrictions-rule{display:flex;align-items:center;flex-wrap:wrap;gap:15px;background-color:#f6f7f7;border:1px solid #c3c4c7;position:relative;border-radius:4px;padding:15px 15px 15px 40px;margin-bottom:15px}.registration-restrictions-rule-list .registration-restrictions-rule.error{background-color:rgba(255,0,0,.1);border-color:#ffc5ca}.registration-restrictions-rule-list .registration-restrictions-rule input,.registration-restrictions-rule-list .registration-restrictions-rule select{width:100%}.registration-restrictions-rule-list .registration-restrictions-rule>div{flex:1 0 130px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld{flex-basis:80px;display:flex;align-items:baseline;margin-right:-5px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld:before{content:".";margin-left:5px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-priority{position:absolute;top:50%;transform:translateY(-50%);right:15px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove{position:absolute;top:50%;transform:translateY(-50%);left:10px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove button{color:#3c434a;font-size:20px;cursor:pointer;border:0;background-color:transparent;padding:0}.section-bb_registration_restrictions .registration-restrictions-listing{position:relative}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:absolute;left:0;top:0;font-size:13px;max-width:200px;min-width:200px;padding:10px 12px;border-radius:4px;color:#d42929;border:1px solid #ffc5ca;background:#ffdcdc}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p{color:inherit;margin:0 0 5px 0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p:last-child{margin-bottom:0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error:empty{display:none}@media screen and (max-width:1320px){.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:static;max-width:inherit;margin:20px 0}}.custom-select2{font-size:14px;line-height:2;color:#2c3338;border:1px solid #8c8f94;box-shadow:none;border-radius:3px;padding:0 8px 0 24px;min-height:30px;max-width:25rem;-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}.custom-select2 .select2-selection__arrow{display:none}.select2-container--open .custom-select2{border-radius:3px 3px 0 0}.custom-dropdown-select2 .select2-search__field{min-height:25px;line-height:1}.custom-dropdown-select2 .select2-results__options{max-height:240px;overflow:auto}.custom-dropdown-select2 .select2-results__options li{padding:6px 10px}.custom-dropdown-select2 .select2-results__options li.select2-results__option--highlighted{background-color:rgba(170,170,170,.5);color:inherit}.section-bp_reaction_settings_section>h2{width:100%}.section-bp_reaction_settings_section .bb-reactions-setting-field{margin-top:8px}.section-bp_reaction_settings_section label[for=bb_reaction_mode_likes]{margin-left:15px}.section-bp_reaction_settings_section .bb-reaction-mode-description{margin-top:10px}.section-bp_reaction_settings_section .bb-reaction-button-label{display:flex!important;flex-wrap:wrap;align-items:center;gap:5px;cursor:default}.section-bp_reaction_settings_section .bb-reaction-button-label>p{width:100%;cursor:text}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit{display:none}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit.active{display:inline-block}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser{padding:3px;border-color:#8c8f94;vertical-align:middle;border-radius:4px;min-height:auto;margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i{color:#9b9f9b;font-size:24px;display:block;line-height:1}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i:before{margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.section-bp_reaction_settings_section .bb-reaction-button-label input#bb-reaction-button-text{color:#2c3338;font-size:14px;vertical-align:middle;border-radius:4px;width:auto;min-height:30px;padding:3px 8px;line-height:25px} \ 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 .t .b{font-size:18px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif}#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}}.bp-admin-card .avatar-options .no-field-notice{margin:15px 0;padding:10px}.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-inactive-field>th:before,.bb-pro-inactive>th:before{content:"\eecc";font-family:bb-icons;margin-left:5px;vertical-align:top;display:inline-block;line-height:1;font-weight:300;font-size:15px}.bb-inactive-field>td,.bb-pro-inactive>td{opacity:.3}.bb-inactive-field>td,.bb-inactive-field>td *,.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-active-field>th:before,.bb-pro-active>th:before{display:none}.bb-active-field .bb-head-notice,.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"}.registration-restrictions-rule-list{margin:15px 0;max-width:560px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule{padding-right:40px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule:before{cursor:grab;content:"\e858";font-family:bb-icons;font-weight:400;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);right:10px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule.ui-sortable-helper:before{cursor:grabbing}.registration-restrictions-rule-list .registration-restrictions-rule{display:flex;align-items:center;flex-wrap:wrap;gap:15px;background-color:#f6f7f7;border:1px solid #c3c4c7;position:relative;border-radius:4px;padding:15px 15px 15px 40px;margin-bottom:15px}.registration-restrictions-rule-list .registration-restrictions-rule.error{background-color:rgba(255,0,0,.1);border-color:#ffc5ca}.registration-restrictions-rule-list .registration-restrictions-rule input,.registration-restrictions-rule-list .registration-restrictions-rule select{width:100%}.registration-restrictions-rule-list .registration-restrictions-rule>div{flex:1 0 130px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld{flex-basis:80px;display:flex;align-items:baseline;margin-right:-5px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld:before{content:".";margin-left:5px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-priority{position:absolute;top:50%;transform:translateY(-50%);right:15px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove{position:absolute;top:50%;transform:translateY(-50%);left:10px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove button{color:#3c434a;font-size:20px;cursor:pointer;border:0;background-color:transparent;padding:0}.section-bb_registration_restrictions .registration-restrictions-listing{position:relative}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:absolute;left:0;top:0;font-size:13px;max-width:200px;min-width:200px;padding:10px 12px;border-radius:4px;color:#d42929;border:1px solid #ffc5ca;background:#ffdcdc}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p{color:inherit;margin:0 0 5px 0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p:last-child{margin-bottom:0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error:empty{display:none}@media screen and (max-width:1320px){.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:static;max-width:inherit;margin:20px 0}}.custom-select2{font-size:14px;line-height:2;color:#2c3338;border:1px solid #8c8f94;box-shadow:none;border-radius:3px;padding:0 8px 0 24px;min-height:30px;max-width:25rem;-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}.custom-select2 .select2-selection__arrow{display:none}.select2-container--open .custom-select2{border-radius:3px 3px 0 0}.custom-dropdown-select2 .select2-search__field{min-height:25px;line-height:1}.custom-dropdown-select2 .select2-results__options{max-height:240px;overflow:auto}.custom-dropdown-select2 .select2-results__options li{padding:6px 10px}.custom-dropdown-select2 .select2-results__options li.select2-results__option--highlighted{background-color:rgba(170,170,170,.5);color:inherit}.section-bp_reaction_settings_section>h2{width:100%}.section-bp_reaction_settings_section .bb-reactions-setting-field{margin-top:8px}.section-bp_reaction_settings_section label[for=bb_reaction_mode_likes]{margin-left:15px}.section-bp_reaction_settings_section .bb-reaction-mode-description{margin-top:10px}.section-bp_reaction_settings_section .bb-reaction-button-label{display:flex!important;flex-wrap:wrap;align-items:center;gap:5px;cursor:default}.section-bp_reaction_settings_section .bb-reaction-button-label>p{width:100%;cursor:text}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit{display:none}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit.active{display:inline-block}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser{padding:3px;border-color:#8c8f94;vertical-align:middle;border-radius:4px;min-height:auto;margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i{color:#9b9f9b;font-size:24px;display:block;line-height:1}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i:before{margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.section-bp_reaction_settings_section .bb-reaction-button-label input#bb-reaction-button-text{color:#2c3338;font-size:14px;vertical-align:middle;border-radius:4px;width:auto;min-height:30px;padding:3px 8px;line-height:25px} \ 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 f9d1a1e146..167637b9c3 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 .t .b{font-size:18px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif}#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}}.bp-admin-card .avatar-options .no-field-notice{margin:15px 0;padding:10px}.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-inactive-field>th:before,.bb-pro-inactive>th:before{content:"\eecc";font-family:bb-icons;margin-right:5px;vertical-align:top;display:inline-block;line-height:1;font-weight:300;font-size:15px}.bb-inactive-field>td,.bb-pro-inactive>td{opacity:.3}.bb-inactive-field>td,.bb-inactive-field>td *,.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-active-field>th:before,.bb-pro-active>th:before{display:none}.bb-active-field .bb-head-notice,.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"}.registration-restrictions-rule-list{margin:15px 0;max-width:560px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule{padding-left:40px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule:before{cursor:grab;content:"\e858";font-family:bb-icons;font-weight:400;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);left:10px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule.ui-sortable-helper:before{cursor:grabbing}.registration-restrictions-rule-list .registration-restrictions-rule{display:flex;align-items:center;flex-wrap:wrap;gap:15px;background-color:#f6f7f7;border:1px solid #c3c4c7;position:relative;border-radius:4px;padding:15px 40px 15px 15px;margin-bottom:15px}.registration-restrictions-rule-list .registration-restrictions-rule.error{background-color:rgba(255,0,0,.1);border-color:#ffc5ca}.registration-restrictions-rule-list .registration-restrictions-rule input,.registration-restrictions-rule-list .registration-restrictions-rule select{width:100%}.registration-restrictions-rule-list .registration-restrictions-rule>div{flex:1 0 130px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld{flex-basis:80px;display:flex;align-items:baseline;margin-left:-5px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld:before{content:".";margin-right:5px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-priority{position:absolute;top:50%;transform:translateY(-50%);left:15px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove{position:absolute;top:50%;transform:translateY(-50%);right:10px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove button{color:#3c434a;font-size:20px;cursor:pointer;border:0;background-color:transparent;padding:0}.section-bb_registration_restrictions .registration-restrictions-listing{position:relative}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:absolute;right:0;top:0;font-size:13px;max-width:200px;min-width:200px;padding:10px 12px;border-radius:4px;color:#d42929;border:1px solid #ffc5ca;background:#ffdcdc}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p{color:inherit;margin:0 0 5px 0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p:last-child{margin-bottom:0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error:empty{display:none}@media screen and (max-width:1320px){.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:static;max-width:inherit;margin:20px 0}}.custom-select2{font-size:14px;line-height:2;color:#2c3338;border:1px solid #8c8f94;box-shadow:none;border-radius:3px;padding:0 24px 0 8px;min-height:30px;max-width:25rem;-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}.custom-select2 .select2-selection__arrow{display:none}.select2-container--open .custom-select2{border-radius:3px 3px 0 0}.custom-dropdown-select2 .select2-search__field{min-height:25px;line-height:1}.custom-dropdown-select2 .select2-results__options{max-height:240px;overflow:auto}.custom-dropdown-select2 .select2-results__options li{padding:6px 10px}.custom-dropdown-select2 .select2-results__options li.select2-results__option--highlighted{background-color:rgba(170,170,170,.5);color:inherit}.section-bp_reaction_settings_section>h2{width:100%}.section-bp_reaction_settings_section .bb-reactions-setting-field{margin-top:8px}.section-bp_reaction_settings_section label[for=bb_reaction_mode_likes]{margin-right:15px}.section-bp_reaction_settings_section .bb-reaction-mode-description{margin-top:10px}.section-bp_reaction_settings_section .bb-reaction-button-label{display:flex!important;flex-wrap:wrap;align-items:center;gap:5px;cursor:default}.section-bp_reaction_settings_section .bb-reaction-button-label>p{width:100%;cursor:text}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit{display:none}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit.active{display:inline-block}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser{padding:3px;border-color:#8c8f94;vertical-align:middle;border-radius:4px;min-height:auto;margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i{color:#9b9f9b;font-size:24px;display:block;line-height:1}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i:before{margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.section-bp_reaction_settings_section .bb-reaction-button-label input#bb-reaction-button-text{color:#2c3338;font-size:14px;vertical-align:middle;border-radius:4px;width:auto;min-height:30px;padding:3px 8px;line-height:25px} \ 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 .t .b{font-size:18px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif}#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}}.bp-admin-card .avatar-options .no-field-notice{margin:15px 0;padding:10px}.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-inactive-field>th:before,.bb-pro-inactive>th:before{content:"\eecc";font-family:bb-icons;margin-right:5px;vertical-align:top;display:inline-block;line-height:1;font-weight:300;font-size:15px}.bb-inactive-field>td,.bb-pro-inactive>td{opacity:.3}.bb-inactive-field>td,.bb-inactive-field>td *,.bb-pro-inactive>td,.bb-pro-inactive>td *{pointer-events:none;user-select:none}.bb-active-field>th:before,.bb-pro-active>th:before{display:none}.bb-active-field .bb-head-notice,.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"}.registration-restrictions-rule-list{margin:15px 0;max-width:560px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule{padding-left:40px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule:before{cursor:grab;content:"\e858";font-family:bb-icons;font-weight:400;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);left:10px}.registration-restrictions-rule-list.bb-sortable .registration-restrictions-rule.ui-sortable-helper:before{cursor:grabbing}.registration-restrictions-rule-list .registration-restrictions-rule{display:flex;align-items:center;flex-wrap:wrap;gap:15px;background-color:#f6f7f7;border:1px solid #c3c4c7;position:relative;border-radius:4px;padding:15px 40px 15px 15px;margin-bottom:15px}.registration-restrictions-rule-list .registration-restrictions-rule.error{background-color:rgba(255,0,0,.1);border-color:#ffc5ca}.registration-restrictions-rule-list .registration-restrictions-rule input,.registration-restrictions-rule-list .registration-restrictions-rule select{width:100%}.registration-restrictions-rule-list .registration-restrictions-rule>div{flex:1 0 130px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld{flex-basis:80px;display:flex;align-items:baseline;margin-left:-5px}.registration-restrictions-rule-list .registration-restrictions-rule>div.registration-restrictions-input-tld:before{content:".";margin-right:5px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-priority{position:absolute;top:50%;transform:translateY(-50%);left:15px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove{position:absolute;top:50%;transform:translateY(-50%);right:10px}.registration-restrictions-rule-list .registration-restrictions-rule .registration-restrictions-remove button{color:#3c434a;font-size:20px;cursor:pointer;border:0;background-color:transparent;padding:0}.section-bb_registration_restrictions .registration-restrictions-listing{position:relative}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:absolute;right:0;top:0;font-size:13px;max-width:200px;min-width:200px;padding:10px 12px;border-radius:4px;color:#d42929;border:1px solid #ffc5ca;background:#ffdcdc}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p{color:inherit;margin:0 0 5px 0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error p:last-child{margin-bottom:0}.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error:empty{display:none}@media screen and (max-width:1320px){.section-bb_registration_restrictions .registration-restrictions-listing .restrictions-error{position:static;max-width:inherit;margin:20px 0}}.custom-select2{font-size:14px;line-height:2;color:#2c3338;border:1px solid #8c8f94;box-shadow:none;border-radius:3px;padding:0 24px 0 8px;min-height:30px;max-width:25rem;-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}.custom-select2 .select2-selection__arrow{display:none}.select2-container--open .custom-select2{border-radius:3px 3px 0 0}.custom-dropdown-select2 .select2-search__field{min-height:25px;line-height:1}.custom-dropdown-select2 .select2-results__options{max-height:240px;overflow:auto}.custom-dropdown-select2 .select2-results__options li{padding:6px 10px}.custom-dropdown-select2 .select2-results__options li.select2-results__option--highlighted{background-color:rgba(170,170,170,.5);color:inherit}.section-bp_reaction_settings_section>h2{width:100%}.section-bp_reaction_settings_section .bb-reactions-setting-field{margin-top:8px}.section-bp_reaction_settings_section label[for=bb_reaction_mode_likes]{margin-right:15px}.section-bp_reaction_settings_section .bb-reaction-mode-description{margin-top:10px}.section-bp_reaction_settings_section .bb-reaction-button-label{display:flex!important;flex-wrap:wrap;align-items:center;gap:5px;cursor:default}.section-bp_reaction_settings_section .bb-reaction-button-label>p{width:100%;cursor:text}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit{display:none}.section-bp_reaction_settings_section .bb-reaction-button-label .bb-reaction-button-text-limit.active{display:inline-block}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser{padding:3px;border-color:#8c8f94;vertical-align:middle;border-radius:4px;min-height:auto;margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i{color:#9b9f9b;font-size:24px;display:block;line-height:1}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser>i:before{margin:0}.section-bp_reaction_settings_section .bb-reaction-button-label #bb-reaction-button-chooser:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.section-bp_reaction_settings_section .bb-reaction-button-label input#bb-reaction-button-text{color:#2c3338;font-size:14px;vertical-align:middle;border-radius:4px;width:auto;min-height:30px;padding:3px 8px;line-height:25px} \ 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 0de41cea89..4027b45dcc 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 2876d631ae..49d509dd5f 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&&n.classList.contains("bb-update-modal")&&"undefined"!=typeof BP_HELLO&&"1"!==BP_HELLO.bb_display_auto_popup&&"click"!==e.type||(n&&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&&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?'
                  • '+a[0].post_title+"":'
                    • '+e.title.rendered+"";if(t.length){o+='
                        ';for(var p=0;p'+l.post_title;void 0!==l.children&&l.children.length&&(n+=' ('+l.children.length+")");n+="";if(void 0!==l.children&&l.children.length){var r=!!i;if(!r)for(var o=0;o';i=r?"active":"hidden";n+='
                          ';for(var d=0;d"}n+="";return n}(t[p],2);o+="
                        "}if(i.length){d+='",c(".bp-help-sidebar").html(o)}(e)),t()}).catch(function(e){c("#bp-help-content-area").removeClass("loading"),c(".bp-help-sidebar").removeClass("loading").html(""),navigator.onLine?c("#bp-help-content-area").html(e):c("#bp-help-content-area").html('

                        '+BP_HELP.bb_help_no_network+"

                        ")}))}function t(){jQuery('.buddyboss_page_bp-help a[href*="'+BP_HELP.bb_help_url+'"]').click(function(e){e.stopImmediatePropagation(),window.history.replaceState&&(e.preventDefault(),window.history.replaceState({},null,jQuery(this).attr("href")),a(),jQuery("html, body").animate({scrollTop:0},"fast"))}),jQuery("a[bb_article_id]").click(function(e){e.stopImmediatePropagation(),window.history.replaceState&&(e.preventDefault(),e=jQuery(this).attr("bb_article_id"),e=BP_HELP.bb_help_url+"&article="+e,window.history.replaceState({},null,e),a(),jQuery("html, body").animate({scrollTop:0},"fast"))})}function n(){c(".bp-help-menu").html(""),c(".bp-help-content-area").html(""),c(".bp-help-sidebar").html(""),c(".bp-help-main-menu-wrap").find("*").not(".bp_loading").remove(),jQuery(".article-child").find("*").not("#article-child-title").remove(),jQuery("#article-child-title").hide()}l.docs=l.registerRoute("wp/v2","/docs/(?P)",{params:["before","after","author","parent","post","order","orderby","per_page"]}),a()})}(jQuery); \ No newline at end of file +!function(b){b(window).on("load",function(){var l=new WPAPI({endpoint:"https://buddyboss.com/resources/wp-json"});function a(){v();var e=!(!(e=new URL(window.location.href).searchParams.get("article"))||void 0===e)&&e;b("#bp-help-main-menu-wrap").hide(),b(".bp-help-content-wrap").hide(),e||(b("#bp-help-main-menu-wrap").addClass("loading").html('
                        '),b("#bp-help-main-menu-wrap").show(),l.docs().parent(0).order("asc").orderby("menu_order").per_page(100).then(function(e){b("#bp-help-main-menu-wrap").removeClass("loading");var a="";b.each(e,function(e,l){a=(a=(a+='
                        \n\t\t\t
                        ')+'

                        '+l.title.rendered+"

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

                        '+BP_HELP.bb_help_no_network+"

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

                        "+e.title.rendered+"

                        "+e.content.rendered),b("#bp-help-content-area").find("a").attr("target","_blank");var a,l=new URL(window.location.href).searchParams.get("article"),t=e.ancestors?e.ancestors.reverse():[],n=e.children||[],r=e.hierarchy||[],o='
                      • '+BP_HELP.bb_help_title+"
                      • ",l=(t.length&&(a=2,b.each(t,function(e,l){o+='
                      • '+l.post_title+"
                      • ",a++})),o+='
                      • '+e.title.rendered+"
                      • ",b(".bp-help-menu").append(o),e.id==l?"selected":""),d="",p="";if(d=t.length?'
                        • '+t[0].post_title+"":'
                          • '+e.title.rendered+"",r.length){d+='
                              ';for(var s=0;s'+l.post_title;void 0!==l.children&&l.children.length&&(n+=' ('+l.children.length+")");n+="";if(void 0!==l.children&&l.children.length){var r=!!i;if(!r)for(var o=0;o')+('
                                ');for(var p=0;p"}n+="";return n}(r[s],2);d+="
                              "}if(n.length){p+='",b(".bp-help-sidebar").html(d)}h()}).catch(function(e){b("#bp-help-content-area").removeClass("loading"),b(".bp-help-sidebar").removeClass("loading").html(""),navigator.onLine?b("#bp-help-content-area").html(e):b("#bp-help-content-area").html('

                              '+BP_HELP.bb_help_no_network+"

                              ")}))}function h(){jQuery('.buddyboss_page_bp-help a[href*="'+BP_HELP.bb_help_url+'"]').click(function(e){e.stopImmediatePropagation(),window.history.replaceState&&(e.preventDefault(),window.history.replaceState({},null,jQuery(this).attr("href")),a(),jQuery("html, body").animate({scrollTop:0},"fast"))}),jQuery("a[bb_article_id]").click(function(e){e.stopImmediatePropagation(),window.history.replaceState&&(e.preventDefault(),e=jQuery(this).attr("bb_article_id"),e=BP_HELP.bb_help_url+"&article="+e,window.history.replaceState({},null,e),a(),jQuery("html, body").animate({scrollTop:0},"fast"))})}function v(){b(".bp-help-menu").html(""),b(".bp-help-content-area").html(""),b(".bp-help-sidebar").html(""),b(".bp-help-main-menu-wrap").find("*").not(".bp_loading").remove(),jQuery(".article-child").find("*").not("#article-child-title").remove(),jQuery("#article-child-title").hide()}l.docs=l.registerRoute("wp/v2","/docs/(?P)",{params:["before","after","author","parent","post","order","orderby","per_page"]}),a()})}(jQuery); \ No newline at end of file diff --git a/src/bp-core/admin/js/moderation-page.min.js b/src/bp-core/admin/js/moderation-page.min.js index b51f31f259..803498bf5a 100644 --- a/src/bp-core/admin/js/moderation-page.min.js +++ b/src/bp-core/admin/js/moderation-page.min.js @@ -1 +1 @@ -jQuery(document).ready(function(i){i(document).on("click",".bp-hide-request",function(s){s.preventDefault();var n=i(this),r=n.attr("data-action");if("hide"===r){if(!confirm(Bp_Moderation.strings.confirm_msg))return!1}else if("unhide"===r&&!confirm(Bp_Moderation.strings.unhide_confirm_msg))return!1;i(".bp-moderation-ajax-msg p").text("").parent().addClass("hidden"),n.addClass("disabled");var e=n.attr("data-id"),a=n.attr("data-type"),t=n.attr("data-nonce"),t={action:"bp_moderation_content_actions_request",id:e,type:a,sub_action:r,nonce:t};i(s.currentTarget).append(' '),i.post(ajaxurl,t,function(e){var a="",t=window.location.href;!0===e.success?("hide"===r?(n.addClass("green"),n.attr("data-action","unhide"),n.attr("title",Bp_Moderation.strings.unhide_label),n.text(Bp_Moderation.strings.unhide_label),a="hidden"):"unhide"===r&&(n.removeClass("green"),n.attr("data-action","hide"),n.attr("title",Bp_Moderation.strings.hide_label),n.text(Bp_Moderation.strings.hide_label),a="unhide"),-1'),i.post(ajaxurl,t,function(e){var a,t="";!0===e.success?(a=window.location.href,"suspend"===r?(n.attr("data-action","unsuspend"),n.addClass("green"),n.hasClass("content-author")?(n.text(Bp_Moderation.strings.unsuspend_author_label),n.attr("title",Bp_Moderation.strings.unsuspend_author_label)):(n.text(Bp_Moderation.strings.unsuspend_label),n.attr("title",Bp_Moderation.strings.unsuspend_label)),t="suspended"):"unsuspend"===r&&(n.attr("data-action","suspend"),n.removeClass("green"),n.hasClass("content-author")?(n.text(Bp_Moderation.strings.suspend_author_label),n.attr("title",Bp_Moderation.strings.suspend_author_label)):(n.text(Bp_Moderation.strings.suspend_label),n.attr("title",Bp_Moderation.strings.suspend_label)),t="unsuspended"),-1'),i.post(ajaxurl,e,function(e){var a="",t=window.location.href;!0===e.success?("hide"===r?(n.addClass("green"),n.attr("data-action","unhide"),n.attr("title",Bp_Moderation.strings.unhide_label),n.text(Bp_Moderation.strings.unhide_label),a="hidden"):"unhide"===r&&(n.removeClass("green"),n.attr("data-action","hide"),n.attr("title",Bp_Moderation.strings.hide_label),n.text(Bp_Moderation.strings.hide_label),a="unhide"),-1'),i.post(ajaxurl,e,function(e){var a,t="";!0===e.success?(a=window.location.href,"suspend"===r?(n.attr("data-action","unsuspend"),n.addClass("green"),n.hasClass("content-author")?(n.text(Bp_Moderation.strings.unsuspend_author_label),n.attr("title",Bp_Moderation.strings.unsuspend_author_label)):(n.text(Bp_Moderation.strings.unsuspend_label),n.attr("title",Bp_Moderation.strings.unsuspend_label)),t="suspended"):"unsuspend"===r&&(n.attr("data-action","suspend"),n.removeClass("green"),n.hasClass("content-author")?(n.text(Bp_Moderation.strings.suspend_author_label),n.attr("title",Bp_Moderation.strings.suspend_author_label)):(n.text(Bp_Moderation.strings.suspend_label),n.attr("title",Bp_Moderation.strings.suspend_label)),t="unsuspended"),-1";z("#bb-domain-restrictions-setting").children(".restrictions-error").append(i)}0";z("#bb-email-restrictions-setting").children(".restrictions-error").append(t)}0
                              ").hide().addClass(o.resultsClass).css("position","absolute").appendTo(o.attachTo),c=H("
                                ").appendTo(u).mouseover(function(e){p(e).nodeName&&"LI"==p(e).nodeName.toUpperCase()&&(h=H("li",c).removeClass(f).index(p(e)),H(p(e)).addClass(f))}).click(function(e){return H(p(e)).addClass(f),a(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),0r.size()?e(r.size()-1-h):e(8)},hide:function(){u&&u.hide(),h=-1},visible:function(){return u&&u.is(":visible")},current:function(){return this.visible()&&(r.filter("."+f)[0]||o.selectFirst&&r[0])},show:function(){var e,t=H(n).offset();u.css({width:"string"==typeof o.width||0o.scrollHeight,c.css("height",t?o.scrollHeight:e),t||r.width(c.width()-parseInt(r.css("padding-left"))-parseInt(r.css("padding-right")))))},selected:function(){var e=r&&r.filter("."+f).removeClass(f);return e&&e.length&&H.data(e[0],"ac_data")},unbind:function(){u&&u.remove()}}},H.Autocompleter.Selection=function(e,t,n){var a;e.createTextRange?((a=e.createTextRange()).collapse(!0),a.moveStart("character",t),a.moveEnd("character",n),a.select()):e.setSelectionRange?e.setSelectionRange(t,n):e.selectionStart&&(e.selectionStart=t,e.selectionEnd=n),e.focus()}}(jQuery); \ No newline at end of file +!function(H){H.fn.extend({autocompletebp:function(e,t){var n="string"==typeof e;return(t=H.extend({},H.Autocompleter.defaults,{url:n?e:null,data:n?null:e,delay:n?H.Autocompleter.defaults.delay:10,max:t&&!t.scroll?10:150},t)).highlight=t.highlight||function(e){return e},this.each(function(){new H.Autocompleter(this,t)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),H.Autocompleter=function(i,l){var t,a,n=38,o=40,r=46,s=9,u=13,c=27,f=188,h=33,d=34,p=H(i).attr("autocomplete","off").addClass(l.inputClass),m="",g=H.Autocompleter.Cache(l),v=0,e={mouseDownOnSelect:!1},C=H.Autocompleter.Select(l,i,b,e);function b(){var e,t,n=C.selected();return!!n&&(e=n.result,m=e,l.multiple&&(1<(t=x(p.val())).length&&(e=t.slice(0,t.length-1).join(l.multipleSeparator)+l.multipleSeparator+e),e+=l.multipleSeparator),p.val(e),S(),p.trigger("result",[n.data,n.value]),!0)}function w(e,t){var n;a==r?C.hide():(n=p.val(),!t&&n==m||((n=y(m=n)).length>=l.minChars?(p.addClass(l.loadingClass),jQuery("#send-to-input").addClass("loading"),k(n=l.matchCase?n:n.toLowerCase(),T,S)):(L(),C.hide())))}function x(e){var n;return e?(e=e.split(H.trim(l.multipleSeparator)),n=[],H.each(e,function(e,t){H.trim(t)&&(n[e]=H.trim(t))}),n):[""]}function y(e){var t;return l.multiple?(t=x(e))[t.length-1]:e}function S(){C.hide(),clearTimeout(t),L(),l.mustMatch&&p.search(function(e){e||p.val("")})}function T(e,t){var n;t&&t.length&&v?(L(),C.display(t,e),n=t[0].value.split(";"),t.value=n[0],n=e,e=t.value,l.autoFill&&y(p.val()).toLowerCase()==n.toLowerCase()&&8!=a&&(p.val(p.val()+e.substring(y(m).length)),H.Autocompleter.Selection(i,m.length,m.length+e.length)),C.show()):S()}function k(t,n,e){l.matchCase||(t=t.toLowerCase());var a,o=g.load(t);o&&o.length?n(t,o):"string"==typeof l.url&&0]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"$1")},scroll:!0,scrollHeight:250,attachTo:"body"},H.Autocompleter.Cache=function(r){var i={},l=0;function s(e,t){e=(e=r.matchCase?e:e.toLowerCase()).indexOf(t);return-1!=e&&(0==e||r.matchContains)}function u(e,t){l>r.cacheLength&&n(),i[e]||l++,i[e]=t}function e(){if(!r.data)return!1;var e={},t=0;r.url||(r.cacheLength=1),e[""]=[];for(var n=0,a=r.data.length;n=r.minChars;o--)if(t=i[n.substr(0,o)])return a=[],H.each(t,function(e,t){s(t.value,n)&&(a[a.length]=t)}),a}return null}}},H.Autocompleter.Select=function(o,n,a,i){var l,r,s,u,c,f="ac_over",h=-1,d=!0;function p(e){for(var t=e.target;t&&"LI"!=t.tagName;)t=t.parentNode;return t||[]}function e(e){l.slice(h,h+1).removeClass(),(h+=e)<0?h=l.size()-1:h>=l.size()&&(h=0);var t,e=l.slice(h,h+1).addClass(f);o.scroll&&(t=0,l.slice(0,h).each(function(){t+=this.offsetHeight}),t+e[0].offsetHeight-c.scrollTop()>c[0].clientHeight?c.scrollTop(t+e[0].offsetHeight-c.innerHeight()):t").html(o.highlight(t,s)).addClass(a%2==0?"ac_event":"ac_odd").appendTo(c)[0],H.data(t,"ac_data",r[a]));l=c.find("li"),o.selectFirst&&(l.slice(0,1).addClass(f),h=0),c.bgiframe()}return{display:function(e,t){d&&(u=H("
                                ").hide().addClass(o.resultsClass).css("position","absolute").appendTo(o.attachTo),c=H("
                                  ").appendTo(u).mouseover(function(e){p(e).nodeName&&"LI"==p(e).nodeName.toUpperCase()&&(h=H("li",c).removeClass(f).index(p(e)),H(p(e)).addClass(f))}).click(function(e){return H(p(e)).addClass(f),a(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),0l.size()?e(l.size()-1-h):e(8)},hide:function(){u&&u.hide(),h=-1},visible:function(){return u&&u.is(":visible")},current:function(){return this.visible()&&(l.filter("."+f)[0]||o.selectFirst&&l[0])},show:function(){var e,t=H(n).offset();u.css({width:"string"==typeof o.width||0o.scrollHeight,c.css("height",t?o.scrollHeight:e),t||l.width(c.width()-parseInt(l.css("padding-left"))-parseInt(l.css("padding-right"))))},selected:function(){var e=l&&l.filter("."+f).removeClass(f);return e&&e.length&&H.data(e[0],"ac_data")},unbind:function(){u&&u.remove()}}},H.Autocompleter.Selection=function(e,t,n){var a;e.createTextRange?((a=e.createTextRange()).collapse(!0),a.moveStart("character",t),a.moveEnd("character",n),a.select()):e.setSelectionRange?e.setSelectionRange(t,n):e.selectionStart&&(e.selectionStart=t,e.selectionEnd=n),e.focus()}}(jQuery); \ No newline at end of file diff --git a/src/bp-messages/js/autocomplete/jquery.autocompletefb.min.js b/src/bp-messages/js/autocomplete/jquery.autocompletefb.min.js index 84d096dcbd..45d5e458e0 100644 --- a/src/bp-messages/js/autocomplete/jquery.autocompletefb.min.js +++ b/src/bp-messages/js/autocomplete/jquery.autocompletefb.min.js @@ -1 +1 @@ -jQuery.fn.autoCompletefb=function(e){var r=this,a={ul:r,urlLookup:[""],acOptions:{},foundClass:".friend-tab",inputClass:".send-to-input"};e&&jQuery.extend(a,e);var i={params:a,removeFind:function(e){return i.removeUsername(e),jQuery(e).unbind("click").parent().remove(),jQuery(a.inputClass,r).focus(),r.acfb},removeUsername:function(e){e=e.parentNode.id.substr(e.parentNode.id.indexOf("-")+1);jQuery("#send-to-usernames").removeClass(e)}};return jQuery(a.foundClass+" img.p").click(function(){i.removeFind(this)}),jQuery(a.inputClass,r).autocompletebp(a.urlLookup,a.acOptions),jQuery(a.inputClass,r).result(function(e,s,n){var n=a.foundClass.replace(/\./,""),u=(s=String(s).split(" ("))[1].substr(0,s[1].length-1);0===jQuery(a.inputClass).siblings("#un-"+u).length&&(s='
                                • '+s[0]+' X
                                • ',s=jQuery(a.inputClass,r).before(s),jQuery("#send-to-usernames").addClass(u),jQuery(".p",s[0].previousSibling).click(function(){i.removeFind(this)})),jQuery(a.inputClass,r).val("")}),jQuery(a.inputClass,r).focus(),i}; \ No newline at end of file +jQuery.fn.autoCompletefb=function(e){var r=this,i={ul:r,urlLookup:[""],acOptions:{},foundClass:".friend-tab",inputClass:".send-to-input"},t=(e&&jQuery.extend(i,e),{params:i,removeFind:function(e){return t.removeUsername(e),jQuery(e).unbind("click").parent().remove(),jQuery(i.inputClass,r).focus(),r.acfb},removeUsername:function(e){e=e.parentNode.id.substr(e.parentNode.id.indexOf("-")+1);jQuery("#send-to-usernames").removeClass(e)}});return jQuery(i.foundClass+" img.p").click(function(){t.removeFind(this)}),jQuery(i.inputClass,r).autocompletebp(i.urlLookup,i.acOptions),jQuery(i.inputClass,r).result(function(e,s,n){var n=i.foundClass.replace(/\./,""),u=(s=String(s).split(" ("))[1].substr(0,s[1].length-1);0===jQuery(i.inputClass).siblings("#un-"+u).length&&(n='
                                • '+s[0]+' X
                                • ',s=jQuery(i.inputClass,r).before(n),jQuery("#send-to-usernames").addClass(u),jQuery(".p",s[0].previousSibling).click(function(){t.removeFind(this)})),jQuery(i.inputClass,r).val("")}),jQuery(i.inputClass,r).focus(),t}; \ No newline at end of file diff --git a/src/bp-messages/js/autocomplete/jquery.bgiframe.min.js b/src/bp-messages/js/autocomplete/jquery.bgiframe.min.js index 34231106f2..5d2705ac8d 100644 --- a/src/bp-messages/js/autocomplete/jquery.bgiframe.min.js +++ b/src/bp-messages/js/autocomplete/jquery.bgiframe.min.js @@ -1 +1 @@ -!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?module.exports=t:t(jQuery)}(function(a){function r(t){return t&&t.constructor===Number?t+"px":t}a.fn.bgiframe=function(o){var t;o=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:!0,src:"javascript:false;",conditional:/MSIE 6\.0/.test(navigator.userAgent)},o),a.isFunction(o.conditional)||(t=o.conditional,o.conditional=function(){return t});var n=a('