.chaty-widget.hide-cht-widget
  .chaty-widget.one_widget
  .chaty-widget-i:not(.no-tooltip):before {
  display: none;
}
.facebook .chaty-widget-i-title {
  padding: 0 !important;
}
.widget-img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.widget-img {
  text-align: center;
  background: 0 0 !important;
}
.widget-img img {
  object-fit: cover;
  border-radius: 50%;
}
.chaty-widget
  .chaty-widget-i.facebook.active.before
  .chaty-widget-i-title.fb-title {
  display: none !important;
}
.wechat-box img {
  object-fit: cover;
  max-width: 230px;
  height: auto;
  width: 100%;
  display: block;
}
.wechat-box-head svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.wechat-box-head SVG {
  cursor: pointer;
  width: 30px;
  height: 30px;
  fill: #fff;
  font-weight: 700;
}
.wechat-box-head {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  padding: 0 0 0 10px;
  line-height: 34px;
  background: #34a700;
  height: 34px;
}
.wechat-box {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding: 10px;
  width: 100%;
}
.chaty-inline-popup {
  vertical-align: bottom;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  left: 100px;
  padding: 0;
  z-index: 100001;
  width: 280px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
}
.chaty-social-img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chaty-social-img img {
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  line-height: 0;
  margin: 0;
  padding: 0;
}
.widget-img {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: inherit;
  border-radius: 100%;
}
.set-url-target {
  line-height: 0;
}
.get {
  opacity: 1;
}
.chaty-widget-show .get {
  opacity: 1;
}
.none-widget-show .get {
  opacity: 0;
}
.get a {
  color: #222 !important;
  text-decoration: none !important;
}
body .one_widget .bofore_del:before {
  opacity: 0 !important;
  display: none;
}
.one_widget.chaty-widget:not(.chaty-widget-is-right)
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  font-size: 17px;
  left: -3px;
  top: 50%;
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip):before {
  opacity: 1 !important;
}
.snap-wee-title {
  z-index: 20;
  opacity: 0;
  padding: 10px 10px 9px 12px !important;
  font-size: 17px;
  transform: translate(calc(-100% - 14px), -50%);
  left: -3px;
  top: 50%;
  white-space: nowrap;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: absolute;
}
@media (min-width: 1024px) {
  .chaty-widget-i:hover .snap-wee-title {
    opacity: 1;
  }
}
.chaty-widget-i.hover .snap-wee-title {
  opacity: 1;
}
.chaty-whatsapp-message p {
  margin: 0;
  padding: 0;
  color: #303030;
}
.snap-wee-title:before {
  content: "";
  right: -9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  z-index: 11;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.snap-wee-title p {
  color: #222;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.chaty-widget-i .chaty-widget-i-title p {
  color: #222 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.chaty-widget-i .i-trigger a {
  color: #222 !important;
  text-decoration: none !important;
}
* {
  -webkit-tap-highlight-color: transparent !important;
}
.i-trigger-close svg,
.i-trigger-open svg {
  transition: all 0.5s;
}
.chaty-widget-show .i-trigger-close svg,
.chaty-widget-show .i-trigger-open svg {
  transform: rotate(180deg);
}
.none-widget-show .i-trigger-ope {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
}
.chaty-widget-show .i-trigger-cloe {
  -webkit-animation: fadein 1.5s;
  -moz-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  -o-animation: fadein 1.5s;
}
.chaty-widget
  .i-trigger-open.chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  transform: translate(calc(-100% - 12px), -50%);
}
.chaty-widget-is-right.chaty-widget
  .i-trigger-open.chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 12px), -50%);
}
.chaty-widget-is-right.chaty-widget
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 13px), -50%);
}
.chaty-widget-is-right.chaty-widget.one_widget
  .chaty-widget-i:not(.no-tooltip):before {
  left: auto;
  right: -18px;
}
.chaty-widget.one_widget .chaty-widget-i:not(.no-tooltip):before {
  left: -18px;
}
.one_widget .i-trigger-open .chaty-widget-i-title {
  padding: 10px 10px 9px 12px !important;
}
.one_widget .i-trigger-open.hidetooltip .chaty-widget-i-title {
  display: none;
}
.one_widget .i-trigger-open.hidetooltip .chaty-widget-i:before {
  display: none;
}
.chaty-widget .chaty-widget-i.before.facebook:not(.no-tooltip):hover:before,
.chaty-widget
  .chaty-widget-i.facebook.before:not(.no-tooltip):hover
  .chaty-widget-i-title {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip).before:before {
  opacity: 1;
}
.one_widget .chaty-widget-i svg {
  position: relative;
}
body .chaty-widget-i-title.true {
  opacity: 1 !important;
}
.chaty-widget .i-trigger-open:not(.no-tooltip):before {
  opacity: 1 !important;
}
.chaty-widget
  .chaty-widget-i.facebook.active:not(.no-tooltip)
  .chaty-widget-i-title,
.chaty-widget .chaty-widget-i.facebook:not(.no-tooltip):hover:before {
  pointer-events: initial;
}
.chaty-widget .facebook_header {
  background-color: #1e88e5;
  height: 34px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .chaty-widget-i .facebook_header p {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff !important;
  position: relative;
}
.facebook_header p,
.facebook_header svg {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.chaty-widget .chaty-widget-i .facebook_header svg {
  height: 30px !important;
  width: 30px !important;
}
.chaty-widget {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .i-trigger-close .chaty-widget-i-title {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mobile_none {
    display: none;
  }
  .chaty-widget.mobile_active {
    display: block !important;
  }
}
@media screen and (min-width: 480px) {
  .chaty-widget.desktop_active {
    display: block !important;
  }
}
.chaty-widget {
  position: fixed;
  z-index: 9999;
}
.chaty-widget .chaty-widget-is {
  display: flex;
  z-index: 1111;
  flex-wrap: wrap;
  overflow: hidden;
  height: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: auto;
  bottom: 65px;
  opacity: 0;
}
#transition_disabled {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.chaty-widget .i-trigger {
  cursor: pointer;
  position: relative;
}
.chaty-widget .i-trigger .i-trigger-close,
.chaty-widget .i-trigger .i-trigger-open {
  transition: all 0.2s;
}
.chaty-widget .i-trigger .i-trigger-close {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  z-index: 2;
}
.chaty-widget .i-trigger .i-trigger-open {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget .i-trigger .i-trigger-close {
  opacity: 0;
  pointer-events: none;
}
.chaty-widget.chaty-widget-show .i-trigger .i-trigger-open {
  opacity: 0;
  pointer-events: none;
}
.chaty-widget.chaty-widget-show .i-trigger .i-trigger-close {
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget.chaty-widget-show .chaty-widget-is {
  pointer-events: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.chaty-widget.chaty-widget-show .chaty-widget-is .chaty-widget-i {
  opacity: 1;
  overflow: visible;
}
.chaty-widget .chaty-widget-i .chaty-widget-i {
  margin: 0;
}
.chaty-widget .chaty-widget-i {
  border-radius: 50%;
  vertical-align: top;
  width: 54px;
  height: 54px;
  position: relative;
  margin: 4px;
}
.chaty-widget .chaty-widget-i .wrap-svg,
.chaty-widget .chaty-widget-i svg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.chaty-widget .chaty-animation-sheen .wrap-svg,
.chaty-widget .chaty-animation-sheen svg {
  box-shadow: none;
}
.chaty-widget .chaty-animation-sheen {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
}
body .i-trigger-open .chaty-widget-i-title {
  padding: 5px 16px 5px 17px !important;
}
.chaty-widget:not(.chaty-widget-is-right) .i-trigger-open:before {
  left: -12px !important;
}
.one_widget.chaty-widget.chaty-widget-is-right .i-trigger-open:before {
  right: -12px !important;
}
body .one_widget .i-trigger-open .chaty-widget-i-title.face_title {
  padding: 0 !important;
}
.one_widget.chaty-widget
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  transform: translate(calc(-100% - 14px), -50%);
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip):before {
  content: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip):before {
  content: "";
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  z-index: 11;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title {
  text-align: center;
  font-size: 17px;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 13px), -50%);
  white-space: nowrap;
  padding: 5px 15px;
  line-height: 21px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.chaty-widget .chaty-widget-i:not(.no-tooltip):hover .chaty-widget-i-title,
.chaty-widget .chaty-widget-i:not(.no-tooltip):hover:before {
  opacity: 1;
  pointer-events: auto;
}
.chaty-widget
  .chaty-widget-i.facebook:not(.no-tooltip):hover
  .chaty-widget-i-title,
.chaty-widget .chaty-widget-i.facebook:not(.no-tooltip):hover:before {
  opacity: 0;
  pointer-events: auto;
}
.chaty-widget .chaty-widget-i .color-element {
  transition: all 0.2s;
}
.chaty-widget:not(.chaty-widget-is-right) .chaty-widget-is {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 65px;
  justify-content: flex-end;
}
.chaty-widget.chaty-widget-is-right .i-trigger-open.chaty-widget-i:before {
  right: -13px;
  left: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.chaty-widget.chaty-widget-is-right .chaty-widget-i:before {
  right: -14px;
  left: auto;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.chaty-widget.chaty-widget-is-right
  .chaty-widget-i.facebook.active
  .chaty-widget-i-title.face_title {
  position: fixed;
  transform: initial !important;
  right: auto;
  top: calc(100% - 484px);
}
.chaty-widget .chaty-widget-i.facebook.active .chaty-widget-i-title {
  min-width: 250px;
  padding: 0;
  position: fixed;
  transform: initial;
  right: 29px;
  left: auto;
  top: calc(100% - 484px);
}
.one_widget.chaty-widget.chaty-widget-is-right
  .chaty-widget-i
  .chaty-widget-i-title {
  right: 0;
  left: auto;
  transform: translate(calc(100% + 17px), -50%) !important;
}
.chaty-animation-pulse {
  animation: chaty-animation-pulse 5s infinite;
}
.chaty-animation-jump {
  animation: chaty-animation-jump 5s infinite
    cubic-bezier(0.84, -0.54, 0.31, 1.19);
}
.chaty-animation-waggle {
  animation: chaty-animation-waggle 5s infinite;
}
.chaty-animation-sheen {
  position: relative;
  overflow: hidden;
}
.chaty-animation-sheen:after {
  animation: chaty-animation-sheen 5s infinite;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.5) 50%,
    transparent
  );
  transform: rotateZ(60deg) translate(0, 5em);
}
.chaty-animation-spin {
  animation: chaty-animation-spin 5s infinite
    cubic-bezier(0.56, -0.35, 0.22, 1.5);
}
.chaty-animation-fade {
  animation: chaty-animation-fade 5s infinite;
}
@keyframes chaty-animation-pulse {
  0% {
    background-color: orange;
  }
  5% {
    background-color: red;
  }
  10% {
    background-color: orange;
  }
  15% {
    background-color: red;
  }
  100%,
  20% {
    background-color: transparent;
  }
}
@keyframes chaty-animation-jump {
  0% {
    transform: none;
  }
  10% {
    transform: translateY(-1em);
  }
  100%,
  20% {
    transform: none;
  }
}
@keyframes chaty-animation-waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  13% {
    transform: rotateZ(25deg) scale(1.2);
  }
  15% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  17% {
    transform: rotateZ(15deg) scale(1.2);
  }
  20% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  22% {
    transform: rotateZ(0) scale(1.2);
  }
  100%,
  24% {
    transform: rotateZ(0) scale(1);
  }
}
@keyframes chaty-animation-sheen {
  100%,
  20% {
    transform: rotateZ(60deg) translate(0, -80px);
  }
}
@keyframes chaty-animation-spin {
  10% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease;
  }
  100%,
  20% {
    transform: rotateZ(360deg);
  }
}
@keyframes chaty-animation-fade {
  5% {
    opacity: 0.25;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0.25;
  }
  100%,
  20% {
    opacity: 1;
  }
}
.start-now,
.start-now:after {
  animation-delay: 0;
}
.chaty-widget .i-trigger {
  z-index: 1000;
}
.chaty-widget:not(.chaty-widget-is-right) .chaty-widget-is {
  z-index: 1000;
}
.chaty-nav:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  z-index: 100;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.chaty-nav.left:before {
  clip-path: circle(15px at 60px calc(100% - 60px));
}
.chaty-nav.right:before {
  clip-path: circle(15px at calc(100% - 60px) calc(100% - 60px));
}
.chaty-nav.active:before {
  visibility: visible;
  clip-path: circle(100%);
}
.chaty-widget-is.has-no-close-btn {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}
.chaty-widget.hide-tooltip-arrow .chaty-widget-i:before {
  display: none !important;
}
body .no-tooltip .chaty-widget-i-title.true {
  display: none;
}
.chaty-widget-i.hide-chaty-arrow:before {
  display: none;
}
.chaty-widget-show .i-trigger-open.single-button svg {
  transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}
.facustom-icon {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
}
.chaty-widget-is a {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.chaty-widget-is svg {
  margin: 0;
  padding: 0;
}
.chaty-main-widget {
  display: none;
}
.chaty-in-desktop .chaty-main-widget.is-in-desktop {
  display: block;
}
.chaty-in-mobile .chaty-main-widget.is-in-mobile {
  display: block;
}
.chaty-widget.hide-widget {
  display: none !important;
}
body div.chaty-widget.hide-widget {
  display: none !important;
}
.chaty-widget.horizontal-cht-menu .chaty-widget-is {
  display: inline-block;
  top: 0;
  right: 100% !important;
  left: auto !important;
}
.chaty-widget.horizontal-cht-menu.chaty-widget-is-right .chaty-widget-is {
  left: 100% !important;
  right: auto !important;
}
.chaty-widget.horizontal-cht-menu
  .chaty-widget.chaty-widget-is-right
  .chaty-widget-is {
  right: auto !important;
  left: 100% !important;
}
.chaty-widget.horizontal-cht-menu .chaty-widget.one_widget .chaty-widget-is {
  right: 0 !important;
  left: 0 !important;
}
body.chaty-in-desktop
  .chaty-widget.horizontal-cht-menu
  .chaty-main-widget.is-in-desktop,
body.chaty-in-mobile
  .chaty-widget.horizontal-cht-menu
  .chaty-main-widget.is-in-mobile {
  display: inline-block !important;
}
.wechat-qr-code.right {
  right: 25px;
  left: auto;
}
.wechat-qr-code.left {
  right: auto;
  left: 25px;
}
.chaty-widget.horizontal-cht-menu
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip)
  .chaty-widget-i-title {
  right: auto;
  left: auto;
  transform: translate(calc(-50% + 26px), -140%);
  top: 0;
}
.chaty-widget.horizontal-cht-menu
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip):before {
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
}
.chaty-widget.horizontal-cht-menu.right-cht-position
  .chaty-widget-is
  .chaty-widget-i:not(.no-tooltip):before {
  transform: rotate(90deg);
}
.i-trigger.one-widget.no-tooltip:not(.show-channel) .chaty-widget-i-title {
  display: none;
}
.i-trigger.one-widget.no-tooltip:not(.show-channel) .chaty-widget-i:before {
  display: none;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel
  .chaty-widget-i:before {
  opacity: 0 !important;
}
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i-title,
body
  .chaty-widget.one_widget
  .i-trigger.one-widget.show-channel:hover
  .chaty-widget-i:before {
  opacity: 1 !important;
}
.chaty-widget.has-not-close-button .chaty-widget-is {
  top: auto !important;
  bottom: 0 !important;
}
.chaty-widget.chaty-widget-show.horizontal-cht-menu
  .chaty-widget-i.chaty-close-settings
  .chaty-widget-i-title {
  right: auto;
  left: auto;
  transform: translate(calc(-50% + 26px), -140%);
  top: 0;
}
.chaty-widget.horizontal-cht-menu
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-90deg);
}
.chaty-widget.horizontal-cht-menu.right-cht-position
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  transform: rotate(90deg);
}
span.cht-pending-message {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  font-size: 11.5px;
  border-radius: 50%;
  background: #d00;
  color: #fff;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  line-height: 20px;
}
.chaty-widget .sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}
.chaty-whatsapp-header {
  padding: 5px 0 1px 10px;
  text-align: left;
  background: #4fce5d;
}
.chaty-contact-header {
  padding: 5px 5px 5px 10px;
  text-align: left;
  background: #fff;
  font-size: 18px;
  border-bottom: solid 1px #acacac;
}
.chaty-contact-header svg,
.chaty-whatsapp-header svg {
  width: 24px;
  height: 24px;
  color: #000;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}
.close-chaty-box {
  float: right;
}
.chaty-contact-header svg {
  fill: #000 !important;
}
.chaty-whatsapp-body {
  background: #e6ddd4;
  padding: 20px 20px 20px 10px;
  position: relative;
  z-index: 2;
  height: 260px;
}
.chaty-whatsapp-body:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(../images/whatsapp.png);
}
.chaty-whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  margin-top: 4px;
  margin-left: 15px;
  max-width: calc(100% - 40px);
  font-size: 14px;
  font-family:
    Segoe UI,
    Helvetica Neue,
    Helvetica,
    Lucida Grande,
    Arial,
    Ubuntu,
    Cantarell,
    Fira Sans,
    sans-serif;
}
.chaty-whatsapp-message:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
}
.chaty-whatsapp-footer {
  position: relative;
  padding: 12px 15px;
  background: #f0f0f0;
}
.chaty-whatsapp-footer input.chaty-whatsapp-msg {
  height: 48px !important;
  line-height: 32px;
  padding: 0 10px 0 15px;
  font-size: 14px;
  resize: none;
  width: 100%;
  border: none;
  border-radius: 24px;
  outline: 0;
  font-family:
    Segoe UI,
    Helvetica Neue,
    Helvetica,
    Lucida Grande,
    Arial,
    Ubuntu,
    Cantarell,
    Fira Sans,
    sans-serif;
}
.chaty-whatsapp-footer input.chaty-whatsapp-msg:focus {
  outline: 0;
  box-shadow: none;
}
.chaty-whatsapp-footer .chaty-whatsapp-field {
  width: calc(100% - 60px);
  float: left;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn {
  line-height: 48px;
  text-align: center;
  float: right;
  height: 48px;
  width: 48px;
  padding: 8px 10px 8px 15px;
  background: #25d366;
  border-radius: 24px;
  outline: 0;
  box-shadow: none;
  border: none;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn:focus,
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn:hover {
  background: #22bf5b;
}
.chaty-whatsapp-footer button.chaty-whatsapp-submit-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.chaty-contact-body {
  padding: 10px 10px 0;
}
.chaty-inline-popup:not(.active) {
  bottom: -100% !important;
}
.chaty-input-area {
  width: 100%;
  margin-bottom: 10px;
  line-height: 36px;
}
.chaty-input-area input[type="email"],
.chaty-input-area input[type="text"],
.chaty-input-area textarea {
  width: 100%;
  height: 30px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 0 0 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.chaty-whatsapp-popup,
.chaty-whatsapp-popup input {
  position: relative;
}
.chaty-input-area input[type="email"].has-chaty-error,
.chaty-input-area input[type="text"].has-chaty-error,
.chaty-input-area textarea.has-chaty-error {
  border: solid 1px #d20000;
}
.chaty-input-area textarea {
  height: 100px;
  line-height: 1.25;
  padding: 5px 10px;
}
.chaty-contact-body form .chaty-input-area:last-child {
  padding: 0;
  margin: 0;
}
.chaty-contact-footer {
  padding: 0 10px 10px;
}
.chaty-contact-footer button.chaty-contact-submit-btn {
  width: 100%;
  padding: 5px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.close-chaty-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #30534b;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  padding: 3px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.close-chaty-popup:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.chaty-close-button {
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 0.4s;
  cursor: pointer;
}
.chaty-close-button:after,
.chaty-close-button:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  transform: rotate(45deg);
  top: 7px;
  left: 2px;
}
.close-chaty-box .chaty-close-button:after,
.close-chaty-box .chaty-close-button:before {
  background-color: #333;
}
.chaty-close-button:after {
  transform: rotate(-45deg);
}
.close-chaty-box .chaty-close-button:hover {
  transform: rotate(180deg);
}
.chaty-ajax-success-message {
  color: #00a700;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
.chaty-ajax-error-message {
  color: #da0000;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
span.chaty-error-msg {
  color: #da0000;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.chaty-widget.chaty-popup-open .chaty-widget-i:not(.no-tooltip):before {
  opacity: 0 !important;
  display: none !important;
}
.chaty-widget.chaty-popup-open .chaty-widget-i .chaty-widget-i-title {
  opacity: 0 !important;
  display: none !important;
}
.chaty-widget.hide-block {
  transition: all 0.25s linear;
}
.chaty-widget.hide-block.active {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
.chaty-animation-shockwave:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: chaty-animation-shockwave 2s 1.3s ease-out infinite;
  animation: chaty-animation-shockwave 2s 1.3s ease-out infinite;
}
.chaty-animation-shockwave:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: chaty-animation-shockwave 2s 0.8s ease-out infinite;
  animation: chaty-animation-shockwave 2s 0.8s ease-out infinite;
}
.one_widget.chaty-widget .chaty-widget-i.no-tooltip .chaty-widget-i-title {
  display: none;
}
.chaty-widget.one_widget .chaty-widget-i.no-tooltip:before {
  display: none;
}
.i-trigger.one-widget a {
  position: relative;
  display: block;
}
.i-trigger.one-widget a .animation-svg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 111;
  display: block;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.i-trigger.one-widget a:hover .animation-svg:after {
  opacity: 0.12;
}
@-webkit-keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 2px rgba(0, 0, 0, 0.3),
      inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow:
      0 0 50px transparent,
      inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
@keyframes chaty-animation-shockwave {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 2px rgba(0, 0, 0, 0.3),
      inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
  95% {
    box-shadow:
      0 0 50px transparent,
      inset 0 0 30px transparent;
  }
  100% {
    transform: scale(2.25);
  }
}
.chaty-animation-blink {
  -webkit-animation: chaty-animation-blink 1.33s ease-out infinite;
  animation: chaty-animation-blink 1.33s ease-out infinite;
}
@-webkit-keyframes chaty-animation-blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes chaty-animation-blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.chaty-animation-pulse-icon {
  -webkit-animation: chaty-animation-pulse-icon 0.4s ease infinite alternate;
  animation: chaty-animation-pulse-icon 0.4s ease infinite alternate;
}
@-webkit-keyframes chaty-animation-pulse-icon {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse-icon {
  0% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.1);
    border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse {
  0% {
    background-color: orange;
  }
  25% {
    background-color: red;
  }
  50% {
    background-color: orange;
  }
  75% {
    background-color: red;
  }
}
body.chaty-in-mobile
  .chaty-widget-i.chaty-close-settings.i-trigger-close:before {
  display: none;
}
