.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.errorTxt{
    min-height: 20px;
    text-align: center;
    font-style: italic;
    color: #ff0000;
}

.go-hot-sale-chat {
    width: 98%;
    max-width: 300px;
    height: 410px;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    right: 1%;
    margin-left: 15px;
    -webkit-box-shadow: 0 12px 25px 8px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 12px 25px 8px rgba(0,0,0,0.17);
    box-shadow: 0 12px 25px 8px rgba(0,0,0,0.17);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    font-family: Arial,sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    z-index: 999;
    display: none;
}

.chat-header {
    width: 100%;
    height: 70px;
    background: #383346;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.chat-header .name {
    margin-top: 15px;
}

.chat-header-collapsed {
    width: 98%;
    max-width: 370px;
    position: fixed;
    bottom: 0px;
    right: 1%;
    height: 40px;
    line-height: 40px;
    background: #383346;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    padding: 0 15px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.chat-title {
    padding-left: 10px;
}

.agent-call {
    width: 100%;
    background: #594e78;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.agent-call a {
    color: #ffffff;
}

.chat-body {
    height: 245px;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    padding-bottom: 0;
}

.chat-message-box {
    padding: 20px;
    background: #eef1f5;
}

.chat-message-box .message {
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #299f53;
    color: #545d6b;
    margin: 0;
    display: inline-block;

}

.chat-message-box .send {
    width: 20%;
    height: 35px;
    line-height: 35px;
    background: #4f5964;
    border: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    margin: 0;
    display: inline-block;
    float: right;
}

.chat-message-operator {
    background: #3cb868;
    margin: 10px;
    padding: 15px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.chat-message-customer {
    background: #f2f4fb;
    margin: 10px;
    color: #363343;
    text-align: right;
    padding: 15px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.pip {
    margin-top: -5px;
    top: 50%;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #3cb868;
    position: absolute;
    bottom: 0;
}

.pic {
    margin-top: -5px;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f2f4fb;
    position: absolute;
    bottom: 0;
}

.new-height {
    height: 207px;
}