﻿@charset "utf-8";

#vz-live-chat > a {
    text-decoration: none;
}

#vz-live-chat {
    font-family: Roboto,'Helvetica Neue',sans-serif;
}

.vz-widget-container {
    font-family: Roboto,'Helvetica Neue',sans-serif;
    transition: all .3s ease,opacity .3s ease;
}

#vz-live-chat > p {
    margin: 0;
}

#vz-live-chat {
    z-index: 10001;
    bottom: 20px;
    font-size: 14px;
    right: 20px;
    position: fixed;
    width: 400px;
    min-height: 0;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    display: block;
    opacity: 0;
    transition: opacity, height, min-height;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.34,1.01,.81,1);
}

    #vz-live-chat.vz-opened {
        /* In case of modification, consider updating FilePreview animation parameters too */
        height: 85%;
        min-height: 360px;
        opacity: 1;
    }

    #vz-live-chat.maximized {
        width: 90%;
        height: 90%;
    }

    #vz-live-chat header {
        background: #3DBBD8;
        border-radius: 5px 0 0 0;
        color: #fff;
        cursor: pointer;
        padding: 16px 24px;
        width: 350px !important;
    }

    #vz-live-chat h4 {
        font-size: 14px;
        color: #FFF;
    }

    #vz-live-chat > .vz-chat {
        background: #fff;
        height: 100%;
        border-radius: 3px;
    }

        #vz-live-chat > .vz-chat > iframe {
            height: 100%;
            width: 100%;
            border: 0;
        }

@media screen and (max-width: 640px) {

    #vz-live-chat {
        bottom: 0;
        right: 0;
        width: 100%;
        /* z-index: 10001; */
        /* font-size: 14px; */
        /* position: fixed; */
        /* height: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    display: none; */
    }
}

/* Version 2 */

.vz-widget-container {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10001;
    transition: opacity 500ms;
    opacity: 1;
}

    .vz-widget-container > .vz-box {
        position: fixed;
        bottom: 0;
        right: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: flex;
        display: -ms-flexbox;
    }

        .vz-widget-container > .vz-box > .vz-conversation {
            position: relative;
            padding: 17px;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
        }

            .vz-widget-container > .vz-box > .vz-conversation > .vz-button-open {
                margin-left: 7px;
                position: relative;
                border-radius: 3.5px;
                box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
                overflow: hidden;
                padding: 0;
                border: none;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                width: 52px;
                height: 52px;
                background-color: #FFF;
                background-clip: padding-box;
                cursor: pointer;
                transition: opacity 500ms;
                opacity: 1;
            }

        .vz-widget-container > .vz-box > .vz-big > .vz-button-open {
            width: 80px;
            height: 80px;
        }

        .vz-widget-container > .vz-box > .vz-small > .vz-button-open {
            width: 30px;
            height: 30px;
        }

        .vz-widget-container > .vz-box > .vz-medium > .vz-button-open {
            width: 52px;
            height: 52px;
        }

        .vz-widget-container > .vz-box > .vz-round > .vz-button-open {
            border-radius: 50%;
        }

        .vz-widget-container > .vz-box > .vz-square > .vz-button-open {
            border-radius: 5px;
        }

        .vz-widget-container > .vz-box > .vz-conversation > .vz-button-open:hover {
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
        }

        .vz-widget-container > .vz-box > .vz-conversation > .vz-button-open > .vz-avatar {
            height: 80%;
            width: 80%;
            top: 10%;
            left: 10%;
            position: absolute;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background-size: cover;
        }

        .vz-widget-container > .vz-box > .vz-conversation > .vz-notification {
            display: none;
            position: absolute;
            right: 5px;
            bottom: 55px;
        }

        .vz-widget-container > .vz-box > .vz-big-vz-square > .vz-notification {
            bottom: 82px;
        }

        .vz-widget-container > .vz-box > .vz-big-vz-round > .vz-notification {
            bottom: 75px;
            right: 10px;
        }

        .vz-widget-container > .vz-box > .vz-big-vz-round > .vz-message > .vz-bubble {
            margin-bottom: 20px !important;
        }

        .vz-widget-container > .vz-box > .vz-medium-vz-round > .vz-notification {
            bottom: 50px;
            right: 8px;
        }

        .vz-widget-container > .vz-box > .vz-small-vz-square > .vz-notification {
            bottom: 37px;
            right: 8px;
        }

            .vz-widget-container > .vz-box > .vz-small-vz-square > .vz-notification > .vz-bubble {
                min-width: 12px !important;
                height: 12px !important;
                font-size: 10px !important;
            }

        .vz-widget-container > .vz-box > .vz-small-vz-round > .vz-notification {
            bottom: 35px;
            right: 8px;
        }

            .vz-widget-container > .vz-box > .vz-small-vz-round > .vz-notification > .vz-bubble {
                min-width: 12px !important;
                height: 12px !important;
                font-size: 10px !important;
            }

        .vz-widget-container > .vz-box > .vz-conversation > .vz-notification > .vz-bubble {
            display: table-cell;
            overflow: hidden;
            min-width: 20px;
            height: 20px;
            font-size: 14px;
            font-weight: 700;
            border-radius: 100%;
            border: 3px solid #fff;
            text-align: center;
            vertical-align: middle;
            background-color: #ff001f;
            color: #fff;
            background-clip: padding-box;
            line-height: 1.2;
            cursor: pointer;
        }

        .vz-widget-container > .vz-box > .vz-conversation > .vz-message {
            display: none;
        }

            .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble {
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble .vz-bubble-message {
                    cursor: pointer;
                    display: -ms-flexbox;
                    display: flex;
                    position: relative;
                    background-color: #fff;
                    border-radius: 6px;
                    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
                    -ms-overflow-style: -ms-autohiding-scrollbar;
                }

                .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-message-arrow {
                    display: block;
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 10px;
                    right: -10px;
                    bottom: 20px;
                    background-color: inherit;
                    transform: translateX(-6px) rotate(45deg);
                    pointer-events: none;
                    box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);
                }

                .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-bubble-message-container {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 18px 4px 18px 14px;
                    font-size: 14px;
                    white-space: normal;
                    max-width: 270px;
                }

                    .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-bubble-message-container > span {
                        max-width: 270px;
                    }

                        .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-bubble-message-container > span > p {
                            margin: 5px;
                        }

                .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-message-x {
                    margin: 6px 6px 6px 8px;
                    color: #000;
                    opacity: 0.8;
                    transition: opacity ease-in-out 200ms;
                }

                    .vz-widget-container > .vz-box > .vz-conversation > .vz-message > .vz-bubble > .vz-bubble-message > .vz-message-x:hover {
                        opacity: 1;
                    }

.vz-hidden {
    opacity: 0
}