.botui-message-content {
    background-color: #E5E5E5;
}
.botui-message-content.human {
    background-color: #999191;
}
.botui-actions-buttons-button {
    background: #6A6262;
    border: none;
    box-shadow: none;
}
.botui-actions-buttons-button.style-modern, .botui-actions-buttons-button.style-classic {
  padding-top: 15px;
}
.botui-actions-buttons-button.style-modern:before {
    content: '';
    background: url(https://www.angerer-freizeitmoebel.de/media/botui/images/berater-stil-modern.png);
    height: 110px;
    width: 110px;
    display: block;
    background-color: #E5E5E5;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 4px;
}
.botui-actions-buttons-button.style-classic:before {
    content: '';
    background: url(https://www.angerer-freizeitmoebel.de/media/botui/images/berater-stil-classic.png);
    height: 110px;
    width: 110px;
    display: block;
    background-size: 100%;
    background-color: #E5E5E5;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 4px;
}
.botui-actions-buttons-button.color-green {
    background-color: #014f03;
}
.botui-actions-buttons-button.color-terracotta {
    background-color: #c2611c;
}
.botui-actions-buttons-button.color-blue {
    background-color: #1b2a7f;
}
.botui-actions-buttons-button.color-beige {
    background-color: #a39274;
}
.botui-actions-buttons-button.color-brown {
    background-color: #452705;
}
.botui-actions-buttons-button.color-red {
    background-color: #941c03;
}
.botui-actions-buttons-button.color-grey {
    background-color: #57595D;
}
.text-orange {
    color: #ff851b !important;
}

.botui-actions-text-input {
    font-size: 16px !important;
}

.botui-messages-container {
    padding: 0 !important;
}