@charset "UTF-8";
/* CSS variables */
:root {
  --bb-rl-primary-color: #4946fe;
  --bb-rl-secondary-color: #dde4ff;
  --bb-rl-background-color: #fff;
  --bb-rl-background-hover-color: #f8f8f8;
  --bb-rl-background-secondary-color: #f6f6f6;
  --bb-rl-background-secondary-hover-color: #f3f3f3;
  --bb-rl-background-tertiary-color: #dbdbdb;
  --bb-rl-background-tertiary-hover-color: #cececf;
  --bb-rl-background-black-color: #0c0c0d;
  --bb-rl-background-disabled-color: #dbdbdb;
  --bb-rl-background-brand-primary-color: #4946fe;
  --bb-rl-background-brand-primary-hover-color: #4937f4;
  --bb-rl-background-brand-secondary-color: #dde4ff;
  --bb-rl-background-brand-secondary-hover-color: #c2cdff;
  --bb-rl-background-brand-disabled-color: #767eff;
  --bb-rl-background-positive-primary-color: #14ae5c;
  --bb-rl-background-positive-primary-hover-color: #009951;
  --bb-rl-background-positive-secondary-color: #ebffee;
  --bb-rl-background-positive-secondary-hover-color: #cff7d3;
  --bb-rl-background-warning-primary-color: #e5a000;
  --bb-rl-background-warning-primary-hover-color: #bf6a02;
  --bb-rl-background-warning-secondary-color: #fffbeb;
  --bb-rl-background-warning-secondary-hover-color: #fff1c2;
  --bb-rl-background-danger-primary-color: #ec221f;
  --bb-rl-background-danger-primary-hover-color: #c00f0c;
  --bb-rl-background-danger-secondary-color: #fee9e7;
  --bb-rl-background-danger-secondary-hover-color: #fdd3d0;
  --bb-rl-border-color: #f3f3f3;
  --bb-rl-border-secondary-color: #e7e7e7;
  --bb-rl-border-tertiary-color: #cececf;
  --bb-rl-border-disabled-color: #f3f3f3;
  --bb-rl-border-quinery-color: #6d6d6e;
  --bb-rl-border-quaternary-color: #9e9e9e;
  --bb-rl-border-brand-primary-color: #3325ae;
  --bb-rl-border-brand-secondary-color: #4946fe;
  --bb-rl-border-positive-primary-color: #02542d;
  --bb-rl-border-positive-secondary-color: #14ae5c;
  --bb-rl-border-warning-primary-color: #682d03;
  --bb-rl-border-warning-secondary-color: #e5a000;
  --bb-rl-border-danger-primary-color: #690807;
  --bb-rl-border-danger-secondary-color: #ec221f;
  --bb-rl-text-color: #242425;
  --bb-rl-text-white-color: #fff;
  --bb-rl-text-secondary-color: #555556;
  --bb-rl-text-tertiary-color: #858586;
  --bb-rl-text-disabled-color: #9e9e9e;
  --bb-rl-text-brand-primary-color: #4946fe;
  --bb-rl-text-brand-secondary-color: #3325ae;
  --bb-rl-text-positive-primary-color: #02542d;
  --bb-rl-text-positive-secondary-color: #14ae5c;
  --bb-rl-text-warning-primary-color: #682d03;
  --bb-rl-text-warning-secondary-color: #e5a000;
  --bb-rl-text-danger-primary-color: #690807;
  --bb-rl-text-danger-secondary-color: #ec221f;
  --bb-rl-icon-color: #0c0c0d;
  --bb-rl-icon-primary-color: #3d3d3d;
  --bb-rl-icon-secondary-color: #6d6d6e;
  --bb-rl-icon-tertiary-color: #9e9e9e;
  --bb-rl-icon-disabled-color: #cececf;
  --bb-rl-icon-brand-primary-color: #3325ae;
  --bb-rl-icon-brand-secondary-color: #4946fe;
  --bb-rl-icon-positive-primary-color: #02542d;
  --bb-rl-icon-positive-secondary-color: #14ae5c;
  --bb-rl-icon-warning-primary-color: #682d03;
  --bb-rl-icon-warning-secondary-color: #e5a000;
  --bb-rl-icon-danger-primary-color: #690807;
  --bb-rl-icon-danger-secondary-color: #ec221f;
  --bb-rl-radius-xs: 2px;
  --bb-rl-radius-sm: 4px;
  --bb-rl-radius-md: 6px;
  --bb-rl-radius-base: 8px;
  --bb-rl-radius-lg: 12px;
  --bb-rl-radius-full: 99px;
  --bb-rl-space-0: 0;
  --bb-rl-space-50: 4px;
  --bb-rl-space-100: 8px;
  --bb-rl-space-200: 16px;
  --bb-rl-space-300: 24px;
  --bb-rl-space-400: 32px;
  --bb-rl-space-500: 40px;
  --bb-rl-space-600: 48px;
  --bb-rl-space-700: 56px;
  --bb-rl-z-index-dropdown: 1000;
  --bb-rl-z-index-sticky: 1020;
  --bb-rl-z-index-fixed: 1030;
  --bb-rl-z-index-adminbar: 1035;
  --bb-rl-z-index-modal-backdrop: 1040;
  --bb-rl-z-index-modal: 1050;
  --bb-rl-z-index-popover: 1060;
  --bb-rl-z-index-tooltip: 1070;
  --bb-rl-font-family-base: InterText, serif;
  --bb-rl-font-size-2xl: 20px;
  --bb-rl-font-size-base: 16px;
  --bb-rl-font-size-xs: 11px;
  --bb-rl-font-size-sm: 13px;
  --bb-rl-base-line-xs: 16px;
  --bb-rl-base-line-small: 20px;
  --bb-rl-base-line: 24px;
  --bb-rl-base-line-2xl: 30px;
}

/* Dark Mode Variables */
.bb-rl-dark-mode {
  --bb-rl-background-color: #242425;
  --bb-rl-background-hover-color: #555556;
  --bb-rl-background-secondary-color: #2f2f2f;
  --bb-rl-background-secondary-hover-color: #3d3d3d;
  --bb-rl-background-tertiary-color: #6d6d6e;
  --bb-rl-background-tertiary-hover-color: #555556;
  --bb-rl-background-black-color: #0c0c0d;
  --bb-rl-background-disabled-color: #dbdbdb;
  --bb-rl-background-brand-primary-color: #4946fe;
  --bb-rl-background-brand-primary-hover-color: #4937f4;
  --bb-rl-background-brand-secondary-color: #3325ae;
  --bb-rl-background-brand-secondary-hover-color: #2e2689;
  --bb-rl-background-brand-disabled-color: #767eff;
  --bb-rl-background-positive-primary-color: #008043;
  --bb-rl-background-positive-primary-hover-color: #02542d;
  --bb-rl-background-positive-secondary-color: #02542d;
  --bb-rl-background-positive-secondary-hover-color: #024023;
  --bb-rl-background-warning-primary-color: #975102;
  --bb-rl-background-warning-primary-hover-color: #682d03;
  --bb-rl-background-warning-secondary-color: #682d03;
  --bb-rl-background-warning-secondary-hover-color: #522504;
  --bb-rl-background-danger-primary-color: #900b09;
  --bb-rl-background-danger-primary-hover-color: #690807;
  --bb-rl-background-danger-secondary-color: #690807;
  --bb-rl-background-danger-secondary-hover-color: #4d0b0a;
  --bb-rl-border-color: #2f2f2f;
  --bb-rl-border-secondary-color: #3d3d3d;
  --bb-rl-border-tertiary-color: #555556;
  --bb-rl-border-disabled-color: #f3f3f3;
  --bb-rl-border-quinery-color: #f6f6f6;
  --bb-rl-border-quaternary-color: #f3f3f3;
  --bb-rl-border-brand-primary-color: #c2cdff;
  --bb-rl-border-brand-secondary-color: #4946fe;
  --bb-rl-border-positive-primary-color: #cff7d3;
  --bb-rl-border-positive-secondary-color: #14ae5c;
  --bb-rl-border-warning-primary-color: #fff1c2;
  --bb-rl-border-warning-secondary-color: #e5a000;
  --bb-rl-border-danger-primary-color: #fdd3d0;
  --bb-rl-border-danger-secondary-color: #ec221f;
  --bb-rl-text-color: #fff;
  --bb-rl-text-white-color: #fff;
  --bb-rl-text-secondary-color: #cececf;
  --bb-rl-text-tertiary-color: #b6b6b6;
  --bb-rl-text-disabled-color: #e7e7e7;
  --bb-rl-text-brand-primary-color: #4946fe;
  --bb-rl-text-brand-secondary-color: #c2cdff;
  --bb-rl-text-positive-primary-color: #cff7d3;
  --bb-rl-text-positive-secondary-color: #14ae5c;
  --bb-rl-text-warning-primary-color: #fff1c2;
  --bb-rl-text-warning-secondary-color: #e5a000;
  --bb-rl-text-danger-primary-color: #fdd3d0;
  --bb-rl-text-danger-secondary-color: #ec221f;
  --bb-rl-icon-color: #cececf;
  --bb-rl-icon-primary-color: #cececf;
  --bb-rl-icon-secondary-color: #cececf;
  --bb-rl-icon-tertiary-color: #9e9e9e;
  --bb-rl-icon-disabled-color: #858586;
  --bb-rl-icon-brand-primary-color: #c2cdff;
  --bb-rl-icon-brand-secondary-color: #4946fe;
  --bb-rl-icon-positive-primary-color: #cff7d3;
  --bb-rl-icon-positive-secondary-color: #14ae5c;
  --bb-rl-icon-warning-primary-color: #fff1c2;
  --bb-rl-icon-warning-secondary-color: #e5a000;
  --bb-rl-icon-danger-primary-color: #fdd3d0;
  --bb-rl-icon-danger-secondary-color: #ec221f;
  scrollbar-color: #666 transparent;
  color-scheme: dark;
}

/* SCSS Variables */
.bb-rl-forums-container-inner {
  max-width: 848px;
  margin: 0 auto;
}

.bbpress .bb-rl-secondary-header .select2-container .bb-rl-select2-dropdown {
  margin-left: -54px;
}

.bbpress .bb-rl-secondary-header .select2-container .bb-rl-select2-dropdown .select2-results__option[aria-selected="true"] {
  color: var(--bb-rl-text-color);
}

.bb-rl-forums-list {
  display: flex;
  flex-flow: row wrap;
  gap: var(--bb-rl-space-200);
  list-style: none;
  padding: 0;
}

.bb-rl-forums-list .bb-rl-forum-list-item {
  border: 1px solid var(--bb-rl-border-secondary-color);
  background-color: var(--bb-rl-background-color);
  border-radius: var(--bb-rl-radius-lg);
  min-width: 344px;
  width: calc(33.3333% - var(--bb-rl-space-200));
}

.bb-rl-forums-list .bb-rl-forum-cover img {
  border-radius: var(--bb-rl-radius-lg) var(--bb-rl-radius-lg) 0 0;
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.bb-rl-forums-list .bb-rl-card-forum-details {
  padding: var(--bb-rl-space-200) var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-forums-list .bb-rl-card-forum-details h3 {
  font-size: var(--bb-rl-font-size-base);
  font-weight: 500;
  line-height: var(--bb-rl-base-line);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forums-list .bb-rl-card-forum-details h3 a {
  color: var(--bb-rl-text-color);
}

.bb-rl-forums-list .bb-rl-card-forum-details h3 a:hover {
  text-decoration: underline;
}

.bb-rl-forums-list .bb-rl-card-forum-details p,
.bb-rl-forums-list .bb-rl-card-forum-details .bb-forum-content {
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-forum-meta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-sm);
}

.bb-rl-forum-meta .bb-rl-forum-meta-item-inactive {
  display: none;
}

.bb-rl-forum-meta .bb-rl-forum-meta-item {
  display: flex;
  align-items: center;
}

.bb-rl-forum-meta .bb-rl-forum-meta-item > span:not(:last-child) {
  margin-right: var(--bb-rl-space-50);
}

.bb-rl-forum-meta .bb-rl-forum-meta-item + .bb-rl-forum-meta-item:before {
  content: "•";
  margin: 0 6px;
  color: var(--bb-rl-background-tertiary-color);
}

.bb-rl-forum-meta a {
  color: var(--bb-rl-text-tertiary-color);
}

.bb-rl-topic-content .bbp-topic-tags p {
  font-size: 0;
}

.bbp-topic-tags {
  font-size: 0;
  margin-bottom: 14px;
}

.bbp-topic-tags > p {
  display: flex;
  align-items: center;
  gap: 0;
}

.bbp-topic-tags a {
  color: var(--bb-rl-text-secondary-color);
  font-size: 12px;
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: var(--bb-rl-radius-sm);
  padding: 2px 6px;
}

.bbp-topic-tags a + a {
  margin-left: 8px;
}

.bb-url-scrapper-container {
  display: flex;
  flex-flow: column;
}

.bb-url-scrapper-container:has(.bb-link-preview-container), .bb-url-scrapper-container:has(.bb-url-scrapper-loading) {
  padding: var(--bb-rl-space-100) var(--bb-rl-space-300);
}

.bb-url-scrapper-loading {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  color: var(--bb-rl-text-secondary-color);
  font-size: 0.85rem;
  padding: var(--bb-rl-space-100) 0;
}

.bb-url-scrapper-loading i {
  height: 18px;
  width: 18px;
}

.bb-link-preview-image-cover {
  position: relative;
  overflow: hidden;
  border-radius: var(--bb-rl-radius-lg) var(--bb-rl-radius-lg) 0 0;
}

.bb-link-preview-image-cover img {
  height: 285px;
  width: 100%;
  object-fit: cover;
}

.bb-link-preview-info {
  background-color: var(--bb-rl-background-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-300);
}

.bb-link-preview-info:has(iframe) {
  padding: 0;
}

#bb-url-scrapper-img-holder + .bb-link-preview-info {
  border-radius: 0 0 var(--bb-rl-radius-lg) var(--bb-rl-radius-lg);
}

.bb-url-scrapper-container.activity-post-form-link-wp-embed .bb-link-preview-info {
  background-color: transparent;
  padding: 0;
}

.bb-link-preview-link-name {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.bb-rl-activity-list .bb-rl-activity-inner .bb-link-preview-link-name {
  margin: 0;
}

.bb-link-preview-title {
  color: var(--bb-rl-text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-top: var(--bb-rl-space-50);
}

.bb-link-preview-title a {
  color: var(--bb-rl-text-color);
}

.bb-rl-activity-list .bb-rl-activity-inner .bb-link-preview-title {
  margin: var(--bb-rl-space-50) 0 0 0;
}

#bb-url-scrapper-img-holder {
  position: relative;
}

.bb-link-preview-excerpt {
  color: var(--bb-rl-text-secondary-color);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: var(--bb-rl-space-50);
}

.bb-link-preview-excerpt iframe {
  border-radius: var(--bb-rl-radius-lg);
  width: 100%;
}

#bb-close-link-suggestion {
  color: var(--bb-rl-text-color);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  padding: var(--bb-rl-space-100);
  align-self: flex-end;
}

.bb-link-preview-icons {
  position: absolute;
  left: 15px;
  top: 15px;
  display: flex;
  flex-direction: row;
  gap: var(--bb-rl-space-100);
  width: calc(100% - 30px);
}

.bb-link-preview-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bb-rl-icon-secondary-color);
  background-color: var(--bb-rl-background-secondary-color);
  font-size: 22px;
  line-height: 1;
  border-radius: var(--bb-rl-radius-full);
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08);
  height: 35px;
  width: 35px;
}

.bb-link-preview-icons a#bb-link-preview-select-image {
  display: none;
  margin-left: auto;
}

.bb-link-preview-icons a#bb-link-preview-select-image i {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb-url-thumb-nav {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  margin: auto;
  height: 40px;
  transform: translate(0, -50%);
}

.bb-url-thumb-nav #bb-url-scrapper-img-count {
  display: none;
}

.bb-url-thumb-nav button {
  cursor: pointer;
  margin: 0 var(--bb-rl-space-50);
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  display: none;
}

.bb-url-thumb-nav button [class*="bb-icons-rl"]:before {
  font-size: 40px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: var(--bb-rl-text-white-color);
}

.bb-url-thumb-nav button#bb-url-nextPicButton {
  left: inherit;
  right: 0;
}

.twitter-timeline {
  width: 100% !important;
}

.singular .bbp-user-replies-created .bb-rl-forums-pagination {
  max-width: initial;
}

.singular .bbp-user-replies-created .bb-rl-single-forum-list {
  background-color: var(--bb-rl-background-color);
  border-radius: var(--bb-rl-radius-lg);
  border: 1px solid var(--bb-rl-border-secondary-color);
}

.singular .bbp-user-replies-created .bb-rl-single-forum-list > li .bb-rl-forum-reply-list-item {
  border-radius: 0;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  margin-bottom: 0;
}

.singular .bbp-user-replies-created .bb-rl-single-forum-list > li:first-child .bb-rl-forum-reply-list-item {
  border-radius: var(--bb-rl-radius-lg) var(--bb-rl-radius-lg) 0 0;
}

.singular .bbp-user-replies-created .bb-rl-single-forum-list > li:last-child .bb-rl-forum-reply-list-item {
  border-radius: 0 0 var(--bb-rl-radius-lg) var(--bb-rl-radius-lg);
  border: 0;
}

.forums-video-wrap .act-grid-1-1 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
}

.forums-video-wrap .act-grid-1-1.bb-rl-activity-video-elem .bb-rl-item-cover-wrap {
  padding-top: 275px;
}

.forums-video-wrap .bb-rl-activity-video-elem .bb-rl-item-cover-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
  border-radius: var(--bb-rl-radius-lg);
}

.forums-video-wrap .bb-rl-activity-video-elem .bb-rl-item-cover-wrap:before {
  content: "\e3d0";
  font-family: bb-icons-rl;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-style: normal;
  color: var(--bb-rl-icon-tertiary-color);
  background-color: var(--bb-rl-background-black-color);
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  border: 0;
  transition: all ease 0.3s !important;
  border-radius: var(--bb-rl-radius-full);
}

.forums-video-wrap .bb-rl-activity-video-elem .bb-rl-item-cover-wrap img {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.forums-video-wrap.bb-media-length-1 .act-grid-1-1.bb-rl-activity-video-elem .bb-rl-item-cover-wrap.hide {
  display: none;
}

.forums-video-wrap.bb-media-length-2 .bb-rl-activity-video-elem.act-grid-1-1, .forums-video-wrap.bb-media-length-2 .bb-rl-activity-video-elem.act-grid-1-2 {
  position: relative;
  flex: 0 0 50%;
  padding-right: var(--bb-rl-space-50);
  max-width: 50%;
  min-width: 0;
}

.forums-video-wrap.bb-media-length-2 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .forums-video-wrap.bb-media-length-2 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap {
  padding-top: 275px;
}

.forums-video-wrap.bb-media-length-2 .bb-rl-activity-video-elem.act-grid-1-2 {
  padding-right: 0;
  padding-left: var(--bb-rl-space-50);
}

.forums-video-wrap.bb-media-length-3 {
  gap: var(--bb-rl-space-100);
}

.forums-video-wrap.bb-media-length-3 .bb-rl-activity-video-elem.act-grid-1-1 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: var(--bb-rl-space-100);
}

.forums-video-wrap.bb-media-length-3 .bb-rl-activity-video-elem.act-grid-1-2 {
  flex: 0 0 calc(50% - var(--bb-rl-space-100));
  max-width: calc(50% - var(--bb-rl-space-100));
  padding-right: 0;
}

.forums-video-wrap.bb-media-length-4 .bb-rl-activity-video-elem.act-grid-1-1, .forums-video-wrap.bb-media-length-5 .bb-rl-activity-video-elem.act-grid-1-1 {
  padding-right: var(--bb-rl-space-100);
}

.forums-video-wrap.bb-media-length-4 .bb-rl-activity-video-elem.act-grid-1-2:last-child, .forums-video-wrap.bb-media-length-5 .bb-rl-activity-video-elem.act-grid-1-2:last-child {
  padding-right: var(--bb-rl-space-100);
}

.forums-video-wrap .bb-rl-activity-video-elem.no_more_option .bb-rl-item-cover-wrap:before {
  display: none;
}

.forums-media-wrap.bb-media-length-more, .forums-media-wrap.bb-media-length-5 {
  gap: 0;
}

.forums-media-wrap.bb-media-length-more .bb-rl-activity-media-elem, .forums-media-wrap.bb-media-length-5 .bb-rl-activity-media-elem {
  padding: 3px;
}

.forums-media-wrap.bb-media-length-more .bb-rl-activity-media-elem .bb-rl-entry-img, .forums-media-wrap.bb-media-length-5 .bb-rl-activity-media-elem .bb-rl-entry-img {
  display: block;
  padding-top: 65%;
  position: relative;
}

.forums-media-wrap.bb-media-length-more .bb-rl-activity-media-elem .bb-rl-entry-img img, .forums-media-wrap.bb-media-length-5 .bb-rl-activity-media-elem .bb-rl-entry-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover;
}

.forums-media-wrap.bb-media-length-more .act-grid-1-1, .forums-media-wrap.bb-media-length-5 .act-grid-1-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.forums-media-wrap.bb-media-length-more .act-grid-1-1 + .act-grid-1-2, .forums-media-wrap.bb-media-length-5 .act-grid-1-1 + .act-grid-1-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.forums-media-wrap.bb-media-length-more .act-grid-1-2, .forums-media-wrap.bb-media-length-5 .act-grid-1-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.bb-rl-video-theatre .bb-rl-media-section .video-js {
  height: 100% !important;
  padding: 0;
}

.bb-rl-forum-search-page #bbp-search-form {
  text-align: center;
}

.bb-rl-forum-search-page .bs-section-title {
  margin-bottom: var(--bb-rl-space-200);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding-bottom: var(--bb-rl-space-100);
  font-size: var(--bb-rl-font-size-2xl);
  font-weight: 600;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item {
  display: flex;
  align-items: flex-start;
  gap: var(--bb-rl-space-100);
  padding: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item:not(:last-child) {
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item:hover {
  background-color: var(--bb-rl-background-secondary-color);
  border-radius: var(--bb-rl-radius-base);
  border-color: transparent;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-sec-header {
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-sec-header h3 {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: var(--bb-rl-base-line-small);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-sec-header h3 a {
  color: var(--bb-rl-text-color);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-meta {
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-xs);
  font-weight: 400;
  line-height: var(--bb-rl-base-line-small);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-cover {
  flex-shrink: 0;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-cover img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-cover .bbp-author-role,
.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-cover .bbp-author-name,
.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-forum-cover br {
  display: none;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-forum-content-wrap {
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-color);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bbp-topic-content p,
.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-forum-content p {
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--bb-rl-space-200);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-meta {
  display: flex;
  align-items: center;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-meta .favorite-toggle {
  display: none;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-row-actions:has(.favorite-toggle) + .bb-rl-topic-meta-item:before {
  display: none;
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-meta-item {
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-meta-item a {
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-topic-meta-item:not(:first-child):before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  margin: 0 var(--bb-rl-space-100);
}

.bb-rl-forum-search-page .bb-rl-forum-list-item .bb-rl-card-forum-details {
  flex: 1;
}

@media screen and (max-width: 1400px) {
  .bb-rl-forums-list {
    justify-content: center;
  }
  .bb-rl-forums-list .bb-rl-forum-list-item {
    width: calc(50% - var(--bb-rl-space-200));
  }
}

@media screen and (max-width: 768px) {
  .bb-rl-forums-list .bb-rl-forum-list-item {
    width: 100%;
    min-width: auto;
  }
}

.bb-rl-topics-list-body {
  padding: 0;
}

.bb-rl-topics-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-rl-topics-list .type-topic {
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  padding: var(--bb-rl-space-300);
  display: flex;
  align-items: flex-start;
  gap: var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-topics-list .type-topic .bb-rl-topic-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-topics-list .type-topic .bb-rl-topic-avatar .bbp-author-name {
  display: none;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-content {
  flex: 1;
  position: relative;
  min-width: 0;
  width: 100%;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-status-wrapper {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-status-wrapper .bb-rl-topic-state {
  color: var(--bb-rl-icon-secondary-color);
  font-size: 20px;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-title {
  font-size: var(--bb-rl-font-size-base);
  font-weight: 600;
  line-height: var(--bb-rl-base-line);
  margin-bottom: var(--bb-rl-space-100);
  max-width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-title a {
  color: var(--bb-rl-text-color);
}

.bb-rl-topics-list .type-topic .bb-rl-topic-title a:hover {
  text-decoration: underline;
}

.bb-rl-topics-list .type-topic .bb-rl-topic-description {
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-color);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-topics-list .bb-rl-topic-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--bb-rl-space-200);
}

.bb-rl-topics-list .bb-rl-topic-meta {
  display: flex;
  align-items: center;
}

.bb-rl-topics-list .bb-rl-topic-meta .favorite-toggle {
  display: none;
}

.bb-rl-topics-list .bb-rl-row-actions:has(.favorite-toggle) + .bb-rl-topic-meta-item:before {
  display: none;
}

.bb-rl-topics-list .bb-rl-topic-meta-item {
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-topics-list .bb-rl-topic-meta-item a {
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-topics-list .bb-rl-topic-meta-item:not(:first-child):before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  margin: 0 var(--bb-rl-space-100);
}

.bb-rl-topic-stats {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-200);
}

.bb-rl-topic-stats > div {
  color: var(--bb-rl-text-secondary-color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
}

.bb-rl-topic-stats > div i {
  font-size: 20px;
  color: var(--bb-rl-icon-secondary-color);
}

.bb-rl-topic-started-in {
  display: inline-block;
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-base);
  padding: 6px var(--bb-rl-space-100);
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-topic-started-in a {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  color: var(--bb-rl-text-color);
}

.bb-rl-topic-started-in a img {
  border-radius: var(--bb-rl-radius-sm);
}

.bb-rl-topic-started-by a.bbp-author-link {
  color: var(--bb-rl-text-color);
  font-weight: 500;
}

.bb-rl-topic-started-by .bbp-author-avatar {
  display: none;
}

@media screen and (max-width: 782px) {
  .bb-forums-topics-page .bb-rl-container-inner {
    padding: 0;
  }
  .bb-rl-topics-list .type-topic {
    padding: var(--bb-rl-space-200);
  }
}

@media screen and (max-width: 544px) {
  .bb-rl-topics-list .type-topic {
    flex-direction: column;
    position: relative;
  }
  .bb-rl-topics-list .type-topic .bb-rl-topic-content {
    position: static;
  }
  .bb-rl-topics-list .type-topic .bb-rl-topic-title {
    width: 1000;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .bb-rl-topics-list .type-topic .bb-rl-topic-status-wrapper {
    top: var(--bb-rl-space-200);
    right: var(--bb-rl-space-200);
  }
}

.bb-rl-single-forum {
  padding: var(--bb-rl-space-300) 0;
}

.bb-rl-forum-single-header {
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  margin-bottom: var(--bb-rl-space-400);
}

.bb-rl-forum-single-header .bb-rl-forum-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--bb-rl-space-100);
}

.bb-rl-forum-single-header .bb-rl-new-discussion-btn {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line);
}

.bb-rl-forum-single-header .bb-rl-new-discussion-btn i {
  font-size: 16px;
  font-weight: 700;
}

.bb-rl-forum-single-header .subscription-toggle {
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-md);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  background-color: var(--bb-rl-background-color);
  display: flex;
  align-items: center;
}

.bb-rl-forum-single-header .subscription-toggle:before {
  content: "\e400";
  font-family: bb-icons-rl;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--bb-rl-icon-color);
  margin-right: 6px;
}

.bb-rl-forum-single-header-cover {
  border-radius: var(--bb-rl-radius-lg) var(--bb-rl-radius-lg) 0 0;
  height: 100%;
  height: 265px;
  overflow: hidden;
}

.bb-rl-forum-single-header-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-rl-forum-single-header-content {
  background-color: var(--bb-rl-background-color);
  padding: var(--bb-rl-space-300) var(--bb-rl-space-400);
  border-radius: 0 0 var(--bb-rl-radius-lg) var(--bb-rl-radius-lg);
}

.bb-rl-forum-single-header-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: var(--bb-rl-space-50);
}

.bb-rl-forum-single-header-content .bb-rl-forum-description {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-single-header-content .bb-rl-forum-description p {
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-forum-single-header-content .bb-rl-forum-description p br {
  display: none;
}

.bb-rl-forum-single-header-content .bb-rl-forum-description .bb-more-link {
  display: inline-block;
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
}

[id*="single-forum-description-popup"] .bb-action-popup-content p {
  font-size: var(--bb-rl-font-size-sm);
  line-height: 1.5;
  padding: var(--bb-rl-space-200);
}

.forums .bb-rl-profile-subnav ul.subnav {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-tabs {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-200);
  list-style: none;
  padding: 0;
}

.bb-rl-forum-tabs .bb-rl-forum-tabs-item a {
  display: inline-block;
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-full);
  padding: 6px var(--bb-rl-space-200);
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-forum-tabs .bb-rl-forum-tabs-item.selected a {
  background-color: var(--bb-rl-background-color);
  color: var(--bb-rl-text-color);
  border-color: var(--bb-rl-border-quinery-color);
}

.bb-rl-forum-tabs-content {
  display: none;
}

.bb-rl-forum-tabs-content.selected {
  display: block;
}

.bb-rl-forum-tabs-content .bb-rl-forums-list {
  justify-content: flex-start;
}

.groups .bb-rl-stick .bbp-topic-super-sticky-link {
  display: none !important;
}

.forum-dropdown.bb-rl-context-wrap .bb-rl-context-btn {
  display: inline-flex;
  padding: var(--bb-rl-space-50);
  transition: all 0.3s ease;
  border: 0.5px solid transparent;
  border-radius: 6px;
}

.forum-dropdown.bb-rl-context-wrap .bb-rl-context-dropdown .bb-rl-unstick a:before,
.forum-dropdown.bb-rl-context-wrap .bb-rl-context-dropdown .bb-rl-stick a:before {
  content: "\e3e2";
}

.forum-dropdown.bb-rl-context-wrap.more_option_active .bb-rl-context-btn {
  border-color: var(--bb-rl-border-secondary-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.forum-dropdown.bb-rl-context-wrap.more_option_active .bb-rl-context-btn i {
  color: var(--bb-rl-icon-secondary-color);
}

.groups .bb-rl-single-forum {
  padding-top: 0;
}

.groups .bb-rl-single-forum > .bb-rl-forums-container-inner {
  max-width: 100%;
}

.groups .bb-rl-group-forum-header {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
}

.groups .bb-rl-group-forum-header h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bb-rl-text-color);
}

.groups .bb-rl-group-forum-header .bb-rl-new-discussion-btn {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line);
}

.groups .bb-rl-group-forum-header .bb-rl-new-discussion-btn i {
  font-size: 16px;
  font-weight: 700;
}

.groups .bb-rl-group-forum-header .bb-rl-forum-actions .subscription-toggle {
  display: none;
}

.bb-rl-forum-modal {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.bb-rl-forum-modal.bb-rl-forum-modal-visible {
  opacity: 1;
  visibility: visible;
}

.bb-rl-forum-modal.bb-rl-forum-modal-visible .bb-rl-forum-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  backdrop-filter: blur(2px);
}

.bb-rl-forum-modal.bb-rl-forum-modal-visible #new-post {
  position: relative;
  z-index: 11;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static {
  display: block;
  position: static;
  inset: initial;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: var(--bb-rl-space-300) 0 calc(var(--bb-rl-space-400) + 50px);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-modal-overlay {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-reply-header .bbp-author-link .bbp-author-name {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static #new-post {
  box-shadow: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-modal-close {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-modal-content {
  max-height: initial;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-modal-footer {
  position: relative;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bbp-submit-wrapper .submit {
  position: absolute;
  bottom: -50px;
  left: 0;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-form-anonymous {
  margin: var(--bb-rl-space-200) 0 0;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-form-anonymous legend {
  font-size: 15px;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-form-anonymous br {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-form-anonymous label {
  display: block;
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-100);
  line-height: 1.2;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-form-anonymous p {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-id-selection {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  padding-top: var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-id-selection label {
  display: block;
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-100);
  line-height: 1.2;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-id-selection select {
  width: 100%;
  max-width: 350px;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-id-selection br {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-reply-log-edit {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  padding-top: var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-reply-log-edit label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static [for="bbp_log_topic_edit"] {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-edit-reason {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-edit-reason br {
  display: none;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-edit-reason input {
  width: 100%;
  max-width: 350px;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb-rl-forum-edit-reason label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-100);
  line-height: 1.2;
}

.bb-rl-forum-modal.bb-rl-forum-modal--static .bb_discard_topic_reply_draft {
  display: none;
}

.bb-rl-forum-modal:not(.bb-rl-forum-modal--static) #new-post {
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
}

.bb-rl-forum-modal .bb-rl-forum-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.bb-rl-forum-modal fieldset {
  margin-bottom: 0;
  min-width: 0;
}

.bb-rl-forum-modal .bb-rl-forum-modal-header {
  display: flex;
  align-items: center;
  padding: 12px var(--bb-rl-space-200) 12px var(--bb-rl-space-300);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bb-rl-text-color);
  margin: 0;
}

.bb-rl-forum-modal .bb-rl-forum-modal-header + .bp-feedback {
  margin: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header + .bp-feedback + .bb-rl-forum-modal-content {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-type {
  margin-left: auto;
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-type select {
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-close {
  border: 0;
  background-color: transparent;
  padding: var(--bb-rl-space-50);
  cursor: pointer;
  margin-left: var(--bb-rl-space-300);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-close:focus {
  outline: none;
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-close:focus-visible {
  outline: 1px solid var(--bb-rl-border-tertiary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-header .bb-rl-forum-modal-close .bb-icons-rl-x {
  color: var(--bb-rl-icon-color);
  font-size: 24px;
}

.bb-rl-forum-modal .bb-rl-forum-modal-content {
  padding: 0 var(--bb-rl-space-300);
}

.bb-rl-forum-modal .bb-rl-forum-modal-title {
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-title input {
  color: var(--bb-rl-text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  border: 0;
  margin: 12px 0;
  padding: 0;
  border-radius: 0;
}

.bb-rl-forum-modal .bb-rl-forum-modal-title input:-webkit-input-placeholder {
  color: var(--bb-rl-text-tertiary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  border-top: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer.bb-rl-forum-modal-footer--static {
  margin-top: var(--bb-rl-space-200);
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer.bb-rl-forum-modal-footer--static .submit {
  position: static;
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer #bbp-cancel-reply-to-link {
  display: none;
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer #whats-new-attachments {
  width: 100%;
}

.bb-rl-forum-modal .bb-rl-forum-modal-footer #whats-new-attachments:has(.dropzone.open), .bb-rl-forum-modal .bb-rl-forum-modal-footer #whats-new-attachments:has(.forums-attached-gif-container:not(.closed)), .bb-rl-forum-modal .bb-rl-forum-modal-footer #whats-new-attachments:has(.bb-link-preview-container), .bb-rl-forum-modal .bb-rl-forum-modal-footer #whats-new-attachments:has(.bb-url-scrapper-loading) {
  margin: calc(var(--bb-rl-space-200) * -1) calc(var(--bb-rl-space-300) * -1) var(--bb-rl-space-200);
  width: calc(100% + var(--bb-rl-space-600));
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-forum-modal #whats-new-toolbar {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  flex-wrap: wrap;
  margin-right: auto;
}

.bb-rl-forum-modal #whats-new-toolbar .bb-rl-post-elements-buttons-item {
  margin: 0;
}

.bb-rl-forum-modal #whats-new-toolbar .bb-rl-post-elements-buttons-item.disable {
  pointer-events: none;
  opacity: 0.5;
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"] {
  position: relative;
  margin-right: var(--bb-rl-space-100);
  line-height: 1;
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"]:last-child {
  margin-right: 0;
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"] [class*="toolbar-button"] {
  display: flex;
  color: var(--bb-rl-icon-secondary-color);
  font-size: var(--bb-rl-base-line);
  padding: var(--bb-rl-space-50);
  border: 0.5px solid transparent;
  cursor: pointer;
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"] [class*="toolbar-button"]:hover {
  color: var(--bb-rl-icon-color);
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"] [class*="toolbar-button"] i {
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 24px;
}

.bb-rl-forum-modal [class*="post-elements-buttons-item"].active [class*="toolbar-button"] {
  color: var(--bb-rl-icon-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
  border: 0.5px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-forum-modal .bb-rl-forum-subscription {
  font-size: 14px;
  font-weight: 500;
  margin-right: var(--bb-rl-space-300);
}

.bb-rl-forum-modal .bb_discard_topic_reply_draft {
  display: none;
  color: var(--bb-rl-text-secondary-color);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-right: var(--bb-rl-space-200);
  cursor: pointer;
}

.bb-rl-forum-modal .bbp-the-content-wrapper .bbp-the-content {
  font-size: 16px;
  line-height: 1.5;
  color: var(--bb-rl-text-color);
  font-weight: 400;
  padding: var(--bb-rl-space-200) 0;
  border: 0;
  background-color: transparent;
  min-height: 90px;
  outline: none;
}

.bb-rl-forum-modal .bbp-the-content-wrapper .bbp-the-content p:last-child {
  margin: 0;
}

.bb-rl-forum-modal .bbp-the-content-wrapper .bbp-the-content:after {
  color: var(--bb-rl-text-tertiary-color);
  pointer-events: none;
}

.bb-rl-forum-modal #whats-new-attachments > div[class*="attached-gif-container"] {
  height: auto !important;
  width: auto !important;
  max-width: 160px !important;
  max-height: 160px !important;
  position: relative;
  margin: var(--bb-rl-space-200) var(--bb-rl-space-300);
  background-repeat: no-repeat;
  border-radius: var(--bb-rl-radius-lg);
  overflow: hidden;
  background-image: none !important;
}

.bb-rl-forum-modal #whats-new-attachments > div[class*="attached-gif-container"].closed {
  display: none;
}

.bb-rl-forum-modal div[class*="attached-gif-container"] .gif-image-container img {
  max-width: 100%;
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-forum-modal div[class*="attached-gif-container"] .gif-image-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: var(--bb-rl-icon-secondary-color);
  background-color: var(--bb-rl-background-secondary-color);
  border-radius: var(--bb-rl-radius-full);
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  top: var(--bb-rl-space-100);
  right: var(--bb-rl-space-100);
  cursor: pointer;
}

.bb-rl-forum-modal #bb-rl-whats-new-attachments .bb-rl-forums-attached-gif-container {
  margin: 0 var(--bb-rl-space-300);
}

.bb-rl-forum-modal .bb-rl-toolbar-button.active {
  color: var(--bb-rl-icon-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
  border: 0.5px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-forum-modal #bb-rl-editor-toolbar {
  padding: 0;
  width: 100%;
  opacity: 1;
}

.bb-rl-forum-modal #bb-rl-editor-toolbar:has(.medium-editor-toolbar.active) {
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  width: calc(100% + var(--bb-rl-space-600));
  padding: 0 var(--bb-rl-space-300) var(--bb-rl-space-100);
  margin: calc(var(--bb-rl-space-100) * -1) calc(var(--bb-rl-space-300) * -1) var(--bb-rl-space-200) calc(var(--bb-rl-space-300) * -1);
  opacity: 1;
}

.bb-rl-forum-modal #bb-rl-editor-toolbar:has(.medium-editor-toolbar.active) .medium-editor-toolbar {
  opacity: 0.4;
}

.bb-rl-forum-modal #bb-rl-editor-toolbar:has(.medium-editor-toolbar.active) .medium-editor-toolbar.medium-editor-toolbar-active {
  opacity: 1;
}

.bb-rl-forum-modal #bb-rl-editor-toolbar .medium-editor-toolbar {
  position: static;
  background-color: transparent;
  padding: 0 var(--bb-rl-space-300);
  height: 0;
  opacity: 0;
}

.bb-rl-forum-modal #bb-rl-editor-toolbar .medium-editor-toolbar.active {
  height: auto;
  padding: 0;
  opacity: 1;
}

.bb-rl-forum-modal .emojionearea .emojionearea-button {
  border: 0.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--bb-rl-space-50);
}

.bb-rl-forum-modal .emojionearea .emojionearea-button.active {
  color: var(--bb-rl-icon-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
  border-color: var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-forum-modal .emojionearea .emojionearea-button:before {
  content: "\e436";
  font-size: var(--bb-rl-base-line);
  font-family: bb-icons-rl;
  color: var(--bb-rl-icon-secondary-color);
}

.bb-rl-forum-modal .emojionearea .emojionearea-picker {
  top: auto;
  bottom: 30px;
  left: -80px;
  height: 270px;
  transform: scale(0.9);
}

.bb-rl-forum-modal .emojionearea .emojionearea-picker .emojionearea-wrapper {
  height: 270px;
}

.bb-rl-forum-modal .emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
  height: 190px;
}

.bb-rl-forum-tags {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) 0;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple {
  display: flex;
  border: 0 !important;
  min-height: 24px;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple .select2-search__field {
  margin: 0;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--bb-rl-space-50);
  padding: 0;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: flex;
  align-items: center;
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-full);
  padding: var(--bb-rl-space-50) var(--bb-rl-space-100);
  background-color: transparent;
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  margin: 0;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 0;
  order: 2;
}

.bb-rl-forum-tags .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\e4f6";
  font-family: bb-icons-rl;
  font-size: 14px;
  color: var(--bb-rl-icon-secondary-color);
  margin-right: var(--bb-rl-space-50);
}

.bb-rl-forum-modal .select2-dropdown {
  border: 0;
  border-radius: var(--bb-rl-radius-lg);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  max-width: 320px;
}

.bb-rl-forum-modal .select2-dropdown.select2-dropdown--above, .bb-rl-forum-modal .select2-dropdown.select2-dropdown--below {
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-forum-modal .select2-results__options {
  padding: var(--bb-rl-space-100);
}

.bb-rl-forum-modal .select2-results__option {
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  font-size: 14px;
  font-weight: 500;
  color: var(--bb-rl-text-color);
  background-color: var(--bb-rl-background-color);
  border: 0;
  border-radius: var(--bb-rl-radius-base);
  cursor: pointer;
}

.bb-rl-forum-modal .select2-selection__rendered li {
  line-height: normal;
}

.bbp-topic-form .bp-feedback {
  border-radius: 0;
}

.bbp-topic-form .bp-feedback > p {
  padding: 0 5px 0 0;
}

.bbp-topic-form .bp-feedback > p + p {
  margin: 0;
}

.bb-rl-forum-form.has-content .bbp-form #bbp_reply_submit, .bb-rl-forum-form.has-gif .bbp-form #bbp_reply_submit, .bb-rl-forum-form.has-link-preview .bbp-form #bbp_reply_submit, .bb-rl-forum-form.has-media .bbp-form #bbp_reply_submit {
  opacity: 1;
  pointer-events: initial;
}

.bb-rl-forum-form.has-draft .bb_discard_topic_reply_draft {
  display: inline-block;
}

.bb-rl-forum-form .bp-feedback {
  margin: var(--bb-rl-space-100) 0;
}

.bb-rl-forum-form .bp-feedback p > br {
  display: none;
}

.bb-rl-forum-form .bb-rl-forum-fieldset {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-form .bb-rl-forum-fieldset legend {
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-form .bb-rl-forum-fieldset label {
  font-size: 14px;
}

.bb-rl-forum-form .bb-rl-forum-fieldset label strong {
  margin: 0 4px;
}

.bb-rl-forum-form .bb-rl-forum-anonymous-form {
  margin-top: var(--bb-rl-space-200);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding-bottom: var(--bb-rl-space-200);
}

.bb-rl-forum-form .bb-rl-forum-anonymous-form p {
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forum-form .bb-rl-forum-anonymous-form p label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: var(--bb-rl-space-100);
  line-height: 1.2;
}

.bb-rl-forum-form .bbp-form #bbp_reply_submit,
.bb-rl-forum-form.media-uploading .bbp-form #bbp_reply_submit {
  opacity: 0.4;
  pointer-events: none;
}

.bb-rl-forum-form.has-title.has-content .bbp-form #bbp_topic_submit, .bb-rl-forum-form.has-title.has-gif .bbp-form #bbp_topic_submit, .bb-rl-forum-form.has-title.has-link-preview .bbp-form #bbp_topic_submit, .bb-rl-forum-form.has-title.has-media .bbp-form #bbp_topic_submit {
  opacity: 1;
  pointer-events: initial;
}

.bb-rl-forum-form .bbp-form #bbp_topic_submit,
.bb-rl-forum-form.media-uploading.has-title .bbp-form #bbp_topic_submit {
  opacity: 0.4;
  pointer-events: none;
}

.reply-edit .bb-rl-forum-form .bbp-form #bbp_reply_submit,
.reply-edit .bb-rl-forum-form .bbp-form #bbp_topic_submit,
.topic-edit .bb-rl-forum-form .bbp-form #bbp_reply_submit,
.topic-edit .bb-rl-forum-form .bbp-form #bbp_topic_submit {
  opacity: 1;
  pointer-events: initial;
}

.bbp-reply-form .bb-rl-forum-modal-header .bb-rl-forum-modal-close {
  margin-left: auto;
}

.bbp-reply-form .bb_discard_topic_reply_draft:hover {
  outline: none;
  background-color: transparent;
}

.bbp-reply-form .bb_discard_topic_reply_draft:focus {
  outline: none;
}

.bbp-reply-form .bb-rl-reply-header {
  padding: var(--bb-rl-space-100) var(--bb-rl-space-300);
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin: 0 calc(var(--bb-rl-space-300) * -1);
}

.bbp-reply-form .bb-rl-reply-header .bb-rl-reply-header-avatar {
  width: 40px;
  height: 40px;
}

.bbp-reply-form .bb-rl-reply-header .bb-rl-reply-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bbp-reply-form .bb-rl-reply-header .bb-rl-reply-header-content {
  flex: 1;
}

.bbp-reply-form .bb-rl-reply-header .bb-rl-reply-header-content .bb-rl-reply-header-title {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: 1.2;
  color: var(--bb-rl-text-color);
  margin: 0 0 var(--bb-rl-space-50);
}

.bbp-reply-form .bb-rl-reply-header .bb-rl-reply-header-content .bb-rl-reply-header-excerpt {
  font-size: var(--bb-rl-font-size-xs);
  font-weight: 400;
  line-height: 1.2;
  color: var(--bb-rl-text-secondary-color);
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bbp-edit-topic-tag .bbp-form {
  margin: var(--bb-rl-space-100) 0 var(--bb-rl-space-200);
}

#bbp-edit-topic-tag .bbp-form legend {
  margin-bottom: var(--bb-rl-space-100);
}

#bbp-edit-topic-tag .bbp-form form {
  margin-top: var(--bb-rl-space-200);
}

#bbp-edit-topic-tag .bbp-form form > div {
  margin-bottom: var(--bb-rl-space-100);
}

#bbp-edit-topic-tag .bbp-form form > div label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  min-width: 60px;
}

#bbp-edit-topic-tag .bbp-form .bbp-submit-wrapper .submit {
  position: static;
}

.bb-rl-forums-topic-page {
  padding-top: var(--bb-rl-space-300);
}

.bb-rl-forums-topic-page > .bb-rl-forums-container-inner {
  background-color: var(--bb-rl-background-color);
  border-radius: var(--bb-rl-radius-lg);
  border: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-300);
}

.bb-rl-forums-topic-page .bb-rl-topic-started-in {
  margin-bottom: var(--bb-rl-space-200);
}

.groups .bb-rl-forums-topic-page .bb-rl-topic-started-in .bb-rl-group-avatar {
  display: none;
}

.bb-rl-forums-topic-page .bp-pagination-count {
  display: none;
}

.single-item.groups.forum #item-body > h3 {
  display: none;
}

.bb-rl-topic-author {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-topic-author .bb-rl-topic-avatar {
  width: 40px;
  font-size: 0;
}

.bb-rl-topic-author .bb-rl-topic-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-topic-author .bb-rl-topic-avatar .bbp-author-name {
  display: none;
}

.bb-rl-topic-author .bb-rl-topic-author-name {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: var(--bb-rl-base-line-small);
}

.bb-rl-topic-author .bb-rl-topic-author-name a {
  color: var(--bb-rl-text-color);
}

.bb-rl-topic-author .bb-rl-topic-time {
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-xs);
}

.bb-rl-topic-author .bb-rl-topic-time a {
  color: var(--bb-rl-text-tertiary-color);
}

.bb-rl-topic-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: var(--bb-rl-space-50);
}

.bb-rl-topic-content p {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 400;
  line-height: var(--bb-rl-base-line-small);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-topic-content .bb-activity-media-wrap {
  margin: var(--bb-rl-space-200) 0;
}

.bs-reply-suspended-block {
  opacity: 0.7;
  pointer-events: none;
}

.bs-reply-suspended-block .type-reply {
  margin-bottom: var(--bb-rl-space-100);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-100);
}

.bs-reply-suspended-block .bbp-author-link {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-100);
  position: relative;
}

.bs-reply-suspended-block .bbp-author-link .bbp-author-avatar {
  height: 40px;
  width: 40px;
}

.bs-reply-suspended-block .bbp-author-link .bbp-author-avatar .bbp-author-name {
  display: none;
}

.bs-reply-suspended-block .bbp-author-link .bbp-author-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bs-reply-suspended-block .bbp-author-link br {
  display: none;
}

.bs-reply-suspended-block .bbp-author-link .bbp-author-name {
  flex: 1;
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: var(--bb-rl-base-line-small);
}

.bs-reply-suspended-block .bbp-author-role {
  display: none;
}

.bs-reply-suspended-block .bbp-reply-content {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 400;
  line-height: var(--bb-rl-base-line-small);
  padding: var(--bb-rl-space-100);
}

.bbp-reply-revision-log,
.bbp-topic-revision-log {
  padding: 0;
  list-style: none;
  margin: var(--bb-rl-space-100) 0 var(--bb-rl-space-200);
}

.bbp-reply-revision-log li,
.bbp-topic-revision-log li {
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-secondary-color);
  flex-wrap: wrap;
}

.bbp-reply-revision-log li img,
.bbp-topic-revision-log li img {
  border-radius: var(--bb-rl-radius-full);
}

.bbp-reply-revision-log li a,
.bbp-topic-revision-log li a {
  color: var(--bb-rl-text-color);
  margin: 0 var(--bb-rl-space-50);
}

.bbp-reply-revision-log li a:first-child,
.bbp-topic-revision-log li a:first-child {
  margin-left: 6px;
}

.bbp-reply-revision-log li a:last-child,
.bbp-topic-revision-log li a:last-child {
  margin-right: 0;
  margin-left: 0;
}

.groups .bb-rl-forums-topic-page {
  padding-top: 0;
}

.groups .bb-rl-forums-topic-page > .bb-rl-forums-container-inner {
  max-width: 100%;
}

.bb-rl-group-forum-header-back {
  display: inline-flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line);
  color: var(--bb-rl-text-color);
  text-decoration: none;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-group-forum-header-back i {
  font-size: 16px;
  color: var(--bb-rl-icon-color);
}

.bb-rl-topic-header {
  position: relative;
}

.bb-rl-topic-header .bb-rl-topic-header-meta {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
}

.bb-rl-topic-header .bb-rl-topic-status-closed {
  font-size: var(--bb-rl-font-size-xs);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  color: var(--bb-rl-text-brand-secondary-color);
  background-color: var(--bb-rl-background-brand-secondary-color);
  border: 1px solid var(--bb-rl-border-brand-secondary-color);
  border-radius: var(--bb-rl-radius-full);
  padding: var(--bb-rl-space-50) var(--bb-rl-space-100);
}

.bb-rl-topic-header .bb-rl-topic-footer {
  display: flex;
  flex-wrap: wrap;
}

.bb-rl-topic-header .bb-rl-topic-footer .bbp-topic-tags {
  width: 100%;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-topic-header .bb-rl-topic-footer .bb-rl-topic-actions {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  margin-left: auto;
}

.bb-rl-topic-header .bb-rl-topic-footer .favorite-toggle,
.bb-rl-topic-header .bb-rl-topic-footer .subscription-toggle {
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-md);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  background-color: var(--bb-rl-background-color);
  display: flex;
  align-items: center;
}

.bb-rl-topic-header .bb-rl-topic-footer .favorite-toggle:before,
.bb-rl-topic-header .bb-rl-topic-footer .subscription-toggle:before {
  content: "\e400";
  font-family: bb-icons-rl;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--bb-rl-icon-color);
  margin-right: 6px;
}

.bb-rl-topic-header .bb-rl-topic-footer .favorite-toggle:before {
  content: "\e2aa";
}

.bb-rl-topic-reply-link-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  transition: background-color 0.2s ease, bordfont/size/smer-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  padding: 6px var(--bb-rl-space-200);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 400;
  background-color: var(--bb-rl-background-brand-primary-color);
  color: var(--bb-rl-text-white-color);
  border: 1px solid var(--bb-rl-background-brand-primary-color);
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
}

.bb-rl-topic-reply-link-wrap a:hover {
  background-color: var(--bb-rl-background-brand-primary-hover-color);
}

.bb-rl-topic-reply-link-wrap a:focus-within {
  outline: 2px solid var(--bb-rl-border-brand-primary-color);
}

.bb-rl-topic-reply-link-wrap a:disabled {
  background-color: var(--bb-rl-background-brand-disabled-color);
  cursor: not-allowed;
}

.bb-rl-topic-reply-link-wrap a:before {
  content: "\e03a";
  font-family: bb-icons-rl;
  font-size: 16px;
}

.bb-rl-topic-header + .bb-rl-forums-content-wrapper .bb-rl-single-forum-list {
  padding-top: var(--bb-rl-space-100);
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  margin-top: var(--bb-rl-space-300);
}

.bb-rl-single-forum-list {
  list-style: none;
  padding: 0;
}

.bb-rl-single-forum-list .bb-rl-forum-reply-list-item {
  margin-bottom: var(--bb-rl-space-100);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-100);
}

.bb-rl-single-forum-list .bb-rl-forum-reply-list-item:hover, .bb-rl-single-forum-list .bb-rl-forum-reply-list-item.status-trash, .bb-rl-single-forum-list .bb-rl-forum-reply-list-item.status-spam {
  background-color: var(--bb-rl-background-secondary-color);
  border-radius: var(--bb-rl-radius-base);
  border-color: transparent;
}

.bb-rl-single-forum-list .bb-rl-forum-reply-list-item.status-trash, .bb-rl-single-forum-list .bb-rl-forum-reply-list-item.status-spam {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-single-forum-list > li > .bbp-threaded-replies {
  list-style: none;
  padding: 0;
  border-top: 0;
}

.bb-rl-single-forum-list > li > .bbp-threaded-replies li > .bb-rl-forum-reply-list-item {
  padding: var(--bb-rl-space-100) var(--bb-rl-space-100) var(--bb-rl-space-200) var(--bb-rl-space-400);
}

.bb-rl-single-forum-list > li:last-child > .bbp-threaded-replies > li:last-child > .bb-rl-forum-reply-list-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.bb-rl-single-forum-list > li:last-child:not(:has(.bbp-threaded-replies)) > .bb-rl-forum-reply-list-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.bb-rl-single-forum-list .bb-rl-forum-reply-list-item:hover > .bb-rl-reply-header .bb-rl-reply-meta {
  opacity: 1;
  visibility: visible;
}

.bb-rl-single-forum-list .bb-rl-reply-author-avatar {
  width: 40px;
  height: 40px;
}

.bb-rl-single-forum-list .bb-rl-reply-author-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-single-forum-list .bb-rl-reply-header {
  gap: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-100);
  position: relative;
}

.bb-rl-single-forum-list .bb-rl-reply-author-info {
  flex: 1;
}

.bb-rl-single-forum-list .bb-rl-reply-author-info h3 {
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: var(--bb-rl-base-line-small);
}

.bb-rl-single-forum-list .bb-rl-reply-author-info h3 a {
  color: var(--bb-rl-text-color);
}

.bb-rl-single-forum-list .bb-rl-reply-author-info .bb-rl-timestamp {
  display: block;
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-xs);
  font-weight: 400;
  line-height: var(--bb-rl-base-line-small);
}

.bb-rl-single-forum-list .bb-rl-reply-author-info .bbp-header {
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-xs);
  display: block;
  font-weight: 500;
}

.bb-rl-single-forum-list .bb-rl-reply-author-info .bbp-header a {
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-single-forum-list .bb-rl-reply-meta {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.bb-rl-single-forum-list .bb-rl-reply-meta:has(.is_visible) {
  opacity: 1;
  visibility: visible;
}

.bb-rl-single-forum-list .bbp-topic-revision-log {
  margin-bottom: 0;
}

.bb-rl-single-forum-list .bb-rl-reply-content {
  padding: var(--bb-rl-space-100);
}

.bb-rl-single-forum-list .bb-rl-reply-content p {
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 400;
  line-height: var(--bb-rl-base-line-small);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-single-forum-list .bb-rl-reply-content p:last-child {
  margin-bottom: 0;
}

.bb-rl-single-forum-list .bb-rl-reply-content iframe {
  border-radius: var(--bb-rl-radius-base);
}

.bb-rl-single-forum-list .bb_more_options .bbp-reply-to-link,
.bb-rl-single-forum-list .bb_more_options .bbp-topic-reply-link {
  font-size: 0;
  margin-right: var(--bb-rl-space-100);
}

.bb-rl-single-forum-list .bb_more_options .bbp-reply-to-link:before,
.bb-rl-single-forum-list .bb_more_options .bbp-topic-reply-link:before {
  all: revert;
  content: "\e03a";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 24px;
}

.bb-rl-single-forum-list .bb_more_options .bbp-reply-to-link:after,
.bb-rl-single-forum-list .bb_more_options .bbp-topic-reply-link:after {
  all: revert;
}

.bb-rl-single-forum-list .bb_more_options .bb_more_options_action i {
  font-weight: 700;
}

.bb-rl-single-forum-list .bb_more_options .bbp-admin-links {
  font-size: 0;
}

.bb-rl-forums-content-wrapper:has(.bbp-no-reply) {
  display: flex;
  flex-direction: column;
}

.bb-rl-forums-content-wrapper:has(.bbp-no-reply) .bbp-no-reply {
  order: 1;
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-forums-content-wrapper:has(.bbp-no-reply) .bb-rl-single-forum-list {
  order: 2;
}

.forum-dropdown .bbp-admin-links > a,
.bb-rl-container-inner .bbp-admin-links > a {
  display: inline-flex;
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  padding: 10px var(--bb-rl-space-200);
  color: var(--bb-rl-text-secondary-color);
  white-space: nowrap;
  align-items: center;
  width: 100%;
  border: 0;
  background-color: transparent;
}

.forum-dropdown .bbp-admin-links > a:before,
.bb-rl-container-inner .bbp-admin-links > a:before {
  content: "";
  font-weight: 400;
  font-family: bb-icons-rl;
  font-size: 20px;
  color: var(--bb-rl-icon-primary-color);
  font-style: normal;
  margin-right: var(--bb-rl-space-100);
}

.forum-dropdown .bbp-admin-links > a.bbp-reply-edit-link:before, .forum-dropdown .bbp-admin-links > a.bbp-topic-edit-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-edit-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-edit-link:before {
  content: "\e3b4";
}

.forum-dropdown .bbp-admin-links > a.bbp-reply-move-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-move-link:before {
  content: "\e164";
}

.forum-dropdown .bbp-admin-links > a.bbp-topic-split-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-split-link:before {
  content: "\e0a6";
}

.forum-dropdown .bbp-admin-links > a.bbp-topic-close-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-close-link:before {
  content: "\e308";
}

.forum-dropdown .bbp-admin-links > a.bbp-topic-sticky-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-sticky-link:before {
  content: "\e3e2";
}

.forum-dropdown .bbp-admin-links > a.bbp-topic-merge-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-merge-link:before {
  content: "\e09e";
}

.forum-dropdown .bbp-admin-links > a.bbp-topic-delete-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-delete-link:before {
  content: "\e4a6";
}

.forum-dropdown .bbp-admin-links > a.bbp-reply-delete-link:before, .forum-dropdown .bbp-admin-links > a.bbp-topic-delete-link:before, .forum-dropdown .bbp-admin-links > a.bbp-reply-trash-link:before, .forum-dropdown .bbp-admin-links > a.bbp-topic-trash-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-delete-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-delete-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-trash-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-trash-link:before {
  content: "\e4a6";
}

.forum-dropdown .bbp-admin-links > a.bbp-reply-spam-link:before, .forum-dropdown .bbp-admin-links > a.bbp-topic-spam-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-spam-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-spam-link:before {
  content: "\e3de";
}

.forum-dropdown .bbp-admin-links > a.bbp-reply-restore-link:before, .forum-dropdown .bbp-admin-links > a.bbp-topic-restore-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-reply-restore-link:before,
.bb-rl-container-inner .bbp-admin-links > a.bbp-topic-restore-link:before {
  content: "\e01a";
}

.forum-dropdown .bbp-admin-links > a:hover,
.bb-rl-container-inner .bbp-admin-links > a:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
  color: var(--bb-rl-text-color);
}

.bb-rl-forums-pagination {
  max-width: 848px;
  margin: auto;
}

.bb-rl-forums-pagination .bp-pagination-count {
  display: none;
}

.bb-rl-forums-pagination .bp-pagination-links {
  margin-left: 0;
}

.bb-rl-forums-pagination .bp-pagination-links span {
  margin-bottom: var(--bb-rl-space-200);
}

.bbp-no-reply .bp-feedback {
  margin-top: var(--bb-rl-space-200);
}

.bb-rl-reply-single-page .bb-rl-single-forum-list .bb-rl-forum-reply-list-item {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}

.bb-rl-reply-single-page .bb-rl-single-forum-list .bb-rl-forum-reply-list-item:hover {
  background-color: transparent;
}

@media screen and (max-width: 800px) {
  .bb-rl-topic-header .bb-rl-topic-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .bb-rl-topic-header .bb-rl-topic-footer .bb-rl-topic-actions {
    margin: var(--bb-rl-space-300) 0 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 544px) {
  .bb-rl-topic-content .bb-activity-media-wrap {
    gap: var(--bb-rl-space-100);
  }
}
