.bbp-reply-form,
.bbp-topic-form,
.bbp-forum-form {
  float: left;
  position: relative;
  width: 100%;
  background-color: var(--wt-theme-domain-30-color);
  padding: 2rem;
  overflow: hidden;
  clear: left;
  border: none;
}
.bbp-reply-form label,
.bbp-topic-form label,
.bbp-forum-form label {
  font-size: 1rem;
  font-weight: bold;
}
.bbp-reply-form input[type=text],
.bbp-topic-form input[type=text],
.bbp-forum-form input[type=text] {
  font-family: "RO Sans", arial, verdana, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.5rem;
  width: 100%;
  max-width: 100%;
}
.bbp-reply-form .bbp_topic_title_required,
.bbp-topic-form .bbp_topic_title_required,
.bbp-forum-form .bbp_topic_title_required {
  font-style: italic;
  font-weight: 400;
  color: #c02b0a;
  display: inline-block;
  font-size: 1rem;
  padding-left: 0.125em;
}
.bbp-reply-form select,
.bbp-topic-form select,
.bbp-forum-form select {
  font-family: "RO Sans", arial, verdana, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  width: 100%;
  max-width: 100%;
}
.bbp-reply-form #new-post,
.bbp-reply-form .bbp-form,
.bbp-topic-form #new-post,
.bbp-topic-form .bbp-form,
.bbp-forum-form #new-post,
.bbp-forum-form .bbp-form {
  position: relative;
  z-index: 2;
}
.bbp-reply-form .title,
.bbp-topic-form .title,
.bbp-forum-form .title {
  font-size: var(--wt-h2-font-size);
  font-weight: 400;
  line-height: var(--wt-h2-line-height);
  margin-bottom: var(--wt-h2-margin-bottom);
}
.bbp-reply-form fieldset,
.bbp-topic-form fieldset,
.bbp-forum-form fieldset {
  clear: left;
  border: none;
  padding: 0;
  margin: 0;
}
.bbp-reply-form fieldset .wt-bbpress-errors,
.bbp-topic-form fieldset .wt-bbpress-errors,
.bbp-forum-form fieldset .wt-bbpress-errors {
  margin: 0 0 1rem 0;
}
.bbp-reply-form fieldset .wt-bbpress-errors .error,
.bbp-topic-form fieldset .wt-bbpress-errors .error,
.bbp-forum-form fieldset .wt-bbpress-errors .error {
  margin-bottom: 0.5rem;
}
.bbp-reply-form .bbp-the-content-wrapper,
.bbp-topic-form .bbp-the-content-wrapper,
.bbp-forum-form .bbp-the-content-wrapper {
  margin-bottom: 0.625rem;
}
.bbp-reply-form .bbp-the-content-wrapper .wp-editor-tabs,
.bbp-topic-form .bbp-the-content-wrapper .wp-editor-tabs,
.bbp-forum-form .bbp-the-content-wrapper .wp-editor-tabs {
  display: none;
}
.bbp-reply-form .bbp-submit-wrapper,
.bbp-topic-form .bbp-submit-wrapper,
.bbp-forum-form .bbp-submit-wrapper {
  margin-top: 15px;
  display: flex;
  float: left;
  clear: both;
}
.bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link,
.bbp-topic-form .bbp-submit-wrapper #bbp-cancel-reply-to-link,
.bbp-forum-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
  position: relative;
  top: 1px;
  margin-right: 1rem;
}
.bbp-reply-form iframe,
.bbp-topic-form iframe,
.bbp-forum-form iframe {
  max-width: calc(100% - 1px);
}
.bbp-reply-form .bbp_log_reply,
.bbp-reply-form .bbp_topic_subscription_option,
.bbp-reply-form .bbp_log_topic,
.bbp-topic-form .bbp_log_reply,
.bbp-topic-form .bbp_topic_subscription_option,
.bbp-topic-form .bbp_log_topic,
.bbp-forum-form .bbp_log_reply,
.bbp-forum-form .bbp_topic_subscription_option,
.bbp-forum-form .bbp_log_topic {
  position: relative;
  overflow: visible;
  margin-bottom: 0.5rem;
}
.bbp-reply-form .bbp_log_reply input[type=checkbox],
.bbp-reply-form .bbp_topic_subscription_option input[type=checkbox],
.bbp-reply-form .bbp_log_topic input[type=checkbox],
.bbp-topic-form .bbp_log_reply input[type=checkbox],
.bbp-topic-form .bbp_topic_subscription_option input[type=checkbox],
.bbp-topic-form .bbp_log_topic input[type=checkbox],
.bbp-forum-form .bbp_log_reply input[type=checkbox],
.bbp-forum-form .bbp_topic_subscription_option input[type=checkbox],
.bbp-forum-form .bbp_log_topic input[type=checkbox] {
  position: absolute;
  left: -999em;
}
.bbp-reply-form .bbp_log_reply input[type=checkbox]:checked + label::before,
.bbp-reply-form .bbp_topic_subscription_option input[type=checkbox]:checked + label::before,
.bbp-reply-form .bbp_log_topic input[type=checkbox]:checked + label::before,
.bbp-topic-form .bbp_log_reply input[type=checkbox]:checked + label::before,
.bbp-topic-form .bbp_topic_subscription_option input[type=checkbox]:checked + label::before,
.bbp-topic-form .bbp_log_topic input[type=checkbox]:checked + label::before,
.bbp-forum-form .bbp_log_reply input[type=checkbox]:checked + label::before,
.bbp-forum-form .bbp_topic_subscription_option input[type=checkbox]:checked + label::before,
.bbp-forum-form .bbp_log_topic input[type=checkbox]:checked + label::before {
  background-color: #00537c;
  border: 2px solid #00537c;
}
.bbp-reply-form .bbp_log_reply input[type=checkbox]:checked:hover + label::before,
.bbp-reply-form .bbp_topic_subscription_option input[type=checkbox]:checked:hover + label::before,
.bbp-reply-form .bbp_log_topic input[type=checkbox]:checked:hover + label::before,
.bbp-topic-form .bbp_log_reply input[type=checkbox]:checked:hover + label::before,
.bbp-topic-form .bbp_topic_subscription_option input[type=checkbox]:checked:hover + label::before,
.bbp-topic-form .bbp_log_topic input[type=checkbox]:checked:hover + label::before,
.bbp-forum-form .bbp_log_reply input[type=checkbox]:checked:hover + label::before,
.bbp-forum-form .bbp_topic_subscription_option input[type=checkbox]:checked:hover + label::before,
.bbp-forum-form .bbp_log_topic input[type=checkbox]:checked:hover + label::before {
  background-color: #00537c;
  border: 2px solid #00537c;
}
.bbp-reply-form .bbp_log_reply input[type=checkbox]:hover + label::before,
.bbp-reply-form .bbp_topic_subscription_option input[type=checkbox]:hover + label::before,
.bbp-reply-form .bbp_log_topic input[type=checkbox]:hover + label::before,
.bbp-topic-form .bbp_log_reply input[type=checkbox]:hover + label::before,
.bbp-topic-form .bbp_topic_subscription_option input[type=checkbox]:hover + label::before,
.bbp-topic-form .bbp_log_topic input[type=checkbox]:hover + label::before,
.bbp-forum-form .bbp_log_reply input[type=checkbox]:hover + label::before,
.bbp-forum-form .bbp_topic_subscription_option input[type=checkbox]:hover + label::before,
.bbp-forum-form .bbp_log_topic input[type=checkbox]:hover + label::before {
  background-color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--darkblue-100);
}
.bbp-reply-form .bbp_log_reply input[type=checkbox]:focus-visible + label::before,
.bbp-reply-form .bbp_topic_subscription_option input[type=checkbox]:focus-visible + label::before,
.bbp-reply-form .bbp_log_topic input[type=checkbox]:focus-visible + label::before,
.bbp-topic-form .bbp_log_reply input[type=checkbox]:focus-visible + label::before,
.bbp-topic-form .bbp_topic_subscription_option input[type=checkbox]:focus-visible + label::before,
.bbp-topic-form .bbp_log_topic input[type=checkbox]:focus-visible + label::before,
.bbp-forum-form .bbp_log_reply input[type=checkbox]:focus-visible + label::before,
.bbp-forum-form .bbp_topic_subscription_option input[type=checkbox]:focus-visible + label::before,
.bbp-forum-form .bbp_log_topic input[type=checkbox]:focus-visible + label::before {
  outline-offset: 1px !important;
  outline: 2px dashed #000 !important;
}
.bbp-reply-form .bbp_log_reply label,
.bbp-reply-form .bbp_topic_subscription_option label,
.bbp-reply-form .bbp_log_topic label,
.bbp-topic-form .bbp_log_reply label,
.bbp-topic-form .bbp_topic_subscription_option label,
.bbp-topic-form .bbp_log_topic label,
.bbp-forum-form .bbp_log_reply label,
.bbp-forum-form .bbp_topic_subscription_option label,
.bbp-forum-form .bbp_log_topic label {
  font-size: 1rem;
  font-weight: 400 !important;
  padding-left: 1.8rem;
  position: relative;
  cursor: pointer;
}
.bbp-reply-form .bbp_log_reply label:before,
.bbp-reply-form .bbp_topic_subscription_option label:before,
.bbp-reply-form .bbp_log_topic label:before,
.bbp-topic-form .bbp_log_reply label:before,
.bbp-topic-form .bbp_topic_subscription_option label:before,
.bbp-topic-form .bbp_log_topic label:before,
.bbp-forum-form .bbp_log_reply label:before,
.bbp-forum-form .bbp_topic_subscription_option label:before,
.bbp-forum-form .bbp_log_topic label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--wp--preset--color--white);
  border: solid 2px var(--wp--preset--color--gray-6);
}
.bbp-reply-form .bbp_log_reply label:after,
.bbp-reply-form .bbp_topic_subscription_option label:after,
.bbp-reply-form .bbp_log_topic label:after,
.bbp-topic-form .bbp_log_reply label:after,
.bbp-topic-form .bbp_topic_subscription_option label:after,
.bbp-topic-form .bbp_log_topic label:after,
.bbp-forum-form .bbp_log_reply label:after,
.bbp-forum-form .bbp_topic_subscription_option label:after,
.bbp-forum-form .bbp_log_topic label:after {
  display: block;
  position: absolute;
  content: "";
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid var(--wp--preset--color--white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.bbp-reply-form .wp-editor-container iframe,
.bbp-topic-form .wp-editor-container iframe,
.bbp-forum-form .wp-editor-container iframe {
  max-width: calc(100% - 1px);
}

.trumbowyg-box {
  background: white;
  margin-bottom: 0.5rem;
  border: 1px solid #767676;
}
.trumbowyg-box #bbp_reply_content:focus-visible,
.trumbowyg-box #bbp_reply_content_trumbowyg_editor:focus-visible {
  box-shadow: inset 0 0 0 2px #fff !important;
  outline-offset: -2px !important;
  outline: 2px dashed #000 !important;
  border-color: inherit !important;
}
.trumbowyg-box .trumbowyg-editor {
  min-height: 260px;
  padding: 15px;
}

/* Forum intro */
.forum-topic-meta {
  display: flex;
}
@media (max-width: 768px) {
  .forum-topic-meta {
    display: inherit;
  }
}
.forum-topic-meta span {
  display: flex;
  margin: 0 1rem 0 0;
  text-transform: lowercase;
}
.forum-topic-meta span .wt-svg-icon {
  margin-right: 0.4rem;
  margin-bottom: 0;
  padding-bottom: 0.2rem;
}

body.single-forum .wt-blocks-layer-inner {
  padding-top: 1.5rem;
}

.bbpress .wt-pagination-row {
  border: none;
  float: left;
  width: 100%;
}

.wt-bbpress-errors {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wt-bbpress-errors .error {
  align-items: center;
  background-color: var(--wp--preset--color--red-15);
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--black);
  font-size: 0.875rem;
  line-height: 1.57143;
  justify-content: start;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  position: relative;
  display: flex;
}
.wt-bbpress-errors .error .wt-svg-icon {
  flex-shrink: 0;
  color: var(--wp--preset--color--red-100);
  margin-right: 0.5rem;
}

div.bbp-template-notice {
  padding: 1em;
  margin: 0 0 1.5rem 0;
  clear: both;
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--darkyellow-15);
  float: left;
  width: 100%;
}
div.bbp-template-notice ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.bbp-template-notice ul li {
  background: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mce-tinymce .mce-container {
  background: none;
  border-bottom: none;
}

.bbp-reply-header {
  float: left;
  width: 100%;
}
.bbp-reply-header .bbp-meta {
  margin: 5px 0;
  font-size: var(--wt-p-m-font-size);
  color: var(--wp--preset--color--gray-6);
}
.bbp-reply-header .bbp-meta span {
  margin-right: 0.5rem;
}
.bbp-reply-header .bbp-meta span .wt-svg-icon {
  height: 18px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
}

.bbp-reply-quote {
  float: left;
  border-left: 2px solid var(--wp--preset--color--logoblue-100);
  padding-left: 0.8rem;
  width: 100%;
}
.bbp-reply-quote .bbp-reply-quote-meta {
  color: var(--wp--preset--color--gray-6);
}
.bbp-reply-quote .bbp-reply-quote-meta .bbp-reply-quote-meta-author {
  color: black;
  font-weight: 600;
}
.bbp-reply-quote .bbp-reply-quote-meta div {
  display: inline-block;
}
.bbp-reply-quote .bbp-reply-quote-content p:last-of-type {
  margin-bottom: 0;
}

.bbp-reply-content .bbp-reply-revision-log {
  margin: 1rem 0 1rem 0;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding: 0.5rem 0 0 !important;
  color: var(--wp--preset--color--gray-6);
  font-size: 1rem;
}
.bbp-reply-content .bbp-reply-revision-log li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.bbp-reply-content .bbp-reply-revision-log .bbp-author-avatar {
  display: none;
}
.bbp-reply-content .bbp-admin-links {
  width: 100%;
  margin: 0 0 1.5rem 0;
  color: #ddd;
  font-size: 1.125rem;
  float: left;
}
.bbp-reply-content .bbp-admin-links a {
  font-size: 1.125rem;
  box-shadow: none;
  border: none;
  transition: none;
  color: var(--wp--preset--color--logoblue-100);
  text-decoration: underline;
}
.bbp-reply-content .wt-block-notification .wt-block-notification-title {
  line-height: 2rem;
  margin-bottom: 0;
}

.wt-accepted-answer-link ul.wt-arrow-linklist {
  margin-bottom: 0;
}

.bbpress .bbp-replies-list {
  margin: 0;
  padding: 0;
}
.bbpress .bbp-replies-list li {
  list-style: none;
}
.bbpress .bbp-replies-list li .reply {
  margin-bottom: 1rem;
}
.bbpress .bbp-replies-list li .reply.status-trash {
  background-color: var(--wp--preset--color--red-15);
  border: 2px dashed #c02b0a;
  padding: 1rem 1rem 0 1rem;
  float: left;
  width: 100%;
}
.bbpress .bbp-replies-list li .reply .bbp-reply-author {
  text-align: center;
  width: 115px;
}
.bbpress .bbp-replies-list li .reply .bbp-reply-header {
  width: 100%;
  margin-bottom: 0.5rem;
}
.bbpress .bbp-replies-list li .bbp-reply-content-wrapper ul,
.bbpress .bbp-replies-list li .bbp-reply-content-wrapper ol {
  margin-bottom: 0.5rem;
}
.bbpress .bbp-replies-list li .bbp-reply-content-wrapper ul li,
.bbpress .bbp-replies-list li .bbp-reply-content-wrapper ol li {
  list-style: inherit;
}
.bbpress .bbp-replies-list li .bbp-threaded-replies .bbp-reply-content ul {
  margin-bottom: 1rem;
}
.bbpress .bbp-replies-list li .bbp-threaded-replies .bbp-reply-content .bbp-reply-quote {
  font-size: 1rem;
  color: #535353;
  border-color: #535353;
  overflow: auto;
  border-left: 2px solid;
  padding: 0.2rem 0.5rem;
  margin: 0 0 1rem 0;
}
.bbpress .bbp-replies-list li .bbp-threaded-replies .bbp-reply-content .bbp-reply-quote p:last-child {
  margin-bottom: 0;
}
.bbpress .bbp-replies-list li .bbp-threaded-replies .bbp-reply-content .bbp-reply-quote .bbp-reply-quote-meta .bbp-reply-quote-meta-author {
  font-weight: 600;
  display: inline-block;
}
.bbpress .bbp-replies-list li .bbp-threaded-replies .bbp-reply-content .bbp-reply-quote .bbp-reply-quote-meta .bbp-reply-quote-meta-date {
  display: inline-block;
}

/* Topic intro */
.bbp-replies {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.bbp-lead-topic {
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: block;
  border: inherit;
}
.bbp-lead-topic li {
  list-style: none;
}
.bbp-lead-topic .bbp-reply-content {
  padding: 12px 0 12px 0;
  text-align: left;
  position: relative;
}
.bbp-lead-topic .bbp-reply-content li {
  list-style: inherit;
  padding-bottom: 0.75rem;
}
.bbp-lead-topic .bbp-reply-content .bbp-reply-header .bbp-meta span.is-subscribed a, .bbp-lead-topic .bbp-reply-content .bbp-reply-header .bbp-meta span.is-favorite a {
  color: var(--wp--preset--color--vivid-red);
}
.bbp-lead-topic .bbp-reply-content .bbp-reply-header .bbp-meta span span {
  margin-right: 0;
}
.bbp-lead-topic .bbp-reply-content .bbp-reply-content {
  padding: 12px 0 12px 0;
  text-align: left;
  position: relative;
  float: left;
}
.bbp-lead-topic .bbp-reply-content .bbp-topic-revision-log {
  margin: 1rem 0 0 0;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding: 0.5rem 0 0 !important;
  color: var(--wp--preset--color--gray-6);
  font-size: 1rem;
}
.bbp-lead-topic .bbp-reply-content .bbp-topic-revision-log li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bbp-lead-topic .bbp-reply-content .bbpress div.bbp-reply-content ul {
  margin: 0 15px 15px;
  padding: 0;
}
.bbp-lead-topic .bbp-reply-content .bbp-author-avatar {
  display: none;
}
.bbp-lead-topic .bbp-reply-content .bbp-admin-links {
  padding: 0.5rem 0 0 0;
  font-size: 1rem;
  float: left;
  color: black;
}

/* Reply respond link */
.bbp-reply-respond-link {
  color: var(--wp--preset--color--skyblue-100);
  line-height: 2rem;
  text-decoration: none;
  display: inline-flex;
  width: 100%;
}
.bbp-reply-respond-link svg {
  fill: var(--wp--preset--color--skyblue-100);
  margin-right: 0.4rem;
}

/* Topic replies */
.bbp-replies-wrapper,
.bbp-replies {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 2rem 2.6rem 0 2rem !important;
  margin-bottom: 1.5rem;
  display: block;
  float: left;
  width: 100%;
}
.bbp-replies-wrapper .bbp-replies-count-title,
.bbp-replies .bbp-replies-count-title {
  margin: 0 0 1rem 0;
  font-weight: normal;
}

/* Reply form */
.wt-bbpress-errors .error {
  margin-bottom: 0.5rem;
}

.bbp-topic-form {
  float: left;
  padding: 2rem;
  background-color: var(--wt-theme-domain-30-color);
  width: 100%;
}

.bbp-no-forum,
.bbp-no-reply,
.bbp-no-topic {
  float: left;
  padding: 2rem;
  background-color: var(--wt-theme-domain-30-color);
  width: 100%;
}
.bbp-no-forum .title,
.bbp-no-reply .title,
.bbp-no-topic .title {
  font-size: var(--wt-h2-font-size);
  font-weight: 400;
  line-height: var(--wt-h2-line-height);
  margin-bottom: var(--wt-h2-margin-bottom);
}
.bbp-no-forum .wt-button-primary,
.bbp-no-reply .wt-button-primary,
.bbp-no-topic .wt-button-primary {
  position: relative;
}
.bbp-no-forum .wt-button-primary svg,
.bbp-no-reply .wt-button-primary svg,
.bbp-no-topic .wt-button-primary svg {
  position: relative;
  top: -2px;
  margin-right: 0.625rem;
}

#new-post {
  float: left;
  width: 100%;
}

/* Topics */
.bbp-topics {
  margin: 0;
  padding: 0;
}
.bbp-topics .bbp-body {
  padding: 0;
  margin: 0;
}
.bbp-topics .topic {
  border-bottom: 2px solid #eee;
  overflow: hidden;
  transition: background-color 0.3s ease-out;
  position: relative;
  padding: 1rem;
  margin: 1.5rem 0;
}
.bbp-topics .topic:hover {
  background-color: var(--wt-theme-domain-15-color);
  border-bottom: 2px solid var(--wt-theme-domain-color);
}
.bbp-topics .topic.status-closed {
  color: #ccc;
}
.bbp-topics .topic.status-closed h2 a,
.bbp-topics .topic.status-closed .bbp-topic-meta,
.bbp-topics .topic.status-closed .bbp-topic-excerpt {
  color: #ccc;
}
.bbp-topics .topic.sticky, .bbp-topics .topic.super-sticky {
  background-color: var(--wp--preset--color--orange-15);
  color: var(--wp--preset--color--black);
}
.bbp-topics .topic.sticky h2 a,
.bbp-topics .topic.sticky .bbp-topic-excerpt, .bbp-topics .topic.super-sticky h2 a,
.bbp-topics .topic.super-sticky .bbp-topic-excerpt {
  color: var(--wp--preset--color--black);
}
.bbp-topics .topic .bbp-topic-title {
  font-size: 1.3125rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.333333;
  font-style: normal;
  font-weight: 400;
}
.bbp-topics .topic .bbp-topic-title a {
  color: var(--wp--preset--color--skyblue-100);
  text-decoration: none;
  position: inherit;
}
.bbp-topics .topic .bbp-topic-title a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bbp-topics .topic .bbp-topic-meta {
  display: block;
  margin: 0.5rem 0;
  padding: 0;
  color: var(--wp--preset--color--gray-6);
}
.bbp-topics .topic .bbp-topic-meta .bbp-topic-meta-content {
  display: flex;
}
.bbp-topics .topic .bbp-topic-meta .bbp-topic-started-in {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.bbp-topics .topic .bbp-topic-meta span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1rem;
}
.bbp-topics .topic .bbp-topic-meta span .wt-svg-icon {
  padding-bottom: 0.2rem;
  margin-right: 2px;
}
.bbp-topics .topic .bbp-topic-meta span:last-of-type {
  margin-right: 0;
}
.bbp-topics .topic:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  #bbp-user-wrapper #bbp-single-user-details,
  #bbp-user-wrapper #bbp-user-body {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#bbp-user-wrapper .bbp-user-section {
  float: left;
  width: 100%;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul {
  margin: 0;
  padding: 0;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li {
  list-style: none;
  padding: 1rem;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #eee;
  transition: background-color 0.3s ease-out;
  overflow: hidden;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li:hover {
  background-color: var(--wt-theme-domain-15-color);
  border-bottom: 2px solid var(--wt-theme-domain-color);
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-forum-title {
  font-size: 1.3125rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.333333;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--skyblue-100);
  text-decoration: none;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-forum-title:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-row-actions {
  display: none;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-forum-content .is-style-intro {
  font-size: 1rem;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-forum-content p:last-of-type {
  margin-bottom: 0;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li .bbp-forum-content div {
  display: none;
}
#bbp-user-wrapper .bbp-user-section .bbp-forums ul li.bbp-forum-topic-count, #bbp-user-wrapper .bbp-user-section .bbp-forums ul li.bbp-forum-reply-count, #bbp-user-wrapper .bbp-user-section .bbp-forums ul li.bbp-forum-freshness {
  display: none;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper,
#bbp-user-wrapper .bbp-user-section .bbp-replies {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry {
  float: left;
  width: 100%;
  border-bottom: 2px solid #eee;
  overflow: hidden;
  transition: background-color 0.3s ease-out;
  position: relative;
  padding: 1rem;
  margin: 0.5rem 0;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry .bbp-reply-post-author,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry .bbp-reply-post-author {
  display: none;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry .bbp-header,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry .bbp-header {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.333333;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--skyblue-100);
  text-decoration: none;
  position: inherit;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry .bbp-header a,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry .bbp-header a {
  font-size: 1.125rem;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry .bbp-admin-links,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry .bbp-admin-links {
  margin: 0 0 0.5rem 0;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry:first-of-type,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry:first-of-type {
  margin: 0 0 1.5rem 0;
}
#bbp-user-wrapper .bbp-user-section .bbp-replies-wrapper .hentry:hover,
#bbp-user-wrapper .bbp-user-section .bbp-replies .hentry:hover {
  background-color: var(--wt-theme-domain-15-color);
  border-bottom: 2px solid var(--wt-theme-domain-color);
}
#bbp-user-wrapper .bbp-user-section .bbp-topics .topic:first-child {
  margin-top: 0 !important;
}

#bbp-user-wrapper #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}
#bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}
#bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation ul {
  margin: 0;
  padding: 0;
}
#bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation ul li {
  list-style: none;
  margin: 0;
  padding-bottom: 0.75rem;
}
#bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation ul li a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}
#bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation ul li.current a {
  background: #eee;
  opacity: 0.8;
}
#bbp-user-wrapper #bbp-user-body {
  margin-left: 180px;
}
#bbp-user-wrapper #bbp-user-body #bbp-user-replies-created .bbp-replies-count-title {
  display: none;
}
