#widget-sidebar {
    font-weight: 500;
	background:#fff;
}
#widget-sidebar .bbp-header {
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #2577b1;
    background: #edf6fd;
    border-bottom: 1px solid #dfdfdf;
    background: linear-gradient(0deg, #edf6fd, #f6fafe);
}
.bbp-header span {
    text-indent: 9px;
    display: inline-flex;
    align-items: center;
}
.bbp-forums .forum_category {
    padding: 0;
}
.bbp-forums .children .forum_category {
	padding: 6px;
	border-bottom: 1px solid #e3e2fd;
}
.forum_category_title {
	display: flex;
}
.post-right {
    margin-left: auto;
    text-align: center;
    min-width: 100px;
    display: flex;
    justify-content: space-around;
}
.forum_category_title a {
    font-weight: 600;
}
.forum-post, .forum-count {
    float: right;
}
.post-count, .topic-count {
    min-width: 20px;
    background: #ebebeb;
    border-radius: 4px;
    text-align: center;
    padding: 2px 4px;
}
.bbp_forums_topic_count_widget_options a {
	text-decoration: none;
	}

	.bbp_forums_topic_count_widget_options ul.children {
		padding: 0 0 0 5px;
		margin: 0;
		}