li#activity-all .navigation__badge {
    display: none;
}

div#whats-new-post-in-box {
    padding: 10px 0px;
}

div#whats-new-post-in-box select {
    padding: 6px;
    margin: 4px 0px;
}

select#bbwall-activity-privacy {
    padding: 6px;
}

.embed-wrapper {
    /* border: none !important;*/
    top: 20px;
    position: relative;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    width: 18%;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    border: 0;
}

.bp-secondary-action.buddyboss_privacy_filter {
    position: initial !important;
}

.activity-meta>* {
    display: inline-block !important;
    float: none !important;
}

.post .entry, .post__content {
    margin-bottom: 0px !important;
}

select#bbwall-activity-privacy option[value=loggedin] {
    display: none;
}

.buddyboss_privacy_filter.bp-secondary-action {
    position: static !Important;
}

textarea.post__textarea {
    white-space: pre-wrap;
}

.ac-reply-content textarea.post__textarea {
    padding: 9px 90px 2px 21px;
    font-size: 16px !important;
    line-height: 31px;
    height: 33px;
    min-height: 33px !important;
}

.navigation--profile span.navigation__badge{
    display:none;
}

.bp-load-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
}

.bp-load {
    top: 44%;
    position: absolute;
    left: 0;
    right: 0;
}

.bp-load img {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.topic-error {
    padding: 10px 0px;
    color: red;
}

.req-field {
    border: solid 1px #e24848 !important;
}

.navigation--thin .navigation__item:nth-of-type(5) .navigation__link {
    padding-left: 0px !important;
    text-align: center !important;
}

.acomment-options span {
    color: #979797;
}

.video-featured__buttons {
    position: initial !important;
}

li.bbp-topic-freshness a {
    background-color: #f6bf35;
    color: black !important;
    padding: 6px;
    text-align: center;
}

span.bbp-topic-freshness-author a {
    background: white;
    /* margin: 8px; */
    width: 100px;
    height: 20px;
    overflow: hidden;
}

/**
Hide iframe when some one add a link in a Topic QUOTE
 */
.bbp-reply-content blockquote iframe {
    display: none;
}

#whats-new-options{
    display: block !important;
}

select#activity-privacy {
    display: none !important;
}

/*.bbp-reply-content iframe {
    display: none;
}*/

.bbp-reply-content iframe[src*="video"] {
    display: block !important;
  }

.activity-comments p iframe.wp-embedded-content {
	display:none;
}

/**
NWC News Right Side

Top Forum Bar
**/
li#bbp_forums_widget-2 ul li {
    font-weight: 700;
    padding-left: 0!important;
    margin-bottom: 17px;
    display: block;
    width: 100%;
    color: black;
}

li#bbp_forums_widget-2 ul li a {
    color: black;
}

li#bbp_forums_widget-2 ul {
    padding: 0;
}

li#bbp_forums_widget-2 ul li:nth-of-type(n+6) {
    display: none;
}

div.error::after {
    content: "iframe tags are not supoorted";
    margin-bottom: 10px;
    display: inline-block;
    background-color: #d80000;
    padding: 10px;
    color: white;
    border: solid 1px red;
    font-size: 12px;
}