@font-face {
    font-family: "sultan-seera-medium";
    src: url("/fonts/sultan-seera-medium/sultan-seera-medium.woff") format('woff');
}
h3,
h4
{    font-family: sultan-seera-medium !important;
     font-size:16px !important;  
     color:#fff !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

p{
        display: inline;
         font-family: sultan-seera-medium !important;
}

ul,ol{
    list-style-position: inside !important;
    padding: 0px;
    font-size:16px;
    margin-top: 8px;
}
.msg_block {
    height: auto;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 10px 40px 10px 10px;
    
}

body {
        font-family: sultan-seera-medium;
}

.fa-2x {
  font-size: 1.5em;
}
.en{text-align:left !important; direction:ltr !important}
.app {
  position: relative;
  overflow: hidden;
  top: 19px;
  height: calc(100% - 38px);
  margin: auto;
  padding: 0;
  box-shadow: 4px 4px 12px;  color: #2f2f2f;
}

.app-one {
  background-color: #f7f7f7;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.main-header{
    padding:14px;
    background:#2a333e;
    height:54px
}
.logo{
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
}
.side {
  padding: 0;
  margin: 0;
  height: 100%;
}
.side-one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}

.side-two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;

}


.heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 60px;
  width: 100%;
  background-color:#3e3e3e;
  z-index: 1000;
  color: #fff;
}

.bot-color {background:#000930;}
.heading-avatar {
  padding: 0;
  cursor: pointer;

}

.heading-avatar-icon img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.heading-name {
  padding: 0 !important;
  cursor: pointer;
  float:left !important;
}

.heading-name-meta {
  font-weight: 700;
  font-size: 22px;
  padding: 5px;
  padding-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffa330;
}
.heading-online {
  display: none;
  padding: 0 5px;
  font-size: 12px;
  color: #93918f;
}
.heading-compose {
  padding: 0;
}

.heading-compose i {
  text-align: center;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}

.heading-dot {
  padding: 0;
  margin-left: 10px;
}

.heading-dot i {
  text-align: right;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}

.searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}

.chatpanel{
    height:71px;
}
/*#searchBox-inner input {
  box-shadow: none;
}*/

.searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 120px);
}

.sideBar-body {
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid #f7f7f7;
  height: 72px;
  margin: 0 !important;
  cursor: pointer;
}

.sideBar-body:hover {
  background-color: #f2f2f2;
}

.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}

.avatar-icon img {
  border-radius: 50%;
  height: 49px;
  width: 49px;
}

.sideBar-main {
  padding: 0 !important;
}

.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}

.sideBar-name {
  padding: 10px !important;
}

.name-meta {
  font-size: 100%;
  padding: 1% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.sideBar-time {
  padding: 10px !important;
}

.time-meta {
  text-align: right;
  font-size: 12px;
  padding: 1% !important;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}

/*New Message*/

.newMessage {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  position: relative;
  left: -100%;
}
.newMessage-heading {
  padding: 10px 16px 10px 15px !important;
  margin: 0 !important;
  height: 100px;
  width: 100%;
  background-color: #00bfa5;
  z-index: 1001;
}

.newMessage-main {
  padding: 10px 16px 0 15px !important;
  margin: 0 !important;
  height: 60px;
  margin-top: 30px !important;
  width: 100%;
  z-index: 1001;
  color: #fff;
}

.newMessage-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px !important;
}
.newMessage-back {
  text-align: center;
  vertical-align: baseline;
  padding: 12px 5px !important;
  display: block;
  cursor: pointer;
}
.newMessage-back i {
  margin: auto !important;
}

.composeBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.composeBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}

.composeBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.compose-sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 160px);
}

/*Conversation*/

.conversation {
  padding: 0 !important;
  margin: 0 !important;
 
}

.message {
  padding: 0 !important;
  margin: 0 !important;
  background-image: url(/images/bkg-ws.png);
  background-size: cover;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 120px);
  background-color: #fff;
  scroll-behavior: smooth;
}
 .message::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.message::-webkit-scrollbar-thumb {
    border-radius: 20em!important;
    background-color: #67ca15  !important;
    outline: #e4e4f2 solid 0;
    transition: background-color .8s;
}

.message:hover::-webkit-scrollbar-thumb {
  background-color: #67ca15  !important;
}

.message-previous {
  margin : 0 !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
}
.previous {
  font-size: 15px;
  text-align: center;
  padding: 10px !important;
  cursor: pointer;
}

.previous a {
  text-decoration: none;
  font-weight: 700;
}

.message-body {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  height: auto;
}

.message-main-receiver {
  max-width: 85%;
  overflow: hidden;
  position:relative;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.message-main-employee {
  padding: 3px 20px !important;
  max-width: 85%;
  overflow: hidden;
  margin-top: 10px;
  position:relative;
}
.message-main-sender {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  position:relative;
  direction: ltr;
}

.message-text {
    margin: 0 !important;
    word-wrap:break-word;
    padding-bottom: 0 !important;
    direction: rtl;
    font-family: sultan-seera-medium;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
}
.message-text p{color: #032f20;}
.message-text h3{color: #032f20 !important;}

.message-time {
  margin-top: 5px !important;
  font-size: 12px;
  text-align: right;
  color: #85928F;
    clear: both;  
}
.sender .message-time {
    color: #798193 !important;
    text-align: left !important;
}

.receiver {
  width: auto !important;
  padding: 10px !important;
  border-radius: 8px 0px 8px 8px;
  background: #69c80e30;
  font-size: 12px;
  word-wrap: break-word;
  display: inline-block;
  overflow: hidden;
  color: #032f20;
}
.receiver:before {}

.sender {
    width: auto !important;
    background: #f1f3f4;
    border-radius: 0px 8px 8px 8px;
    padding: 10px !important;
    font-size: 12px;
    display: inline-block;
    word-wrap: break-word;
    color: #4c4947;
    max-width: 94%;
    direction: ltr;
    margin-right: 20px;
    margin-left: 34px;
    max-width: calc(100% - 74px);
}

.sender:before {
    background-image: url(/bots-logo/default_avatar.png);
    width: 24px;
    height: 24px;
    position: absolute;
    font-size: 1em;
    content: '';
    background-size: contain;
    left: 0px;
    background-repeat: no-repeat;
}

/*Reply*/

.reply {
    /*height: 120px;*/
    /* width: 100%; */
    /* padding: 10px 5px 10px 5px !important; */
    /* margin: 0 !important; */
    z-index: 1000;
    display: block !important;
    border: 1px solid #f07800;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.reply-emojis {
  padding: 5px !important;
      direction: ltr;
}

.reply-emojis i {
  text-align: center;
  padding: 5px 5px 5px 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-recording {
  padding: 5px !important;
}

.reply-recording i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-send {
  padding: 5px !important;
}

.reply-send i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-main {
  padding: 2px 5px !important;
  display:flex;
  direction:rtl;
}

.reply-main input[type=text] {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 5px !important;
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
  height: 100%;
  font-size: 16px;
  border-radius: 4px !important;
  height: 100px;
}

.reply-main input[type=text]:focus {
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
}

@media screen and (max-width: 700px) {
  .app {
    top: 0;
    height: 100%;
  }
  .heading {
    height: 70px;
    background-color: #009688;
  }
  .fa-2x {
    font-size: 2.3em !important;
  }
  .heading-avatar {
    padding: 0 !important;
  }
  .heading-avatar-icon img {
    height: 50px;
    width: 50px;
  }
  .heading-compose {
    padding: 5px !important;
  }
  .heading-compose i {
    color: #fff;
    cursor: pointer;
  }
  .heading-dot {
    padding: 5px !important;
    margin-left: 10px !important;
  }
  .heading-dot i {
    color: #fff;
    cursor: pointer;
  }
  .sideBar {
    height: calc(100% - 130px);
  }
  .sideBar-body {
    height: 80px;
  }
  .sideBar-avatar {
    text-align: left;
    padding: 0 8px !important;
  }
  .avatar-icon img {
    height: 55px;
    width: 55px;
  }
  .sideBar-main {
    padding: 0 !important;
  }
  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sideBar-name {
    padding: 10px 5px !important;
  }
  .name-meta {
    font-size: 16px;
    padding: 5% !important;
  }
  .sideBar-time {
    padding: 10px !important;
  }
  .time-meta {
    text-align: right;
    font-size: 14px;
    padding: 4% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
  }
  /*Conversation*/
  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    /*width: 100%;*/
    border-left: 1px solid rgba(0, 0, 0, .08);
    /*overflow-y: auto;*/
  }
  .message {
    height: calc(100% - 140px);
  }
  .reply {
    height: 70px;
  }
  .reply-emojis {
    padding: 5px 0 !important;
  }
  .reply-emojis i {
    padding: 5px 2px !important;
    font-size: 1.8em !important;
  }
  .reply-main {
    padding: 2px 8px !important;
  }
  .reply-main textarea {
    padding: 8px !important;
    font-size: 18px;
  }
  .reply-recording {
    padding: 5px 0 !important;
  }
  .reply-recording i {
    padding: 5px 0 !important;
    font-size: 1.8em !important;
  }
  .reply-send {
    padding: 5px 0 !important;
  }
  .reply-send i {
    padding: 5px 2px 5px 0 !important;
    font-size: 1.8em !important;
  }
}

.sideBar, .side-one, .side-bar, .fa-microphone, .fa-smile-o
, .fa-ellipsis-v, .heading-avatar {
    display: none !important;
}
.message-main-receiver {
    max-width: 100%;
    text-align: right;
     margin-top:10px;
}

.message-time {
    text-align: left !important;
}

input[type=text] {
    direction: rtl;
    text-align: right;
}

.message-text {text-align: right}

.options {cursor: pointer;box-shadow: 2px 2px 4px #4a4949;    margin-top: 5px;}

.menu li{cursor: pointer;margin-top: 6px;border: 1px solid #ff9800;padding-right: 10px;padding-left: 5px;font-family: sultan-seera-medium !important;line-height: 28px;border-radius: 2px;background-color: #fff;color: #ff9800;}
.menu li:hover { background-color: #ff9800; opacity: 1.0; box-shadow: 0px 0px 0px; border-bottom: solid 2px #ff9800;color: #fff !important;}
.menu li:hover p{color: #fff !important;}

.smenu{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.smenu li {
    cursor: pointer;
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: sultan-seera-medium !important;
    line-height: 28px;
    border-radius: 16px;
    background-color: #fff;
    color: #ff9800;
    border: 1px solid #ff9800;
    width: fit-content;
    margin-right: 4px;
}
.smenu li:hover { background-color: #ff9800;color: #fff !important; opacity: 1.0; box-shadow: 0px 0px 0px;}
.smenu li:hover p{color: #fff !important;}

.menuSt li{cursor: pointer; margin-top: 8px;border: solid 2px #ff9800;padding-right: 10px;padding-left: 5px;font-family: sultan-seera-medium !important;font-weight:bold;}
.menuSt li:hover { background-color: #ff9800;color: #fff !important; opacity: 1.0; box-shadow: 0px 0px 0px; border-bottom: solid 2px #ff9800;}

.dmenu li{cursor: pointer; margin-top: 6px;border: solid 2px #ff9800;padding-right: 10px;padding-left: 5px;font-family: sultan-seera-medium !important;font-weight:bold;line-height: 28px;border-radius: 4px;background-color: #fff}
.dmenu li:hover { background-color: #ff9800;color: #fff !important; opacity: 1.0; box-shadow: 0px 0px 0px; border-bottom: solid 2px #ff9800;}

.more{margin-top: 10px;color: #d44d00;}
.moreOptions {margin-right: 135px;}
.moreOptions span{
    margin-right: 10px;cursor: pointer;margin-top: 6px;display: inline-block;
    width: 50px; padding: 3px 7px;    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.hideOptions{display:none}

.custom-logos{ text-align:right}
.custom-img{margin: 0px 10px; position: absolute;right: 0;top: -23px;height: 85px}
.custom-img-logo{margin: 0px 10px; position: absolute;left: 0;top: -2px}

.message-text a{color: #00b1d9 ;font-size: 18px;text-decoration: none;}
.custServConnectMess {color: red;width: 37px;height: 36px;text-align: left;padding: 1px;border: 1px solid #e4e4e4;border-radius: 4px;position: relative;top: -5px}
.custServConnectMess span{font-weight: 100 !important;}
.custServConnectMess  img{width: 100%;height: 100%}
.microphone{float: left; position: relative}
.convesation-size {width:100vw; height:100vh;overflow: hidden;}
.mouse-pointer{cursor: pointer;}

.tts-voice{color:#fff;font-size:16px; position: relative;top: -4px;}

.image-card {text-align: center;}
.image-card img{object-fit: cover;width: 100%}

.yes {
    background: #ff9800!important;
    border-radius: 2px !important;
    height:30px !important;
    width:70px !important;
    padding: 8px !important;
    border: 1px solid #e98b00;
    border-radius: 2px;
    box-sizing: border-box;
}

.no{
    color: #ff9800!important;
    background: #fff !important;
    border: 1px solid #e98b00;
    border-radius: 2px !important;
    height: 30px !important;
    width:70px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}
.hyber{color: #0087ff !important;}
#empty_block{height:75px}
.active{    border: 1px solid #f07800 !important;}

.options-HB span{
display: inline-block;
height: 30px !important;
    width: 70px;
    padding: 5px 10px;
    margin-top: 3px;
    margin-right: 3px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0fa26f;
    border-radius: 5px;
    box-sizing: border-box !important;
}
.options-HB span:hover{
background-color: #ff9800;
}
.message {
  height: calc(100vh - 254px) !important;
}
#empty_block{height:100px}

.main-container{height:100vh}
.hyber{color: #0087ff !important;}
.header{height:60px;border-bottom:1px solid #f1f1f1;padding: 12px !important;}
.title{color:#4a4949;font-size:16px}
.main-title{color:#4a4949;font-size:22px}

.users-queue-col{height:100%;}
.conversation-col{height:100%;}
.smart-advisor-col{height:100%;}
.info-conversation-col{height:100%;background: #f1f3f4;}

.users-queue-col .header{background: #fff;}
.info-conversation-col .header{background: #ffffff;}
#waitingClients{list-style:none;}
.client-info{height:70px;background:#f8f8f8;padding:5px;margin-bottom: 8px;border-bottom: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;border-left: 4px solid #e6e6e6;border-radius: 8px;cursor:pointer}
.Web-ch{width:50px;height: 50px;background-color: transparent;border-radius: 25px;display: inline-block;color:#fff;padding-top: 3px;padding-left: 3px;}
.WhatsApp-ch{width:50px;height: 50px;background-color: transparent;border-radius: 25px;display: inline-block;color:#fff;padding-top: 3px;padding-left: 3px;}
.Web-ch img {width: 40px}
.WhatsApp-ch img {width: 100%;}
.Twitter-ch{width:50px;height: 50px;background-color: transparent;border-radius: 25px;display: inline-block;color:#fff;padding-top: 3px;padding-left: 3px;}
.Twitter-ch img {width: 100%;}

.Facebook-ch{width:50px;height: 50px;background-color: transparent;border-radius: 25px;display: inline-block;color:#fff;padding-top: 3px;padding-left: 3px;}
.Facebook-ch img {width: 100%;}
.clients-queue{
    height: calc(100vh - 134px);overflow-y:auto;background: #f1f3f4;    padding: 8px
}
.clients-queue::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.clients-queue::-webkit-scrollbar-thumb {
    border-radius: 20em!important;
    background-color: #f9f9f900  !important;
    outline: #e4e4f2 solid 0;
    transition: background-color .8s;
}

.clients-queue:hover::-webkit-scrollbar-thumb {
  background-color: #67ca28  !important;
}
.client-info-master{display: flex;align-items: center; float: left;width: 70%;margin-top: 4px;}
.client-details{display: flex;align-items: center; width: 100%;}
.client-name{color:#353535;overflow: hidden;text-overflow: ellipsis; margin-left: 5px;}
.pulse{animation: shadow-pulse 1s infinite;}
.delete-confirmation-card{padding: 10px;text-align: center;background: #67ca28;border-radius: 6px;}

.transfer-container{color: #353535;  overflow: hidden;  text-overflow: ellipsis;  margin-left: 20px;}
.btn-edit{
       background: #67ca15;
    color: #fff;
    font-size: 16px;
    padding: 4px 20px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #10ffa5;
    cursor:pointer  !important;
}
.btn-send{
    background: #f07800;
    color: #fff;
    font-size: 16px;
    padding: 4px 20px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #f58d24;
    cursor: pointer !important;
    width:100%;
}

@keyframes shadow-pulse{  0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }  100% {  box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);  }}

.agent-input {
     width: 100%;
     height: 89px; 
    direction: rtl;
    background: #fff !important;
    /* border-radius: 6px; */
    font-size: 18px;
    border: none;
        resize: none;
}
.tool-buttons{    display: flex;margin-top: 30px;direction: ltr;}
.info-container{border-top :1px solid #e6e6e6;margin-top: 10px !important; }

.right-spliter{border-right:1px solid #f1f1f1;    background: #FFF;}
.zero-padding{padding:0px !important}
.disable-client{pointer-events: none;opacity: 0.5;background: #CCC}
.disableClient{pointer-events: none;opacity: 0.5;background: #CCC}
#clientInfoId{display:none}
.blabel{margin-top: 4px !important;    font-size: 20px;  font-weight: 500; }
.mlabel{margin-top: 4px !important;    font-size: 16px;  font-weight: 500;color: #afafaf; }
.lighter{font-size: 14px; font-weight: 100;}
.active{background: #f9f9f9;}
.time-container{/*display:flex;flex-direction:column*/float:right;clear:right;}
.time-container i{cursor:pointer}
.time-container span{color: #f07800;margin-top: 21px;font-size: 16px;}
.notification {color: #67ca28;}
.flex-container{
        display: flex;
    justify-content: space-between;
}
/*.operator-status-bar{
    display: flex;
    justify-content: space-between;
    max-width: 256px;
}*/
.badge{
    font-size: 14px;
}
.badge-success {
    background: #5cb85c;
    
}

.md-button.md-default-theme.md-primary, .md-button.md-primary {
    color: #f07800 !important;
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #f07800 !important;
    color: #fff !important;
}
.md-toolbar-tools{
    background: #67ca28 !important;
}
.activeItem{
    background: #f7eae2  !important;
}
/*//////audio/video CSS start ////////////////////////*/
.media-chatting-container{
        background-color: #88a0bd;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', 'Lucida Grande', sans-serif;
    height: calc(100% - 74px);

}

#local-video {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;  /* no letterboxing */
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition: opacity 1s;
  width: 100%;
}

#mini-video {
  border: 1px solid gray;
  bottom: 20px;
  left: 20px;
  /* video div is flipped horizontally when active*/
  max-height: 17%;
  max-width: 17%;
  opacity: 0;
  position: absolute;
  transition: opacity 1s;
}

#mini-video.active {
  opacity: 1;
  z-index: 2;
}

#remote-video {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;  /* no letterboxing */
  opacity: 0;
  position: absolute;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: opacity 1s;
  width: 100%;
}

#remote-video.active {
  opacity: 1;
  z-index: 1;
}

#confirm-join-div {
  position: absolute;
  text-align: center;
  top: 80%;
  width: 100%;
  z-index: 5;
}

#confirm-join-div div {
  font-size: 1.5em;
  margin-bottom: 10px;
}

/*////// room selection start ///////////////////*/
#recent-rooms-list {
  list-style-type: none;
  padding: 0 15px;
}
label.error-label {
  color: #F44336;
  font-size: .85em;
  font-weight: 200;
  margin: 0;
}

#room-id-input-div {
  margin: 15px;
}

#room-id-input-buttons {
  margin: 15px;
}

div#room-selection {
  margin: 3em auto 0 auto;
  padding: 1em 1.5em 1.3em 1.5em;
  width: 25em;
}


/*////// room selection end /////////////////////*/

/*////// icons CSS start ////////////////////////*/

#icons {
  bottom: 77px;
  left: 6vw;
  position: absolute;
}

circle {
  fill: #666;
  fill-opacity: 0.6;
}

svg.on circle {
  fill-opacity: 0;
}

/* on icons are hidden by default */
path.on {
  display: none;
}

/* off icons are displayed by default */
path.off {
  display: block;
}

/* on icons are displayed when parent svg has class 'on' */
svg.on path.on {
  display: block;
}

/* off icons are hidden when parent svg has class 'on' */
svg.on path.off {
  display: none;
}

.media-chatting-container svg {
  border-radius: 48px;
  box-shadow: 2px 2px 24px #444;
  display: block;
  margin: 0 0 3vh 0;
  transform: translateX(calc(-6vw - 96px));
  transition: all .1s;
  transition-timing-function: ease-in-out;
}

svg:hover {
  box-shadow: 4px 4px 48px #666;
}

#icons.active svg {
  transform: translateX(0);
}

#mute-audio {
  transition: 40ms;
}

#mute-audio:hover,
#mute-audio.on {
  background: #407cf7;
}

#mute-audio:hover circle {
  fill: #407cf7;
}

#mute-video {
  transition: 120ms;
}

#mute-video:hover,
#mute-video.on {
  background: #407cf7;
}

#mute-video:hover circle {
  fill: #407cf7;
}

#switch-video {
  transition: 200ms;
}

#switch-video:hover {
  background: #407cf7;
}

#switch-video:hover circle {
  fill: #407cf7;
}

#fullscreen {
  transition: 280ms;
}

#fullscreen:hover,
#fullscreen.on {
  background: #407cf7;
}

#fullscreen:hover circle {
  fill: #407cf7;
}

#hangup {
  transition: 360ms;
}

#hangup:hover {
  background: #dd2c00;
}
#hangup:hover circle {
  fill: #dd2c00;
}

/*////// icons CSS end /////////////////////////*/
.typing{
    background:#f00;
    width:20px;
    height:20px;
}