
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: karla, sans-serif;
  font-weight: bold;
}
.header-client-name {
  font-size: 1rem;
  font-weight: bold;
  color: #005151;
}
.message-container {
  border-radius: 10px;
  border: 2px solid #005151;
  background-color: #f5f5f5;
  color: #4a4a4a;
  padding: 20px;
  font-size: 16px;
  word-break: break-word;
}
.doc-message {
  margin-bottom: 15px;
  white-space: pre-line;
}


/*# sourceMappingURL=whatsapp-contact-form.c1bb86c2.css.map*/