#salepixWhatsappChatWidget {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 1.5rem;
    padding: 1.5rem;
}

#salepixWhatsappChatWidget-openButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #00C962;
    border-radius: 9999px;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#salepixWhatsappChatWidget-openButton:hover {
    background-color: #1c1e21;
}

#salepixWhatsappChatWidget-window {
    position: relative;
    display: block;
    max-width: 24rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
    min-width: 24rem;
}

#salepixWhatsappChatWidget-windowHeader {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
}

#salepixWhatsappChatWidget-windowHeaderAvatar {
    display: flex;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

#salepixWhatsappChatWidget-windowHeaderAvatar img {
    display: block;
    width: 100%;
}

#salepixWhatsappChatWidget-windowHeaderUser {
    padding: 0.75rem;
}

#salepixWhatsappChatWidget-windowHeaderUserName {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #1D2129FF;
}

#salepixWhatsappChatWidget-windowHeaderUserStatus {
    font-size: 13px;
    line-height: 18px;
    margin-top: 3px;
    color: #1D2129FF;
}

#salepixWhatsappChatWidget-windowHeaderCloseButton {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    height: 2rem;
    width: 2rem;
    background: none;
    border: none;
    padding: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#salepixWhatsappChatWidget-windowBody {
    padding: 1.75rem;
    background-color: #e6ddd4;
    background-image: url("../images/background.jpg");
}

#salepixWhatsappChatWidget-windowBodyChat {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 0px;
    max-width: calc(100% - 66px);
}

#salepixWhatsappChatWidget-windowBodyChat::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

#salepixWhatsappChatWidget-windowBodyChatName {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

#salepixWhatsappChatWidget-windowBodyChatMessage {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

#salepixWhatsappChatWidget-windowBodyChatTime {
    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;
}

#salepixWhatsappChatWidget-windowFooter {
    padding: 1.75rem;

}

#salepixWhatsappChatWidget-windowFooterLink {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #25d366;
    border-radius: 1.5rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#salepixWhatsappChatWidget-windowFooterLink:hover {
    background-color: #1c1e21;
}

@media (max-width:400px) {
    #salepixWhatsappChatWidget {
        max-width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        padding: 0;
    }
    #salepixWhatsappChatWidget-window {
        min-width: unset;
    }
}