html,
body,
#webchat {
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
}

.h-100 {
  height: 100%;
}

.d-none {
  display: none;
}

.cassiusCardAttachment__buttonBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 14px 14px 14px;
}

.cassiusCardAttachment__buttonBar button {
  cursor: pointer;
}

.cassiusCardAttachment__reactionButtonContainer button:not(:first-child) {
  margin-left: 4px;
}

.cassiusCardAttachment__reactionButtonContainer button {
  border: none;
  background: transparent;
  font-size: 1.1rem;
  opacity: 0.75;
  transition: all 0.12s;
}

.cassiusCardAttachment__reactionButtonContainer button:disabled {
  cursor: default;
  color: grey;
  opacity: 1;
}

.cassiusCardAttachment__reactionButtonContainer button:disabled:not([data-chosen='true']) {
  opacity: 0.4;
}

.cassiusCardAttachment__reactionButtonContainer button:hover:not(:disabled) {
  opacity: 1;
  transform: scale(1.12, 1.12);
}

/* Override to wraps button text in adaptive card */
button.ac-pushButton div {
  white-space: normal !important;
  color: black !important;
}

/* IE shows scrollbar on the send box textarea element by default */
.webchat__send-box-text-box__text-area {
  overflow: auto;
}
