﻿@charset "UTF-8";

@font-face {
	font-family: Iran Sans Web;
	src: url(/font/IRANSans-UltraLight-web.eot);
	src: url(/font/IRANSans-UltraLight-web.eot?#iefix) format("eot"),url(/font/IRANSans-UltraLight-web.woff2) format("woff2"),url(/font/IRANSans-UltraLight-web.woff) format("woff"),url(/font/IRANSans-UltraLight-web.ttf) format("ttf");
	font-weight: 200;
	font-display: swap
}

@font-face {
	font-family: Iran Sans Web;
	src: url(/font/IRANSans-Light-web.eot);
	src: url(/font/IRANSans-Light-web.eot?#iefix) format("eot"),url(/font/IRANSans-Light-web.woff2) format("woff2"),url(/font/IRANSans-Light-web.woff) format("woff"),url(/font/IRANSans-Light-web.ttf) format("ttf");
	font-weight: 300;
	font-display: swap
}

@font-face {
	font-family: Iran Sans Web;
	src: url(/font/IRANSans-web.eot);
	src: url(/font/IRANSans-web.eot?#iefix) format("eot"),url(/font/IRANSans-web.woff2) format("woff2"),url(/font/IRANSans-web.woff) format("woff"),url(/font/IRANSans-web.ttf) format("ttf");
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: Iran Sans Web;
	src: url(/font/IRANSans-Medium-web.eot);
	src: url(/font/IRANSans-Medium-web.eot?#iefix) format("eot"),url(/font/IRANSans-Medium-web.woff2) format("woff2"),url(/font/IRANSans-Medium-web.woff) format("woff"),url(/font/IRANSans-Medium-web.ttf) format("ttf");
	font-weight: 500;
	font-display: swap
}

@font-face {
	font-family: Iran Sans Web;
	src: url(/font/IRANSans-Bold-web.eot);
	src: url(/font/IRANSans-Bold-web.eot?#iefix) format("eot"),url(/font/IRANSans-Bold-web.woff2) format("woff2"),url(/font/IRANSans-Bold-web.woff) format("woff"),url(/font/IRANSans-Bold-web.ttf) format("ttf");
	font-weight: 700;
	font-display: swap
}

body {
	color-scheme: dark;
	direction: rtl;
	text-align: center;
	height: 100%;
	overflow: hidden;
	background-color: #212121;
	font-family: Iran Sans Web, Tahoma;
}

.fullTop {
	color: darkgray;
	font-size: 0;
	direction: ltr;
	width: 100%;
	height: calc(100% - 65px);
	margin-bottom: 65px;
}

.members-1 .fullTop {
	height: 100%;
	margin-bottom: initial;
}

.mainDiv {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	flex-flow: row wrap;
	padding: 0.5%;
	height: 100%;
}

.members-1 .mainDiv {
	padding: initial;
}

.members-moreThan4 .mainDiv {
	width: 80%;
}

.thumbnailDiv {
	display: none;
}

.members-moreThan4 .thumbnailDiv {
	display: inline-flex;
	flex-direction: column;
	width: 20%;
	height: 100%;
	vertical-align: top;
	padding: 1% 1% 1% 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.members-moreThan4 .fullTop .thumbnailDiv p {
	font-size: 8pt;
}

.mainDiv > div, .thumbnailDiv > div {
	border: 1px solid black;
}

	.mainDiv > div.hand, .thumbnailDiv > div.hand {
		border: 1px solid #FF5722;
	}

.fullTop .mainDiv > div.speaking, .fullTop .thumbnailDiv > div.speaking {
	border: 2px solid #237785;
}

.memberView {
	/*background-color: black;*/
	overflow: hidden;
	position: relative;
}

.selfView {
	background-color: #212121;
	display: block;
	position: relative;
}

.members-1 .memberView {
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.members-1 .selfView,
.members-4 .selfView {
	position: absolute;
	min-height: 20%;
	min-width: 20%;
	max-width: 20%;
	max-height: 20%;
	right: 2px;
	bottom: 67px; /*65px + 2px*/
	margin: 1%;
}

	.members-1 .selfView video,
	.members-4 .selfView video {
		position: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

.members-2 .memberView,
.members-3 .memberView,
.members-4 .memberView {
	min-height: 49%;
	min-width: 49%;
	max-width: 49%;
	max-height: 49%;
	margin: 0.5%;
}

.members-2 .fullTop .memberView div.info .photo,
.members-3 .fullTop .memberView div.info .photo,
.members-4 .fullTop .memberView div.info .photo,
.members-moreThan4 .fullTop .memberView div.info .photo {
	margin-top: 50px;
	height: 150px;
	width: 150px;
	border-radius: 150px;
}

.members-moreThan4 .fullTop .thumbnailDiv div.info .photo {
	margin-top: 5px;
	height: 60px;
	width: 60px;
	border-radius: 60px;
}

.fullTop .photo {
	left: 50%;
	top: 50%;
	width: 20%;
	padding-top: 20%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.members-1 .fullTop .memberView .photo {
	width: 15%;
	padding-top: 15%;
	top: calc(50% - 45px);
}

.members-1 .fullTop .selfView .photo {
	width: 30%;
	padding-top: 30%;
}

.members-2 .selfView,
.members-3 .selfView {
	min-height: 49%;
	min-width: 49%;
	max-width: 49%;
	max-height: 49%;
	margin: 0.5%;
}

.members-moreThan4 .memberView {
	min-height: 49%;
	min-width: 49%;
	max-width: 49%;
	max-height: 49%;
	margin: 0.5%;
}

.members-moreThan4 .selfView,
.members-moreThan4 .thumbnailDiv .memberView {
	min-width: 100%;
	min-height: 20%;
	max-width: 100%;
	max-height: 20%;
	margin-bottom: 4%;
}

.divDuration {
	background-color: #393838;
	color: #8e8a8a;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	margin-right: 1px;
	font-size: 10pt;
	font-weight: bold;
}

.tools {
	display: inline-block;
	text-align: center;
	margin-top: -150px;
	position: relative;
	z-index: 999;
}

	.tools .aMessage {
		background-color: transparent;
		height: 60px;
		margin-bottom: 25px;
	}

		.tools .aMessage div {
			display: inline-block;
			background-color: #212121;
			padding: 10px;
			color: whitesmoke;
		}

	.tools div.buttons {
		display: inline-block;
		background-color: transparent;
		font-size: 0;
		position: relative;
	}

		.tools div.buttons button {
			width: 50px;
			height: 50px;
			background-image: url(/images/room/buttons_v3.png);
			border: none;
			outline: none;
		}

	.tools.aHideMicWarning {
		margin-top: -65px;
	}

		.tools.aHideMicWarning .aMessage {
			display: none;
		}

.audioButton {
	background-position-x: -200px;
}

	.audioButton.mute {
		background-position-x: -250px;
	}

.speakerButton {
	background-position-x: 0;
}

	.speakerButton.mute {
		background-position-x: -50px;
	}

.incomingCamera {
	background-position-x: -700px;
}

	.incomingCamera.off {
		background-position-x: -750px;
	}

.videoButton {
	background-position-x: -100px;
}

	.videoButton.off {
		background-position-x: -150px;
	}

div.buttons button.backBlurButton {
	background-position-x: 0;
	background-image: url(/images/room/backBlur_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #282727;
}

	div.buttons button.backBlurButton.off {
		background-image: url(/images/room/backBlur_off.png);
	}

.leaveButton {
	background-position-x: -600px;
}

.memberButton {
	background-position-x: -550px;
}

.messageButton {
	background-position-x: -500px;
}

.handButton {
	background-position-x: -450px;
}

	.handButton.handUp {
		background-position-x: -650px;
	}

.shareButton {
	background-position-x: -300px;
}

.fullTop video {
	height: calc(100% - 24px);
	width: 100%;
	background-color: #bbbbbb;
}

/**::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}
*/

video::-webkit-media-controls-fullscreen-button {
	/*	display: none !important;
	-webkit-appearance: none;*/
}

video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-timeline {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-current-time-display {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-time-remaining-display {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-mute-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-volume-slider {
	display: none !important;
	-webkit-appearance: none;
}

/*video {
	pointer-events: none;
}
=*/

.fullTop div.memberView div.info,
.fullTop div.selfView div.info {
	height: 24px;
	width: 100%;
	text-align: center;
	position: relative;
	background-color: #191919;
}

	.fullTop div.memberView div.info > div,
	.fullTop div.selfView div.info > div {
		display: inline-block;
		font-size: 8pt;
		height: 22px;
		padding-right: 4px;
		padding-left: 4px;
	}

		/*	.fullTop div.memberView div.info .photo {
		margin-top: 200px;
		height: 180px;
		width: 180px;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 180px;
		background-size: cover;
	}
*/
		.fullTop div.memberView div.info > div.title,
		.fullTop div.selfView div.info > div.title {
			float: right;
			background-position: center;
			background-position-x: 4px;
			padding-top: 2px;
		}

		.fullTop div.memberView div.info > div.speakDuration,
		.fullTop div.selfView div.info > div.speakDuration {
			float: left;
			padding: 4px;
			padding-left: 6px
		}

.fullTop div.memberView.noMic div.info > div.aMute,
.fullTop div.selfView.noMic div.info > div.aMute {
	background-image: url(/images/room/noMic.png);
	background-repeat: no-repeat;
	width: 16px;
	margin-top: 3px;
	float: right;
}

.fullTop div.memberView.noSpeaker div.info > div.aNoSpeaker,
.fullTop div.selfView.noSpeaker div.info > div.aNoSpeaker {
	background-image: url(/images/room/noSpeaker.png);
	background-repeat: no-repeat;
	width: 20px;
	margin-top: 3px;
	float: right;
}

.fullTop div.memberView.hand div.info > div.aHand,
.fullTop div.selfView.hand div.info > div.aHand {
	background-image: url(/images/room/hand.png);
	background-repeat: no-repeat;
	width: 14px;
	margin-top: 2px;
	margin-right: 4px;
	float: right;
	background-size: contain;
}

.fullTop div.memberView p {
	direction: rtl;
	font-size: 10pt;
	left: 50%;
	top: 50%;
	padding-top: calc(20% + 30px);
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
}

.members-1 .fullTop div.memberView p {
	padding-top: calc(15% + 30px);
	top: calc(50% - 45px);
}

.fullTop div.memberView.noMic.connected div.noMic,
.fullTop div.memberView.noSpeaker.connected div.noSpeaker {
	display: initial;
}

.fullTop div.memberView.calling p:not(.calling),
.fullTop div.memberView.calling video {
	display: none;
}

.fullTop div.memberView.ringing p:not(.ringing),
.fullTop div.memberView.ringing video {
	display: none;
}

.fullTop div.memberView.notAnswered p:not(.notAnswered),
.fullTop div.memberView.notAnswered video {
	display: none;
}

.fullTop div.memberView.rejected p:not(.rejected),
.fullTop div.memberView.rejected video {
	display: none;
}

.fullTop div.memberView.connecting p:not(.connecting),
.fullTop div.memberView.connecting video {
	display: none;
}

.mainDiv div.memberView.connected.noCamera.noSharedScreen p:not(.connected),
.mainDiv div.memberView.connected.noIncomingCamera.noSharedScreen p:not(.connected),
.mainDiv div.memberView.connected:not(.videoFrameStarted) p:not(.connected),
.thumbnailDiv div.memberView.connected.noSharedScreen p:not(.connected) {
	display: none;
}

.fullTop video.audio {
	display: none;
}

.mainDiv div.memberView.connected.noCamera.noSharedScreen video.video,
.mainDiv div.memberView.connected.noIncomingCamera.noSharedScreen video.video,
.thumbnailDiv div.memberView.connected.noSharedScreen video.video {
	display: none;
}

.mainDiv div.memberView.connected:not(.videoFrameStarted) video.video {
	opacity: 0.001;
}

.mainDiv div.memberView.connected.videoFrameStarted:not(.noCamera.noSharedScreen):not(.noIncomingCamera.noSharedScreen) p,
.mainDiv div.memberView.connected.videoFrameStarted:not(.noCamera.noSharedScreen):not(.noIncomingCamera.noSharedScreen) .photo {
	display: none;
}

.thumbnailDiv div.memberView.connected:not(.noSharedScreen) p,
.thumbnailDiv div.memberView.connected:not(.noSharedScreen) .photo {
	display: none;
}

.selfView video:not(.aVideo):not(.aScreenSharing) {
	opacity: 0.001;
}

.selfView video.aScreenSharing {
	transform: scaleX(1) !important;
}

@media all and (orientation:portrait) {
	.members-1 .selfView {
		height: 30%;
		width: 30%;
	}

	.members-1 .fullTop .memberView .photo {
		width: 50%;
		padding-top: 50%;
	}

	.fullTop div.memberView p {
		padding-top: calc(50% + 30px);
	}

	.members-1 .fullTop div.memberView p {
		padding-top: calc(50% + 30px);
	}

	.fullTop .photo {
		width: 50%;
		padding-top: 50%;
	}

	.members-1 .fullTop .selfView .photo {
		width: 65%;
		padding-top: 65%;
	}

	.members-moreThan4 .fullTop .thumbnailDiv p {
		font-size: 6pt;
	}

	.fullTop .thumbnailDiv div.memberView div.info > div,
	.fullTop .thumbnailDiv div.selfView div.info > div {
		font-size: 6pt;
	}

	.members-1 .fullTop div.selfView div.info > div.title {
		display: none;
	}

	.thumbnailDiv div.selfView div.info > div.title {
		display: none;
	}

	.thumbnailDiv div.memberView div.info > div.speakDuration {
		display: none;
	}
}

@media (max-width: 991px) {
	.memberButton, .messageButton, .shareButton, .speakerButton {
		display: none
	}

	.tools div.buttons button,
	.divDuration {
		zoom: 0.9;
	}
}
