	.parentEffect{
		      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

	}

.box-grid-video{
		cursor:pointer;
		margin:10px;
		border-radius:6px;
		overflow:hidden;
		opacity:0.8;
		-webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.box-grid-video:hover{
	opacity:1;
}



.box-video-title{
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:17px;
	z-index:9999;
	color:white;
}

.detailsVideoInfo{
	position:absolute;
	right:5px;
	top:5px;
	color:white;
	font-size:14px;
}

.pageHoverFilterCategories{
	display:none; 
	position: fixed; 
	background: rgba(0, 0, 0, 0.95); 
	left: 0px; top: 0px; 
	width: 100%; 
	height: 100%;
	z-index: 999999999999999999999;
	overflow-y: scroll;
	overflow-x: hidden;
}

.res_category{
	line-height: 8px; 
	color: white; 
	font-size: 14px;
	cursor: pointer;
}

.res_subcategory{
	line-height: 8px; 
	color: white; 
	font-size: 14px;
	cursor: pointer;
}

.filter_sel_active{
    font-weight: 600;
    color: #5183ff;
}

/* MANAGEQUIZ.PHP */

#listQuestionTitle{
	display: none;
	margin-bottom:10px;
}

.radio-input-style{
	margin-top:20px;
	text-align: left;
}

.preview-quiz{
	border-radius: 0px; 
	height: 38px !important; 
	line-height: 32px;
	background: rgba(255,255,255,0.08);
}

.listQuestion{
	background:  rgba(255,255,255,0.05); 
	padding-left: 0px;
}
.remove_question{
	cursor:pointer;
	float:right;
}
.objQuestion{
	display: inline-block;
	width: 80%;
}
.labelQuestionSubmit{
	cursor:pointer;
}
.labelQuestionSubmit:hover{
	color: white;
}
.remove_question:hover{
	color: white;
}

#questionInput{
	font-size: 25px;
	margin-bottom: 20px;
}
.box-input-quiz{
	margin-top: 10px;
	margin-bottom: 20px;
}

.boxListQuestion{
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	color: gray;
	font-weight: bold;
}

/*add and remove answer icon*/
.addRemove_answer{
	color:white;
	cursor:pointer;
	float: right;
	line-height: 2.5;
	width: auto;
}

.answer_title{
	width: 55%;
	display: inline-block;
	margin-right: 10px;
	float: left;
	padding-left: 0px !important;
}

.answerPoint{
	width: 30%;
	display: inline-block;
}

/* .pointsInput:hover{
	background: transparent;
	 background-color: transparent;
	 background-image: none;
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
} */

.pointsInput{
	width: 25%;
	display: inline-block;
	padding-left: 0px !important;
}



#secondsInput:hover{
	background: transparent;
	 background-color: transparent;
	 background-image: none;
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
}

#btn_upload_assessment{
	margin-top: 10px;
	display: block;
}

/*RELATED PRODUCT*/
.related-product-list{
	display:flex;    -webkit-box-orient:horizontal;    -webkit-box-direction:normal;
	flex-direction: row;flex-wrap: wrap;margin-left:-8px;
	margin-right:-8px;
	margin-top:-10px;
}

.related-product-item{
	margin:10px;
	list-style-type:none;
	padding-right: 12px;
}

.products-card{
	text-align:center;
}
.btn--primary.btn--default{
	margin-top:10px;
}
#video-product-section{
	padding:20px;
}
.product-img{
	height: 200px;
	margin: auto;
}
.product-title{
	font-size: 16px;
	word-break: break-word;
}
.product-description{
	text-transform: none;
	font-weight: lighter;
	font-size: 8px;
}
.product-box-info{
	max-height: 155px;
	overflow-y: hidden;
	line-height: normal;
/* 	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.button-buy-box{
	margin-top:10px;
}

.view_total{
  line-height: 2;
  font-weight: 700;
  font-size: 17px;
}

.btn-set-like>.likes-label {
	font-size: 17px;
	font-weight: 700;
}


#video_details{
	padding-left:3%;
}

#box_livecollection_live{
	padding:0px;
	margin-bottom:20px;
	margin-top:20px;
}
#live_title{
	font-size: 25px; 
	margin-bottom:0;
}

#video_description{
	font-size:14px;
}

#video-product-section{
	display:none;
	margin-top: 50px;
}


.footerButtonVideoInfo{
	margin-top: 15px;
}

#box_lastvideos_live, #box_tagvideos_live{
	padding:0px;
}
#videoSelectedSerieTitle{
	padding-bottom:0px;
	padding-left:15px;
}



.reply-to-user {
	position: absolute;
	font-size: 15px;
	border-radius: 15px;
	padding: 10px;
	line-height: 10px;
	background-color: rgba(255,255,255,0.1);
}

.emoji-wrap{
	z-index: 99;
}

#insert-emoji {
    margin-left: -40px;
    font-size: 18px !important;
    border-radius: 25px;
    margin-top: 5px;
    padding: 7px;
    line-height: 10px;
}

.videoFullScreenTitle{
	display: none;
	position: fixed;
	color: white;
	font-size: clamp(18px, 3vw, 35px);
	z-index: 9999;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.videoFullScreen{
	position: fixed;
	z-index: 99999999999;
	left:0px;
	top:0px;
	width:100%;
	height:100vh;
	background-color: black;
	border: 0px !important;
}

.videoFullScreen .videoFullScreenTitleArrowLeft{
	font-size: clamp(16px, 3vw, 26px);
	opacity: 0.5;
	margin-right: 10px;
}

.videoFullScreenTitle:hover .videoFullScreenTitleArrowLeft{
	opacity: 1;
}



.videoFullScreen .embed-responsive{
	position: unset;
}

.videoFullScreen .videoFullScreenTitle{
	display: block;
}



.video_episodes_tab{
	display: none;
}

.liveChatParentBox{
	border-left:2px solid gray;
	margin-left:25px;
	padding-left:10px;
}

#playerEmbed{
	width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 90vh;
}
#playerEmbed iframe{
	width: 100%;
    height: 100%;
}
