.bot-chat-main {
    float: right;
    padding-right: 250px;
}

.bot-chat-icon {
    width: 40px;
    height: 80px;
    position: fixed;
    bottom: 48px;
    right: 48px;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 80px;
    cursor: pointer;
    right: 0;
    color: #fff;
}


@media only screen and (max-width: 560px) {
    .bot-chat-icon {
        display: none;
    }
}



.bot-chat-icon .bot-chat-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 8px;
    overflow: hidden;
}

.div-bot-chat {
    height: 450px;
    position: fixed;
    width: 500px;
    bottom: 16px;
    right: 50px;
    z-index: 999;
    background-color: #f2f2f2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}


.bot-chat-main .wc-header {
    position: relative;
    background-color: #4f60d2;
    height: 50px;
    line-height: 50px;
    padding-left: 8px;
    padding: 8px;
}

    .bot-chat-main .wc-header .wc-header__image {
        display: inline-block;
        vertical-align: middle;
        margin-right: 16px;
        border-radius: 50%;
        border: 2px solid #fff;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

    .bot-chat-main .wc-header .wc-header__text {
        margin-left: 64px;
        font-size: 16px;
    }

    .bot-chat-main .wc-header .wc-header__icon {
        margin-right: 16px;
        font-size: 26px;
        cursor: pointer;
        line-height: 55px;
        float: right;
    }

.bot-chat-main .wc-message-groups {
    background-color: #fafafa;
    border-bottom: 1px solid #dddddd;
    padding: 16px;
}

.bot-chat-main .wc-console {
    border: 5px solid transparent;
    background-color: #fff;
    line-height: 40px;
}

    .bot-chat-main .wc-console textarea::-webkit-input-placeholder,
    .bot-chat-main .wc-console input[type=text]::-webkit-input-placeholder {
        color: #ccc;
    }

    .bot-chat-main .wc-console textarea::-moz-placeholder,
    .bot-chat-main .wc-console input[type=text]::-moz-placeholder {
        color: #ccc;
    }

    .bot-chat-main .wc-console textarea:-ms-input-placeholder,
    .bot-chat-main .wc-console input[type=text]:-ms-input-placeholder {
        color: #ccc;
    }

    .bot-chat-main .wc-console textarea:-moz-placeholder,
    .bot-chat-main .wc-console input[type=text]:-moz-placeholder {
        color: #ccc;
    }

.bot-chat-main .wc-textbox {
    left: 8px;
    bottom: inherit;
    right: 0;
    position: relative;
}

.bot-chat-main .wc-console input[type=text] {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    color: #ccc;
}

    .bot-chat-main .wc-console input[type=text]:focus {
        color: #333;
        border-bottom: 1px solid #4f60d2;
    }

.bot-chat-main .wc-message-from-me .wc-message-content {
    border-radius: 6px;
    border-bottom-right-radius: 0;
}

.bot-chat-main .wc-message-from-bot {
    margin-left: 3px;
}

    .bot-chat-main .wc-message-from-bot .wc-message-content {
        border-radius: 6px;
        border-bottom-left-radius: 0;
        background-color: #e6e6e6;
    }

.bot-chat-main .wc-message-from-me svg.wc-message-callout path {
    display: none;
}

.bot-chat-main .wc-message-from-bot svg.wc-message-callout path {
    display: none;
}

.bot-chat-main .wc-message-from-me .wc-message-content {
    background-color: #4f60d2;
}

body .bot-chat-main .wc-app, .bot-chat-main .wc-app button, .bot-chat-main .wc-app input, .bot-chat-main .wc-app textarea {
    font-family: azoSansWeb;
}

.bot-chat-main .wc-message-content {
    box-shadow: none
}

.bot-chat-main .wc-adaptive-card {
    max-width: 100%;
}

.bot-chat-main .wc-carousel button.scroll.next {
    right: -8px;
}

.bot-chat-main .wc-message-content .video iframe {
    width: 100%;
}

.bot-chat-main label.wc-upload {
    display: none;
}

.bot-chat-main button.wc-send {
    background-color: white;
    border: 0px;
    right: -5px;
}

.speech-bubble {
    position: absolute;
    background: #00aabb;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    top: -40px;
    left: -18px;
    line-height: 35px;
    font-size: 22px;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #00aabb;
        border-bottom: 0;
        margin-left: -5px;
        margin-bottom: -5px;
    }

@keyframes Eyebrows {
    0% {
        transform: translateY(0)
    }

    3%, 4% {
        transform: translateY(-25px)
    }

    4%, 6% {
        transform: translateY(0)
    }

    6%, 7% {
        transform: translateY(-25px)
    }

    7%, 100% {
        transform: translateY(0)
    }
}

#Eyebrows {
    position: relative;
    animation: Eyebrows 7s ease infinite;
}


@keyframes Eyes {
    0% {
        opacity: 0
    }

    3%, 96% {
        opacity: 1
    }

    97%, 100% {
        opacity: 0
    }
}

#Eye_-_right {
    animation: Eyes 5s ease infinite;
}

#Eye_-_left {
    animation: Eyes 5s ease infinite;
}
