.whatsapp-chat{
    font-family: "Lato", sans-serif;
}
.whatsapp-chat > a:hover  {
    color: #abf8d4;
}
.whatsapp-chat h1{
    font-size: 20px;
    text-align: center;
    display: block;
    background: linear-gradient(to right top, #6f96f3, #164ed2);
    padding: 20px;
    color: #fff;
    border-radius: 50px;
}
/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}
#whatsapp-chat{
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 120px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}
a.blantershow-chat {
    /*   background: #fff;*/
    color: #fff;
    display: flex;
    position: fixed;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    background-color: #25D366;
    /*background: #009688;*/
}
a.blantershow-chat:hover {
    color: yellow;
}

a.blantershow-chat i {
    transform: scale(1.2);
    margin: 3px 10px 0 0;
    color: white;
}
.home-chat{
    background-color: white;
}
.head-home h3{
    border-bottom: 1px solid #ffffff!important;
    margin: 0;
    padding: 20px 10px 10px 20px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(29,112,103,1) 100%);
}
.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #095e54;
    color: #fff;
    padding: 0 ;
}

.header-chat p {
    font-size: 13px;
    line-height: 1.7;
    margin: 10px 10px  0 20px;
    padding-bottom: 10px;
}
.info-avatar {
    position: relative;
}
.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}
a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}
a.informasi:hover {
    background: #f1f1f1;
}
.info-chat span {
    display: block;
}
#get-label{
    padding: 20px 10px 10px 20px;
    border-bottom: 1px solid;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(29,112,103,1) 100%);
}
#get-nama, #get-label{
    color: #fff;
}
#get-nama{
    font-size: 15px;
    font-weight: 700;
    padding: 10px 10px 10px 20px;
    background: rgb(29,112,103);
    background: linear-gradient(90deg, rgba(29,112,103,1) 0%, rgba(2,0,36,1) 100%);}

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

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

span.my-number {
    display: none;
}
.blanter-msg {
  color: #444;
  padding: 10px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 30px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 60px;
    font-weight: 700;
    padding: 10px 10px 0;
    background:#eee;
    border-radius: 10px;
}
.whatsapp-chat svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
}
.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}
.first-msg  span {
    background: #e2e2e2;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}
.start-chat {
    background-color: white;
}
.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}
a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;

}

@keyframes ZpjSY{
    0% {
        background-color: rgb(182, 181, 186);
    }
    15% {
        background-color: rgb(17, 17, 17);
    }
    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }
    25% {
        background-color: rgb(17, 17, 17);
    }
    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }
    35% {
        background-color: rgb(17, 17, 17);
    }
    45% {
        background-color: rgb(182, 181, 186);
    }
}


@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}
@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}
.wphide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
.wpshow {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}
.wp.menu-item {
    background: #25D366;
    font-size: 30px;

}