/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.widget-activity-content-table th,
.widget-activity-content-table td {
    text-align: left;
    padding:10px;
}
.wbcom-bp-stats select.bp-stats-chart-filter {
    width: 100%;
    margin-bottom: 15px;
}

/* Widget UI */
div#member-front-widgets.bp-sidebar {
    max-width: 100%;
    display: block;
}
.widget.widget-block.wbcom-bp-stats {
    position: relative;
    margin: 1.2rem 0;
    padding: 1em;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius:5px;
    width: 100% !important;
    background: #fff;
}
.widget.widget-block.wbcom-bp-stats .widget-title {
    margin: -1rem -1rem 1rem;
    padding: 1rem 1rem .5em;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
}
.widget.widget-block.wbcom-bp-stats .widget-title * {
    margin: 0 !important;
}

.theme-reign-theme .widget.widget-block.wbcom-bp-stats .widget-title {
    padding: 0;
}

/* activity-content */
.bp_stats_count_number {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.wb-activity-content-count {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wb-activity-count {
    background: #f7f7f9;
    color: #333;
    width: 48%;
    text-align: center;
    border-radius: 5px !important;
    line-height: 13px;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 10px 16px;
    justify-content: space-between;
    margin:1%;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #eee;
}
.wb-activity-count:hover{
    background: #fff;
    box-shadow: 0 10px 20px #eee;
}
.wb-activity-content-count span.dashicons {
    color: #df5a3d;
    font-size: 25px;
    transition: all 0.5s;
    margin-right: 6px;
}
.wb-activity-count strong {
    font-size: 28px;    
    margin-bottom: 5px;
}
.wb-activity-count small {
    display: block;
    color: #606060;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
div#bp-stats-chart-member_activities-container {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Filter */
.widget-activity-date-filter form {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.widget-activity-date-filter form select {
    width: 100%;
    height: 40px !important;
    border-radius: 4px !important;
}
.widget-activity-date-filter input[type="submit"] {
    border-radius: 4px !important;
    height: 40px;
    font-size: 15px;
}



/* BuddyX theme */
.theme-buddyx #item-body .member-front-page .wb-activity-count {
    width: 24%;
    margin: 0.5%;
}

/* Member Front Page Widget */
#item-body .member-front-page .wb-activity-count {
    padding: 20px 15px 20px;
}
#item-body .member-front-page .wb-activity-count small {
    font-size: 15px;
}
#item-body .member-front-page .wb-activity-count strong {
    font-size:45px;
}


@media only screen and (max-width: 600px) {
  
    .theme-buddyx #item-body .member-front-page .wb-activity-count {
        width: 100%;
    } 


}












