img.avatar {
    border: 3px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15) !important;
    border-radius: 100%;
}

.widget_bp_profile_completion_widget {
    padding-bottom: 10px !important;
    background: #1A498C !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15) !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
}

.widget_bp_profile_completion_widget p, 
.widget_bp_profile_completion_widget h2, 
.widget_bp_profile_completion_widget span, 
.widget_bp_profile_completion_widget h2, 
.widget_bp_profile_completion_widget div,
.widget_bp_profile_completion_widget a.group_link{
    color: #FFFFFF !important;
}

.widget_bp_profile_completion_widget a.group_link{
    font-size: 14px !important;
}


.bbs-shared-post-card{
    margin-top:15px;
    border:1px solid #d9dee8;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
}

.bbs-shared-post-card__header{
    padding:15px;
    border-bottom:1px solid #eef0f3;
}

.bbs-shared-post-card__author{
    display:flex;
    align-items:center;
}

.bbs-shared-post-card__avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
    margin-right:12px;
}

.bbs-shared-post-card__name{
    font-size:15px;
    font-weight:600;
    color:#1d2327;
    line-height:1.3;
}

.bbs-shared-post-card__time{
    font-size:13px;
    color:#72777c;
    margin-top:2px;
}

.bbs-shared-post-card__body{
    padding:15px;
    font-size:14px;
    line-height:1.6;
    color:#1d2327;
}

button.bbs-share-inline__item.bbs-internal-share {
    color: #1c4a8d !important;
}

button.bbs-share-inline__item.bbs-internal-share:hover {
    color: #cd0e15 !important;
}


.bbs-share-inline__item.bbs-internal-share span.bbs-share-inline__icon i {
    font-size: 14px;
}

.bbs-share-inline__item.bbs-internal-share:hover,
.bbs-share-inline__item.bbs-internal-share span:hover,
.bbs-share-inline__item.bbs-internal-share span i:hover {
    color: #cd0e15 !important;
}

.bbs-shared-post-card__body img{
    max-width:100%;
    height:auto;
    border-radius:8px;
}

.bbs-shared-post-card__footer{
    padding:12px 15px;
    border-top:1px solid #eef0f3;
    background:#fafafa;
}

.bbs-shared-post-card__link{
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.bbs-shared-post-card__link:hover{
    text-decoration:underline;
}


span.bbs-share-modal__privacy-icon i {
    font-size: 16px !important;
}

.bbs-shared-post-card{
    margin-top:12px;
    border:1px solid #d8dbe0;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
}

.bbs-shared-post-card__header{
    padding:10px 15px;
    background:#f7f8fa;
    font-weight:600;
    border-bottom:1px solid #d8dbe0;
}

.bbs-shared-post-card__content{
    padding:15px;
}
















/* Single Activity Page */
.single.my-activity #primary{
    max-width:900px;
    margin:0 auto;
    float:none;
    width:100%;
}

.single.my-activity .site-content-grid{
    display:block;
}

.single.my-activity .activity-list .activity-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:0;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
    margin:30px 0;
    max-width:800px;
}

.single.my-activity .bp-activity-head{
    padding:20px;
    border-bottom:1px solid #f1f1f1;
}

.single.my-activity .activity-avatar img{
    width:56px;
    height:56px;
    border-radius:50%;
}

.single.my-activity .activity-header p:first-child{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.single.my-activity .activity-date{
    margin-top:5px !important;
    font-size:13px;
    color:#888;
}

.single.my-activity .activity-content{
    padding:20px;
}

.single.my-activity .activity-inner{
    font-size:16px;
    line-height:1.7;
}

.single.my-activity .activity-inner iframe{
    width:100%;
    max-width:100%;
    border-radius:12px;
    min-height:450px;
}

.single.my-activity .activity-inner img{
    border-radius:12px;
    max-width:100%;
    height:auto;
}
