.playerDiv {
	padding: 0px;
	box-sizing: border-box;
	border-left: 15px solid transparent !important;
	border-right: 15px solid transparent !important;
	background-clip: padding-box;
}

.video-cinema-lighting {
	filter: blur(100px);
	position: absolute;
	width: 120%;
	height: 120%;
	opacity: 0.4;
}

@media screen and (max-width: 980px) {
	.playerDiv {
		border-left: 0px solid transparent !important;
		border-right: 0px solid transparent !important;
	}
}


.rightColDiv {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 15px;
	border-radius: 15px;
	border: 2px solid rgba(255, 255, 255, .1);
	overflow: visible;
}

.videoTab {
	display: none;
}

.contentMedia {
	padding: 0px;
	padding-top: 60px;
	height: 100%;
	width: 100%;
	/*padding-bottom:30px;*/
}

.makeReviewBtn {
	text-align: center;
	cursor: pointer;
}

.chat-message {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px !important;
	margin-bottom: 10px;
	padding: 10px;
}

.chat-message:hover {
	background-color: rgba(225, 225, 225, 0.1);
	border-radius: 6px;
}

.chat-message-toolbar {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #1a1a1a;
	border-radius: 6px;
	padding: 5px;
}

.chat-message:hover>.chat-message-toolbar {
	display: block;
}

.title-all-review {
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: 700;
}

.tabsRightPlayer {
	/*background:rgba(255,255,255,0.05);*/
	font-size: 15px;
	border-bottom: 1px solid rgba(225, 225, 225, 0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.videoTab {
	background: rgba(255, 255, 255, 0.05);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-radius: 0px !important;
	border-bottom: 0px;
}

.tabsRightPlayer .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-bottom: 0px;
}






.box-right::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(225, 225, 225, 0.1);
}

.box-right::-webkit-scrollbar-thumb {
	background-color: rgba(225, 225, 225, 0.7);
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px
}


.chat-message img {
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}


.chat-time {
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px
}

.hidden-field {
	display: none
}

.live-chat-teyuto {
	height: 100%;
}

.live-chat-teyuto .messages-list {
	flex: 5;
	overflow-y: auto;
	min-height: 400px;
    max-height: 500px;
}

.live-chat-teyuto .send-message-space {
	flex: 1;
}

.title-h5-user {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
}

.box-right {
	height: 70vh;
}

.live_chat_messaggio {
	/*max-width:400px;*/
	max-width: 100%;
	word-wrap: break-word;
	margin: 0px;
}


.chat-history p {
	font-size: 14px;
}


.btn_cinema_mod {
	position: absolute;
	right: 20px;
	top: 71px;
	z-index: 9999999;
	opacity: 0.7;
}

.btn_cinema_mod:hover {
	opacity: 1;
}

.btn_cinema_mod i {}

.btn_cinema_mod span {
	color: white;
	font-weight: bold;

}




.video-picture-in-picture {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 320px;
	height: 180px;
	z-index: 9999999999999999999999999999999999;
	;
}

.video-picture-in-picture #videoiframe {
	height: 180px !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	max-height: 90vh;
}

#input-txt-chat {
	width: 80%;
	float: left;
	height: 46px;
}

#send-msg {
	width: 15%;
	transform: scale(0.9);
	margin-left: 5px;
	z-index: 999;
	backdrop-filter: blur(15px);
}


#videoiframe {
	border-radius: 15px;
	overflow: hidden;
}


#reply-info-box{
	position:absolute; margin-top:40px; left:0px; width:100%;
}

#reply-info-box-content{
	background:white; margin-left:15px; border-radius:7px; padding:5px; color:black;
}

#emoji-picker{
	position: relative;
	z-index: 1;
}
