html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f2f2;
}

iframe {
  width: 100%;
}

.botui-app-container {
  padding: 20px;
  margin-top: 20px;
  max-width: 410px;
  max-height: 500px;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
}

.botui-container {
  background-color: #f2f2f2;
}
.botui-message-content {
  background-color: #fff;
  color: #27251F;
  border: 2px solid #0092d1;
  line-height: 1.5;
}

.botui-message-content a {
  color: #0092d1;
  font-weight: bold;
}

.botui-message-content.human {
  background-color: #fff;
  color: #27251F;
  border: 2px solid #009775;
}

.botui-actions-text-input {
  color: #27251f;
  border-bottom: 2px solid #009775;
  margin: 0;
  width: 100%;
}

.botui-actions-buttons-button {
  line-height: 1 !important;
  background-color: #3498DB;
}

.botui-message-content-link {
  color: #ffffff;
}

.botui-messages-container {
  padding: 15px;
}
