/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Private Message Flag Button
# BMPRO Model
# User Moderation Tab
# Table Responsive
# Themes Specific
    # Reign
    # BuddyX
    # BuddyBoss
    # Boss
    # Rehub
    # Gwangi
    # OneCommunity
    # Aardvark
    # Olympus
    # Kleo
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

.bbpress_loading {
    border: 1px solid #d5c9c9;
}


/*.bp-messages-hook.thread-options{
display: inline-block;
font-size: 13px;
padding: 8px 0;
vertical-align: bottom;
line-height: 30px;}*/

span.bp-messages-hook.thread-options {
    padding: .3em .5em;
    display: inline-block;
    vertical-align: text-bottom;
}


/*--------------------------------------------------------------
# Private Message Flag Button
--------------------------------------------------------------*/

.preview-pane-header .actions,
.single-message-thread-header .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.bmpro-flag-message-btn,
a.bmpro-unflag-message-btn {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: 30px;
    text-align: center;
}

a.bmpro-flag-message-btn:before,
a.bmpro-unflag-message-btn:before {
    font-family: "dashicons";
    display: block;
    content: "\f227";
    text-indent: 0;
    font-size: 26px;
}

a.bmpro-unflag-message-btn:before {
    color: #a00;
}

a.bmpro-flag-message-btn:hover:after,
a.bmpro-unflag-message-btn:hover:after {
    content: attr(data-content);
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    right: 0px;
}

a.bmpro-unflag-message-btn:hover:after {
    content: attr(data-content);
}

.bp-messages-content span.bmpro-message-btn,
.bp-messages-content>.bmpro-flag-message-btn,
.bp-messages-content>.bmpro-unflag-message-btn {
    display: none;
}


/*--------------------------------------------------------------
# BMPRO Model
--------------------------------------------------------------*/

#bmpro-modal .bmpro-modal * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.bmpro-modal-overlay-active {
    overflow: hidden!important;
}

#bmpro-modal {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    overflow-y: auto;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    font-family: Open sans, sans-serif;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .3s;
    backface-visibility: hidden;
    -moz-transition: all .3s;
    transition: all .3s;
    visibility: visible;
}

#bmpro-modal .bmpro-modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#bmpro-modal .bmpro-modal {
    width: 700px;
    min-width: 300px;
    background: #fff;
    position: relative;
    overflow: initial;
    border-radius: 4px;
    margin: 70px auto;
    font-family: Open sans, sans-serif;
}

#bmpro-modal .bmpro-modal-title {
    position: relative;
    padding: 25px 35px;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    background: #243b55;
    color: #fff;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

#bmpro-modal .bmpro-modal-title .bmpro-modal-close-icon {
    top: 22px;
    text-align: center;
    line-height: 30px!important;
    height: 30px;
    width: 30px;
    padding: 0;
    position: absolute;
    right: 35px;
    font-size: 18px !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .44);
    cursor: pointer;
}

#bmpro-modal .bmpro-modal-content-wrap {
    margin: 10px;
    color: #929292;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    padding: 20px 25px;
}

.bmpro-modal-content .bmpro-successfull {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bmpro-modal .bmpro-modal select {
    color: #8a8a8a;
    font-size: 13px;
}

#bmpro-modal .bmpro-modal .bmpro-content-form {
    margin-bottom: 15px;
}

#bmpro-modal .bmpro-modal .bmpro-content-form label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #838a9a;
    font-size: 13px;
    font-weight: 600;
}

#bmpro-modal .bmpro-modal .bmpro-content-form .bmpro-description {
    display: block;
    color: #929292;
    font-size: 13px;
    margin: 6px 25px 5px 0;
}

#bmpro-modal .bmpro-modal .bmpro-content-form textarea#bmpro-activity_description {
    color: #505050;
    font-size: 13px;
    box-shadow: none;
    background: #eaeaea;
    border-radius: 2px;
    margin-top: 15px;
    border: none;
    line-height: 24px;
    width: 100%;
    height: 100px;
    padding: 15px;
}

#bmpro-modal .bmpro-modal .bmpro-modal-actions button.bmpro-modal-button {
    margin: 0;
    font-size: 13px;
    border: none;
    display: inline-block;
    padding: 20px;
    min-width: 100px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

#bmpro-modal .bmpro-modal .bmpro-modal-actions button.bmpro-modal-button .dashicons {
    font-size: 16px;
}

#bmpro-modal .bmpro-modal .bmpro-modal-actions button.bmpro-modal-button:hover {
    text-decoration: none;
}

.bmpro-loading .dashicons-edit-page:before {
    content: "\f463";
    display: inline-block;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.activity-content .generic-button {
    z-index: 1;
}

.bmpro-successfull {
    color: #4F8A10 !important;
    background-color: #DFF2BF !important;
    padding: 3px 6px;
}

.bmpro-error {
    color: #D8000C !important;
    background-color: #FFD2D2 !important;
    padding: 3px 6px;
}

@media screen and (max-width: 720px) {
    #bmpro-modal .bmpro-modal {
        width: 95%;
        margin-top: 0;
        top: 60px;
    }
}


/*--------------------------------------------------------------
# User Block / Unblock
--------------------------------------------------------------*/

#bmpro-blocked-template {
    text-align: center;
}

#bmpro-blocked-template #item-header-avatar,
#bmpro-blocked-template #item-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bmpro-blocked-template .bmpro-block-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# User Moderation Tab
--------------------------------------------------------------*/

.bmpro_moderation_content {
    overflow-x: auto;
}

table.bmpro_spam {
    font-size: 14px;
    min-width: 800px;
    border: 0;
}

table.bmpro_spam.fixed {
    position: static;
}

table.bmpro_spam td,
table.bmpro_spam th {
    padding: 10px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

table.bmpro_spam td:first-child,
table.bmpro_spam th:first-child {
    padding-left: 0;
}

table.bmpro_spam td:last-child,
table.bmpro_spam th:last-child {
    padding-right: 0;
}

.bmpro_spam thead td,
.bmpro_spam tfoot td {
    font-weight: 600;
}

.bmpro_spam .bmpro-reporters {
    margin: 8px 0;
}

.bmpro_spam .bmpro-report-time {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 5px;
}

.bmpro_spam .row-actions {
    font-size: 13px;
    line-height: 1.5em;
}

.bmpro-reporters .bmpro-reporter-info,
.bmpro-reporters img {
    display: inline-block;
    vertical-align: middle;
}

.bmpro-reporters img {
    margin-bottom: 5px;
    border-radius: 3px;
}

.bmpro-component-type {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 100% !important;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bmpro-component-type {
    margin: auto;
}

.bmpro-component-type .dashicons,
.bmpro-component-type .dashicons-before:before {
    font-size: 18px;
    width: auto;
    height: auto;
}

.bmpro-group-type {
    background-color: #3f51b5;
}

.bmpro-member-type {
    background-color: #ff4987;
}

.bmpro-private_message-type {
    background-color: #ff9800;
}

.bmpro-activity_comment-type {
    background-color: #4caf50;
}

/* Styling for the tooltip */
.bmpro-component-type .dashicons[title] {
    position: relative;
    cursor: pointer;
}

.bmpro-component-type .dashicons[title]::after {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    padding: 5px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1000;
}

.bmpro-component-type:hover .dashicons[title]::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-10px);
}

.bmpro-report-expend {
    color: #fff;
    margin-top: 2px;
    margin-left: 8px;
    padding: 0;
    border-radius: 50px;
    background: #a4aaca;
    font-size: 14px;
    height: 13px;
    cursor: pointer;
}

.bmpro-reporter-info-expend {
    margin-top: 10px;
}

.moderation_subject .bmpro-reporte-info {
    display: block;
    font-weight: 600;
}

span.bmpro-count {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #a4aaca;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}


/* Moderation Report Log */

body.buddypress.bmpro_moderation_content .buddypress-wrap h1,
body.buddypress.bmpro_moderation_content .buddypress-wrap h2,
body.buddypress.bmpro_moderation_content .buddypress-wrap h3,
body.buddypress.bmpro_moderation_content .buddypress-wrap h4,
body.buddypress.bmpro_moderation_content .buddypress-wrap h5,
body.buddypress.bmpro_moderation_content .buddypress-wrap h6 {
    margin: 0 0 10px;
}

.screen-heading.moderation-report-title {
    font-size: 16px !important;
}

.screen-heading.member-reported,
.screen-heading.moderation-reporter,
.screen-heading.report-actions,
.screen-heading.report-data {
    font-size: 20px;
    font-weight: 400;
    background: #f0f0f0;
    margin: 15px 0 !important;
    padding: 10px 15px !important;
}

.bmpro-reported_by {
    margin: 15px 0 30px;
}

.bmpro-reported_by img.avatar {
    border-radius: 100% !important;
    margin: 15px 0;
}

.bmpro-moderation-reporters>.bmpro-reporter-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}

.bmpro-moderation-reporters:last-child>.bmpro-reporter-info {
    border: 0;
}

.bmpro-moderation-reporters .bmpro-reporters-image {
    text-align: center;
    margin-right: 20px;
}

.bmpro-moderation-reporters .bmpro-reporters-content {
    width: calc(100% - 90px);
}

.bmpro-moderation-reporters .bmpro-reporters-image img {
    border-radius: 100% !important;
    margin-bottom: 10px;
}

.bmpro-report-action {
    margin: 20px 0;
}

ul.report-action-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.report-action-ul li {
    display: inline-block;
    margin: 10px 10px 0 0;
}

ul.report-action-ul li a.bmpro-btn-action {
    margin: 0;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px !important;
}

.bmpro-report-data {
    margin: 30px 0 0;
}

.bmpro-report-data p {
    margin: 0 0 8px;
}

.bmpro-btn-disabled {
    opacity: 0.65 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.bmpro-notice {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Pagination */

.bmpro-pagination span,
.bmpro-pagination a {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 4px;
    color: #555;
}

.bmpro-pagination span.current,
.bmpro-pagination a:hover {
    background-color: #555;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .screen-heading.view-moderation-report-log-screen,
    .screen-heading.view-moderation-report-log-screen {
        margin-top: 15px !important;
    }
}

.bp-feedback.bp-messages.error.bmpro-comment-moderation {
    max-width: 100%;
    background: #fff8f8;
    border-color: #fed6d8;
    color: #f15b62;
}

.bp-feedback.bp-messages.error.bmpro-comment-moderation span.dashicons.dashicons-warning {
    color: #ef3e46;
    font-size: 20px;
    margin-right: 5px;
}


/*--------------------------------------------------------------
# Table Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    table.bmpro-table-responsive {
        border: 0;
        min-width: 100%;
    }
    table.bmpro-table-responsive td:first-child,
    table.bmpro_spam th:first-child {
        padding-left: 10px;
    }
    table.bmpro-table-responsive td:last-child,
    table.bmpro_spam th:first-child {
        padding-right: 10px;
    }
    table.bmpro-table-responsive caption {
        font-size: 1.3em;
    }
    table.bmpro-table-responsive thead {
        border: none;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.bmpro-table-responsive tr {
        display: block;
        margin-bottom: 1em;
    }
    table.bmpro-table-responsive tr:nth-child(even) {
        background-color: rgba(0, 0, 0, .1);
    }
    table.bmpro-table-responsive td {
        border-bottom: 0;
        display: block;
        text-align: right;
        min-height: 40px;
    }
    table.bmpro-table-responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    table.bmpro-table-responsive td:last-child {
        border-bottom: 0;
    }
    table.bmpro-table-responsive tfoot {
        display: none;
    }
    .bmpro-component-type {
        margin-left: auto;
        margin-right: 0;
    }
    .bmpro-reporters .bmpro-reporter-info,
    .bmpro-reporters img {
        display: block;
        margin-left: auto;
    }
}


/*--------------------------------------------------------------
# Themes Specific
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Reign
--------------------------------------------------------------*/

.reign-nav-iconic #bmpro_moderation-personal-li a:before {
    content: '\f024';
}

.reign-nav-iconic #bmpro_avatar_moderation-personal-li a:before {
    content: '\f507';
}


/*--------------------------------------------------------------
## BuddyX
--------------------------------------------------------------*/

.site-wrapper .bmpro-flag-activity-btn:before,
.site-wrapper .bmpro-unflag-activity-btn:before {
    content: "\f227";
    margin-right: 5px;
}

.site-wrapper .activity-comments .bmpro-flag-activity-btn:before,
.site-wrapper .activity-comments .bmpro-unflag-activity-btn:before {
    content: none;
}

.members-meta .generic-button:empty {
    display: block !important;
    margin: 0 !important;
}


/*--------------------------------------------------------------
## BuddyBoss
--------------------------------------------------------------*/

body.buddyboss-theme .bmpro-flag-activity-btn:after,
body.buddyboss-theme .bmpro-unflag-activity-btn:after {
    display: none;
}

body.buddyboss-theme .bmpro-flag-activity-btn:before,
body.buddyboss-theme .bmpro-unflag-activity-btn:before {
    content: '\ee9c' !important;
    opacity: 1;
    position: relative;
    background: none;
    display: inline-block;
    text-rendering: auto;
    font-size: 18px;
    min-width: 22px;
    min-height: 18px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.bbp-reply-footer .bmpro-flag-reply-btn {
    margin: 0 5px;
    display: inline;
}

@media screen and (min-width: 981px) {
    .bb-grid #item-header-cover-image .member-header-actions .bmpro-flag-member-btn,
    .bb-grid #item-header-cover-image .member-header-actions .bmpro-unflag-member-btn {
        margin-left: 4px;
    }
}

.bb-grid #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .bmpro-flag-group-btn,
.bb-grid #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .bmpro-unflag-group-btn {
    line-height: 1.3;
    min-height: 1px;
    padding: 0;
    border: 0;
    border-radius: 0;
    min-width: 1px;
    width: auto;
    background: 0 0;
    box-shadow: none;
    margin: 5px 0 5px auto;
    margin-right: 15px;
    font-size: 14px;
    color: #007cff;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.bb-grid #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .bmpro-flag-group-btn,
.bb-grid #groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .bmpro-unflag-group-btn {
    text-align: right;
}

.bb-grid #buddypress .groups-header.single-headers .action .bmpro-flag-group-btn,
.bb-grid #buddypress .groups-header.single-headers .action .bmpro-unflag-group-btn {
    margin-left: 12px;
    min-height: 100%;
    padding: 7px 20px;
}


/*--------------------------------------------------------------
## Boss
--------------------------------------------------------------*/

#right-panel #buddypress div.activity-meta .generic-button {
    display: inline;
}

#right-panel #buddypress div.activity-meta .bmpro-flag-activity-btn.loading:after,
#right-panel #buddypress div.activity-meta .bmpro-unflag-activity-btn.loading:after,
#right-panel #buddypress .bmpro-flag-comment-btn.loading:after,
#right-panel #buddypress .bmpro-unflag-comment-btn.loading:after,
#right-panel #buddypress .bmpro-flag-member-btn.loading:after,
#right-panel #buddypress .bmpro-unflag-member-btn.loading:after,
#right-panel #buddypress .bmpro-flag-group-btn.loading:after,
#right-panel #buddypress .bmpro-unflag-group-btn.loading:after {
    display: none;
}


/*--------------------------------------------------------------
## Rehub
--------------------------------------------------------------*/

body.rehub-theme #buddypress div.activity-meta a.bmpro-flag-activity-btn:hover span {
    background: none;
}

body.rehub-theme #buddypress .acomment-options a.bmpro-flag-comment-btn:before {
    font-family: "dashicons";
    content: "\f227";
}


/*--------------------------------------------------------------
## Gwangi
--------------------------------------------------------------*/

.grimlock #buddypress .grimlock-buddypress-activity-list .bmpro-flag-activity-btn:before,
.grimlock #buddypress .grimlock-buddypress-activity-list .bmpro-unflag-activity-btn:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #fff;
}

.grimlock #members-directory-form .bmpro-flag-member-btn:before,
.grimlock #members-directory-form .bmpro-unflag-member-btn:before {
    content: "\f024" !important;
    font-family: "FontAwesome";
}

.grimlock #buddypress .grimlock-buddypress-activity-list .bmpro-flag-activity-btn span,
.grimlock #buddypress .grimlock-buddypress-activity-list .bmpro-unflag-activity-btn span {
    color: #fff;
    font-size: inherit;
}

.grimlock #buddypress .profile-header .bmpro-flag-group-btn:before,
.grimlock #buddypress .profile-header .bmpro-unflag-group-btn:before {
    content: "\f024" !important;
    font-family: "FontAwesome" !important;
}

.profile-header--member .action li.generic-button {
    margin: 0;
    padding: 0;
    list-style: none;
}

.grimlock #buddypress .profile-header .bmpro-flag-member-btn,
.grimlock #buddypress .profile-header .bmpro-flag-member-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12) !important;
    background: #fff !important;
    color: #555 !important;
    border: 0;
}

.grimlock #buddypress .profile-header .bmpro-flag-member-btn:hover,
.grimlock #buddypress .profile-header .bmpro-flag-member-btn:hover {
    -webkit-transform: perspective(0) translate3d(0, 0, 0) scale(1.1);
    transform: perspective(0) translate3d(0, 0, 0) scale(1.1);
}

.grimlock #buddypress .profile-header .bmpro-flag-member-btn:before,
.grimlock #buddypress .profile-header .bmpro-flag-member-btn:before {
    content: "\f024" !important;
    font-family: "FontAwesome" !important;
    font-size: initial;
}

.grimlock #buddypress .group_members .bmpro-flag-member-btn:before,
.grimlock #buddypress .group_members .bmpro-flag-member-btn:before {
    content: "\f024" !important;
}

.grimlock ul#groups-list .bmpro-flag-group-btn:before,
.grimlock ul#groups-list .bmpro-unflag-group-btn:before {
    content: "\f024" !important;
}


/*--------------------------------------------------------------
## OneCommunity
--------------------------------------------------------------*/

.single-headers #cover .member-header-actions li.generic-button {
    margin: 0;
}


/*--------------------------------------------------------------
## Aardvark
--------------------------------------------------------------*/

body.gp-theme #buddypress div.activity-meta a.bmpro-flag-activity-btn,
body.gp-theme #buddypress div.activity-meta a.bmpro-flag-activity-btn:hover,
body.gp-theme #buddypress div.activity-meta a.bmpro-unflag-activity-btn,
body.gp-theme #buddypress div.activity-meta a.bmpro-unflag-activity-btn:hover {
    margin: 10px 15px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    background: transparent;
    background-image: none;
    border: 0;
}

.gp-theme #buddypress .gp-user-can-comment div.activity-meta>div.generic-button {
    display: inline-block;
}

.gp-theme #buddypress div.activity-meta a.bmpro-flag-activity-btn:before,
.gp-theme #buddypress div.activity-meta a.bmpro-unflag-activity-btn:before {
    margin-right: 5px;
    content: '\f024';
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gp-theme #members-list .bmpro-flag-member-btn,
.gp-theme #members-list .bmpro-unflag-member-btn {
    margin-left: 5px;
}


/*--------------------------------------------------------------
## Olympus
--------------------------------------------------------------*/

.olympus-theme .bmpro-flag-member-btn:before,
.olympus-theme .bmpro-unflag-member-btn:before,
.olympus-theme .bmpro-flag-group-btn:before,
.olympus-theme .bmpro-unflag-group-btn:before,
.olympus-theme .bmpro-flag-activity-btn:before,
.olympus-theme .bmpro-unflag-activity-btn:before,
.olympus-theme .bmpro-flag-comment-btn:before,
.olympus-theme .bmpro-unflag-comment-btn:before {
    content: "\f024";
    display: inline-block;
    font-family: "Font Awesome 5 Free"!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    margin-right: 8px;
    font-size: 14px;
}

.olympus-theme .bmpro-flag-member-btn,
.olympus-theme .bmpro-unflag-member-btn {
    justify-content: center !important;
}


/*--------------------------------------------------------------
## Kleo
--------------------------------------------------------------*/

.kleo-page #buddypress div.generic-button a {
    border-radius: 20px;
}

.kleo-page #message-thread span.bmpro-message-btn {
    float: left;
    margin-top: 20px;
}


/*--------------------------------------------------------------
Youzify
--------------------------------------------------------------*/

#youzify-profile-navmenu #youzify-group-buttons .generic-button {
    display: inline-block;
    margin: 0 10px;
}

#youzify .activity-meta a.bmpro-flag-activity-btn span:before {
    font-family: dashicons;
    font-size: 18px;
    vertical-align: middle;
    content: "\f227";
    margin-right: 5px;
}

.youzify-active #bmpro-modal .bmpro-modal select {
    width: 100%;
}

#youzify .bmpro_moderation_content .wp-list-table td:first-child {
    padding-left: 10px;
}

#youzify .bmpro_moderation_content .bmpro_moderation_wrap {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 35px;
}

#youzify .bmpro_moderation_content .bmpro-reported_by {
    margin-top: 0px;
    margin-bottom: 0px;
}

#youzify .bmpro_moderation_content .screen-heading {
    margin: 0px -30px 15px!important;
    padding: 15px 30px !important;
}

#youzify .bmpro_moderation_content .bmpro-reported_by,
#youzify .bmpro_moderation_content .bmpro-moderation-reporters-lists,
#youzify .bmpro_moderation_content .bmpro-report-action,
#youzify .bmpro_moderation_content .bmpro-report-data {
    padding: 0 30px 30px;
    margin: 0;
}

#youzify .bmpro-reporter-info {
    display: flex;
    align-items: center;
}

#youzify .bmpro-reporter-info img {
    margin-right: 15px;
}

#youzify ul.report-action-ul li a.bmpro-btn-action {
    border: 1px #f2f2f2 solid;
}

#youzify .bmpro-moderation-reporters .bmpro-reporters-content {
    width: calc(100% - 120px);
}

#youzify .bmpro-moderation-reporters .bmpro-reporter-description {
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    #youzify .bmpro-moderation-reporters .bmpro-reporters-image {
        display: flex;
        width: 100%;
    }
    #youzify .bmpro-moderation-reporters .bmpro-reporters-content {
        width: 100%;
    }
}