div.webchat__stacked-layout__status {
  padding-left: 10px;
}
div.webchat__stacked-layout__content {
  padding-top:8px;
  padding-left: 10px;
  padding-right: 10px;
}
.webchat__suggested-actions button {
  text-align: left !important;
}
#botChat {
  font-size: 14.5px;
}
#botDiv .webchat__bubble .webchat__bubble__content .ac-adaptiveCard .ac-multichoiceInput {
  color: black;
}
#botChat .webchat__defaultAvatar {
  margin-top: 8px;
  margin-bottom: 8px;
}
#botChat .webchat__stackedLayout__content {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
#botChat .webchat__row {
  padding-left: 8px;
  padding-right: 8px;f
}
#botChat > div > div > div:nth-child(1) > div {
  padding-left: 60px;
  padding-right: 8px;
  padding-bottom: 6px;
}
#botChat > div > div > div:nth-child(1) > div > div {
  display: block !important;
}
#botChat button {
  overflow: visible;
  transition: all 0.3s ease-in-out;
  justify-content: left !important;
  width: auto;
}
#botChat > div > div > div:nth-child(1) > div > div > button:hover {
  cursor: pointer;
  background-color: #bdbdbd !important;
}
#botChat > div > div > div:nth-child(1) > div > div > button:focus {
  cursor: pointer;
  outline: none;
  background-color: #9e9e9e !important;
}
#botChat > div > div > div:nth-child(1) > div > div > button > nobr {
  width: 100%;
  text-align: left;
  font-weight: 400;
  white-space: pre-wrap;
}
#botDiv .webchat__bubble .webchat__bubble__content p {
  min-height: auto;
  text-align: left;
}
/* #botChat .webchat__bubble__content a {
  color: white !important;
  font-weight: 600;
  text-decoration: underline !important;
} */
#botChat .webchat__stackedLayout__content > div:last-child {
  display: none !important;
}
#botDiv .webchat__bubble .webchat__bubble__content {
  text-align: left;
}
#botDiv .webchat__bubble .webchat__bubble__content ul {
  list-style: disc;
}
