
.watch-live #video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
	border-radius: 10px;
}

.watch-live #video-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
}
.watch-live {
	padding: 50px 0;
}
.watch-live #overlay {
	position: absolute;
	left: 20px;
	top: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #fff;
}
#like-btn {
	background: #754FFE;
	border: none;
	border-radius: 5px;
	color: #fff;
}
/* Chat Panel */
#chat-panel {
	width: 100%;
	height: 200px;
	background: #000;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding: 20px;
	margin-top: 0px;
	border-radius: 10px;
}
#chat-input {
	background: #fff;
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
	border: none;
	color: #000;
}

/* Messages Area */
#chat-messages {
  flex: 1;
  overflow-y: auto;
}

/* Each message */
#chat-messages > div {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* Teacher tag */
#chat-messages b:first-child {
  color: #ff9800;
  margin-right: 4px;
}

/* Username */
#chat-messages b:nth-child(2) {
  color: #4fc3f7;
  margin-right: 4px;
}

/* Login text */
#chat-panel > div[style*="Login"] {
  padding: 8px 12px;
  font-size: 13px;
  color: #aaa;
  border-top: 1px solid #333;
}

/* Gift button */
#giftBtn {
	padding: 10px 10px;
	background: #754FFE;
	border: none;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	cursor: pointer;
	margin-top: 0px;
}


/* Scrollbar */
#chat-messages::-webkit-scrollbar {
  width: 6px;
}
#chat-messages::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}



.go-live {
	padding: 50px 0;
}
.go-live #video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
	border-radius: 10px;
}

.go-live #overlay {
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #fff;
}

.go-live #video-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
}

#leaveBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #754FFE;
	color: #fff;
	width: auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#leaveBtn:hover {
	background: #000;
}

#enableSound {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	background: #754FFE;
	color: #fff;
	border: none;
	padding: 10px;
	border-radius: 5px;
	width: auto;
}

.main-buttons {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-bottom: 10px;
}
.main-buttons button, .main-buttons select {
	background: #754FFE;
	color: #fff;
	width: auto;
	padding: 10px 10px;
	border-radius: 5px;
	border: none;
	line-height: 20px;
}
.main-buttons button:disabled, .main-buttons select:disabled {
	opacity: 0.7;
}
#giftModal {
	display: flex;
	margin-top: 10px;
}
#giftModal button, #giftModal select {
	background: #754FFE;
	color: #fff;
	width: auto;
	padding: 10px 10px;
	border-radius: 5px;
	border: none;
	line-height: 20px;
	margin-right: 10px
}
.all-gift-view {
	display: flex;
}
.all-gifts {
	background: #fff;
	padding: 5px 0 5px 10px;
	border-radius: 5px;
}
.all-gifts img {
	width: 25px;
	margin-right: 5px;
	height: 25px;
	object-fit: contain;
}

.stream-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#allchat-gift {
	display: grid;
	grid-template-columns: 95% 5%;
}
.input-chat input {
	width: 100%;
}
.stream-card {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
  padding: 20px;
  border: 1px solid rgb(243, 241, 248) !important;
  text-align: center;
}
.stream-card h3 {
	color: #000000;
	font-size: 20px;
	line-height: 1.1;
	text-transform: capitalize;
}
.stream-card p {
  font-style: italic;
  margin-bottom: 10px;
}
.stream-card a {
  background: #754ffe;
  color: #fff;
  border: none;
  padding: 8px 30px;
  border-radius: 5px;
}
.bread-crumb h1 {
	text-transform: capitalize;
}

/* .gift-pop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  font-size: 16px;
  z-index: 9999;
  animation: slideIn 0.4s ease, fadeOut 0.4s ease 4.6s;
}


.gift-pop img {
  width: 28px;
  height: 28px;
}


.gift-pop b {
  font-weight: 600;
  color: #222;
}


@keyframes slideIn {
  from {
    transform: translateX(120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(120%);
  }
}


 */


 
 
 /* Overlay background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.gift-pop {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  animation: popupFade 0.3s ease-in-out;
}

/* Image */
.gift-pop img {
  width: 60px;
  margin-bottom: 15px;
}

/* Text */
.gift-pop b {
  display: block;
  font-size: 20px;
  color: #333;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Animation */
@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
