.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

#video {
  width: 100%;
  /* height: auto; */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-text {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: white;
  width: 100%;
  padding: 5px;
  text-align: center;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: black;
}

.fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.unmute-message {
  color: white;
  text-align: center;
  padding: 20px;
  background: rgba(134, 150, 151, 0.8);
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.preview-image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

body.no-scroll {
  overflow: hidden;
}

.live-streaming {
  display: flex;
  background-color: #2d2d2d;
  color: white;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.red-bar {
  width: 6px;
  background-color: #b71c1c;
  height: 53px;
  margin-right: 12px;
}

.play-icon {
  color: black;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  background-color: white;
}

.text{
  margin: auto 0;
}

.text .subtitle {
  font-size: 14px;
  color: #bbbbbb;
}
