#whatsapp-chat a:link,
#whatsapp-chat a:visited {
    color: #444;
    text-decoration: none;
    transition: all .4s ease-in-out
}


/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
    position: fixed;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
    bottom: 175px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    font-family: 'Lato', sans-serif;
}

a.blantershow-chat {
    width: 60px;
    height: 60px;
    background-color: #FE0096;
    color: #fff;
    position: fixed;
    z-index: 98;
    bottom: 110px;
    right: 20px;
    font-size: 35px;
    border-radius: 50px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    text-align: center;
}

a.blantershow-chat i {
    transform: scale(1.2);
    margin: 10px 0 0 0;
}

#whatsapp-chat .header-chat {
    background-color: #FE0096;
    color: #fff;
    padding: 15px
}

#whatsapp-chat .header-chat h3 {
    margin: 0 0 10px;
    color: #fff;
}

#whatsapp-chat .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #fff;
}

#whatsapp-chat .info-avatar {
    position: relative
}

#whatsapp-chat .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0
}

#whatsapp-chat .info-avatar:before {
    content: '\f232';
    z-index: 1;
    font-family: "FontAwesome";
    background: #23ab23;
    color: #fff;
    padding: 0 5px;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    left: 30px
}

#whatsapp-chat a.informasi {
    padding: 15px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 2.5s
}

#whatsapp-chat a.informasi:hover {
    background: #f1f1f1
}

#whatsapp-chat .info-chat span {
    display: block
}

#whatsapp-chat #get-label,
span.chat-label {
    font-size: 12px;
    color: #888
}

#whatsapp-chat #get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222
}

#whatsapp-chat #get-label,
#get-nama {
    color: #fff !important;
}

#whatsapp-chat span.my-number {
    display: none
}

#whatsapp-chat .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd
}

#whatsapp-chat textarea#chat-input {
    border: none;
    font-family: 'Arial', sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none
}

#whatsapp-chat a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px
}

#whatsapp-chat .first-msg {
    background: #f5f5f5;
    padding: 30px;
    text-align: center
}

#whatsapp-chat .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block
}

#whatsapp-chat .start-chat .blanter-msg {
    display: flex
}

#whatsapp-chat #get-number {
    display: none
}

#whatsapp-chat a.close-chat {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px
}

#whatsapp-chat a.return-chat {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 16px
}

@keyframes showhide {
    from {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0
    }
}

@media screen and (max-width:580px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
        bottom: 140px;
    }

    a.blantershow-chat {
        bottom: 80px;
        right: 20px;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1
}
