.whatsapp-chat-layout {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.whatsapp-chat-wrap {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right:auto;
    left: 0;
}
.whatsapp-chat-winodw {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: auto;
    left: 0;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
}
/*.whatsapp-chat-wrap {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: 0px;
    left: auto;
}*/
/*.whatsapp-chat-winodw {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    opacity: 0;
    visibility: hidden;
}*/
.whatsapp-chat-winodw.active {
    opacity: 1;
    visibility: inherit;
}
/*.whatsapp-chat-winodw {
    display: none;
}*/
.whatsapp-chat-winodw-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent none medium;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.whatsapp-chat-winodw-close:before,
.whatsapp-chat-winodw-close:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}
.whatsapp-chat-winodw-close:before {
    transform: rotate(45deg);
}
.whatsapp-chat-winodw-close:after {
    transform: rotate(-45deg);
}
.whatsapp-chat-header {
    background: rgb(9, 94, 84) none repeat scroll 0% 0%;
    color: rgb(17, 17, 17);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 24px 20px;
}
.UserImage-wrap{
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.UserImage-wrap:before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(9, 94, 84);
}
.UserImage-Container {
    height: 100%;
width: 100%;
overflow: hidden;
border-radius: 50%;
position: relative;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
}
.UserImage-Container:after {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
}
.UserImage {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("user.jpg");
}
.header-info {
    margin-left: 16px;
margin-right: 16px;
}
.header-info-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
}
.header-info-answer-time {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
}
.WhatsappChat-content-wrap {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.WhatsappChat-content-wrap:before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("chats/patterns/whatsapp.png");
}
.WhatsappChat-message {
    display: flex;
z-index: 1;
}
.WhatsappDots {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.WhatsappDots-inner {
    position: relative;
display: flex;
}
.WhatsappDots-inners {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 0px;
}
.WhatsappDots-1 {
    background-color: rgb(158, 157, 162);
}
.WhatsappDots-2 {
    background-color: rgb(182, 181, 186);
}
.WhatsappDots-3 {
    background-color: rgb(182, 181, 186);
}
.WhatsappChat-content {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}
.WhatsappChat-content:before {
    position: absolute;
    background-image: url("chats/patterns/whatsapp-corner.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.WhatsappChat-Author {
    font-size: 13px;
font-weight: 700;
line-height: 18px;
color: rgba(0, 0, 0, 0.4)
}
.WhatsappChat-Text {
    font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: rgb(17, 17, 17);
}
.WhatsappChat-Time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.WhatsApp-DefaultButton {
    padding: 8px 12px;
    border-radius: 20px;
    border: medium none;
    background: rgb(79, 206, 93) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
    text-decoration: none;
}
.WhatsApp-DefaultButton:before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}
.WhatsApp-DefaultButtonText{
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.WhatsApp-BubbleComponent {
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent none medium;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
}
.WhatsApp-BubbleComponent:before,
.WhatsApp-BubbleComponent:after {
    content: "";
    position: absolute;
    border: 1px solid rgb(79, 206, 93);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}
.Bubble-NotificationBadge {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}