.v-toolbar.v-toolbar--density-compact.bg-red.elevation-3.v-theme--light.v-locale--is-ltr {
  background-color: #2b2b2b !important;
}

.toolbar__title {
  font-family: 'Cabin' !important;
  font-size: 16px !important;
  color: #ffffff !important;
}

button.min-button {
  background-color: #187089 !important;
  border-color: #187089 !important;
}

.message-list-container {
  background-color: #fff !important;
}

.message-bot .message-bubble {
  background-color: #f5f5f5 !important;
}

.message-human .message-bubble {
  background-color: #333333 !important;
  color: white;
}

.message-bubble p {
  margin-bottom: 3px;
}

.message-bubble p:last-child {
  margin-bottom: 0px;
}

.message-bubble {
  border-radius: 10px !important;
}

.message-bubble .message-text {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.6;
  font-family: 'Cabin' !important;
  font-size: 1rem;
}

.headline {
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
}

.card__title {
  padding: 10px 16px !important;
}

.card__text {
  padding: 8px 16px 16px !important;
  line-height: 1.4;
}

.input-group--text-field input,
.input-group--text-field textarea,
.input-group--text-field label {
  font-size: 14px !important;
  font-family: 'Cabin' !important;
}

.menu__activator {
  display: none;
}

.card__actions .btn {
  margin: 4px 4px !important;
  font-size: 1em !important;
  min-width: 44px !important;
  background-color: #afcffa !important;
}

button.min-button {
  border-radius: 60px;
}

.message-button {
  display: none;
}

/* iframe */
.lex-web-ui-iframe--minimize {
  max-width: 80px !important;
}

.lex-web-ui-iframe {
  height: 50vh !important;
  width: 40vh !important;
  min-width: 0px !important;
}
