.shared_video_active .header-wrap,
.shared_video_active .post-views,
.shared_video_active .cb-clubpage_top {
  display: none;
}
.cb_insta_reel_wrap video::-webkit-media-controls {
  display: none !important;
}

.link_copied_wrap {
  width: 100%;
  position: absolute;
  bottom: 60px;
  display: flex;
  justify-content: center;
}
.insta_video_btn.sound_btn {
  margin-bottom: 5px;
  width: 32px;
}
.link_copied_wrap .link_copied {
  padding: 5px 10px;
  background: #001455;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
}

.link_copied_wrap .link_copied.clicked {
  animation: LinkfadeInOut 2.8s ease-in-out forwards;
}

@keyframes LinkfadeInOut {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.shared_video_active .cb-clubpage {
  margin-top: 0px;
}
.insta_video_time {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}
.shared_video_loader_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.cb_insta_reel_wrap {
  width: 100%;
  height: 100%;
  background: black;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.insta_video_follow_wrapper {
  opacity: 0;
}
.insta_video_parent .cb_insta_reel_wrap {
  padding-top: 35px;
}
.cb_insta_reel_wrap .video_post_title_wrapper {
  /* margin: auto;
    padding-top: 50px; */
  width: 100%;
}

.video_post_title_wrapper .insta_video_description {
  margin: 10px 0;
  padding: 6px 0;
}
.insta_shared_video_wrap {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 61px);
}

.cb_insta_reel_wrap .logo_text {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 40px;
  left: 30px;
}

.cb_insta_reel_wrap .logo_text .s442_text {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}

.cb_insta_reel_wrap .logo_text .share_video_watermark {
  width: 30px;
  height: 30px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
}

.insta_video_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 30px 0 100px;
}

.insta_video_follow_wrap {
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  z-index: 101;
}

.insta_video_logo {
  height: 40px;
  width: 40px;
  min-width: 40px;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #2366fb, #023096) border-box;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  /* margin: auto; */
}

.insta_video_logo img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.insta_video_description {
  color: #fff;
  padding: 15px 0px 40px 45px;
  font-size: 12px;
  font-weight: 500;
}
.video_title_wrapper {
  width: calc(100% - 180px);
  padding: 55px 10px 15px;
  margin: 0 auto 35px;
}
.video_title_desc {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  display: inline;
  padding: 10px 15px;
  background: #f2f2f2;
  box-decoration-break: clone;
  border-radius: 6px;
  line-height: 52px;
}
.video_title_content {
  text-align: center;
}
.insta_video_title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0 0;
}
.insta_video_bottom_section {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

.insta_video_follow_btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
  cursor: pointer;
}

.insta_video_right_section i {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.insta_video_right_section span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.insta_video_right_section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 330px;
  margin-bottom: 15px;
  margin-right: 40px;
}

.insta_video_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .shared_video_active .cb_insta_reel_wrap {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
  }

  .cb_insta_reel_wrap .logo_text .share_video_watermark {
    width: 20px;
    height: 20px;
  }

  .insta_video_parent .cb_insta_reel_wrap {
    padding-top: 30px;
  }

  .link_copied_wrap .link_copied {
    font-size: 10px;
  }

  .link_copied_wrap {
    bottom: 40px;
  }
  .insta_video_btn.sound_btn {
    width: 26px;
  }

  .cb_insta_reel_wrap .logo_text .s442_text {
    font-size: 10px;
    margin-top: 7px;
    margin-left: 0px;
  }

  .cb_insta_reel_wrap .logo_text {
    top: 25px;
    left: 20px;
  }

  .insta_video_follow_wrap {
    height: 40%;
  }

  .insta_video_right_section {
    margin-right: 15px;
    height: 230px;
  }

  .searchBarNotVisible .insta_video_follow_wrap {
    bottom: 0px;
  }

  .social442_agent .insta_video_follow_wrap {
    bottom: 0px;
  }

  .insta_video_logo {
    height: 30px;
    width: 30px;
    border: 2px solid transparent;
    padding: 3px;
    min-width: 30px;
  }

  .insta_video_title {
    font-size: 11px;
    margin: 0px 0 0;
  }
  .insta_video_time {
    font-size: 9px;
  }
  .insta_video_description {
    padding: 8px 0px 40px 20px;
    font-size: 9px;
  }

  .insta_video_wrap {
    padding: 30px 0 90px;
  }
  .video_title_wrapper {
    width: calc(100% - 50px);
    padding: 40px 0px 20px;
    margin: 0px auto 25px;
  }
  .video_title_desc {
    font-size: 22px;
    line-height: 35px;
    padding: 6px 10px;
  }
  .insta_video_right_section i {
    font-size: 20px;
  }

  .insta_video_right_section span {
    font-size: 10px;
    margin-top: 5px;
  }
}
