.video-container{height:100%;background:#cccccc;;position: absolute;width: 100%;z-index: 9999;bottom: 0;display: none;}
ul.video-box{list-style:none; margin:0px; padding:0px;height:81vh;}
ul.video-box li.video-room{float:left;}
ul.video-box li.video-room img{width:100%;height:100%; object-fit:cover;}
ul.video-box.list li.video-room{float:left;width:25%; height:25%;}

ul.video-box.list1 li.video-room{width:100%; height:100%;}
ul.video-box.list2 li.video-room{width:100%; height:50%;}

ul.video-box.list3 li.video-room{width:50%; height:50%;}
ul.video-box.list3 li.video-room:first-child{width:100%; height:50%;}

ul.video-box.list4 li.video-room{width:50%; height:50%;}

ul.video-box.list5 li.video-room{width:50%; height:25%;}
ul.video-box.list5 li.video-room:first-child{width:100%; height:50%;}

ul.video-box.list6 li.video-room{width:33.3%; height:50%;}

#video-render{width:100%; height:100%;}

.video-container ul.footer-action{
    width:100%; 
    height:70px; 
    position: absolute; 
    padding:20px; 
    bottom:15%; 
    margin:0px; 
    list-style:none;
    z-index: 9999;
    /* transition: all linear 0.5s; */
    animation:animatezoom 0.6s
}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
/* .w3-animate-bottom{position:relative;animation:animatebottom 0.4s} */
/* @keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}} */
.video-container ul.footer-action li{width:25%; float:left; text-align:center;}

.video-container ul.footer-action li span{width:70px; height:70px; color:#ffffff; background:#93cddd; border-radius:50%; margin:0px auto; display:block; text-decoration:none;}
.nocamera-background{background: #00000033;}
.video-container .video-render{height: 100%; background-size: cover !important;}
/* .video-container .video-render .mic-status{position: absolute;z-index: 9;background: black;width: 20px;border-radius: 50%;text-align: center;color: antiquewhite;} */
.video-container .video-render .mic-status{position: absolute;z-index: 99999;background: #00000070;width: 20px;border-radius: 50%;text-align: center;color: antiquewhite;margin-top: 10px;}
.video-container ul.footer-action li span.call{background:#64c38d url('../img/video/call.png') no-repeat; background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.call.active{background:#ff0000 url('../img/video/call.png') no-repeat;background-size:35px auto; background-position:center center;}

.video-container ul.footer-action li span.rotate{background:#93cddd url('../img/video/rotate-camera.png') no-repeat; background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.rotate.active{background:#26859e url('../img/video/call.png') no-repeat;background-size:35px auto; background-position:center center;}

.video-container ul.footer-action li span.video{background:#93cddd url('../img/video/video-on.png') no-repeat; background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.video.active{background:#26859e url('../img/video/video-on.png') no-repeat;background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.unmutevideo{background:#26859e url('../img/video/video-off.png') no-repeat;background-size:35px auto; background-position:center center;}

.video-container ul.footer-action li span.mute{background:#93cddd url('../img/video/microphone-on.png') no-repeat; background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.mute.active{background:#26859e url('../img/video/microphone-on.png') no-repeat;background-size:35px auto; background-position:center center;}
.video-container ul.footer-action li span.unmute{background:#93cddd url('../img/video/microphone.png') no-repeat; background-size:35px auto; background-position:center center;}





/*
ul.footer-action{width:100%; height:70px; position:fixed; padding:20px; bottom:25px; margin:0px; list-style:none;}
ul.footer-action li{width:25%; float:left; text-align:center;}
ul.footer-action li a{width:70px; height:70px; color:#ffffff; background:#93cddd; border-radius:50%; margin:0px auto; display:block; text-decoration:none;}
ul.footer-action li a.active{}

ul.footer-action li a.call{background:#64c38d url('../images/call.png') no-repeat; background-size:35px auto; background-position:center center;}
ul.footer-action li a.call.active{background:#ff0000 url('../images/call.png') no-repeat;background-size:35px auto; background-position:center center;}

ul.footer-action li a.rotate{background:#93cddd url('../images/rotate-camera.png') no-repeat; background-size:35px auto; background-position:center center;}
ul.footer-action li a.rotate.active{background:#26859e url('../images/call.png') no-repeat;background-size:35px auto; background-position:center center;}

ul.footer-action li a.video{background:#93cddd url('../images/video-off.png') no-repeat; background-size:35px auto; background-position:center center;}
ul.footer-action li a.video.active{background:#26859e url('../images/video-off.png') no-repeat;background-size:35px auto; background-position:center center;}

ul.footer-action li a.mute{background:#93cddd url('../images/microphone.png') no-repeat; background-size:35px auto; background-position:center center;}
ul.footer-action li a.mute.active{background:#26859e url('../images/microphone.png') no-repeat;background-size:35px auto; background-position:center center;}
*/
.video-call-tiles {
    margin: 0;
    /* padding: 0 0px 0 11px; */
    bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 17vh;
}
.tile-scroll{
    width: 2000px;
}
.video-tile {
    float: left;
    width: 5% !important;
    margin-left: 5px !important;
    position: relative;
    list-style-type: none;
}
.video-tile img{
	width: 100%;
}
.video-call-tiles .video-tile:first-child {
    margin-left: 0 !important;
}
.video-tile i{
	font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.no-video{
	text-align: center;
	padding: 0px 0 13px 0;
    background: #2e3235;
}
.no-video img{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: block;
    margin: auto;
}
.no-video span {
    color: #fff;
    font-size: 14px;
}
.enable-video-notification{
  display: block !important;
}
.vid-btn-success, .vid-btn-danger{
  z-index: 999 !important;
  padding: 5px 8px !important;
}

#video-call-notify-cnt {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999999;
}
.video_call_notify{
  position: fixed;
  top: 0px;
  right: 0px;
  width: auto;
  height: auto;
  z-index: 999;
  text-align: center;
  /* padding-top: 15px; */
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin: 86px auto auto auto;
  left: 0;
  padding: 25px 50px;
  display: none;
}
.video_notify_cntnt{
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  padding: 0 0 15px 0;
}

.video_notify_btns{
  width: 180px;
  margin: auto;
}
.video_notify_btns button{float: left;margin-left: 10px;}
.vidyo-rendering-container-custom .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px!important;
  left: 0px!important;
}
.vidyo-rendering-container{
  bottom :3%;
}
.vidyo-rendering-container .media-grid.picture-in-picture .video-container.local-track {
  z-index: 100000000000000 !important;
  bottom: 100%;
}
.vid-btn{
  padding: 6px 12px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
}
.vid-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.vid-btn-success:focus,
.vid-btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.vid-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.vid-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.vid-btn-danger:focus,
.vid-btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.vid-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.video-cam{
  font-size: 33px;
  position: absolute;
  right: 47px;
  top: 16px;
  color: #1c6272;
  line-height: 23px;
  padding: 5px 8px;
}
.video-txt{
  font-size: 13px;
  position: absolute;
  right: 52px;
  top: 23px;
  font-weight: 500;
  width: 70px;
  background: #6cc188;
  color: #ffffff;
  border-radius: 30px;
  height: 23px;
  line-height: 23px;
}
.ion-ios7-videocam:before {
  content: "\f1f4";
  font-family: "Ionicons";
}
@media only screen and (orientation: landscape) {
  ul.video-box.list2 li.video-room{width:50%; height:100%;}
  
  ul.video-box.list3 li.video-room:first-child{width:50%; height:100%;}
 
  ul.video-box.list5 li.video-room{width:25%; height:50%;}
  ul.video-box.list5 li.video-room:first-child{width:50%; height:100%;}
}
#fullscreen_video{
    height:81vh;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vidyo-rendering-container-custom .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 81vh;
    top: 0px!important;
    left: 0px!important;
}
.tile-scroll .video-tile .video-render .vidyo-rendering-container-custom .video-container {
    height: 17vh !important;
}
#fullscreen_mute{
    position: absolute;
    z-index: 99999;
    right: 13px;
    font-size: 19px;
    color: #ef473a;
    display: none;
    top:50%;
    left:50%;
}
.image-video-display-name-wrapper{
    position: absolute;
    /* top: 10px; */
    bottom: 115px;
    /* background: black; */
    color: #fff;
    width: 100%;
    font-size: 4vw;
    background-color: rgba(0, 0, 0, 0.25) !important;
    opacity: 9 !important;
    height: 4%;
}

.image-video-display-name-wrapper .video-display-name{
    top: 3px;
    position: relative;
}
.image-video-display-name-wrapper-tile{
    position: absolute;
    /* top: 10px; */
    bottom: 63px;
    /* background: black; */
    color: #fff;
    width: 100%;

   /*  font-size: 4vw; */
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.25) !important;
    opacity: 9 !important;
}
.image-video-display-name-wrapper-tile .video-display-name-tile{
    top: 3px;
    position: relative;
    display: inline-block;
}
.vidyo-rendering-container-custom .video-container .video-overlay .video-display-name-wrapper .video-display-name span{
/* .vidyo-rendering-container-custom .video-container .video-display-name-wrapper .video-display-name{ */

    /* font-size: 4vw !important; */
    font-size: 1em !important;
}
div#wait_msg {
    position: relative;
    z-index: 9999999;
    top: 50%;
    left: 24%;
    background-color: black;
    color: #fff;
    opacity: 0.5;
    height: 4%;
    width: 48%;
    text-align: center;
}
.local_fullscreen{
    height: 100vh !important;
    
}
.local_footer_action{
    bottom: 10% !important;
}
.local_video_box{
    position: relative;
    top: -26px;
}
.local_drag_tile{
    position: relative;
    bottom: 23%;
    height: 20vh;
    left: 70%;
    overflow: hidden;
}
.user_wait_tile{
    position: absolute;
    top: 45px;
    opacity: 9 !important;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
}
