#chat_wakeup {
    z-index: 2147483647 !important;
}

#mychatbot {
    z-index: 2147483647 !important;
}

.chatux-btn-chat {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background-color: #0c6cb8;
    border: none;
}
.chatux-btn-chat:hover {
    background-color: #0c6cb8;
    border: none;
}

.botui-container {
    max-height: none !important;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.botui-container * {
    max-height: none !important;
}

.botui-actions-text-input {
    border: 0;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
    font-family: "Open Sans", sans-serif;
    color: #1F1F1F;
    background-color: #ffffff;
    width: 77%;
}

.botui-actions-buttons-button {
    box-shadow: none;
    border: none;
    padding: 9px 10px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
}