.video-loader {
  z-index: 99;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.video-loader img {
  z-index: 99;
  height: 140px;
  top: calc(50% - 70px);
  position: relative;
}
#publish-content {
  height: 100%;
}
#publish-video-container {
  height: 100%;
}
#publisher-video {
  height: 100%;
  object-fit: cover;
}
.start-gp-lab {
  color: #5d5d5d;
  margin-top: 100px;
}
.playback-wait {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  padding-top: 150px;
}
.live-video-controls {
  z-index: 99;
}
.chat-time-span {
  z-index: 99 !important;
}

.localplay {
  width: 260px;
  height: 210px;
  position: absolute;
  left: 0;
  z-index: 99;
  bottom: 0px;
  border-radius: 20px;
  overflow: hidden;
}
.localplay video {
  border-radius: 0 !important;
}
.remoteplay {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/defaultavatar.png);
}
.remoteplay {
  width: 100%;
  height: 100%;
  float: left;
}

.remoteplay video {
  /* background-image: radial-gradient(circle at 51% 32%, #83bcfa, rgb(106 172 234 / 32%) 100%, rgba(0, 0, 0, 0.0)) !important; */
}

.remotegroupplay {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/defaultavatar.png);
}
.switch-bg-icon {
  background-image: url("../images/switch.png");
  width: 18px;
  height: 18px;
}
.bgicon {
  position: absolute;
  z-index: 99;
  right: 5px;
  bottom: 75px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  /* background: #fff; */
  padding: 0px;
  opacity: 0.9;
}

.flipped-container {
  display: inline-block;
}
.bgicon-onetoone {
  position: absolute;
  z-index: 99;
  right: 17px;
  bottom: 60px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  /* background: #fff; */
  padding: 0px;
  opacity: 1;
}
.virtualbg-parent {
  position: absolute;
  right: 0px;
  z-index: 1000;
  background: #fff;
  bottom: 55px;
  padding: 1px 5px 0px 15px;
  width: 230px;
  height: 320px;
  margin: 10px;
  border-radius: 10px;
}
.virtualbg-parent h6 {
  margin-top: 10px;
  font-size: 12px;
  color: #535353;
}
.virtualbg-parent ul {
  margin: 0px !important;
  padding: 0px !important;
  display: inline-block;
}

/* General styles for the virtual background popup */
.virtualbg-parent {
  position: absolute;
  right: 0px;
  z-index: 99999999;
  background: #fff;
  bottom: 55px;
  padding: 1px 5px 0px 15px;
  width: 230px;
  height: 320px;
  margin: 10px;
  border-radius: 10px;
}

@media (max-width: 760px) {
  .virtualbg-parent {
    bottom: 0px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
  .virtualbg-parent {
    width: 430px;
    height: 250px;
  }
}

.bgclose {
  font-size: 17px;
  position: absolute;
  right: 12px;
  top: 7px;
  cursor: pointer;
  color: #6b6b6b;
  font-family: monospace;
  z-index: 100000;
}
.virtualbg-parent ul li {
  width: 35px;
  height: 35px;
  float: left;
  display: block;
  padding: 0px !important;
  margin: 2px !important;
  border: 1px solid #efefef;
  text-align: center;
  font-size: 11px;
  color: #7b7b7b;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.virtualbg-parent ul li div {
  margin-top: 10px;
  color: #ababab;
}
.hide {
  display: none !important;
}
/* .btn-record{
    margin-left: 14px;
} */
.rec-error {
  width: 100%;
  text-align: center;
  margin-top: 170px;
  color: #9b5853;
  font-size: 18px;
  position: fixed;
  z-index: 9999999;
}
.shoutout-inf {
  position: fixed;
  left: 0px;
  top: 50px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 22px;
  background: rgb(0 0 0 / 30%);
  padding: 20px;
  border-radius: 15px;
}
.rec-suc {
  width: 100%;
  text-align: center;
  margin-top: 170px;
  color: #7b974f;
  font-size: 18px;
  z-index: 9999999;
  position: fixed;
}
.recorder-wrap {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  background-color: #000;
  z-index: 9;
  text-align: center;
}
.start-record {
  width: 47px;
  height: 48px;
  margin-left: 4px;
  background: #f44336;
  cursor: pointer;
  border-radius: 50%;
}
.stop-record {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  background: #f44336;
  cursor: pointer;
  margin-left: 16px;
}
.start-record-btn {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  margin-left: -25px;
  border-radius: 50%;
}
.timer {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-top: 100px;
  position: fixed;
}
.shotout-close {
  width: 25px;
  height: 25px;
  text-align: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.save-group {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
.save-group button {
  border: none;
  background: #2e74b6;
  color: #fff;
  text-align: center;
  width: 97px;
  margin-left: 15px;
  padding: 8px;
  border-radius: 17px;
}
.recorder-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari and Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
}

video::-webkit-media-controls-panel {
  transform: scaleX(-1);
}
video.video-height::-webkit-media-controls-panel,
.img-video-outer video::-webkit-media-controls-panel,
video.photo-uploaded::-webkit-media-controls-panel {
  transform: scaleX(1) !important;
}
.send-button {
  width: 100px; /* Set a fixed width */
  height: 40px; /* Set a fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #007bff; /* Example color */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.send-button .loader {
  width: 20px; /* Adjust to the desired loader size */
  height: 20px;
}

.counter {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  background: #cccccc36;
  padding-top: 15px;
  opacity: 0.7;
  margin-top: 100px;
}
.counter-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  background: rgb(17 17 17 / 57%);
  display: none;
}
.live-video-box .redbtn {
  opacity: 0.8;
}
.live-video-box .redbtn:hover {
  color: #fff !important;
  opacity: 1;
}
.fullscrbtn {
  float: left;
  margin-right: 24px;
}
.fullScreenStream {
  border-radius: 0px !important;
}
.fullScreenStream .live-image {
  border-radius: 0px !important;
}
.fullScreenStream .live-image video {
  border-radius: 0px !important;
}
.white-btn-pill span {
  font-size: 16px !important;
}
/*
@media all and (max-width: 680px){
    .localplay{
        width: 90px;
        height: 79px;
    }
}
*/
@media all and (max-width: 991px) {
  .recorder-wrap {
    top: 0px !important;
    height: unset !important;
    position: fixed !important;
    max-height: unset !important;
  }
  .localplay {
    width: 260px;
    height: 210px;
  }
}
