/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Themes Specific
    # BuddyBoss
    # Kleo
    # OneCommunity
    # Rehub
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.activity ul li .activity-meta .service-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background: rgba(0, 0, 0, .02);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 6px;
}

.activity ul li .activity-meta .service-buttons a.bp-share {
    background: none !important;
    color: black !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px;
    text-decoration: none;
}

.activity ul li .activity-meta .service-buttons a.bp-share .dashicons-twitter {
    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;
}

.activity ul li .activity-meta .service-buttons a.bp-share .dashicons-twitter:before {
    content: none;
}

.activity ul li .activity-meta .service-buttons a.bp-share .dashicons-twitter svg {
    width: 16px;
    height: 16px;
}

.activity ul li .activity-meta .service-buttons a.bp-share:hover {
    background: none !important;
    color: #686868 !important;
}

a.bp-share .fa {
    font-family: 'FontAwesome';
}

a.bp-share.has-popup {
    border-bottom: none;
}

.service-buttons a {
    padding: 4px 8px;
}

.service-buttons {
    padding: 10px;
}

.service-buttons span.tooltiptext {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    background: #444;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
}

.service-buttons span.tooltiptext:before {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #444;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}

.bp-share .dashicons-facebook-alt {
    color: #3B5998;
}

.bp-share .dashicons-twitter {
    color: #000000;
}

.bp-share .dashicons-linkedin {
    color: #007BB6;
}

.bp-share .dashicons-whatsapp {
    color: #46bd00;
}

.bp-share .dashicons-email {
    color: #AD0000;
}

.bp-share .fa-pinterest-p {
    color: #BD081C;
}

.bp-share .fa-reddit-alien {
    color: #FF4501;
}

.bp-share .fa-wordpress {
    color: #21759B;
}

.bp-share .fa-get-pocket {
    color: #EF3E56;
}

.bp-list li .generic-button.bp-share-btn,
.bp-share-btn {
    display: inline-block;
}

.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    background: none;
    /*color: inherit;*/
    font-size: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body:not(.logged-in).bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    color: inherit;
}

.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before,
.bp-nouveau .activity-list .activity-item .bp-share-button::before {
    content: "\f237" !important;
    font-family: 'dashicons' !important;
    font-size: initial;
    margin-right: 3px;
}

.bp-nouveau .button.item-button.bp-secondary-action.bp-share-button {
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}

.tooltip-hide {
    display: none;
}


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

.bp-nouveau.buddyboss-theme .activity-list .activity-item .bp-share-button::before {
    content: '\e927';
    font-family: bb-icons;
    font-size: initial;
}

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

body.kleo #buddypress .activity-meta a.button.bp-share-button {
    line-height: initial;
}

.kleo-page #buddypress .activity-meta a.button.bp-share-button {
    display: inline;
}

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

body.onecommunity.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    display: block;
    padding: 0 8px;
}

body.onecommunity.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before {
    content: none;
}

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

body.rehub-theme #buddypress div.activity-meta a.bp-share-button:hover span {
    background: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#drag_social_icon,
#drag_icon_ul {
    padding: 20px;
    border: 1px solid #e3e2ec;
    background: #fff;
    box-shadow: 0 10px 20px #f5f5f6;
    width: 48%;
    border-radius: 10px;
    margin: 0 1%;
}

/* Youzify */
#youzify .activity-meta .bp-share-btn a.bp-share-button{
    cursor: pointer;
}
#youzify .activity-meta .bp-share-btn a.bp-share-button:before {
    font-size: 18px;
    content: "\f237" !important;
    font-family: 'dashicons' !important;
    margin-right: 5px;
    display: inline-block;
}
#youzify .activity ul li .activity-meta .service-buttons{
    position: absolute;
    z-index: 99;
}
#youzify .activity ul li .activity-meta .service-buttons a {
    padding: 0 3px;
}