
.toolbar.theme--dark {
    background-color: #293557 !important;
}

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

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

.message-bot .message-bubble {
    background-color: #FFF !important;
    box-shadow: 2px 2px 3px #00000014;
}

.message-human .message-bubble {
    background-color: #E4EEF7 !important;
    box-shadow: 2px 2px 3px #00000014;
}

.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 20px !important;
}

.card__text {
    padding: 8px 16px 16px !important;
    line-height: 1.4;
}

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

.card__actions .btn {
    background-color: #293557 !important;
    border-radius: 6px;
    padding: 14px 28px;
    cursor: pointer;
    color: white !important;
	width: 250px;
	font-size: 85% !important;
	
}

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

button.min-button {
    border-radius: 10px;
    width: 225px;
    height: 50px;
    background-size: contain;
    border: none;
    background-color: #FF8E47 !important;
    color: #2E2E2E !important;
}


.message-button {
    display: none;
}