/**
 * BuddyBoss Sharing - ReadyLaunch Frontend Styles

 *
 * @package BuddyBoss\Sharing
 * @since 1.0.0
 */
.bp-generic-meta .generic-button a.share i {
  color: var(--bb-rl-icon-tertiary-color);
  display: inline-flex;
  margin-right: var(--bb-rl-space-50);
}

.bb-rl-activity-media-elem.media-activity {
  position: relative;
}

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

.bb-rl-activity-form .buddyboss-shared-activity-preview {
  margin: 0 var(--bb-rl-space-300);
}

.activity-share-form .bb-activity-post-feature-image-button,
.bb-sharing-active .bb-activity-post-feature-image-button {
  display: none;
}
.activity-share-form .bb-rl-whats-new-form-footer .bb-rl-post-elements-buttons-item:not(.bb-rl-post-emoji):not(.bb-rl-show-toolbar),
.activity-share-form .bb-rl-whats-new-form-footer .post-elements-buttons-item,
.bb-sharing-active .bb-rl-whats-new-form-footer .bb-rl-post-elements-buttons-item:not(.bb-rl-post-emoji):not(.bb-rl-show-toolbar),
.bb-sharing-active .bb-rl-whats-new-form-footer .post-elements-buttons-item {
  pointer-events: none;
  opacity: 0.5;
}
.activity-share-form .bb-rl-whats-new-form-footer .bb-rl-toolbar-button,
.activity-share-form .bb-rl-whats-new-form-footer .toolbar-button,
.bb-sharing-active .bb-rl-whats-new-form-footer .bb-rl-toolbar-button,
.bb-sharing-active .bb-rl-whats-new-form-footer .toolbar-button {
  pointer-events: none;
}

.bb-readylaunch-template input.share-group-search-input[type=text],
.bb-readylaunch-template input.share-friends-search-input[type=text],
.bb-readylaunch-template input.share-message-search-input[type=text],
.bb-readylaunch-template input[type=text] {
  width: 100%;
  padding: var(--bb-sharing-space-100) var(--bb-sharing-space-200) var(--bb-sharing-space-100) var(--bb-sharing-space-400);
  border: 1px solid var(--bb-sharing-border-secondary-color);
  border-radius: var(--bb-sharing-radius-md);
  font-size: var(--bb-sharing-font-size-regular);
  color: var(--bb-sharing-text-color);
  font-size: var(--bb-sharing-font-size-regular);
  line-height: 1.5;
}

.bb-readylaunch-template input.share-message-thread-checkbox[type=checkbox] {
  opacity: 1;
  position: static;
}

.shared-activity-message {
  cursor: pointer;
}
.shared-activity-message .bb-media-length-more .act-grid-1-1 .bb-rl-entry-img > img,
.shared-activity-message .bb-media-length-more .act-grid-1-2 .bb-rl-entry-img > img,
.shared-activity-message .bb-media-length-5 .act-grid-1-1 .bb-rl-entry-img > img,
.shared-activity-message .bb-media-length-5 .act-grid-1-2 .bb-rl-entry-img > img,
.shared-activity-message .bb-media-length-4 .act-grid-1-1 .bb-rl-entry-img > img,
.shared-activity-message .bb-media-length-4 .act-grid-1-2 .bb-rl-entry-img > img {
  height: 150px;
}
.shared-activity-message .bb-rl-activity-media-elem.no_more_option .bb-rl-photos-length {
  font-size: var(--bb-sharing-font-size-regular);
}
.shared-activity-message .bb-activity-media-wrap .bb-rl-entry-img > img {
  border-radius: var(--bb-rl-radius-lg) var(--bb-rl-radius-lg) 0 0;
}
.shared-activity-message .shared-activity-preview > iframe {
  width: 100%;
  height: 100%;
}
.shared-activity-message .shared-activity-preview .activity-link-preview-info {
  margin-bottom: 0;
}

.bb-rl-video-cover-wrap::before {
  opacity: 0.85;
}

#bp-message-thread-list .no_more_option .bb-rl-video-cover-wrap:before {
  display: none;
}
#bp-message-thread-list .bb-rl-activity-video-elem.no_more_option .bb-rl-videos-length {
  font-size: var(--bb-sharing-font-size-regular);
}
#bp-message-thread-list .bb-rl-video-cover-wrap::before {
  width: 52px;
  height: 52px;
}
#bp-message-thread-list .shared-activity-preview .activity-attached-gif-container .gif-image-container {
  margin-top: 0;
}
#bp-message-thread-list .shared-activity-message .bb-activity-video-wrap {
  gap: 0;
}

.bb-rl-activity-content .shared-activity-preview {
  cursor: pointer;
}

.shared-activity-preview .bb-rl-activity-media-elem.bb-rl-document-activity {
  border: none;
}
.shared-activity-preview .bb-rl-activity-media-elem.bb-rl-document-activity + .bb-rl-document-activity {
  margin-top: var(--bb-sharing-space-50);
}
.bb-rl-activity-form .shared-activity-preview {
  border-radius: var(--bb-sharing-radius-xl);
}
.bb-rl-activity-content .shared-activity-preview .bb-activity-media-wrap {
  padding-top: var(--bb-sharing-space-50);
  padding-left: var(--bb-sharing-space-50);
}
.bb-rl-activity-content .shared-activity-preview .bb-activity-media-wrap:has(.bb-rl-document-activity) {
  padding-top: 0;
  padding-left: 0;
}
.bb-rl-activity-content .shared-activity-preview .bb-activity-media-wrap .bb-rl-document-activity + .bb-rl-document-activity {
  margin-top: var(--bb-sharing-space-50);
}
.shared-activity-preview .bb-rl-activity-media-elem.bb-rl-document-activity:has(.document-preview-wrap) .bb-code-extension-files-preview + .bb-rl-document-description-wrap {
  border-radius: 0 0 var(--bb-sharing-radius-lg) var(--bb-sharing-radius-lg);
}
.shared-activity-preview .bb-rl-activity-media-elem.bb-rl-document-activity .document-preview-wrap {
  border-radius: var(--bb-sharing-radius-lg) var(--bb-sharing-radius-lg) 0 0;
}
.shared-activity-preview .activity-link-preview-info {
  margin-bottom: 0;
}

.bb-rl-activity-content .shared-activity-preview,
.bp-message-content-wrap .shared-activity-preview {
  border-radius: var(--bb-sharing-radius-xl);
}

#bp-message-thread-list > li .shared-activity-message .bb-activity-media-wrap {
  margin: 0;
}

.bp-message-content-wrap .bb-link-preview-container .bb-link-preview-image img {
  height: auto;
  border: none;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.bb-rl-media-model-wrapper .bb-rl-activity-list .bp-generic-meta .generic-button:has(.share) {
  display: none !important; /* hide share button in media model */
}

.bb-rl-activity-update-form:not(.modal-popup) .buddyboss-shared-activity-preview {
  display: none;
}

.shared-activity-wrapper.shared-activity-message .shared-activity-preview {
  border-radius: var(--bb-sharing-radius-xl);
}
.shared-activity-wrapper.shared-activity-message .shared-activity-preview .shared-activity-media {
  border-radius: var(--bb-sharing-radius-xl) var(--bb-sharing-radius-xl) 0 0;
}
.shared-activity-wrapper.shared-activity-message .shared-activity-preview .shared-activity-media img {
  border-radius: var(--bb-sharing-radius-xl) var(--bb-sharing-radius-xl) 0 0;
}
.shared-activity-wrapper.shared-activity-message .shared-activity-preview .shared-activity-media video {
  border-radius: var(--bb-sharing-radius-xl) var(--bb-sharing-radius-xl) 0 0;
}

/*# sourceMappingURL=bb-rl-frontend.css.map */
