﻿.video-loading {
	background-image: url(http://beebotimg.oss-cn-beijing.aliyuncs.com/image/loading/0.gif);
	background-size: 400px auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	min-width:360px;
}
#myvideo{
	width:100%;
	height:100%;
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
#videoleft {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index:888;
	min-width: 20%;
	min-height: 10%;
	max-height:35%;
	width: initial;
	height: initial;
	max-width: 40%;
}
#videoright {
	margin:5px;
}
/* #videos{
	width:330px;
}
  */
 
 
/*Buttons*/
	.multi-button button {
	position: relative;
	width: 100%;
	border: none;
	font-size: 2rem;
	transition: all 0.3s ease-in-out;
	color: var(--dark);
	background: transparent;
	cursor: pointer;
	padding: 7px;
	border-radius: 5px;
}
button:focus {
	outline: none;
}
.multi-button button:hover {
	color: var(--green);
}
.multi-button {
	box-shadow: 9px 9px 16px #0a0b0c, -9px -9px 16px #222328;
	-ms-transform: translate(0%, 0%);
	/* background:#16171a;*/
	justify-content:center;
	/* margin:0 10px 0 10px;*/
	display:flex;
	transform: translate(0%, 0%);
	border-radius:.3rem;
	z-index: 999;
	box-shadow: none;
}
.HoverState {
	color: #8c8c8c;
	font-family: "Heebo", sans-serif;
	font-size: 0.8rem;
	display:flex;
	justify-content:center;
	white-space: nowrap;
	top: 0px;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
}
.card-body {
	padding:5px!important;
}
.video-chat-modal {
	position: fixed;
	/* top: 0;
	left: 0;*/
	z-index: 1050;
	width: 550px;
	height: 600px;
	display: none;
	/* width: 100%;
	height: 100%;*/
	overflow: hidden;
	outline: 0;
}

.buttonContainer {
	width:65px;
	/* line-height: 1.5rem;*/
	
}
.setting {
	position: relative;
	z-index: 100;
	margin-bottom:30px;
}
.setting .hform-div {
	margin-top: 4.44444vh;
	width: 41.94444vh;
	border-bottom: .09766vw solid #c1c1c1;
}
.settingDiv {
	z-index: 999;
	position: relative;
}
.settingButton {
	font-size:2rem;
}
.settingButton:hover {
	color:white;
}
.hform-div-input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	height: 4.44444vh;
	font-size: 3.05556vh;
	color: var(--gray);
	border: 0;
	background-color: transparent;
	background: url(../images/3.png) no-repeat right 5px center;
	background-size: 20px 20px;
	padding-right: 6.25vh;
	width: 100%;
}
.buttonContainer:nth-child(5) {
	display: none;
}
@media (max-width: 640px) {
	/* @media (min-width: 320px) and (max-width: 480px) {*/
	html, body {
	width: 100%;
	height: 100%;
	font-size: 1em;
}
#header {
	z-index: 5;
}
.remote-subscriber video {
	max-width:300px;
}
/* .micsetting {
	display: none;
} */
#header img {
	width: auto;
	height: 2rem;
}
#header p {
	margin: 0;
	line-height: 2rem;
}
#remotevideo {
	margin:5px;
}
#moveable {
	position: fixed;
	top: 5rem;
	left: 5rem;
	min-width: 20%;
	min-height: 10%;
	width: initial;
	height: initial;
	max-width: 25%;
}
 
.multi-button {
	left: 0;
	top: initial;
	bottom: 0;
	width: 100%;
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	z-index: 999;
	box-shadow: none;
	border-radius: 10px;
	padding: 0;
	/* display: flex;*/
	flex-direction: row;
	/* overflow: hidden;*/
	 }
.buttonContainer {
	position: relative;
	height: 100%;
	font-size: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	width: 100%;
	margin: 0;
	/* line-height: 1.5rem;*/
	
}
.multi-button button {
	position: relative;
	width: 100%;
	border: none;
	font-size: 2rem;
	transition: all 0.3s ease-in-out;
	color: var(--dark);
	background: transparent;
	cursor: pointer;
	padding: 3px;
	border-radius: 5px;
}
.HoverState {
	display: none !important;
}

.buttonContainer:nth-child(3), .buttonContainer:nth-child(4) {
	display: none;
}
.buttonContainer:nth-child(5) {
	display: flex;
}
#entire-chat {
	position: absolute;
	top: 3rem;
	right: 0;
	height: calc(100% - 3rem - 3rem);
	width: 100vw;
	/* padding: 1rem 0;*/
	padding: 0;
	/* border: 3px solid green;*/
	text-align: center;
	/* background: #16171a;*/
	 }
#chat-zone {
	position: relative;
	padding-top: 20px;
	width: 100%;
	height: calc(100% - 2rem);
	margin-left: 0;
	/* box-shadow: 4px 4px 12px #030506, -4px -4px 12px #292a30;*/
	/* border: 5px solid blue*/
	border-radius: 10px;
	/* background: #16171a;*/
	 }
#chat-zone .message-item.moderator .message-bloc, #chat-zone .message-item.customer .message-bloc {
	box-shadow: none;
}
.compose {
	position: absolute;
	font-size: 0.8rem;
	left: 10%;
	right: initial;
	/* bottom: calc(3rem + 2rem);*/
	bottom: 0;
	width: 80%;
	height: 2rem;
	margin: 0.5rem 0;
	padding: 0;
	box-shadow: none;
}
.compose input {
	width: 90%;
	height: 2rem;
	line-height: 2rem;
}
.compose input::placeholder {
	color: white;
}
}
.call-background {
	background: url(../images/call-bg.png);
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	background-position: center!important;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	opacity: .2;
}
.call {
	margin-top:30px;
}
.call .call-background+div {
	position: relative;
	z-index: 1;
	text-align: center;
}
figure.avatar.avatar-xl {
	height: 6.3rem;
	width: 6.3rem;
}
figure.avatar {
	display: inline-block;
	margin-bottom: 0;
	height: 2.5rem;
	width: 2.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
figure.avatar>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.rounded-circle {
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
}
.call .call-background+div .action-button .btn {
	font-size: 26px;
	width: 70px;
	border-radius:50%;
	height: 70px;
	margin: 0 20px;
}
.call .call-background+div .action-button {
	margin-top: 3rem;
}
.call .modal-content {
	background: #000;
	color: rgba(255,255,255,.6);
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}
.fa-5 {
	font-size: 12em !important;
}

body .layer-skin-class .layui-layer-title {
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	font-size:1.25rem;
	line-height: 1.5;
}
body .layer-skin-class {
	border-radius:.3rem;
}
body .layer-skin-class .layui-layer-btn {
	border-top:1px solid #E9E7E7
}
body .layer-skin-class .layui-layer-btn a {
	background:#333;
}
body .layer-skin-class .layui-layer-btn .layui-layer-btn1 {
	background:#999;
}
body .layer-skin-class .layui-layer-setwin {
	top:25px;
}
.videomask {
	position: absolute;
	z-index: 9999;
	background:black;
	width:100%;
	height:100%;
}