@charset "UTF-8";
.main-call-area {
	flex: 1;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.call-user-area-block {
	justify-content: center;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
/*	max-height: 70vh;*/
	overflow: auto;
	transition: 0.3s all ease-in-out;
}
.main-wrapper {
	display: flex;
}
.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.profile-rounding {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: 0.3s all ease-in-out;
}
.user-profile-area {
	position: relative;
	background-color: #f3781e;
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all ease-in-out;
}
.no-img-txt {
	font-size: 60px;
	opacity: 0.3;
	line-height: 60px;
	transition: 0.3s all ease-in-out;
}
.user-details p {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 14px;
}
.single-call-block {
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 5px 18px rgba(0,0,0,0.04);
	height: 280px;
	transition: 0.3s all ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}
.user-details {
	padding: 0px 15px;
	transition: 0.3s all ease-in-out;
}
.single-control {
	width: 27px;
	display: inline-block;
	height: 27px;
	background-color: #eee;
	font-size: 13px;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.control-active {
	background-color: rgba(29,185,84,0.15);
	color: #1db954;
}
.control-active:hover {
	background-color: rgba(29,185,84,1);
	color: #fff;
}
.control-inactive {
	background-color: rgba(255,88,88,0.15);
	color: #ff5858;
}
.control-inactive:hover {
	background-color: rgba(255,88,88,1);
	color: #fff;
}
.single-call-block.video-active-profile .user-profile-area {
	height: 0;
	opacity: 0;
}
.single-call-block.video-active-profile {
	width: 400px;
}
.video-block video {
	object-fit: cover;
	object-position: center;
}
.video-active-profile .user-details {
	position: absolute;
	bottom: 0;
}
.wrapper:not(.whiteboard-area-active) .video-active-profile .user-details p {
    color: #fff;
}
.wrapper:not(.whiteboard-area-active) .video-active-profile .single-control {
	color: #fff !important;
	background-color: rgba(255,255,255,0.1) !important;
}
.wrapper:not(.whiteboard-area-active) .video-active-profile .single-control:hover {
	color: #111 !important;
	background-color: rgba(255,255,255,1) !important;
}
.video-block video {
	object-fit: cover;
	object-position: center;
}
.full-screen-active .user-details p {
    color: #111 !important;
	margin: 0;
}
.full-screen-active .full-screen-video .user-details p {
    color: #fff !important;
}
.video-overlay {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+19,000000+100&0+19,0.45+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(rgba(0,0,0,0) 19%, rgba(0,0,0,0.45) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 19%, rgba(0,0,0,0.45) 100%);
	background: linear-gradient(rgba(0,0,0,0) 19%, rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.video-block {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}
.call-controls-main {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 110px 0 0;
	transition: 0.3s all ease-in-out;

    position: fixed;
    bottom: 60px;
}
.call-control {
	width: 64px;
	height: 64px;
	line-height: 66px;
	display: block;
	font-size: 20px;
	border-radius: 50%;
	background-color: #eee;
	text-align: center;
}
.single-call-control {
	margin: 0 8px;
}
.call-control-active {
	background-color: #1db954;
	color: #fff;
}
.call-control-active:hover {
	background-color: #0D903B;
	color: #fff;
}
.call-control-active:focus {
	color: #fff;
}
.call-control-inactive {
	background-color: #ff5858;
	color: #fff;
}
.call-control-inactive:hover {
	background-color: #E83F3F;
	color: #fff;
}
.call-control-inactive:focus {
	color: #fff;
}
.side-module {
	width: 340px;
	background-color: #fbfbfb;
	height: 100vh;
}
.side-module-header {
	display: flex;
	padding: 15px;
	justify-content: space-between;
	border-bottom: 1px solid  #eee;
	align-items: center;
	width: 340px;
}
.side-module-header h2 {
	font-size: 17px;
	color: #727272;
	margin: 0;
}
.close-side-module {
	color: #ff5858;
	font-size: 16px;
}
.chat-message {
	padding: 8px 15px;
	background-color: #eeeef0;
	border-radius: 5px;
	display: inline-block;
	margin: 0;
	color: #444444;
	font-size: 13px;
	line-height: 21px;
	text-align: left;
	word-break: break-all;
}
.chat-single {
	width: 95%;
	padding-bottom: 20px;
}
.chat-single.my-message {
	margin-left: auto;
	text-align: right;
}
.chat-sender-img {
	width: 40px;
	height: 40px;
	line-height: 35px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
	border-radius: 50%;
	background-color: rgba(29,185,84,0.15);
	color: #1db954;
	margin-right: 10px;
	font-weight: 500;
}
.chat-sender-desc h6 {
	font-size: 11px;
	text-transform: uppercase;
	color: #b5b5b5;
	margin: 0 0 3px;
}
.chat-single.other-message {
	display: flex;
}
.chat-sender-desc .chat-message {
	background-color: #1db954;
	color: #fff;
	word-break: break-all;
}
.chat-sender-desc {
	flex: 1;
}

.chat-input {
    width: 100%;
    height: 44px;
    resize: none;
    padding: 10px 35px 10px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.chat-attach-cta {
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 16px;
	background-color: transparent;
	border: none;
	color: #ccc;
}
.chat-attachment {
	position: relative;
	top: 3px;
}
.chat-attachment button {
	background-color: #1fb954;
	border: none;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.chat-input-area {
	flex: 1;
	position: relative;
	margin-right: 5px;
}
.chat-message a {
	color: #fff;
}
.my-message .chat-message a {
	color: #666 !important;
}
.chat-module-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    bottom: 0;
    width: 320px;
	left: 130px;
}
.side-module-body {
	padding: 25px 10px 0 10px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 55px);
}
.chat-block {
    height: calc(100% - 52px);
    overflow: auto;
    flex: 1;
    padding-bottom: 50px;
}
.participant-img {
	width: 45px;
	height: 45px;
	line-height: 35px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
	border-radius: 50%;
	background-color: rgba(29,185,84,0.15);
	color: #1db954;
	margin-right: 10px;
	font-weight: 500;
}
.participant-img-desc {
	display: flex;
	align-items: center;
}
.participant-desc p {
	margin: 0;
	color: #606060;
}
.single-participant {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.participant-mic a {
	width: 35px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-left: 5px;
}
.participant-mic .parti-mic-active {
	color: #1db954;
}
.participant-mic .parti-mic-active:hover {
	background-color: rgba(29,185,84,0.15);
}
.participant-mic .parti-mic-inactive {
	color: #ff5858;
}
.participant-mic .parti-mic-inactive:hover {
	background-color: rgba(255,88,88,0.15);
}
.tooltip-block {
	position: relative;
}
/*
.tooltip-block::after {
    position: absolute;
    top: 0;
    content: attr(data-title);
    background-color: #222;
padding: 5px;
border-radius: 5px;
color:    #fff;
    font-weight: 400;
    max-width: 250px;
    min-width: 100px;
    font-size: 13px;
    line-height: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-110%) translateX(-20%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
}

.tooltip-block:hover:after{
	opacity: 1;
	visibility: visible;
}
*/
.logo-area {
	position: absolute;
	top: 20px;
	width: 230px;
	right: 30px;
}
.whiteboard-area-main {
	padding: 90px 30px 0;
	width: 100%;
	display: none;
}
.whiteboard-area-active .whiteboard-area-main {
	display: block;
}
.whiteboard-body {
	width: 100%;
	transition: 2s all ease-in-out;
	opacity: 0;
}
.whiteboard-area-active .whiteboard-area-main .whiteboard-body {
	animation: reveal 1s forwards;
}
 @keyframes reveal {
 100% {
 opacity: 1
}
}
.btn-orange {
	display: inline-block;
	padding: 10px 15px;
	background-color: rgba(243,120,30,0.15);
	color: #f3781e;
	font-weight: 500;
	border-radius: 5px;
	min-width: 120px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.btn-orange:hover {
	background-color: rgba(243,120,30,1);
	color: #fff;
}
.btn-red {
	display: inline-block;
	padding: 10px 15px;
	background-color: rgba(255,88,88,0.15);
	color: #ff5858;
	font-weight: 500;
	border-radius: 5px;
	min-width: 120px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.btn-red:hover {
	background-color: rgba(255,88,88,1);
	color: #fff;
}
.whiteboard-btns {
	display: flex;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.whiteboard-btns a {
	margin-bottom: 10px;
	margin-right: 10px;
}
.whiteboard-btns.right-whitebord-btn {
	justify-content: flex-end;
}
.white-bg-module {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.db-small-head {
	color: #737373;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.whitebaord-draw-block {
	height: 55vh;
}
.single-shape {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: rgba(34,115,181,0.15);
	color: #9698d6;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	margin: 0px 10px 10px 0;
}
.single-shape:hover {
	background-color: rgba(34,115,181,1);
	color: #fff;
}
.full-screen-active .user-details {
    position: absolute;
    top: 0;
    min-width: 170px;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.065);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    bottom: auto;
    transform: translateX(-32%) translateY(-120%);
    margin: 0 auto;
    padding: 5px 15px;
}
.full-screen-active .user-details::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid  #fff;
	position: absolute;
	content: '';
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.full-screen-active .single-call-block:hover .user-details {
	opacity: 1;
	visibility: visible;
}
.full-screen-active .user-profile-area {
	height: 64px;
	border-radius: 50%;
}
.full-screen-active .call-user-area-block {
	max-height: 5000px;
	overflow: visible;
	position: fixed;
	left: 140px;
	bottom: 20px;
}
.full-screen-active .single-call-block {
	width: 64px !important;
	height: 64px !important;
	/* border-radius: 50%; */
	margin: 5px;
	overflow: visible;
	background-color: transparent;
	box-shadow: none;
}
.full-screen-active .profile-rounding {
	opacity: 0;
}
.full-screen-active .video-block video {
	width: 100%;
	height: 64px;
}
.full-screen-active .no-img-txt {
	font-size: 20px;
	line-height: 20px;
}
.full-screen-active .call-controls-main {
	width: auto;
	justify-content: flex-end;
	padding: 0 0 0;
	position: fixed;
	right: 30px;
	bottom: 20px;
}
.full-screen-active .main-call-area {
	flex-direction: row;
	justify-content: space-between;
	margin: 0 25px;
}
.full-screen-active .video-block {
	border-radius: 50%;
	overflow: hidden;
	height: 64px;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.side-module {
	width: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
	height: 100vh;
	position: absolute;
	z-index: 99;
}
.side-module.side-module-open {
	width: 340px;
	opacity: 1;
	min-height: 100vh;
}
.side-module-body {
	opacity: 0;
	transition: 0.2s all ease-in-out;
	transition-delay: 0.2s;
	width: 340px;
	padding: 25px 10px 0;
}
.side-module-open .side-module-body {
	opacity: 1;
}
.full-screen-active .full-screen-video {
	width: 950px !important;
	height: 710px !important;
	position: fixed;
	right: 0;
	top: 10%;
	left: calc(0% + 110px);
	margin: 0 auto;
	border-radius: 10px;
}
.full-screen-active .full-screen-video .video-block {
	border-radius: 10px;
	height: 100%;
}
.full-screen-active .full-screen-video .video-block video {
	width: 100%;
	height: 100%;
}
.full-screen-active .full-screen-video .user-details {
	position: absolute;
	top: auto;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transition: 0.3s all ease-in-out;
	bottom: 0;
	transform: none;
	z-index: 99;
	background-color: transparent;
}
.single-meet-info {
	display: flex;
	padding: 9px 0;
}
.meet-info-icon {
	font-size: 16px;
	margin-right: 11px;
	color: #f3781e;
}
.meet-info-desc p {
	margin: 0;
	color: #333;
	word-break: break-word;
}
.meeting-info-block .btn-orange {
	margin: 10px 0 0;
	min-width: 100px;
	padding: 8px;
}
.side-head {
	color: #111;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 500;
}
.side-toggle-module {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.toggle-info p {
	margin: 0;
	font-size: 15px;
	color: #111;
}
.toggle-info span {
	color: #828282;
	font-size: 13px;
}
.module-toggle-check {
	display: none;
}
.module-toggle-label::after {
	width: 24px;
	height: 24px;
	background-color: #c6c6c6;
	position: absolute;
	top: 3px;
	left: 3px;
	content: '';
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.module-toggle-label {
	cursor: pointer;
	position: relative;
	width: 60px;
	height: 30px;
	border-radius: 30px;
	background-color: #ECECEC;
	transition: 0.3s all ease-in-out;
	margin: 0;
}
.module-toggle-check:checked + .module-toggle-label {
	background-color: #1db954;
}
.module-toggle-check:checked + .module-toggle-label::after {
	background-color: #fff;
	left: 33px;
}
.meeting-info-block {
	margin-bottom: 25px;
}
.full-screen-active .video-active-profile .user-details::after {
	display: none
}

#other-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.full-video-active .user-details p {
    margin: 0;
}
@media(max-width:1500px) {
.full-screen-active .full-screen-video {
	width: 1100px !important;
	height: 580px !important;
}
.whitebaord-draw-block {
	height: 50vh;
	overflow: auto;
}
	.single-call-block.video-active-profile {
    width: 386px;
}
}
	
	
@media(max-width:1400px) {
.side-module.side-module-open {
	z-index: 9;
	position: absolute;
}
.side-module {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.single-shape {
	margin: 0px 5px 10px 0;
}
.wrapper {
	position: relative;
}
.full-screen-active .full-screen-video {
	width: 800px !important;
	height: 460px !important;
	top: 14%;
}
.call-user-area-block {
	margin-top: 85px;
}
/*
.call-user-area-block {
	max-height: 55vh;
}
*/
.call-controls-main {
	padding: 60px 0 0;
}
	
}

@media(max-width:990px) {
.whitebaord-draw-block {
	height: 40vh;
}
.whitebaord-shapes {
	margin-bottom: 25px;
}
.single-call-block.video-active-profile {
	width: 80%;
}
.full-screen-active .full-screen-video {
	width: 80% !important;
	height: 370px !important;
}
}

@media(max-width:767px) {

#main-video-section {
	margin-bottom: 10px;
}
#other-videos video, #other-videos audio {
    width: 100% !important;
}
.main-wrapper {
	display: block;
}
.video-block video {
	width: 100%;
	display: block;
}
.single-call-block.video-active-profile {
	width: 100% !important;
	height: auto;
	margin: 0px 0px 10px;
}

.call-control {
    width: 40px;
    height: 40px;
    line-height: 44px;    
    font-size: 16px;    
}
.call-user-area-block {
	max-height: 100%;
	justify-content: space-between;
}
.single-call-block {
	width: 46.4%;
	height: auto;
	margin: 5px;
}
.user-profile-area {
	height: 110px;
}
.no-img-txt {
	font-size: 32px;
}
.user-details p {
	font-size: 12px;
	line-height: 17px;
}
.user-details {
	padding: 10px;
}
.main-call-area {
	padding: 25px 0 0;
}
.side-module.side-module-open, .side-module-header, .side-module-body {
	width: 100%;
}
	
	.chat-module-block{
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}	
/*
	.side-module.side-module-open {
    height: calc(100vh - 59px);
}
*/
.side-module-body {
	padding: 25px 10px 0;
}
.wrapper {
	min-height: 100vh;
}
.whiteboard-area-main {
	padding: 30px 15px 0;
}
.main-call-area {
	display: block;
}
.call-controls-main {
    padding: 6px 0;
    bottom: 0;
	background-color: #f2f2f8;
	z-index: 999;
}
.side-module.side-module-open {
    z-index: 9999;
}
.whiteboard-btns a {
	font-size: 13px;
}
.full-screen-active .call-control {
	width: 44px;
	height: 44px;
	line-height: 46px;
	font-size: 16px
}
.full-screen-active .single-call-block {
	width: 44px !important;
	height: 44px !important;
}
.full-screen-active .user-profile-area {
	height: 44px;
}
.full-screen-active .video-block {
	height: 44px;
}
.full-screen-active .single-call-block {
	margin: 5px;
}
.full-screen-active .call-user-area-block {
	bottom: 30px;
	justify-content: flex-start;
	width: 250px;
	background-color: #fff;
	padding: 10px;
	transform-origin: bottom left;
	max-height: 220px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.065);
	transform: translateY(-55px) scale(0);
	opacity: 0;
	visibility: hidden;
}
.main-call-area.members-shown .call-user-area-block {
	transform: translateY(-55px) scale(1);
	opacity: 1;
	visibility: visible;
}
.full-screen-active .no-img-txt {
	font-size: 15px;
}
.full-screen-active .call-controls-main {
	width: 50%;
}
.full-screen-active .single-call-control {
	margin: 0 5px;
}
.whiteboard-option-trigger {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background-color: #1db954;
	font-size: 13px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.whiteboard-option-trigger:focus {
	color: #fff;
	background-color: #1db954;
}
.whiteboard-option-trigger span:after {
	content: 'Show';
}
.whiteboard-option-trigger i {
	transition: 0.3s all;
	transform: rotateZ(0);
}
.wb-options-open .whiteboard-option-trigger span:after {
	content: 'Hide';
}
.wb-options-open .whiteboard-option-trigger i {
	transform: rotateZ(45deg);
}
.whiteboard-option-block .whiteboard-btns {
	transition: 0.3s all;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.065);
	transform-origin: top left;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}
.whiteboard-option-block {
	position: relative;
}
.wb-options-open .whiteboard-btns {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.full-screen-active .main-call-area {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.full-screen-active .user-details {
	transform: translateX(0) translateY(-120%);
}
.full-screen-active .user-details::after {
	left: 13px;
	margin: 0;
}
.show-mem-trigger {
	position: absolute;
	bottom: 30px;
	width: 44px;
	height: 44px;
	background-color: #f3781e;
	text-align: center;
	line-height: 44px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.065);
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
}
.full-screen-active .show-mem-trigger {
	opacity: 1;
	visibility: visible;
}
.call-user-area-block {
	margin: 0 10px 50px;
}

#main-video-section video, 
#main-video-section audio {
    width: 100% !important;
}

}
.hidden {
	display: none !important;
}
.modal-backdrop {
	background-color: rgba(0,0,0,0.5);
}
.modal-header {
	padding: 8px 10px;
}
.modal-title {
	font-size: 20px;
	padding-top: 5px;
}
button.close {
	background-color: #00bcd4;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	padding: 8px 15px !important;
	margin: 0px !important;
}
.login-popup-main {
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup-main h3 {
	font-size: 20px;
	margin: 0;
	color: #f47820;
}
.login-popup-main h1 {
	margin: 10px 0;
	font-size: 25px;
	color: #00bcd4;
}
.typing-div {
	text-align: left;
	font-size: 11px;
	color: #000;
	margin-left: 5px;
	position: fixed;
    bottom: 50px;
}
.typing-div img {
	height: 20px;
	vertical-align: middle;
}
.height_0 {
	height: 0px;
}
.poster-video {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
    background-repeat: no-repeat;
}
.default-poster {
	background-image: url('/images/no-user.png');
}
/*
#screen_viewer_container {
	left: 0;
	width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
}
*/
#screen-viewer {
	width: 100% !important;

}
.hidevideo {
	display: none !important;
}
#main-video-section video, #main-video-section audio {
/*transform: scaleX(-1);*/
height: 100%;
object-fit: cover;
}
#other-videos video, #other-videos audio {
    /*transform: scaleX(-1);*/
    height: 100%;
    object-fit: cover;
}

div#screen_viewer_container {
    width: 100% !important;
position: static;
}

.whiteboard-area-active .main-call-area video,
.whiteboard-area-active .main-call-area audio,
.screen-is-active .main-call-area video,
.screen-is-active .main-call-area audio{
    width: 100% !important;
}

.whiteboard-area-main {
    margin-bottom: 50px;
}

.no-supp-color {
    color: #f47721;
}

.audio-thumnail{
	background-image: url("/images/no-user.png");	
}

.audio-thumnail video,
.audio-thumnail audio{
	opacity: 0;
}