@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap");

#WACLauncher__Button:focus,
#WAC__inputContainer-TextArea:focus {
  outline: 2px dotted #e42312 !important;
}
#WAC__inputContainer-TextAreaContainer {
  border-color: 1px solid #ccc !important;
}
#WAC__inputContainer-TextArea:focus {
  border-color: transparent !important;
}
/* Fix the overflow of the search result */
.WACContainer .WAC__searchResult--padding .WAC__searchResponseBody {
  display: initial !important;
  white-space: pre-wrap !important;
}

/* Fix the vertical alignment of the bot avatar and bot text */
.WAC__bot-message {
  align-items: center;
}

.tooltip-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.tooltip-container > button {
  border: none;
  padding: 0;
}

.tooltip-container > button > img {
  background-color: #333;
}

.WACContainer .WAC__RichText ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.WACContainer .ibm-web-chat--default-styles ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

#WACContainer.WACContainer .WACSearchMessage__ResultTitle {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding-left: 12px;
  margin-right: 12px;
  align-self: flex-start;
}

#WACContainer.WACContainer .WACSearchMessage__ResultIconRow {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}

#WACContainer.WACContainer .WACSearchMessage__ResultTop {
  padding-top: 16px;
  overflow: hidden;
}

#WACContainer.WACContainer .WACSearchMessage__ResultRemaining {
  padding: 12px;
  font-size: 12px;
  margin-right: 16px;
}

#WACContainer.WACContainer .WACWidget__textEllipsis {
  width: 100%;
  white-space: normal !important;
  width: auto;
}
