.no_padding {
	padding:0px !important;
}

video::-webkit-media-controls {
    display:none !important;
}

.conference_mobile_icons.hide-bottommenu {
	bottom: -150px !important;
}

.conference_mobile_icons {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	-webkit-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	text-align: center;
	z-index: 9;
}

.MobileTopIcons {
	margin-bottom: 5px;
}

.MobileTopIcons a {
	display: inline-block;
	background: rgb(255 255 255 / 0.25);
	margin: 5px 12px;
    padding: 10px;
    border-radius: 50px;
	cursor:pointer;
}

.MobileTopIcons a img {
	width: 30px;
}

#End-Meeting-Mobile-Btn {
	background: #ff0000;
	padding: 10px;
}

#End-Meeting-Mobile-Btn img {
	width: 40px;
}

.mobile-float-menu {
	position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    width: auto;
	z-index: 99;
}

.notify-icon {
	width: 10px;
    height: 10px;
    background: #ffc801;
    border-radius: 50%;
    position: absolute;
    right: -35px;
    top: -5px;
    z-index: 9;
}

.mobile-call-menu {
	width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 0.85);
    color: #ffffff;
	transition: all 0.3s ease 0s;
	z-index: 100;
}

.mobile-call-menu-ul {
	padding: 20px;
}

.mobile-call-menu-ul li{
	list-style: none;
    font-size: 16px;
    padding: 20px 0px;
    border-bottom: 1px solid #ffffff;
}

.mobile-call-menu-ul li:last-child {
	border-bottom: 0px solid #ffffff;
}
.mobile-call-menu-ul li a{
	list-style: none;
    font-size: 16px;
    padding: 10px 0px;
	color: #ffffff;
    font-weight: 400;
	position: relative;
}

.mobile-call-menu-ul li a img{
	width: 24px;
    margin-right: 10px;
}

.nav-close-btn {
	position: absolute;
    top: 0;
    right: 0;
}

.nav-close-btn a {
	background: none;
    border: none;
}

.nav-close-btn a i{
	font-size: 24px;
}

#meeting-info {
	position: absolute;
	bottom: -19px;
	right: 0;
	margin-bottom: 79px;
	width: 400px;
	z-index: 9999;
}

.meeting-info-title {
	text-align: left;font-size: small;font-weight: 700; color: #7c7c7c;
}

#meeting-info-close {
	float: right; cursor:pointer;
}

#meeting-info .form-group { 
	margin-top:10px;
	margin-left: 0;
	text-align:left;
}

.party-video-1.remote-mobile-video {
	height: 100vh !important;
}

.remote-mobile-video {
	width: auto !important;
    object-fit: contain;
	height: -webkit-fill-available !important;
}

.remote-mobile-video1 {
	height: 100% !important;
    width: auto !important;
    object-fit: contain;
}

.mobile-browser-loader {
	width: 100%;
    height: calc(var(--vh, 1vh) * 100);
	background: #000000;
}

#mobile-loader-icon {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

#ConfMobileTimer {
	position: absolute;
    top: 10px;
    left: 10px;
	text-align: center;
}
.MobileConfTimeView {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	border: none;
	vertical-align: middle;
    margin-left: 5px;
}

.Mobileconfvideo_signal_div {
	background: none;
    border: none;
}

.Mobileconfaudio_signal_div {
	background: none;
    border: none;
}


@media screen and (max-width: 768px) {
	
body {
	/* height: 100vh;
	height: calc(var(--vh, 1vh) * 100); */
	height: 100%;
	overflow: hidden; 
	overscroll-behavior-y: contain;
}

#page-wrapper {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

#meeting-info {
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50% !important;
    margin-bottom: -75px;
    width: 80%;
}

#meeting-info .input-group {
	width: 70% !important;
}

#participantinfoModal .modal-dialog {
	width: 60% !important;
    left: 0;
    right: 0;
    top: 20% !important;
    margin-left: auto;
    margin-right: auto;
}

.Message_Info_Section {
	width: 100% !important;
	height: calc(var(--vh, 1vh) * 100) !important;
}

.party-video {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0;
}

.party-video-1 {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100) !important;
}

.party-main-2 {
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
}
.party-main-3 {
    height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
}
.c-videotag {
	height: 100% !important;
	object-fit:cover;
}

.remote-mobile-video {
	width: 100% !important;
}

.navbar-right {
	margin-right: 0px;
}

#devicedetailsModal .modal-body {
    padding: 7px;
}

.party-remote-video {
	height: auto !important;
    width: 100% !important;
    object-fit:cover;
}

.wboard_div {
	width: 100% !important;
	z-index: 9;
	background-color: #eff2f7 !important;
}

.wboard_centerdiv {
	height: calc(var(--vh, 1vh) * 100) !important;
    margin-top: 20px;
    margin-left: 70px;
}

.contact-box {
	background: #000000;
}
.user-letter {
    height: calc(var(--vh, 1vh) * 100);
}
.user-letter-one {
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
}
.contact-box .btn{
	top: 0 !important;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    left: 0 !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.spotlightVideoContainer {
	width:100% !important;
	margin-top: 0px !important;
}

#meetingPassworddetailModal .modal-content {
	margin-top: 40% !important;
}

#page_footer {
	position: static;
}

.carousel-container-docshareconf {
	z-index: 99;
}

.next-list-docshareconf {
	width: 100% !important;
    height: 100px !important;
    margin-top: calc(var(--vh, 1vh) * 88) !important;
    float: left !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    white-space: nowrap;
    line-height: 6 !important;
}

/* .current-image-docshareconf {
	height: calc(var(--vh, 1vh) * 70) !important;
} */

#active_file-docshareconf {
	height: 70vh;
}

#single_view_container {
	height: calc(var(--vh, 1vh) * 88) !important;
}

.speak-caption {
	bottom:12px;
}

.cam-switch-icon img {
	position: absolute;
	width:30px;
	height:30px;
	top: 0 !important;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    left: 0 !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.right-arrow {
	width: 40px;
    height: 40px;
    margin-right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.left-arrow {
	width: 40px;
    height: 40px;
    margin-left: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.screenshare-video {
	width: 100% !important;
    height: auto !important;
    margin-top: 50%;
}

.Grantcntrlrequest_modal {
	width: 95% !important;
}

}

@media screen and (min-width: 320px) and (max-width: 374px) {
.conference_mobile_icons {
	width: 100%;
}
#meeting-info .input-group {
    width: 65% !important;
}

#devicedetailsModal .nav-tabs > li > a {
	padding: 10px;
}
}

@media only screen and (max-width: 767px) {

html {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mute-caption img {
	width: 24px !important;
    height: 24px !important;
}

.video-caption {
	left: 50px;
    bottom: 17px;
}
.wboard_lefticon {
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
    margin-top: -25px;
}

.wboard_centerdiv {
	margin: 0;
	overflow: hidden;
}

#wb_conversation {
	-ms-transform: scale(0.57);
	-webkit-transform: scale(0.57);
	transform: scale(0.57);
    margin-top: -105px !important;
    margin-left: -60px !important;
}

.rotatedWB { 
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	height: 100% !important;
    width: calc(var(--vh, 1vh) * 100) !important;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 0;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
	z-index: 10;
}

}

/* @media only screen and (min-device-width : 480px) and (max-device-width : 1023px) and (orientation:landscape)  { */
@media only screen and (min-width : 480px) and (max-width : 1023px) and (orientation:landscape)  {
html {
	/* 
	transform: rotate(-90deg);
	transform-origin: left top;
	width: 100vh;
	height: 100vw;
	overflow-x: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
	*/
}

.wboard_lefticon {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
    margin-top: -5px;
}

.wboard_centerdiv {
	margin: 0;
	overflow: hidden;
}

#wb_conversation {
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
    margin-top: -95px !important;
    margin-left: -90px !important;
}

.rotatedWB { 
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	height: 100% !important;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 0;
    bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
	z-index: 10;
}


}

@media screen and (max-width: 375px) {
#wb_conversation {
    margin-top: -110px !important;
    margin-left: -115px !important;
}

}

@media screen and (max-width: 360px) {
.wboard_lefticon {
    margin-top: -33px;
}

#wb_conversation {
	-ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
	transform: scale(0.5);
    margin-top: -120px !important;
    margin-left: -125px !important;
}

}

@media screen and (max-width: 320px) {
.wboard_lefticon {
	-ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
	transform: scale(0.65);
    margin-top: -55px;
}

#wb_conversation {
	-ms-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    margin-top: -140px !important;
    margin-left: -175px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {


}


@media screen and (min-width: 768px) and (max-width: 1024px) {

.navbar-collapse.collapse {
        display: none!important;
}
.collapse.in{
        display:block !important;
}	
.mobile-call-menu-ul {
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
}

.mobile-call-menu-ul li {
	float: none;	
}

.conference_icons.hide-bottommenu {
	bottom: -160px !important;
}

}