/* General Styling */
.bb-rl-activity-page {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: var(--bb-rl-space-400) 0;
}

.bb-rl-activity-wrap:has(.bb-rl-secondary-container) {
  display: flex;
  justify-content: center;
  gap: var(--bb-rl-space-400);
  margin: 0 var(--bb-rl-space-300);
}

.bb-rl-activity-wrap:has(.bb-rl-secondary-container) > .bb-rl-content-wrapper {
  width: 680px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bb-rl-activity-wrap:has(.bb-rl-secondary-container) .bb-rl-secondary-container {
  padding: var(--bb-rl-space-700) 0 0;
}

@media screen and (max-width: 1200px) {
  .bb-rl-activity-wrap:has(.bb-rl-secondary-container) {
    flex-direction: column;
  }
  .bb-rl-activity-wrap:has(.bb-rl-secondary-container) > .bb-rl-content-wrapper {
    margin: auto;
  }
}

/* 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 */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
  text-align: left;
}

[dir="rtl"] .CodeMirror {
  direction: ltr;
  text-align: right;
}

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 5px;
  /* Horizontal padding of content */
  max-width: inherit;
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid var(--bb-rl-border-secondary-color);
  background: transparent;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: center;
  font-size: 14px;
  color: var(--bb-rl-text-tertiary-color);
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

@-webkit-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

@keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085;
}

.cm-s-default .cm-comment {
  color: var(--bb-rl-text-positive-secondary-color);
}

.cm-s-default .cm-string {
  color: var(--bb-rl-text-positive-primary-color);
}

.cm-s-default .cm-string-2 {
  color: var(--bb-rl-text-positive-primary-color);
}

.cm-s-default .cm-meta {
  color: var(--bb-rl-text-tertiary-color);
}

.cm-s-default .cm-qualifier {
  color: var(--bb-rl-text-danger-secondary-color);
}

.cm-s-default .cm-builtin {
  color: var(--bb-rl-text-brand-secondary-color);
}

.cm-s-default .cm-bracket {
  color: var(--bb-rl-text-positive-secondary-color);
}

.cm-s-default .cm-tag {
  color: var(--bb-rl-text-warning-secondary-color);
}

.cm-s-default .cm-attribute {
  color: var(--bb-rl-text-brand-primary-color);
}

.cm-s-default .cm-hr {
  color: var(--bb-rl-text-secondary-color);
}

.cm-s-default .cm-link {
  color: var(--bb-rl-text-brand-primary-color);
}

.cm-s-default .cm-error {
  color: var(--bb-rl-text-danger-secondary-color);
}

.cm-invalidchar {
  color: var(--bb-rl-text-danger-secondary-color);
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
	the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
	before actual scrolling happens, thus preventing shaking and
	flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

[dir="rtl"] .CodeMirror-gutters {
  right: 0;
  left: inherit;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: var(--bb-rl-text-secondary-color);
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px;
}

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-sizer,
html[dir="rtl"] .widgets-php .CodeMirror-sizer,
html[dir="rtl"] .wp-customizer .CodeMirror-sizer {
  border-right: 0;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-scroll,
html[dir="rtl"] .widgets-php .CodeMirror-scroll,
html[dir="rtl"] .wp-customizer .CodeMirror-scroll {
  margin-right: 0;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-gutters,
html[dir="rtl"] .widgets-php .CodeMirror-gutters,
html[dir="rtl"] .wp-customizer .CodeMirror-gutters {
  left: initial;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-line,
html[dir="rtl"] .widgets-php .CodeMirror-line,
html[dir="rtl"] .wp-customizer .CodeMirror-line {
  text-align: right;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-vscrollbar,
html[dir="rtl"] .widgets-php .CodeMirror-vscrollbar,
html[dir="rtl"] .wp-customizer .CodeMirror-vscrollbar {
  right: inherit;
}

html[dir="rtl"] .theme-editor-php .CodeMirror-code {
  margin-right: 20px;
}

[class*="bb-rl-activity-form"] {
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-lg);
}

[class*="bb-rl-activity-form"] .bb-rl-bb-model-header {
  display: none;
}

[class*="bb-rl-activity-form"] .bb-rl-whats-new-form-header {
  display: flex;
  cursor: pointer;
}

[class*="bb-rl-activity-form"] .bb-rl-activity-post-avatar {
  display: flex;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-200) var(--bb-rl-space-200) var(--bb-rl-space-300);
}

[class*="bb-rl-activity-form"] .bb-rl-activity-post-avatar img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border-radius: var(--bb-rl-radius-full);
}

[class*="bb-rl-activity-form"] #bb-rl-whats-new-content {
  flex: 1;
}

[class*="bb-rl-activity-form"] .bb-rl-activity-post-user-name,
[class*="bb-rl-activity-form"] #bb-rl-activity-privacy-point {
  display: none;
}

[class*="bb-rl-activity-form"] #bb-rl-whats-new,
[class*="bb-rl-activity-form"] #bb-rl-whats-new-placeholder {
  display: flex;
  align-items: center;
  min-height: 80px;
}

[class*="bb-rl-activity-form"] #bb-rl-whats-new[contenteditable="true"]:empty:before,
[class*="bb-rl-activity-form"] #bb-rl-whats-new-placeholder[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  font-size: 1rem;
  color: var(--bb-rl-text-tertiary-color);
}

[class*="bb-rl-activity-form"] .bb-rl-activity-privacy-stage,
[class*="bb-rl-activity-form"] #bb-rl-editor-toolbar,
[class*="bb-rl-activity-form"] #bb-rl-whats-new-toolbar,
[class*="bb-rl-activity-form"] #bb-rl-activity-privacy-point {
  display: none;
}

[class*="bb-rl-activity-form"] div#bb-rl-activity-privacy-point.bb-rl-activity-edit-group {
  opacity: 0.5;
  cursor: default;
}

.bb-rl-activity-form-placeholder- {
  display: none;
}

.bb-rl-activity-update-form.modal-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: var(--bb-rl-z-index-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow: auto;
}

.bb-rl-activity-update-form.modal-popup .bb-rl-activity-update-form-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bb-rl-activity-update-form.modal-popup #bb-rl-whats-new-form {
  width: 800px;
  max-width: 90%;
  margin: auto;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.bb-rl-activity-form .activity-header-data {
  color: var(--bb-rl-text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.bb-rl-activity-form .bb-rl-model-close-button {
  margin-left: auto;
  line-height: 1;
}

.bb-rl-activity-form .bb-rl-model-close-button span {
  color: var(--bb-rl-icon-color);
  font-size: var(--bb-rl-base-line);
}

.bb-rl-activity-form.has-draft.bb-rl-focus-in #bb-rl-discard-draft-activity {
  display: block;
}

.bb-rl-activity-form.bb-rl-focus-in {
  position: relative;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-bb-model-header {
  display: flex;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  margin: 0;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-whats-new-form-header {
  flex-flow: column;
  cursor: auto;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-activity-post-avatar {
  padding: var(--bb-rl-space-50) var(--bb-rl-space-200) 0 0;
}

.bb-rl-activity-form.bb-rl-focus-in .bp-activity-huddle {
  display: flex;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-activity-post-name-status {
  max-width: 60%;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-activity-post-user-name,
.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point {
  display: block;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-whats-new-content {
  width: 100%;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-activity-post-user-name {
  color: var(--bb-rl-text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point {
  display: flex;
  align-items: center;
  background-color: var(--bb-rl-background-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 6px;
  margin-top: var(--bb-rl-space-50);
  cursor: pointer;
  border-radius: 6px;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point .bb-rl-privacy-point-icon:before {
  color: var(--bb-rl-icon-secondary-color);
  font-size: 20px;
  font-family: bb-icons-rl;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  speak: never;
  margin-right: 5px;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point.public .bb-rl-privacy-point-icon:before {
  content: "\e288";
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point.loggedin .bb-rl-privacy-point-icon:before {
  content: "\e68c";
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point.friends .bb-rl-privacy-point-icon:before {
  content: "\e4d6";
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point.onlyme .bb-rl-privacy-point-icon:before {
  content: "\e2fa";
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point.group .group-bb-rl-privacy-point-icon img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border-radius: 3px;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-privacy-point [class*="bb-icons-rl-"] {
  color: var(--bb-rl-icon-color);
  font-size: 12px;
  margin-left: 6px;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-whats-new-textarea {
  margin: 0 var(--bb-rl-space-300) var(--bb-rl-space-200);
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-whats-new {
  display: block;
  outline: none;
  min-height: 110px;
  padding: var(--bb-rl-space-200) 0;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-whats-new-form-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-whats-new-toolbar {
  display: flex;
  align-items: center;
  position: relative;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-whats-new-toolbar--inner:after {
  content: "";
  width: 1px;
  background-color: var(--bb-rl-border-tertiary-color);
  height: 16px;
  margin: 0 var(--bb-rl-space-100);
}

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

.bb-rl-activity-form.bb-rl-focus-in [class*="post-elements-buttons-item"]:last-child {
  margin-right: 0;
}

.bb-rl-activity-form.bb-rl-focus-in [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-activity-form.bb-rl-focus-in [class*="post-elements-buttons-item"] [class*="toolbar-button"]:hover {
  color: var(--bb-rl-icon-color);
}

.bb-rl-activity-form.bb-rl-focus-in [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-activity-form.bb-rl-focus-in [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-activity-form.bb-rl-focus-in .post-elements-buttons-item.post-poll .bb-icon-l:before {
  content: "\e150";
  font-family: bb-icons-rl;
  font-style: normal;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-activity-form-submit-wrapper {
  display: flex;
  align-items: center;
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-discard-draft-activity {
  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-activity-form.bb-rl-focus-in #bb-rl-discard-draft-activity:hover {
  color: var(--bb-rl-text-color);
}

.bb-rl-activity-form.bb-rl-focus-in #whats-new-submit {
  display: flex;
  flex-flow: row-reverse;
  gap: var(--bb-rl-space-100);
  position: relative;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-button {
  font-size: 0.85rem;
}

.bb-rl-activity-form.bb-rl-focus-in .bb-rl-whats-new-scroll-view {
  max-height: calc(100vh - 280px);
  overflow: auto;
  width: 100%;
  overscroll-behavior: contain;
  padding-bottom: var(--bb-rl-space-100);
}

.bb-rl-activity-form.bb-rl-focus-in #bb-rl-editor-toolbar {
  display: flex;
}

.bb-rl-activity-form.bb-rl-focus-in--empty #aw-whats-new-submit {
  background-color: var(--bb-rl-background-brand-disabled-color);
  cursor: default;
  pointer-events: none;
}

.bb-rl-activity-form.bb-rl-focus-in--privacy .bb-rl-activity-privacy-stage {
  display: block;
}

.bb-rl-activity-form.bb-rl-focus-in--privacy:not(.focus-in--group) .bb-rl-privacy-status-form-footer {
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  border: 0;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in {
  display: none;
}

.bb-rl-activity-form.bb-rl-focus-in--group .bb-rl-whats-new-post-in-box-header {
  display: flex;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  margin: 0;
}

.bb-rl-activity-form.bb-rl-focus-in--group .bb-rl-whats-new-post-in-box-header h3 {
  color: var(--bb-rl-text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.bb-rl-activity-form.bb-rl-focus-in--group .bb-rl-whats-new-post-in-box-header .bb-rl-model-close-button {
  margin-left: auto;
  line-height: 1;
}

.bb-rl-activity-form.bb-rl-focus-in--group .bb-rl-whats-new-post-in-box-header .bb-rl-model-close-button span {
  color: var(--bb-rl-icon-color);
  font-size: var(--bb-rl-base-line);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box {
  display: block;
  position: fixed;
  z-index: var(--bb-rl-z-index-modal);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  max-width: 90%;
  background-color: var(--bb-rl-background-color);
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box #bb-rl-activity-group-ac-items {
  min-height: 130px;
  max-height: 280px;
  overflow: auto;
  padding: var(--bb-rl-space-100) 0;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-activity-object label {
  display: flex;
  align-items: center;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-300);
  cursor: pointer;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-activity-object label:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-activity-object .bb-rl-radio-style {
  height: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  margin-right: var(--bb-rl-space-300);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-activity-object .avatar {
  height: 40px;
  width: 40px;
  border-radius: var(--bb-rl-radius-md);
  margin-right: var(--bb-rl-space-200);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-activity-object .bp-item-name {
  color: var(--bb-rl-text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-privacy-status-form-footer {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .bb-rl-privacy-status-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  gap: var(--bb-rl-space-100);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-autocomplete-wrapper {
  display: flex;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  position: relative;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-autocomplete-wrapper:before {
  content: "\e30c";
  font-family: bb-icons-rl;
  font-size: 20px;
  color: var(--bb-rl-icon-secondary-color);
  position: absolute;
  top: 50%;
  left: var(--bb-rl-space-400);
  transform: translateY(-50%);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-autocomplete-wrapper input {
  background-color: var(--bb-rl-background-color);
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-400) var(--bb-rl-space-100);
  width: 100%;
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-autocomplete-wrapper .activity-autocomplete-clear {
  position: absolute;
  top: 50%;
  right: var(--bb-rl-space-400);
  transform: translate(0, -50%);
  z-index: 6;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-autocomplete-wrapper .activity-autocomplete-clear i {
  display: block;
  font-size: 20px;
  color: var(--bb-rl-icon-secondary-color);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box #bb-rl-privacy-status-back {
  display: none;
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-whats-new-post-in-box .activity-is-autocomplete .activity-autocomplete-clear {
  display: inline-block;
}

.bb-rl-activity-form.bb-rl-focus-in--group.bb-rl-focus-in--blank-group #bb-rl-privacy-status-submit {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.bb-rl-activity-form.bb-rl-focus-in--group .bb-rl-whats-new-post-in-box--overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.bb-rl-activity-form.bb-rl-focus-in--group #bb-rl-activity-post-form-privacy {
  display: none;
}

.bb-rl-activity-form.bb-rl-focus-in--group .groups-selection {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  font-size: 0.9rem;
  color: var(--bb-rl-text-secondary-color);
  font-weight: 500;
  justify-content: center;
  margin: var(--bb-rl-space-100) 0;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage {
  background-color: var(--bb-rl-background-color);
  border-radius: var(--bb-rl-radius-md);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  padding: var(--bb-rl-space-100) 0;
  position: absolute;
  top: 145px;
  left: 90px;
  z-index: var(--bb-rl-z-index-dropdown);
  width: 280px;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-radio {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-tag-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--bb-rl-space-100);
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure {
  color: var(--bb-rl-icon-secondary-color);
  font-size: var(--bb-rl-base-line);
  line-height: 1;
  margin-top: 2px;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure:before {
  font-family: bb-icons-rl;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure.bb-rl-privacy-figure--public:before {
  content: "\e288";
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure.bb-rl-privacy-figure--loggedin:before {
  content: "\e68c";
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure.bb-rl-privacy-figure--friends:before {
  content: "\e4d6";
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure.bb-rl-privacy-figure--onlyme:before {
  content: "\e2fa";
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-figure.bb-rl-privacy-figure--group:before {
  content: "\e68e";
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-tag {
  display: flex;
  flex-direction: column;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-label {
  color: var(--bb-rl-text-color);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
}

.bb-rl-activity-form .bb-rl-activity-privacy-stage .bb-rl-privacy-sub-label {
  color: var(--bb-rl-text-secondary-color);
  font-size: 11px;
  line-height: 1.4;
}

.bb-rl-activity-form .bb-rl-activity-privacy__list > label {
  display: block;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  cursor: pointer;
}

.bb-rl-activity-form .bb-rl-activity-privacy__list > label:has(input:checked), .bb-rl-activity-form .bb-rl-activity-privacy__list > label:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-activity-form label.bb-rl-activity-privacy__label-group {
  padding-right: 40px;
  position: relative;
}

.bb-rl-activity-form label.bb-rl-activity-privacy__label-group:after {
  content: "\e13a";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: var(--bb-rl-font-size-base);
  position: absolute;
  top: var(--bb-rl-space-100);
  right: var(--bb-rl-space-200);
}

.bb-rl-activity-form #bb-rl-whats-new-post-in-box {
  display: none;
}

.bb-rl-activity-form #bb-rl-whats-new-privacy-stage-footer {
  display: none;
}

.bb-rl-activity-form #message-feedback {
  position: absolute;
  top: 58px;
  margin: 15px 25px 0;
  width: calc(100% - 50px);
  min-width: initial;
}

.bb-rl-activity-form div[class*="attached-gif-container"] {
  position: relative;
  margin-bottom: 0;
  height: auto !important;
  background-repeat: no-repeat;
  max-width: 100%;
  border-radius: var(--bb-rl-radius-lg);
  overflow: hidden;
}

.bb-rl-activity-form div[class*="attached-gif-container"] .gif-image-container img {
  max-width: 100%;
}

.bb-rl-activity-form 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-activity-form #bb-rl-whats-new-attachments .bb-rl-activity-attached-gif-container {
  margin: 0 var(--bb-rl-space-300);
}

.bb-rl-activity-form #bb-rl-whats-new-toolbar .bb-rl-post-emoji {
  padding: 0;
  border: 0;
}

.bb-rl-activity-form #bb-rl-whats-new-toolbar .emojionearea-picker.emojionearea-picker-position-top {
  top: inherit;
  bottom: 40px;
}

.bb-rl-activity-form #bb-rl-whats-new-toolbar .emojionearea-button {
  border: 0.5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--bb-rl-space-50);
}

.bb-rl-activity-form #bb-rl-whats-new-toolbar .emojionearea-button:before {
  content: "\e436";
  font-size: var(--bb-rl-base-line);
  font-family: bb-icons-rl;
}

.bb-rl-activity-form #bb-rl-whats-new-toolbar .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-editor-toolbar {
  display: flex;
  align-items: center;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-300);
}

#bb-rl-editor-toolbar .medium-editor-toolbar {
  position: static;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  border-radius: 0;
  transition: opacity ease 0.3s;
}

#bb-rl-editor-toolbar .medium-editor-toolbar.active {
  visibility: visible;
  opacity: 1;
}

#bb-rl-editor-toolbar .bb-rl-post-mention {
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.3s;
}

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

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

#bb-rl-editor-toolbar:has(.medium-editor-toolbar.active) .bb-rl-post-mention {
  visibility: visible;
  opacity: 1;
}

#bb-rl-editor-toolbar:has(.medium-editor-toolbar-form.medium-editor-toolbar-form-active) .bb-rl-post-mention {
  visibility: hidden;
  opacity: 0;
}

#bb-rl-editor-toolbar .medium-editor-action {
  padding: var(--bb-rl-space-50);
  background-color: transparent;
  border-radius: var(--bb-rl-radius-md);
  height: auto;
  min-width: auto;
  margin-right: var(--bb-rl-space-100);
  transition: none;
  border: 0.5px solid transparent;
}

#bb-rl-editor-toolbar .medium-editor-action b {
  display: flex;
  font-size: 0;
  line-height: 24px;
  height: auto;
  width: auto;
}

#bb-rl-editor-toolbar .medium-editor-action b:before {
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 24px;
}

#bb-rl-editor-toolbar .medium-editor-action.medium-editor-button-active {
  background-color: var(--bb-rl-background-secondary-hover-color);
  border-color: var(--bb-rl-border-secondary-color);
}

#bb-rl-editor-toolbar .medium-editor-action.medium-editor-button-active b:before {
  color: var(--bb-rl-icon-color);
}

#bb-rl-editor-toolbar .medium-editor-action-bold b:before {
  content: "\e5be";
}

#bb-rl-editor-toolbar .medium-editor-action-italic b:before {
  content: "\e5c0";
}

#bb-rl-editor-toolbar .medium-editor-action-unorderedlist b:before {
  content: "\e2f2";
}

#bb-rl-editor-toolbar .medium-editor-action-orderedlist b:before {
  content: "\e2f6";
}

#bb-rl-editor-toolbar .medium-editor-action-quote b:before {
  content: "\e660";
}

#bb-rl-editor-toolbar .medium-editor-action-anchor b:before {
  content: "\e2e2";
}

#bb-rl-editor-toolbar .medium-editor-action-pre b:before {
  content: "\e1bc";
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form {
  background-color: transparent;
  border-radius: 0;
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input {
  color: var(--bb-rl-text-color);
  background-color: transparent;
  border: 1px solid var(--bb-rl-border-secondary-color);
  height: 35px;
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input.isNotValid {
  border-color: var(--bb-rl-border-danger-secondary-color);
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input:focus {
  color: var(--bb-rl-text-color);
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: var(--bb-rl-text-color);
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form > a {
  font-size: 0;
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form > a:before {
  content: "\e182";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 22px;
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form > a.medium-editor-toolbar-save:before {
  content: "\e182";
}

#bb-rl-editor-toolbar .medium-editor-toolbar-form > a.medium-editor-toolbar-close:before {
  content: "\e4f6";
}

.bb-rl-whats-new-toolbar--addon .bb-rl-post-elements-buttons-item {
  display: flex;
  position: relative;
  color: var(--bb-rl-icon-secondary-color);
  font-size: var(--bb-rl-base-line);
  line-height: 1;
  border: 0.5px solid transparent;
  padding: var(--bb-rl-space-50);
  margin-right: var(--bb-rl-space-100);
  cursor: pointer;
}

.bb-rl-whats-new-toolbar--addon .bb-rl-post-elements-buttons-item.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-whats-new-toolbar--addon .bb-rl-post-elements-buttons-item.active [class*="toolbar-button"].bb-rl-toolbar-button {
  border: 0;
}

.bb-rl-whats-new-toolbar--addon .bb-rl-post-elements-buttons-item [class*="toolbar-button"].bb-rl-toolbar-button {
  padding: 0;
  border: 0;
}

.activity-url-scrapper-container {
  display: flex;
  flex-flow: column;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-300);
}

.activity-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;
}

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

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

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

.activity-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);
}

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

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

.activity-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 .activity-link-preview-link-name {
  margin: 0;
}

.activity-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);
}

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

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

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

.activity-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);
}

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

#activity-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;
}

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

.activity-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;
}

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

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

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

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

.activity-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;
}

.activity-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);
}

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

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

.whats-new-topic-selector {
  position: relative;
  margin-right: var(--bb-rl-space-300);
}

.whats-new-topic-selector .bb-rl-topic-selector-button {
  background-color: var(--bb-rl-background-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  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-300) var(--bb-rl-space-100) var(--bb-rl-space-100);
  border-radius: var(--bb-rl-radius-md);
  display: block;
  cursor: pointer;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whats-new-topic-selector .bb-rl-topic-selector-button:after {
  content: "\e136";
  color: var(--bb-rl-icon-color);
  font-size: 14px;
  font-family: bb-icons-rl;
  font-weight: 600;
  margin: 0;
  position: absolute;
  top: 50%;
  right: var(--bb-rl-space-100);
  transform: translateY(-50%);
}

.whats-new-topic-selector .bb-rl-topic-selector-list {
  position: absolute;
  top: 45px;
  left: 0;
  width: 200px;
  display: none;
}

.whats-new-topic-selector .bb-rl-topic-selector-list ul {
  list-style: none;
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-base);
  background: var(--bb-rl-background-color);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: var(--bb-rl-space-100) 0;
  width: 200px;
  z-index: 99;
  max-height: 160px;
  overflow: auto;
  margin-bottom: var(--bb-rl-space-300);
}

.whats-new-topic-selector .bb-rl-topic-selector-list ul a {
  display: block;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.whats-new-topic-selector .bb-rl-topic-selector-list ul a:hover {
  color: var(--bb-rl-text-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.whats-new-topic-selector.is-active .bb-rl-topic-selector-list {
  display: block;
}

.bb-topic-tooltip-wrapper {
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
  bottom: calc(100% + 15px);
  right: 0;
}

.bb-topic-tooltip-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

.bb-topic-tooltip-wrapper .bb-topic-tooltip {
  background: var(--bb-rl-background-black-color);
  color: var(--bb-rl-text-white-color);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-md);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2.45px 3.68px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.bb-topic-tooltip-wrapper:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 20px;
  transform: translateX(-50%);
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: var(--bb-rl-background-black-color) transparent transparent transparent;
  width: 0;
  height: 0;
  display: block;
}

.bb-rl-activity-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .bb-rl-activity-form.bb-rl-focus-in .bb-rl-whats-new-form-footer {
    flex-flow: column;
    align-items: center;
    gap: var(--bb-rl-space-100);
  }
  .bb-rl-activity-form.bb-rl-focus-in .bb-rl-gif-media-search-dropdown {
    left: -60px;
  }
}

@media screen and (max-width: 544px) {
  .bb-rl-activity-update-form.modal-popup #bb-rl-whats-new-form {
    max-width: 95%;
  }
  [class*="bb-rl-activity-form"] #bb-rl-whats-new[contenteditable="true"]:empty:before,
  [class*="bb-rl-activity-form"] #bb-rl-whats-new-placeholder[contenteditable="true"]:empty:before {
    font-size: 14px;
  }
  .bb-rl-activity-form.bb-rl-focus-in #bb-rl-whats-new {
    font-size: 14px;
  }
  .bb-rl-activity-form.bb-rl-focus-in [class*="post-elements-buttons-item"] {
    margin-right: var(--bb-rl-space-50);
  }
  .bb-rl-activity-form.bb-rl-focus-in [class*="post-elements-buttons-item"] [class*="toolbar-button"] i {
    font-size: 22px;
  }
  .bb-rl-activity-form.bb-rl-focus-in .dropzone.open {
    margin: var(--bb-rl-space-100) var(--bb-rl-space-200);
  }
  .bb-rl-activity-form.bb-rl-focus-in .medium-editor-toolbar-form .medium-editor-toolbar-input {
    font-size: 13px;
    width: 158px;
  }
  .bb-rl-activity-form.bb-rl-focus-in .medium-editor-toolbar-form a {
    margin: 0 6px;
  }
  .bb-rl-activity-form.bb-rl-focus-in .medium-editor-toolbar-form .medium-editor-toolbar-close {
    margin-right: 0;
  }
  .bb-rl-activity-form.bb-rl-focus-in .bb-rl-gif-media-search-dropdown {
    left: -120px;
  }
  #bb-rl-editor-toolbar {
    padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  }
  #bb-rl-editor-toolbar [class*="toolbar-button"] i {
    font-size: 18px;
  }
  #bb-rl-editor-toolbar .medium-editor-toolbar-form > a:before {
    font-size: 18px;
  }
  #bb-rl-editor-toolbar .medium-editor-action {
    margin-right: 2px;
  }
  #bb-rl-editor-toolbar .medium-editor-action b:before {
    font-size: 18px;
  }
  #bb-rl-activity-form-submit-wrapper:has(.whats-new-topic-selector) {
    flex-wrap: wrap;
    justify-content: center;
  }
  .whats-new-topic-selector {
    order: -1;
    display: block;
    width: 60%;
    text-align: center;
    max-width: 350px;
    margin: 15px 20% 5px;
  }
  .whats-new-topic-selector .bb-rl-topic-selector-list {
    z-index: 9;
  }
  .whats-new-topic-selector .bb-rl-topic-selector-button {
    max-width: 100%;
    margin-bottom: var(--bb-rl-space-200);
  }
  .whats-new-topic-selector .bb-rl-topic-selector-button:after {
    top: 18px;
  }
}

.bb-rl-activity-placeholder {
  background: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  padding: 20px 15px;
  border-radius: var(--bb-rl-radius-md);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: var(--bb-rl-radius-md);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_head {
  display: flex;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_details {
  display: flex;
  justify-content: center;
  flex-flow: column;
  flex: 1;
  width: calc(100% - 68px);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_details .bb-rl-activity-placeholder_title,
.bb-rl-activity-placeholder .bb-rl-activity-placeholder_details .bb-rl-activity-placeholder_description {
  max-width: 107px;
  height: 17px;
  border-radius: var(--bb-rl-radius-md);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_details .bb-rl-activity-placeholder_description {
  max-width: 202px;
  height: 12px;
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  flex: 1;
  gap: 8px;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_content .bb-rl-activity-placeholder_title {
  height: 18px;
  border-radius: var(--bb-rl-radius-md);
  width: 100%;
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_actions {
  display: flex;
  justify-content: space-between;
}

.bb-rl-activity-placeholder .bb-rl-activity-placeholder_actions .bb-rl-activity-placeholder_description {
  height: 13px;
  border-radius: var(--bb-rl-radius-md);
  width: 100%;
  max-width: 98px;
}

.bb-rl-activity-placeholder.bb-activity-tiny-placeholder {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.bb-rl-activity-placeholder.bb-activity-tiny-placeholder .bb-rl-activity-placeholder_avatar {
  height: 32px;
  width: 32px;
}

.bb-rl-activity-placeholder.bb-activity-tiny-placeholder .bb-rl-activity-placeholder_head {
  margin-bottom: 3px;
  margin-top: 3px;
}

.bb-rl-activity-placeholder.bb-activity-tiny-placeholder .bb-rl-activity-placeholder_details .bb-rl-activity-placeholder_title {
  max-width: 300px;
  height: 55px;
}

.bb-rl-activity-placeholder.bb-activity-tiny-placeholder .bb-rl-activity-placeholder_details .bb-rl-activity-placeholder_description {
  max-width: 118px;
  height: 18px;
}

/* Activity Nav */
.activity-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--bb-rl-space-100);
  list-style: none;
  padding: 0;
  margin: var(--bb-rl-space-400) 0;
}

.activity-nav li.selected a {
  background-color: var(--bb-rl-background-color);
  border-color: var(--bb-rl-border-quinery-color);
}

.activity-nav li a {
  display: inline-block;
  background-color: var(--bb-rl-background-secondary-color);
  color: var(--bb-rl-text-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  font-size: 14px;
  font-weight: 500;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-full);
}

.activity-head-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--bb-rl-space-100);
  padding: var(--bb-rl-space-200) 0;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin-bottom: var(--bb-rl-space-300);
}

.activity-head-bar .bb-rl-loader {
  display: none;
}

.activity-head-bar:has(li.loading) .bb-rl-loader {
  display: inline-block;
  margin: 0 15px 0 auto;
}

.bb-rl-activity-filters-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--bb-rl-space-100);
  padding: var(--bb-rl-space-200) 0;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin-bottom: var(--bb-rl-space-300);
}

.bb-rl-activity-filters-container .activity-head-bar {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bb-rl-group-details .bb-rl-activity-filters-container .activity-head-bar {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.bb-rl-activity-filters-container .activity-topic-selector ~ .activity-head-bar {
  margin-left: 0;
}

.activity-topic-selector {
  flex: 1;
  min-width: 0;
}

.activity-topic-selector > ul {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
  list-style: none;
  padding: 0;
}

.activity-topic-selector > ul > li {
  position: relative;
  padding: 0;
}

.activity-topic-selector > ul > li > a {
  display: block;
  padding: 6px var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-full);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  color: var(--bb-rl-text-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  text-decoration: none;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-topic-selector > ul > li > a.selected {
  background-color: var(--bb-rl-background-color);
  border-color: var(--bb-rl-border-quinery-color);
}

.activity-topic-selector > ul > li > a.more-action-button {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
  text-transform: capitalize;
}

.activity-topic-selector > ul > li > a.more-action-button.active {
  color: var(--bb-rl-text-color);
  border-color: var(--bb-rl-text-tertiary-color);
  background-color: var(--bb-rl-background-secondary-color);
}

.activity-topic-selector > ul > li > a.more-action-button.active [class*="bb-icon"] {
  color: var(--bb-rl-text-color);
}

.activity-topic-selector > ul > li > a [class*="bb-icon"] {
  color: var(--bb-rl-icon-secondary-color);
  font-size: var(--bb-rl-font-size-base);
}

.activity-topic-selector > ul > li > a [class*="bb-icon"]:before {
  content: "\e136";
  font-family: bb-icons-rl;
  margin: 0;
}

.activity-topic-selector > ul .bb_nav_more_dropdown {
  position: absolute;
  right: 0;
  top: 40px;
  bottom: inherit;
  list-style: none;
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-base);
  background: var(--bb-rl-background-color);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: var(--bb-rl-space-100) 0;
  width: 200px;
  z-index: 99;
  display: none;
  max-height: 230px;
  overflow: auto;
}

.activity-topic-selector > ul .bb_nav_more_dropdown.active {
  display: block;
}

.activity-topic-selector > ul .bb_nav_more_dropdown a {
  display: block;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.activity-topic-selector > ul .bb_nav_more_dropdown a:hover {
  color: var(--bb-rl-text-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.activity-topic-selector + .bb-rl-activity-filters-separator {
  display: block;
  width: 1px;
  height: 16px;
  background-color: var(--bb-rl-border-tertiary-color);
  margin: 0 var(--bb-rl-space-200);
}

.bb-rl-group-details .activity-topic-selector {
  min-width: 40%;
}

.bb-subnav-filters-container-main {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
}

.bb-subnav-filters-container-main .bb-subnav-filters-label {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.bb-subnav-filters-container-main .bb-subnav-filters-container {
  position: relative;
  z-index: 1;
}

.bb-subnav-filters-container-main .bb-subnav-filters-container.active .subnav-filters-modal {
  opacity: 1;
  visibility: visible;
}

.bb-subnav-filters-container-main .subnav-filters-opener {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-sm);
  line-height: 1;
  font-weight: 500;
  border: 1px solid var(--bb-rl-border-tertiary-color);
  padding: 6px 8px;
  border-radius: var(--bb-rl-radius-full);
  cursor: pointer;
  text-transform: capitalize;
}

.bb-subnav-filters-container-main .subnav-filters-opener:before {
  content: "\e268";
  color: var(--bb-rl-icon-color);
  font-family: bb-icons-rl;
  font-size: 20px;
  font-weight: 400;
  margin-right: var(--bb-rl-space-50);
}

.bb-subnav-filters-container-main .subnav-filters-opener [class*="bb-icon"] {
  color: var(--bb-rl-icon-color);
  font-size: 16px;
}

.bb-subnav-filters-container-main .subnav-filters-opener [class*="bb-icon"]:before {
  margin: 0;
}

.bb-subnav-filters-container-main .subnav-filters-modal {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-base);
  background: var(--bb-rl-background-color);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: var(--bb-rl-space-100) 0;
  width: 200px;
}

.bb-subnav-filters-container-main .subnav-filters-modal ul {
  list-style: none;
  padding: 0;
}

.bb-subnav-filters-container-main .subnav-filters-modal li a {
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  display: block;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: 1.5;
}

.bb-subnav-filters-container-main .subnav-filters-modal li a:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-subnav-filters-container-main .subnav-filters-modal li.selected a {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

/* Activity Item */
.bb-rl-activity-list {
  list-style: none;
  padding: 0;
}

.bb-rl-activity-list li.activity-item {
  background: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: var(--bb-rl-space-300);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  position: relative;
}

.bb-rl-activity-list li.activity-item.bb-rl-activity-popup {
  display: none;
}

.bb-rl-activity-list li.activity-item.bb-closed-comments .acomment-reply,
.bb-rl-activity-list li.activity-item.bb-closed-comments .acomment-edit,
.bb-rl-activity-list li.activity-item.bb-closed-comments .edit-activity {
  display: none !important;
}

.bb-rl-activity-list li.activity-item.bb-closed-comments > .activity-comments > .ac-form {
  display: none !important;
}

.bb-rl-activity-list li.activity-item.bb-closed-comments .generic-button:has(.edit-activity) {
  display: none;
}

.bb-rl-activity-list li.activity-item.bb-closed-comments .bb-rl-activity-closed-comments-notice {
  display: flex;
}

.bb-rl-activity-list li.activity-item.bb-closed-comments .ac-form {
  display: none;
}

.bb-rl-activity-list li.activity-item.bb-rl-empty-content .bb-rl-activity-head,
.bb-rl-activity-list li.activity-item.bb-rl-empty-content .bb-rl-activity-head-group {
  border-bottom: 0;
  padding-bottom: 0;
}

.bb-rl-activity-list .bb-rl-activity-head {
  display: flex;
  align-items: center;
  padding-bottom: var(--bb-rl-space-200);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar {
  margin-right: var(--bb-rl-space-200);
  min-width: 48px;
}

.bb-rl-activity-list .bb-rl-activity-head img.avatar {
  height: 48px;
  width: 48px;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-header {
  margin-right: 40px;
}

.bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar.bb-rl-multiple-avatars {
  min-height: 48px;
  min-width: 56px;
  position: relative;
}

.bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar.bb-rl-multiple-avatars img.avatar {
  height: 32px;
  width: 32px;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar.bb-rl-multiple-avatars > a:last-child {
  position: absolute;
  top: 16px;
  left: 24px;
}

.bb-rl-activity-list .bb-activity-more-options-wrap {
  position: absolute;
  right: var(--bb-rl-space-300);
  top: var(--bb-rl-space-300);
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb-icon-ellipsis-h {
  display: flex;
  font-size: 24px;
  line-height: 1;
  color: var(--bb-rl-icon-tertiary-color);
  cursor: pointer;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb-icon-ellipsis-h:before {
  content: "\e1fe";
  font-family: bb-icons-rl;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action {
  display: inline-flex;
  padding: var(--bb-rl-space-50);
  transition: all 0.3s ease;
  border: 0.5px solid transparent;
  border-radius: 6px;
}

.bb-rl-activity-list .bb-activity-more-options-wrap:has(.is_visible) .bb-activity-more-options-action {
  border-color: var(--bb-rl-border-secondary-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_rl_more_dropdown__title {
  display: none;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: var(--bb-rl-z-index-dropdown);
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: var(--bb-rl-space-100) 0;
  width: 210px;
  visibility: hidden;
  opacity: 0;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown.is_visible {
  visibility: visible;
  opacity: 1;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a {
  display: flex;
  align-items: center;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  cursor: pointer;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a:hover {
  background-color: var(--bb-rl-background-secondary-color);
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a:before {
  font-family: bb-icons-rl;
  color: var(--bb-rl-icon-secondary-color);
  font-size: 20px;
  font-weight: 400;
  margin: 0 var(--bb-rl-space-100) 0 0;
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.edit:before {
  content: "\e3b4";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.acomment-delete:before, .bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.delete-activity:before {
  content: "\e4a6";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.close-activity-comment:before {
  content: "\e174";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.unclose-activity-comment:before {
  content: "\e172";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.reported-content:before, .bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.report-content:before {
  content: "\e244";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.unpin-activity:before, .bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.pin-activity:before {
  content: "\e3e2";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.cloud-download:before, .bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.download-activity:before {
  content: "\e20c";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.bb-icon-bell-slash:before {
  content: "\e0d2";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.ac-video-thumbnail-edit:before {
  content: "\e2ca";
}

.bb-rl-activity-list .bb-activity-more-options-wrap .bb_more_dropdown .generic-button a.bb-icon-bell:before {
  content: "\e0d0";
}

.bb-rl-activity-list .bb-rl-activity-header p:first-child {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}

.bb-rl-activity-list .bb-rl-activity-header p:first-child a {
  color: var(--bb-rl-text-color);
  display: inline-block;
}

.bb-rl-activity-list .bb-rl-activity-header p:first-child a img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.bb-rl-activity-list .bb-rl-activity-header .activity-date {
  display: inline-block;
}

.bb-rl-activity-list .bb-rl-activity-header .activity-date a,
.bb-rl-activity-list .bb-rl-activity-header .activity-date .bb-activity-edited-text {
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-sm);
}

.bb-rl-activity-list .bb-rl-activity-header .activity-topic {
  display: inline-block;
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: 1.5;
  margin-left: var(--bb-rl-space-100);
}

.bb-rl-activity-list .bb-rl-activity-header .activity-topic a {
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-activity-list .bb-rl-activity-header .activity-to {
  font-size: 0;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}

.bb-rl-activity-list .bb-rl-activity-header .activity-to:before {
  content: "\e13a";
  color: var(--bb-rl-icon-tertiary-color);
  font-family: bb-icons-rl;
  font-size: 20px;
  font-weight: 500;
}

.bb-rl-activity-list .bb-rl-activity-header .activity-to + .avatar {
  height: 24px;
  width: 24px;
  border-radius: var(--bb-rl-radius-full);
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.bb-rl-activity-list .bb-rl-activity-inner {
  margin-bottom: var(--bb-rl-space-200);
  /* WP Post Activity */
}

.bb-rl-activity-list .bb-rl-activity-inner p {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-list .bb-rl-activity-inner p:last-child {
  margin-bottom: 0;
}

.bb-rl-activity-list .bb-rl-activity-inner > ol,
.bb-rl-activity-list .bb-rl-activity-inner > ul {
  margin: 0 0 var(--bb-rl-space-200);
  padding: 0;
}

.bb-rl-activity-list .bb-rl-activity-inner > ol li,
.bb-rl-activity-list .bb-rl-activity-inner > ul li {
  list-style: decimal;
  margin: 0 0 var(--bb-rl-space-50) var(--bb-rl-space-200);
  list-style-position: inside;
  padding: 0;
}

.bb-rl-activity-list .bb-rl-activity-inner > ul li {
  list-style: disc;
  list-style-position: inside;
}

.bb-rl-activity-list .bb-rl-activity-inner b {
  font-weight: 600;
}

.bb-rl-activity-list .bb-rl-activity-inner blockquote {
  font-style: italic;
  background-color: var(--bb-rl-background-secondary-color);
  border-left: 2px solid var(--bb-rl-background-tertiary-color);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-list .bb-rl-activity-inner blockquote p:last-child {
  margin-bottom: 0;
}

.bb-rl-activity-list .bb-rl-activity-inner pre:not(.CodeMirror-line) {
  background-color: var(--bb-rl-background-secondary-color);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  margin-bottom: var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-activity-list .bb-rl-activity-inner iframe {
  border-radius: var(--bb-rl-radius-lg);
  width: 100%;
}

.bb-rl-activity-list .bb-rl-activity-inner .bb-rl-item-content-avatar img {
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) {
  display: flex;
  flex-flow: column;
  background-color: var(--bb-rl-background-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-300);
  gap: var(--bb-rl-space-200);
  margin-top: var(--bb-rl-space-100);
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) .bb-content-wrp .bb-post-title {
  color: var(--bb-rl-text-color);
  display: block;
  font-size: var(--bb-rl-font-size-base);
  font-weight: 600;
  margin-bottom: var(--bb-rl-space-50);
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) .bb-content-wrp p {
  font-size: 14px;
  color: var(--bb-rl-text-secondary-color);
  line-height: 1.5;
  margin: 0;
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) .bb-content-wrp:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) .bb-post-img-link {
  order: 2;
}

.bb-rl-activity-list .bb-rl-activity-inner:has(.bb-content-wrp) .bb-post-img-link img {
  border-radius: var(--bb-rl-radius-lg);
  max-width: 100%;
}

.bb-rl-activity-list .bp-generic-meta {
  position: relative;
}

.bb-rl-activity-list .ac-emotions_list {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 99;
  display: none;
  align-items: center;
  gap: var(--bb-rl-space-100);
  padding: 6px var(--bb-rl-space-100);
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: 34px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
  transition-delay: 0.5s;
}

.bb-rl-activity-list .ac-emotions_list.active {
  display: flex;
  bottom: 34px;
}

.bb-rl-activity-list .ac-emotions_list.active .ac-emotion_item {
  top: 0;
}

body:not(.bb-is-mobile) .bb-rl-activity-list .ac-emotions_list:hover {
  display: flex;
  bottom: 34px;
}

body:not(.bb-is-mobile) .bb-rl-activity-list .ac-emotions_list:hover .ac-emotion_item {
  top: 0;
}

.bb-rl-activity-list .ac-emotions_list.active .ac-emotion_item i,
.bb-rl-activity-list .ac-emotions_list.active .ac-emotion_item img {
  animation: popIn 0.2s ease-in-out 1;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item {
  display: flex;
  position: relative;
  top: 10px;
  transition: all ease 0.2s;
  transition-delay: 0.5s;
  min-width: 28px;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item i {
  display: block;
  font-size: 28px;
  line-height: 1;
  transition: all linear 0.2s;
  transform-origin: bottom;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item i,
.bb-rl-activity-list .ac-emotions_list .ac-emotion_item img {
  display: block;
  transition: all linear 0.2s;
  transform-origin: bottom;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item a {
  padding: 0;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item a:after {
  font-size: 11px;
  letter-spacing: normal;
  padding: 4px 6px;
  bottom: 110%;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item a:before {
  display: none;
}

.bb-rl-activity-list .ac-emotions_list .ac-emotion_item a:hover i,
.bb-rl-activity-list .ac-emotions_list .ac-emotion_item a:hover img {
  transform: scale(1.3);
}

@media screen and (max-width: 370px) {
  .bb-rl-activity-list .ac-emotions_list .ac-emotion_item {
    min-width: 30px;
  }
  .bb-rl-activity-list .ac-emotions_list .ac-emotion_item img {
    width: 30px;
    height: 30px;
  }
  .bb-rl-activity-list .ac-emotions_list .ac-emotion_item i {
    font-size: 30px;
  }
}

.bb-rl-activity-list .acomment-display .ac-emotions_list.active {
  bottom: 31px;
  left: -30px;
}

body:not(.bb-is-mobile) .bb-rl-activity-list .acomment-display .ac-emotions_list:hover {
  bottom: 31px;
  left: -30px;
}

/* Disable click events on activity while sync after closing activity modal */
#bb-rl-activity-stream .activity-item.activity-sync {
  pointer-events: none;
}

#bb-rl-activity-stream .activity-item.activity-sync .bb-rl-activity-footer-actions {
  border-top: 0;
}

.activity-sync-loader {
  position: relative;
  width: 100%;
  height: 1px;
  overflow-x: hidden;
  display: none;
}

.activity-sync .activity-sync-loader {
  display: block;
}

.activity-sync-bar {
  position: absolute;
  opacity: 0.9;
  background: var(--bb-rl-border-secondary-color);
  width: 150%;
  height: 2px;
}

.activity-sync-progress {
  position: absolute;
  background: var(--bb-rl-primary-color);
  height: 2px;
}

.inc {
  animation: increase 2s infinite;
}

.dec {
  animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}

/* Group Activity */
.bb-rl-activity-head-group {
  display: flex;
  align-items: center;
  padding-bottom: var(--bb-rl-space-200);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-head-group .bb-rl-activity-group-heading a {
  font-size: var(--bb-rl-font-size-base);
  font-weight: 500;
  line-height: 1;
  color: var(--bb-rl-text-color);
}

.bb-rl-activity-head-group .bb-rl-activity-group-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bb-rl-activity-head-group .bb-rl-activity-group-post-meta .bb-rl-activity-post-author,
.bb-rl-activity-head-group .bb-rl-activity-group-post-meta > a {
  display: inline-flex;
  align-items: center;
}

.bb-rl-activity-head-group .bb-rl-activity-header--group {
  flex: 1;
  padding-right: 40px;
}

.bb-rl-activity-head-group .bb-rl-activity-header--group .bb-rl-activity-post-author > p {
  display: inline;
  font-size: 13px;
  line-height: 20px;
  color: var(--bb-rl-text-tertiary-color);
}

.bb-rl-activity-head-group .bb-rl-activity-header--group .bb-rl-activity-post-author > p .avatar {
  display: none;
}

.bb-rl-activity-head-group .bb-rl-activity-header--group .bb-rl-activity-post-author > p a {
  font-weight: 600;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  line-height: 20px;
}

.bb-rl-activity-head-group .bb-rl-activity-header--group .time-since {
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  color: var(--bb-rl-text-tertiary-color);
  line-height: 1;
}

.bb-rl-activity-head-group .bb-rl-activity-header--group .time-since:before {
  content: "";
  background-color: var(--bb-rl-background-tertiary-color);
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: var(--bb-rl-radius-full);
  margin: 0 var(--bb-rl-space-100) 0 var(--bb-rl-space-50);
}

.bb-rl-activity-group-avatar {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 48px;
  margin-right: var(--bb-rl-space-200);
}

.bb-rl-activity-group-avatar img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bb-rl-radius-full);
  object-fit: cover;
}

.bb-rl-activity-group-avatar .bb-rl-group-avatar {
  max-width: 34px;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bb-rl-activity-group-avatar .bb-rl-group-avatar > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bb-rl-activity-group-avatar .bb-rl-group-avatar img {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-activity-group-avatar .bb-rl-author-avatar {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}

.bb-rl-activity-group-avatar .bb-rl-author-avatar > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* Activity Modal */
.bb-rl-internal-model {
  position: fixed;
  z-index: 999980;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-rl-internal-model .bb-rl-activity-modal {
  background: 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);
  backdrop-filter: blur(2px);
  max-height: 85vh;
  max-width: 95%;
  width: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.bb-rl-internal-model .bb-rl-activity-modal .bb-activity-more-options-wrap {
  top: var(--bb-rl-space-100);
  right: 0;
}

.bb-rl-internal-model .bb-rl-activity-modal .bb-rl-pin-action {
  top: 14px;
}

.bb-rl-internal-model .bb-rl-activity-modal .bb-activity-more-options-wrap + .bb-rl-pin-action {
  right: 35px;
}

.bb-rl-internal-model .bb-rl-activity-modal:has(.activity-state-popup.active) {
  backdrop-filter: none;
}

.bb-rl-internal-model li.activity-item {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.acomments-modal-open {
  overflow: hidden;
}

.bb-rl-modal-activity-body {
  position: relative;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  overflow-x: hidden;
  flex-grow: 1;
}

.bb-rl-modal-activity-header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: var(--bb-rl-z-index-modal);
  top: 0;
  left: 0;
  height: 60px;
  min-height: 60px;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-modal-activity-header h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.bb-rl-modal-activity-header .bb-rl-model-close-button {
  margin-left: auto;
}

.bb-rl-modal-activity-header .bb-rl-model-close-button [class*="bb-icons"] {
  color: var(--bb-rl-icon-color);
  font-size: var(--bb-rl-base-line);
}

.bb-rl-modal-activity-footer {
  display: none;
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.08);
}

.logged-in .bb-rl-modal-activity-footer {
  display: block;
}

.bb-closed-comments .bb-rl-modal-activity-footer {
  display: none;
}

.bb-rl-modal-activity-footer.active .bb-rl-ac-form-placeholder {
  display: none;
}

.bb-rl-modal-activity-footer form.ac-form {
  display: block;
  margin: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-modal-activity-body-scrolled-to-bottom .bb-rl-modal-activity-footer {
  box-shadow: none;
}

.bb-rl-activity-media-elem {
  /* Media */
}

.bb-rl-activity-media-elem:hover .bb-rl-more_dropdown-wrap {
  visibility: visible;
  opacity: 1;
}

.bb-rl-activity-media-elem.bb-rl-media-activity {
  position: relative;
  min-width: 190px;
}

.bb-rl-activity-media-elem.bb-rl-media-activity .bb-rl-entry-img > img {
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-activity-media-elem.no_more_option .bb-rl-photos-length {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 10;
  color: var(--bb-rl-text-white-color);
  font-size: 20px;
  font-weight: 600;
  background-color: rgba(12, 12, 13, 0.5);
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-activity-media-elem.no_more_option .bb-rl-photos-length strong {
  font-weight: 600;
}

.bb-rl-activity-media-elem.no_more_option ~ .bb-rl-activity-media-elem {
  display: none;
}

/* Video */
.bb-rl-activity-video-elem {
  position: relative;
}

.bb-rl-activity-video-elem:hover .bb-rl-more_dropdown-wrap {
  visibility: visible;
  opacity: 1;
}

.bb-rl-activity-video-elem .bb-video-duration,
.bb-rl-activity-video-elem .bb-rl-video-duration {
  font-size: 13px;
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  margin: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: var(--bb-rl-text-white-color);
  display: inline-block;
  padding: var(--bb-rl-space-50) var(--bb-rl-space-100);
  border-radius: var(--bb-rl-radius-sm);
  position: absolute;
  left: var(--bb-rl-space-200);
  bottom: var(--bb-rl-space-200);
  z-index: 11;
  margin-bottom: 0 !important;
}

.bb-rl-activity-video-elem .bb-item-cover-wrap.hide,
.bb-rl-activity-video-elem .bb-rl-item-cover-wrap.hide {
  display: none;
}

.bb-rl-activity-video-elem div.video-js + .bb-video-loader,
.bb-rl-activity-video-elem div.video-js + .bb-rl-video-loader {
  display: none;
}

.bb-rl-activity-video-elem.no_more_option .bb-rl-videos-length {
  position: absolute;
  inset: 0;
  background-color: rgba(12, 12, 13, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--bb-rl-text-white-color);
}

.bb-rl-activity-video-elem.no_more_option .bb-rl-videos-length strong {
  font-weight: 600;
}

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

.bb-rl-activity-video-elem.no_more_option ~ .bb-rl-activity-video-elem {
  display: none;
}

.bb-activity-video-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  align-items: flex-start;
  position: relative;
}

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

.bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-1,
.bb-activity-video-wrap.bb-video-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;
}

.bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-1 .bb-item-cover-wrap,
.bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-2 .bb-item-cover-wrap {
  padding-top: 82.56%;
}

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

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

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

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

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

.bb-activity-video-wrap.bb-video-length-4, .bb-activity-video-wrap.bb-video-length-5, .bb-activity-video-wrap.bb-video-length-more {
  gap: 8px;
}

.bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-1,
.bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1,
.bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-1,
.bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-2 {
  flex: 0 0 calc(50% - 8px);
  max-width: 50%;
  min-height: 0;
}

.bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap,
.bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap,
.bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap,
.bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap {
  padding-top: 100%;
}

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

.bb-activity-video-wrap .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;
}

.bb-activity-video-wrap .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);
}

.bb-activity-media-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
}

.bb-media-length-2 .act-grid-1-2,
.bb-media-length-2 .act-grid-1-1 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 0;
  padding-left: var(--bb-rl-space-100);
}

.bb-media-length-2 .bb-rl-entry-img > img {
  height: 290px;
  width: 100%;
  object-fit: cover;
}

.bb-media-length-2 .act-grid-1-1 {
  padding-left: 0;
}

.bb-media-length-3 .act-grid-1-1 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: var(--bb-rl-space-100);
}

.bb-media-length-3 .act-grid-1-1 .bb-rl-entry-img > img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.bb-media-length-3 .act-grid-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 0;
  padding-right: var(--bb-rl-space-100);
}

.bb-media-length-3 .act-grid-1-2 .bb-rl-entry-img > img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.bb-media-length-3 .act-grid-1-2:last-child {
  padding-right: 0;
}

.bb-media-length-more,
.bb-media-length-5,
.bb-media-length-4 {
  gap: 8px;
}

.bb-media-length-more .act-grid-1-1,
.bb-media-length-more .act-grid-1-2,
.bb-media-length-5 .act-grid-1-1,
.bb-media-length-5 .act-grid-1-2,
.bb-media-length-4 .act-grid-1-1,
.bb-media-length-4 .act-grid-1-2 {
  flex: 0 0 calc(50% - 8px);
  max-width: 50%;
  min-height: 0;
}

.bb-media-length-more .act-grid-1-1 .bb-rl-entry-img > img,
.bb-media-length-more .act-grid-1-2 .bb-rl-entry-img > img,
.bb-media-length-5 .act-grid-1-1 .bb-rl-entry-img > img,
.bb-media-length-5 .act-grid-1-2 .bb-rl-entry-img > img,
.bb-media-length-4 .act-grid-1-1 .bb-rl-entry-img > img,
.bb-media-length-4 .act-grid-1-2 .bb-rl-entry-img > img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

/* Privacy */
.bb-media-privacy-wrap {
  display: inline-block;
  position: relative;
}

.bb-media-privacy-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 4px;
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  margin: 0 6px;
}

.bb-media-privacy-wrap .privacy-wrap {
  display: inline-block;
  vertical-align: middle;
}

.bb-media-privacy-wrap .privacy {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}

.bb-media-privacy-wrap .privacy:before {
  content: "\e288";
  color: var(--bb-rl-icon-tertiary-color);
  font-family: bb-icons-rl;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}

.bb-media-privacy-wrap .privacy.no-change:after {
  display: none;
}

.bb-media-privacy-wrap .privacy.onlyme:before {
  content: "\e2fa";
}

.bb-media-privacy-wrap .privacy.loggedin:before {
  content: "\e68c";
}

.bb-media-privacy-wrap .privacy.friends:before {
  content: "\e4d6";
}

.bb-media-privacy-wrap .privacy.loading:before {
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
}

.bb-media-privacy-wrap .activity-privacy {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: var(--bb-rl-z-index-dropdown);
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: var(--bb-rl-space-100) 0;
  width: 210px;
  visibility: hidden;
  opacity: 0;
}

.bb-media-privacy-wrap .activity-privacy li {
  display: flex;
  align-items: center;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: var(--bb-rl-base-line-small);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  cursor: pointer;
}

.bb-media-privacy-wrap .activity-privacy li:hover {
  background: var(--bb-rl-background-secondary-color);
}

.bb-media-privacy-wrap .activity-privacy li a {
  color: var(--bb-rl-text-secondary-color);
}

.bb-media-privacy-wrap .activity-privacy li:before {
  content: "\e288";
  font-family: bb-icons-rl;
  color: var(--bb-rl-icon-secondary-color);
  font-size: 20px;
  font-weight: 400;
  margin-right: var(--bb-rl-space-100);
}

.bb-media-privacy-wrap .activity-privacy li.public:before {
  content: "\e288";
}

.bb-media-privacy-wrap .activity-privacy li.onlyme:before {
  content: "\e2fa";
}

.bb-media-privacy-wrap .activity-privacy li.loggedin:before {
  content: "\e68c";
}

.bb-media-privacy-wrap .activity-privacy li.friends:before {
  content: "\e4d6";
}

.bb-media-privacy-wrap .activity-privacy .selected {
  background: var(--bb-rl-background-secondary-color);
}

.bb-media-privacy-wrap .activity-privacy.bb-open {
  visibility: visible;
  opacity: 1;
}

/* Activity closed comment notice */
.bb-rl-activity-closed-comments-notice {
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  line-height: 1.8;
  background-color: var(--bb-rl-background-secondary-color);
  padding: var(--bb-rl-space-100);
  border-radius: var(--bb-rl-radius-md);
  margin-top: var(--bb-rl-space-100);
}

.bb-rl-activity-closed-comments-notice:before {
  content: "\e174";
  font-family: bb-icons-rl;
  font-size: 20px;
  color: var(--bb-rl-icon-secondary-color);
  margin-right: var(--bb-rl-space-100);
  line-height: 1;
}

/* Activity Actions */
.bb-rl-activity-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--bb-rl-space-100) 0 0;
  border-top: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-activity-footer-actions .activity-state {
  display: flex;
  align-items: center;
}

.bb-rl-activity-footer-actions .activity-state-reactions {
  display: flex;
  align-items: center;
}

.bb-rl-activity-footer-actions .activity-state-reactions::after {
  content: "";
  background-color: var(--bb-rl-background-tertiary-color);
  height: 4px;
  width: 4px;
  border-radius: var(--bb-rl-radius-full);
  margin: 0 var(--bb-rl-space-100);
}

.bb-rl-activity-footer-actions .activity-reactions_count {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  margin-left: var(--bb-rl-space-100);
}

.bb-rl-activity-footer-actions .comments-count {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  text-transform: lowercase;
}

.bb-rl-activity-footer-actions .comments-count:hover {
  color: var(--bb-rl-text-color);
  text-decoration: underline;
}

.bb-rl-activity-footer-actions .activity-state-reactions {
  cursor: pointer;
}

.bb-rl-activity-footer-actions .activity-state-reactions .reactions_item {
  background-color: var(--bb-rl-background-color);
  padding: 2px;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-activity-footer-actions .activity-state-reactions .reactions_item:not(:first-child) {
  margin-left: -4px;
}

.bb-rl-activity-footer-actions .activity-state-reactions .reactions_item img {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0;
}

.bb-rl-activity-footer-actions .activity-state-reactions .reactions_item i {
  display: flex;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}

.bb-rl-activity-footer-actions .activity-state-reactions .reactions_item i:before {
  margin: 0;
}

.bb-rl-activity-footer-actions .activity-state-reactions:hover .activity-reactions_count {
  color: var(--bb-rl-text-color);
  text-decoration: underline;
}

.bp-generic-meta {
  display: flex;
  align-items: center;
}

.bp-generic-meta .generic-button a {
  display: flex;
  align-items: center;
  padding: 6px var(--bb-rl-space-200);
}

.bp-generic-meta .generic-button a:hover {
  background-color: var(--bb-rl-background-secondary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bp-generic-meta .generic-button a span {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.bp-generic-meta .generic-button a.bp-like-button [class*="bb-icon"]:before {
  color: var(--bb-rl-icon-tertiary-color);
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  margin-right: var(--bb-rl-space-50);
  margin-left: 0;
}

.bp-generic-meta .generic-button a.bp-like-button img {
  height: 18px;
  width: 18px;
  margin-right: var(--bb-rl-space-100);
}

.bp-generic-meta .generic-button a.bp-like-button.has-reaction [class*="bb-icon"] {
  display: flex;
}

.bp-generic-meta .generic-button a.bp-like-button.has-reaction [class*="bb-icon"]:before {
  font-weight: 200;
  color: inherit;
}

.bp-generic-meta .generic-button a.acomment-reply:before {
  content: "\e172";
  font-family: bb-icons-rl;
  font-size: 24px;
  line-height: 1;
  color: var(--bb-rl-icon-tertiary-color);
  margin-right: var(--bb-rl-space-50);
  vertical-align: middle;
}

.bb-rl-load-more {
  text-align: center;
}

.bb-rl-load-more .bb-rl-button {
  font-size: 14px;
}

.bb-rl-load-more .loading:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
  margin-right: var(--bb-rl-space-100);
}

.bb-rl-activity-list .bb-rl-pin-action {
  position: absolute;
  right: 20px;
  font-size: 22px;
  line-height: 1;
  top: 30px;
}

.bb-rl-activity-list .bb-rl-pin-action .bb-rl-pin-action_button,
.bb-rl-activity-list .bb-rl-pin-action .bb-rl-mute-action_button {
  cursor: default;
  display: none;
}

.bb-rl-activity-list .bb-rl-pin-action [class*="bb-icon"] {
  font-size: 20px;
  color: var(--bb-rl-icon-tertiary-color);
}

.bb-rl-activity-list .bb-rl-pin-action [class*="bb-icon"]:before {
  margin: 0 4px 0 0;
}

.bb-rl-activity-list .bb-pinned .bb-rl-pin-action_button,
.bb-rl-activity-list .loading-pin .bb-rl-pin-action_button {
  display: inline-block;
}

.bb-rl-activity-list .bb-muted .bb-rl-mute-action_button {
  display: inline-block;
}

.bb-rl-activity-list .loading-pin .bb-rl-pin-action_button {
  display: inline-block;
}

.bb-rl-activity-list .loading-pin .bb-rl-pin-action_button [class*="bb-icon"]:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
}

.bb-rl-activity-list .loading-mute .bb-rl-mute-action_button {
  display: inline-block;
}

.bb-rl-activity-list .loading-mute .bb-rl-mute-action_button [class*="bb-icon"]:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
}

.bb-rl-activity-list .bb-activity-more-options-wrap + .bb-rl-pin-action {
  right: 65px;
}

.bb-rl-activity-list li.bbp_reply_create .bb-rl-activity-inner,
.bb-rl-activity-list li.bbp_topic_create .bb-rl-activity-inner {
  background-color: var(--bb-rl-background-secondary-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  padding: var(--bb-rl-space-300);
}

.bb-rl-activity-list li.bbp_reply_create .bb-rl-activity-inner .bb-rl-activity-content,
.bb-rl-activity-list li.bbp_topic_create .bb-rl-activity-inner .bb-rl-activity-content {
  padding: 0;
}

.bb-rl-activity-list li.bbp_reply_create .bb-rl-activity-inner:hover,
.bb-rl-activity-list li.bbp_topic_create .bb-rl-activity-inner:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-activity-list li.bbp_reply_create .bb-content-inr-wrap,
.bb-rl-activity-list li.bbp_topic_create .bb-content-inr-wrap {
  color: var(--bb-rl-text-secondary-color);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-list li.bbp_reply_create .activity-read-more,
.bb-rl-activity-list li.bbp_topic_create .activity-read-more {
  display: none;
}

.bb-rl-activity-list li.bbp_reply_create .bb-activity-media-wrap.bb-media-length-1 .bb-rl-activity-media-elem,
.bb-rl-activity-list li.bbp_topic_create .bb-activity-media-wrap.bb-media-length-1 .bb-rl-activity-media-elem {
  width: 100%;
}

.bb-rl-activity-list li.bbp_reply_create .bb-activity-media-wrap.bb-media-length-1 .bb-rl-activity-media-elem .bb-rl-entry-img img,
.bb-rl-activity-list li.bbp_topic_create .bb-activity-media-wrap.bb-media-length-1 .bb-rl-activity-media-elem .bb-rl-entry-img img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap,
.bb-rl-activity-list li.bbp_topic_create .activity-discussion-title-wrap {
  margin-bottom: var(--bb-rl-space-50);
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap a,
.bb-rl-activity-list li.bbp_topic_create .activity-discussion-title-wrap a {
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-base);
  font-weight: 600;
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap a:hover,
.bb-rl-activity-list li.bbp_topic_create .activity-discussion-title-wrap a:hover {
  text-decoration: underline;
}

.bb-rl-activity-list li.bbp_reply_create .activity-inner-meta,
.bb-rl-activity-list li.bbp_topic_create .activity-inner-meta {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
}

.bb-rl-activity-list li.bbp_reply_create .activity-inner-meta a.button,
.bb-rl-activity-list li.bbp_topic_create .activity-inner-meta a.button {
  display: inline-flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  color: var(--bb-rl-text-color);
  font-family: inherit;
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-md);
  padding: 6px 12px;
}

.bb-rl-activity-list li.bbp_reply_create .activity-inner-meta a.button:before,
.bb-rl-activity-list li.bbp_topic_create .activity-inner-meta a.button:before {
  content: "\e16e";
  font-family: bb-icons-rl;
  color: var(--bb-rl-icon-color);
  font-size: 16px;
  font-weight: 400;
}

.bb-rl-activity-list li.bbp_reply_create .activity-attached-gif-container,
.bb-rl-activity-list li.bbp_reply_create .bb-activity-media-wrap,
.bb-rl-activity-list li.bbp_reply_create .bb-activity-video-wrap,
.bb-rl-activity-list li.bbp_topic_create .activity-attached-gif-container,
.bb-rl-activity-list li.bbp_topic_create .bb-activity-media-wrap,
.bb-rl-activity-list li.bbp_topic_create .bb-activity-video-wrap {
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-activity-list li.bbp_reply_create .bb-rl-activity-inner {
  margin-top: 60px;
  position: relative;
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap a {
  display: inline-block;
  color: var(--bb-rl-text-color);
  font-size: var(--bb-rl-font-size-base);
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap a .bb-reply-lable {
  font-weight: 400;
  color: var(--bb-rl-text-secondary-color);
}

.bb-rl-activity-list li.bbp_reply_create .activity-discussion-title-wrap .activity-read-more {
  display: none;
}

@media screen and (max-width: 992px) {
  .bb-rl-activity-filters-container {
    flex-flow: column;
    align-items: flex-start;
  }
  .bb-rl-activity-filters-container .activity-head-bar {
    margin-left: 0;
  }
  .activity-topic-selector {
    max-width: 100%;
  }
  .bb-rl-group-details .activity-topic-selector {
    min-width: 100%;
  }
  .activity-topic-selector + .bb-rl-activity-filters-separator {
    display: none;
  }
  .activity-topic-selector > ul > li .bb_nav_more_dropdown .bb_more_dropdown__title {
    display: none;
  }
  .activity-topic-selector > ul > li .bb_more_dropdown_overlay {
    display: none;
  }
}

@media screen and (max-width: 544px) {
  .bb-rl-activity-footer-actions {
    flex-flow: column;
    border-top: 0;
  }
  .bb-rl-activity-footer-actions .activity-state {
    justify-content: space-between;
    width: 100%;
  }
  .bb-rl-activity-footer-actions .activity-state-reactions:after {
    display: none;
  }
  .bb-rl-activity-head-group .bb-rl-activity-group-post-meta {
    display: inline-block;
  }
  .bb-rl-activity-list .bb-rl-activity-head p:first-child {
    font-size: 13px;
    line-height: 18px;
  }
  .bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar {
    min-width: 40px;
  }
  .bb-rl-activity-list .bb-rl-activity-head img.avatar {
    height: 40px;
    width: 40px;
  }
  .bb-rl-activity-list .bb-rl-activity-head .bb-rl-activity-avatar {
    margin-right: 10px;
  }
  .bb-rl-activity-list .bb-rl-activity-head .activity-date a,
  .bb-rl-activity-list .bb-rl-activity-head .activity-date .bb-activity-edited-text {
    font-size: 12px;
  }
  .bb-rl-activity-list .bb-rl-activity-head .bb-media-privacy-wrap:before {
    margin: 0 4px;
  }
  .bb-rl-activity-list .bb-rl-activity-head .bb-media-privacy-wrap .privacy:before {
    font-size: 14px;
  }
  .bb-rl-activity-list .activity-meta {
    order: 2;
    justify-content: space-between;
    border-top: 1px solid var(--bb-rl-border-secondary-color);
    margin-top: var(--bb-rl-space-200);
    padding-top: var(--bb-rl-space-100);
    width: 100%;
  }
  .bb-rl-activity-list .bb-activity-more-options-wrap + .bb-rl-pin-action {
    right: 55px;
  }
  .bb-rl-activity-list .bb-activity-more-options-wrap .bb-activity-more-options-action[data-balloon][data-balloon-pos="up"]:after {
    left: -10px;
  }
  .bb-rl-activity-list .bb-muted .bb-rl-mute-action_button[data-balloon][data-balloon-pos="up"]:after {
    left: -10px;
  }
  .bb-rl-activity-list .bb-rl-pin-action [class*="bb-icon"] {
    font-size: 18px;
  }
  .bb-rl-activity-list li.activity-item {
    padding: var(--bb-rl-space-200);
  }
  .bb-rl-activity-list .bb-activity-more-options-wrap {
    right: var(--bb-rl-space-200);
  }
  .bb-activity-video-wrap.bb-video-length-2, .bb-activity-video-wrap.bb-video-length-3, .bb-activity-video-wrap.bb-video-length-4, .bb-activity-video-wrap.bb-video-length-5, .bb-activity-video-wrap.bb-video-length-5, .bb-activity-video-wrap.bb-video-length-more {
    gap: var(--bb-rl-space-100);
  }
  .bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-3 .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-3 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-1, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-2 {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-2 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-3 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-3 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-4 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-5 .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-1 .bb-rl-item-cover-wrap, .bb-activity-video-wrap.bb-video-length-more .bb-rl-activity-video-elem.act-grid-1-2 .bb-rl-item-cover-wrap {
    padding-top: 60%;
  }
  .bb-activity-video-wrap .bb-rl-item-cover-wrap {
    padding-top: 60%;
  }
  .bb-media-length-more .act-grid-1-1,
  .bb-media-length-more .act-grid-1-2,
  .bb-media-length-5 .act-grid-1-1,
  .bb-media-length-5 .act-grid-1-2,
  .bb-media-length-4 .act-grid-1-1,
  .bb-media-length-4 .act-grid-1-2,
  .bb-media-length-3 .act-grid-1-1,
  .bb-media-length-3 .act-grid-1-2,
  .bb-media-length-2 .act-grid-1-1,
  .bb-media-length-2 .act-grid-1-2 {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bb-rl-activity-media-elem.bb-rl-document-activity .bb-rl-entry-img > i {
    font-size: 40px;
  }
  .bb-rl-activity-media-elem.bb-rl-document-activity .bb-rl-document-description-wrap {
    padding: var(--bb-rl-space-100);
  }
  .bb-rl-activity-media-elem.bb-rl-document-activity .bb-rl-document-action-wrap {
    top: 12px;
  }
  .bb-activity-video-wrap .bb-rl-item-cover-wrap:before {
    font-size: 24px;
    height: 46px;
    width: 46px;
  }
  .bb-rl-activity-video-elem .bb-rl-video-duration {
    font-size: 12px;
  }
}

/* Media Preview Modal */
.bb-rl-media-model-container {
  display: flex;
  flex-direction: column;
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  margin: 0 var(--bb-rl-space-200);
  height: 96%;
  width: 100%;
  max-width: 2400px;
}

.bb-rl-media-model-container .bb-rl-media-model-inner {
  display: flex;
  height: calc(100% - 67px);
  width: 100%;
}

.bb-rl-media-model-container .bb-rl-media-model-inner .bb-media-info-section {
  border-left: 1px solid var(--bb-rl-border-secondary-color);
  padding: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.bb-rl-media-model-container.bb-rl-media-toggle-sidebar .bb-media-info-section {
  width: 580px;
  opacity: 1;
  visibility: visible;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  overflow: auto;
  overflow-x: hidden;
}

.bb-rl-media-model-container.bb-rl-media-toggle-sidebar .bb-rl-media-section {
  width: calc(100% - 580px);
}

.bb-rl-media-model-container.bb-rl-media-toggle-sidebar .bb-rl-media-model-header .bb-rl-toggle-theatre-sidebar {
  background-color: var(--bb-rl-background-secondary-hover-color);
  border-radius: var(--bb-rl-radius-md);
  border-color: var(--bb-rl-border-secondary-color);
}

.bb-rl-media-model-container .bb-rl-media-section {
  padding: var(--bb-rl-space-200);
  position: relative;
  width: 100%;
}

.bb-rl-media-model-container .bb-rl-media-section figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-rl-media-model-container .bb-rl-media-section figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--bb-rl-radius-lg);
}

.bb-rl-media-model-container:has(.bb-rl-video-thumb-list) .bb-rl-media-section figure, .bb-rl-media-model-container:has(.bb-rl-media-thumbnails) .bb-rl-media-section figure {
  height: calc(100% - 64px);
}

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

.bb-rl-media-model-container .bb-rl-media-model-header h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-right: auto;
}

.bb-rl-media-model-container .bb-rl-media-model-header > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--bb-rl-space-50);
  color: var(--bb-rl-icon-color);
  border-radius: var(--bb-rl-radius-md);
  border: 0.5px solid transparent;
  font-size: 24px;
  line-height: 1;
}

.bb-rl-media-model-container .bb-rl-media-model-header > a:hover {
  background-color: var(--bb-rl-background-secondary-hover-color);
  border-radius: var(--bb-rl-radius-md);
  border-color: var(--bb-rl-border-secondary-color);
}

.bb-rl-media-model-container .bb-rl-media-model-header > a:last-child {
  margin-left: var(--bb-rl-space-300);
}

.bb-rl-media-model-container .bb-rl-theater-command {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bb-rl-radius-full);
  background-color: var(--bb-rl-background-black-color);
  color: var(--bb-rl-icon-tertiary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--bb-rl-space-300);
  z-index: var(--bb-rl-z-index-dropdown);
}

.bb-rl-media-model-container .bb-rl-theater-command.bb-rl-prev-document, .bb-rl-media-model-container .bb-rl-theater-command.bb-rl-prev-media {
  left: var(--bb-rl-space-300);
  right: initial;
}

.bb-rl-media-model-container .bb-rl-activity-list .bb-activity-more-options-wrap {
  top: 0;
  right: 0;
}

.bb-rl-media-model-container .bb-rl-activity-list .bb-rl-pin-action {
  top: 5px;
}

.bb-rl-media-model-container .bb-rl-activity-list .bb-activity-more-options-wrap + .bb-rl-pin-action {
  right: 40px;
}

.bb-rl-media-model-container .bb-rl-activity-list.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.bb-rl-media-model-container .bp-add-media-activity-description {
  display: inline-block;
  font-size: var(--bb-rl-font-size-sm);
  color: var(--bb-rl-text-color);
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
}

.bb-rl-media-model-container .bp-add-media-activity-description [class*="bb-icon"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.bb-rl-media-model-container .bp-add-media-activity-description [class*="bb-icon"]:before {
  content: "\e3d4";
  color: var(--bb-rl-icon-color);
  font-size: 16px;
  font-family: bb-icons-rl;
  margin: 0;
}

.bb-rl-media-model-container .bp-add-media-activity-description .edit {
  display: none;
}

.bb-rl-media-model-container .bp-media-activity-description {
  font-size: 14px;
  color: var(--bb-rl-text-color);
  line-height: 1.5;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-media-model-container .bp-edit-media-activity-description {
  padding-bottom: var(--bb-rl-space-100);
}

.bb-rl-media-model-container .bp-edit-media-activity-description textarea {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-100);
  margin-bottom: var(--bb-rl-space-200);
  width: 100%;
  resize: none;
}

.bb-rl-media-model-container .description-new-submit {
  display: flex;
  flex-flow: row-reverse;
  gap: var(--bb-rl-space-100);
}

.bb-rl-media-model-container .description-new-submit input {
  cursor: pointer;
  border: 0;
  border-radius: var(--bb-rl-radius-md);
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
}

.bb-rl-media-model-container .description-new-submit input[type="submit"] {
  color: var(--bb-rl-text-white-color);
  background-color: var(--bb-rl-primary-color);
}

.bb-rl-media-model-container .description-new-submit input[type="reset"] {
  color: var(--bb-rl-text-color);
  background-color: var(--bb-rl-background-tertiary-color);
}

.bb-rl-media-model-wrapper.video .bb-rl-media-section figure .video-js {
  padding: 0;
  height: 100% !important;
  border-radius: var(--bb-rl-radius-lg);
}

.bb-document-theater .bb-rl-document-text-file-data-hidden {
  display: none;
}

.bb-document-theater .document-preview {
  height: 100%;
}

.bb-document-theater .document-preview .img-section {
  height: calc(100% - 50px);
}

.bb-document-theater .document-preview .img-block-wrap {
  max-height: 100%;
  display: flex;
  justify-content: center;
}

.bb-document-theater .document-preview .img-block-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: var(--bb-rl-space-200);
  object-fit: cover;
  border-radius: var(--bb-rl-radius-lg);
}

.bb-document-theater .document-preview h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  margin: -16px -16px 0;
  padding: var(--bb-rl-space-200) var(--bb-rl-space-200);
}

.bb-document-theater .bb-rl-media-section.bb-media-no-preview .img-section {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bb-document-theater .bb-rl-media-section.bb-media-no-preview .img-section > i {
  font-size: 55px;
  color: var(--bb-rl-icon-secondary-color);
  margin-bottom: var(--bb-rl-space-100);
}

.bb-document-theater .bb-rl-media-section.bb-media-no-preview .img-section p {
  font-size: 18px;
  font-weight: 500;
  color: var(--bb-rl-text-secondary-color);
}

.bb-document-theater .CodeMirror {
  height: calc(100vh - 185px);
}

.bb-document-theater .CodeMirror pre {
  font-size: 14px !important;
}

.bb-document-theater .document-audio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.bb-document-theater .document-audio audio {
  width: 100%;
  max-width: 800px;
}

/* Media thumbs */
.bb-rl-video-thumb-list,
.bb-rl-media-thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--bb-rl-space-200);
  margin-top: var(--bb-rl-space-200);
  overflow: auto;
}

.bb-rl-video-thumb-list > div,
.bb-rl-media-thumbnails > div {
  width: 48px;
  height: 48px;
  border-radius: var(--bb-rl-radius-md);
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  flex: none;
}

.bb-rl-video-thumb-list > div img,
.bb-rl-media-thumbnails > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-rl-video-thumb-list > div.active,
.bb-rl-media-thumbnails > div.active {
  border-color: var(--bb-rl-primary-color);
}

/* Emoji and GIF Picker in theater */
.bb-rl-emojionearea-theatre.show .emojionearea-picker:not(.hidden) {
  opacity: 1;
  visibility: visible;
  z-index: 999992;
  right: unset;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: none;
}

@media screen and (max-width: 1000px) {
  .bb-rl-emojionearea-theatre .emojionearea-picker.emojionearea-picker-position-top.level-2 .emojionearea-wrapper:after {
    display: none;
  }
  .bb-rl-emojionearea-theatre .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: inherit;
    left: 98px;
  }
}

.bb-rl-gif-media-search-dropdown.bb-rl-gif-media-search-dropdown-standalone {
  z-index: 999992;
  top: 0;
  left: 0;
  bottom: inherit;
  margin: 0;
  padding: 0;
  position: fixed;
}

.bb-rl-gif-media-search-dropdown.bb-rl-gif-media-search-dropdown-standalone .gif-search-content .gif-search-results {
  max-height: 280px;
}

@media screen and (max-width: 1120px) {
  .bb-rl-media-model-container .bb-rl-media-model-inner {
    height: 100%;
    display: block;
    overflow: auto;
  }
  .bb-rl-media-model-container .bb-rl-media-model-inner .bb-media-info-section {
    height: 0;
    overflow: hidden;
  }
  .bb-rl-media-model-container .bb-rl-media-section {
    height: 100%;
  }
  .bb-rl-media-model-container.bb-rl-media-toggle-sidebar .bb-rl-media-section {
    width: 100%;
  }
  .bb-rl-media-model-container.bb-rl-media-toggle-sidebar .bb-media-info-section {
    width: auto;
    height: auto;
    overflow: visible;
    border-top: 1px solid var(--bb-rl-border-secondary-color);
  }
}

/* Move media modal */
.bb-rl-modal-move-file .bb-rl-modal-header p {
  margin: 0;
  font-size: var(--bb-rl-font-size-base);
  font-weight: 600;
  line-height: var(--bb-rl-base-line);
}

.bb-rl-modal-move-file .db-modal-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--bb-rl-space-100);
  margin-top: var(--bb-rl-space-200);
}

.bb-rl-modal-move-file .db-modal-buttons .bb-rl-button {
  font-size: 0.85rem;
}

.bb-rl-modal-move-file .bb-rl-field-wrap {
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-modal-move-file .bb-rl-model-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  gap: var(--bb-rl-space-100);
}

.bb-rl-modal-move-file .bb-rl-model-footer .bb-rl-button {
  padding: 6px var(--bb-rl-space-200);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 400;
}

.bb-rl-modal-move-file .bb-rl-model-footer .bb-rl-button.is-disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.bb-rl-modal-move-file .bb-rl-model-footer .bb-rl-button.loading:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  margin-left: var(--bb-rl-space-100);
  animation: spin 3s infinite linear;
}

.bb-rl-modal-move-file .bb-rl-model-footer .bb-rl-create-album {
  margin-right: auto;
  font-size: 0.875rem;
}

.bb-rl-modal-move-file .bbm-model-wrap label {
  font-size: var(--bb-rl-font-size-sm);
  line-height: 1.5;
  display: block;
  margin-bottom: var(--bb-rl-space-100);
}

.bb-rl-modal-move-file .bbm-model-wrap input {
  font-size: var(--bb-rl-font-size-sm);
  height: 40px;
  padding: 0 var(--bb-rl-space-100);
  border-radius: var(--bb-rl-radius-md);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  box-sizing: border-box;
  width: 100%;
}

.bb-rl-modal-move-file .bbm-model-wrap input.error {
  border-color: var(--Border-danger-secondary);
}

.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-folder-wrap .bb-rl-field-wrap,
.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-album-wrap .bb-rl-field-wrap {
  padding: 0;
  margin-bottom: var(--bb-rl-space-200);
}

.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-folder-wrap .bb-rl-dropdown-wrap,
.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-album-wrap .bb-rl-dropdown-wrap {
  position: relative;
}

.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-folder-wrap .bb-rl-dropdown-wrap select,
.bb-rl-modal-move-file .bbm-model-wrap .bb-rl-create-popup-album-wrap .bb-rl-dropdown-wrap select {
  font-size: var(--bb-rl-font-size-sm);
  background-color: var(--bb-rl-background-secondary-color);
  border: 1px solid var(--bb-rl-border-quaternary-color);
  border-radius: var(--bb-rl-radius-md);
  padding: 0 var(--bb-rl-space-200);
  height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding-right: var(--bb-rl-space-300);
}

.bb-rl-location-album-list-wrap .bb-rl-breadcrumbs-append-ul-li .item {
  padding: var(--bb-rl-space-100) 0;
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  white-space: nowrap;
}

.bb-rl-location-album-list-wrap .bb-rl-breadcrumbs-append-ul-li .item span:not(:first-child):before {
  content: "\e13a";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 16px;
  vertical-align: middle;
  margin-right: var(--bb-rl-space-50);
}

/* Image Move Modal */
.bb-readylaunch-template .location-album-list {
  list-style: none;
  overflow: auto;
  max-height: 230px;
  min-height: 230px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-md);
}

.bb-readylaunch-template .location-album-list li {
  position: relative;
}

.bb-readylaunch-template .location-album-list li span {
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
  width: 100%;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.bb-readylaunch-template .location-album-list li span.selected {
  background-color: var(--bb-rl-background-secondary-color);
}

.bb-readylaunch-template .location-album-list li span:before {
  content: "\e834";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 18px;
  margin-right: 12px;
}

.bb-readylaunch-template .location-album-list li:last-child span {
  border-bottom: 0;
}

.bb-readylaunch-template .location-album-list.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-height: 230px;
  min-height: 230px;
}

.bb-readylaunch-template .location-album-list.is-loading .bb-icon-spinner {
  height: 24px;
}

.bb-readylaunch-template .location-album-list.is-loading .bb-icon-spinner:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
  height: 24px;
  width: 24px;
  border-width: 3px;
}

/* Video Thumbnail Modal */
.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  height: 155px;
  margin-right: 0;
  overflow: hidden;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-custom .bb-rl-close-thumbnail-custom {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  z-index: 111;
  border-radius: 50%;
  background: var(--bb-rl-background-color);
  color: var(--bb-rl-icon-tertiary-color);
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-custom .bb-rl-close-thumbnail-custom:after {
  content: "\00d7";
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -1px;
  left: 0;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-custom img {
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
  min-height: 120px;
  border-radius: 4px;
  max-width: inherit;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap {
  flex-basis: 33.333334%;
  width: 33.333334%;
  padding: 0;
  position: relative;
  min-height: 160px;
  padding-right: 10px;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-video-thumbnail-custom {
  border: 3px solid transparent;
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-custom-check[name="bb-video-thumbnail-select"] {
  position: absolute;
  opacity: 0;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-custom-check[name="bb-video-thumbnail-select"] + label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  opacity: 0;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-custom-check[name="bb-video-thumbnail-select"]:checked ~ .bb-rl-video-thumbnail-custom {
  border-color: var(--bb-rl-primary-color);
  overflow: hidden;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-custom-check[name="bb-video-thumbnail-select"]:checked ~ .bb-rl-video-thumbnail-custom img {
  border-radius: 0;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-action-check-wrap {
  visibility: visible;
  opacity: 1;
  top: inherit;
  bottom: 7px;
  right: 7px;
  left: inherit;
  z-index: 1111;
  display: none;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-action-check-wrap [class*=" bb-icon-"] {
  border: 2px solid var(--bb-rl-background-color);
  background-color: rgba(255, 255, 255, 0.4);
  /* stylelint-disable-line */
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-action-check-wrap [class*=" bb-icon-"]:before {
  display: none;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-action-check-wrap .bb-rl-custom-check:checked + label .bb-icon:before {
  content: "\e876";
  display: inline;
  font-family: "bb-icons";
  /* stylelint-disable-line */
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-custom-check:checked ~ .bb-rl-field-wrap .dropzone .dz-preview .dz-image {
  border-color: var(--bb-rl-primary-color);
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-field-wrap {
  margin-bottom: 0;
  position: relative;
  z-index: 111;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone {
  max-height: 160px;
  overflow: hidden;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone.dz-started {
  margin: 0;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-default {
  margin: 0;
  padding: 15px 0;
  min-height: auto;
  height: 160px;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-default .dz-button,
.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-default .dz-button:hover {
  padding: 50px 15px 0 15px;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-preview {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: initial;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-preview .dz-image {
  height: 160px;
  position: relative;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-preview .dz-image img {
  max-width: inherit;
  cursor: pointer;
  border-radius: var(--bb-rl-radius-md);
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-preview .dz-remove:after {
  font-size: 19px;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-button {
  position: relative;
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-button:before {
  content: "\e10e";
  font-family: bb-icons-rl;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-complete .dz-progress-ring-wrap {
  display: none !important;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 15px;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated.disabled {
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list.loading {
  text-align: center;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li {
  width: 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  height: 100%;
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-rl-custom-check {
  position: absolute;
  opacity: 0;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-rl-custom-check:checked ~ a {
  border-color: var(--bb-rl-primary-color);
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-rl-custom-check:checked ~ a img {
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li > div > label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li > div > label [class*=" bb-icon-"] {
  display: none;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-action-check-wrap {
  visibility: visible;
  opacity: 1;
  top: inherit;
  bottom: 7px;
  right: 7px;
  left: inherit;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-action-check-wrap [class*=" bb-icon-"] {
  border: 2px solid var(--bb-rl-background-color);
  background-color: rgba(255, 255, 255, 0.4);
  /* stylelint-disable-line */
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li .bb-action-check-wrap [class*=" bb-icon-"]:before {
  display: none;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li > div,
.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li > div a {
  height: 100%;
  display: flex;
  position: relative;
  width: 100%;
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li > div > a {
  border: 3px solid transparent;
  border-radius: var(--bb-rl-radius-md);
}

.bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li img {
  min-height: 155px;
  max-height: 155px;
  border-radius: var(--bb-rl-radius-md);
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.bb-rl-video-thumbnail-uploader {
  word-break: break-word;
}

.bb-rl-video-thumbnail-uploader .bb-rl-modal-wrapper {
  max-width: 800px;
}

.bb-rl-video-thumbnail-uploader .thumbnail_notice {
  display: none;
}

.bb-rl-video-thumbnail-uploader .bb-rl-video-thumbnail-uploader-dropzone-select .dz-default {
  min-height: 100% !important;
}

.bb-rl-video-thumbnail-uploader .bb-rl-modal-container > p {
  margin-top: 25px;
  margin-bottom: 0;
}

.bb-rl-video-thumbnail-uploader .bb-rl-button.bb-rl-video-thumbnail-submit.saving:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
  height: 16px;
  width: 16px;
  border-width: 2px;
  margin-left: var(--bb-rl-space-50);
}

.bb-rl-video-thumbnail-uploader.generating_thumb .thumbnail_notice {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

.bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader {
  color: var(--bb-rl-text-secondary-color);
  background-color: var(--bb-rl-background-secondary-color);
  opacity: 1;
  margin: 0 10px 0 0;
  width: calc(33.3333% - 10px);
  padding: 0;
  flex-basis: calc(33.3333% - 10px);
  overflow: hidden;
  border-radius: var(--bb-rl-radius-md);
  min-height: 160px;
  text-align: center;
  align-items: center;
}

.bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader .bb-rl-video-thumb-block {
  display: block;
  padding: 0 10px;
}

.bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader .bb-rl-video-thumb-block > i {
  font-size: 25px;
  margin-bottom: 15px;
}

.bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader .bb-rl-video-thumb-block > span {
  display: block;
  font-size: 14px;
}

.bb-rl-video-thumbnail-uploader .bb-rl-modal-mask {
  z-index: 999991;
}

.bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated {
  width: 33.3333%;
  display: inline-block;
}

.bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
}

.bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-dropzone-wrap {
  width: 33.333334%;
  display: inline-block;
  vertical-align: text-bottom;
}

.bb-rl-video-thumbnail-uploader.no_generated_thumb .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated {
  display: none;
}

.bb-rl-video-thumbnail-uploader .bb-rl-model-footer {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-video-thumbnail-uploader .bb-rl-model-footer .bb-rl-video-thumbnail-submit.is-disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 540px) {
  .bb-rl-video-thumbnail-uploader .bb-rl-modal-container {
    padding: 20px 15px 30px;
  }
  .bb-rl-video-thumbnail-uploader .bb-rl-modal-header {
    margin: -20px -15px 30px;
    flex-wrap: wrap;
  }
  .bb-rl-video-thumbnail-uploader .bb-rl-modal-header .bb-rl-video-thumbnail-uploader-modal-title {
    margin-right: 10px;
  }
  .bb-rl-video-thumbnail-uploader .bb-rl-modal-header .thumbnail_notice {
    margin: 0;
  }
  .bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader {
    min-height: 110px;
  }
  .bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader .bb-rl-video-thumb-block {
    padding: 0 5px;
  }
  .bb-rl-video-thumbnail-uploader.generating_thumb .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li.bb_rl_thumb_loader .bb-rl-video-thumb-block > span {
    font-size: 12px;
  }
  .bb-rl-video-thumbnail-content {
    flex-flow: column;
  }
  .bb-rl-video-thumbnail-content .bb-dropzone-wrap {
    margin-bottom: 15px;
    min-height: 106px;
    vertical-align: top;
    width: 100%;
  }
  .bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone,
  .bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-default,
  .bb-rl-video-thumbnail-content .bb-dropzone-wrap .bb-rl-video-thumbnail-custom img,
  .bb-rl-video-thumbnail-content .bb-dropzone-wrap .dropzone .dz-preview .dz-image {
    height: auto;
  }
  .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li img {
    min-height: 100px;
    max-height: 106px;
  }
  .bb-rl-video-thumbnail-content .bb-action-check-wrap [class*=" bb-icon-"] {
    font-size: 11px;
    width: 18px;
    height: 18px;
  }
  .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated {
    flex-basis: 100%;
    width: 100%;
  }
  .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li {
    width: calc(33.3333334% - 6.66666667px);
    flex: calc(33.3333334% - 6.66666667px);
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li:first-child {
    margin-left: 0 !important;
  }
  .bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-dropzone-wrap {
    width: 100%;
  }
  .bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated {
    width: 100%;
    display: inline-block;
  }
  .bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list {
    flex-wrap: wrap;
  }
  .bb-rl-video-thumbnail-uploader.no_ffmpeg .bb-rl-video-thumbnail-content .bb-rl-video-thumbnail-auto-generated .bb-rl-video-thumb-list li {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
  }
}

/* Move Document Modal */
.bb-rl-location-folder-list-wrap .bb-rl-breadcrumbs-append-ul-li .item {
  padding: var(--bb-rl-space-100) 0;
  display: flex;
  align-items: center;
  font-size: var(--bb-rl-font-size-sm);
  white-space: nowrap;
}

.bb-rl-location-folder-list-wrap .bb-rl-breadcrumbs-append-ul-li .item span:not(:first-child):before {
  content: "\e13a";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 16px;
  vertical-align: middle;
  margin-right: var(--bb-rl-space-50);
}

.bb-rl-location-folder-list-wrap .bb-rl-breadcrumbs-append-ul-li .item span:not(.more_options) {
  cursor: pointer;
}

.bb-rl-location-folder-list-wrap .bb-rl-breadcrumbs-append-ul-li .item span.hidden {
  display: none !important;
}

.location-folder-list {
  overflow: auto;
  max-height: 230px;
  min-height: 230px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: 4px;
}

.location-folder-list li {
  position: relative;
  margin: 0;
  padding: 0;
}

.location-folder-list li span {
  color: var(--bb-rl-text-secondary-color);
  padding: 8px 15px;
  border-bottom: 1px solid #e7e9ec;
  display: block;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-folder-list li span.selected {
  background-color: var(--bb-rl-background-secondary-color);
}

.location-folder-list li span:before {
  content: "\e260";
  font-family: bb-icons-rl;
  color: var(--bb-rl-icon-secondary-color);
  margin-right: var(--bb-rl-space-100);
  font-size: 16px;
  vertical-align: middle;
}

.location-folder-list li:last-child span {
  border-bottom: 0;
}

.location-folder-list li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-folder-list li .sub-menu-anchor {
  position: absolute;
  right: 5px;
  top: 50%;
  color: var(--bb-rl-icon-secondary-color);
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  cursor: pointer;
  transform: translateY(-50%);
  display: inline-block;
  height: auto;
  width: auto;
  transition: all ease 0.3s;
}

.location-folder-list li .sub-menu-anchor:before {
  content: "\e13a";
  font-family: bb-icons-rl;
}

.location-folder-list.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-height: 230px;
  min-height: 230px;
}

.location-folder-list.is-loading .bb-icon-spinner:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--bb-rl-border-quaternary-color);
  border-top-color: var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-full);
  animation: spin 3s infinite linear;
  height: 24px;
  width: 24px;
  border-width: 3px;
}

.bb-rl-activity-list .activity-state-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.1);
}

.bb-rl-activity-list .activity-state-popup.active {
  display: block;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bb-rl-background-color);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--bb-rl-border-secondary-color);
  border-radius: var(--bb-rl-radius-lg);
  padding: var(--bb-rl-space-200) var(--bb-rl-space-300);
  width: 90%;
  max-width: 560px;
  max-height: 95vh;
  min-height: 250px;
  overflow: auto;
  overflow-x: hidden;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_title {
  display: flex;
  align-items: center;
  margin: 0 -24px var(--bb-rl-space-200);
  padding: 0 var(--bb-rl-space-300) var(--bb-rl-space-200);
  border-bottom: 1px solid var(--bb-rl-border-secondary-color);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_title .bb-rl-state-popup-close-button {
  color: var(--bb-rl-text-color);
  font-size: 24px;
  line-height: 1;
  margin-left: auto;
}

.bb-rl-activity-list .activity-state-popup .reaction-loader {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
}

.bb-rl-activity-list .activity-state-popup .activity-state_users.loading ~ .reaction-loader {
  min-height: auto;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel {
  margin-bottom: 10px;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li {
  margin: 0;
  padding: 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 600;
  line-height: 1.5;
  padding: 5px var(--bb-rl-space-200);
  border-radius: var(--bb-rl-radius-md);
  min-width: 55px;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > i,
.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > img {
  font-size: 20px;
  line-height: 1;
  margin: 0 8px 0 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > img.custom {
  border-radius: 100%;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a > span {
  color: var(--bb-rl-text-secondary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  line-height: 1;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_panel ul li > a.active {
  background-color: var(--bb-rl-background-secondary-color);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item {
  display: none;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_users {
  max-height: 300px;
  overflow: auto;
  margin: 0 -25px;
  padding: 0 25px;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .reactions_loader {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: relative;
  margin-right: var(--bb-rl-space-300);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar img.avatar {
  width: 100%;
  max-width: 100%;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction {
  display: flex;
  position: absolute;
  right: -12px;
  bottom: 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction > i {
  background-color: var(--bb-rl-background-color);
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  border-radius: var(--bb-rl-radius-full);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction > i:before {
  margin: 0;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction > img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction > img.custom {
  border-radius: 100%;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__info {
  max-width: calc(100% - 75px);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__data {
  display: flex;
  align-items: center;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__data:not(:last-child) {
  margin-bottom: var(--bb-rl-space-50);
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .followers-count {
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-sm);
  line-height: 1;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name {
  color: var(--bb-rl-text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a {
  color: var(--bb-rl-text-color);
  font-size: 14px;
  font-weight: 500;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__role {
  color: var(--bb-rl-text-color);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
  border: 1px solid var(--bb-rl-border-quaternary-color);
  background-color: var(--bb-rl-background-tertiary-color);
  border-radius: 24px;
  padding: 0 var(--bb-rl-space-100);
  margin-left: var(--bb-rl-space-100);
  text-transform: capitalize;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bb-rl-activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item.active {
  display: block;
}

.ac-form {
  display: none;
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-lg);
  margin: var(--bb-rl-space-200) 0 var(--bb-rl-space-100);
}

.ac-form:not(.has-content) .ac-input:before {
  content: attr(data-placeholder);
  font-size: 14px;
  color: var(--bb-rl-text-tertiary-color);
  position: absolute;
}

.bb-rl-ac-reply-content {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-100);
}

.ac-textarea {
  flex: auto;
}

.ac-textarea .ac-input {
  outline: none;
  font-size: 14px;
  color: var(--bb-rl-text-color);
}

.bb-rl-ac-reply-avatar {
  padding: var(--bb-rl-space-200) 0 var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-ac-reply-avatar img {
  border-radius: var(--bb-rl-radius-full);
  height: 32px;
  width: 32px;
}

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

.bb-rl-ac-reply-footer .bb-rl-gif-media-search-dropdown {
  left: -50px;
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar {
  display: flex;
  gap: var(--bb-rl-space-100);
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar .toolbar-button {
  display: inline-flex;
  padding: var(--bb-rl-space-50);
  border: 0.5px solid transparent;
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar .toolbar-button.active {
  border-radius: var(--bb-rl-radius-md);
  border-color: var(--bb-rl-border-secondary-color);
  background-color: var(--bb-rl-background-secondary-hover-color);
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar .toolbar-button [class*="bb-icon"] {
  color: var(--bb-rl-icon-secondary-color);
  font-size: 24px;
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar .bb-rl-post-elements-buttons-item {
  position: relative;
}

.bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar .bb-rl-post-elements-buttons-item.disable {
  pointer-events: none;
  opacity: 0.4;
}

.bb-rl-ac-reply-footer .bb-rl-post-emoji {
  display: inline-flex;
  align-items: center;
}

.bb-rl-ac-reply-footer .bb-rl-post-emoji .emojionearea-button:before {
  content: "\e436";
  color: var(--bb-rl-icon-secondary-color);
  font-family: bb-icons-rl;
  font-size: 24px;
}

.bb-rl-ac-reply-footer .bb-rl-separator {
  display: inline-flex;
  align-self: center;
  width: 1px;
  height: 16px;
  background-color: var(--bb-rl-border-tertiary-color);
  margin-bottom: 4px;
}

.bb-rl-ac-reply-footer .ac-reply-cancel {
  font-size: 0.85rem;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  margin: 0 var(--bb-rl-space-100) 0 auto;
}

.bb-rl-ac-reply-footer .bb-rl-ac-submit-wrap input[type="submit"] {
  font-size: 0.85rem;
  padding: var(--bb-rl-space-100) var(--bb-rl-space-200);
  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: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: var(--bb-rl-radius-md);
  transition: background-color 0.2s ease, bordfont / size / smer-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  opacity: 0.7;
  pointer-events: none;
}

.ac-form.has-gif .bb-rl-ac-submit-wrap input[type="submit"], .ac-form.has-media .bb-rl-ac-submit-wrap input[type="submit"], .ac-form.has-content .bb-rl-ac-submit-wrap input[type="submit"] {
  opacity: 1;
  pointer-events: auto;
}

.ac-form.has-media.media-uploading .bb-rl-ac-submit-wrap input[type="submit"] {
  opacity: 0.7;
  pointer-events: none;
}

.activity-item.has-comments .bb-rl-activity-comments {
  border-top: 1px solid var(--bb-rl-border-secondary-color);
  margin-top: var(--bb-rl-space-100);
}

.activity-item.has-comments .bb-rl-activity-comments .bb-activity-more-options-wrap {
  right: 0;
}

.activity-item.has-comments .bb-rl-activity-comments > .view-more-comments {
  display: none;
}

.activity-item.has-comments .bb-rl-activity-comments ul {
  padding: 0;
  list-style: none;
}

.activity-item.has-comments .bb-rl-activity-comments ul li {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments ul li .ac-form {
  margin-left: var(--bb-rl-space-300);
}

.activity-item.has-comments .bb-rl-activity-comments > ul > li > ul {
  margin-left: var(--bb-rl-space-700);
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .acomments-view-more {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .acomments-view-more:before {
  content: "";
  background-color: transparent;
  width: 36px;
  position: absolute;
  left: -56px;
  top: -18px;
  height: 32px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-bottom-color: var(--bb-rl-border-tertiary-color);
  border-left-color: var(--bb-rl-border-tertiary-color);
  border-bottom-left-radius: 10px;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul > li > ul li:not(:last-child) {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul > li > ul li:not(:last-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--bb-rl-border-tertiary-color);
  position: absolute;
  left: -32px;
  display: inline-block;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul > li ul .bb-rl-item-avatar {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul > li ul .bb-rl-item-avatar:before {
  content: "";
  width: 16px;
  position: absolute;
  left: -32px;
  top: -9px;
  height: 32px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-bottom-color: var(--bb-rl-border-tertiary-color);
  border-left-color: var(--bb-rl-border-tertiary-color);
  border-bottom-left-radius: 10px;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .has-child-comments > .bb-rl-acomment-display {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .has-child-comments > .bb-rl-acomment-display:before {
  content: "";
  width: 2px;
  height: calc(100% - 50px);
  background-color: var(--bb-rl-border-tertiary-color);
  position: absolute;
  left: 24px;
  top: 65px;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .bb-rl-comment-item-focus .bb-rl-display-focus:not(.bp-hide) + .bb-rl-acomment-edit-form + ul {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .bb-rl-comment-item-focus .bb-rl-display-focus:not(.bp-hide) + .bb-rl-acomment-edit-form + ul:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--bb-rl-border-tertiary-color);
  position: absolute;
  left: -32px;
  top: 3px;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .bb-rl-comment-item-focus .bb-rl-display-focus {
  position: relative;
}

.activity-item.has-comments .bb-rl-activity-comments.bb-rl-threaded-level-2 > ul .bb-rl-comment-item-focus .bb-rl-display-focus:before {
  content: "";
  width: 2px;
  height: calc(100% - 50px);
  background-color: var(--bb-rl-border-tertiary-color);
  position: absolute;
  left: 24px;
  top: 65px;
}

.activity-item.has-comments .bb-rl-acomment_inner {
  display: flex;
  gap: var(--bb-rl-space-200);
}

.activity-item.has-comments .bb-rl-acomment_inner .bb-rl-acomment-meta a {
  color: var(--bb-rl-text-color);
  font-size: 16px;
  font-weight: 500;
}

.activity-item.has-comments .bb-rl-acomment_inner .activity-time-since {
  color: var(--bb-rl-text-tertiary-color);
  font-size: var(--bb-rl-font-size-sm);
  line-height: var(--bb-rl-base-line-small);
}

.activity-item.has-comments .bb-rl-acomment_inner .bb-rl-acomment-content {
  color: var(--bb-rl-text-color);
  font-size: 14px;
  padding: var(--bb-rl-space-100) 0;
}

.activity-item.has-comments .bb-rl-acomment_inner .bb-rl-acomment-content p:not(:last-child) {
  margin-bottom: var(--bb-rl-space-100);
}

.activity-item.has-comments .bb-rl-acomment-foot-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: var(--bb-rl-space-100);
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .activity-meta {
  order: 1;
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .comment-reactions_count {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
  margin-left: var(--bb-rl-space-100);
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .acomments-count {
  color: var(--bb-rl-text-tertiary-color);
  font-size: 14px;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions {
  display: flex;
  align-items: center;
  order: 2;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions .activity-state-reactions {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions .activity-state-reactions:after {
  content: "";
  background-color: var(--bb-rl-background-tertiary-color);
  height: 4px;
  width: 4px;
  border-radius: var(--bb-rl-radius-full);
  margin: 0 var(--bb-rl-space-100);
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions .reactions_item {
  background-color: var(--bb-rl-background-color);
  padding: 2px;
  border-radius: var(--bb-rl-radius-full);
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions .reactions_item img {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions .reactions_item:not(:first-child) {
  margin-left: -4px;
}

.activity-item.has-comments .bb-rl-acomment-foot-actions .generic-button a {
  font-size: 14px;
  line-height: 1;
  color: var(--bb-rl-text-tertiary-color);
}

.activity-item.has-comments .bb-rl-acomment-avatar {
  padding-top: var(--bb-rl-space-200);
}

.activity-item.has-comments .bb-rl-acomment-avatar a {
  display: block;
  width: 48px;
}

.activity-item.has-comments .bb-rl-acomment-avatar img {
  height: 48px;
  width: 48px;
  border-radius: var(--bb-rl-radius-full);
}

.activity-item.has-comments .bb-rl-acomment-content_wrap {
  flex: auto;
  border-bottom: 1px solid var(--bb-rl-border-color);
  padding-top: var(--bb-rl-space-200);
  width: 100%;
}

.activity-item.has-comments .ac-form {
  display: block;
}

.activity-item.has-comments .suspended-comment-item .bb-rl-acomment-content {
  opacity: 0.7;
  pointer-events: none;
  padding-top: 0;
}

.activity-item .bb-rl-activity-comments #bb-rl-ajax-loader {
  margin-top: var(--bb-rl-space-300);
}

.acomments-view-more {
  display: flex;
  align-items: center;
  gap: var(--bb-rl-space-50);
  color: var(--bb-rl-primary-color);
  font-size: var(--bb-rl-font-size-sm);
  font-weight: 500;
  margin: 12px 0 12px var(--bb-rl-space-300);
  cursor: pointer;
}

.acomments-view-more > i {
  display: none;
}

.acomments-view-more:after {
  content: "\e136";
  font-size: 16px;
  font-weight: 400;
  font-family: bb-icons-rl;
}

.acomments-view-more.loading:after {
  display: none;
}

.acomments-view-more #bb-rl-ajax-loader {
  width: 100%;
}

/* Ac Fom Placeholder */
.bb-rl-ac-form-placeholder {
  background-color: var(--bb-rl-background-color);
  border: 1px solid var(--bb-rl-border-tertiary-color);
  border-radius: var(--bb-rl-radius-lg);
  margin: var(--bb-rl-space-200) var(--bb-rl-space-300);
}

.bb-rl-ac-form-placeholder .bb-rl-ac-reply-content .medium-editor-element p {
  content: attr(data-placeholder);
  font-size: 14px;
  color: var(--bb-rl-text-tertiary-color);
  margin: 0;
}

.bb-rl-ac-form-placeholder .bb-rl-ac-reply-avatar .avatar-placeholder {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #f2f4f5;
  border-radius: 50%;
}

@media screen and (max-width: 544px) {
  .activity-item.has-comments .bb-rl-acomment-foot-actions {
    flex-flow: column;
    border-top: 0;
    margin-top: var(--bb-rl-space-200);
  }
  .activity-item.has-comments .bb-rl-acomment-foot-actions .bb-rl-comment-reactions {
    justify-content: space-between;
    width: 100%;
    order: 1;
  }
  .activity-item.has-comments .bb-rl-acomment-foot-actions .activity-state-reactions:after {
    display: none;
  }
  .activity-item.has-comments .bb-rl-acomment-foot-actions .activity-meta {
    order: 2;
    justify-content: space-between;
    border-top: 1px solid var(--bb-rl-border-color);
    margin-top: var(--bb-rl-space-200);
    padding-top: var(--bb-rl-space-100);
    width: 100%;
  }
  .bb-rl-ac-reply-footer {
    flex-wrap: wrap;
  }
  .bb-rl-ac-reply-footer .bb-rl-ac-reply-toolbar {
    width: 100%;
    justify-content: center;
    margin-bottom: var(--bb-rl-space-100);
  }
  .bb-rl-ac-reply-footer .bb-rl-ac-submit-wrap {
    margin-right: auto;
  }
}
