.rtm-embed-video-url-wrapper {
  margin-top: 20px;
}

.rtm-embed-video-url-input-wrapper {
  display: flex;
}

.rtm-embed-video-url-submit-button {
  margin-left: 15px;
}

#rtmedia-upload-container {
  position: relative;
}

#rtmedia-upload-container .beehive-preloader ,
.rtmedia-uploader-div .beehive-preloader{
  position: absolute;
  opacity: 0.5;
  display: none;
}

#rtm-media-options .rtm-media-options-list {
  border: 0px;
  padding-top: 0;
}

#rtmedia-uploader-form .rtmedia-simple-file-upload {
  display: flex;
  justify-content: space-between;
}

.text-center {
  text-align: center !important;
}

.rtm-start-uploading-button.text-center {
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.rtmedia-container .rtm-embed-video-url-wrapper {
  margin-bottom: 20px;
  margin-top: 0px;
}

.button.action-edit.buddyboss_edit_activity {
  margin-left: 20px;
}

.bp-secondary-action.buddyboss_edit_activity_cancel.button {
  margin-left: 20px;
}

.custom-oembed-wrapper {
  width: 100%;
  position: relative;
}

.custom-oembed-wrapper::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.custom-oembed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rtmedia-media {
  min-width: 100%;
}
