﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
@font-face {
  font-family: momentum-ui-icons-imi;
}
@font-face {
  font-family: 'imichat-icomoon';
  src:  url('../fonts/icomoon.eot?ktzfl3');
  src:  url('../fonts/icomoon.eot?ktzfl3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ktzfl3') format('truetype'),
    url('../fonts/icomoon.woff?ktzfl3') format('woff'),
    url('../fonts/icomoon.svg?ktzfl3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {  
  font-family: momentum-ui-icons-imi;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'momentum-ui-icons-imi', 'imichat-icomoon';

  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{
  height: 100%;
  width: 100%;;
  position: absolute;
  top: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
body{
  padding: 0px;
  margin: 0px;
  transform:translate3d(0, 0, 0);
  -webkit-transform:translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
}
.clearfix {
  clear: both;
}
*:focus{
  outline: -webkit-focus-ring-color auto 5px!important;
}
span,p,h2{
  speak: normal;
  speak-as: normal;
}
.disable,
input[disabled],
input[disabled='disabled'],
input[readonly],
input[type="text"]:disabled {
  -webkit-appearance: none;
  color: #000!important;
  -webkit-text-fill-color: #000000;
  cursor: not-allowed!important;
  opacity: 1!important;
}
.main-chat-cont {
  position: fixed;
  top: auto;
  z-index: 9999999999;
  max-height: 512px;
  height: 100%;
  width: 388px;
  bottom: 70px;
  right: 15px;

}
.open-btn {
  color: #ffffff;
  text-align: center;
  background-color: #00b0f0;
  border: 0px solid #cdcdcd;
  display: block;
  margin: 0px 0 0;
  text-decoration: none !important;
  text-transform: none;
  font-family: imichat-icomoon;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 18px;
  box-shadow:0px 1px 5px 1px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  cursor: pointer;
  overflow: visible;
}
.open-btn:focus{
  outline: -webkit-focus-ring-color auto 5px;
}
.open-btn .widget-icon:before {
  animation: mymove1 .5s 1;
}
.open-btn.type1 {
  border-radius: 50%;
}
.open-btn.type1 .widget-icon:before {
  content: "\e90f";
}
.open-btn.type2 {
  border-radius: 50%;
}
.open-btn.type2 .widget-icon:before {
  content: "\e910";
}
.open-btn.type3 {
  border-radius: 50%;
}
.open-btn.type3 .widget-icon:before {
  content: "\e911";
}
.open-btn.type4 {
  border-radius: 6px;
}
.open-btn.type4 .widget-icon:before {
  content: "\e90f";
}
.open-btn.type5 {
  border-radius: 6px;
}
.open-btn.type5 .widget-icon:before {
  content: "\e910";
}
.open-btn.type6 {
  border-radius: 6px;
}
.open-btn.type6 .widget-icon:before {
  content: "\e911";
}
.open-btn.type7 {
  border-radius: 50%;
}
.open-btn.type7 .widget-icon{
  position: relative;
  line-height: 14px;
}
.open-btn.type7 .widget-icon:before {
  content: "\e914";
  /* margin-top: 14px; */
	display: block;
	font-size: 20px;
}
.open-btn.type7 .widget-icon:after {
  content: "LIVE CHAT";
  font-size: 8px;
    width: 100%;
    display: block;
    font-family: sans-serif;
    margin-top: 5px;
    text-align: center;
}
.close-btn .widget-icon{
  line-height:30px;
}
@keyframes mymove {
0%   {
  opacity: 0;
  transform: scale(0.5);
}
100% {
  opacity: 1;
  transform: scale(1);
}
}
@keyframes mymove1 {
  0%   {
    /* opacity: 0; */
    transform: scale(0.5);
    transform: rotate(45deg);
  }
  100% {
    /* opacity: 1; */
    transform: scale(1);
    transform: rotate(0deg);
  }
  }
.open-btn.close-btn .widget-icon:before {
  /*content: "\e90a";*/
  content: "\e90b";
  font-size: 21px;
  position: relative;
  /*top: -4px;*/
  bottom:4px;
  animation: mymove1 .5s 1;
  line-height: 35px;
}
.open-btn.type7.close-btn .widget-icon:before {
  top:3px;
  /* margin-top: 12px; */
}
.open-btn.close-btn .widget-icon:after {
  content: "";
}
.open-btn .widget-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 28px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 28px;
}
.open-btn .badge {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  top: 0;
  right: 0;
  background-color: #FF3030;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
}
.chat_box_wrapper.chat_box_small.chat_box_active {
  height: calc(100% - 145px);
  overflow-y: auto;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-overflow-scrolling: touch
}
aside a:hover, aside a:focus, aside a.active {
  border: 0px;
  outline: none;
}
.imichatwidget-body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;

}
.imichatwidget-body aside {
  width: 100%;
  height: 100%;
}
.imichatwidget-body aside .chatwindow {
  height: 100%;
  width: 100%;
  position: relative;
  /* background: url('../images/web-chat-bg.svg'); */
}
.new-conversation {
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 1;
}
.new-conv-btn {
  background-color: #03a9f4;
  font-family: 'Source Sans Pro', sans-serif!important;
  font-weight: 600!important;
  border-radius: 2px!important;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 294px;
  text-align: center;
  color: #fff;
  font-size: 16px!important;
  text-decoration: none;
  display: table!important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.30)
}
.new-conv-btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow:none;
}
.new-conv-btn:active{
  box-shadow:inset rgba(0, 0, 0, 0.5) 0px 0px 32px 0px
}
.new-conversation .btn-disabled {
  background-color: #ccc!important;
  cursor: not-allowed;
}
/*---
Head Starts
---*/
.popup-head {
  background: #005E7D;
  display: block;
  width: 100%;
  padding: 8px;
  position: relative;
  z-index: 310;
  box-sizing: border-box;
  box-shadow:0 3px 9px 0 rgba(57,106,129,0.36);
  transition: height .16s ease-out;
  /* overflow: hidden; */
}
.popup-head h1 {
  font-size: 21px!important;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.76px;
  text-align: center;
  height: 26px;
  margin: 18px auto 5px auto;
  width: calc(100% - 100px);
  overflow: hidden;
      text-overflow: ellipsis;
    white-space: nowrap;
}
.popup-head .heading-desc {
  text-align: center;
  font-size: 13.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 16px;
  word-wrap: break-word;    
  opacity: 1;
}
.popup-head .heading-desc.typicallrply{
  opacity: 1;
}
.chat-list {
  overflow-y: auto;
  height: calc(100% - 80px);
  padding-bottom: 110px;
}
.popup-head .big{
  height: 150px;
}
.popup-head .small{
  height: 50px;
  padding: 3px 0px;
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 8px;
  transition: opacity .2s;
}
.popup-head .small:hover{
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.popup-head .small .chatpage-heading {
  margin: 0px auto;
}
.popup-head .small p {
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
}
.top-right-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.chatwindow-minimize {
  float: right;
  padding: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  margin-top: 5px;
}
.chatwindow-minimize:hover{
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.chatwindow-close {
  float: right;
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.chatwindow-close-text {
  display: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  width: 80px;
  height: 22px;
  right: 0;
  top: 40px;
  text-align: center;
  border-radius: 2px;
  padding: 2px;
  color: #959cad;
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.chatwindow-close-text:before, .chatwindow-close-text:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 8px;
  left: auto;
  height: 0px;
  width: 0px;
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
}
.chatwindow-close:hover .chatwindow-close-text {
  display: block;
}
.imiwidget-clientlogo {
  height: 40px;
  width: auto;
  display: block;
  margin: 12px auto 0px;
}
.imichatwidget-body .dropdown {
  float: left;
  padding: 6px 0px 0px 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index:9;
}
.imichatwidget-body .dropdown #dLabel{
  padding: 5px 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.imichatwidget-body .dropdown #dLabel:hover{
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.imichatwidget-body .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.imichatwidget-body .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.imichatwidget-body .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #121212;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.imichatwidget-body .dropdown-menu>li>a:hover, .imichatwidget-body .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #121212;
  background-color: #ededed;
}
.imichatwidget-body .dropdown-menu>.active>a, .imichatwidget-body .dropdown-menu>.active>a:hover, .imichatwidget-body .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.imichatwidget-body .dropdown-menu>.disabled>a, .imichatwidget-body .dropdown-menu>.disabled>a:hover, .imichatwidget-body .dropdown-menu>.disabled>a:focus {
  color: #000;
}
.imichatwidget-body .dropdown-menu>.disabled>a:hover, .imichatwidget-body .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.imichatwidget-body .open>.dropdown-menu {
  display: block;
}
.imichatwidget-body .open>a {
  outline: 0;
}
.popup-head .btn-group {
  margin: -5px 3px 0 -1px;
}
.back-icon {
  position: absolute;
  top: 15px;
  left: 10px;
  text-decoration: none;
  padding: 10px;
  color:#ffffff;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  z-index: 9;
}
.back-icon:hover{
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.back-icon i {
  height: 5px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
}
.close-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  text-decoration: none;
  padding: 10px;
  color:#ffffff;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  z-index: 9;
}
.close-icon:hover{
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.close-icon i {
  height: 5px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
}
.back-icon i:nth-child(2) {
  width: 15px;
}
/*---
Head ends
---*/

.ooomsg-chat {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  word-wrap: break-word;
  color: #ffffff;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.ooomsg-chat-div {
  margin: 0px;
  position: relative;
  overflow: hidden;
  background-color: #FF5A5A;
}
/*---
Form starts
---*/

.main-chat-cont input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 13px;
}
.main-chat-cont input[type="email"]::-webkit-input-placeholder {
  color: #ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 13px;
}
.main-chat-cont input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 13px;
}
.main-chat-cont textarea::-webkit-input-placeholder {
  color: #ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 13px;
}
.main-chat-cont select::-webkit-input-placeholder {
  color: #ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 13px;
}
.chatwindow .submit_message::-webkit-input-placeholder {
  color: #545454;

}
.chatwindow *::-webkit-input-placeholder {
  color: #545454;
}
.chatwindow *::-moz-placeholder {
  color: #545454;
}
.chatwindow *:-ms-input-placeholder {
  color: #545454!important;
}
.chatwindow *::-ms-input-placeholder {
  color: #545454!important;
}
.chatwindow *:-moz-placeholder {
  color: #545454;
}
.chatwindow .form-feild::-ms-input-placeholder {
  color: #545454;
}
 .imichatwidget-body .feild-div .form-feild {
  margin-bottom: 0;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #56627C;
  appearance: none;
  /*-webkit-appearance: none;*/
  vertical-align: baseline;
  line-height: normal;
  overflow: auto;
  font-family: inherit;
}
.imichatwidget-body .feild-div .form-feild:focus {
  outline: 0px!important;
  background-color: #fff;
  border: 1px solid #03a9f4!important;
}
.imichatwidget-body .feild-div .form-feild:disabled{
  background-color: #ebebe4;
}
/*.imichatwidget-body .div-feild {
  height: 70px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.imichatwidget-body .div-feild label {
  color: #959cad;
  font-size: 14px;
} */

.chat_box .chat_message_wrapper.chat_message_left.prechat-form ul{
  margin: 0px 0px 10px 0px;
}
.prechat-form .input-group-btn {
  width: 33px;
  height: 33px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 0px solid transparent;
  border-left: 0px;
  display: table;
}
.prechat-form .input-group-btn .btn-togo {
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 21px;
  border: 1px solid transparent;
  background-color: #0bb7f6;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.prechat-form .input-group-btn .btn-togo.disable{
  -webkit-text-fill-color: #ccc!important;
  color: #ccc!important;
}
 /*.prechat-form .input-group-btn .btn-togo i {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; 
}*/
.prechat-form .input-group-btn .btn-togo.disable i{
  cursor: not-allowed;
}
.prechat-form .input-group-btn .btn-togo i.icon-tickicon{
  padding-left: 8px;
}
.prechat-form .feild-div {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 235px;
}
.prechat-form .mocolor .feild-div:first-child{
  margin-top: 0px;
}
.prechat-form .mocolor .feild-div:last-child{
  margin-bottom: 5px;
}

.prechat-form .feild-div .form-feild {
  width: calc(100% - 34px);
  float: left;
}
.prechat-form .feild-div .supporttxt-abovetxtbox {
  width: 100%;
  display: block;
  color: #56627c;
}
/*---
Form ends
---*/

/*---
Error starts
---*/

.chatwindow .error {
  color: #A12512;
  font-size: 12px;
  display: block;
  /* position: absolute; */
  bottom: 60px;
  text-align: left;
  font-style: normal;
  padding-left: 15px;
}
.imichatwidget-body .modal .error {
  bottom: 0px;
}
.chatwindow .error-txtbox {
  font-size: 12px;
  color: #A12512;
  font-weight:500;
}
.imichatwidget-body .anothererror {
  text-align: center;
  font-size: 12px;
  color: #A12512;
  font-weight:500;
}
/*---
Error Ends
---*/

/*---
Submitbox starts
---*/

.chat_submit_box a:focus {
  outline: none;
  outline-offset: 0px;
}
.chat_submit_box {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  /*height: 60px;*/
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
}
.uk-input-group {
  border-collapse: separate;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.nitesh-chat-box {
  background: white none repeat scroll 0 0;
  border-top: 1px solid;
  border-top-color: #0bb7f6;
  border-radius: 0px;
  float: left;
  padding: 0px;
  width: 100%;
  /* height: calc(100% - 2px); */
  min-height: 56px;
  max-height: 200px;
  overflow: auto;
  color: #fff;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  position: relative;
 box-sizing: content-box;
}
.chatwindow .submit_message {
  background: transparent none repeat scroll 0 0;
  padding:10px 0px 10px 15px;
  width: calc(100% - 125px);
  min-height:100%;
  color: #121212;
  border: 0px solid #ffffff!important;
  font-size: 16px;
  resize: none;
  overflow: hidden;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: baseline;
  line-height: normal;
  box-sizing: border-box;
}
.chatwindow .submit_message:focus {
  outline: none!important;
  box-shadow: none!important;
  background-color: inherit!important;
}
.chatwindow .uk-input-group i {
  color: #aaaaaa;
}
.chatwindow .icon-happy.active {
  border-radius: 50%;
  background-color: #e1e1e1;
  color: #838383;
}
.chatwindow .editor-paperclip {
  display: block;
  float: right;
  padding:0px;
  margin-top: 22px;
  text-decoration: none;
  font-size: 16px;
  min-width: 35px;
  text-align: center;
  /* position: absolute; */
  top: 0;
  right: 65px;
}
.chatwindow .editor-paperclip i {
  color: #aaaaaa;
}
.chatwindow .wdt-emoji-picker,.chatwindow .editor-emoji {
  display: block;
  float: right;
  font-size: 16px;
  text-align: center;
  width: 35px;
  padding:0 0px;
  margin-top:22px;
  /* position: absolute; */
  top: 0;
  right: 100px;
}
.chatwindow .editor-send-loading{
  position: absolute;
  right: 0px;
}
.chatwindow .editor-send {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 21px;
  margin: 15px 10px 5px 10px;
  text-decoration: none;
  background-color: #ccc;
  border-radius: 4px;
  text-align: center;
  display: table;
  overflow: hidden;
  opacity: 1;
  /* position: absolute; 
  right: 15px;*/
  top: 0;
}
.chatwindow .editor-send.disable{
  opacity: 0.66;
  color: #ccc!important;
  -webkit-text-fill-color: #cccccc;
}

.chatwindow .editor-send:hover{
  opacity: 0.66;
}
.chatwindow .editor-send i {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  padding-left: 2px;
}
.chatwindow .editor-send i.disable{
  color: #ccc!important;
}
.chatwindow .editor-send a {
  text-decoration: none;
}
.widgetalerts{
	text-align: center;
    background: #f5feff;
    margin: 10px 0px;
    font-size: 13px;
}
.widgetalerts:before{
	content:'';
	height:1px;
	width: 100%;
	border-top:1px dashed #cdcdcd;
	padding-bottom: 5px;
	display: table;
}
.widgetalerts:after{
	content:'';
	height:1px;
	width: 100%;
	border-bottom:1px dashed #cdcdcd;
	padding-top: 5px;
	display: table;
}

/*---
Submitbox ends
---*/

.chatwindow2 .copyright {
  text-align: center;
  font-size: 10px;
  color: #b1b1b1;
  line-height: 15px;
  height: 20px;
  background-color: #f7f7f7;
  float: none!important;
  line-height: inherit!important;
}
/*---
Modal start
----*/

.imichatwidget-body .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-size: 16px;/*for iphone zooming issue*/
}
.imichatwidget-body .modal.in {
  display: block;
}
.imichatwidget-body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.imichatwidget-body .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.imichatwidget-body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.imichatwidget-body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.imichatwidget-body .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  width: 80%;
  margin: 45px auto;
  padding-bottom: 15px;
}
.imichatwidget-body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.imichatwidget-body .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.imichatwidget-body .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.imichatwidget-body .modal-header {
  padding: 10px 15px 0px 15px;
  border-bottom:0px;
}
.imichatwidget-body .modal-header .close {
  margin-top: -2px;
  float: right;
}
.imichatwidget-body .modal-header .close span {
  font-size: 26px;
  line-height: 21px;
  color: #121212;
  cursor: pointer;
}
.imichatwidget-body .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.imichatwidget-body .modal-body {
  position: relative;
  padding: 0px 15px 0px 15px;
}
.imichatwidget-body .modal-body {
  margin-top: 0;
  color: #121212;
  font-size: 14px;
  text-align: center;
}
.imichatwidget-body .modal-body:after{
  content: '';
  clear: both;
  display: table;
}
.imichatwidget-body .modal-body .feild-div {
  height: auto;
  padding: 0;
}
.imichatwidget-body .modal-body .labelabovetextbox{
  float: left;
  margin-top: 15px;
}
.imichatwidget-body .modal-body input[type="text"]{
  width: 100%;
  height: 32px;
  border: 1px solid #cecece;
  padding: 5px 10px;
}
.imichatwidget-body .modal-body .error-txtbox{
  width: 100%;
  text-align: left;
  float: left;
}
.imichatwidget-body .modal-body p{
  margin-bottom: 0px;
}
.imichatwidget-body .modal-footer {
  padding:15px;
  padding-bottom: 0px;
  text-align: right;
  border-top: 0px;
}
.imichatwidget-body .modal-footer .btn-primary {
  background-color: #03a9f4;
  border: 0px;
  padding: 10px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.imichatwidget-body .modal-footer .btn-secondary {
  background-color: transparent;
  border: 0px;
  padding: 10px;
  color: #03a9f4;
  cursor: pointer;
}
.imichatwidget-body .modal .feild-div textarea {
  resize: vertical;
  width: 100%;
}
.imichatwidget-body .modal .feild-div label {
  font-size: 14px;
}
.imichatwidget-body .subheading {
  width: 100%;
  float: left;
  padding-top: 0;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
}
/*---
Modal end
----*/

/*---
Chat bubble start
---*/

.chat_box_wrapper {
  height: calc(100% - 135px);
  background-color:transparent;
  overflow: auto;
  /* padding-bottom: 55px; */
}
.chat_box {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
 
}
.chat_box.pcienabled {
     padding-bottom:110px;
}
.chat_box .chat_message_wrapper::after {
  clear: both;
}
.chat_box .chat_message_wrapper::after, .chat_box .chat_message_wrapper::before {
  content: " ";
  display: table;
}
.chat_box .chat_message_wrapper .chat_user_avatar {
  float: left;
}
.chat_box .chat_message_wrapper {
  margin-bottom: 0px;
  width: 100%;
}
.chat_box .chat_message_wrapper ul, .chat_box .chat_message_wrapper ul>li {
  /*list-style: outside none none;*/
  padding: 0;
}
.chat_box .chat_message_wrapper ul {
  padding: 0;
  max-width: 90%;
  margin: 10px 0px;
}
.chat_box .chat_message_wrapper ul:after {
  content: '';
  display: table;
  width: 100%;
}
.chat_box .chat_message_wrapper.chat_message_right ul {
  max-width: 90%;
  float: right;
}
.chat_box .chat_message_wrapper.chat_message_right ul li {
  float: right;
  max-width: 100%;
  border-bottom-right-radius: 0px;
}
.chat_box .chat_message_wrapper.chat_message_right ul li.moicon i
{
	display:none;
}
.chat_box .chat_message_wrapper.chat_message_left ul {
  position: relative;
}
.chat_box .chat_message_wrapper.chat_message_left ul li {
  float: left;
  border-bottom-left-radius: 0px;
}
.chat_box .chat_message_wrapper.chat_message_left ul li.mocolor {
  margin-left: 0px!important;
}
.chat_box .chat_message_wrapper.chat_message_left ul li.agentimage {
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: bottom;
  position: absolute;
  bottom: 16px;
  display: none;
}
.chat_box .chat_message_wrapper.chat_message_left ul li.agentimage>span {
  display: table-cell;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  text-align: center;
  vertical-align: middle;
  font-weight: 800;
  color: #00c3d4;
}
.chat_box .chat_message_wrapper.chat_message_left.prechat-form ul li.agentimage {
  bottom: 0px;
}
.chat_box .chat_message_wrapper.chat_message_left ul li.agentimage img {
  max-width: 100%;
}
.chat_box .chat_message_wrapper.divtypingindicator ul li {
  float: left;
  margin-left: 2%!important;
}
.chat_box .chat_message_wrapper .moindicatoricon {
  float: left;
  width: 36px;
  height: 36px;
  padding: 0px;
  margin-left: 0!important;
}
.chat_box .chat_message_wrapper .moindicatoricon .icon-headset {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 14px;
  height: 13px;
}
.chat_box .chat_message_wrapper ul>li {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 8px;
  color: #121212;
  display: block;
  float: left;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
  margin: 0;
  /* max-width: calc(100% - 35px); */
  max-width: 100%;
}
.chat_box .chat_message_wrapper ul>li p {
  margin: 0;
  word-break: break-word;
  font-size: inherit;
  text-transform: initial!important;
  color: inherit!important;
  font-weight: inherit!important;
  font-family: inherit;
  word-wrap: break-word;
  /*min-width:200px;*/
}
.chat_box .chat_message_wrapper ul>li.moicon{
	
	padding: 2px 0px;
    background: transparent;
    border: 0px;
}
.chat_box .chat_message_wrapper ul>li.moicon .fa{
    display: none;
}
.chat_box .chat_message_time {
  color: #565656;
  display: block;
  font-size: 12px;
  padding-top: 2px;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.chat_box .chat_message_wrapper.chat_message_right .chat_message_time {
  padding-right: 2px;
  text-align: right;
}
.chat_box .chat_message_wrapper.chat_message_left .chat_message_time {
  padding-right: 6px;
  /* padding-left: 40px; */
  padding-left: 0px;
}
.chat_box .chat_message_time .text {
  padding-right: 6px;
}
.chat_box .chat_message_wrapper.chat_message_right ul.attachimage>li {
  box-shadow: none;
  padding: 8px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.chat_box_wrapper .attachimage li {
  padding: 0px;
  background-color: transparent!important;
  border: 1px solid #e6e6e6;
}
.chat_box_wrapper .attachimage li:before {
  border-left-color: transparent!important;
}
.chat_box_wrapper .attachimage li .chat_message_time {
  color: #949494!important;
}
.chat_box_wrapper .emojisingle li {
  padding: 0px;
  background-color: transparent!important;
  box-shadow: none!important;
  border: 0px!important;
  padding-bottom: 0px!important;
}
.chat_box_wrapper .emojisingle li:before {
  border-left-color: transparent!important;
}

.chat_box_wrapper .emojisingle li span.emoji-outer {
  width: 60px;
  height: 60px;
}
.chat_box_wrapper .emojisingle li .chat_message_time {
  color: #949494!important;
}
.chat_box_wrapper .image-file {
  display: inline-flex;
  cursor: pointer!important;
  text-decoration: none;
  color: #0875b6;
  word-break: break-word;
  word-wrap: break-word;
}
.chat_box_wrapper .image-file img {
  max-width: 50px;
}
.chat_box_wrapper .image-file .icon-attachment {
  padding: 4px;
  font-size: 14px;
}
.chat_box_wrapper .file-name {
  cursor: pointer!important;
  font-size: 14px;
  text-decoration: underline;
}
.fa-info-circle {
  font-size: 102px!important;
  display: block!important;
  text-align: center;
  color: #e4e4e4;
  margin-top: 35%;
}
.chat_box_wrapper .image-a {
  display: table-cell;
  position: relative;
  cursor: pointer!important;
  table-layout: fixed;
}
.chat_box_wrapper .image-a img{
  max-width: 100%;
  width:100%;
}
.chat_box_wrapper .image-name {
  display: none;
  position: absolute;
  top: 0px;
  top: 35%;
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer!important;
}
.chat_box_wrapper .icon-dwnimg {
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: rgb(211, 211, 211);
  cursor: pointer!important;
  font-size: 32px;
  width: 35px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  padding: 0%;
  position: absolute;
}
.chat_box_wrapper .image-a:hover .image-name {
  display: block;
}
.chat_box_wrapper .image-a:hover .icon-dwnimg {
  display: table-cell!important;
}
.chat_box_wrapper.image-a:hover img {
  filter: blur(8px);
  cursor: pointer;
}
/*---
	Chat bubble end
	---*/

/*--------------
	Widget conversation thread starts
	----------------*/

.conversation-history {
  height: calc(100% - 228px);
  overflow-y: auto;
  padding-bottom: 50px;
}
.conversation-history .thread {
  height: 80px;
  margin: 0px 5px 10px 5px;
  position: relative;
  display: block;
}
.conversation-history .thread:hover,.conversation-history .thread:focus-within {
  background-color: #f7f7f7;
  cursor: pointer;
  border-radius: 2px;
}
.conversation-history .thread:before {
  content: '';
  clear: both;
  display: block;
  border-bottom: 1px solid #E2E7FF;
  height: 1px;
  width: calc(100% - 30px);
  margin: 0px auto;
  padding: 2px;
  position: relative;
  top: -10px;
}
.conversation-history .thread .left {
  width: 78%;
  float: left;
  padding: 5px 0px 8px 15px;
  box-sizing: border-box;
}
.conversation-history .thread .left h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.conversation-history .thread .left p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #545454;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  max-height: 40px;
}
.conversation-history .thread .left p.yourmsg{
  font-weight: 400!important;
}
.conversation-history .thread .right {
  width: 22%;
  /* height: 100%; 
  position: relative;*/
  float: left;
  padding: 8px 15px 8px 0px;
  box-sizing: border-box;
}
.conversation-history .thread .right .time {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #757575;
}
.conversation-history .thread .right .badge {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #FF3030;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
/*Quick reply starts*/
.quickyreplymsg,.quickreplymsg{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;padding-left: 8%;}
.quickreply{
  background: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 16px;
  margin-left: 2%;
  cursor: pointer;
  max-width: 100%;
  word-break: break-word;
  float: right;
  text-align: left;
  line-height: 21px;
  margin-bottom:2%;
}

/*Quick reply ends*/
/*--------------
	Widget conversation thread ends
  ----------------*/
  /*Emoji Starts*/
  .emoji-popup{
    position: absolute;
    bottom: 60px;
    left: 0px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
  }
  .emoji-popup.open{
    display: block!important;
  }
  .emoji-content{
    height: 100%;
    overflow-y: auto;
  }
  .emoji-content > span{
    font-size: 24px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
    cursor: pointer;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
  }
/*Emoji Ends*/
.convwindowloader img{    margin: 0 auto;
  float: none;
  display: block;
  width: 35px;}
/*---
LOADING ICON-Main window Start
---*/

.showbox {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #f6f6f6;
}
.menupage .showbox {
  top: 1px
}
.loaderimg {
  position: absolute;
  top: 20px;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.loadingtxt {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  color: #959cad;
  font-size: 0.8rem;
}
.loader {
  position: absolute;
  margin: 0 auto;
  width: 75px;
  left: 0px;
  top: 35%;
  right: 0px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
  top: 30%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.loader .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-small {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.loading-small .loading-txt {
  bottom: -10px;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #959cad;
}
.loading-small .circular {
  width: 20px;
  height: 20px;
  top: 50%;
}
.path {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.chat_box_wrapper .emojisingle li p {
  text-align: right;
  font-size: 60px!important;
  text-shadow: 0px 2px 5px #cacaca;
}
/*Responsive Starts*/
.imichatwidget-body.widgetmobile {
  position: fixed;
  overflow: hidden;
}

/*Responsive Ends*/
.loadingoverlay{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #56627c;
  }
  40% {
    stroke: #56627c;
  }
  66% {
    stroke: #56627c;
  }
  80%, 90% {
    stroke: #56627c;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #56627c;
  }
  40% {
    stroke: #56627c;
  }
  66% {
    stroke: #56627c;
  }
  80%, 90% {
    stroke: #56627c;
  }
}
/*---
LOADING ICON-Main window End
---*/
.modal.fade.show {opacity: 1!important;}
.chat_box .chat_message_wrapper ul>li.systemicon{display:none;}
.md-background-color--gray-20.md-badge.md-badge--round.icon-bot-customer-assistant_16{display:none;}
li.moicon{width: 100%;
padding-right: 0px!important;}
.btn-block {
    display: block;
    width: 100%;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.chat_pci_complaince_banner {

    position: absolute;
    width: 90%;
    left:5%;
    bottom: 2px;
	background:#f7f7f7;
	border-radius:8px;
	padding:8px 12px;
	font-size:12px;
	text-align:center;
	font-style: italic;
    z-index:9;

}
.chat_box .chat_message_wrapper ul li a {

color: inherit;

text-decoration: underline;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #545454!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #545454!important;
}