body {
  background-color: #ccc;
}

button {
  border: 1px solid #ccc;
}

.datoflex-chatblob-widget {
  position: fixed;
  bottom: 40px;
  right: 30px;
}

.datoflex-chatblob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  z-index: 1000;
}

.datoflex-chatblob-icon-container {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
  background: #24CC63 url(//dd7tel2830j4w.cloudfront.net/f1628871030900x601106378308476000/whatsapp_logo.svg) center center no-repeat;
  background-size: 28px auto;
  cursor: pointer;
}

.datoflex-chatblob-icon-container:hover {
  background-color: #65db91;
}

.datoflex-chatblob-popup {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
  width: 300px;
  right: 0px;
  bottom: 60px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
}

.datoflex-chatblob-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.datoflex-chatblob-popup-top {
  padding: 12px;
  background-color: #24CC63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.datoflex-chatblob-popup-headericon {
  width: 30px;
  height: 30px;
}

.datoflex-chatblob-popup-top-content {
  margin-left: 12px;
  line-height: 18px;
}

.datoflex-chatblob-popup-top-content span {
  font-weight: bold;
}

.datoflex-chatblob-popup-bottom {
  padding: 12px;
}

.datoflex-chatblob-popup-link {
  text-align: center;
  display: block;
  color: #fff !important;
  padding: 18px;
  background-color: #24CC63;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none !important;
}

.datoflex-chatblob-popup-link:hover {
  background-color: #65db91;
}
/*# sourceMappingURL=styles.css.map */