.vestaChatWrapper {
  position: fixed;
  background-color: #333333;
  font-family: Helvetica, Arial;
  font-size: 14px;
  -webkit-transition: top .2s, margin .2s;
  -moz-transition: top .2s, margin .2s;
  -o-transition: top .2s, margin .2s;
  transition: top .2s, margin .2s;
  width: 344px;
  bottom: 0;
  padding: 10px 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  z-index: 1499;
  border-radius: 10px 10px 0px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 10px 10px 0px !important;
  right: auto;
  left: 20px;
  bottom: 0px;
}
.vestaChatWrapper .vestaChatHeader {
  position: relative;
  min-height: 50px;
  padding-left: 70px;
  color: #97a7bd;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 1px 1px #6172a4;
}
.vestaChatWrapper .vestaChatHeader .vestaChatPhoto {
  position: absolute;
  left: 10px;
  top: 0;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  opacity: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.vestaChatWrapper .vestaChatHeader .vestaChatPhoto .vestaChatHeaderImg {
  max-width: 100% !important;
  border: none !important;
  height: auto;
}
.vestaChatWrapper .vestaChatHeader .vestaChatHeaderTitle {
  color: #ffffff;
  font-style: normal;
  font-size: 15px;
  font-family: Helvetica, Arial !important;
  line-height: 1.2;
}
.vestaChatWrapper .vestaChatHeader .vestaChatHeaderText {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 1;
  font-family: Helvetica, Arial !important;
}
.vestaChatWrapper .vestaChatHeader .vestaChatMinimize {
  position: absolute !important;
  right: 15px;
  font-weight: bold;
  width: 15px;
  color: #fff;
  font-size: 18px;
  top: 10px;
}
.vestaChatWrapper .vestaChatBody {
  background-color: #fff;
  position: relative;
  height: 360px;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
  overflow: hidden;
}
.vestaChatWrapper .vestaChatBody .vestaChatMainForm {
  text-align: center;
}
.vestaChatWrapper .vestaChatBody .vestaChatMainForm .vestaChatInputPhone {
  margin: 16px 0px 25px 0px;
  text-align: center;
  padding: 7px;
  color: #655c5c;
  border-radius: 7px;
  border: 1px solid #a7a0a0;
  font-size: 12px;
  width: 175px;
}
.vestaChatWrapper .vestaChatBody .vestaChatMainForm .vestaChatMainFormSubmit {
  padding: 10px 25px;
  border-radius: 7px;
  border: 1px solid #656262;
  font-size: 12px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
}
.vestaChatWrapper .vestaChatBody .vestaChatConfirm {
  background: #298fda;
  padding: 30px 10px 30px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 10px;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 50% 15px;
  margin-bottom: 30px;
}
.vestaChatWrapper .vestaChatBody .vestaChatConfirm img {
  width: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea {
  padding: 13px;
  overflow-y: auto;
  height: 360px;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementMe {
  padding-right: 80px;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementMe .vestaChatElTime {
  margin-left: 30px;
  font-size: 11px;
  color: #797676;
  margin-top: 7px;
  margin-bottom: 15px;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementMe .vestaChatElText {
  font-size: 12px;
  width: 100%;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e0dfdf;
  color: #000;
  margin-left: 15px;
  background: #f1f1f1;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementMe .vestaChatElText:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -7px;
  left: -5px;
  border-style: solid;
  border-top: 13px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #e0d9d9;
  transform: rotate(210deg);
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementMe .vestaChatElText:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  left: -3px;
  border-style: solid;
  border-top: 11px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 11px solid #f1f1f1;
  transform: rotate(210deg);
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementIm .vestaChatElTime {
  margin-right: 35px;
  font-size: 11px;
  color: #797676;
  margin-top: 7px;
  margin-bottom: 15px;
  text-align: right;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementIm .vestaChatElText {
  font-size: 12px;
  background: #ffffff;
  width: 210px;
  margin-right: 15px;
  padding: 14px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e0dfdf;
  margin-left: 50px;
  color: #000;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementIm .vestaChatElText:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -14px;
  border-style: solid;
  border-top: 13px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #e0d9d9;
  transform: rotate(22deg);
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatMsgElement.vestaChatMsgElementIm .vestaChatElText:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  right: -14px;
  border-style: solid;
  border-top: 11px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 11px solid #ffffff;
  transform: rotate(22deg);
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatPreloader {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatPreloader img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.vestaChatWrapper .vestaChatBody .vestaChatMsgArea .vestaChatPreloader .vestaChatWaitting {
  font-size: 11px;
  color: #797676;
  margin-top: 7px;
  margin-bottom: 15px;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap {
  position: absolute;
  width: 100%;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap textarea {
  width: 280px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #dad4d4;
  padding: 4px 4px 10px 4px;
  overflow: hidden;
  resize: none;
  text-transform: inherit;
  overflow-y: auto;
  line-height: 16px;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap .vestaChatSendBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 21px;
  line-height: 19px;
  margin-top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap .vestaChatSendBtn .vestaChatArrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0px 0px -6px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}
.vestaChatWrapper .vestaChatFooter {
  text-align: center;
  padding: 5px 0 7px;
  -webkit-transition: all .2s, margin .2s;
  -moz-transition: all .2s, margin .2s;
  -o-transition: all .2s, margin .2s;
  transition: all .2s, margin .2s;
}
.vestaChatWrapper .vestaChatFooter a {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.vestaChatWrapper.vchhidden .vestaChatBody {
  height: 0 !important;
  padding-bottom: 0 !important;
}
.vestaChatWrapper.vchhidden .vestaChatFooter {
  height: 0 !important;
  padding: 0 !important;
}
.vestaChatWrapper.vchhidden .vestaChatMinimize {
  font-size: 0;
  border-bottom: 2px solid white;
}
