html, body {
  height: 100%;
}
body {
  margin: 0;
}

#webchat {
  height: 100%;
  width: 100%;
}

#webchat[watermark="true"] [role="complementary"] ul[role="list"]::after {
  content: "Powered By ...";
  background: linear-gradient(rgba(248, 248, 248, 0), rgba(248, 248, 248, .63), #F8F8F8 40%);
  bottom: 0;
  right: 0;
  color: #707070;
  display: block;
  font-family: 'Segoe Semibold', Calibri, 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  padding: 15px 10px 10px;
  position: absolute;
  position: sticky;
  text-align: right;
}

#webchat[watermark="true"] .webchat__scrollToEndButton {
  bottom: 32px;
  left: 50%;
  right: unset;
  transform: translate(-50%, 0);
  word-wrap: break-word;
}

button {
  border-radius: 7px;
}

ac-textBox {
  word-wrap: break-word;
}

#webchat .ac-input {
  position: relative;
}

#webchat .ac-input > div {
  align-items: start !important;
}

#webchat .ac-input input[type="checkbox"] {
  vertical-align: top !important;
  margin-top: 4px !important;

}

#webchat .ac-input input[type="checkbox"] ~label,
#webchat .ac-input button div,
#webchat .ac-actionSet button div {
  white-space: pre-wrap !important;
  text-overflow: unset !important;
}

