

body{

  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: rgb(0, 0, 0);
  overflow: hidden;
}

.chat_body {
  background: #fff;
  width: 100%;

  display: inline-block;
  text-align: center;
    overflow-y: auto;

}
#chat_body{
    height: 450px;
}
.chat_login p,.chat_body li, p, a{
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
.chat_body p {
  padding: 20px;
  color: #888
}
.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}


.chat_avatar img{
  width: 40px !important;
  height: 40px !important;
  text-align: center !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 0 !important;
  left: -52px;
}

.chat_converse {
  position: relative;
  background: #fff;
  margin: 6px 0 0px 0;
  height: 80px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
  padding-bottom: 100px;
  display: none;
  border-bottom: 1px solid #eaeaea;
}

.chat_converse .chat_msg_item {
  position: relative;
  margin: 20px 0 15px 0;
  padding: 8px 10px;
  max-width: 60%;
  display: block;
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  clear: both;
  z-index: 999;
}
.chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: rgba(0, 0, 0, 0.03);
  color: #666;
}

.chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 20px;
  float: right;
  background: #054070;
  color: #fff;
  margin-top: -5px;
}


/* CHAT MESSAGE */
.fab_field {
  width: 95%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /* position: absolute;
  bottom: 5px; */
  display: none;

}

.chat_field.chat_message {
  height: 60px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  width: 80%;
}

.chat_field {
  position: relative;
  margin: 5px 0 5px 0;
  width: 50%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  display: inline-block;
}


.fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
        z-index: 999;
  }

.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#fab_send {
  float: right;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #bbb;
}
.fab_field .fab>i:hover {
  color: #42a5f5;
}



.fromname{
  font-weight: bold;
  top: -20px;
  left: 1px;
  position:absolute;
  width: 100px;
}


.pleasewait{
  width: 93.5%;
  color: #fff;
  border: 0;
  background: #054070;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  display: none;
  /* margin-top: 30px; */
  /* cursor: pointer; */
 
}

.cancelrequestbtn{
  color: #fff;
  border: 0;
  background: #dc2f22;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 5;
  width: 50%;
  margin: 0 auto;
  right: 90;
  cursor: pointer;
}


.acceptrequestbtn{
  /* width: 100%; */
  color: #fff;
  border: 0;
  background: #35a01a;
  padding: 10px;
  /* margin-top: 30px; */
  cursor: pointer;
  line-height: 1.4;
  display: none;
}

.end_chatmessage{
  /* width: 100%; */
  color: #fff;
  border: 0;
  background: #dc2f22;
  padding: 10px;
  /* margin-top: 30px; */
  cursor: pointer;
}

.sessiontimed{
  position: absolute;
  z-index: 10000;
  /* top: 45px; */
  height: 360px;
  width: 100%;
  color: #fff;
  /* border: 0; */
  background: #000000bd;
  opacity: 0.9;
  padding: 100px;
  /* margin-top: -1px; */
  cursor: pointer;
  right: 1px;
  bottom: 5px;
}


#endchat{
  background: #eaeaea;
  padding: 20px;
  display:none;
  box-shadow: 0px 0px 1px 0px #e8e7e7;
}

.endchatbtn{

 border-radius: 1px;
 border: 0;
 font-size: 12px;
 float: right;
 margin-top: -15px;
 margin-right: -10px;
 cursor:pointer;
 padding: 4px;
 background: #dc2f22;
 color: #ffffff;
 font-weight: bold;

}


.startchatbtn{
  width: 90%;
  color: #fff;
  border: 0;
  background: #064070;
  padding: 10px;
  margin-top: 30px;
  cursor: pointer;
}


.continuechatbtn{
  width: 90%;
  color: #fff;
  border: 0;
  background: #2f7006;
  padding: 10px;
  margin-top: 30px;
  cursor: pointer;
}


/* FORM */

.form-input {
  margin-top: -20px;
  margin-bottom: 70px;
}


input {
  position: relative;
  width: 90%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  /* border-radius: 3px; */
}

.form-input {
  margin-top: -20px;
  margin-bottom: 70px;
}

.inpform{
  margin: 8px;
}

#welcomemessage{

  line-height: 0.9;

}
