body{
    background-image: url('../img/medical.jpg');
    background-size: cover;
  }
  #container {
    width: 100%;
    margin-bottom: -28px;
    text-align: center;
  }
  #container #create {
    display: inline-block;
  }
  #container #create [type="text"] {
    border: none;
    height: 30px;
    width: 220px;
    padding: 4px 40px 4px 20px;
    font-size: 14px;
    font-family: Roboto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: none;
  }
  #create_conference {
    background: #9a0d07;
    border-radius: 20px;
    border: #9a0d07;
    color: #fff;
    padding: 4px 23px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  #container #create button:hover {
    background: #1581C8;
  }
  #container #conference {
    display: none;
    margin-bottom: 10px;
  }
  #container #conference #local-container {
    text-align: right;
  }
  /*#container #conference #local-container video {
    height: 150px;
  }
  #container #conference #remote-container video {
    height: 300px;
  }*/
  .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 50%;
	display:inline-block;
	float:left;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  
  .card {
    margin-top: 0;
      position:absolute !important;
      top:20%;
      left:50%;
      transform:translate(-50%,0%);
      width:300px;
      min-height:300px;
      background:#fff;
      box-shadow:0 20px 50px rgba(0,0,0,.1);
      border-radius:10px;
      transition:0.5s;
	  border: none !important;
  }
  .card:hover {
      box-shadow:0 30px 70px rgba(0,0,0,.2);
  }
  .card .box {
      position:absolute;
      top:50%;
      left:0;
      transform:translateY(-50%);
      text-align:center;
      padding:20px;
      box-sizing:border-box;
      width:100%;
  }
  .card .box .img {
      width:90px;
      height:90px;
      margin:0 auto;
      border-radius:50%;
      overflow:hidden;
  }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 3px 12px rgb(23 162 184);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 2px 14px rgb(255 193 7);
	margin-left:25px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 2px 14px rgb(30 126 52);
	margin-left: 23px;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    
    box-shadow: 0 2px 14px rgb(30 126 52);
	margin-left:0;
    
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	margin: 0px 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .card .box .img img {
      width:100%;
      height:100%;
  }
  .card .box h2 {
      font-size:20px;
      color:#262626;
      margin:20px auto;
  }
  .card .box h2 span {
      font-size:14px;
      background:#e91e63;
      color:#fff;
      display:inline-block;
      padding:4px 10px;
      border-radius:15px;
  }
  .card .box p {
      color: #262626;
    font-size: 14px;
    line-height: 20px;
  }
  .card .box span {
      display:inline-flex;
  }
  .card .box ul {
      margin:0;
      padding:0;
  }
  .card .box ul li {
      list-style:none;
      float:left;
  }
  .card .box ul li a {
      display:block;
      color:#aaa;
      margin:0 10px;
      font-size:20px;
      transition:0.5s;
      text-align:center;
  }
  .card .box ul li:hover a {
      color:#e91e63;
      transform:rotateY(360deg);
  }
  .form-group {
    margin-bottom: 20px !important;
}
.form-text{
width: 95%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

a#clickme{
	
    background: #000;
    cursor: pointer;
    display: block;
    /* text-indent: -9999px; */
    right: 13px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    color: #fff;
    font-size: 31px;
    /* line-height: 34px; */
    padding: 6px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 0 2px 14px rgb(104, 13, 13);
	}
div.mydiv{width: 300px;
    height: 100%;
    color:#fff;
    position: fixed;
    right: -300px;
    z-index:9999;
	  box-shadow: 0px 0px 8px 4px #a9a7a780;
    padding-left: 0px;
    bottom: 0;}
#remote-container video {
    display: block;
}
.chat-scroll h3
{
    color: #fff;
    font-size: 17px;
    padding-top: 15px;
    font-family: 'Poppins';
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    background: #000;
    margin: 0;
}


.chat_person_first{
  padding: 10px;

}

.chat_person_first img{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  top: 5px;
  left: 5px;
}

.chat_info{
  width: 80%;
  float: right;
  color: #000;
  background: white;
  box-shadow: 0px 0px 3px #0000003d;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
}
.chat_info p{
  margin: 0;
}


.chat_info::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(239 239 239); 
  top: 10px;
  left: -12px;

}

.chat_second .chat_info{
  float: left;
}

.chat_second .chat_info::after{
  right: -12px;
  transform: rotate(180deg);
  left: unset;
}

.chat_second img{
  right: -20px;
  left: unset;
}

#clickme_two{
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
}
.chat-cont-right{
  background: #fff;
}

.chat_input{
  background: rgb(231, 231, 231);
  position: fixed;
  bottom: 0;
  width: 22%;
  padding: 10px;
  text-align: center;
}

.chat_input input{
  width: 80%;
  border: 1px solid black;
  font-size: 16px;
  padding:2px 15px;
  border-radius: 20px;
}

.chat_input .btn-chat{
  width: 20%;
  font-size: 16px;
  border-radius: 20px;
  background: green;
  padding: 5px 8px 5px 6px;
}

