/*
.toolbar.theme--dark {
    background-color: #2b2b2b !important;
}

.toolbar__title {
    font-family: "Sans-serif" !important;
    font-size: 1.875em !important;
    color: #ffffff !important;
}

.message-list-container {
    background-color: #dcdbdc !important
}

.message-bot .message-bubble {
    background-color: #eeedeb !important;
}

.message-human .message-bubble {
    background-color: #afcffa !important;
}

.message-bubble p {
    margin-bottom: 8px;
}

.message-bubble p:last-child {
    margin-bottom: 0px;
}

.message-bubble .message-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
    font-size: 1rem;
}

.message-bubble {
    border-radius: 10px !important;
    padding: 2px 18px !important;
}

.message-text {
    color: #000000;
    width: 100%;
}

.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;
}

.card__title.card__title--primary {
    background-color: #eeedeb !important;
}


.input-group--text-field input,
.input-group--text-field textarea,
.input-group--text-field label {
    font-size: 14px !important;
}

.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;
}

.toolbar__title {
  font-size: 1em !important;
}

.message-bot .message-bubble {
  background-color: #0397bf !important;
  color: #fff !important;
}

.message-bot .message-bubble a {
  color: #fff !important;
}

.message-bot .message-bubble a:hover {
  text-decoration: none !important;
}

/* response card */

.response-card {
  padding: 0.5em;
  border: 2px solid #ccc;
  border-radius: 24px;
}

.response-card .card__text {
  background-color: #0397bf;
  color: #fff;
  border-radius: 24px;
  display: inline-flex;
  font-size: calc(1em + .25vmin);
  padding: 0.8em;
  width: fit-content;
}

button.secondary--text.btn--round.accent {
  background-color: #fff !important;
  border: 2px solid #0397bf !important;
}

/* zin button */

button.min-button > div {
  display: none;
}

button.min-button:after {
  content: "";
  width: 52px;
  height: 52px;
  background: url(zinerva.png) no-repeat center center;
  background-color: #0397bf;
}